On 29/03/2010 14:54, Paul Sharples wrote:
On 29/03/2010 14:36, Mark Johnson wrote:
On Monday 29 Mar 2010 14:29:17 Paul Sharples wrote:
Does the wookie process have rights to read the deploy folder?
var/lib/tomcat6/webapps/wookie/deploy
I've given /var/lib/tomcat6 777 permissions (this isn't a production
server).
okay, tricky to debug with the only clue being...
29-Mar-2010 13:50:34 org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
29-Mar-2010 13:50:34 org.apache.catalina.core.StandardContext start
SEVERE: Context [/wookie] startup failed due to previous errors
It sounds like it would be worth running with debug logging turned on
(see [1]) and change
log4j.logger.org.apache.wookie=info
to
log4j.logger.org.apache.wookie=debug
You may want to increase logging on other code too.
[1]
http://svn.apache.org/repos/asf/incubator/wookie/trunk/src/log4j.properties
...in the log file.
Which DB are you running it against Derby or Mysql? (also which version
of Java do you have installed)
Paul