gaspo100
25 Jun 2009, 5:43 PM
I'm having problem deploying samples.war on my home jetty 6 server.
When I try to access samples/explorer.html page I get SERVICE_UNAVAILABLE error page.
Jetty log file shows this exception:
2009-06-26 09:26:38.597::INFO: Extract file:/var/lib/jetty6/webapps/samples.war to /var/cache/jetty6/Jetty_0_0_0_0_8080_samples.war__samples__joik4n/webapp
2009-06-26 09:27:10.948::WARN: EXCEPTION
java.lang.ClassNotFoundException: com.extjs.gxt.samples.feedviewer.server.FeedServiceImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
I looked for FeedServiceImpl in the samples but could not find it.
When I try to access samples/explorer.html page I get SERVICE_UNAVAILABLE error page.
Jetty log file shows this exception:
2009-06-26 09:26:38.597::INFO: Extract file:/var/lib/jetty6/webapps/samples.war to /var/cache/jetty6/Jetty_0_0_0_0_8080_samples.war__samples__joik4n/webapp
2009-06-26 09:27:10.948::WARN: EXCEPTION
java.lang.ClassNotFoundException: com.extjs.gxt.samples.feedviewer.server.FeedServiceImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
I looked for FeedServiceImpl in the samples but could not find it.