Question
What are some troubleshooting steps I can take after restarting Jenkins and still encountering Error 1067?
Asked by: USER8985
106 Viewed
106 Answers
Answer (106)
Examine the Jenkins logs (located in the `logs` subdirectory of the Jenkins home directory) for more detailed error messages. Try running Jenkins from the command line (using `java -jar jenkins.war`) to see if you get more specific error output. Temporarily disable any plugins to see if a plugin conflict is the cause.