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

Unable to fetch ldes-client status on error #675

Closed
jobulcke opened this issue Aug 20, 2024 · 1 comment
Closed

Unable to fetch ldes-client status on error #675

jobulcke opened this issue Aug 20, 2024 · 1 comment
Assignees
Labels
component: core Issues related to LDI Building Blocks component: ldio Issues related to Linked Data Interactions needs triage Issue needs to be evaluated by team

Comments

@jobulcke
Copy link
Collaborator

Describe the bug
When an error occures in the LDES Client, the pipeline gets HALTED. However, I would also expect to still be able to retrieve the ldes-client status, which would be ERROR in this case

Expected behavior
Being able to retrieve the ldes client status ERROR when an error occures in the LDES Client

Screenshot
image

Logs

2024-08-20 08:44:49 2024-08-20T06:44:49.007Z  INFO 1 --- [nio-8080-exec-7] b.v.i.l.l.pipeline.PipelineServiceImpl   : CREATION of pipeline 'validation-pipeline' successfully finished
2024-08-20 08:44:49 2024-08-20T06:44:49.007Z  INFO 1 --- [pool-5-thread-1] l.c.s.StartingTreeNodeFinder             : determineStartingTreeNode for: http://localhost:8082/verkeersmetingen
2024-08-20 08:44:49 2024-08-20T06:44:49.131Z  WARN 1 --- [pool-5-thread-1] l.l.r.e.r.BasicIntervalFunctionDecorator : Retrying request (attempt #1) after null response
2024-08-20 08:44:49 2024-08-20T06:44:49.485Z  WARN 1 --- [pool-5-thread-1] l.l.r.e.r.BasicIntervalFunctionDecorator : Retrying request (attempt #2) after null response
2024-08-20 08:44:50 2024-08-20T06:44:50.431Z  WARN 1 --- [pool-5-thread-1] l.l.r.e.r.BasicIntervalFunctionDecorator : Retrying request (attempt #3) after null response
2024-08-20 08:44:51 2024-08-20T06:44:51.843Z  WARN 1 --- [pool-5-thread-1] l.l.r.e.r.BasicIntervalFunctionDecorator : Retrying request (attempt #4) after null response
2024-08-20 08:44:52 2024-08-20T06:44:52.797Z  WARN 1 --- [pool-5-thread-1] b.v.i.ldes.ldio.LdioLdesClient           : HALTING pipeline because of an unhandled error
2024-08-20 08:44:52 2024-08-20T06:44:52.797Z ERROR 1 --- [pool-5-thread-1] b.v.i.ldes.ldio.LdioLdesClient           : org.apache.http.conn.HttpHostConnectException: Connect to localhost:8082 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused
2024-08-20 08:44:52 2024-08-20T06:44:52.798Z  INFO 1 --- [pool-5-thread-1] b.v.i.ldes.ldio.LdioLdesClient           : UPDATED status for pipeline 'validation-pipeline' to HALTED
2024-08-20 08:46:26 2024-08-20T06:46:26.749Z  WARN 1 --- [nio-8080-exec-9] o.s.web.servlet.PageNotFound             : Request method 'GET' is not supported
2024-08-20 08:46:59 2024-08-20T06:46:59.975Z  WARN 1 --- [nio-8080-exec-8] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: be.vlaanderen.informatievlaanderen.ldes.ldio.pipeline.web.PipelineController
2024-08-20 08:47:00 2024-08-20T06:47:00.304Z  WARN 1 --- [nio-8080-exec-8] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: be.vlaanderen.informatievlaanderen.ldes.ldio.pipeline.status.web.PipelineStatusController
2024-08-20 08:47:00 2024-08-20T06:47:00.393Z  WARN 1 --- [nio-8080-exec-8] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: be.vlaanderen.informatievlaanderen.ldes.ldio.management.status.ClientStatusController
@jobulcke jobulcke added the needs triage Issue needs to be evaluated by team label Aug 20, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in VSDS Backlog Aug 20, 2024
@jobulcke jobulcke added component: ldio Issues related to Linked Data Interactions component: core Issues related to LDI Building Blocks labels Aug 20, 2024
@Yalz Yalz self-assigned this Nov 28, 2024
@Yalz
Copy link
Collaborator

Yalz commented Nov 28, 2024

Can not be reproduced. Tested with both invalid RDF format + End of LDES . Both still allow you to get status ERROR

@Yalz Yalz closed this as completed Nov 28, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to 👀 In review in VSDS Backlog Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: core Issues related to LDI Building Blocks component: ldio Issues related to Linked Data Interactions needs triage Issue needs to be evaluated by team
Projects
Status: 👀 In review
Development

No branches or pull requests

2 participants