无法启动Eclipse RSE Server,java.lang.NullPointerException

时间:2013-08-08 04:12:31

标签: eclipse eclipse-rse

我遇到了Eclipse RSE Server的问题。我无法在CentOS 6.4(AMD64)上启动它。这是错误消息。

Exception in thread "main" java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:542)
        at java.util.Properties.setProperty(Properties.java:161)
        at java.lang.System.setProperty(System.java:786)
        at org.eclipse.dstore.internal.core.server.ServerAttributes.getHostName(ServerAttributes.java:97)
        at org.eclipse.dstore.core.server.ServerLauncher.init(ServerLauncher.java:643)
        at org.eclipse.dstore.core.server.ServerLauncher.<init>(ServerLauncher.java:486)
        at org.eclipse.dstore.core.server.ServerLauncher.main(ServerLauncher.java:779)

我正在使用daemon.pl与root用户。试过server.pl。但是,发生了同样的错误。

感谢您提前。

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题,在将我的服务器名称添加到带有环回IP的/ etc / hosts文件后解决了。