简体   繁体   English

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

[英]Unable to start Eclipse RSE Server, java.lang.NullPointerException

I have the problem with Eclipse RSE Server. 我有Eclipse RSE Server的问题。 I'm unable to start it on CentOS 6.4 (AMD64). 我无法在CentOS 6.4(AMD64)上启动它。 This is the error messages. 这是错误消息。

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)

I'm using daemon.pl with the root user. 我与root用户一起使用daemon.pl Tried server.pl . 尝试过server.pl but, the same error occurred. 但是,发生了相同的错误。

Thanks for advance. 感谢前进。

我只是遇到了同样的问题,在将我的服务器名称添加到具有环回IP的/ etc / hosts文件中之后,该问题得以解决。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 由于以下问题,无法启动服务器:java.lang.NullPointerException - Unable to start server due following issues: java.lang.NullPointerException 无法启动活动componentinfo java.lang.nullpointerexception? - unable to start activity componentinfo java.lang.nullpointerexception? 启动 Eclipse 时出现 java.lang.NullPointerException - java.lang.NullPointerException when launching Eclipse Android Eclipse FC java.lang.NullPointerException? - Android Eclipse FC java.lang.NullPointerException? Splash中的java.lang.NullPointerException-Android Eclipse - java.lang.NullPointerException in Splash - Android Eclipse Eclipse GWT java.lang.NullPointerException - Eclipse GWT java.lang.NullPointerException java.lang.runtimeexception无法启动活动componentinfo java.lang.nullpointerexception android - java.lang.runtimeexception unable to start activity componentinfo java.lang.nullpointerexception android java.lang.RuntimeException: 无法启动活动 ComponentInfo{....}: java.lang.NullPointerException - java.lang.RuntimeException: Unable to start activity ComponentInfo{....}: java.lang.NullPointerException 使用java.lang.NullPointerException消息在Eclipse Java Oxygen上出错 - Error on eclipse java oxygen with java.lang.NullPointerException message java.lang.RuntimeException:无法启动活动java.lang.NullPointerException 02-21 22:55:01.480:E / And - java.lang.RuntimeException: Unable to start activity java.lang.NullPointerException 02-21 22:55:01.480: E/And
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM