I ran into a strange problem: when I try to run the Web Application I created using the SDK, it can not be run. It worked on Windows, but when I switched to Mac, I keep getting this:
2011-03-11 11:49:55.487 java[2586:903] [Java CocoaComponent compatibility mode]: Enabled 2011-03-11 11:49:55.489 java[2586:903] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000 Mar 11, 2011 10:49:56 AM com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger Mar 11, 2011 10:49:56 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed /Users/thepablick/Documents/Eclipse/Test/ war/WEB-INF/appengine-web.xml Mar 11, 2011 10:49:56 AM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed /Users/thepablick/Documents/Eclipse/Test/ war/WEB-INF/web.xml Mar 11, 2011 11:49:57 AM com.google.appengine.tools.development.DevAppServerImpl start INFO: The server is running at http://localhost:8888/ Then, after two seconds, the process just terminates, no output, no stack trace, no error logs to be found. The application is working when deployed to appspot. -- 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.
