kerry
Aug 22nd, 2004, 09:40 PM
Hi,
I've been trying Matt Raible's myusers spring application. I have been setting up a number of non-spring applications using this configuraion. So far I've been able to run the myusers application fine outside of eclipse. However, once I try to configure and start eclipse/spring/sysdeo/tomcat the server never starts and tried to load the StandardContext class from the catalina.jar file. Here's the error stack:
org.apache.catalina.startup.Bootstrap at localhost:2487
Thread [main] (Suspended (exception NullPointerException))
StandardContext.start() line: 4151
StandardHost(ContainerBase).start() line: 1083
StandardHost.start() line: 789
StandardEngine(ContainerBase).start() line: 1083
StandardEngine.start() line: 478
StandardService.start() line: 480
StandardServer.start() line: 2313
Catalina.start() line: 556
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object[]) line: not available
Bootstrap.start() line: 284
Bootstrap.main(String[]) line: 422
Any ideas?
Thanks,
Kerry
I've been trying Matt Raible's myusers spring application. I have been setting up a number of non-spring applications using this configuraion. So far I've been able to run the myusers application fine outside of eclipse. However, once I try to configure and start eclipse/spring/sysdeo/tomcat the server never starts and tried to load the StandardContext class from the catalina.jar file. Here's the error stack:
org.apache.catalina.startup.Bootstrap at localhost:2487
Thread [main] (Suspended (exception NullPointerException))
StandardContext.start() line: 4151
StandardHost(ContainerBase).start() line: 1083
StandardHost.start() line: 789
StandardEngine(ContainerBase).start() line: 1083
StandardEngine.start() line: 478
StandardService.start() line: 480
StandardServer.start() line: 2313
Catalina.start() line: 556
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object[]) line: not available
Bootstrap.start() line: 284
Bootstrap.main(String[]) line: 422
Any ideas?
Thanks,
Kerry