This is what happens when I try to run latest Glassfish 3 outside the zone:

$ bin/asadmin create-domain domain1
Enter admin user name [Enter to accept default "admin" / no password]>
Using port 4848 for Admin.
Using default port 8080 for HTTP Instance.
Using default port 7676 for JMS.
Using default port 3700 for IIOP.
Using default port 8181 for HTTP_SSL.
Using default port 3820 for IIOP_SSL.
Using default port 3920 for IIOP_MUTUALAUTH.
Using default port 8686 for JMX_ADMIN.
Using default port 6666 for OSGI_SHELL.
Distinguished Name of the self-signed X.509 Server Certificate is:
[CN=aye,OU=GlassFish,O=Sun Microsystems,L=Santa Clara,ST=California,C=US]
No domain initializers found, bypassing customization step
Domain domain1 created.
Domain domain1 admin port is 4848.
Domain domain1 allows admin login as user "admin" with no password.
Command create-domain executed successfully.

However, if I try to run Glassfish 3 from within my OpenSolaris zone, this
happens:

$ bin/asadmin create-domain domain1
Enter admin user name [Enter to accept default "admin" / no password]>

...And there it "hangs".  I do a "truss" on the process and see the
following repeating over and over again:

/2:     connect(50, 0xFE28E820, 32, SOV_DEFAULT) (sleeping...)
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/5:     lwp_cond_wait(0x0811E748, 0x0811E730, 0xB6866A70, 0) (sleeping...)
/5:     lwp_cond_wait(0x0811E748, 0x0811E730, 0xB6866A70, 0) Err#62 ETIME
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0
/12:    pollsys(0x00000000, 0, 0xB612CBBC, 0x00000000)  = 0

I do have full internet/network access from within the zone, and it's a
pretty basic setup. I installed the latest JDK.  I see online that other
people have successfully set up Glassfish 3 from within a zone, so I am
hoping it could be a setting in OpenSolaris or in the zone adm, or simply
something else I forgot.

Please advise..

Thanks
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to