What Causes "Exception in allocating a row for table {table name}"
(Doc ID 1602874.1)
Last updated on APRIL 03, 2023
Applies to:
Oracle WebCenter Sites - Version 7.6.1 and laterInformation in this document applies to any platform.
Goal
What can cause the following errors? How can you resolve them?
[2013-10-25 00:20:28,341] [fatwire.logging.cs.framework] Error: errno -100 on attempt to allocate a row for table {table name}
[2013-10-25 00:20:28,341] [cs.core.db.DBTransaction] TransactionUnit failed to execute
java.lang.IllegalStateException: Unable to obtain new batch of id's after 1000 attempts.
at COM.FutureTense.Common.c.C(y:1185)
at COM.FutureTense.Common.c.A(y:716)
at COM.FutureTense.Common.c$_B$1.execute(y:2827)
...
[2013-10-25 00:20:28,342] [fatwire.logging.cs.db] Exception in allocating a row for table {table name}
java.lang.IllegalStateException: Unable to reserve an id range
at COM.FutureTense.Common.c.B(y:3224)
at COM.FutureTense.Common.c.next(y:3384)
at COM.FutureTense.Common.L.genID(y:936)
at COM.FutureTense.ContentServer.B.allocateRow(y:1775)
...
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |