Andrew Gaul created JCLOUDS-1059:
------------------------------------
Summary: EclipseLink warnings during integration tests
Key: JCLOUDS-1059
URL: https://issues.apache.org/jira/browse/JCLOUDS-1059
Project: jclouds
Issue Type: Bug
Components: jclouds-blobstore
Affects Versions: 2.0.0
Reporter: Andrew Gaul
Assignee: Roman Coedo
Priority: Minor
While setting up containers:
{noformat}
[EL Warning]: 2016-01-19 12:27:31.785--ServerSession(1887699190)--Exception
[EclipseLink-4002] (Eclipse Persistence Services - 2.6.0.v20150309-bf26070):
org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.h2.jdbc.JdbcSQLException: Sequence "SEQ_GEN_SEQUENCE"
not found; SQL statement:
CALL NEXT VALUE FOR SEQ_GEN_SEQUENCE [90036-187]
Error Code: 90036
Call: CALL NEXT VALUE FOR SEQ_GEN_SEQUENCE
Query: ValueReadQuery(sql="CALL NEXT VALUE FOR SEQ_GEN_SEQUENCE")
{noformat}
While running {{testByteSource}}:
{noformat}
[EL Warning]: 2016-01-19 12:27:32.195--UnitOfWork(1927915460)--Exception
[EclipseLink-4002] (Eclipse Persistence Services - 2.6.0.v20150309-bf26070):
org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.h2.jdbc.JdbcSQLException: Unique index or primary key
violation: "CONSTRAINT_INDEX_7 ON PUBLIC.CONTAINERENTITY(NAME) VALUES
('gaul-blobstore0', 1)"; SQL statement:
INSERT INTO CONTAINERENTITY (ID, CONTAINERACCESS, CREATIONDATE, NAME) VALUES
(?, ?, ?, ?) [23505-187]
Error Code: 23505
Call: INSERT INTO CONTAINERENTITY (ID, CONTAINERACCESS, CREATIONDATE, NAME)
VALUES (?, ?, ?, ?)
bind => [4 parameters bound]
Query: InsertObjectQuery(org.jclouds.jdbc.entity.ContainerEntity@53a57549)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)