View Issue Details

IDProjectCategoryView StatusLast Update
0004884SymmetricDSBugpublic2021-03-30 19:46
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.0 
Target Version3.12.8Fixed in Version3.12.8 
Summary0004884: Docker image doesn't start because security directory permissions
DescriptionWhen running the docker image, the SymmetricDS service doesn't start.

elong@zulu:~$ docker run -p 31415:31415 --name test jumpmind/symmetricds:3.12.7
Waiting for server to start
......
Started
tail: can't open '/opt/symmetric-ds/logs/symmetric.log': No such file or directory

If you open the /opt/symmetric-ds/logs/wrapper.log, there is an error about JMX requires the "security" directory to be read/writeable by only the owner. The unzip utility with Alpine Linux doesn't preserve permissions on files/directories, so it needs a chmod -R u=rwX,g=,o= /opt/symmetric-ds/security.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.12 f7c85094

2021-03-10 21:19:23

admin

Details Diff
0004884: Docker image doesn't start because security directory
permissions
Affected Issues
0004884
mod - symmetric-assemble/Dockerfile Diff File

Issue History

Date Modified Username Field Change
2021-03-10 21:16 elong New Issue
2021-03-10 21:16 elong Status new => assigned
2021-03-10 21:16 elong Assigned To => elong
2021-03-10 21:19 elong Status assigned => resolved
2021-03-10 21:19 elong Resolution open => fixed
2021-03-10 21:19 elong Fixed in Version => 3.12.8
2021-03-10 22:00 admin Changeset attached => SymmetricDS 3.12 f7c85094
2021-03-30 19:46 admin Status resolved => closed