testtool for corrupt page.db / transaction.log

View: New views
3 Messages — Rating Filter:   Alert me  

testtool for corrupt page.db / transaction.log

by Derget :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi there,

is there any tool to check whether the files page.db and transaction.log are corrupt.

I'm using JBoss 3.2.7 with intergrated SwiftMQ 5.25. The AppServer is installed as NTService in a Win32 Enviroment.
When the server crashes (powerfail etc.) these files are sometimes defect after the failure.
I see in the server.log that the recovery manager fails, but I don't want to track the logiles.
Is there any tool out there, to check it first, before starting the service?

Thx in advance
Derget


Re: testtool for corrupt page.db / transaction.log

by IIT Software :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you message load is not that much, you should enable "force-sync" of the transaction log to avoid getting a corrupted store.

The recovery manager starts upon startup of the router if the transaction log contains data. It outputs errors to System.out/err. There is no other testing tool.

Re: testtool for corrupt page.db / transaction.log

by Derget :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thx, I added the parameter!

Derget