You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2017/09/12 07:33:00 UTC

[jira] [Assigned] (JCLOUDS-1059) EclipseLink warnings during integration tests

     [ https://issues.apache.org/jira/browse/JCLOUDS-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Gaul reassigned JCLOUDS-1059:
------------------------------------

    Assignee:     (was: Roman Coedo)

> 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
>            Priority: Minor
>              Labels: jdbc
>
> 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.4.14#64029)