Created
May 22, 2014 07:05
-
-
Save fbelzunc/651e3a57032799de92a6 to your computer and use it in GitHub Desktop.
jenkins-ha2.log
This file contains hidden or 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
hudson.util.IOException2: Failed to create a temporary file in /mnt/nfs/jenkins_home | |
at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:67) | |
at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:54) | |
at hudson.util.TextFile.write(TextFile.java:84) | |
at jenkins.model.Jenkins.<init>(Jenkins.java:790) | |
at hudson.model.Hudson.<init>(Hudson.java:81) | |
at hudson.model.Hudson.<init>(Hudson.java:77) | |
at hudson.WebAppMain$3.run(WebAppMain.java:221) | |
Caused by: java.io.IOException: Permission denied | |
at java.io.UnixFileSystem.createFileExclusively(Native Method) | |
at java.io.File.createNewFile(File.java:1006) | |
at java.io.File.createTempFile(File.java:1989) | |
at hudson.util.AtomicFileWriter.<init>(AtomicFileWriter.java:65) | |
... 6 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jenkins 1587 1 1 07:04 ? 00:00:08 /etc/alternatives/java -Dcom.sun.akuma.Daemon=daemonized -Djava.awt.headless=true -DJENKINS_HOME=/mnt/nfs/jenkins_home -jar /usr/lib/jenkins/jenkins.war --logfile=/var/log/jenkins/jenkins.log --webroot=/var/cache/jenkins/war --daemon --httpPort=8080 --ajp13Port=8009 --debug=5 --handlerCountMax=100 --handlerCountMaxIdle=20
ec2-user 1643 1251 0 07:15 pts/0 00:00:00 grep jenkins