Hello all,
Iam a new user of MyEclipse and am giving it a try after using ides like WSAD and JBuilder. First of all, Iam not used to XDoclet. I want to use myeclipse for create war, jar and ear projects and deploy to WLS 9.1. I followed all the step in setting up the app. server connector and the server starts fine. But the stop command does not stop WLS but throws the exception below :
There are 1 nested errors:
weblogic.management.ManagementException: Unable to obtain lock on C:\bea\user_projects\domains\clemdev\.\servers\AdminServer\tmp\AdminServer.lok. Server may already be running
at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:59)
at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:82)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:365)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:116)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
at weblogic.Server.main(Server.java:67)
>
<Oct 19, 2006 11:06:26 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Oct 19, 2006 11:06:26 PM CDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Oct 19, 2006 11:06:26 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
These are my settings:
bea home – c:/bea
weblogic installtion – C:\bea\weblogic91
userid /pwd – weblogic/weblogic
execution domain root – C:\bea\user_projects\domains
execution server – AdminServer
Also, I want to test the projects from within myeclipse but do not want to stop and start the WLS each time. If the WLS is already started and I click run on server, it says that port 7001 is already taken…Shouldn’t it try to connect to the debug port?
Thanks in advance