Vault 6 Eclipse/Aptana Plugin - Login Error

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

Moderator: SourceGear

Post Reply
ZeroT
Posts: 5
Joined: Thu Aug 02, 2012 2:10 pm

Vault 6 Eclipse/Aptana Plugin - Login Error

Post by ZeroT » Thu Aug 02, 2012 2:21 pm

I've spent a number of hours trying to get the Vault 6 plugin to work with Aptana in the office and fail at the last hurdle of logging in.

I have since tried again but this time with a clean install of Eclipse Juno 4.2 on a different computer. Both machines are Windows 7.

The error in both cases is

Code: Select all

An unknown error occured during the login process. Please check the Eclipse error log for exceptions
Windows 7
Aptana 3 / Eclipse 4.2
Sun JRE jre7 (1.7)
Vault 7 Client working on both machines

Eclipse error log

Code: Select all

!ENTRY org.eclipse.ui 4 0 2012-08-02 21:19:51.474
!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:908)
	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:428)
	at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
	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.jface.window.Window.runEventLoop(Window.java:825)
	at org.eclipse.jface.window.Window.open(Window.java:801)
	at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:152)
	at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
	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.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:492)
	at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	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: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)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
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: java.lang.RuntimeException: SASHA: debug deploy exception
	at clr.compiler.TypeInfo.access$1300(TypeInfo.cs:61422)
	at clr.compiler.TypeInfo.createParameterInfo(TypeInfo.cs:638)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData2(Unknown Source)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData(Unknown Source)
	at clr.compiler.TypeInfo.CreateMethodInfo(TypeInfo.cs:218)
	at system.Reflection.Cash.DynamicMethodCash$DeclaredMethodByNameCollection.InitInfo(MethodCashData.cs:154)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.get_Info(MethodCashData.cs:61422)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.get_Info$Ljava_util_ArrayList$$$MethodByNameCollectionBase$$(MethodCashData.cs:118)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_GetMethods(MethodCashData.cs:124)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.GetMethods(MethodCashData.cs:61422)
	at system.Reflection.Cash.DynamicMethodCash.GetMethods(MethodCash.cs:636)
	at system.Reflection.Cash.DynamicMethodCash.GetDeclaredMethods(MethodCash.cs:655)
	at system.Reflection.Cash.DynamicMethodCash.GetParentMethods(MethodCash.cs:569)
	at system.Reflection.Cash.DynamicMethodCash.CreateInhiritedData(MethodCash.cs:604)
	at system.Reflection.Cash.DynamicMethodCash$InheritedMethodByNameCollection.InitInfo(MethodCashData.cs:175)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.get_Info(MethodCashData.cs:61422)
	at system.Reflection.Cash.DynamicMethodCash.GetAllMethods(MethodCash.cs:648)
	at system.Reflection.Cash.DynamicMethodCash.GetAllInheritedMethods(MethodCash.cs:670)
	at system.GHType.GetMethods(GHType.cs:575)
	at system.Web.Services.Protocols.LogicalTypeInfo.<init>(ServerType.cs:126)
	at system.Web.Services.Protocols.TypeStubManager.access$000(TypeStubManager.cs:61422)
	at system.Web.Services.Protocols.TypeStubManager.GetLogicalTypeInfo(TypeStubManager.cs:331)
	at system.Web.Services.Protocols.TypeStubManager.GetTypeStub(TypeStubManager.cs:315)
	at system.Web.Services.Protocols.SoapHttpClientProtocol.<init>(SoapHttpClientProtocol.cs:82)
	at VaultClientNetLib.ClientService.VaultService.<init>(Unknown Source)
	at VaultClientNetLib.VaultConnection.InitService(Unknown Source)
	at VaultClientOperationsLib.ClientInstance.Init(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3622)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3797)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:59)
	at com.cdesg.core.command.Command.run(Command.java:80)
	at com.cdesg.uihelper.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:67)
	... 1 more
Caused by: System.TypeLoadException: system/Configuration/ConfigurationElementCollection ---> java.lang.NoClassDefFoundError: system/Configuration/ConfigurationElementCollection ---> java.lang.ClassNotFoundException: system.Configuration.ConfigurationElementCollection
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at system.TypeResolver.loadClass(TypeResolver.jvm.cs:141)
	at system.TypeResolver.resolve(TypeResolver.jvm.cs:31)
	at system.Type.internal_from_name(Type.jvm.cs:320)
	at system.Type.GetType(Type.jvm.cs:263)
	at clr.compiler.GenericsParser.ParseInternal(GenericsParser.cs:62)
	at clr.compiler.GenericsParser.Parse(GenericsParser.cs:28)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:243)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:238)
	at clr.compiler.TypeInfo.createParameterInfo(TypeInfo.cs:630)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData2(Unknown Source)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData(Unknown Source)
	at clr.compiler.TypeInfo.CreateMethodInfo(TypeInfo.cs:218)
	at system.Reflection.Cash.DynamicMethodCash$DeclaredMethodByNameCollection.InitInfo(MethodCashData.cs:154)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.get_Info$Ljava_util_ArrayList$$$MethodByNameCollectionBase$$(MethodCashData.cs:118)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_GetMethods(MethodCashData.cs:124)
	at system.Reflection.Cash.DynamicMethodCash.GetMethods(MethodCash.cs:636)
	at system.Reflection.Cash.DynamicMethodCash.GetDeclaredMethods(MethodCash.cs:655)
	at system.Reflection.Cash.DynamicMethodCash.GetParentMethods(MethodCash.cs:569)
	at system.Reflection.Cash.DynamicMethodCash.CreateInhiritedData(MethodCash.cs:604)
	at system.Reflection.Cash.DynamicMethodCash$InheritedMethodByNameCollection.InitInfo(MethodCashData.cs:175)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash.GetAllMethods(MethodCash.cs:648)
	at system.Reflection.Cash.DynamicMethodCash.GetAllInheritedMethods(MethodCash.cs:670)
	at system.GHType.GetMethods(GHType.cs:575)
	at system.Web.Services.Protocols.LogicalTypeInfo.<init>(ServerType.cs:126)
	at system.Web.Services.Protocols.TypeStubManager.GetLogicalTypeInfo(TypeStubManager.cs:331)
	at system.Web.Services.Protocols.TypeStubManager.GetTypeStub(TypeStubManager.cs:315)
	at system.Web.Services.Protocols.SoapHttpClientProtocol.<init>(SoapHttpClientProtocol.cs:82)
	at VaultClientNetLib.ClientService.VaultService.<init>(Unknown Source)
	at VaultClientNetLib.VaultConnection.InitService(Unknown Source)
	at VaultClientOperationsLib.ClientInstance.Init(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3622)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3797)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:59)
	at com.cdesg.core.command.Command.run(Command.java:80)
	at com.cdesg.uihelper.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:67)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at system.TypeResolver.loadClass(TypeResolver.jvm.cs:141)
	at system.TypeResolver.resolve(TypeResolver.jvm.cs:31)
	at system.Type.internal_from_name(Type.jvm.cs:320)
	at system.Type.GetType(Type.jvm.cs:263)
	at clr.compiler.GenericsParser.ParseInternal(GenericsParser.cs:62)
	at clr.compiler.GenericsParser.Parse(GenericsParser.cs:28)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:243)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:238)
	at clr.compiler.TypeInfo.createParameterInfo(TypeInfo.cs:630)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData2(Unknown Source)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData(Unknown Source)
	at clr.compiler.TypeInfo.CreateMethodInfo(TypeInfo.cs:218)
	at system.Reflection.Cash.DynamicMethodCash$DeclaredMethodByNameCollection.InitInfo(MethodCashData.cs:154)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.get_Info$Ljava_util_ArrayList$$$MethodByNameCollectionBase$$(MethodCashData.cs:118)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_GetMethods(MethodCashData.cs:124)
	at system.Reflection.Cash.DynamicMethodCash.GetMethods(MethodCash.cs:636)
	at system.Reflection.Cash.DynamicMethodCash.GetDeclaredMethods(MethodCash.cs:655)
	at system.Reflection.Cash.DynamicMethodCash.GetParentMethods(MethodCash.cs:569)
	at system.Reflection.Cash.DynamicMethodCash.CreateInhiritedData(MethodCash.cs:604)
	at system.Reflection.Cash.DynamicMethodCash$InheritedMethodByNameCollection.InitInfo(MethodCashData.cs:175)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash.GetAllMethods(MethodCash.cs:648)
	at system.Reflection.Cash.DynamicMethodCash.GetAllInheritedMethods(MethodCash.cs:670)
	at system.GHType.GetMethods(GHType.cs:575)
	at system.Web.Services.Protocols.LogicalTypeInfo.<init>(ServerType.cs:126)
	at system.Web.Services.Protocols.TypeStubManager.GetLogicalTypeInfo(TypeStubManager.cs:331)
	at system.Web.Services.Protocols.TypeStubManager.GetTypeStub(TypeStubManager.cs:315)
	at system.Web.Services.Protocols.SoapHttpClientProtocol.<init>(SoapHttpClientProtocol.cs:82)
	at VaultClientNetLib.ClientService.VaultService.<init>(Unknown Source)
	at VaultClientNetLib.VaultConnection.InitService(Unknown Source)
	at VaultClientOperationsLib.ClientInstance.Init(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3622)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3797)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:59)
	at com.cdesg.core.command.Command.run(Command.java:80)
	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 java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at system.TypeResolver.loadClass(TypeResolver.jvm.cs:141)
	at system.TypeResolver.resolve(TypeResolver.jvm.cs:31)
	at system.Type.internal_from_name(Type.jvm.cs:320)
	at system.Type.GetType(Type.jvm.cs:263)
	at clr.compiler.GenericsParser.ParseInternal(GenericsParser.cs:62)
	at clr.compiler.GenericsParser.Parse(GenericsParser.cs:28)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:243)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:238)
	at clr.compiler.TypeInfo.createParameterInfo(TypeInfo.cs:630)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData2(Unknown Source)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData(Unknown Source)
	at clr.compiler.TypeInfo.CreateMethodInfo(TypeInfo.cs:218)
	at system.Reflection.Cash.DynamicMethodCash$DeclaredMethodByNameCollection.InitInfo(MethodCashData.cs:154)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.get_Info$Ljava_util_ArrayList$$$MethodByNameCollectionBase$$(MethodCashData.cs:118)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_GetMethods(MethodCashData.cs:124)
	at system.Reflection.Cash.DynamicMethodCash.GetMethods(MethodCash.cs:636)
	at system.Reflection.Cash.DynamicMethodCash.GetDeclaredMethods(MethodCash.cs:655)
	at system.Reflection.Cash.DynamicMethodCash.GetParentMethods(MethodCash.cs:569)
	at system.Reflection.Cash.DynamicMethodCash.CreateInhiritedData(MethodCash.cs:604)
	at system.Reflection.Cash.DynamicMethodCash$InheritedMethodByNameCollection.InitInfo(MethodCashData.cs:175)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash.GetAllMethods(MethodCash.cs:648)
	at system.Reflection.Cash.DynamicMethodCash.GetAllInheritedMethods(MethodCash.cs:670)
	at system.GHType.GetMethods(GHType.cs:575)
	at system.Web.Services.Protocols.LogicalTypeInfo.<init>(ServerType.cs:126)
	at system.Web.Services.Protocols.TypeStubManager.GetLogicalTypeInfo(TypeStubManager.cs:331)
	at system.Web.Services.Protocols.TypeStubManager.GetTypeStub(TypeStubManager.cs:315)
	at system.Web.Services.Protocols.SoapHttpClientProtocol.<init>(SoapHttpClientProtocol.cs:82)
	at VaultClientNetLib.ClientService.VaultService.<init>(Unknown Source)
	at VaultClientNetLib.VaultConnection.InitService(Unknown Source)
	at VaultClientOperationsLib.ClientInstance.Init(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3622)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3797)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:59)
	at com.cdesg.core.command.Command.run(Command.java:80)
	at com.cdesg.uihelper.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:67)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at system.TypeResolver.loadClass(TypeResolver.jvm.cs:141)
	at system.TypeResolver.resolve(TypeResolver.jvm.cs:31)
	at system.Type.internal_from_name(Type.jvm.cs:320)
	at system.Type.GetType(Type.jvm.cs:263)
	at clr.compiler.GenericsParser.ParseInternal(GenericsParser.cs:62)
	at clr.compiler.GenericsParser.Parse(GenericsParser.cs:28)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:243)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:238)
	at clr.compiler.TypeInfo.createParameterInfo(TypeInfo.cs:630)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData2(Unknown Source)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData(Unknown Source)
	at clr.compiler.TypeInfo.CreateMethodInfo(TypeInfo.cs:218)
	at system.Reflection.Cash.DynamicMethodCash$DeclaredMethodByNameCollection.InitInfo(MethodCashData.cs:154)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.get_Info$Ljava_util_ArrayList$$$MethodByNameCollectionBase$$(MethodCashData.cs:118)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_GetMethods(MethodCashData.cs:124)
	at system.Reflection.Cash.DynamicMethodCash.GetMethods(MethodCash.cs:636)
	at system.Reflection.Cash.DynamicMethodCash.GetDeclaredMethods(MethodCash.cs:655)
	at system.Reflection.Cash.DynamicMethodCash.GetParentMethods(MethodCash.cs:569)
	at system.Reflection.Cash.DynamicMethodCash.CreateInhiritedData(MethodCash.cs:604)
	at system.Reflection.Cash.DynamicMethodCash$InheritedMethodByNameCollection.InitInfo(MethodCashData.cs:175)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash.GetAllMethods(MethodCash.cs:648)
	at system.Reflection.Cash.DynamicMethodCash.GetAllInheritedMethods(MethodCash.cs:670)
	at system.GHType.GetMethods(GHType.cs:575)
	at system.Web.Services.Protocols.LogicalTypeInfo.<init>(ServerType.cs:126)
	at system.Web.Services.Protocols.TypeStubManager.GetLogicalTypeInfo(TypeStubManager.cs:331)
	at system.Web.Services.Protocols.TypeStubManager.GetTypeStub(TypeStubManager.cs:315)
	at system.Web.Services.Protocols.SoapHttpClientProtocol.<init>(SoapHttpClientProtocol.cs:82)
	at VaultClientNetLib.ClientService.VaultService.<init>(Unknown Source)
	at VaultClientNetLib.VaultConnection.InitService(Unknown Source)
	at VaultClientOperationsLib.ClientInstance.Init(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3622)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3797)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:59)
	at com.cdesg.core.command.Command.run(Command.java:80)
	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 system.Type.internal_from_name(Type.jvm.cs:334)
	at system.Type.GetType(Type.jvm.cs:263)
	at clr.compiler.GenericsParser.ParseInternal(GenericsParser.cs:62)
	at clr.compiler.GenericsParser.Parse(GenericsParser.cs:28)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:243)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:238)
	at clr.compiler.TypeInfo.createParameterInfo(TypeInfo.cs:630)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData2(Unknown Source)
	at system.Web.Services.Protocols.HttpWebClientProtocol$__Attrib.createMethodData(Unknown Source)
	at clr.compiler.TypeInfo.CreateMethodInfo(TypeInfo.cs:218)
	at system.Reflection.Cash.DynamicMethodCash$DeclaredMethodByNameCollection.InitInfo(MethodCashData.cs:154)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.get_Info$Ljava_util_ArrayList$$$MethodByNameCollectionBase$$(MethodCashData.cs:118)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_GetMethods(MethodCashData.cs:124)
	at system.Reflection.Cash.DynamicMethodCash.GetMethods(MethodCash.cs:636)
	at system.Reflection.Cash.DynamicMethodCash.GetDeclaredMethods(MethodCash.cs:655)
	at system.Reflection.Cash.DynamicMethodCash.GetParentMethods(MethodCash.cs:569)
	at system.Reflection.Cash.DynamicMethodCash.CreateInhiritedData(MethodCash.cs:604)
	at system.Reflection.Cash.DynamicMethodCash$InheritedMethodByNameCollection.InitInfo(MethodCashData.cs:175)
	at system.Reflection.Cash.DynamicMethodCash$MethodByNameCollectionBase.System_Reflection_Cash_DynamicMethodCash_IMethodByNameCollection_get_Info(MethodCashData.cs:93)
	at system.Reflection.Cash.DynamicMethodCash.GetAllMethods(MethodCash.cs:648)
	at system.Reflection.Cash.DynamicMethodCash.GetAllInheritedMethods(MethodCash.cs:670)
	at system.GHType.GetMethods(GHType.cs:575)
	at system.Web.Services.Protocols.LogicalTypeInfo.<init>(ServerType.cs:126)
	at system.Web.Services.Protocols.TypeStubManager.GetLogicalTypeInfo(TypeStubManager.cs:331)
	at system.Web.Services.Protocols.TypeStubManager.GetTypeStub(TypeStubManager.cs:315)
	at system.Web.Services.Protocols.SoapHttpClientProtocol.<init>(SoapHttpClientProtocol.cs:82)
	at VaultClientNetLib.ClientService.VaultService.<init>(Unknown Source)
	at VaultClientNetLib.VaultConnection.InitService(Unknown Source)
	at VaultClientOperationsLib.ClientInstance.Init(Unknown Source)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3622)
	at VaultClientIntegrationLib.ServerOperations.Login(ServerOperations.cs:3797)
	at com.sourcegear.vault.ui.commands.ConnectCommand.doRun(ConnectCommand.java:59)
	at com.cdesg.core.command.Command.run(Command.java:80)
	at com.cdesg.uihelper.command.RunnableWithProgressCommandAdapter.run(RunnableWithProgressCommandAdapter.java:67)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

	at system.Type.access$800(_VMW_Extended_Type.java:61422)
	at system.Type.internal_from_name(_VMW_Extended_Type.java:510)
	at system.Type.GetType(_VMW_Extended_Type.java:470)
	at clr.compiler.GenericsParser.ParseInternal(GenericsParser.cs:62)
	at clr.compiler.GenericsParser.Parse(GenericsParser.cs:28)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:243)
	at clr.compiler.GenericHelper.ParseType(GenericHelper.cs:238)
	at clr.compiler.TypeInfo.createParameterInfo(TypeInfo.cs:630)
	... 33 more
Caused by: java.lang.NoClassDefFoundError: system/Configuration/ConfigurationElementCollection
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at system.TypeResolver.loadClass(TypeResolver.jvm.cs:141)
	at system.TypeResolver.resolve(TypeResolver.jvm.cs:31)
	at system.Type.internal_from_name(_VMW_Extended_Type.java:503)
	... 39 more
Caused by: java.lang.ClassNotFoundException: system.Configuration.ConfigurationElementCollection
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 44 more

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

Re: Vault 6 Eclipse/Aptana Plugin - Login Error

Post by Beth » Thu Aug 02, 2012 2:23 pm

On your latest install, did you only install Eclipse and not the Aptana Plugin?
Beth Kieler
SourceGear Technical Support

ZeroT
Posts: 5
Joined: Thu Aug 02, 2012 2:10 pm

Re: Vault 6 Eclipse/Aptana Plugin - Login Error

Post by ZeroT » Thu Aug 02, 2012 2:30 pm

The clean install of Eclipse has the plugin installed as well from http://download.sourcegear.com/Vault/latest/update

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

Re: Vault 6 Eclipse/Aptana Plugin - Login Error

Post by Beth » Thu Aug 02, 2012 3:15 pm

I have another user posting about similar issues, so I'm going to refer you over to this thread as well: http://support.sourcegear.com/viewtopic.php?f=5&t=19225.

I'm going to first test with Vault 6.0 strictly with Eclipse Juno.

Then I'm going to try an old version of Vault with Juno and will post my results for these two threads.
Beth Kieler
SourceGear Technical Support

ZeroT
Posts: 5
Joined: Thu Aug 02, 2012 2:10 pm

Re: Vault 6 Eclipse/Aptana Plugin - Login Error

Post by ZeroT » Fri Aug 03, 2012 11:17 am

I look forward to hearing your findings as I had no further success today

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Vault 6 Eclipse/Aptana Plugin - Login Error

Post by lbauer » Fri Aug 03, 2012 2:03 pm

Beth has reported that she tested Juno with Vault 6 and the integration worked as expected.

We do know that some plugins cause problems for source control integration. The Android plugin is an example. It's possible that the Aptana Plugin has the same issues.
Linda Bauer
SourceGear
Technical Support Manager

ZeroT
Posts: 5
Joined: Thu Aug 02, 2012 2:10 pm

Re: Vault 6 Eclipse/Aptana Plugin - Login Error

Post by ZeroT » Fri Aug 03, 2012 2:42 pm

I do not have the Aptana plugin installed. My referance to Aptana was a separate installation of the Aptana standalone software on the plugin.

I have a fresh install of Eclipse with only the Vault plugin installed, no other plugins.

I am not using SSL incase that is a factor.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Vault 6 Eclipse/Aptana Plugin - Login Error

Post by lbauer » Fri Aug 03, 2012 4:34 pm

We'll need to troubleshoot this further to see what the problem is.
Linda Bauer
SourceGear
Technical Support Manager

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

Re: Vault 6 Eclipse/Aptana Plugin - Login Error

Post by Beth » Mon Aug 06, 2012 9:04 am

It might help if I can take a little closer look at this. Could you send an email to support at sourcegear.com (attn: Beth) with a link to this forum thread?

HS: 225907
Beth Kieler
SourceGear Technical Support

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

Re: Vault 6 Eclipse/Aptana Plugin - Login Error

Post by Beth » Thu Aug 09, 2012 3:57 pm

For anything that may look at this thread, I've found that Juno works with older versions of Vault and with the latest version of Vault Professional. I am still troubleshooting an error with Vault 6.0 Standard and Eclipse Juno. I'll post an update when I know more. I'm working with the user offline.
Beth Kieler
SourceGear Technical Support

Post Reply