You attempt to create user using ProcessAdmin console in 8.5.5.
You enter correct name and password but nothing.
As I've already written the security system in this version was changed.
Now, all the internal users are stored in WAS. Also BPM 8.5.5 always (almost) uses WAS ND and namely its Deployment Manager is responsible for creating new users.
So for solving this problem check at first:
1. Does Deployment Manager run?
2. Does Node Agent run?
3. Are there messages like this in SystemOut.log (for managed node):
E com.ibm.ws.security.orbssl.WSSSLClientSocketFactoryImpl createSSLSocket WebContainer : 7 JSSL0130E: java.io.IOException: Signals that an I/O exception of some sort has occurred. Reason: Read timed out Remote Host: 192.168.236.109 Remote Port: 9407 java.net.SocketTimeoutException: Read timed out
It means that your managed node cannot connect to DM for managing users.
The solution is clear: start or restart DM or (and) NA
You enter correct name and password but nothing.
As I've already written the security system in this version was changed.
Now, all the internal users are stored in WAS. Also BPM 8.5.5 always (almost) uses WAS ND and namely its Deployment Manager is responsible for creating new users.
So for solving this problem check at first:
1. Does Deployment Manager run?
2. Does Node Agent run?
3. Are there messages like this in SystemOut.log (for managed node):
E com.ibm.ws.security.orbssl.WSSSLClientSocketFactoryImpl createSSLSocket WebContainer : 7 JSSL0130E: java.io.IOException: Signals that an I/O exception of some sort has occurred. Reason: Read timed out Remote Host: 192.168.236.109 Remote Port: 9407 java.net.SocketTimeoutException: Read timed out
It means that your managed node cannot connect to DM for managing users.
The solution is clear: start or restart DM or (and) NA
No comments:
Post a Comment