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.