application server was not connected before run configuration stop, reason: java.io.ioexception: failed to retrieve rmiserver stub: javax.naming.serviceunavailableexception [root exception is java.rmi.connectexception: connection refused to host: localhost; nested exception is: java.net.connectexception: connection refused: connect]
时间: 2023-04-30 11:04:57 浏览: 287
在运行配置停止之前,应用程序服务器没有连接,原因是:java.io.IOException:无法检索RMI服务器存根:javax.naming.ServiceUnavailableException [根本异常是java.rmi.ConnectException:连接到主机被拒绝:localhost;嵌套异常是:java.net.ConnectException:连接被拒绝:连接]。
相关问题
Application Server was not connected before run configuration stop, reason: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.net.SocketException: Connection reset]
应用服务器在运行配置停止之前未连接,原因是:java.io.IOException:无法检索RMI服务器存根:javax.naming.CommunicationException [根本原因是java.rmi.ConnectIOException:在JRMP连接建立期间发生错误;嵌套异常是:java.net.SocketException:连接重置]。
阅读全文