users@glassfish.java.net

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

From: Reza Rahman <Reza.Rahman_at_oracle.com>
Date: Tue, 05 Aug 2014 22:05:20 -0400

Another possible issue may be Windows XP (which is now EOL). I would try
with a newer OS (e.g. Windows 7) as a debugging step.

On 8/5/2014 10:03 PM, Reza Rahman wrote:
> I agree. Also I would try with NetBeans or Eclipse and see what
> happens as a debugging step. It does seem to me this might be a
> JVM/setup/environment issue.
>
> On 8/5/2014 2:23 PM, forums_at_java.net wrote:
>> 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
>>
>>
>