AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  Network socket error.

    Posted Sep 03, 2020 08:05 AM
    Hello,

    I'm attempting to move Automic to a new server. I was able to install, however when I try to start the RMI and agentservice I'm getting java.net.SocketExceptions

    For the rmi process I get:

    java.net.SocketException: Socket is clAwE-5103 network socket errorosed

    And for the agentservice I get:

    ErrorMsg: AwE-5103 network socket error (9/2/20 1:05 PM)
    Details: Network socket error
    java.net.SocketException: Socket is closed
    at sun.security.ssl.SSLSocketImpl.getOutputStream(SSLSocketImpl.java:958)
    at com.appworx.shared.code.server.B.A(RequestSocket.java:133)
    at com.appworx.agent.AgentSocketManager.A(AgentSocketManager.java:166)
    at com.appworx.agent.AgentSocketManager.A(AgentSocketManager.java:108)
    at com.appworx.agent.AgentSocketManager.B(AgentSocketManager.java:79)
    at com.appworx.agent.AgentService.A(AgentService.java:677)
    at com.appworx.agent.AgentService.<init>(AgentService.java:362)
    at com.appworx.agent.AgentService.main(AgentService.java:998)

    Has anyone experienced these errors? Is there a configuration problem or maybe a java compatibility problem?
    Any help would be appreciated.

    Thanks

    ------------------------------
    Programmer
    Vincennes University
    ------------------------------


  • 2.  RE: Network socket error.
    Best Answer

    Posted Sep 04, 2020 08:29 AM
    Hi Jay, The times I got the  AwE-5103 was when I was having issues with Java. Like when I was using the wrong supported release, or when I didn't have the keystores in place with the new release. I have also got java awapi timeouts because of the /dev/random issues, and changed it to /dev/urandom. 

    It looks like you have debug on. It not have that on.  I like to stop Appman, clear all the logs, have debug on, and start it. 

    Capture the logs, zip them up, and open a case with support.   

    Sorry I could not be of more help.  Good luck.

    Rich