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

Report Builder setup fails with CRJZS0035E behind IHS

Report Builder setup fails with the following error when using IHS as front-end:
com.ibm.team.jfs.app.oauth.OAuthInvalidSignatureException: CRJZS0035E The OAuth signature is not valid. An application might be configured incorrectly or the consumer secret might be mismatched.

How do I fix it?

0 votes



One answer

Permanent link
Cause:
When the user name contains an "@" character Report Builder is creating the OAuth signature using "https://clmserver/jts/users/user%40ibm.com" while JTS is verifying the OAuth signature based on "https://clmserver/jts/users/user@ibm.com".
Since the two URLs are different (%40 vs @) the OAuth signature validation failed.

The problem is described here:
http://publib.boulder.ibm.com/httpserv/ihsdiag/plugin_questions.html#pluindecode

-----
Why does the WAS Plugin send a different encoding then the incoming request used?

By default, the WAS Plugin uses the URL that has been decoded by Apache and split into various sub-components. It can then re-encode the components in unexpected ways. After PM31189, you can have the Plugin start with the URL the way the client encoded it and do no further decoding or encoding. The apache environment variable websphere-nocanon turns this feature on.

If the character you're having trouble with is '/' (%2f), you'll also need the IHS portion of PM31189 to pass through %2f un-decoded with AllowEncodedSlashes NoDecode.
-----

Solution:
1. Navigate to the installation directory for your IBM HTTP Server.
2. Open conf\httpd.conf in an editor.
3. In the Global section (Section 1) of the file, add this entry:
SetEnv websphere-nocanon 1
4. Restart your web server.

Note:

This setting is also mentioned in the CLM documentation for the RQM ETL:
http://www-01.ibm.com/support/knowledgecenter/SSYMRC_6.0.0/com.ibm.jazz.install.doc/topics/t_config_reverse_proxy_ihs.html?lang=en

2 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
× 360
× 15

Question asked: Nov 23 '15, 4:54 a.m.

Question was seen: 4,522 times

Last updated: Nov 23 '15, 4:54 a.m.

Confirmation Cancel Confirm