ERROR .ibm.team.jfs.app.discovery.utils.RootServicesUtil - Error while fetching and parsing the root services document from
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
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
One answer
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.
Comments
Donald Nong
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.