Thank you for the suggestion. It was the JDK version after all.
Updating it to jdk1.6.0_14 solved the problem.
Now, I am back to another issue that I reported earlier. Admin application can't find the helpset file.
Here is the stack trace:
[#|2009-07-22T14:50:20.560-0700|WARNING|glassfish|com.sun.webui.jsf|_ThreadID=16;_ThreadName=Thread-1;|WEBUI0002: The following Message ID was not found in the the com.sun.webui.jsf.resources.LogMessages ResourceBundle: Can not create helpset for en locale: Could not parse
Got an IOException (Connection refused)
Parsing failed for null
Got an IOException (Connection refused)
Let me know if I can provide more info.
Going back to the original issue of jdk version. I noticed that latest-glassfish-unix.sh does check for the jdk major and minor version. Here is the snippet:
# We want 1.6 or newer
if [ "$major" -eq "1" -a "$minor" -ge "6" ]; then
echo "$j/java"
return
fi
It would be nice if it also checks for the revision no.
[Message sent by forum member 'gniontas' (gniontas)]
http://forums.java.net/jive/thread.jspa?messageID=357100