It's all about the answers!

Ask a question

Log in issue for applications like ccm, rm modules etc using RTC java API 7.0.1


Arati Kulkarni (132) | asked Sep 24 '21, 8:05 a.m.
edited Sep 24 '21, 10:55 a.m.

 Hello,


Again I have a issue with login to the applications of server using RTC Java API 7.0.1.
JTS version is also 7.0.1.
I am able to login to https://almserver.com/jts but not to specific application for example https://almserver.com/ccmA1.
I am getting following error:
com.ibm.team.repository.common.transport.ServiceNotAvailableException: CRJAZ0106E The server is temporarily unavailable. The request for the following URL was denied: /ccmA1/versionCompatibility?clientVersion=7.0.1.

I am using IntelliJ 2018 Maven project. 

Please let us know what could be done regarding this.

Thanks in advance,
Arati

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Sep 24 '21, 11:39 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Sep 24 '21, 11:39 a.m.

 There is no mentioning how you login. It looks like the plain java client libraries. If this is the case, please be aware that there is no maven library (I am aware of) for the plain java client libraries, unfortunately. I have had all kind of horrific effects when using Plain Java with Maven. See https://rsjazz.wordpress.com/2021/02/10/ewm-rtc-plain-java-client-libraries-and-maven/ for a possible approach.


Other than that there is nothing to be able to help. This error is quite common part of the stack trace if you have any connection problems, because it is the first call that happens. The issue can be network, wrong Java Version, (Must be 1.8 or higher for 7.x) , wrong URI. There is no error or exception or any information one could act upon.

Also note that the Plain Java Client Libraries and the RTC SDK are optimizerd for Eclipse usage and not IntelliJ. I have no idea what that could cause. 

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.