Resource Menu


posted by Sebastien Jourdain at Apr 16, 2008 1:44 PM
Quote
A zip of the source is provided in the download page...

But it's true that I should update the synchronizer…

posted by Paul Libbrecht at Apr 16, 2008 1:43 PM
Quote
also, it'd be nice to put the last RC in the "latest sources".

paul

posted by Sebastien Jourdain at Apr 16, 2008 1:41 PM
Quote
Great !!!

I will update the upgrade guide…

posted by Paul Libbrecht at Apr 16, 2008 1:40 PM
Quote
Thanks Sébastien,

that was exactly it.

I've now diffed the previous config with the newer one and inserted all new things… and it works.

You might want to explain this also in the "how-to-update" which is, currently, an "how to backup".

paul

posted by Sebastien Jourdain at Apr 16, 2008 1:36 PM
Quote
Make sure that those property provide valid path even if they are not used

subversion.authz.file.path=/tmp/authz.txt
subversion.repository.base.path=/tmp
subversion.create.repository.cmd=ls 
subversion.rename.repository.cmd=ls
posted by Sebastien Jourdain at Apr 16, 2008 1:33 PM
Quote
Did you update your database schema ? Please look at How to upgrade an existing LibreSource installation for more information.

Did you also update the libresourceConfig.properties regarding the subversion properties ?

posted by Paul Libbrecht at Apr 16, 2008 12:11 PM
Quote
Hello,

that tastes like a bad problem:

java.lang.NullPointerException at org.libresource.Libresource.buildCallBackHandler(Libresource.java:434) at org.libresource.web.servlets.Login.process(Unknown Source) at org.libresource.web.servlets.BaseServlet.service(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at sun.reflect.GeneratedMethodAccessor102.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:2

I have updated my LS-2.2 installation by downloading the new EAR, backupping everything, and deploying the new EAR by just copying it inside apps/autoload/.

Unfortunately, this stack-trace refers to a Libresource.java that is not the one found on "latest sources" (which has less than 400 lines).

thanks for hints.

paul