| Author |
Message |
|
|
Post subject: GWT Plugin
Posted: Jun 22, 2011 - 11:14 AM
|
|
Registered Member


Joined: Feb 05, 2009
Posts: 3
|
|
Hi,
I've got something very weird happening using the Google plugin with
MyEclipse 9, but I am out of ideas as to what it could be. I've
developed and deployed Java websites to GAE, using older versions of
the Google plugin, but with the latest one, I seem unable to do
anything. I simply cannot click on the "sign in to Google" button, and
have anything happen. I click it, and zero, zilch, nada, nothing
happens at all. I can right-click it, and get prompted for "Icon only"
or "Sign out on exit", but cannot actually sign in.
It seems to be a problem with the internet connection to google!
I installed plain Eclipse 3.6 IDE incl. Google GWT Plugin there the logon Buttons works, when I log on, and start MyEclipse in parallel, I'm logged on to google to, so GAE deployment works fine?
Meex |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: GWT Plugin
Posted: Jun 22, 2011 - 12:49 PM
|
|

Joined: Nov 11, 2010
Posts: 2148
|
|
reich,
Sorry that you are running into this issue.
Can you answer some more questions for me to be able to replicate the issue at my end ?
1) How did you install MyEclipse 9 ? Is it through All-In-One installer/Pulse/Archived Update site ?
2) Can you share your build id from Help > About MyEclipse Enterprise Workbench > Build Id ? Paste the build id here.
3) How did you install the GWT plugin and which version? Can you please check if the version of GWT is compatible with base Eclipse version 3.6.1 for MyEclipse 9 ?
4) Did you install any other third party plugins lately ?
5) Start the IDE with -clean, switch to a new workspace and check if the issue persists. If yes then check for related errors logged in the .log file which is located at <workspace dir>/.metadata/.log. Paste the entire error message here for me.
Let me know how this works for you. |
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 31, 2011 - 08:50 PM
|
|
Registered Member


Joined: Jul 05, 2006
Posts: 17
|
|
I'm facing the same issue, when i click on the "Sign in to Google..." button nothing happen this is what .log file shows
| Code: |
!ENTRY org.eclipse.ui 4 0 2011-08-31 14:47:54.629
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.LinkageError: loader constraint violation: when resolving method "org.mortbay.jetty.servlet.ServletHolder.<init>(Ljavax/servlet/Servlet;)V" the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) of the current class, com/google/gdt/eclipse/platform/jetty/JettyServer, and the class loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) for resolved class, org/mortbay/jetty/servlet/ServletHolder, have different Class objects for the type javax/servlet/Servlet used in the signature
at com.google.gdt.eclipse.platform.jetty.JettyServer.addServlet(JettyServer.java:54)
at com.google.gdt.eclipse.login.LoginCallbackServer.<init>(LoginCallbackServer.java:137)
at com.google.gdt.eclipse.login.GoogleLogin.logIn(GoogleLogin.java:403)
at com.google.gdt.eclipse.login.GoogleLogin.logIn(GoogleLogin.java:379)
at com.google.gdt.eclipse.login.ui.LoginTrimContribution$1.mouseUp(LoginTrimContribution.java:90)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:213)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
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:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383) |
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Sep 05, 2011 - 09:49 AM
|
|

Joined: Nov 11, 2010
Posts: 2148
|
|
aelgali ,
I could replicate the issue at my end. I have raised a PR for the dev team to work on it.
Sorry for the inconvenience caused. |
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 24, 2012 - 12:04 PM
|
|
Joined: Feb 24, 2012
Posts: 1
|
|
|
|
|
 |
|
|
Post subject:
Posted: Feb 28, 2012 - 09:47 AM
|
|

Joined: Nov 11, 2010
Posts: 2148
|
|
|
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|