您的位置:首页 > 其它

启动期间发生错误 com.ibm.ws…

2017-01-05 11:38 447 查看
ibm was 启动错误

Service failed to start.  startServer return
code = -1

log:

[12-12-25 10:01:44:229 CST] 0000000a WsServerImpl
 E   WSVR0009E: 启动期间发生错误
META-INF/ws-server-components.xml
[12-12-25 10:01:44:276 CST] 0000000a WsServerImpl
 E   WSVR0009E: 启动期间发生错误
com.ibm.ws.exception.RuntimeError:
com.ibm.ws.exception.RuntimeError:
javax.transaction.SystemException:
javax.transaction.SystemException: java.lang.Exception: Invalid
Xid/recoveryId in transaction log
at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:198)
at
com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:139)
at
com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:460)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at
com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
at
com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
at
com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at
org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at
com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:245)
at
com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:73)
Caused by: com.ibm.ws.exception.RuntimeError:
javax.transaction.SystemException:
javax.transaction.SystemException: java.lang.Exception: Invalid
Xid/recoveryId in transaction log
at
com.ibm.ws.runtime.component.TxServiceImpl.asynchRecoveryProcessingComplete(TxServiceImpl.java:1941)
at
com.ibm.ws.Transaction.JTA.RecoveryManager.recoveryFailed(RecoveryManager.java:1707)
at
com.ibm.ws.Transaction.JTA.RecoveryManager.run(RecoveryManager.java:2308)
at java.lang.Thread.run(Thread.java:797)
Caused by: javax.transaction.SystemException:
javax.transaction.SystemException: java.lang.Exception: Invalid
Xid/recoveryId in transaction log
at
com.ibm.ws.Transaction.JTA.RecoveryManager.replayTranLog(RecoveryManager.java:517)
at
com.ibm.ws.Transaction.JTA.RecoveryManager.run(RecoveryManager.java:2298)

解决方法:
删除partnerlog和tranlog文件夹目录:

\WebSphere_install\profiles\profile_name\tranlog\cell_name\node_name\server_name\transaction\ 

例:

C:\IBM\WebSphere\AppServer\profiles\AppSrv01\tranlog\testFilenetNode01Cell\testFilenetNode01\server1\transaction

重新启动was

源文:http://www-01.ibm.com/support/docview.wss?uid=swg21231132
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐