It's hard to see from the logs, as it's not reporting the actual errors, perhaps look at catalina.out instead? Or is that where this is coming from? I'm pretty sure tomcat logs in more than one location.
But my best guess is that your ubuntu doesn't have a java sdk, or at least the java process running tomcat isn't pointing at it (instead it's just at the jre). That's the most common error when you get these compiling problems, as geoserver requires the java sdk to do this compile. If that doesn't solve it, then try to find the logs and send them to the list.
best regards,
Chris
Gus MacAulay wrote:
Hi,
We have been happily running a geoserver setup on fedora core 4 and decided
to move to Ubuntu Dapper. Ubuntu has a package
for tomcat but when we tried to deploy geoserver it wouldn't work at all,
leaving this sort of thing in the logs;
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/welcome.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/admin/index.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/index.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/contactInformation.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/wfs/index.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/wfs/description.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/wfs/content.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/wms/index.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/wms/description.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/wms/content.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/data/index.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/data/store.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/data/namespace.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/data/style.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/validation/index.do
ERROR compiling
http://lifesaver.vpac.org:8180/geoserver/config/validation/test.do
It seems to be related to the dapper tomcat package as it worked fine under
jetty and when we installed directly from the apache tomcat binary. Has
anyone else come across this?
Regards
Gus MacAulay
--
blah. cheese.
--
Chris Holmes
The Open Planning Project
thoughts at: http://cholmes.wordpress.com
Gus MacAulay ha scritto:
Hi,
We have been happily running a geoserver setup on fedora core 4 and decided to move to Ubuntu Dapper. Ubuntu has a package
for tomcat but when we tried to deploy geoserver it wouldn't work at all, leaving this sort of thing in the logs;
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/welcome.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/admin/index.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/index.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/contactInformation.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/wfs/index.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/wfs/description.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/wfs/content.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/wms/index.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/wms/description.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/wms/content.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/data/index.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/data/store.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/data/namespace.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/data/style.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/validation/index.do
ERROR compiling http://lifesaver.vpac.org:8180/geoserver/config/validation/test.do
It seems to be related to the dapper tomcat package as it worked fine under jetty and when we installed directly from the apache tomcat binary. Has anyone else come across this?
Wild guess: are you sure the dapper Tomcat is running against a real java virtual machine, and not
against the gcj interpreter? As an alternative, it could also be that tomcat have been natively compiled
with gcj.
As I said, just a guess, I'm not using Ubuntu.
Cheers
Andrea Aime
Hi Gus,
Le Samedi 25 Mars 2006 04:59, Gus MacAulay a écrit :
http://lifesaver.vpac.org:8180/geoserver/config/validation/test.do
It seems to be related to the dapper tomcat package as it worked fine under
jetty and when we installed directly from the apache tomcat binary. Has
anyone else come across this?
For me, it happens when the user that runs tomcat (uid) has no read access
rights on some of the WEB-INF files (usually when updating files and
forgetting to change rights).
Regards
Gus MacAulay
didier