Eclipse Plugin Not Working

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
erenken
Posts: 11
Joined: Sat Dec 04, 2004 1:28 am

Eclipse Plugin Not Working

Post by erenken » Wed Jan 28, 2009 4:46 pm

When I try to login to our server I get this error:

Code: Select all

!ENTRY org.eclipse.ui 4 0 2009-01-27 18:06:19.147
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
	at com.sourcegear.vault.team.wizards.LoginWizardPage.AttemptLogin(LoginWizardPage.java:45)
	at com.sourcegear.vault.team.wizards.LoginWizardPage.onPageFinished(LoginWizardPage.java:74)
	at com.cdesg.uihelper.wizard.ExtendedWizardPage.getNextPage(ExtendedWizardPage.java:123)
	at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:813)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
	at org.eclipse.jface.window.Window.open(Window.java:801)
	at org.eclipse.team.internal.ui.wizards.ConfigureProjectWizard.openWizard(ConfigureProjectWizard.java:224)
	at org.eclipse.team.internal.ui.wizards.ConfigureProjectWizard.shareProjects(ConfigureProjectWizard.java:124)
	at org.eclipse.team.internal.ui.actions.ConfigureProjectAction$1.run(ConfigureProjectAction.java:39)
	at org.eclipse.team.internal.ui.actions.TeamAction$3.run(TeamAction.java:265)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:262)
	at org.eclipse.team.internal.ui.actions.ConfigureProjectAction.execute(ConfigureProjectAction.java:33)
	at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:514)
	at org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent(TeamAction.java:548)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
	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:386)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	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:549)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.lang.reflect.InvocationTargetException
	at com.cdesg.uihelper.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:75)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: System.Exception: The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Unable to connect to https://<url>/VaultService.  No server was found at the specified URL.  Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client.  Web Exception:  ---> System.Exception: Unable to connect to https://<url>/VaultService.  No server was found at the specified URL.  Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client.  Web Exception: 
	at clr.System.ExceptionStaticWrapper.ExceptionCtor(Unknown Source)
	at VaultClientNetLib.VaultConnection.Login(Unknown Source)
	at VaultClientOperationsLib.ClientInstance.Login(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:2562)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:2668)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:57)
	at com.cdesg.core.command.Command.run(Command.java:77)
	at com.cdesg.uihelper.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:67)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

	at clr.System.ExceptionStaticWrapper.ExceptionCtor(Unknown Source)
	at VaultClientNetLib.VaultConnection.Login(Unknown Source)
	at VaultClientOperationsLib.ClientInstance.Login(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:2562)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:2668)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:57)
	at com.cdesg.core.command.Command.run(Command.java:77)
	at com.cdesg.uihelper.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:67)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
   --- End of inner exception stack trace ---
	at clr.System.ExceptionStaticWrapper.ExceptionCtor(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:2573)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:2668)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:57)
	at com.cdesg.core.command.Command.run(Command.java:77)
	at com.cdesg.uihelper.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:67)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

	at clr.System.ExceptionStaticWrapper.ExceptionCtor(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:2573)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:2668)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:57)
	at com.cdesg.core.command.Command.run(Command.java:77)
	at com.cdesg.uihelper.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:67)
	... 1 more
The URL to our server is correct. I can email you the URL if you would like to try it. I just enter the <url> and check the SSL box and it tells me ther eis an unknown error.

Please help.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Eclipse Plugin Not Working

Post by Beth » Wed Jan 28, 2009 5:14 pm

Is it only the Eclipse plugin giving you a problem? If you aren't sure, try logging in from a regular Vault client. If you can't connect with a regular client, then we will look at that first.
Beth Kieler
SourceGear Technical Support

shannon

Re: Eclipse Plugin Not Working

Post by shannon » Wed Jan 28, 2009 5:21 pm

Are you using SSL? If so, you'll need to follow the instructions here: http://support.sourcegear.com/viewtopic ... 13&t=10526

erenken
Posts: 11
Joined: Sat Dec 04, 2004 1:28 am

Re: Eclipse Plugin Not Working

Post by erenken » Wed Jan 28, 2009 7:41 pm

It does work from every where else. Visual Studio and the Vault Client. We are using SSL. I will try the other thing in a second.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Eclipse Plugin Not Working

Post by Beth » Tue Feb 03, 2009 11:36 am

Did you have any results from the second thing you tried? Did it work?
Beth Kieler
SourceGear Technical Support

Post Reply