I am trying to install Jenkins on a Solaris SPARC machine. I have Jenkins version 1.533 and the Java version 1.6.0_21. I executed "java -jar jenkins.war" to install Jenkins but got the following log and a core file was dumped.
java -jar jenkins.war
Running from: /home/hub/hudson/jenkins.war
webroot: $user.home/.jenkins
[Winstone 2013/09/30 13:56:31] - Beginning extraction from war file
hudson home directory: /home/hub/.jenkins found at: $user.home/.jenkins
[Winstone 2013/09/30 13:56:35] - AJP13 Listener started: port=8009
[Winstone 2013/09/30 13:56:35] - HTTP Listener started: port=8080
Using one-time self-signed certificate
Sep 30, 2013 1:56:36 PM hudson.model.Hudson$5 onAttained
INFO: Started initialization
[Winstone 2013/09/30 13:56:36] - Winstone Servlet Engine v0.9.10 running: controlPort=disabled
Sep 30, 2013 1:56:38 PM hudson.model.Hudson$5 onAttained
INFO: Listed all plugins
Sep 30, 2013 1:56:38 PM hudson.model.Hudson$5 onAttained
INFO: Prepared all plugins
Sep 30, 2013 1:56:38 PM hudson.model.Hudson$5 onAttained
INFO: Started all plugins
Sep 30, 2013 1:56:38 PM hudson.model.Hudson$5 onAttained
INFO: Augmented all extensions
Sep 30, 2013 1:56:38 PM hudson.model.Hudson$5 onAttained
INFO: Loaded all jobs
Abort(coredump)
I am not sure if I am missing something or if something's not quite right with Jenkins and Solaris. Any ideas?