ahh.. you can try by turning your 2-step verification off, it worked for me! Thankyou!
On Wed, Aug 22, 2012 at 1:30 AM, SCR <[email protected]> wrote: > Hi, > I created a 'Hello world' program using Google App plugin in Eclipse. I am > able to deploy it in my local server and test it. But when I try to Deploy > the app to App Engine, I got an error. Find below the exception thrown in > the .log file. > Based on the SocketException, I guessed this might be a proxy issue. So I > modified the Proxy setting @ 'Windows>Preference>General>Network > Connection', set 'Active Provider' to Manual & updated the HTTP host, port > & user details. But it didn't resolve the issue. I tried various other > options to apply proxy settings (eg: pass proxy parameters to JVM by adding > the name value pair to eclipse.ini), still no use. > If you can provide me a resolution, please do so. > Appreciate your help ! > > !ENTRY com.google.gdt.eclipse.login 4 0 2012-08-21 15:11:35.322 > !MESSAGE Could not sign in. Make sure that you entered the correct > verification code. > !STACK 0 > java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(Unknown Source) > at java.io.BufferedInputStream.fill(Unknown Source) > at java.io.BufferedInputStream.read1(Unknown Source) > at java.io.BufferedInputStream.read(Unknown Source) > at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source) > at sun.net.www.http.HttpClient.parseHTTP(Unknown Source) > at sun.net.www.protocol.http.HttpURLConnection.doTunneling(Unknown > Source) > at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection. > connect(Unknown Source) > at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown > Source) > at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream( > Unknown Source) > at com.google.api.client.http.javanet.NetHttpRequest.execute( > NetHttpRequest.java:78) > at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:361 > ) > at com.google.api.client.auth.oauth2.draft10.AccessTokenRequest. > executeUnparsed(AccessTokenRequest.java:457) > at com.google.api.client.auth.oauth2.draft10.AccessTokenRequest. > execute(AccessTokenRequest.java:473) > at com.google.gdt.eclipse.login.GoogleLogin.logIn(GoogleLogin.java:376 > ) > at com.google.appengine.eclipse.core.deploy.ui.DeployProjectHandler. > execute(DeployProjectHandler.java:52) > at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy. > java:293) > at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute( > E4HandlerProxy.java:76) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at org.eclipse.e4.core.internal.di.MethodRequestor.execute( > MethodRequestor.java:56) > at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass( > InjectorImpl.java:229) > at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl. > java:210) > at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke( > ContextInjectionFactory.java:131) > at org.eclipse.e4.core.commands.internal.HandlerServiceImpl. > executeHandler(HandlerServiceImpl.java:171) > at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem. > executeItem(HandledContributionItem.java:851) > at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem. > handleWidgetSelection(HandledContributionItem.java:744) > at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem. > access$7(HandledContributionItem.java:728) > at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4 > .handleEvent(HandledContributionItem.java:667) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169 > ) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758) > at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem. > dropdownEvent(HandledContributionItem.java:772) > at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem. > handleWidgetSelection(HandledContributionItem.java:730) > at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem. > access$7(HandledContributionItem.java:728) > at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4 > .handleEvent(HandledContributionItem.java:667) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169 > ) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run( > PartRenderingEngine.java:1022) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm. > java:332) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run( > PartRenderingEngine.java:916) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI( > E4Workbench.java:86) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm. > java:332) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench. > java:540) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149 > ) > at org.eclipse.ui.internal.ide.application.IDEApplication.start( > IDEApplication.java:124) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run( > EclipseAppHandle.java:196) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher. > runApplication(EclipseAppLauncher.java:110) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start( > EclipseAppLauncher.java:79) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter. > java:353) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter. > java:180) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584) > at org.eclipse.equinox.launcher.Main.run(Main.java:1438) > > -- > 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/-/wBCwBc3Brk8J. > 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. > -- Regards, *Md. Sadaf Noor,* ID:11121023, Electrical and Electronic Engineering<http://www.bracu.ac.bd/academics/dept/course.php?code=BSEEE> , BRAC University <http://www.bracu.ac.bd>. Contact: Cell: +8801758085078 Email: [email protected] www.sadafnoor.tk -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
