Informatievlaanderen / VSDS-Linked-Data-Interactions

https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/
European Union Public License 1.2
4 stars 6 forks source link

Specify the port usage for LdioLdesClient #145

Closed xdxxxdx closed 1 year ago

xdxxxdx commented 1 year ago

Prerequisites:

Scenario: Follow the step-by-step guide of https://github.com/xdxxxdx/GetStarted_VSDS

Current result: The LDES Client could replicate the LDES stream and output it to the console But I got an error:

2023-04-13 20:55:05 ***************************
2023-04-13 20:55:05 APPLICATION FAILED TO START
2023-04-13 20:55:05 ***************************
2023-04-13 20:55:05 
2023-04-13 20:55:05 Description:
2023-04-13 20:55:05 
2023-04-13 20:55:05 Web server failed to start. Port 8080 was already in use.
2023-04-13 20:55:05 
2023-04-13 20:55:05 Action:
2023-04-13 20:55:05 
2023-04-13 20:55:05 Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
2023-04-13 20:55:05

Please see:
ldes client console. output.txt

I wondering if is it due to the 8080 port being taken by the LDES Server. Please specify it, thanks a lot

xdxxxdx commented 1 year ago

Modify https://github.com/xdxxxdx/GetStarted_VSDS/blob/main/ldio-workflow.config.yml server: port: 8080 to 8082 The issue resolved.