Dataverse 6.2 on Docker with integrated services called "Archive in a box" and could be used both as demo and production system and easily integrated with other services.
When I run the service (from clean state) I receive a number of error messages, such as:
dataverse | [#|2022-03-24T12:42:35.649+0000|SEVERE|Payara 5.2021.1|javax.enterprise.system.core|_ThreadID=110;_ThreadName=admin-thread-pool::admin-listener(1);_TimeMillis=1648125755649;_LevelValue=1000;_MessageID=NCLS-CORE-00003;|
dataverse | Exception while running a command
dataverse | java.lang.IllegalArgumentException: Invalid property syntax, missing property value: 8080
dataverse | at org.glassfish.common.util.admin.MapInjectionResolver.convertStringToProperties(MapInjectionResolver.java:507)
...
or
dataverse | [#|2022-03-24T13:44:57.491+0000|SEVERE|Payara 5.2021.1||_ThreadID=198;_ThreadName=GF Domain XML;_TimeMillis=1648129497491;_LevelValue=1000;|
dataverse | Error in dealiasing the password ${ALIAS=rserve_password_alias}: Alias rserve_password_alias does not exist|#]
or
postgres | 2022-03-24 13:45:09.383 UTC [32] STATEMENT: CREATE TABLE EXTERNALTOOLTYPE (ID SERIAL NOT NULL, TYPE VARCHAR(255) NOT NULL, EXTERNALTOOL_ID BIGINT NOT NULL, PRIMARY KEY (ID))
dataverse | [#|2022-03-24T13:45:09.387+0000|WARNING|Payara 5.2021.1|javax.org.glassfish.persistence.org.glassfish.persistence.common|_ThreadID=1;_ThreadName=main;_TimeMillis=1648129509387;_LevelValue=900;|
dataverse | PER01000: Got SQLException executing statement "CREATE TABLE EXTERNALTOOLTYPE (ID SERIAL NOT NULL, TYPE VARCHAR(255) NOT NULL, EXTERNALTOOL_ID BIGINT NOT NULL, PRIMARY KEY (ID))": org.postgresql.util.PSQLException: ERROR: relation "externaltooltype" already exists|#]
dataverse |
postgres | 2022-03-24 13:45:09.390 UTC [32] ERROR: relation "index_externaltooltype_externaltool_id" already exists
I am not sure which issue comes from Docker, and which is part of Dataverse. It would worth to compare the log with a log of a clean official installation.
When I run the service (from clean state) I receive a number of error messages, such as:
or
or
I am not sure which issue comes from Docker, and which is part of Dataverse. It would worth to compare the log with a log of a clean official installation.