View Issue Details

IDProjectCategoryView StatusLast Update
0005915SymmetricDSBugpublic2023-07-05 19:00
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.7 
Target Version3.14.8Fixed in Version3.14.8 
Summary0005915: Cannot Install swaggerui module by using symadmin ModuleManager
DescriptionWhen 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]
Tagsmodules

Relationships

related to 0005912 closedpmarzullo Cannot Install swaggerui module by using symadmin ModuleManager 
related to 0005914 closedpmarzullo Cannot Install swaggerui module by using symadmin ModuleManager 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.14 e497de11

2023-07-05 18:42:44

pmarzullo

Details Diff
0005915: Cannot Install swaggerui module by using symadmin ModuleManager Affected Issues
0005915
mod - symmetric-client/src/main/resources/symmetric-modules.properties Diff File

Issue History

Date Modified Username Field Change
2023-07-05 18:37 pmarzullo New Issue
2023-07-05 18:37 pmarzullo Status new => assigned
2023-07-05 18:37 pmarzullo Assigned To => pmarzullo
2023-07-05 18:37 pmarzullo Tag Attached: modules
2023-07-05 18:38 pmarzullo Relationship added related to 0005912
2023-07-05 18:38 pmarzullo Relationship added related to 0005914
2023-07-05 18:51 pmarzullo Status assigned => resolved
2023-07-05 18:51 pmarzullo Resolution open => fixed
2023-07-05 18:51 pmarzullo Fixed in Version => 3.14.8
2023-07-05 19:00 pmarzullo Changeset attached => SymmetricDS 3.14 e497de11
2023-07-19 12:58 admin Status resolved => closed