Vault Standard 6 Eclipse Plugin
Moderator: SourceGear
-
- Posts: 6
- Joined: Wed Nov 14, 2012 8:09 am
Vault Standard 6 Eclipse Plugin
I am getting an error "An unknown error occurred during the login process. Please check the Eclipse error log for exceptions (<workspace> /.metadata/.log)" when trying to connect Eclipse to Vault Server. I will include the log (the server hostname is "vault5" but it is actually running vault std version 6). This error is happening on a Windows 8 machine. Eclipse is running "as an administrator".
I checked the versions of things and so far everything matches:
Version: Juno Service Release 1 Build id: 20121004-1855
Vault Eclipse Plugin 6.0.1.598
Vault Client Version 6.0.1.598
Vault Server Version 6.0.1.598
I am able to successfully connect on a Mac v10.8 with the same version of Eclipse and the plugin.
Any ideas on what could be wrong?
I checked the versions of things and so far everything matches:
Version: Juno Service Release 1 Build id: 20121004-1855
Vault Eclipse Plugin 6.0.1.598
Vault Client Version 6.0.1.598
Vault Server Version 6.0.1.598
I am able to successfully connect on a Mac v10.8 with the same version of Eclipse and the plugin.
Any ideas on what could be wrong?
- Attachments
-
- log.txt
- Eclipse Log
- (9.04 KiB) Downloaded 395 times
Re: Vault Standard 6 Eclipse Plugin
The first thing to check is whether you have the correct plugin. The error you're getting can happen if you're using a Vault Pro plugin to connect to Vault Standard Server.
If you are using Vault Standard, use the URL: http://download.sourcegear.com/Vault/latest/update
If you are using Vault Standard, use the URL: http://download.sourcegear.com/Vault/latest/update
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 6
- Joined: Wed Nov 14, 2012 8:09 am
Re: Vault Standard 6 Eclipse Plugin
I double checked all of the versions and I am confident that I am using Vault 6 Standard plugin. I have attached screen shots to verify.
Some other things I tried:
- Installing plugin on 32bit Eclipse
- Installing plugin on 64bit Eclipse
- Installing plugin in Indigo / Juno versions of Eclipse
- Running Eclipse with JDK 1.6 and 1.7 (64 bit)
I am installing the plugin to Eclipse using the manual installation package located here:
http://download-us.sourcegear.com/Vault ... _1_598.zip
I unzip the file and copy the \plugins and \features files into the equivalent directories within Eclipse.
For some reason the package installer through Eclipse is giving me timeout errors when it tries to connect to the URL you provided (see error.png).
Do you think the likely problem could be related to: OS, JDK version, OS file permissions, etc? I am determined to make this work, any advice on where to focus my efforts would be appreciated.
Some other things I tried:
- Installing plugin on 32bit Eclipse
- Installing plugin on 64bit Eclipse
- Installing plugin in Indigo / Juno versions of Eclipse
- Running Eclipse with JDK 1.6 and 1.7 (64 bit)
I am installing the plugin to Eclipse using the manual installation package located here:
http://download-us.sourcegear.com/Vault ... _1_598.zip
I unzip the file and copy the \plugins and \features files into the equivalent directories within Eclipse.
For some reason the package installer through Eclipse is giving me timeout errors when it tries to connect to the URL you provided (see error.png).
Do you think the likely problem could be related to: OS, JDK version, OS file permissions, etc? I am determined to make this work, any advice on where to focus my efforts would be appreciated.
- Attachments
-
- Error fetching package within Eclipse
- error.png (126.86 KiB) Viewed 6824 times
-
- Eclipse Plugin Screen Shot 2
- eclipse2.png (98.45 KiB) Viewed 6824 times
-
- Eclipse Plugin Screen Shot 1
- eclipse1.png (71.99 KiB) Viewed 6824 times
-
- Vault Client Version
- vault_client.png (6.34 KiB) Viewed 6824 times
-
- Vault Server Version
- server_version.png (48.83 KiB) Viewed 6824 times
-
- Posts: 6
- Joined: Wed Nov 14, 2012 8:09 am
Re: Vault Standard 6 Eclipse Plugin
Just another update. I tried the following additional items.
1). From a separate computer (that never had Eclipse before) on a separate LAN, I installed Eclipse Juno x64, JDK 1.7 (x64), installed the vault std 6 plugin via the Eclipse package manager and same error.
2). I tried a fresh install on a Windows 7 x64 VM I had (Eclipse x64 Juno, JDK 1.7 x64, vault std 6 plugin) and the same error.
In both cases I used the URL you provided and ran/installed as "Administrator".
1). From a separate computer (that never had Eclipse before) on a separate LAN, I installed Eclipse Juno x64, JDK 1.7 (x64), installed the vault std 6 plugin via the Eclipse package manager and same error.
2). I tried a fresh install on a Windows 7 x64 VM I had (Eclipse x64 Juno, JDK 1.7 x64, vault std 6 plugin) and the same error.
In both cases I used the URL you provided and ran/installed as "Administrator".
-
- Posts: 6
- Joined: Wed Nov 14, 2012 8:09 am
Re: Vault Standard 6 Eclipse Plugin
I found something else that is of significance. I can connect my Eclipse install (Juno x64, 6.0.1.598 plugin, Java 1.7 x64) to your demo vault server located at vaultdemo.sourcegear.com (see: vaultdemo.png).
That server is at version 6.0.0.477 (see: vaultdemo_version.png).
Any machine that I have installed so far can access that server (Win7, Win8, MacOS) all running plugin 6.0.1.598.
That server is at version 6.0.0.477 (see: vaultdemo_version.png).
Any machine that I have installed so far can access that server (Win7, Win8, MacOS) all running plugin 6.0.1.598.
- Attachments
-
- Vault Demo Version
- vaultdemo_version.png (90.47 KiB) Viewed 6809 times
-
- Connected with Eclipse
- vaultdemo.png (69.6 KiB) Viewed 6809 times
-
- Posts: 6
- Joined: Wed Nov 14, 2012 8:09 am
Re: Vault Standard 6 Eclipse Plugin
Ok, so I think I resolved this issue enough for now unless you have some other ideas on this. We force SSL connections here. As soon as I disable that requirement and have the plugin connect non ssl, everything works as planned.
The remaining question I have is why does MacOS succeed with ssl but Windows does not?
Thanks,
Tor
The remaining question I have is why does MacOS succeed with ssl but Windows does not?
Thanks,
Tor
Re: Vault Standard 6 Eclipse Plugin
When using SSL with Eclipse, you need to make sure you use the instructions posted here: http://support.sourcegear.com/viewtopic ... 13&t=10526.
Does that help your Windows users?
Does that help your Windows users?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 6
- Joined: Wed Nov 14, 2012 8:09 am
Re: Vault Standard 6 Eclipse Plugin
Thanks, that solved my problem.