View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006277 | SymmetricDS | Bug | public | 2024-03-07 16:07 | 2024-04-24 17:35 |
Reporter | pmarzullo | Assigned To | |||
Priority | normal | ||||
Status | closed | Resolution | unable to reproduce | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.6 | Fixed in Version | 3.15.6 | ||
Summary | 0006277: Startup of SymmetricDS does not fail when Jetty fails to access defined ports | ||||
Description | When 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 Reproduce | 1. 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. | ||||
Tags | configuration | ||||
|
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 |
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 |