How to open model from jazz.net sandbox in Rhapsody Architect
I've created a trial project on jazz.net in order to try out the integration with Rhapsody Architect and Design Manager. However, when I try to add a server in Rhapsody Architect from which to open the model, I always get login problems.
The URL I use is https://jazz.net/sandbox03-dm
Then I log in using my ID and password I also use when I access design manager using my web-browser. The result is "Can't connect to server. Check server name and credentials. Error: -1: null". And the log in Rhapsody Architect shows an exception that a port cannot be negative:
java.lang.IllegalArgumentException: Port may not be negative
at org.apache.http.util.Args.notNegative(Args.java:99)
at org.apache.http.cookie.CookieOrigin.<init>(CookieOrigin.java:51)
at com.ibm.xtools.rmpx.communicator.DMCommunicator.execute(DMCommunicator.java:170)
at com.ibm.xtools.rmpx.oauth.OAuthCommunicator.execute(OAuthCommunicator.java:110)
at com.ibm.rational.rhapsody.jazz.dm.DMHelper.getHttpInternal(DMHelper.java:126)
at com.ibm.rational.rhapsody.jazz.dm.DMHelper.getHttpInternal(DMHelper.java:148)
at com.ibm.rational.rhapsody.jazz.dm.DMHelper.initialize(DMHelper.java:502)
at com.ibm.rational.rhapsody.jazz.dm.DMProcessor.processRequest(DMProcessor.java:44)
at com.ibm.rational.rhapsody.jazz.svg.RhpSocketListener.processRequest(RhpSocketListener.java:170)
at com.ibm.rational.rhapsody.jazz.svg.RhpSocketListener$MyListener.run(RhpSocketListener.java:251)
I'm using Rhapsody 8.1.3 (a trial version) met de Design Manager extension version 6.0.
Adding port number 443 to the URL does not seem to help either
2 answers
Hi,
The error seems to match the following defect:
All clients cannot connect to server configured without port (using default 443, 80 port)
The DM server on the sandbox: https://jazz.net/sandbox03-dm/ should already be at the 6.0.0 ifix1 level.
Make sure your client is as well updated to the 6.0 ifix1: https://jazz.net/downloads/design-management/releases/6.0iFix1.
I hope this will help.
Regards,
François
The error seems to match the following defect:
All clients cannot connect to server configured without port (using default 443, 80 port)
The DM server on the sandbox: https://jazz.net/sandbox03-dm/ should already be at the 6.0.0 ifix1 level.
Make sure your client is as well updated to the 6.0 ifix1: https://jazz.net/downloads/design-management/releases/6.0iFix1.
I hope this will help.
Regards,
François
Comments
Randy Makoski
Jan 03 '16, 1:04 p.m.Steven,
Steven Anker
Jan 03 '16, 1:04 p.m.Hi Randy,