I install jenkins on my mac os X 10.6.8, after successfully install jenkins, I browse it in the browser with the default address http://localhost:8080 but the tomcat page display not the jenkins home page. I read the documentaion on jenkins that it will need to execute command java -jar jenkins.war --httpPort=8080
When execute command java -jar jenkins.war --httpPort=8080
having this error
2016-09-15 22:50:56.106 java[46344:a07] *** NSInvocation: warning: object 0x1160db440 of class 'ThreadUtilities' does not implement doesNotRecognizeSelector: -- abort Trace/BPT trap
I don't know what is wrong, please help.
Thanks, dave