简体   繁体   中英

Unable to start server due following issues: java.lang.NullPointerException

Eclipse Java EE IDE for Web Developers.
Version: Kepler Release glassfish version 3.1.2.2

Unable to start server due following exception:

java.lang.NullPointerException
at oracle.eclipse.tools.glassfish.GlassfishGenericServerBehaviour$StartJob.call(GlassfishGenericServerBehaviour.java:659)
at oracle.eclipse.tools.glassfish.GlassfishGenericServerBehaviour$StartJob.call(GlassfishGenericServerBehaviour.java:1)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

glassfish server stant alon work fine but cant start in eclipse glassfish 4 same as

在Windows 7中:使用“以管理员身份运行”运行eclipse

I had same problem. What i did was adding following -Duser.language=en line after -vmargs parameter.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM