This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ssh xxx.xxx.xxx.xxx | |
Connection closed by xxx.xxx.xxx.xxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is the template of an upstart init script for using docker-compose | |
# | |
# Usage: | |
# 1. place docker-compose yaml file (ex. rhodecode/docker-compose.yaml) | |
# 2. run the following lines. | |
# # ln -s docker-compose docker-compose_rhodecode.conf | |
# # initctl reload-configuration | |
# # start docker-compose_rhodecode | |
# | |
# Edit CONF_BASE_DIR if you want to change the location of docker-compose configuration file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR org.grails.web.errors.GrailsExceptionResolver - NullPointerException occurred when processing request: [POST] /console/execute - parameters: | |
autoImportDomains: true | |
code: TestDomain.all | |
Stacktrace follows: | |
java.lang.reflect.InvocationTargetException: null | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_60] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_60] | |
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_60] | |
Caused by: java.lang.NullPointerException: null | |
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936) ~[na:1.8.0_60] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is the systemd template unit for using docker-compose | |
# | |
# Usage: | |
# 1. place docker-compose yaml file (ex. /etc/docker-compose/jenkins/docker-compose.yml) | |
# 2. copy this file to /etc/systemd/system/[email protected] | |
# # curl https://gist.githubusercontent.com/skomma/c4514e84b6a1dcd22d31516f7acc9c2e/raw/8eacc7b62e8a7f170153cfa41338d67b822f95b4/[email protected] -o /etc/systemd/system/[email protected] | |
# 3. run "systemctl start [email protected]" | |
# (If you want to start automatically at boot time, run systemctl enable [email protected]) | |
[Unit] |