WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Server2 not starting even though the status shows STARTED under server types UI

  • 1.  Server2 not starting even though the status shows STARTED under server types UI

    Posted 05/03/13 10:29 AM

    I am working on a project having WAS 7.0 installed on RHEL 6.2 machine. We we have re deployed updated EAR onto Server1 and Server2 since than server 2 is not starting.
    If we look at the status of server2 under Server type section, it shows status as STARTED.
    When we try to stop the server it says server can not be reached as it's already stopped.
    I see following error/exceptions in the SystemOut.log file.

    ----------------------------------------


    A)
              ErrorDescription="java.lang.NullPointerException" ErrorRelatedMoreInfo="">
           
           
            com.yantra.yfc.util.YFCException
     at com.yantra.ycp.statistics.YCPStatisticsScheduler.createHeartbeat(YCPStatisticsScheduler.java:46)
     at com.yantra.appserver.PostServletInitializer.init(PostServletInitializer.java:43)
     at javax.servlet.GenericServlet.init(GenericServlet.java:241)
    B) 


    [5/3/13 16:06:57:257 GMT+05:30] 00000000 WsServerImpl  E   WSVR0009E: Error occurred during startup
    java.lang.NoClassDefFoundError: com.ibm.ws.process.linuxutil.ThreadUtil (initialization failure)


    C) [5/3/13 16:07:04:259 GMT+05:30] 00000020 ContainerHelp E   WSVR0103E: An error occurred destroying, com.ibm.ws.webservices.admin.component.WebServicesAdminComponentImpl@9d009d0
    java.lang.IllegalStateException: The service has been unregistered
     at org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:140)
     


    D)[5/3/13 16:07:04:261 GMT+05:30] 00000020 ServerCollabo A   WSVR0024I: Server server2 stopped
    ------------------------------------------

    Any help would be appreciated. Thanks a lot.



  • 2.  Server2 not starting even though the status shows STARTED under server types UI

    Posted 05/03/13 01:00 PM
    follow the below steps 

    Is server1 and server2 are on same node or different. if same please follow the below steps.

    1.stop server1 and server2(kill process if any) and stop Nodeagent.
    2.synNode.sh dmgr-hostt soap-port
    3.chmod -R 755 /opt/IBM/WebSphere
    4.startNode.sh
    5.startServer.sh server1
    6.startServer.sh server2

    and if still issue is persists, add SystemOut.log of server2.

    Thanks
    Venkata