murdoc1871
murdoc1871

Reputation: 23

Starting Managed Server on Weblogic 12c

I am attempting to start a managed server on Weblogic 12c. I have followed the documentation from Oracle to do this, and every step works except for the last one. That is, I start an Admin server, and I start a Node manager successfully. But when I use Node manager to start a managed server, things go awry. In console, the state of my managed server says "FAILED_NOT_RESTARTABLE" and status of last action is "FAILED."

Here are the logs reporting the error:

<Jul 21, 2016 2:51:42 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 12.2.1.0.0 Tue Oct 6 10:05:47 PDT 2015 1721936> <Jul 21, 2016 2:51:46 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.> <Jul 21, 2016 2:51:46 PM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.> <Jul 21, 2016 2:51:46 PM EDT> <Info> <WorkManager> <BEA-002942> <CMM memory level becomes 0. Setting standby thread pool size to 256.> <Jul 21, 2016 2:51:47 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Server:002653]The servers administration channel conflicts with the Administration Servers channel.> <Jul 21, 2016 2:51:47 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.> <Jul 21, 2016 2:51:47 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>

All the settings I used were default ones. The default port for the managed and Admin server is "9002". I've tried searching around, and changing one or the other of those values, to no avail.

Upvotes: 1

Views: 6970

Answers (1)

Emmanuel Collin
Emmanuel Collin

Reputation: 2606

You should have enable the domain administration port which is 9002 by default. You can disable it or use another port for administration channel or use another port for your managed server

Upvotes: 1

Related Questions