can not start the glassfish service

hello, I am trying to install my deep learning network to xavier, but when I trying to install the glassfish, there was error happen when I want to restart the service after install. the command as below:

guozhuoran@gzr-desktop:~$ sudo /etc/init.d/GlassFish_domain1 restart
guozhuoran@gzr-desktop:~$ Server is not running, will attempt to start it…
Waiting for domain1 to start .Error starting domain domain1.
The server exited prematurely with exit code 1.
Before it died, it produced the following output:

OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=192m; support was removed in 8.0
Unrecognized option: -client
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Command restart-domain failed.

my java version is 1.8.0_222
my apache version is 2.4.29
my mysql installed ok
python version 3.6.8
tensorflow-gpu = 1.12.0
numpy=1.15.4
keras=2.2.4
h5py=2.7.1
scikit-image=0.15.0
python-levenshtein=0.12.0
opencv-python=3.3.1
psutil=5.4.5

I have refresh the xavier once but same error happen
thanks for you help!

Hi,

Unrecognized option: -client

Maybe you need to set the option with double dash like this: –client

Thanks.