how to resolve RM error "not a recognised Fronting URI or Storage URI"
![]()
Norman Dignard (356●6●84●157)
| asked Sep 21 '16, 4:06 p.m.
retagged Jan 11 '18, 2:12 a.m. by Minakshi Jaint (511●3) We're setting up our JAZZ CLM services for external access. As part or our corporate security policy, we have a perimeter security network (a box from F5) where all our JAZZ traffic is being routed through both internally/externally. Due to this we've configured JAZZ as http on port 80 This F5 box does the ssl offload for JAZZ, packet scanning etc... and passes the traffic on to our reverse proxy server (nginx) for redirection to the jazz server. The JAZZ dns entry points to this F5 box. In short the traffic flow is:
In rm.log get 2016-09-21 12:46:37,857 [ Default Executor-thread-508] ERROR erver.services.process.internal.ProjectAreaService - CRRRS4122E Error in HEAD request to determine project context. Falling back to DESCRIBE java.lang.IllegalArgumentException: The given URI [http://19216810341/rm/cm/stream/_ufaw4H9CEea_9syv_Ta6kw][null] was nota recognised Fronting URI or Storage URI. at com.ibm.rdm.fronting.server.core.serviceInfo.internal.RRSServiceInfoRegistry.getResourceMapping(RRSServiceInfoRegistry.java:197)....... .... and 2016-09-21 12:46:38,056 [ Default Executor-thread-508] ERROR erver.rrs.vvcproxy.internal.RmConfigurationFactory - The submitted Config URI http://192.168.103.41/rm/cm/stream/_ufaw4H9CEea_9syv_Ta6kw does not belong to this server http://jazz.navcanada.ca/rm 2016-09-21 12:46:38,058 [ Default Executor-thread-508] ERROR ibm.rdm.fronting.server.services.RMRestServiceBase - CRRRS1007E A problem occurred in the Requirements Management (RM) server: Entry [9118cb42a1d2d175]com.ibm.rdm.fronting.server.exception.InternalServerErrorException: Propagated exception; original message [InternalServerErrorException: Propagated exception; original message [RuntimeException: Could not resolve submitted Config URI to an IConfiguration implementation]] at com.ibm.rdm.fronting.server.exception.RRSException.newException(RRSException.java:266) at com.ibm.rdm.fronting.server.exception.RRSException.newException(RRSException.java:800)at com.ibm.rdm.fronting.server.exception.RRSException.capture(RRSException.java:804) .... .... Caused by: com.ibm.rdm.fronting.server.exception.InternalServerErrorException: Propagated exception; original message [RuntimeException: Could not resolve submitted Config URI to an IConfiguration implementation] .....If I do get into RM PA cannot browse modules in PA is trying to access its contents i get: An error has occurred while processing a server request. The server returned this error code: 500. ID CRRRW7553E A message that was received from the server indicates an error with no specific handler.
Unable to load /rm/folders/_ucHlQX9CEea_9syv_Ta6kw?childFolders=1&dojo.preventCache=1474477325597 status: 500
URL: /rm/folders/_ucHlQX9CEea_9syv_Ta6kw?childFolders=1 Error 500: Internal Server Error Propagated exception; original message [InternalServerErrorException: Propagated exception; original message [IllegalArgumentException: The given URI [http://19216810341/rm/folders/_ucHlQX9CEea_9syv_Ta6kw][null] was not a recognised Fronting URI or Storage URI.]] (More info found at entry [758729982e20f02d] in the RM application server log) Any help in getting this resolved would be great. |
4 answers
![]()
Bit hard to say from your post, but what caught my eye is this message
2016-09-21 12:46:38,056 [ Default Executor-thread-508] ERROR erver.rrs.vvcproxy.internal.RmConfigurationFactory http://192.168.103.41/rm/cm/stream/_ufaw4H9CEea_9syv_Ta6kw- The submitted Config URI does not belong to this server http://jazz.navcanada.ca/rm
There are some articles (like Understanding reverse proxy and Configuring CLM enterprise reverse proxies) and Jazz knowledge center entries (like Reverse proxy topologies) that maybe can get you going.
|
![]() We have a very similar, if not identical issue. Did you ever find a solution?
|
![]() Had raised a PMR on this. Short answer ignore it. Below is their response: Defect 86779 comments 3 & 8 contains a reference to WI 311128"as we discussed this morning, please add the RM repotools bundle (com.ibm.rdm.fronting.server.repotools) to your list of bundles in the workaround f(https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/311128)"
I (IBM) have not seen any evidence that the messages present a problem with the application for the users. |