0

I'm working with glassfish4 server and now I'm facing problem when installing glassfish4 on server. I usually use asadmin start-domain domain1 to start glassfish domain, and the error:

JVM failed to start: com.sun.enterprise.admin.launcher.GFLauncherException: The server exited prematurely with exit code 127.
Before it died, it produced the following output:

Command start-domain failed.

It is glassfish-4.1.2 (clean instance with default domain1) and java version:

java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)

And now I stuck here and need help to resolve this problem.

Thanks!

Nam Tran
  • 643
  • 4
  • 14

1 Answers1

0

It was fixed with newest JDK 8u162 from Oracle (GF Readme said it need JDK 8u5+)

Nam Tran
  • 643
  • 4
  • 14