[Geoserver-users] Deploying geoserver 1.7 war in Tomcat (Mac OSX 10.5)

Hi-

I have been trying to deploy geoserver in Tomcat on Mac OSX Leopard server, and I keep running into the same error:

>Nov 18 2008 3:26:55 PM org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to listener instance of class org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError

I've tried everything I can think of to make sure that tomcat is looking in the right place and that geoserver has the correct permissions, but I'm basing that on the war-file install instructions in the User guide.

Any suggestions as to what I'm doing wrong?

Thanks-
Seth

Hi Seth,

The class that can not be found is the first thing loaded by GeoServer... so this would indicate to me that the installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory <tomcat>/webapps/geoserver exist? Also verify that the directory webapps/geoserver/WEB-INF/lib contains a file web-1.7.0.jar.

Seth Stradling wrote:

Hi-

I have been trying to deploy geoserver in Tomcat on Mac OSX Leopard server, and I keep running into the same error:

>Nov 18 2008 3:26:55 PM org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to listener instance of class org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError

I've tried everything I can think of to make sure that tomcat is looking in the right place and that geoserver has the correct permissions, but I'm basing that on the war-file install instructions in the User guide.

Any suggestions as to what I'm doing wrong?

Thanks-
Seth

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't know of any issues with the tomcat manager, but what i usually do myself is just copy the war into the webapps folder and let tomcat auto deploy it for me. But i guess this only works if you have access to the server file system.

If you do have access can you provide a listing of the files under webapps/geoserver. Might help us figure out what the issue is.

Another thing that might be prudent before trying to redeploy is removing the geoserver "work" directory. <tomcat>/work/Catalina/localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am missing web-1.7.0.jar (I re-downloaded the war file this morning, and have had the same result). I used the Tomcat application manager to upload the .war - could that be the reason why it is not unpacking properly?

Thanks-
Seth

On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by GeoServer... so this would indicate to me that the installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory <tomcat>/webapps/geoserver exist? Also verify that the directory webapps/geoserver/WEB-INF/lib contains a file web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to listener instance of class org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that tomcat is looking in the right place and that geoserver has the correct permissions, but I'm basing that on the war-file install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth
-------------------------------------------------------------------------

This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Hi Justin -

I went ahead and tried autodeploying the war file, but had the same result. I also unpacked the .war using StuffIt and could not find the web-1.7.0 jar doing that either.

The file directory under webapps/geoserver looks like:
  -Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF

-Seth

On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't know of any issues with the tomcat manager, but what i usually do myself is just copy the war into the webapps folder and let tomcat auto deploy it for me. But i guess this only works if you have access to the server file system.

If you do have access can you provide a listing of the files under webapps/geoserver. Might help us figure out what the issue is.

Another thing that might be prudent before trying to redeploy is removing the geoserver "work" directory. <tomcat>/work/Catalina/localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am missing web-1.7.0.jar (I re-downloaded the war file this morning, and have had the same result). I used the Tomcat application manager to upload the .war - could that be the reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by GeoServer... so this would indicate to me that the installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory <tomcat>/webapps/geoserver exist? Also verify that the directory webapps/geoserver/WEB-INF/lib contains a file web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to listener instance of class org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that tomcat is looking in the right place and that geoserver has the correct permissions, but I'm basing that on the war-file install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Hi Seth,

Can you show me which files are under WEB-INF/lib? Alternatively you can just zip up the entire geoserver directory and post it somewhere i can get at it.

-Justin

Seth Stradling wrote:

Hi Justin -

I went ahead and tried autodeploying the war file, but had the same result. I also unpacked the .war using StuffIt and could not find the web-1.7.0 jar doing that either.

The file directory under webapps/geoserver looks like:
-Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF

-Seth

On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't know of any issues with the tomcat manager, but what i usually do myself is just copy the war into the webapps folder and let tomcat auto deploy it for me. But i guess this only works if you have access to the server file system.

If you do have access can you provide a listing of the files under webapps/geoserver. Might help us figure out what the issue is.

Another thing that might be prudent before trying to redeploy is removing the geoserver "work" directory. <tomcat>/work/Catalina/localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am missing web-1.7.0.jar (I re-downloaded the war file this morning, and have had the same result). I used the Tomcat application manager to upload the .war - could that be the reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by GeoServer... so this would indicate to me that the installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory <tomcat>/webapps/geoserver exist? Also verify that the directory webapps/geoserver/WEB-INF/lib contains a file web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to listener instance of class org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that tomcat is looking in the right place and that geoserver has the correct permissions, but I'm basing that on the war-file install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth
-------------------------------------------------------------------------

This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

NIE-2-Attachment-Warning.txt (2.06 KB)

Hi Justin -

I can’t post the .zip file anywhere it’s accessible (I’m behind a firewall) and it looks like the last email I sent got the .zip attachment stripped (same deal), so I’ve attached a .rtf of the WEB-INF/lib directory and included the list below as well.

Thanks-
Seth

geoserver WEB-inf directory.rtf (91 Bytes)

geoserver WEB-inf directory.rtf (3.18 KB)

Hi again-

I just tried deploying the .war file on tomcat 5.5 (I was running 6 on the xserve) and it worked fine. Then I tried moving the webapp file back over into 6 and no luck. Is there anything specific to how tomcat 6 unpacks/loads that might be causing the problem?

Thanks again-
Seth

On Nov 21, 2008, at 8:59 AM, Seth Stradling wrote:

Hi Justin -

I can’t post the .zip file anywhere it’s accessible (I’m behind a firewall) and it looks like the last email I sent got the .zip attachment stripped (same deal), so I’ve attached a .rtf of the WEB-INF/lib directory and included the list below as well.

Thanks-
Seth

acegi-security-1.0.3.jar
activation-1.1.jar
ant-optional-1.5.1.jar
antlr-2.7.2.jar
aopalliance-1.0.jar
batik-awt-util-1.6.jar
batik-bridge-1.6.jar
batik-css-1.6.jar
batik-dom-1.6.jar
batik-ext-1.6.jar
batik-gvt-1.6.jar
batik-parser-1.6.jar
batik-script-1.6.jar
batik-svg-dom-1.6.jar
batik-svggen-1.6.jar
batik-transcoder-1.6.jar
batik-util-1.6.jar
batik-xml-1.6.jar
cglib-nodep-2.1_3.jar
com.noelios.restlet-1.0.8.jar
com.noelios.restlet.ext.servlet-1.0.8.jar
common-2.2.1.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-digester-1.7.jar
commons-fileupload-1.2.1.jar
commons-httpclient-2.0.jar
commons-io-1.3.2.jar
commons-jxpath-1.2.jar
commons-lang-2.1.jar
commons-logging-1.0.3.jar
commons-pool-1.3.jar
commons-validator-1.1.4.jar
data-1.7.0.jar
easymock-2.3.jar
easymockclassextension-2.3.jar
ecore-2.2.2.jar
ezmorph-1.0.3.jar
freemarker-2.3.13.jar
geoapi-2.2-20081020.191707-33.jar
gt-api-2.5.1.jar
gt-arcgrid-2.5.1.jar
gt-coverage-2.5.1.jar
gt-cql-2.5.1.jar
gt-data-2.5.1.jar
gt-epsg-hsql-2.5.1.jar
gt-geotiff-2.5.1.jar
gt-graph-2.5.1.jar
gt-gtopo30-2.5.1.jar
gt-image-2.5.1.jar
gt-imagemosaic-2.5.1.jar
gt-jdbc-2.5.1.jar
gt-main-2.5.1.jar
gt-metadata-2.5.1.jar
gt-postgis-2.5.1.jar
gt-property-2.5.1.jar
gt-referencing-2.5.1.jar
gt-render-2.5.1.jar
gt-shapefile-2.5.1.jar
gt-shapefile-renderer-2.5.1.jar
gt-validation-2.5.1.jar
gt-wfs-2.5.1.jar
gt-wms-2.5.1.jar
gt-xml-2.5.1.jar
gt-xsd-core-2.5.1.jar
gt-xsd-filter-2.5.1.jar
gt-xsd-gml2-2.5.1.jar
gt-xsd-gml3-2.5.1.jar
gt-xsd-ows-2.5.1.jar
gt-xsd-wfs-2.5.1.jar
h2-1.0-20070319.231009-1.jar
hsqldb-1.8.0.7.jar
imageio-ext-arcgrid-1.0-SNAPSHOT.jar
imageio-ext-customstreams-1.0-SNAPSHOT.jar
itext-2.0.6.jar
jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar
jdom-1.0.jar
json-lib-2.1-jdk13.jar
jsr-275-1.0-beta-2.jar
jstl-1.0.6.jar
jts-1.9.jar
log4j-1.2.14.jar
lucene-1.4.3.jar
mail-1.4.jar
main-1.7.0.jar
net.opengis.ows-2.5.1.jar
net.opengis.wcs-2.5.1.jar
net.opengis.wfs-2.5.1.jar
org.restlet-1.0.8.jar
org.restlet.ext.freemarker-1.0.8.jar
org.w3.xlink-2.5.1.jar
oro-2.0.8.jar
ows-1.7.0-tests.jar
ows-1.7.0.jar
picocontainer-1.2.jar
platform-1.7.0.jar
postgis-driver-1.0.jar
postgresql-8.1-407.jdbc3.jar
spring-aop-2.5.5.jar
spring-beans-2.5.5.jar
spring-context-2.5.5.jar
spring-context-support-2.5.5.jar
spring-core-2.5.5.jar
spring-jdbc-2.5.5.jar
spring-tx-2.5.5.jar
spring-web-2.5.5.jar
spring-webmvc-2.5.5.jar
spring-webmvc-struts-2.5.5.jar
standard-1.0.6.jar
struts-1.2.9.jar
validation-1.7.0.jar
vecmath-1.3.1.jar
velocity-1.4.jar
velocity-dep-1.4.jar
wcs-1.7.0.jar
wcs1_1-1.7.0.jar
wfs-1.7.0.jar
wfs11-1.7.0.jar
wms-1.7.0.jar
xalan-2.7.0.jar
xercesImpl-2.4.0.jar
xml-apis-1.0.b2.jar
xml-apis-xerces-2.7.1.jar
xpp3-1.1.3.4.O.jar
xpp3_min-1.1.4c.jar
xsd-2.2.2.jar
xstream-1.3.jar

On Nov 21, 2008, at 8:19 AM, Justin Deoliveira wrote:

Hi Seth,

Can you show me which files are under WEB-INF/lib? Alternatively you can just zip up the entire geoserver directory and post it somewhere i can get at it.

-Justin

Seth Stradling wrote:

Hi Justin -
I went ahead and tried autodeploying the war file, but had the same result. I also unpacked the .war using StuffIt and could not find the web-1.7.0 jar doing that either.
The file directory under webapps/geoserver looks like:
-Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF
-Seth
On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don’t know of any issues with the tomcat manager, but what i usually do myself is just copy the war into the webapps folder and let tomcat auto deploy it for me. But i guess this only works if you have access to the server file system.

If you do have access can you provide a listing of the files under webapps/geoserver. Might help us figure out what the issue is.

Another thing that might be prudent before trying to redeploy is removing the geoserver “work” directory. /work/Catalina/localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am missing web-1.7.0.jar (I re-downloaded the war file this morning, and have had the same result). I used the Tomcat application manager to upload the .war - could that be the reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by GeoServer… so this would indicate to me that the installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory /webapps/geoserver exist? Also verify that the directory webapps/geoserver/WEB-INF/lib contains a file web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX Leopard server, and I keep running into the same error:

Nov 18 2008 3:26:55 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.geoserver.GeoserverInitStartupListener
java.lang.NoCassDefFoundError
I’ve tried everything I can think of to make sure that tomcat is looking in the right place and that geoserver has the correct permissions, but I’m basing that on the war-file install instructions in the User guide.
Any suggestions as to what I’m doing wrong?
Thanks-
Seth


This SF.Net email is sponsored by the Moblin Your Move Developer’s challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.


Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.


Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.


This SF.Net email is sponsored by the Moblin Your Move Developer’s challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Was there ever an answer to this? Is the answer to use Tomcat 5.5 instead of
6?

Seth Stradling wrote:

Hi again-

I just tried deploying the .war file on tomcat 5.5 (I was running 6
on the xserve) and it worked fine. Then I tried moving the webapp
file back over into 6 and no luck. Is there anything specific to how
tomcat 6 unpacks/loads that might be causing the problem?

Thanks again-
Seth

On Nov 21, 2008, at 8:59 AM, Seth Stradling wrote:

Hi Justin -

I can't post the .zip file anywhere it's accessible (I'm behind a
firewall) and it looks like the last email I sent got the .zip
attachment stripped (same deal), so I've attached a .rtf of the WEB-
INF/lib directory and included the list below as well.

Thanks-
Seth

<geoserver WEB-inf directory.rtf>

acegi-security-1.0.3.jar
activation-1.1.jar
ant-optional-1.5.1.jar
antlr-2.7.2.jar
aopalliance-1.0.jar
batik-awt-util-1.6.jar
batik-bridge-1.6.jar
batik-css-1.6.jar
batik-dom-1.6.jar
batik-ext-1.6.jar
batik-gvt-1.6.jar
batik-parser-1.6.jar
batik-script-1.6.jar
batik-svg-dom-1.6.jar
batik-svggen-1.6.jar
batik-transcoder-1.6.jar
batik-util-1.6.jar
batik-xml-1.6.jar
cglib-nodep-2.1_3.jar
com.noelios.restlet-1.0.8.jar
com.noelios.restlet.ext.servlet-1.0.8.jar
common-2.2.1.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-digester-1.7.jar
commons-fileupload-1.2.1.jar
commons-httpclient-2.0.jar
commons-io-1.3.2.jar
commons-jxpath-1.2.jar
commons-lang-2.1.jar
commons-logging-1.0.3.jar
commons-pool-1.3.jar
commons-validator-1.1.4.jar
data-1.7.0.jar
easymock-2.3.jar
easymockclassextension-2.3.jar
ecore-2.2.2.jar
ezmorph-1.0.3.jar
freemarker-2.3.13.jar
geoapi-2.2-20081020.191707-33.jar
gt-api-2.5.1.jar
gt-arcgrid-2.5.1.jar
gt-coverage-2.5.1.jar
gt-cql-2.5.1.jar
gt-data-2.5.1.jar
gt-epsg-hsql-2.5.1.jar
gt-geotiff-2.5.1.jar
gt-graph-2.5.1.jar
gt-gtopo30-2.5.1.jar
gt-image-2.5.1.jar
gt-imagemosaic-2.5.1.jar
gt-jdbc-2.5.1.jar
gt-main-2.5.1.jar
gt-metadata-2.5.1.jar
gt-postgis-2.5.1.jar
gt-property-2.5.1.jar
gt-referencing-2.5.1.jar
gt-render-2.5.1.jar
gt-shapefile-2.5.1.jar
gt-shapefile-renderer-2.5.1.jar
gt-validation-2.5.1.jar
gt-wfs-2.5.1.jar
gt-wms-2.5.1.jar
gt-xml-2.5.1.jar
gt-xsd-core-2.5.1.jar
gt-xsd-filter-2.5.1.jar
gt-xsd-gml2-2.5.1.jar
gt-xsd-gml3-2.5.1.jar
gt-xsd-ows-2.5.1.jar
gt-xsd-wfs-2.5.1.jar
h2-1.0-20070319.231009-1.jar
hsqldb-1.8.0.7.jar
imageio-ext-arcgrid-1.0-SNAPSHOT.jar
imageio-ext-customstreams-1.0-SNAPSHOT.jar
itext-2.0.6.jar
jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar
jdom-1.0.jar
json-lib-2.1-jdk13.jar
jsr-275-1.0-beta-2.jar
jstl-1.0.6.jar
jts-1.9.jar
log4j-1.2.14.jar
lucene-1.4.3.jar
mail-1.4.jar
main-1.7.0.jar
net.opengis.ows-2.5.1.jar
net.opengis.wcs-2.5.1.jar
net.opengis.wfs-2.5.1.jar
org.restlet-1.0.8.jar
org.restlet.ext.freemarker-1.0.8.jar
org.w3.xlink-2.5.1.jar
oro-2.0.8.jar
ows-1.7.0-tests.jar
ows-1.7.0.jar
picocontainer-1.2.jar
platform-1.7.0.jar
postgis-driver-1.0.jar
postgresql-8.1-407.jdbc3.jar
spring-aop-2.5.5.jar
spring-beans-2.5.5.jar
spring-context-2.5.5.jar
spring-context-support-2.5.5.jar
spring-core-2.5.5.jar
spring-jdbc-2.5.5.jar
spring-tx-2.5.5.jar
spring-web-2.5.5.jar
spring-webmvc-2.5.5.jar
spring-webmvc-struts-2.5.5.jar
standard-1.0.6.jar
struts-1.2.9.jar
validation-1.7.0.jar
vecmath-1.3.1.jar
velocity-1.4.jar
velocity-dep-1.4.jar
wcs-1.7.0.jar
wcs1_1-1.7.0.jar
wfs-1.7.0.jar
wfs11-1.7.0.jar
wms-1.7.0.jar
xalan-2.7.0.jar
xercesImpl-2.4.0.jar
xml-apis-1.0.b2.jar
xml-apis-xerces-2.7.1.jar
xpp3-1.1.3.4.O.jar
xpp3_min-1.1.4c.jar
xsd-2.2.2.jar
xstream-1.3.jar

On Nov 21, 2008, at 8:19 AM, Justin Deoliveira wrote:

Hi Seth,

Can you show me which files are under WEB-INF/lib? Alternatively
you can just zip up the entire geoserver directory and post it
somewhere i can get at it.

-Justin

Seth Stradling wrote:

Hi Justin -
I went ahead and tried autodeploying the war file, but had the
same result. I also unpacked the .war using StuffIt and could
not find the web-1.7.0 jar doing that either.
The file directory under webapps/geoserver looks like:
-Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF
-Seth
On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't
know of any issues with the tomcat manager, but what i usually
do myself is just copy the war into the webapps folder and let
tomcat auto deploy it for me. But i guess this only works if you
have access to the server file system.

If you do have access can you provide a listing of the files
under webapps/geoserver. Might help us figure out what the issue
is.

Another thing that might be prudent before trying to redeploy is
removing the geoserver "work" directory. <tomcat>/work/Catalina/
localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am
missing web-1.7.0.jar (I re-downloaded the war file this
morning, and have had the same result). I used the Tomcat
application manager to upload the .war - could that be the
reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by
GeoServer... so this would indicate to me that the
installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory
<tomcat>/webapps/geoserver exist? Also verify that the
directory webapps/geoserver/WEB-INF/lib contains a file
web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX
Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM
org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to
listener instance of class
org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that tomcat
is looking in the right place and that geoserver has the
correct permissions, but I'm basing that on the war-file
install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth
----------------------------------------------------------------
---------
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin SDK &
win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

----------------------------------------------------------------------
---
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win
great prizes
Grand prize is a trip for two to an Open Source event anywhere in
the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://www.nabble.com/Deploying-geoserver-1.7-war-in-Tomcat-(Mac-OSX-10.5)-tp20570282p21489493.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

I was never able to reproduce the problem. I have successfully deployed GeoServer in tomcat 6, and I know others have too. Are you seeing the same issue?

If so, the only other thing I can think of is if one of you made your unpacked web application available to me. Ie. zipping up webapps/geoserver and putting it somewhere i can get at it.

Thanks,

-Justin

mgt17 wrote:

Was there ever an answer to this? Is the answer to use Tomcat 5.5 instead of
6?

Seth Stradling wrote:

Hi again-

I just tried deploying the .war file on tomcat 5.5 (I was running 6 on the xserve) and it worked fine. Then I tried moving the webapp file back over into 6 and no luck. Is there anything specific to how tomcat 6 unpacks/loads that might be causing the problem?

Thanks again-
Seth

On Nov 21, 2008, at 8:59 AM, Seth Stradling wrote:

Hi Justin -

I can't post the .zip file anywhere it's accessible (I'm behind a firewall) and it looks like the last email I sent got the .zip attachment stripped (same deal), so I've attached a .rtf of the WEB- INF/lib directory and included the list below as well.

Thanks-
Seth

<geoserver WEB-inf directory.rtf>

acegi-security-1.0.3.jar
activation-1.1.jar
ant-optional-1.5.1.jar
antlr-2.7.2.jar
aopalliance-1.0.jar
batik-awt-util-1.6.jar
batik-bridge-1.6.jar
batik-css-1.6.jar
batik-dom-1.6.jar
batik-ext-1.6.jar
batik-gvt-1.6.jar
batik-parser-1.6.jar
batik-script-1.6.jar
batik-svg-dom-1.6.jar
batik-svggen-1.6.jar
batik-transcoder-1.6.jar
batik-util-1.6.jar
batik-xml-1.6.jar
cglib-nodep-2.1_3.jar
com.noelios.restlet-1.0.8.jar
com.noelios.restlet.ext.servlet-1.0.8.jar
common-2.2.1.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-digester-1.7.jar
commons-fileupload-1.2.1.jar
commons-httpclient-2.0.jar
commons-io-1.3.2.jar
commons-jxpath-1.2.jar
commons-lang-2.1.jar
commons-logging-1.0.3.jar
commons-pool-1.3.jar
commons-validator-1.1.4.jar
data-1.7.0.jar
easymock-2.3.jar
easymockclassextension-2.3.jar
ecore-2.2.2.jar
ezmorph-1.0.3.jar
freemarker-2.3.13.jar
geoapi-2.2-20081020.191707-33.jar
gt-api-2.5.1.jar
gt-arcgrid-2.5.1.jar
gt-coverage-2.5.1.jar
gt-cql-2.5.1.jar
gt-data-2.5.1.jar
gt-epsg-hsql-2.5.1.jar
gt-geotiff-2.5.1.jar
gt-graph-2.5.1.jar
gt-gtopo30-2.5.1.jar
gt-image-2.5.1.jar
gt-imagemosaic-2.5.1.jar
gt-jdbc-2.5.1.jar
gt-main-2.5.1.jar
gt-metadata-2.5.1.jar
gt-postgis-2.5.1.jar
gt-property-2.5.1.jar
gt-referencing-2.5.1.jar
gt-render-2.5.1.jar
gt-shapefile-2.5.1.jar
gt-shapefile-renderer-2.5.1.jar
gt-validation-2.5.1.jar
gt-wfs-2.5.1.jar
gt-wms-2.5.1.jar
gt-xml-2.5.1.jar
gt-xsd-core-2.5.1.jar
gt-xsd-filter-2.5.1.jar
gt-xsd-gml2-2.5.1.jar
gt-xsd-gml3-2.5.1.jar
gt-xsd-ows-2.5.1.jar
gt-xsd-wfs-2.5.1.jar
h2-1.0-20070319.231009-1.jar
hsqldb-1.8.0.7.jar
imageio-ext-arcgrid-1.0-SNAPSHOT.jar
imageio-ext-customstreams-1.0-SNAPSHOT.jar
itext-2.0.6.jar
jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar
jdom-1.0.jar
json-lib-2.1-jdk13.jar
jsr-275-1.0-beta-2.jar
jstl-1.0.6.jar
jts-1.9.jar
log4j-1.2.14.jar
lucene-1.4.3.jar
mail-1.4.jar
main-1.7.0.jar
net.opengis.ows-2.5.1.jar
net.opengis.wcs-2.5.1.jar
net.opengis.wfs-2.5.1.jar
org.restlet-1.0.8.jar
org.restlet.ext.freemarker-1.0.8.jar
org.w3.xlink-2.5.1.jar
oro-2.0.8.jar
ows-1.7.0-tests.jar
ows-1.7.0.jar
picocontainer-1.2.jar
platform-1.7.0.jar
postgis-driver-1.0.jar
postgresql-8.1-407.jdbc3.jar
spring-aop-2.5.5.jar
spring-beans-2.5.5.jar
spring-context-2.5.5.jar
spring-context-support-2.5.5.jar
spring-core-2.5.5.jar
spring-jdbc-2.5.5.jar
spring-tx-2.5.5.jar
spring-web-2.5.5.jar
spring-webmvc-2.5.5.jar
spring-webmvc-struts-2.5.5.jar
standard-1.0.6.jar
struts-1.2.9.jar
validation-1.7.0.jar
vecmath-1.3.1.jar
velocity-1.4.jar
velocity-dep-1.4.jar
wcs-1.7.0.jar
wcs1_1-1.7.0.jar
wfs-1.7.0.jar
wfs11-1.7.0.jar
wms-1.7.0.jar
xalan-2.7.0.jar
xercesImpl-2.4.0.jar
xml-apis-1.0.b2.jar
xml-apis-xerces-2.7.1.jar
xpp3-1.1.3.4.O.jar
xpp3_min-1.1.4c.jar
xsd-2.2.2.jar
xstream-1.3.jar

On Nov 21, 2008, at 8:19 AM, Justin Deoliveira wrote:

Hi Seth,

Can you show me which files are under WEB-INF/lib? Alternatively you can just zip up the entire geoserver directory and post it somewhere i can get at it.

-Justin

Seth Stradling wrote:

Hi Justin -
I went ahead and tried autodeploying the war file, but had the same result. I also unpacked the .war using StuffIt and could not find the web-1.7.0 jar doing that either.
The file directory under webapps/geoserver looks like:
-Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF
-Seth
On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't know of any issues with the tomcat manager, but what i usually do myself is just copy the war into the webapps folder and let tomcat auto deploy it for me. But i guess this only works if you have access to the server file system.

If you do have access can you provide a listing of the files under webapps/geoserver. Might help us figure out what the issue is.

Another thing that might be prudent before trying to redeploy is removing the geoserver "work" directory. <tomcat>/work/Catalina/ localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am missing web-1.7.0.jar (I re-downloaded the war file this morning, and have had the same result). I used the Tomcat application manager to upload the .war - could that be the reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by GeoServer... so this would indicate to me that the installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory <tomcat>/webapps/geoserver exist? Also verify that the directory webapps/geoserver/WEB-INF/lib contains a file web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to listener instance of class org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that tomcat is looking in the right place and that geoserver has the correct permissions, but I'm basing that on the war-file install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth
---------------------------------------------------------------- ---------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

---------------------------------------------------------------------- ---
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Thanks Justin, fyi I am using Windows Server 2008 (vista) with Apache 2.2 and
Tomcat 6, but I am having the same problem described in this thread (not
unpacking correctly).

Here is the unpacked geoserver

http://mapserver.drcog.org/website/geoserver_root.zip

Thanks!

Mike

Justin Deoliveira-6 wrote:

I was never able to reproduce the problem. I have successfully deployed
GeoServer in tomcat 6, and I know others have too. Are you seeing the
same issue?

If so, the only other thing I can think of is if one of you made your
unpacked web application available to me. Ie. zipping up
webapps/geoserver and putting it somewhere i can get at it.

Thanks,

-Justin

mgt17 wrote:

Was there ever an answer to this? Is the answer to use Tomcat 5.5 instead
of
6?

Seth Stradling wrote:

Hi again-

I just tried deploying the .war file on tomcat 5.5 (I was running 6
on the xserve) and it worked fine. Then I tried moving the webapp
file back over into 6 and no luck. Is there anything specific to how
tomcat 6 unpacks/loads that might be causing the problem?

Thanks again-
Seth

On Nov 21, 2008, at 8:59 AM, Seth Stradling wrote:

Hi Justin -

I can't post the .zip file anywhere it's accessible (I'm behind a
firewall) and it looks like the last email I sent got the .zip
attachment stripped (same deal), so I've attached a .rtf of the WEB-
INF/lib directory and included the list below as well.

Thanks-
Seth

<geoserver WEB-inf directory.rtf>

acegi-security-1.0.3.jar
activation-1.1.jar
ant-optional-1.5.1.jar
antlr-2.7.2.jar
aopalliance-1.0.jar
batik-awt-util-1.6.jar
batik-bridge-1.6.jar
batik-css-1.6.jar
batik-dom-1.6.jar
batik-ext-1.6.jar
batik-gvt-1.6.jar
batik-parser-1.6.jar
batik-script-1.6.jar
batik-svg-dom-1.6.jar
batik-svggen-1.6.jar
batik-transcoder-1.6.jar
batik-util-1.6.jar
batik-xml-1.6.jar
cglib-nodep-2.1_3.jar
com.noelios.restlet-1.0.8.jar
com.noelios.restlet.ext.servlet-1.0.8.jar
common-2.2.1.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-digester-1.7.jar
commons-fileupload-1.2.1.jar
commons-httpclient-2.0.jar
commons-io-1.3.2.jar
commons-jxpath-1.2.jar
commons-lang-2.1.jar
commons-logging-1.0.3.jar
commons-pool-1.3.jar
commons-validator-1.1.4.jar
data-1.7.0.jar
easymock-2.3.jar
easymockclassextension-2.3.jar
ecore-2.2.2.jar
ezmorph-1.0.3.jar
freemarker-2.3.13.jar
geoapi-2.2-20081020.191707-33.jar
gt-api-2.5.1.jar
gt-arcgrid-2.5.1.jar
gt-coverage-2.5.1.jar
gt-cql-2.5.1.jar
gt-data-2.5.1.jar
gt-epsg-hsql-2.5.1.jar
gt-geotiff-2.5.1.jar
gt-graph-2.5.1.jar
gt-gtopo30-2.5.1.jar
gt-image-2.5.1.jar
gt-imagemosaic-2.5.1.jar
gt-jdbc-2.5.1.jar
gt-main-2.5.1.jar
gt-metadata-2.5.1.jar
gt-postgis-2.5.1.jar
gt-property-2.5.1.jar
gt-referencing-2.5.1.jar
gt-render-2.5.1.jar
gt-shapefile-2.5.1.jar
gt-shapefile-renderer-2.5.1.jar
gt-validation-2.5.1.jar
gt-wfs-2.5.1.jar
gt-wms-2.5.1.jar
gt-xml-2.5.1.jar
gt-xsd-core-2.5.1.jar
gt-xsd-filter-2.5.1.jar
gt-xsd-gml2-2.5.1.jar
gt-xsd-gml3-2.5.1.jar
gt-xsd-ows-2.5.1.jar
gt-xsd-wfs-2.5.1.jar
h2-1.0-20070319.231009-1.jar
hsqldb-1.8.0.7.jar
imageio-ext-arcgrid-1.0-SNAPSHOT.jar
imageio-ext-customstreams-1.0-SNAPSHOT.jar
itext-2.0.6.jar
jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar
jdom-1.0.jar
json-lib-2.1-jdk13.jar
jsr-275-1.0-beta-2.jar
jstl-1.0.6.jar
jts-1.9.jar
log4j-1.2.14.jar
lucene-1.4.3.jar
mail-1.4.jar
main-1.7.0.jar
net.opengis.ows-2.5.1.jar
net.opengis.wcs-2.5.1.jar
net.opengis.wfs-2.5.1.jar
org.restlet-1.0.8.jar
org.restlet.ext.freemarker-1.0.8.jar
org.w3.xlink-2.5.1.jar
oro-2.0.8.jar
ows-1.7.0-tests.jar
ows-1.7.0.jar
picocontainer-1.2.jar
platform-1.7.0.jar
postgis-driver-1.0.jar
postgresql-8.1-407.jdbc3.jar
spring-aop-2.5.5.jar
spring-beans-2.5.5.jar
spring-context-2.5.5.jar
spring-context-support-2.5.5.jar
spring-core-2.5.5.jar
spring-jdbc-2.5.5.jar
spring-tx-2.5.5.jar
spring-web-2.5.5.jar
spring-webmvc-2.5.5.jar
spring-webmvc-struts-2.5.5.jar
standard-1.0.6.jar
struts-1.2.9.jar
validation-1.7.0.jar
vecmath-1.3.1.jar
velocity-1.4.jar
velocity-dep-1.4.jar
wcs-1.7.0.jar
wcs1_1-1.7.0.jar
wfs-1.7.0.jar
wfs11-1.7.0.jar
wms-1.7.0.jar
xalan-2.7.0.jar
xercesImpl-2.4.0.jar
xml-apis-1.0.b2.jar
xml-apis-xerces-2.7.1.jar
xpp3-1.1.3.4.O.jar
xpp3_min-1.1.4c.jar
xsd-2.2.2.jar
xstream-1.3.jar

On Nov 21, 2008, at 8:19 AM, Justin Deoliveira wrote:

Hi Seth,

Can you show me which files are under WEB-INF/lib? Alternatively
you can just zip up the entire geoserver directory and post it
somewhere i can get at it.

-Justin

Seth Stradling wrote:

Hi Justin -
I went ahead and tried autodeploying the war file, but had the
same result. I also unpacked the .war using StuffIt and could
not find the web-1.7.0 jar doing that either.
The file directory under webapps/geoserver looks like:
-Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF
-Seth
On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't
know of any issues with the tomcat manager, but what i usually
do myself is just copy the war into the webapps folder and let
tomcat auto deploy it for me. But i guess this only works if you
have access to the server file system.

If you do have access can you provide a listing of the files
under webapps/geoserver. Might help us figure out what the issue
is.

Another thing that might be prudent before trying to redeploy is
removing the geoserver "work" directory. <tomcat>/work/Catalina/
localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am
missing web-1.7.0.jar (I re-downloaded the war file this
morning, and have had the same result). I used the Tomcat
application manager to upload the .war - could that be the
reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by
GeoServer... so this would indicate to me that the
installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory
<tomcat>/webapps/geoserver exist? Also verify that the
directory webapps/geoserver/WEB-INF/lib contains a file
web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX
Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM
org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to
listener instance of class
org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that tomcat
is looking in the right place and that geoserver has the
correct permissions, but I'm basing that on the war-file
install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth
----------------------------------------------------------------
---------
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin SDK &
win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

----------------------------------------------------------------------
---
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win
great prizes
Grand prize is a trip for two to an Open Source event anywhere in
the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://www.nabble.com/Deploying-geoserver-1.7-war-in-Tomcat-(Mac-OSX-10.5)-tp20570282p21502807.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi Mike,

Thanks for posting this for me. However the archive seems to be flat... i was hoping to keep the file system structure in tact so I could simply drop it into my tomcat webapps directory.

I have never used Vista, i know on xp you can just send a folder to a compressed archive or whatever...

Thanks,

-Justin

mgt17 wrote:

Thanks Justin, fyi I am using Windows Server 2008 (vista) with Apache 2.2 and
Tomcat 6, but I am having the same problem described in this thread (not
unpacking correctly).

Here is the unpacked geoserver

http://mapserver.drcog.org/website/geoserver_root.zip

Thanks!

Mike

Justin Deoliveira-6 wrote:

I was never able to reproduce the problem. I have successfully deployed GeoServer in tomcat 6, and I know others have too. Are you seeing the same issue?

If so, the only other thing I can think of is if one of you made your unpacked web application available to me. Ie. zipping up webapps/geoserver and putting it somewhere i can get at it.

Thanks,

-Justin

mgt17 wrote:

Was there ever an answer to this? Is the answer to use Tomcat 5.5 instead
of
6?

Seth Stradling wrote:

Hi again-

I just tried deploying the .war file on tomcat 5.5 (I was running 6 on the xserve) and it worked fine. Then I tried moving the webapp file back over into 6 and no luck. Is there anything specific to how tomcat 6 unpacks/loads that might be causing the problem?

Thanks again-
Seth

On Nov 21, 2008, at 8:59 AM, Seth Stradling wrote:

Hi Justin -

I can't post the .zip file anywhere it's accessible (I'm behind a firewall) and it looks like the last email I sent got the .zip attachment stripped (same deal), so I've attached a .rtf of the WEB- INF/lib directory and included the list below as well.

Thanks-
Seth

<geoserver WEB-inf directory.rtf>

acegi-security-1.0.3.jar
activation-1.1.jar
ant-optional-1.5.1.jar
antlr-2.7.2.jar
aopalliance-1.0.jar
batik-awt-util-1.6.jar
batik-bridge-1.6.jar
batik-css-1.6.jar
batik-dom-1.6.jar
batik-ext-1.6.jar
batik-gvt-1.6.jar
batik-parser-1.6.jar
batik-script-1.6.jar
batik-svg-dom-1.6.jar
batik-svggen-1.6.jar
batik-transcoder-1.6.jar
batik-util-1.6.jar
batik-xml-1.6.jar
cglib-nodep-2.1_3.jar
com.noelios.restlet-1.0.8.jar
com.noelios.restlet.ext.servlet-1.0.8.jar
common-2.2.1.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-digester-1.7.jar
commons-fileupload-1.2.1.jar
commons-httpclient-2.0.jar
commons-io-1.3.2.jar
commons-jxpath-1.2.jar
commons-lang-2.1.jar
commons-logging-1.0.3.jar
commons-pool-1.3.jar
commons-validator-1.1.4.jar
data-1.7.0.jar
easymock-2.3.jar
easymockclassextension-2.3.jar
ecore-2.2.2.jar
ezmorph-1.0.3.jar
freemarker-2.3.13.jar
geoapi-2.2-20081020.191707-33.jar
gt-api-2.5.1.jar
gt-arcgrid-2.5.1.jar
gt-coverage-2.5.1.jar
gt-cql-2.5.1.jar
gt-data-2.5.1.jar
gt-epsg-hsql-2.5.1.jar
gt-geotiff-2.5.1.jar
gt-graph-2.5.1.jar
gt-gtopo30-2.5.1.jar
gt-image-2.5.1.jar
gt-imagemosaic-2.5.1.jar
gt-jdbc-2.5.1.jar
gt-main-2.5.1.jar
gt-metadata-2.5.1.jar
gt-postgis-2.5.1.jar
gt-property-2.5.1.jar
gt-referencing-2.5.1.jar
gt-render-2.5.1.jar
gt-shapefile-2.5.1.jar
gt-shapefile-renderer-2.5.1.jar
gt-validation-2.5.1.jar
gt-wfs-2.5.1.jar
gt-wms-2.5.1.jar
gt-xml-2.5.1.jar
gt-xsd-core-2.5.1.jar
gt-xsd-filter-2.5.1.jar
gt-xsd-gml2-2.5.1.jar
gt-xsd-gml3-2.5.1.jar
gt-xsd-ows-2.5.1.jar
gt-xsd-wfs-2.5.1.jar
h2-1.0-20070319.231009-1.jar
hsqldb-1.8.0.7.jar
imageio-ext-arcgrid-1.0-SNAPSHOT.jar
imageio-ext-customstreams-1.0-SNAPSHOT.jar
itext-2.0.6.jar
jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar
jdom-1.0.jar
json-lib-2.1-jdk13.jar
jsr-275-1.0-beta-2.jar
jstl-1.0.6.jar
jts-1.9.jar
log4j-1.2.14.jar
lucene-1.4.3.jar
mail-1.4.jar
main-1.7.0.jar
net.opengis.ows-2.5.1.jar
net.opengis.wcs-2.5.1.jar
net.opengis.wfs-2.5.1.jar
org.restlet-1.0.8.jar
org.restlet.ext.freemarker-1.0.8.jar
org.w3.xlink-2.5.1.jar
oro-2.0.8.jar
ows-1.7.0-tests.jar
ows-1.7.0.jar
picocontainer-1.2.jar
platform-1.7.0.jar
postgis-driver-1.0.jar
postgresql-8.1-407.jdbc3.jar
spring-aop-2.5.5.jar
spring-beans-2.5.5.jar
spring-context-2.5.5.jar
spring-context-support-2.5.5.jar
spring-core-2.5.5.jar
spring-jdbc-2.5.5.jar
spring-tx-2.5.5.jar
spring-web-2.5.5.jar
spring-webmvc-2.5.5.jar
spring-webmvc-struts-2.5.5.jar
standard-1.0.6.jar
struts-1.2.9.jar
validation-1.7.0.jar
vecmath-1.3.1.jar
velocity-1.4.jar
velocity-dep-1.4.jar
wcs-1.7.0.jar
wcs1_1-1.7.0.jar
wfs-1.7.0.jar
wfs11-1.7.0.jar
wms-1.7.0.jar
xalan-2.7.0.jar
xercesImpl-2.4.0.jar
xml-apis-1.0.b2.jar
xml-apis-xerces-2.7.1.jar
xpp3-1.1.3.4.O.jar
xpp3_min-1.1.4c.jar
xsd-2.2.2.jar
xstream-1.3.jar

On Nov 21, 2008, at 8:19 AM, Justin Deoliveira wrote:

Hi Seth,

Can you show me which files are under WEB-INF/lib? Alternatively you can just zip up the entire geoserver directory and post it somewhere i can get at it.

-Justin

Seth Stradling wrote:

Hi Justin -
I went ahead and tried autodeploying the war file, but had the same result. I also unpacked the .war using StuffIt and could not find the web-1.7.0 jar doing that either.
The file directory under webapps/geoserver looks like:
-Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF
-Seth
On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't know of any issues with the tomcat manager, but what i usually do myself is just copy the war into the webapps folder and let tomcat auto deploy it for me. But i guess this only works if you have access to the server file system.

If you do have access can you provide a listing of the files under webapps/geoserver. Might help us figure out what the issue is.

Another thing that might be prudent before trying to redeploy is removing the geoserver "work" directory. <tomcat>/work/Catalina/ localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am missing web-1.7.0.jar (I re-downloaded the war file this morning, and have had the same result). I used the Tomcat application manager to upload the .war - could that be the reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by GeoServer... so this would indicate to me that the installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory <tomcat>/webapps/geoserver exist? Also verify that the directory webapps/geoserver/WEB-INF/lib contains a file web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to listener instance of class org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that tomcat is looking in the right place and that geoserver has the correct permissions, but I'm basing that on the war-file install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth
---------------------------------------------------------------- ---------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

---------------------------------------------------------------------- ---
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Hi Michael,

So i tried the latest zip file you gave me with tomcat 6.0.18 on both mac os and windows, and no problems with either... so i am not sure where things are going wrong.

Could you include the tomcat start up log?

Michael Tafel wrote:

Sorry about that Justin, I extracted this one and it maintained the
folder structure. Thanks!

http://mapserver.drcog.org/website/geoserver.zip

Mike

Michael Tafel| GIS Specialist| Denver Regional Council of Governments|
303.480.6797|1290 Broadway Suite 700 Denver, CO 80203

-----Original Message-----
From: Justin Deoliveira [mailto:jdeolive@anonymised.com] Sent: Friday, January 16, 2009 10:26 AM
To: Michael Tafel
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Deploying geoserver 1.7 war in Tomcat
(Mac OSX 10.5)

Hi Mike,

Thanks for posting this for me. However the archive seems to be flat... i was hoping to keep the file system structure in tact so I could simply

drop it into my tomcat webapps directory.

I have never used Vista, i know on xp you can just send a folder to a compressed archive or whatever...

Thanks,

-Justin

mgt17 wrote:

Thanks Justin, fyi I am using Windows Server 2008 (vista) with Apache

2.2 and

Tomcat 6, but I am having the same problem described in this thread

(not

unpacking correctly).

Here is the unpacked geoserver

http://mapserver.drcog.org/website/geoserver_root.zip

Thanks!

Mike

Justin Deoliveira-6 wrote:

I was never able to reproduce the problem. I have successfully

deployed

GeoServer in tomcat 6, and I know others have too. Are you seeing the

same issue?

If so, the only other thing I can think of is if one of you made your

unpacked web application available to me. Ie. zipping up webapps/geoserver and putting it somewhere i can get at it.

Thanks,

-Justin

mgt17 wrote:

Was there ever an answer to this? Is the answer to use Tomcat 5.5

instead

of
6?

Seth Stradling wrote:

Hi again-

I just tried deploying the .war file on tomcat 5.5 (I was running 6

on the xserve) and it worked fine. Then I tried moving the webapp

file back over into 6 and no luck. Is there anything specific to

how

tomcat 6 unpacks/loads that might be causing the problem?

Thanks again-
Seth

On Nov 21, 2008, at 8:59 AM, Seth Stradling wrote:

Hi Justin -

I can't post the .zip file anywhere it's accessible (I'm behind a

firewall) and it looks like the last email I sent got the .zip attachment stripped (same deal), so I've attached a .rtf of the

WEB-

INF/lib directory and included the list below as well.

Thanks-
Seth

<geoserver WEB-inf directory.rtf>

acegi-security-1.0.3.jar
activation-1.1.jar
ant-optional-1.5.1.jar
antlr-2.7.2.jar
aopalliance-1.0.jar
batik-awt-util-1.6.jar
batik-bridge-1.6.jar
batik-css-1.6.jar
batik-dom-1.6.jar
batik-ext-1.6.jar
batik-gvt-1.6.jar
batik-parser-1.6.jar
batik-script-1.6.jar
batik-svg-dom-1.6.jar
batik-svggen-1.6.jar
batik-transcoder-1.6.jar
batik-util-1.6.jar
batik-xml-1.6.jar
cglib-nodep-2.1_3.jar
com.noelios.restlet-1.0.8.jar
com.noelios.restlet.ext.servlet-1.0.8.jar
common-2.2.1.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-digester-1.7.jar
commons-fileupload-1.2.1.jar
commons-httpclient-2.0.jar
commons-io-1.3.2.jar
commons-jxpath-1.2.jar
commons-lang-2.1.jar
commons-logging-1.0.3.jar
commons-pool-1.3.jar
commons-validator-1.1.4.jar
data-1.7.0.jar
easymock-2.3.jar
easymockclassextension-2.3.jar
ecore-2.2.2.jar
ezmorph-1.0.3.jar
freemarker-2.3.13.jar
geoapi-2.2-20081020.191707-33.jar
gt-api-2.5.1.jar
gt-arcgrid-2.5.1.jar
gt-coverage-2.5.1.jar
gt-cql-2.5.1.jar
gt-data-2.5.1.jar
gt-epsg-hsql-2.5.1.jar
gt-geotiff-2.5.1.jar
gt-graph-2.5.1.jar
gt-gtopo30-2.5.1.jar
gt-image-2.5.1.jar
gt-imagemosaic-2.5.1.jar
gt-jdbc-2.5.1.jar
gt-main-2.5.1.jar
gt-metadata-2.5.1.jar
gt-postgis-2.5.1.jar
gt-property-2.5.1.jar
gt-referencing-2.5.1.jar
gt-render-2.5.1.jar
gt-shapefile-2.5.1.jar
gt-shapefile-renderer-2.5.1.jar
gt-validation-2.5.1.jar
gt-wfs-2.5.1.jar
gt-wms-2.5.1.jar
gt-xml-2.5.1.jar
gt-xsd-core-2.5.1.jar
gt-xsd-filter-2.5.1.jar
gt-xsd-gml2-2.5.1.jar
gt-xsd-gml3-2.5.1.jar
gt-xsd-ows-2.5.1.jar
gt-xsd-wfs-2.5.1.jar
h2-1.0-20070319.231009-1.jar
hsqldb-1.8.0.7.jar
imageio-ext-arcgrid-1.0-SNAPSHOT.jar
imageio-ext-customstreams-1.0-SNAPSHOT.jar
itext-2.0.6.jar
jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar
jdom-1.0.jar
json-lib-2.1-jdk13.jar
jsr-275-1.0-beta-2.jar
jstl-1.0.6.jar
jts-1.9.jar
log4j-1.2.14.jar
lucene-1.4.3.jar
mail-1.4.jar
main-1.7.0.jar
net.opengis.ows-2.5.1.jar
net.opengis.wcs-2.5.1.jar
net.opengis.wfs-2.5.1.jar
org.restlet-1.0.8.jar
org.restlet.ext.freemarker-1.0.8.jar
org.w3.xlink-2.5.1.jar
oro-2.0.8.jar
ows-1.7.0-tests.jar
ows-1.7.0.jar
picocontainer-1.2.jar
platform-1.7.0.jar
postgis-driver-1.0.jar
postgresql-8.1-407.jdbc3.jar
spring-aop-2.5.5.jar
spring-beans-2.5.5.jar
spring-context-2.5.5.jar
spring-context-support-2.5.5.jar
spring-core-2.5.5.jar
spring-jdbc-2.5.5.jar
spring-tx-2.5.5.jar
spring-web-2.5.5.jar
spring-webmvc-2.5.5.jar
spring-webmvc-struts-2.5.5.jar
standard-1.0.6.jar
struts-1.2.9.jar
validation-1.7.0.jar
vecmath-1.3.1.jar
velocity-1.4.jar
velocity-dep-1.4.jar
wcs-1.7.0.jar
wcs1_1-1.7.0.jar
wfs-1.7.0.jar
wfs11-1.7.0.jar
wms-1.7.0.jar
xalan-2.7.0.jar
xercesImpl-2.4.0.jar
xml-apis-1.0.b2.jar
xml-apis-xerces-2.7.1.jar
xpp3-1.1.3.4.O.jar
xpp3_min-1.1.4c.jar
xsd-2.2.2.jar
xstream-1.3.jar

On Nov 21, 2008, at 8:19 AM, Justin Deoliveira wrote:

Hi Seth,

Can you show me which files are under WEB-INF/lib? Alternatively

you can just zip up the entire geoserver directory and post it somewhere i can get at it.

-Justin

Seth Stradling wrote:

Hi Justin -
I went ahead and tried autodeploying the war file, but had the same result. I also unpacked the .war using StuffIt and could not find the web-1.7.0 jar doing that either.
The file directory under webapps/geoserver looks like:
-Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF
-Seth
On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't know of any issues with the tomcat manager, but what i usually

do myself is just copy the war into the webapps folder and let

tomcat auto deploy it for me. But i guess this only works if

you

have access to the server file system.

If you do have access can you provide a listing of the files under webapps/geoserver. Might help us figure out what the

issue

is.

Another thing that might be prudent before trying to redeploy

is

removing the geoserver "work" directory.

<tomcat>/work/Catalina/

localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am missing web-1.7.0.jar (I re-downloaded the war file this morning, and have had the same result). I used the Tomcat application manager to upload the .war - could that be the reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by

GeoServer... so this would indicate to me that the installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory <tomcat>/webapps/geoserver exist? Also verify that the directory webapps/geoserver/WEB-INF/lib contains a file web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX

Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to listener instance of class org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that

tomcat

is looking in the right place and that geoserver has the correct permissions, but I'm basing that on the war-file install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth

----------------------------------------------------------------

---------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK &

win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

----------------------------------------------------------------------

---
This SF.Net email is sponsored by the Moblin Your Move Developer's

challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in

the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------
-

This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win

great

prizes
Grand prize is a trip for two to an Open Source event anywhere in

the

world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

------------------------------------------------------------------------
------

This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Here are the Tomcat logs,

the url should just be http://localhost/geoserver (i want to run it
through the same port as the apache webserver)

When I do http://localhost:8080/geoserver (tomcat's port)I get the
geoserver loading please wait 0% completed page but it stays at 0%
completed.

Michael Tafel| GIS Specialist| Denver Regional Council of Governments|
303.480.6797|1290 Broadway Suite 700 Denver, CO 80203

-----Original Message-----
From: Justin Deoliveira [mailto:jdeolive@anonymised.com]
Sent: Friday, January 16, 2009 1:52 PM
To: Michael Tafel; geoserver-users
Subject: Re: [Geoserver-users] Deploying geoserver 1.7 war in Tomcat
(Mac OSX 10.5)

Hi Michael,

So i tried the latest zip file you gave me with tomcat 6.0.18 on both
mac os and windows, and no problems with either... so i am not sure
where things are going wrong.

Could you include the tomcat start up log?

Michael Tafel wrote:

Sorry about that Justin, I extracted this one and it maintained the
folder structure. Thanks!

http://mapserver.drcog.org/website/geoserver.zip

Mike

Michael Tafel| GIS Specialist| Denver Regional Council of Governments|
303.480.6797|1290 Broadway Suite 700 Denver, CO 80203

-----Original Message-----
From: Justin Deoliveira [mailto:jdeolive@anonymised.com]
Sent: Friday, January 16, 2009 10:26 AM
To: Michael Tafel
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Deploying geoserver 1.7 war in Tomcat
(Mac OSX 10.5)

Hi Mike,

Thanks for posting this for me. However the archive seems to be

flat...

i was hoping to keep the file system structure in tact so I could

simply

drop it into my tomcat webapps directory.

I have never used Vista, i know on xp you can just send a folder to a
compressed archive or whatever...

Thanks,

-Justin

mgt17 wrote:

Thanks Justin, fyi I am using Windows Server 2008 (vista) with Apache

2.2 and

Tomcat 6, but I am having the same problem described in this thread

(not

unpacking correctly).

Here is the unpacked geoserver

http://mapserver.drcog.org/website/geoserver_root.zip

Thanks!

Mike

Justin Deoliveira-6 wrote:

I was never able to reproduce the problem. I have successfully

deployed

GeoServer in tomcat 6, and I know others have too. Are you seeing

the

same issue?

If so, the only other thing I can think of is if one of you made

your

unpacked web application available to me. Ie. zipping up
webapps/geoserver and putting it somewhere i can get at it.

Thanks,

-Justin

mgt17 wrote:

Was there ever an answer to this? Is the answer to use Tomcat 5.5

instead

of
6?

Seth Stradling wrote:

Hi again-

I just tried deploying the .war file on tomcat 5.5 (I was running

6

on the xserve) and it worked fine. Then I tried moving the webapp

file back over into 6 and no luck. Is there anything specific to

how

tomcat 6 unpacks/loads that might be causing the problem?

Thanks again-
Seth

On Nov 21, 2008, at 8:59 AM, Seth Stradling wrote:

Hi Justin -

I can't post the .zip file anywhere it's accessible (I'm behind a

firewall) and it looks like the last email I sent got the .zip
attachment stripped (same deal), so I've attached a .rtf of the

WEB-

INF/lib directory and included the list below as well.

Thanks-
Seth

<geoserver WEB-inf directory.rtf>

acegi-security-1.0.3.jar
activation-1.1.jar
ant-optional-1.5.1.jar
antlr-2.7.2.jar
aopalliance-1.0.jar
batik-awt-util-1.6.jar
batik-bridge-1.6.jar
batik-css-1.6.jar
batik-dom-1.6.jar
batik-ext-1.6.jar
batik-gvt-1.6.jar
batik-parser-1.6.jar
batik-script-1.6.jar
batik-svg-dom-1.6.jar
batik-svggen-1.6.jar
batik-transcoder-1.6.jar
batik-util-1.6.jar
batik-xml-1.6.jar
cglib-nodep-2.1_3.jar
com.noelios.restlet-1.0.8.jar
com.noelios.restlet.ext.servlet-1.0.8.jar
common-2.2.1.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-digester-1.7.jar
commons-fileupload-1.2.1.jar
commons-httpclient-2.0.jar
commons-io-1.3.2.jar
commons-jxpath-1.2.jar
commons-lang-2.1.jar
commons-logging-1.0.3.jar
commons-pool-1.3.jar
commons-validator-1.1.4.jar
data-1.7.0.jar
easymock-2.3.jar
easymockclassextension-2.3.jar
ecore-2.2.2.jar
ezmorph-1.0.3.jar
freemarker-2.3.13.jar
geoapi-2.2-20081020.191707-33.jar
gt-api-2.5.1.jar
gt-arcgrid-2.5.1.jar
gt-coverage-2.5.1.jar
gt-cql-2.5.1.jar
gt-data-2.5.1.jar
gt-epsg-hsql-2.5.1.jar
gt-geotiff-2.5.1.jar
gt-graph-2.5.1.jar
gt-gtopo30-2.5.1.jar
gt-image-2.5.1.jar
gt-imagemosaic-2.5.1.jar
gt-jdbc-2.5.1.jar
gt-main-2.5.1.jar
gt-metadata-2.5.1.jar
gt-postgis-2.5.1.jar
gt-property-2.5.1.jar
gt-referencing-2.5.1.jar
gt-render-2.5.1.jar
gt-shapefile-2.5.1.jar
gt-shapefile-renderer-2.5.1.jar
gt-validation-2.5.1.jar
gt-wfs-2.5.1.jar
gt-wms-2.5.1.jar
gt-xml-2.5.1.jar
gt-xsd-core-2.5.1.jar
gt-xsd-filter-2.5.1.jar
gt-xsd-gml2-2.5.1.jar
gt-xsd-gml3-2.5.1.jar
gt-xsd-ows-2.5.1.jar
gt-xsd-wfs-2.5.1.jar
h2-1.0-20070319.231009-1.jar
hsqldb-1.8.0.7.jar
imageio-ext-arcgrid-1.0-SNAPSHOT.jar
imageio-ext-customstreams-1.0-SNAPSHOT.jar
itext-2.0.6.jar
jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar
jdom-1.0.jar
json-lib-2.1-jdk13.jar
jsr-275-1.0-beta-2.jar
jstl-1.0.6.jar
jts-1.9.jar
log4j-1.2.14.jar
lucene-1.4.3.jar
mail-1.4.jar
main-1.7.0.jar
net.opengis.ows-2.5.1.jar
net.opengis.wcs-2.5.1.jar
net.opengis.wfs-2.5.1.jar
org.restlet-1.0.8.jar
org.restlet.ext.freemarker-1.0.8.jar
org.w3.xlink-2.5.1.jar
oro-2.0.8.jar
ows-1.7.0-tests.jar
ows-1.7.0.jar
picocontainer-1.2.jar
platform-1.7.0.jar
postgis-driver-1.0.jar
postgresql-8.1-407.jdbc3.jar
spring-aop-2.5.5.jar
spring-beans-2.5.5.jar
spring-context-2.5.5.jar
spring-context-support-2.5.5.jar
spring-core-2.5.5.jar
spring-jdbc-2.5.5.jar
spring-tx-2.5.5.jar
spring-web-2.5.5.jar
spring-webmvc-2.5.5.jar
spring-webmvc-struts-2.5.5.jar
standard-1.0.6.jar
struts-1.2.9.jar
validation-1.7.0.jar
vecmath-1.3.1.jar
velocity-1.4.jar
velocity-dep-1.4.jar
wcs-1.7.0.jar
wcs1_1-1.7.0.jar
wfs-1.7.0.jar
wfs11-1.7.0.jar
wms-1.7.0.jar
xalan-2.7.0.jar
xercesImpl-2.4.0.jar
xml-apis-1.0.b2.jar
xml-apis-xerces-2.7.1.jar
xpp3-1.1.3.4.O.jar
xpp3_min-1.1.4c.jar
xsd-2.2.2.jar
xstream-1.3.jar

On Nov 21, 2008, at 8:19 AM, Justin Deoliveira wrote:

Hi Seth,

Can you show me which files are under WEB-INF/lib? Alternatively

you can just zip up the entire geoserver directory and post it
somewhere i can get at it.

-Justin

Seth Stradling wrote:

Hi Justin -
I went ahead and tried autodeploying the war file, but had the

same result. I also unpacked the .war using StuffIt and could

not find the web-1.7.0 jar doing that either.
The file directory under webapps/geoserver looks like:
-Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF
-Seth
On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't

know of any issues with the tomcat manager, but what i usually

do myself is just copy the war into the webapps folder and let

tomcat auto deploy it for me. But i guess this only works if

you

have access to the server file system.

If you do have access can you provide a listing of the files
under webapps/geoserver. Might help us figure out what the

issue

is.

Another thing that might be prudent before trying to redeploy

is

removing the geoserver "work" directory.

<tomcat>/work/Catalina/

localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am
missing web-1.7.0.jar (I re-downloaded the war file this
morning, and have had the same result). I used the Tomcat
application manager to upload the .war - could that be the
reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by

GeoServer... so this would indicate to me that the
installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory
<tomcat>/webapps/geoserver exist? Also verify that the
directory webapps/geoserver/WEB-INF/lib contains a file
web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX

Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM
org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to
listener instance of class
org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that

tomcat

is looking in the right place and that geoserver has the
correct permissions, but I'm basing that on the war-file
install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth

----------------------------------------------------------------

---------
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin SDK

&

win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

----------------------------------------------------------------------

---
This SF.Net email is sponsored by the Moblin Your Move

Developer's

challenge
Build the coolest Linux based applications with Moblin SDK & win

great prizes
Grand prize is a trip for two to an Open Source event anywhere in

the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------

-

This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win

great

prizes
Grand prize is a trip for two to an Open Source event anywhere in

the

world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

------------------------------------------------------------------------

------

This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

stdout_20090116.log (16.5 KB)

jakarta_service_20090115.log (3.86 KB)

jakarta_service_20090116.log (209 Bytes)

localhost.2009-01-16.log (3.24 KB)

(Attachment manager.2009-01-16.log is missing)

(Attachment stderr_20090116.log is missing)

stdout_20090115.log (53.6 KB)

Got it up and running! The problem wasn't tomcat or geoserver but my
apache configuration with tomcat. Anyways I have geoserver 1.7.1 running
on tomcat 6 via apache 2.2 on Windows Server 2008 (vista)

Thanks for the help!

Mike

-----Original Message-----
From: Justin Deoliveira [mailto:jdeolive@anonymised.com]
Sent: Friday, January 16, 2009 1:52 PM
To: Michael Tafel; geoserver-users
Subject: Re: [Geoserver-users] Deploying geoserver 1.7 war in Tomcat
(Mac OSX 10.5)

Hi Michael,

So i tried the latest zip file you gave me with tomcat 6.0.18 on both
mac os and windows, and no problems with either... so i am not sure
where things are going wrong.

Could you include the tomcat start up log?

Michael Tafel wrote:

Sorry about that Justin, I extracted this one and it maintained the
folder structure. Thanks!

http://mapserver.drcog.org/website/geoserver.zip

Mike

Michael Tafel| GIS Specialist| Denver Regional Council of Governments|
303.480.6797|1290 Broadway Suite 700 Denver, CO 80203

-----Original Message-----
From: Justin Deoliveira [mailto:jdeolive@anonymised.com]
Sent: Friday, January 16, 2009 10:26 AM
To: Michael Tafel
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Deploying geoserver 1.7 war in Tomcat
(Mac OSX 10.5)

Hi Mike,

Thanks for posting this for me. However the archive seems to be

flat...

i was hoping to keep the file system structure in tact so I could

simply

drop it into my tomcat webapps directory.

I have never used Vista, i know on xp you can just send a folder to a
compressed archive or whatever...

Thanks,

-Justin

mgt17 wrote:

Thanks Justin, fyi I am using Windows Server 2008 (vista) with Apache

2.2 and

Tomcat 6, but I am having the same problem described in this thread

(not

unpacking correctly).

Here is the unpacked geoserver

http://mapserver.drcog.org/website/geoserver_root.zip

Thanks!

Mike

Justin Deoliveira-6 wrote:

I was never able to reproduce the problem. I have successfully

deployed

GeoServer in tomcat 6, and I know others have too. Are you seeing

the

same issue?

If so, the only other thing I can think of is if one of you made

your

unpacked web application available to me. Ie. zipping up
webapps/geoserver and putting it somewhere i can get at it.

Thanks,

-Justin

mgt17 wrote:

Was there ever an answer to this? Is the answer to use Tomcat 5.5

instead

of
6?

Seth Stradling wrote:

Hi again-

I just tried deploying the .war file on tomcat 5.5 (I was running

6

on the xserve) and it worked fine. Then I tried moving the webapp

file back over into 6 and no luck. Is there anything specific to

how

tomcat 6 unpacks/loads that might be causing the problem?

Thanks again-
Seth

On Nov 21, 2008, at 8:59 AM, Seth Stradling wrote:

Hi Justin -

I can't post the .zip file anywhere it's accessible (I'm behind a

firewall) and it looks like the last email I sent got the .zip
attachment stripped (same deal), so I've attached a .rtf of the

WEB-

INF/lib directory and included the list below as well.

Thanks-
Seth

<geoserver WEB-inf directory.rtf>

acegi-security-1.0.3.jar
activation-1.1.jar
ant-optional-1.5.1.jar
antlr-2.7.2.jar
aopalliance-1.0.jar
batik-awt-util-1.6.jar
batik-bridge-1.6.jar
batik-css-1.6.jar
batik-dom-1.6.jar
batik-ext-1.6.jar
batik-gvt-1.6.jar
batik-parser-1.6.jar
batik-script-1.6.jar
batik-svg-dom-1.6.jar
batik-svggen-1.6.jar
batik-transcoder-1.6.jar
batik-util-1.6.jar
batik-xml-1.6.jar
cglib-nodep-2.1_3.jar
com.noelios.restlet-1.0.8.jar
com.noelios.restlet.ext.servlet-1.0.8.jar
common-2.2.1.jar
commons-beanutils-1.7.0.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-dbcp-1.2.2.jar
commons-digester-1.7.jar
commons-fileupload-1.2.1.jar
commons-httpclient-2.0.jar
commons-io-1.3.2.jar
commons-jxpath-1.2.jar
commons-lang-2.1.jar
commons-logging-1.0.3.jar
commons-pool-1.3.jar
commons-validator-1.1.4.jar
data-1.7.0.jar
easymock-2.3.jar
easymockclassextension-2.3.jar
ecore-2.2.2.jar
ezmorph-1.0.3.jar
freemarker-2.3.13.jar
geoapi-2.2-20081020.191707-33.jar
gt-api-2.5.1.jar
gt-arcgrid-2.5.1.jar
gt-coverage-2.5.1.jar
gt-cql-2.5.1.jar
gt-data-2.5.1.jar
gt-epsg-hsql-2.5.1.jar
gt-geotiff-2.5.1.jar
gt-graph-2.5.1.jar
gt-gtopo30-2.5.1.jar
gt-image-2.5.1.jar
gt-imagemosaic-2.5.1.jar
gt-jdbc-2.5.1.jar
gt-main-2.5.1.jar
gt-metadata-2.5.1.jar
gt-postgis-2.5.1.jar
gt-property-2.5.1.jar
gt-referencing-2.5.1.jar
gt-render-2.5.1.jar
gt-shapefile-2.5.1.jar
gt-shapefile-renderer-2.5.1.jar
gt-validation-2.5.1.jar
gt-wfs-2.5.1.jar
gt-wms-2.5.1.jar
gt-xml-2.5.1.jar
gt-xsd-core-2.5.1.jar
gt-xsd-filter-2.5.1.jar
gt-xsd-gml2-2.5.1.jar
gt-xsd-gml3-2.5.1.jar
gt-xsd-ows-2.5.1.jar
gt-xsd-wfs-2.5.1.jar
h2-1.0-20070319.231009-1.jar
hsqldb-1.8.0.7.jar
imageio-ext-arcgrid-1.0-SNAPSHOT.jar
imageio-ext-customstreams-1.0-SNAPSHOT.jar
itext-2.0.6.jar
jai_codec-1.1.3.jar
jai_core-1.1.3.jar
jai_imageio-1.1.jar
jdom-1.0.jar
json-lib-2.1-jdk13.jar
jsr-275-1.0-beta-2.jar
jstl-1.0.6.jar
jts-1.9.jar
log4j-1.2.14.jar
lucene-1.4.3.jar
mail-1.4.jar
main-1.7.0.jar
net.opengis.ows-2.5.1.jar
net.opengis.wcs-2.5.1.jar
net.opengis.wfs-2.5.1.jar
org.restlet-1.0.8.jar
org.restlet.ext.freemarker-1.0.8.jar
org.w3.xlink-2.5.1.jar
oro-2.0.8.jar
ows-1.7.0-tests.jar
ows-1.7.0.jar
picocontainer-1.2.jar
platform-1.7.0.jar
postgis-driver-1.0.jar
postgresql-8.1-407.jdbc3.jar
spring-aop-2.5.5.jar
spring-beans-2.5.5.jar
spring-context-2.5.5.jar
spring-context-support-2.5.5.jar
spring-core-2.5.5.jar
spring-jdbc-2.5.5.jar
spring-tx-2.5.5.jar
spring-web-2.5.5.jar
spring-webmvc-2.5.5.jar
spring-webmvc-struts-2.5.5.jar
standard-1.0.6.jar
struts-1.2.9.jar
validation-1.7.0.jar
vecmath-1.3.1.jar
velocity-1.4.jar
velocity-dep-1.4.jar
wcs-1.7.0.jar
wcs1_1-1.7.0.jar
wfs-1.7.0.jar
wfs11-1.7.0.jar
wms-1.7.0.jar
xalan-2.7.0.jar
xercesImpl-2.4.0.jar
xml-apis-1.0.b2.jar
xml-apis-xerces-2.7.1.jar
xpp3-1.1.3.4.O.jar
xpp3_min-1.1.4c.jar
xsd-2.2.2.jar
xstream-1.3.jar

On Nov 21, 2008, at 8:19 AM, Justin Deoliveira wrote:

Hi Seth,

Can you show me which files are under WEB-INF/lib? Alternatively

you can just zip up the entire geoserver directory and post it
somewhere i can get at it.

-Justin

Seth Stradling wrote:

Hi Justin -
I went ahead and tried autodeploying the war file, but had the

same result. I also unpacked the .war using StuffIt and could

not find the web-1.7.0 jar doing that either.
The file directory under webapps/geoserver looks like:
-Data
-editArea
-gmaps
-icon-line.png
-images
-index.jsp
-meta-inf
-openlayers
-options.png
-popup_map
-rss
-schemas
-style.css
-WEB-INF
-Seth
On Nov 20, 2008, at 9:54 AM, Justin Deoliveira wrote:

Hi Seth,

(keeping the reply on the public list)

So yeah, definitely an issue with the unpacking then. I don't

know of any issues with the tomcat manager, but what i usually

do myself is just copy the war into the webapps folder and let

tomcat auto deploy it for me. But i guess this only works if

you

have access to the server file system.

If you do have access can you provide a listing of the files
under webapps/geoserver. Might help us figure out what the

issue

is.

Another thing that might be prudent before trying to redeploy

is

removing the geoserver "work" directory.

<tomcat>/work/Catalina/

localhost/geoserver

-Justin

Seth Stradling wrote:

Geoserver did unpack into the correct directory, but I am
missing web-1.7.0.jar (I re-downloaded the war file this
morning, and have had the same result). I used the Tomcat
application manager to upload the .war - could that be the
reason why it is not unpacking properly?
Thanks-
Seth
On Nov 19, 2008, at 9:09 AM, Justin Deoliveira wrote:

Hi Seth,

The class that can not be found is the first thing loaded by

GeoServer... so this would indicate to me that the
installation is somehow corrupt.

Has the war been fully unpacked? IE. Does the directory
<tomcat>/webapps/geoserver exist? Also verify that the
directory webapps/geoserver/WEB-INF/lib contains a file
web-1.7.0.jar.

Seth Stradling wrote:

Hi-
I have been trying to deploy geoserver in Tomcat on Mac OSX

Leopard server, and I keep running into the same error:
>Nov 18 2008 3:26:55 PM
org.apache.catalina.core.StandardContext listenerStart
>SEVERE: Exception sending context initialized event to
listener instance of class
org.geoserver.GeoserverInitStartupListener
>java.lang.NoCassDefFoundError
I've tried everything I can think of to make sure that

tomcat

is looking in the right place and that geoserver has the
correct permissions, but I'm basing that on the war-file
install instructions in the User guide.
Any suggestions as to what I'm doing wrong?
Thanks-
Seth

----------------------------------------------------------------

---------
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin SDK

&

win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

----------------------------------------------------------------------

---
This SF.Net email is sponsored by the Moblin Your Move

Developer's

challenge
Build the coolest Linux based applications with Moblin SDK & win

great prizes
Grand prize is a trip for two to an Open Source event anywhere in

the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------

-

This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win

great

prizes
Grand prize is a trip for two to an Open Source event anywhere in

the

world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

------------------------------------------------------------------------

------

This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Got it up and running! The problem wasn't tomcat or geoserver but my
apache configuration with tomcat. Anyways I have geoserver 1.7.1
running
on tomcat 6 via apache 2.2 on Windows Server 2008 (vista)

Hi Mike,

Could u leave here some apache2.2/tomcat6 configuration details?

Thanks,
Pedro Mendes

Also, can you mention the advantages of using this on WS2008 vs the standard Jetty install? I'm new to running Java services like this.

Roger

--------------------------------------------------
From: "Pedro Mendes" <pmendes@anonymised.com>
Sent: Thursday, January 22, 2009 11:05 AM
To: "'Michael Tafel'" <MTafel@anonymised.com>; "'geoserver-users'" <geoserver-users@lists.sourceforge.net>
Subject: Re: [Geoserver-users] Deploying geoserver 1.7 war in Tomcat(Mac OSX 10.5)

Got it up and running! The problem wasn't tomcat or geoserver but my
apache configuration with tomcat. Anyways I have geoserver 1.7.1
running
on tomcat 6 via apache 2.2 on Windows Server 2008 (vista)

Hi Mike,

Could u leave here some apache2.2/tomcat6 configuration details?

Thanks,
Pedro Mendes

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users