Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes

Comments

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

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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 23 '14, 10:14 a.m.

Question was seen: 4,374 times

Last updated: Jul 23 '14, 9:48 p.m.

Confirmation Cancel Confirm