error listenerstart Tomcat 6.0.20

2009-09-15 Thread Sarah_Sh

Hi all,

I have an error listenerstart at my tomcat 6.0.20 which said that the
context [/xx] startup failed to previous errors:
catalina log:
14.09.2009 18:21:17 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
property 'debug' to '0' did not find a matching property.
14.09.2009 18:21:17 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
property 'relaodable' to 'false' did not find a matching property.
14.09.2009 18:21:17 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
property 'debug' to '0' did not find a matching property.
14.09.2009 18:21:17 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
property 'relaodable' to 'false' did not find a matching property.
14.09.2009 18:21:17 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
property 'debug' to '0' did not find a matching property.
14.09.2009 18:21:17 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
property 'relaodable' to 'false' did not find a matching property.
14.09.2009 18:21:17 org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.16.
14.09.2009 18:21:17 org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters
[false], random [true].
14.09.2009 18:21:17 org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
14.09.2009 18:21:17 org.apache.coyote.ajp.AjpAprProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
14.09.2009 18:21:17 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 787 ms
14.09.2009 18:21:17 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
14.09.2009 18:21:17 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
14.09.2009 18:21:26 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Error listenerStart
14.09.2009 18:21:26 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Context [/geoserver] startup failed due to previous errors

I looked at my application log and found this:
2009-09-11 15:52:07,230 WARN [geoserver.logging] - Suppressing StdOut
logging.  If you want to see GeoServer logs, be sure to look in
'C:\temp\geonetwork\data\geoserver_data\..\..\jetty\logs\geoserver.log'
2009-09-11 15:52:08,449 WARN [referencing.factory] - Axis elements found in
a wkt definition, the force longitude first axis order hint might not be
respected:
PROJCS[WGS84 / Simple Mercator, GEOGCS[WGS 84, DATUM[WGS_1984,
SPHEROID[WGS_1984, 6378137.0, 298.257223563]], PRIMEM[Greenwich, 0.0],
UNIT[degree, 0.017453292519943295]], PROJECTION[Mercator_1SP_Google],
PARAMETER[latitude_of_origin, 0.0], PARAMETER[central_meridian, 0.0],
PARAMETER[scale_factor, 1.0], PARAMETER[false_easting, 0.0],
PARAMETER[false_northing, 0.0], UNIT[m, 1.0], AXIS[x, EAST], AXIS[y,
NORTH], AUTHORITY[EPSG,54004]]
2009-09-11 15:52:11,199 WARN [geoserver.securit] - Rule *.*.r=* is
overriding another rule targetting the same resource
2009-09-11 15:52:11,199 WARN [geoserver.securit] - Rule *.*.w=* is
overriding another rule targetting the same resource
 WARN [geotools.factory] - Can't load a service for category
CoordinateOperationFactory. Cause is NullPointerException.

at localhost log:
14.09.2009 18:21:09 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
14.09.2009 18:21:09 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
14.09.2009 18:21:21 org.apache.catalina.core.StandardContext listenerStart
SCHWERWIEGEND: Exception sending context initialized event to listener
instance of class org.geoserver.GeoserverInitStartupListener
java.lang.NoSuchFieldError: KEY_REPLACE_INDEX_COLOR_MODEL
at
org.geotools.resources.image.ImageUtilities.clinit(ImageUtilities.java:66)
at
org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:59)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at 
org.apache.catalina.core.StandardService.start(StandardService.java:516)
at 

Re: error listenerstart Tomcat 6.0.20

2009-09-15 Thread Sarah_Sh

Thank you for giving me a hint of the typo.

error listenerstart is still there.

Thanks.
Sarah


awarnier wrote:
 
 Sarah_Sh wrote:
 Hi all,
 
 Hi.
 I have no idea about all the other stuff, but at least here there seems 
 to be a small typo :
 
 WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
 property 'relaodable' to 'false' did not find a matching property.
 
 'relaodable' probably needs to be 'reloadable' somewhere.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/error-listenerstart-Tomcat-6.0.20-tp25450385p25451708.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: error listenerstart Tomcat 6.0.20

2009-09-15 Thread Sarah_Sh

Thank you for showing me the relevant part.

Am I right that it is a problem with GeoserverInitStartupListener class? 
There aren´t such KEY_REPLACE_INDEX_COLOR_MODEL. Have I insert this or what
could I do?

Thanks!
Sarah


markt-2 wrote:
 
 Sarah_Sh wrote:
 Thank you for giving me a hint of the typo.
 
 error listenerstart is still there.
 
 This is the relevant part of the logs:
 
 14.09.2009 18:21:21 org.apache.catalina.core.StandardContext listenerStart
 SCHWERWIEGEND: Exception sending context initialized event to listener
 instance of class org.geoserver.GeoserverInitStartupListener
 java.lang.NoSuchFieldError: KEY_REPLACE_INDEX_COLOR_MODEL
   at
 org.geotools.resources.image.ImageUtilities.clinit(ImageUtilities.java:66)
   at
 org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:59)
   at
 org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
   at
 org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
   at 
 org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
   at
 org.apache.catalina.core.StandardService.start(StandardService.java:516)
   at 
 org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
 
 Looks pretty self-explanatory to me.
 
 Mark
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/error-listenerstart-Tomcat-6.0.20-tp25450385p25453162.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: error listenerstart Tomcat 6.0.20

2009-09-15 Thread Sarah_Sh

Ok thank you. 
I searched for this error at google and found 1-2 posts about this error. So
I look at my classes, application. In the end I will ask at another forum
relating to the appl.

Best regards
Sarah



markt-2 wrote:
 
 Sarah_Sh wrote:
 Thank you for showing me the relevant part.
 
 Am I right that it is a problem with GeoserverInitStartupListener class? 
 There aren´t such KEY_REPLACE_INDEX_COLOR_MODEL. Have I insert this or
 what
 could I do?
 
 Sorry. No idea. That code is from your app, not from Tomcat.
 
 Mark
 
 
 
 Thanks!
 Sarah
 
 
 markt-2 wrote:
 Sarah_Sh wrote:
 Thank you for giving me a hint of the typo.

 error listenerstart is still there.
 This is the relevant part of the logs:

 14.09.2009 18:21:21 org.apache.catalina.core.StandardContext
 listenerStart
 SCHWERWIEGEND: Exception sending context initialized event to listener
 instance of class org.geoserver.GeoserverInitStartupListener
 java.lang.NoSuchFieldError: KEY_REPLACE_INDEX_COLOR_MODEL
 at
 org.geotools.resources.image.ImageUtilities.clinit(ImageUtilities.java:66)
 at
 org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:59)
 at
 org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
 at
 org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
 at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
 at
 org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
 at
 org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
 at
 org.apache.catalina.core.StandardService.start(StandardService.java:516)
 at
 org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)

 Looks pretty self-explanatory to me.

 Mark




 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



 
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/error-listenerstart-Tomcat-6.0.20-tp25450385p25453686.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



NoRouteToHostException Servlet not run

2009-09-14 Thread Sarah_Sh

Hello,

I am new to tomcat and want to ask what I should do with this error message:
Recovery thread failed to stop membership service.
java.net.NoRouteToHostException: No route to host: Datagram send failed
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(Unknown Source)
at
org.apache.catalina.tribes.membership.McastServiceImpl.send(McastServiceImpl.java:385)
at
org.apache.catalina.tribes.membership.McastServiceImpl.stop(McastServiceImpl.java:299)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.stopService(McastServiceImpl.java:480)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.run(McastServiceImpl.java:504)
14.09.2009 09:54:37 org.apache.catalina.tribes.membership.McastServiceImpl
setupSocket
INFO: Setting cluster mcast soTimeout to 500
14.09.2009 09:54:37
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread
startService
WARNUNG: Recovery thread failed to start membership service.
java.net.SocketException: error setting options
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(Unknown Source)
at java.net.MulticastSocket.joinGroup(Unknown Source)
at
org.apache.catalina.tribes.membership.McastServiceImpl.start(McastServiceImpl.java:233)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.startService(McastServiceImpl.java:490)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.run(McastServiceImpl.java:504)
14.09.2009 09:54:37
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread run
INFO: Recovery attempt 1 failed, trying again in 5000 seconds
14.09.2009 09:54:42
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread run
INFO: Tribes membership, running recovery thread, multicasting is not
functional.
14.09.2009 09:54:42
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread
stopService
WARNUNG: Recovery thread failed to stop membership service.
java.net.NoRouteToHostException: No route to host: Datagram send failed
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(Unknown Source)
at
org.apache.catalina.tribes.membership.McastServiceImpl.send(McastServiceImpl.java:385)
at
org.apache.catalina.tribes.membership.McastServiceImpl.stop(McastServiceImpl.java:299)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.stopService(McastServiceImpl.java:480)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.run(McastServiceImpl.java:504)
14.09.2009 09:54:42 org.apache.catalina.tribes.membership.McastServiceImpl
setupSocket
INFO: Setting cluster mcast soTimeout to 500
14.09.2009 09:54:42
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread
startService
WARNUNG: Recovery thread failed to start membership service.
java.net.SocketException: error setting options
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(Unknown Source)
at java.net.MulticastSocket.joinGroup(Unknown Source)
at
org.apache.catalina.tribes.membership.McastServiceImpl.start(McastServiceImpl.java:233)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.startService(McastServiceImpl.java:490)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.run(McastServiceImpl.java:504)
14.09.2009 09:54:42
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread run
INFO: Recovery attempt 2 failed, trying again in 5000 seconds
14.09.2009 09:54:47
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread run
INFO: Tribes membership, running recovery thread, multicasting is not
functional.
14.09.2009 09:54:47
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread
stopService
WARNUNG: Recovery thread failed to stop membership service.
java.net.NoRouteToHostException: No route to host: Datagram send failed
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(Unknown Source)
at
org.apache.catalina.tribes.membership.McastServiceImpl.send(McastServiceImpl.java:385)
at
org.apache.catalina.tribes.membership.McastServiceImpl.stop(McastServiceImpl.java:299)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.stopService(McastServiceImpl.java:480)
at
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread.run(McastServiceImpl.java:504)
14.09.2009 09:54:47 org.apache.catalina.tribes.membership.McastServiceImpl
setupSocket
INFO: Setting cluster mcast soTimeout to 500
14.09.2009 09:54:47
org.apache.catalina.tribes.membership.McastServiceImpl$RecoveryThread
startService
WARNUNG: Recovery thread failed to start