users@glassfish.java.net

Re: SMF problems

From: <glassfish_at_javadesktop.org>
Date: Fri, 09 Nov 2007 07:28:51 PST

Remove the privileges=basic from the manifest and re-import the service.

Procedure:
- svcadm disable domain1
- svccfg delete domain1
- change the manifest
- svccfg import <manifest-path>
- svcadm enable domain1

I have fixed the issue 3719 to address this problem.

Reason: Binding to port 80 needs a privilege called net_privaddr which is not covered by "basic".
You should see what "ppriv -l" prints for root on this machine.

This has nothing to do with PASSWORD being in the passwordfile.
https://glassfish.dev.java.net/issues/show_bug.cgi?id=3719

Regards,
Kedar
[Message sent by forum member 'km' (km)]

http://forums.java.net/jive/thread.jspa?messageID=244763