Whenever you see the below error while starting up the server,
[ISS.0025.9998C] Exception --> com.wm.app.b2b.server.dispatcher.exceptions.PersistenceException: com.wm.app.store.TSEXception: [BAT.0002.0000] wrapped exception: java.lang.ArrayIndexOutOfBoundsException.
The server will not come up, this is because the Document store files got corrupted. All that you need to do is following,
1. Make sure there is no PID for the instance of IS. If there is any, forcefully kill the process by kill -9 PID in Unix and pskill PID in Windows
2. Take a backup of the files in /IntegrationServer/DocumentStore, and delete the files from this location.
3. Restart Integration Server.
[ISS.0025.9998C] Exception --> com.wm.app.b2b.server.dispatcher.exceptions.PersistenceException: com.wm.app.store.TSEXception: [BAT.0002.0000] wrapped exception: java.lang.ArrayIndexOutOfBoundsException.
The server will not come up, this is because the Document store files got corrupted. All that you need to do is following,
1. Make sure there is no PID for the instance of IS. If there is any, forcefully kill the process by kill -9 PID in Unix and pskill PID in Windows
2. Take a backup of the files in /IntegrationServer/DocumentStore, and delete the files from this location.
3. Restart Integration Server.