Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
10 stars 11 forks source link

ERROR 1 --- [nio-8080-exec-1] s.r.e.RestResponseEntityExceptionHandler : Collection with name version could not be found. #560

Closed xdxxxdx closed 1 year ago

xdxxxdx commented 1 year ago

Prerequisites: Commit tags (sprint 25): VSDS-LDESServer4J: e1c62110b5926f151f75b3daf26254c83a87c1a6

To Reproduce:

  1. Go to the working directory under /VSDS-LDESServer4J
  2. Run docker-compose up

Expected behavior LDES server is built and started with the local configuration - ./docker-compose/config.local.env as described at https://github.com/Informatievlaanderen/VSDS-LDESServer4J/blob/main/compose.yml No error in the log

Current result LDES Server is running with following error in the log: 2023-05-02 10:34:24 2023-05-02T08:34:24.778Z ERROR 1 --- [nio-8080-exec-1] s.r.e.RestResponseEntityExceptionHandler : Collection with name version could not be found.

image

Full log at: Errorlog.txt

WLefever-Cegeka commented 1 year ago

Hi @xdxxxdx , Thanks for logging the issue. I tried to replay it this morning, but it seems like the docker-compose does start normally (both on the provided tag as on the latest version of main) (logs are attached to this message). output.txt I noticed something strange in your logs. Line 113-114 show exceptions with the name 'api' and 'apis'. However, these terms are nowhere in the project (check via crtl + f). Is it possible that you have configured something differently (which could also be the cause of the error)?:

2023-05-02 10:31:16 2023-05-02T08:31:16.266Z ERROR 1 --- [nio-8080-exec-8] s.r.e.RestResponseEntityExceptionHandler : Collection with name api could not be found.
2023-05-02 10:31:16 2023-05-02T08:31:16.301Z ERROR 1 --- [nio-8080-exec-9] s.r.e.RestResponseEntityExceptionHandler : Collection with name apis could not be found.
xdxxxdx commented 1 year ago

Hello @WLefever-Cegeka ,

Thanks for the reply. The LDES-Server repo is untouched with sprint 25 tag: image. I just reproduced issue.

error_560.txt

Please see here. You need to wait a while after the Server is started to reproduce the error.

Thanks

xdxxxdx commented 1 year ago

The issue cannot be seen: revision: 1a7a8bac03adf97e6108feda34a19bf99408123e