Quantcast

run-war Failing with STtange Exception

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

run-war Failing with STtange Exception

Jonathan Rosenberg-2
I have ann app that runs just fine when I use run-app.  I decided to
try run-war before deploying to a testing machine.  This what I see
after the application starts running:

Running Grails application..     [java] Java Result: 1
java.lang.RuntimeException: tomcat exited prematurely with code '1'
(error output: 'Jan 3, 2012 4:55:22 PM
org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
Jan 3, 2012 4:55:22 PM org.apache.catalina.core.StandardService start
INFO: Starting service Tomcat
Jan 3, 2012 4:55:22 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0-snapshot
Jan 3, 2012 4:55:23 PM org.apache.catalina.startup.ContextConfig
defaultWebConfig
INFO: No default web.xml
Jan 3, 2012 4:55:23 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
Jan 3, 2012 4:55:23 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
Jan 3, 2012 4:55:23 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://www.springframework.org/tags is already defined
Jan 3, 2012 4:55:24 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
LifecycleException:  service.getName(): "Tomcat";  Protocol handler
start failed: java.lang.NullPointerException
        at org.apache.catalina.connector.Connector.start(Connector.java:1137)
        at org.apache.catalina.core.StandardService.start(StandardService.java:530)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:708)
        at org.apache.catalina.startup.Tomcat.start(Tomcat.java:286)
        at org.grails.tomcat.IsolatedTomcat.main(IsolatedTomcat.java:101)

Any ides what's going on????

--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary
http://www.tabbysplace.org/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Loading...