After installing 7.0.2 on Websphere 8.5 and importing all our settings and workflows we can see the following errors (attached) appearing in the log.
Does anyone know what Identity L&G is missing on port 9999 and where it can be configured?
After installing 7.0.2 on Websphere 8.5 and importing all our settings and workflows we can see the following errors (attached) appearing in the log.
Does anyone know what Identity L&G is missing on port 9999 and where it can be configured?
This error message can be ignored. It will be removed in future releases.
(I recommend you do not attach log files to this group as it has a wide distribution and could be used by attackers to harvest information that might be used against the system. Please open a case with RSA Customer Support if you wish to provide log files for analysis.)
Thank you for your feedback.
All attached logs should not contain any environment-related information. If those are present in the log we mask them (as already done with the IP adresses in this case). So thank you for that info but we are and will be aware of the security impact and decide wisely what to send and what to mask.
The case has already been opened with RSA support. We were told to open community cases to have a better chance of getting it solved.
I may be wrong, however per error it look like its Wildfly/Jboss Environment , not WebSphere Environment. Can we clarify ? .Could you please confirm that?
"java.net.ConnectException: JBAS012174: Could not connect to remote://127.0.0.1:9999. The connection failed
at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:117)
at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)"
And Jboss/Wildfly using port 9999 as a management port to access Wildfly (Gui as well as command line -cli)
The subsystem configuration is maintained in the file standalone.xml ( for the standalone mode) and domain.xml (for a managed domain)
And the error means to me is ,could be configuration issue instead 9990 port it tries to run on 9999 ,
for CLI to connect in JBoss or wildfly/jboss is down.