Saving user failed with CRJAZ2419E while setting up the social network in the user profile and UnknownHostException in the log.
From ccm/web I openened the user profile and selected social network.
Then I put https://www.ibm.com/developerworks/mydeveloperworks and used the credentials which actually work if I log in directly.
Upon saving I get
Saving user failed with CRJAZ2419E while setting up the social network in the user profile.
the stacktrace in ccm.log goes like
btw: my jazz instance is not allowed to connect outside the intranet but my client is.
Is there a useful help entry?
How can I fix this?
best regards
Danny
Then I put https://www.ibm.com/developerworks/mydeveloperworks and used the credentials which actually work if I log in directly.
Upon saving I get
Saving user failed with CRJAZ2419E while setting up the social network in the user profile.
the stacktrace in ccm.log goes like
2014-04-29 15:59:12,374 [WebContainer : 23 @@ 15:59 myuserlogin /ccm/service/com.ibm.team.social.common.internal.ISocialRestService/socialSiteCredential] ERROR com.ibm.team.social -
java.net.UnknownHostException: www.ibm.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:253)...and so on.
btw: my jazz instance is not allowed to connect outside the intranet but my client is.
Is there a useful help entry?
How can I fix this?
best regards
Danny
Accepted answer
Hi Danny,
Social network feature needs an access to connection to social network server from your IBM Jazz Team Server.
You can check whether you have connection access to that server by running following command:
Social network feature needs an access to connection to social network server from your IBM Jazz Team Server.
You can check whether you have connection access to that server by running following command:
ping social-network-server
2 other answers
Did you try pinging the www.ibm.com from the JTS server, which is where the request is most call from? Do you get a successful response from the ping?
Comments
1 vote