It's all about the answers!

Ask a question

ERROR .ibm.team.jfs.app.discovery.utils.RootServicesUtil - Error while fetching and parsing the root services document from


Mark Ireland (26115748) | asked Jul 23 '14, 10:14 a.m.
Hi,

In Jazz.log and rqm.log I get the following error, repeated constantly.

ERROR .ibm.team.jfs.app.discovery.utils.RootServicesUtil  -  Error while fetching and parsing the root services document from "https://0:0:0:0:0:0:0:1:9443/jazz/tootservices" with host "HOST DNS NAME"
java.lang.IllegalArgumentException: Host name may not be null

The entry "HOST DNS NAME" is the full dns address of the server with no spaces or _ or any other special character.

This is on RQM Version 2.01 Ifix3. Running with WAS 7.0.0.33

Ideas?

Mark

Comments
Donald Nong commented Jul 23 '14, 9:48 p.m.

What IP address do you get when you do a nslookup or ping on the server? The IP address in your post just looks bizarre.

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Jul 23 '14, 2:29 p.m.
FORUM MODERATOR / JAZZ DEVELOPER

Looks like a HTTP client (e.g. integration, migration, or reporting application/utility) is requesting the root services document with an invalid URL:

https://0:0:0:0:0:0:0:1:9443/jazz/tootservices

The correct URL is:

https://0:0:0:0:0:0:0:1:9443/jazz/rootservices

I could not find any related defects so it does not appear to be caused by a Rational application/utility.

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.