Skip to main content

Problem:

Encounters the below error when starting up a newly created partition:

See com.borland.datastore.TxException error code:  BASE 15

com.borland.datastore.TxException: Invalid LSN (0x1bf) used for /dorian_app/ut01/borland/appserver/var/domains/base/configurations/worldconf/mos/standard/jss_storage_LOGA_0000000000 log file.

       at com.borland.datastore.TxException.a(Unknown Source)
       at com.borland.datastore.TxException.a(Unknown Source)
       at com.borland.datastore.p.a(Unknown Source)
       at com.borland.datastore.p.b(Unknown Source)
       at com.borland.datastore.o.b(Unknown Source)
       at com.borland.datastore.o.a(Unknown Source)
       at com.borland.datastore.y.ib(Unknown Source)
       at com.borland.datastore.DataStore.e(Unknown Source)
       at com.borland.datastore.DataStore.a(Unknown Source)
       at com.borland.datastore.DataStoreConnection.u(Unknown Source)
       at com.borland.datastore.DataStoreConnection.rc(Unknown Source)
       at com.borland.datastore.DataStoreConnection.qc(Unknown Source)
       at com.borland.datastore.DataStoreConnection.open(Unknown Source)
       at com.borland.jss.DXStorageFactory.createDataStore(DXStorageFactory.java:79)
       at com.borland.jss.DXStorageFactory.(DXStorageFactory.java:27)
       at com.borland.jss.AbstractStorageFactory.createFactory(AbstractStorageFactory.java:119)
       at com.borland.jss.JssPartitionService.run(JssPartitionService.java:59)
       at com.borland.enterprise.server.services.jss.JssService.runInProcess(JssService.java:165)
       at com.borland.enterprise.server.services.jss.JssService.run(JssService.java:119)
       at java.lang.Thread.run(Thread.java:570)
...

2010-11-12 09:44:17,901 ERROR  - JssPartitionService error:
org.omg.CORBA.PERSIST_STORE: com.borland.datastore.TxException: Invalid LSN (0x1bf) used for /dorian_app/ut01/borland/appserver/var/domains/base/configurations/worldconf/mos/standard/jss_storage_LOGA_0000000000 log file.  vmcid: 0x0  minor code: 0  completed: No
       at com.borland.jss.DXStorageFactory.createDataStore(DXStorageFactory.java:92)
       at com.borland.jss.DXStorageFactory.(DXStorageFactory.java:27)
       at com.borland.jss.AbstractStorageFactory.createFactory(AbstractStorageFactory.java:119)
       at com.borland.jss.JssPartitionService.run(JssPartitionService.java:59)
       at com.borland.enterprise.server.services.jss.JssService.runInProcess(JssService.java:165)
       at com.borland.enterprise.server.services.jss.JssService.run(JssService.java:119)
       at java.lang.Thread.run(Thread.java:570)
2010-11-12 09:44:17,901 ERROR  - Exception initializing jss.

Resolution:

This issue occurs becuase the jss_storage log file is somehow out of sync with the database(jss_storage.jds). Probably caused by copy pasting the directory of a working partition as the base for a new partition.

To resolve the issue, do  the following steps:

1. Stop the partition that is having the issue

2. Delete all jss_storage related files.

jss_storage.jds
jss_storage_LOGA_0000000000
jss_storage_LOGA_ANCHOR
jss_storage_STATUS_0000000000

*Delete all other jss_storage* files that remain.

3. Restart the partition


#AppServer
#jss_storage
#Security
#InvalidLSN
#JSS
#JDataStore
#VisiBroker