- This topic has 6 replies, 2 voices, and was last updated 18 years, 6 months ago by
Michael Esmeraldo.
-
AuthorPosts
-
Michael EsmeraldoMemberHi All,
I am using MyEclipse (Version: 5.1.0 Build id: 20061111-5.1.0-GA) over
Eclipse (Version: .2.1.r321_v20060921-b_XVA-INSQSyMtx Build id: M20060921-0945).I am attempting to configure a weblogic managed server on my local machine inside MyEclipse. When I start this server I get the following:
<Jan 10, 2007 12:03:19 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.1 Mon Dec 12 19:26:33 EST 2005 689178 >
<Jan 10, 2007 12:03:21 PM EST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:There are 1 nested errors:
weblogic.management.ManagementException: Booting as admin server, but servername, cpc1Managed, does not match the admin server name, ebsAdmin
at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:61)
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)The Server (cpc1Managed) is NOT an admin server, it is a managed server running on my local machine (or rather would be running if it would start up). Its admin is running as a service on my local machine as well. My question is how do I get the server configuration utility to stop trying to start this as an admin server & start treating like a managed server?
Thanks in advance,
ME.January 11, 2007 at 10:37 am #264468
Riyad KallaMemberME,
What happens when you set the connector to “Managed” under the “Launch” preferences for the WebLogic 9 connector?January 12, 2007 at 12:40 pm #264530
Michael EsmeraldoMemberHi Ryiad,
I don’t see anything labeled connector anywhere. I have gone to the window–>Preferences–>MyEclipse–>ApplicationServer–>Weblogic9 entry
and on the first page there is no place to put the hostname & port as with Weblogic6 – 8).Looking at the launch tab, the only options are standalone/managed & debug/run mode.
Does this have anything to do with the fact that this is still a trial version of MyEclipse?
January 12, 2007 at 12:43 pm #264532
Riyad KallaMemberLooking at the launch tab, the only options are standalone/managed & debug/run mode.
This is what I was referring to, if you change it to “managed” does it work?
January 12, 2007 at 12:51 pm #264533
Michael EsmeraldoMemberNo it does not. I have tried with both the managed and standalone options & neither has worked
January 12, 2007 at 12:54 pm #264534
Riyad KallaMemberUnfortunately I have never tried to work with this type of setup before neither has our connector developer. I’ve filed a bug for him to investigate and see what is going on though. In the mean time you should be able to manage WebLogic externally, then use the Remote Debugging features for debugging your apps as outlined here:
http://www.myeclipseide.com/images/tutorials/quickstarts/remotedebugging/Sorry for the hickup.
January 12, 2007 at 1:03 pm #264535
Michael EsmeraldoMemberThanks for your help Riyad.
-
AuthorPosts