Hello,
I am having difficulty installing GF4 using latest JDK. I am attaching the
steps I have performed to reproduce the problem.
Thank you,
Kudret
user_at_hostname:~ java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
user_at_hostname:~ echo $JAVA_HOME
/usr/lib/jvm/java-7-45-oracle
user_at_hostname:~ cd /opt/
user_at_hostname:~ rm glassfish4/ -rf
user_at_hostname:~ md5sum glassfish-4.0.zip
9de52f5bd1d39aa7a20614361552861c glassfish-4.0.zip
user_at_hostname:~ unzip glassfish-4.0.zip > /dev/null
user_at_hostname:~ glassfish4/bin/asadmin start-domain
Waiting for domain1 to start ....
Successfully started the domain : domain1
domain Location: /opt/glassfish4/glassfish/domains/domain1
Log File: /opt/glassfish4/glassfish/domains/domain1/logs/server.log
Admin Port: 4848
Command start-domain executed successfully.
user_at_hostname:~ tail
/opt/glassfish4/glassfish/domains/domain1/logs/server.log
[2013-12-04T14:03:29.773-0500] [glassfish 4.0] [INFO] []
[javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main]
[timeMillis: 1386183809773] [levelValue: 800] [[
Grizzly Framework 2.3.1 started in: 1ms - bound to [/0.0.0.0:7,676]]]
[2013-12-04T14:03:29.856-0500] [glassfish 4.0] [INFO]
[NCLS-BOOTSTRAP-00027] [javax.enterprise.bootstrap] [tid: _ThreadID=1
_ThreadName=main] [timeMillis: 1386183809856] [levelValue: 800] [[
Registered
com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl_at_bd9d00
OSGi service registration:
org.apache.felix.framework.ServiceRegistrationImpl_at_7c81f998.]]
user_at_hostname:~
#Opened browser and visited
http://localhost:4848/ and get a hanging admin
console loading page: "Status: The Admin Console is starting. Please wait. "
user_at_hostname:~ tail
/opt/glassfish4/glassfish/domains/domain1/logs/server.log
[2013-12-04T14:06:58.065-0500] [glassfish 4.0] [WARNING] []
[javax.enterprise.system.container.web.com.sun.web.security] [tid:
_ThreadID=34 _ThreadName=admin-listener(2)] [timeMillis: 1386184018065]
[levelValue: 900] [[
Context path from ServletContext: differs from path from bundle: /]]
user_at_hostname:~
#Refreshed admin console hung page per instruction on the hung page
user_at_hostname:~ tail
/opt/glassfish4/glassfish/domains/domain1/logs/server.log
[2013-12-04T14:06:58.065-0500] [glassfish 4.0] [WARNING] []
[javax.enterprise.system.container.web.com.sun.web.security] [tid:
_ThreadID=34 _ThreadName=admin-listener(2)] [timeMillis: 1386184018065]
[levelValue: 900] [[
Context path from ServletContext: differs from path from bundle: /]]
[2013-12-04T14:11:09.970-0500] [glassfish 4.0] [SEVERE] []
[org.apache.jasper.servlet.JspServlet] [tid: _ThreadID=35
_ThreadName=admin-listener(3)] [timeMillis: 1386184269970] [levelValue:
1000] [[
PWC6117: File
"/opt/glassfish4/glassfish/lib/install/applications/__admingui/common/index.jsp"
not found]]
user_at_hostname:~