Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages during startup #63

Open
pkiraly opened this issue Apr 21, 2022 · 0 comments
Open

Error messages during startup #63

pkiraly opened this issue Apr 21, 2022 · 0 comments

Comments

@pkiraly
Copy link
Member

pkiraly commented Apr 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant