Check your Tomcat's server lib ($TOMCAT_HOME/server/lib) to make sure you
don't have any non-standard (not shipped with standard Tomcat) jars lying
there. If thats the case those jars will be loaded by the tomcat's
classloader and hence the jars and classes in web app won't be visible to
them.
Just to make sure, try it out with a fresh installation of Tomcat. If it
works then the problem lies where I am suggesting.
Gaurav Singh Kushwaha
http://www.chakpak.com

Ph: +91-9880101496
Bangalore, India.

On 2/1/07, lunarfish <[EMAIL PROTECTED]> wrote:


http://www.nabble.com/file/6149/stacktrace.txt stacktrace.txt

Hello.

I have installed geoserver 1.4.0 from the war file in my tomcat 5.5.20
installation. It unpacks the war fine. When you log on to the application
through a browser it shows a compiling page which refreshes until it
reaches
90 something % and then throws a noClassDefFoundError for
org.geotools.data.DataStoreFactorySpi.class. I have checked and the class
is
there in WEB-INF/lib/gt2-api.jar but for some reason it isn't being
loaded.

Can anyone offer any suggestions? This was working last time I checked.
The
server is hosted so I've asked the hosts if they've changed anything. I've
reinstalled the war file direct from the download so I've not edited
anything.

Any ideas would be greatfully received. Thanks. Dan
--
View this message in context:
http://www.nabble.com/noClassDefFound-error-for-class-in--webapp--WEB-INF-lib-jar-file-tf3155791.html#a8751033
Sent from the Tomcat - User mailing list archive at Nabble.com.

Reply via email to