Welcome to the community forums for Theopenem. All responses are provided by other users that wish to help out. Theopenem will not respond to these posts. If you require more assistance than what the community can provide, we offer various paid support options.

ApiRequest - Error Retrieving API Response - target machine actively refused it 127.0.0.1:1415


  • Hello @theopenem_admin,

    Revisiting TOEMS at our University. I'm getting an error (see below) in TOEC Tray.log on our first provisioned machine. Machine provisions fine, performed an inventory successfully. Thanks for taking a look.

    2024-08-06 16:09:51,816 ERROR [1] ApiRequest - Error Retrieving API Response: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:1415
    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
    at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
    --- End of inner exception stack trace ---
    at System.Net.HttpWebRequest.GetResponse()
    at RestSharp.Http.<ExecuteRequest>g__GetRawResponse|185_1(WebRequest request)
    at RestSharp.Http.ExecuteRequest(String httpMethod, Action`1 prepareRequest)