0

我可以在: 访问服务器https://localhost:9443/carbon,但是看到抛出了这个异常:

无法初始化 RMI 服务器 java.io.IOException:无法绑定到 URL [rmi://localhost:9999/jmxrmi]:javax.naming.CommunicationException [根异常是 java.rmi.ConnectIOException:远程的非 J RMP 服务器端点] 在 javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConn ectorServer.java:804) 在 javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServ er.java:417) 在 org.wso2.carbon.core .init.JMXServerManager.startJMXService(JMXServerManager.java:121) 在 org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.comple teInitialization(StartupFinalizerServiceComponent.java:194) 在 org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.servic eChanged(StartupFinalizerServiceComponent.java:279)

4

1 回答 1

0

你有某种端口冲突。如果我有另一个特定的应用服务器/网络服务器已经在运行,我会遇到同样的异常。根据我的经验,如果 Tomcat 已经在运行,这似乎不会发生,但如果我在启动 Identity Server 之前运行 JBoss,我会遇到这些异常。

作为参考,我使用的是 Identity Server 5.0.0、Tomcat 7.x、JBoss Enterprise Application Platform 6.1+。至少在我的情况下,我需要运行的一切仍然有效。:)

于 2015-07-30T18:11:24.023 回答