View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005914 | SymmetricDS | Bug | public | 2023-07-05 18:36 | 2023-07-05 19:00 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.13.12 | ||||
Target Version | 3.13.13 | Fixed in Version | 3.13.13 | ||
Summary | 0005914: Cannot Install swaggerui module by using symadmin ModuleManager | ||||
Description | When trying to install swaggerui module by using symadmin, it is failing with HTTP 503 Permission Denied. The root cause of the issue is that the ModuleManager tried to download the jar file by using HTTP protocol, while the web server requires to connect with HTTPS protocol. This issue exists in the latest 3.14 version, too. It may impact all other versions as well. The web site is blocking HTTP connection with message below: ----------------------------- File Transfer Blocked The file you are trying to download or upload has been blocked in accordance with company policy. Please contact your system administrator if you believe this is an error. File name: symmetric-swagger-ui-3.12.23.jar ----------------------------- To fix the issue, symadmin ModuleManager should use HTTPS protocol to download file as below: https://maven.jumpmind.com/repo/org/jumpmind/symmetric/symmetric-swagger-ui/3.12.23/symmetric-swagger-ui-3.12.23.jar | ||||
Steps To Reproduce | [symmetrc@atltsta6 symmetric-server-3.12.23]$ symadmin module install swaggerui Log output will be written to /appl_top/symmetric/mobile-sync/symmetric/logs/symmetric.log [] - ModuleManager - Installing module swaggerui with 24 artifacts [] - ModuleManager - Failed to install module swaggerui. Unable to download http://maven.jumpmind.com/repo/org/jumpmind/symmetric/symmetric-swagger-ui/3.12.23/symmetric-swagger-ui-3.12.23.jar because [503] ERROR: Failed to install module swaggerui. Unable to download http://maven.jumpmind.com/repo/org/jumpmind/symmetric/symmetric-swagger-ui/3.12.23/symmetric-swagger-ui-3.12.23.jar because [503] | ||||
Tags | modules | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-07-05 18:36 | pmarzullo | New Issue | |
2023-07-05 18:36 | pmarzullo | Status | new => assigned |
2023-07-05 18:36 | pmarzullo | Assigned To | => pmarzullo |
2023-07-05 18:36 | pmarzullo | Tag Attached: modules | |
2023-07-05 18:36 | pmarzullo | Relationship added | related to 0005912 |
2023-07-05 18:38 | pmarzullo | Relationship added | related to 0005915 |
2023-07-05 18:50 | pmarzullo | Status | assigned => resolved |
2023-07-05 18:50 | pmarzullo | Resolution | open => fixed |
2023-07-05 18:50 | pmarzullo | Fixed in Version | => 3.13.13 |
2023-07-05 19:00 | pmarzullo | Changeset attached | => SymmetricDS 3.13 8152a5a4 |
2023-12-16 01:56 | admin | Status | resolved => closed |