|
This happens only rarely (for example [0]), I was not able to reproduce.
The main error:
2016-01-12 02:41:31,067 | INFO | config-pusher | DomainStore | 192 - org.opendaylight.aaa.h2-store - 0.3.0.SNAPSHOT | in dbConnect, domains Table does not exist, creating table
2016-01-12 02:41:31,079 | ERROR | config-pusher | StoreException | 192 - org.opendaylight.aaa.h2-store - 0.3.0.SNAPSHOT | Cannot connect to database server org.h2.jdbc.JdbcSQLException: Table "DOMAINS" already exists; SQL statement:
CREATE TABLE DOMAINS (domainid VARCHAR(128) PRIMARY KEY,name VARCHAR(128) UNIQUE NOT NULL, description VARCHAR(128) , enabled INTEGER NOT NULL) [42101-185]
2016-01-12 02:41:31,079 | ERROR | config-pusher | H2Store | 192 - org.opendaylight.aaa.h2-store - 0.3.0.SNAPSHOT | StoreException encountered while reading domain
org.opendaylight.aaa.h2.persistence.StoreException
at org.opendaylight.aaa.h2.persistence.DomainStore.dbConnect(DomainStore.java:85)
[0] https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-1node-userfeatures-all-beryllium/944/consoleFull
|