Hi Mark,
Log files? Sheesh, why didn't I .... Oh well. Here's the log from a
shutdown of Tomcat--the startup is below. As you can see it shuts down
several contexts just fine and then says /soap wasn't ever started--no
surprise:
2003-02-19 11:51:48 StandardHost[localhost]: Removing web application at
context path /admin
2003-02-19 11:51:48 StandardHost[localhost]: Removing web application at
context path /webdav
2003-02-19 11:51:48 StandardHost[localhost]: Removing web application at
context path /examples
2003-02-19 11:51:48 StandardHost[localhost]: Removing web application at
context path /tomcat-docs
2003-02-19 11:51:48 StandardHost[localhost]: Removing web application at
context path /soap
2003-02-19 11:51:48 StandardHost[localhost]: ContainerBase.removeChild:
stop:
LifecycleException: Container StandardContext[/soap] has not been started
at
org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
at
org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1036)
at
org.apache.catalina.core.StandardHostDeployer.remove(StandardHostDeployer.java:420)
at org.apache.catalina.core.StandardHost.remove(StandardHost.java:852)
at
org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:919)
...
Here's the startup with /soap failing and the /manager stuff being
deployed properly. The message "Resources start failed:" looks like it
might be intending to have something after that colon--a more specific
explanation, perhaps? It sure doesn't look like a method-not-found or
wrong XML processing kind of error from the exception trace, but I
suppose it could be.... What about the NativeMethod stuff? Is it
possible the error is because I don't have the jkjni.so module
installed? I think I'll see if I can get a compatible version of that
and see whether that makes any difference.
2003-02-19 11:56:38 StandardContext[/soap]: Starting
2003-02-19 11:56:38 StandardContext[/soap]: Processing start(), current
available=false
2003-02-19 11:56:38 StandardContext[/soap]: Configuring default Resources
2003-02-19 11:56:38 StandardContext[/soap]: Resources start failed:
2003-02-19 11:56:38 StandardContext[/soap]: Configuring non-privileged
default Loader
2003-02-19 11:56:38 StandardContext[/soap]: Configuring default Manager
2003-02-19 11:56:38 StandardContext[/soap]: Processing standard
container startup
2003-02-19 11:56:38 StandardContext[/soap]: Context startup failed due
to previous errors
2003-02-19 11:56:38 StandardContext[/soap]: Exception during cleanup
after start failed
LifecycleException: Container StandardContext[/soap] has not been started
at
org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3621)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:738)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347)
at
org.apache.catalina.core.StandardService.start(StandardService.java:497)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2189)
at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
2003-02-19 11:56:38 HostConfig[localhost]: Deploying configuration
descriptor admin.xml
2003-02-19 11:56:44 HostConfig[localhost]: Deploying configuration
descriptor manager.xml
2003-02-19 11:56:44 WebappLoader[/manager]: Deploying class repositories
to work directory /var/tomcat4/work/Standalone/localhost/manager
2003-02-19 11:56:44 ContextConfig[/manager]: Configured an authenticator
for method BASIC
2003-02-19 11:56:44 StandardManager[/manager]: Seeding random number
generator class java.security.SecureRandom
2003-02-19 11:56:44 StandardManager[/manager]: Seeding of random number
generator has been completed
2003-02-19 11:56:44 StandardWrapper[/manager:default]: Loading container
servlet default
2003-02-19 11:56:44 default: init
2003-02-19 11:56:44 StandardWrapper[/manager:invoker]: Loading container
servlet invoker
2003-02-19 11:56:44 invoker: init
2003-02-19 11:56:44 jsp: init
Thanks again,
John
- RE: Tomcat 4.1.18, JDK 1.4.1, & Soap--Tomcat's alrea... Donoghue, Mark
- Re: Tomcat 4.1.18, JDK 1.4.1, & Soap--Error log... J M Craig/Alpha-G
- J M Craig/Alpha-G