Skip to content

Instantly share code, notes, and snippets.

@varrix
Created June 20, 2017 23:27
Show Gist options
  • Save varrix/6012cf486985277540c6b055bf1bb096 to your computer and use it in GitHub Desktop.
Save varrix/6012cf486985277540c6b055bf1bb096 to your computer and use it in GitHub Desktop.
sudo docker logs 79494
Preparing to run Artifactory in Docker
=====================================
2017-06-20 21:31:26 [42 entrypoint-artifactory.sh] Checking open files and processes limits
2017-06-20 21:31:26 [45 entrypoint-artifactory.sh] Current max open files is 1048576
2017-06-20 21:31:26 [57 entrypoint-artifactory.sh] Current max open processes is unlimited
2017-06-20 21:31:26 [67 entrypoint-artifactory.sh] Checking if /var/opt/jfrog/artifactory is mounted
2017-06-20 21:31:26 [72 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is mounted
2017-06-20 21:31:26 [78 entrypoint-artifactory.sh] Setting up data directories if missing
2017-06-20 21:31:26 [88 entrypoint-artifactory.sh] Create artifactory user if missing
2017-06-20 21:31:26 [91 entrypoint-artifactory.sh] User does not exist. Creating it...
2017-06-20 21:31:26 [101 entrypoint-artifactory.sh] Checking permissions on /var/opt/jfrog/artifactory
2017-06-20 21:31:26 [107 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is owned by root:root. Setting to artifactory:artifactory.
2017-06-20 21:31:26 [114 entrypoint-artifactory.sh] Checking permissions on /var/opt/jfrog/artifactory
2017-06-20 21:31:26 [123 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is already owned by artifactory:artifactory.
2017-06-20 21:31:26 [246 entrypoint-artifactory.sh] Checking DB_TYPE
2017-06-20 21:31:26 [291 entrypoint-artifactory.sh] DB_TYPE not set. Artifactory will use built in Derby DB
=====================================
error: exec: "/var/opt/jfrog/artifactory/bin/artifactory.sh": stat /var/opt/jfrog/artifactory/bin/artifactory.sh: no such file or directory
Preparing to run Artifactory in Docker
=====================================
2017-06-20 21:36:47 [42 entrypoint-artifactory.sh] Checking open files and processes limits
2017-06-20 21:36:47 [45 entrypoint-artifactory.sh] Current max open files is 1048576
2017-06-20 21:36:47 [57 entrypoint-artifactory.sh] Current max open processes is unlimited
2017-06-20 21:36:47 [67 entrypoint-artifactory.sh] Checking if /var/opt/jfrog/artifactory is mounted
2017-06-20 21:36:47 [72 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is mounted
2017-06-20 21:36:47 [78 entrypoint-artifactory.sh] Setting up data directories if missing
2017-06-20 21:36:47 [88 entrypoint-artifactory.sh] Create artifactory user if missing
2017-06-20 21:36:47 [94 entrypoint-artifactory.sh] User artifactory already exists
2017-06-20 21:36:47 [101 entrypoint-artifactory.sh] Checking permissions on /var/opt/jfrog/artifactory
2017-06-20 21:36:47 [110 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is already owned by artifactory:artifactory.
2017-06-20 21:36:47 [114 entrypoint-artifactory.sh] Checking permissions on /var/opt/jfrog/artifactory
2017-06-20 21:36:47 [123 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is already owned by artifactory:artifactory.
2017-06-20 21:36:47 [246 entrypoint-artifactory.sh] Checking DB_TYPE
2017-06-20 21:36:47 [291 entrypoint-artifactory.sh] DB_TYPE not set. Artifactory will use built in Derby DB
=====================================
error: exec: "/var/opt/jfrog/artifactory/bin/artifactory.sh": stat /var/opt/jfrog/artifactory/bin/artifactory.sh: no such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment