- This topic has 1 reply, 2 voices, and was last updated 15 years, 1 month ago by
support-shalini.
-
AuthorPosts
-
Santosh KasulaMemberI 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>June 22, 2010 at 5:38 am #309275
support-shaliniMemberkasulachetu,
Can you give some more information?
1. Can you clarify if you are using eclipse or MyEclipse? If it is MyEclipse, what is the version of MyEclipse that you are using?
2.I am trying to start weblogic from eclipse on port 80
Can you try the steps given in the following link to change the port to 80
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/BEA_WebLogic/Q_20449568.html
I would also recommend you to cross post to weblogic forums. -
AuthorPosts