> 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 "admin2 / no password]
>
> ...And there it "hangs".  I do a "truss"
> on the process and see the following ... :
> 
> /2:     connect(50, 0xFE28E820, 32, SOV_DEFAULT) (sleeping...)
> ...

Could be that connect() call that is getting stuck.

You could try to run the truss with option "-v all",
that should reveal the address that is used 
with the above connect() system call...
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to