During startup with the built-in jetty the jvm crashes with the following message:
Running from: C:\Users\tom\Downloads\jenkins.war
webroot: $user.home/.jenkins
Nov 28, 2013 7:19:49 PM org.eclipse.jetty.util.log.JavaUtilLog info
Information: jetty-8.y.z-SNAPSHOT
Nov 28, 2013 7:19:51 PM org.eclipse.jetty.util.log.JavaUtilLog info
Information: Extract jar:file:/C:/Users/tom/Downloads/jenkins.war!/ to C:\Users\
tom\AppData\Local\Temp\jetty-0.0.0.0-8080-jenkins.war-any\webapp
Nov 28, 2013 7:20:05 PM org.eclipse.jetty.util.log.JavaUtilLog info
Information: NO JSP Support for , did not find org.apache.jasper.servlet.JspServ
let
Jenkins home directory: C:\Users\tom\.jenkins found at: $user.home/.jenkins
Nov 28, 2013 7:20:06 PM org.eclipse.jetty.util.log.JavaUtilLog info
Information: Started SelectChannelConnector@0.0.0.0:8080
Nov 28, 2013 7:20:06 PM winstone.Logger logInternal
Information: Winstone Servlet Engine v2.0 running: controlPort=disabled
Nov 28, 2013 7:20:06 PM jenkins.InitReactorRunner$1 onAttained
Information: Started initialization
Nov 28, 2013 7:20:59 PM jenkins.InitReactorRunner$1 onAttained
Information: Listed all plugins
Nov 28, 2013 7:20:59 PM jenkins.InitReactorRunner$1 onAttained
Information: Prepared all plugins
Nov 28, 2013 7:21:00 PM jenkins.InitReactorRunner$1 onAttained
Information: Started all plugins
Nov 28, 2013 7:21:00 PM jenkins.InitReactorRunner$1 onAttained
Information: Augmented all extensions
Nov 28, 2013 7:21:00 PM jenkins.InitReactorRunner$1 onAttained
Information: Loaded all jobs
#
- A fatal error has been detected by the Java Runtime Environment:
# - EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000077cd2f15, pid=3524, t
id=900
# - JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
- Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode windows-amd64
compressed oops) - Problematic frame:
- C [ntdll.dll+0x52f15]
# - Failed to write core dump. Minidumps are not enabled by default on client vers
ions of Windows
# - An error report file with more information is saved as:
- C:\Users\tom\Downloads\hs_err_pid3524.log
# - If you would like to submit a bug report, please visit:
- http://bugreport.sun.com/bugreport/crash.jsp
- The crash happened outside the Java Virtual Machine in native code.
- See problematic frame for where to report the bug.
#
C:\Users\tom\Downloads>
- duplicates
-
JENKINS-20630 Jenkins fails to start
- Resolved