This is a technical article documenting a solution for an issue where the Profiles tab in the Operator Console does not load (blue circle continues to spin).
The Operator Console wasp probe logs may display the following errors:
ERROR [attach_socket, com.nimsoft.nimbus.NimServerSession] (2) communication error, I/O error on nim session (S) com.nimsoft.nimbus.NimServerSession(Socket[addr=/XXX.XXX.XXX.XXX,port=XXXXX,localport=XXXXX]): End of stream while trying to read header
at com.nimsoft.nimbus.NimSessionBase.recv(NimSessionBase.java:944)
at com.nimsoft.nimbus.NimServerSession.recv(NimServerSession.java:90)
at com.nimsoft.nimbus.NimServerSession$NimServerSessionThread.handleMessage(NimServerSession.java:154)
at com.nimsoft.nimbus.NimServerSession$NimServerSessionThread.run(NimServerSession.java:123)
Caused by: java.io.EOFException: End of stream while trying to read header
at com.nimsoft.nimbus.NimSessionBase.readNimbusHeader(NimSessionBase.java:1080)
at com.nimsoft.nimbus.NimSessionBase.recv(NimSessionBase.java:883)
... 3 more
The browser developer tools Network tab may display a 404 error for the following java script: bundle.js
Component : UIM OPERATOR CONSOLE - MCS UI
1. Deactivate all OC wasp probes (on all OC nodes).
2. Redeploy the following package on all OC robots:
mcsuiapp_portlet-1.3.9-HF6.zip
3. Activate all OC wasp probes (on all OC nodes).
4. Clear browser cache from ALL time and retest the scenario.
Note: If this issue impacts an earlier or later version, redeploy the correct mcsuiapp_portlet package for product release.