|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Confirmed: There is something wrong with 1.540 that causes the JVM it to crash on Windows just after startup.
I have a very similar issue. Windows 8, java 7_45, downloaded the latest Windows install of Jenkins version 1.540. Ran the the msi install and ran this command as administrator:
C:\Program Files (x86)\Jenkins>java -jar jenkins.war
When it got to "INFO: Loaded all jobs" in the command console log output the JVM crashed and popped up a Java Virtual Machine has unexpected shut down dialog message.
After a few more ties with no success I downloaded the previous build 1.539 war file from
http://mirrors.jenkins-ci.org/war/1.539/
Overwrote C:\Program Files (x86)\Jenkins>jenkins.war
Ran this again
C:\Program Files (x86)\Jenkins>java -jar jenkins.war
and Jenkins started normally.