users@glassfish.java.net

[gf-users] Re: GlassFish4.0 on Windows XP SP3 with JDK1.7.0_67

From: <forums_at_java.net>
Date: Tue, 5 Aug 2014 13:23:45 -0500 (CDT)

Not sure about the NullPointerException printed on asadmin start-domain. That
is probably a secondary issue. Looking at server log file, it is clear that
asadmin process tries to launch the server using java command-line logged
there. However, there is no error after that and clearly the server does not
start. I would venture to guess that it is very early startup error on java
that is not captured in the log file. Will it be possible to open a command
window and run the command from the log file directly? You might have to do a
few tweaks to ensure that all strings with spaces are enclosed within double
quotes and appropriate shell escape character is used to ensure that it is
all treated as one line (Is it ^ for Windows?) Please look for "JVM
invocation command line" and take everything upto -read-stdin -true
"C:\Program Files\Java\jdk1.7.0_67\bin\java.exe" -cp ... -read-stdin true
This should report the error message and that might give clues on next steps.

--
[Message sent by forum member 'kumara']
View Post: http://forums.java.net/node/904186