Skip to content

Instantly share code, notes, and snippets.

@retronym
Created November 9, 2011 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retronym/1351512 to your computer and use it in GitHub Desktop.
Save retronym/1351512 to your computer and use it in GitHub Desktop.
Tanuki Crash
Faulting module name: wrapper-windows-x86-32.exe, version: 3.5.11.0, time stamp: 0x4e4a2d6b
Exception code: 0xc0000409
Fault offset: 0x00025819
Faulting process id: 0x1a9c
Faulting application start time: 0x01cc9e218c6a56a3
Faulting application path: C:\EFGFP\dev\calcgrid\bin\wrapper-windows-x86-32.exe
Faulting module path: C:\EFGFP\dev\calcgrid\bin\wrapper-windows-x86-32.exe
Report Id: 4365211e-0ad5-11e1-9c7d-68b599b07347
System Information
OS Name Microsoft Windows Server 2008 R2 Standard
Version 6.1.7601 Service Pack 1 Build 7601
Other OS Description Not Available
OS Manufacturer Microsoft Corporation
System Name CHASTGRDPRD103
System Manufacturer HP
System Model ProLiant BL2x220c G7
System Type x64-based PC
Processor Intel(R) Xeon(R) CPU X5670 @ 2.93GHz, 2933 Mhz, 6 Core(s), 12 Logical Processor(s)
Processor Intel(R) Xeon(R) CPU X5670 @ 2.93GHz, 2933 Mhz, 6 Core(s), 12 Logical Processor(s)
BIOS Version/Date HP I29, 30.01.2011
SMBIOS Version 2.7
Windows Directory C:\Windows
System Directory C:\Windows\system32
Boot Device \Device\HarddiskVolume1
Locale United States
Hardware Abstraction Layer Version = "6.1.7601.17514"
User Name Not Available
Time Zone W. Europe Standard Time
Installed Physical Memory (RAM) 12.0 GB
Fault bucket , type 0
Event Name: BEX
Response: Not available
Cab Id: 0
Problem signature:
P1: wrapper-windows-x86-32.exe
P2: 3.5.11.0
P3: 4e4a2d6b
P4: wrapper-windows-x86-32.exe
P5: 3.5.11.0
P6: 4e4a2d6b
P7: 00025819
P8: c0000409
P9: 00000000
P10:
Attached files:
C:\Users\CHZRHFPgridgain\AppData\Local\Temp\WER9260.tmp.appcompat.txt
C:\Users\CHZRHFPgridgain\AppData\Local\Temp\WER9290.tmp.WERInternalMetadata.xml
C:\Users\CHZRHFPgridgain\AppData\Local\Temp\WER9291.tmp.hdmp
C:\Users\CHZRHFPgridgain\AppData\Local\Temp\WER9753.tmp.mdmp
These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_wrapper-windows-_3a44a31e28c852f279c5cbaaf9a158847bb738f_cab_33ed97cc
Analysis symbol:
Rechecking for solution: 0
Report Id: 37ae01c8-0ad1-11e1-b092-68b599b0044d
Report Status: 0
# Environment specific properties to configure, via the Java Service Wrapper,
# the Windows Service parameters and JVM options for the Grid calculation node.
set.JAVA_HOME=C:/Progra~2/Java/jdk1.6.0_29
set.JMX_PORT=55631
set.ENV=dev
# Used as a suffix in the servive name and description, and in
# log files.
set.INSTANCENUM=1
set.NTSERVICEUSER=EFGZ\CHZRHFPgridgain
set.NTSERVICEPRIORITY=LOW
set.GRIDDISCOVERY=//CHVIRGRDDEV101/calcgrid_master_dev/discovery
set.GRIDDEPLOYMENT=file://freq=30000@////CHVIRGRDDEV101/calcgrid_master_dev/deployment
set.LOGDIR=log
#include.required ../conf/wrapper-calc-node.conf
#********************************************************************
# Install the service with:
#
# ./wrapper.exe --installstart ../conf/env-warpper-calc-node.conf
#
# You will be prompted for the password for the service user
#
#********************************************************************
set.default.APP_BASE=.
set.default.INSTANCENUM=1
set.default.JMX_PORT=55555
set.default.NTSERVICEUSER=NT AUTHORITY\NetworkService
set.default.APPNAME=Grid Calc Node
set.default.APPCODE=grid-calc-node
set.default.LOGDIR=log
# Copyright (C) GridGain Systems, Inc. Licensed under GPLv3, http://www.gnu.org/licenses/gpl.html
# Version: 3.0.5c.25012011
# ==================================
# GridGain Daemon/Service Properties
# ==================================
# Java application.
wrapper.java.command=%JAVA_HOME%/bin/java
# Start child JVM process in the bin/..
# This only affects the JVM, some config in this file is still relative to
# the bin directory!
# http://wrapper.tanukisoftware.com/doc/english/prop-working-dir.html
wrapper.working.dir=..
# Java Main class.
# See the Integration section of the documentation for details.
wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
# Java classpath (include wrapper.jar).
# Add class path elements as needed starting from 1.
wrapper.java.classpath.1=bin/wrapper.jar
wrapper.java.classpath.2=libs/*.jar
wrapper.java.classpath.3=libs/ext/*.jar
wrapper.java.classpath.4=config
wrapper.java.classpath.5=config/userversion
wrapper.java.classpath.6=gridgain-3.0.5c.jar
# Java Library Path (location of Wrapper.DLL or libwrapper.so)
wrapper.java.library.path.1=bin
# Java Additional Parameters.
wrapper.java.additional.1=-ea
wrapper.java.additional.2=-server
wrapper.java.additional.3=-Dcom.sun.management.jmxremote
wrapper.java.additional.4=-Dcom.sun.management.jmxremote.port=%JMX_PORT%
wrapper.java.additional.5=-Dcom.sun.management.jmxremote.authenticate=false
wrapper.java.additional.6=-Dcom.sun.management.jmxremote.ssl=false
wrapper.java.additional.7=-Xms256m
wrapper.java.additional.8=-Xmx512m
wrapper.java.additional.9=-XX:+CMSClassUnloadingEnabled
wrapper.java.additional.10=-XX:+UseParNewGC
wrapper.java.additional.11=-XX:+UseConcMarkSweepGC
wrapper.java.additional.12=-XX:CompileCommand="exclude,scala/Array$,ofDim"
wrapper.java.additional.13=-DGRIDGAIN_NO_DISCO_ORDER=true
wrapper.java.additional.14=-DGRIDGAIN_QUIET=false
wrapper.java.additional.15=-Dlog.dir=%LOGDIR%
wrapper.java.additional.16=-Dgrid.gar.deployment.uri=%GRIDDEPLOYMENT%
wrapper.java.additional.17=-Dgrid.discovery.sharedfs.url=%GRIDDISCOVERY%
# Application parameters.
# Add parameters as needed starting from 1.
wrapper.app.parameter.1=org.gridgain.grid.loaders.cmdline.GridCommandLineLoader
wrapper.app.parameter.2=conf/ga-spring.xml
# Title to use when running as a console
wrapper.console.title=%APPNAME% (%ENV% %INSTANCENUM%)
# Log file to use for wrapper output logging.
wrapper.logfile=%LOGDIR%/wrapper-%APPCODE%-%ENV%-%INSTANCENUM%.log
# Format of output for the log file. (See docs for formats)
wrapper.logfile.format=LPTM
# Log Level for log file output. (See docs for log levels)
wrapper.logfile.loglevel=INFO
# Maximum size that the log file will be allowed to grow to before
# the log is rolled. Size is specified in bytes. The default value
# of 0, disables log rolling. May abbreviate with the 'k' (kb) or
# 'm' (mb) suffix. For example: 10m = 10 megabytes.
wrapper.logfile.maxsize=100m
# Maximum number of rolled log files which will be allowed before old
# files are deleted. The default value of 0 implies no limit.
wrapper.logfile.maxfiles=5
# WARNING - Do not modify any of these properties when an application
# using this configuration file has been installed as a service.
# Please uninstall the service before modifying this section.
# The service can then be reinstalled.
# Name of the service.
wrapper.ntservice.name=%APPCODE%-%ENV%-%INSTANCENUM%
# Display name of the service.
wrapper.ntservice.displayname=%APPNAME%(%ENV% %INSTANCENUM%)
# Description of the service.
wrapper.ntservice.description=%APPNAME%(%ENV% %INSTANCENUM%)
# Mode in which the service is installed.
# AUTO_START or DEMAND_START.
wrapper.ntservice.starttype=DEMAND_START
# Allow the service to interact with the desktop.
wrapper.ntservice.interactive=false
wrapper.ntservice.account=%NTSERVICEUSER%
wrapper.ntservice.password.prompt=TRUE
wrapper.ntservice.process_priority=%NTSERVICEPRIORITY%
wrapper.restart.delay=30
wrapper.on_exit.default=RESTART
wrapper.on_exit.0=SHUTDOWN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment