Hi everyone, I am using mac os x 10.7.4 with eclipse juno, appengine java sdk is 1.7.0 and am using Java for development. The problem is that the app is not working on localhost but works on GAE perfectly. When I run the application as web application the server starts at localhost:8888/ (Or any other port if I change the run configuration), but when I visit this url in any browser nothing happens and after some time the connection times out. I have searched all over but could not find the solution. Also, when I debug as web application it stops by giving an error: *Cannot Connect to VM
Log when debugged:* ERROR: transport error 202: handshake failed - connection prematurally closed ERROR: JDWP: Failed to initialize transport via localhost:49611, trying localhost via 127.0.0.1:49611 ERROR: transport error 202: recv failed during handshake: Connection reset by peer ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690] FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) *Log when Run:* 2012-07-16 00:25:38.995 java[557:407] [Java CocoaComponent compatibility mode]: Enabled 2012-07-16 00:25:38.996 java[557:407] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000 Jul 15, 2012 7:25:45 PM com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger Jul 15, 2012 7:25:45 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed /Volumes/DATA 1/Google App Engine/Java/HelloWorld/war/WEB-INF/appengine-web.xml Jul 15, 2012 7:25:45 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed /Volumes/DATA 1/Google App Engine/Java/HelloWorld/war/WEB-INF/web.xml Jul 16, 2012 12:25:46 AM com.google.appengine.tools.development.DevAppServerImpl start INFO: The server is running at http://localhost:8888/ Jul 16, 2012 12:25:46 AM com.google.appengine.tools.development.DevAppServerImpl start INFO: The admin console is running at http://localhost:8888/_ah/admin Kindly help me , thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/H2upg-kt2foJ. 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?hl=en.
