Hi there, I'm new to GAE/J, so I'm starting with a bulk of silly questions...
Well, my Jetty seems to be terminating just after starting... That is, in Eclipse, I right click the project > Run as > Web Application. The output is printed in the terminal, as normal and without any error: 2011-03-31 16:01:25.594 java[58217:903] [Java CocoaComponent compatibility mode]: Enabled 2011-03-31 16:01:25.596 java[58217:903] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000 Mar 31, 2011 7:01:25 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger Mar 31, 2011 7:01:26 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed /Users/lorenooliveira/dev/workspaces/pennypile/PennyPileEngine/war/WEB-INF/appengine-web.xml Mar 31, 2011 7:01:26 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed /Users/lorenooliveira/dev/workspaces/pennypile/PennyPileEngine/war/WEB-INF/web.xml log4j:WARN No appenders could be found for logger (br.com.caelum.vraptor.config.BasicConfiguration). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Mar 31, 2011 4:01:29 PM com.google.appengine.tools.development.DevAppServerImpl start INFO: The server is running at http://localhost:8888/ However, the process dies two or three seconds after the last previous message be printed... Any idea of what is going wrong here? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
