View Issue Details

IDProjectCategoryView StatusLast Update
0006277SymmetricDSBugpublic2024-04-24 17:35
Reporterpmarzullo Assigned To 
Prioritynormal 
Status closedResolutionunable to reproduce 
Product Version3.15.0 
Target Version3.15.6Fixed in Version3.15.6 
Summary0006277: Startup of SymmetricDS does not fail when Jetty fails to access defined ports
DescriptionWhen another instance of SymmetricDS is running, using the same ports as the instance that is starting up, the instance that is starting up succeeds at starting up even though Jetty failed at acquiring the configured HTTP ports.
Steps To Reproduce1. Start an instance of SymmetricDS configured to use the same HTTP ports as another instance that is not running yet.
2. Start the new instance. Jetty fails to listen on the configured HTTP ports but does not fail to start up and does not log anything.
Tagsconfiguration

Activities

elong

2024-04-19 20:58

developer   ~0002431

This is working for me. There might have a library upgrade that fixed it. It works with "sym", "sym_service start", and "sym_service console".

***************************
APPLICATION FAILED TO START
***************************

Description:

Web server failed to start. Port 31415 was already in use.

Action:

Identify and stop the process that's listening on port 31415 or configure this application to listen on another port.

-------------------------------------------------------------------------------
An exception occurred. Please see the following for details:
-------------------------------------------------------------------------------
java.net.BindException: Address already in use

Issue History

Date Modified Username Field Change
2024-03-07 16:07 pmarzullo New Issue
2024-03-07 16:07 pmarzullo Tag Attached: configuration
2024-03-18 13:19 elong Target Version 3.15.4 => 3.15.5
2024-04-19 20:58 elong Note Added: 0002431
2024-04-22 14:38 elong Target Version 3.15.5 => 3.15.6
2024-04-24 17:35 emiller Status new => closed
2024-04-24 17:35 emiller Resolution open => unable to reproduce