Glassfish server does not start. NullPointeException

前端 未结 5 1430
灰色年华
灰色年华 2021-02-02 11:54

I just downloaded the GlassFish 5.0 archive - Full Platform, unzipped it, I run it through the command line.

asadmin start-domain

pr

5条回答
  •  青春惊慌失措
    2021-02-02 12:04

    For me it didn't work what @Vifier Lockla did. I had to change the path/glassfish5/glassfish/config/asenv.conf file in a linux mint machine. At the bottom of the file the path of the jdk 1.8, i.e.

    AS_JAVA="/usr/lib/jvm/jdk1.8.0_191"
    

提交回复
热议问题