-
Bug
-
Resolution: Done
-
Major
-
JDG 7.2 ER3
-
None
-
-
-
-
-
-
CR1
-
-
JDG Sprint #10, JDG Sprint #11
Test fails with following error:
java] WARN: ISPN004005: Error received from the server: java.sql.SQLException: ORA-12899: value too large for column "DBALLO12"."JDG_BINARY_defaultx_xx"."ID" (actual: 346, maximum: 255)
[java] Error : 12899, Position : 65, Sql = INSERT INTO "JDG_BINARY_defaultx_xx" (id,version,datum) VALUES (:1 ,:2 ,:3 ), OriginalSql = INSERT INTO "JDG_BINARY_defaultx_xx" (id,version,datum) VALUES (?,?,?), Error Msg = ORA-12899: value too large for column "DBALLO12"."JDG_BINARY_defaultx_xx"."ID" (actual: 346, maximum: 255)
[java] Feb 15, 2018 5:30:47 AM org.jboss.arquillian.container.test.impl.client.container.ClientContainerController stop
[java] INFO: Manual stopping of a server instance
[java] [0m[31m05:30:47,968 ERROR [org.infinispan.persistence.jdbc.binary.JdbcBinaryStore] (HotRodServerHandler-6-3) ISPN008012: Sql failure while inserting bucket: Bucket{entries={WrappedByteArray
, value=WrappedByteArray
{bytes=0x033E027632, hashCode=0}, metadata=InternalMetadataImpl{actual=EmbeddedExpirableMetadata{lifespan=-1, maxIdle=-1, version=NumericVersion{version=2}}, created=-1, lastUsed=-1}, marshaller=org.infinispan.marshall.core.GlobalMarshaller@48189ed4}}, bucketId='-836605952'}: java.sql.SQLException: ORA-12899: value too large for column "DBALLO12"."JDG_BINARY_defaultx_xx"."ID" (actual: 346, maximum: 255)
[java] at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:494)
...
[java] at java.lang.Thread.run(Thread.java:748)
[java] Caused by: Error : 12899, Position : 65, Sql = INSERT INTO "JDG_BINARY_defaultx_xx" (id,version,datum) VALUES (:1 ,:2 ,:3 ), OriginalSql = INSERT INTO "JDG_BINARY_defaultx_xx" (id,version,datum) VALUES (?,?,?), Error Msg = ORA-12899: value too large for column "DBALLO12"."JDG_BINARY_defaultx_xx"."ID" (actual: 346, maximum: 255)
[java] at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:498)
[java] ... 69 more
- relates to
-
JDG-1566 Multiple failures in testing JDBC Library and Cachestore on Oracle DBs
- Closed