Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cloning a websphere machine

Status
Not open for further replies.

williey

Technical User
Jan 21, 2004
242
I cloned an existing application server with websphere on it.
The clone has new IP and hostname. Went through and update a number of files to reflect the new hostname.

When I try to bring up the admin console, the websphere application service stops. Running the installation verification fails too. A search for "LogIncompatibleException" did not turn up anything.

The trace log file shows
Code:
9/24/08 14:20:55:500 PDT] 0000000a SystemErr     R   com.ibm.ws.exception.RuntimeError: com.ibm.ws.exception.RuntimeError: com.ibm.ws.recoverylog.spi.LogIncompatibleException
	at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:182)
	at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
	at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
	at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
	at java.lang.reflect.Method.invoke(Method.java:391)
	at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190)
Caused by: com.ibm.ws.exception.RuntimeError: com.ibm.ws.recoverylog.spi.LogIncompatibleException
	at com.ibm.ws.runtime.component.TxServiceImpl.asynchRecoveryProcessingComplete(TxServiceImpl.java:1537)
	at com.ibm.ws.Transaction.JTA.RecoveryManager.run(RecoveryManager.java:1866)
Caused by: com.ibm.ws.recoverylog.spi.LogIncompatibleException
	at com.ibm.ws.recoverylog.spi.LogFileHandle.fileOpen(LogFileHandle.java:447)
	at com.ibm.ws.recoverylog.spi.LogHandle.openLog(LogHandle.java:318)
	at com.ibm.ws.recoverylog.spi.MultiScopeRecoveryLog.openLog(MultiScopeRecoveryLog.java:571)
	at com.ibm.ws.recoverylog.spi.RecoveryLogImpl.openLog(RecoveryLogImpl.java:71)
	at com.ibm.ws.Transaction.JTA.RecoveryManager.run(RecoveryManager.java:1836)



------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
 
where are the transaction logs located?
are the logs in both the partnerlog and tranlog folder?


------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
 
Thanks! deleting both the parterlog and tranlog folder fixes the problem for me.

------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top