we have a Fortress server setup which we use frequently using the Fortress GUI client and the Visual Studio plugin. Now our other development team, which program Progress software, was planning to try out Fortress to see if it fits their needs. I setup a seperate repository and granted the test member of the team access to that repository.
He installed the GUI client and it connected fine. But when it came to the Eclipse client, nothing worked for some reason. We've downloaded the latest version of the client and installed it but we don't have a clue on how to use it. If he opens the Item Tracking window; a login popup displays but logging in won't work. The following error is logged:
Code: Select all
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://sourcecontrol.datamex.nl/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://sourcecontrol.datamex.nl/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)