I setup weblogic to run on my Mac. I am trying to start weblogic from eclipse on port 80 but it doesn’t start. I can start the server using sudo on a terminal. I am not able to figure out which script gets called when I start the server from eclipse?
I use the following link to setup weblogic on mac: http://blogs.oracle.com/emorales/2009/06/weblogic_over_mac_os_x.html
The error that I am getting is:
<Jun 21, 2010 5:46:06 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
There are 1 nested errors:
weblogic.management.ManagementException: Unable to obtain File lock on /local/bea/user_projects/domains/base_domain/servers/AdminServer/tmp/AdminServer.lok : java.io.FileNotFoundException: /local/bea/user_projects/domains/base_domain/servers/AdminServer/tmp/AdminServer.lok (Permission denied)
at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:151)
at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:73)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:749)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:488)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
at weblogic.Server.main(Server.java:67)
>
<Jun 21, 2010 5:46:06 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Jun 21, 2010 5:46:06 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Jun 21, 2010 5:46:06 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>