• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem in Starting Remote Managed Server in in wls8.1

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Frnds,
we have created a admin server in my machine and we have configured a new remote machine and created a new managed server on that machine..Using administration console we tried to startup the server that we have created in the remote machine with the node manager running on that machine.
But the managed server did not start up properly here is the trace we got..


Jun 6, 2004 4:20:38 PM IST> <Info> <NodeManager@*.*:5555> <Starting Server MyGrpDomain::VimMngServer-1 ...>
<Jun 6, 2004 4:20:39 PM IST> <Info> <NodeManager@*.*:5555> <Server MyGrpDomain::VimMngServer-1 started, process id = 315>
<Jun 6, 2004 4:20:45 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.1_05-b01 from Sun Microsystems Inc.>
<Jun 6, 2004 4:20:47 PM IST> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://192.50.51.51:7010 to check if there exists a running admin server at this URL.>
<Jun 6, 2004 4:20:47 PM IST> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
<Jun 6, 2004 4:20:47 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
<Jun 6, 2004 4:20:48 PM IST> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://192.50.51.51:7010 to retrieve the initial configuration.>
***************************************************************************
The WebLogic Server did not start up properly.
java.lang.ClassCastException
at weblogic.management.configuration.ServerMBean_Stub.getSystemThreadPoolSize(ServerMBean_Stub.java:6332)
at weblogic.kernel.Kernel.initialize(Kernel.java:211)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:767)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
Reason: java.lang.ClassCastException
***************************************************************************
<Jun 6, 2004 4:20:52 PM IST> <Critical> <WebLogicServer> <BEA-000364> <Server failed during initialization. Exception:java.lang.ClassCastException
java.lang.ClassCastException
at weblogic.management.configuration.ServerMBean_Stub.getSystemThreadPoolSize(ServerMBean_Stub.java:6332)
at weblogic.kernel.Kernel.initialize(Kernel.java:211)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:767)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
at weblogic.Server.main(Server.java:32)
>
<Jun 6, 2004 4:20:52 PM IST> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: java.lang.ClassCastException>

Can any one pls help to solve this problem.....

Regs,
Asai

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the weblogic installation directory (weblogic81\common\nodemanager) check if the IP address of the Admin Server is given in the file nodemanager.hosts file...
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic