Eclipse で red5 サーバー (0.9.1) を停止できません。エラーがスローされます:
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.NameNotFoundException: red5
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:357)
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:267)
at org.red5.server.Shutdown.main(Shutdown.java:85)
Caused by: javax.naming.NameNotFoundException: red5
at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:116)
at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
at javax.naming.InitialContext.lookup(InitialContext.java:411)
at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1924)
at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1891)
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:274)
... 2 more
その後、デバッグで実行しようとしましたが、Port is busy というエラーが表示されます。そして、それを再び機能させるには、PCを再起動する必要があります...
私が使用するもの: Windows 7 64 ビット、Java 32-bt、Eclipce Galileo。
ありがとう!