Raul Ortega writes: > Yes! Thanks! Now all it's right, but now I'm in a new trouble, with SMF. > After this > http://vfernandezg.blogspot.com/2007/07/smf-y-gestin-de-privilegios.html I > has been full deployed my JBoss portal in my home test environment: SunOS > darkmaster 5.11 snv_64a i86pc i386 i86pc, but in my SunOS OASIS 5.11 snv_77 > i86pc i386 i86pc I can't boot my jboss-portal because of this: > > svc:/network/jboss-portal:default (JBoss-Portal) > State: maintenance since 11 de diciembre de 2007 16:23:13 CLST > Reason: Start method exited with $SMF_EXIT_ERR_CONFIG. > See: http://sun.com/msg/SMF-8000-KS > See: /var/svc/log/network-jboss-portal:default.log > Impact: This service is not running. > > and the log: > > [ dic 11 16:23:09 Disabled. ] > [ dic 11 16:23:13 Enabled. ] > [ dic 11 16:23:13 Executing start method ("/lib/svc/method/svc-jboss-portal > start"). ] > svc.startd could not set context for method: chdir: No such file or directory > [ dic 11 16:23:13 Method "start" exited with status 96. ] > > I don't know what I can do. Can anybody help me? or a0040? Thanks! > > The files has been attached? > > > This message posted from opensolaris.org > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org
Does the manifest for the jboss-portal service contain a method context with a non-existent directory? A second possibility if the manifest does not specify a method context is to look at the root entry in /etc/passwd. If it specifies a home directory for root that does not exist, that will cause your problem. See bugs 5095217 and 5095219. Also see the thread at http://www.opensolaris.org/jive/thread.jspa?threadID=44143&tstart=45. tom