Mantis - Resin
Viewing Issue Advanced Details
2285 minor always 01-03-08 10:23 01-03-08 11:15
ferg  
ferg  
normal  
closed 3.1.4  
fixed  
none    
none 3.1.5  
0002285: Watchdog nullpointer
(rep by Steffen Busch)


Dear Sir or Madam,

we have a Problem with Resin-3.1.4a and the
WatchDog:
java.lang.NullPointerException
        at

com.caucho.boot.ResinWatchdogManager.<init>(ResinWatchdogManager.java:11
7)
        at

com.caucho.boot.ResinWatchdogManager.main(ResinWatchdogManager.java:284)



First, here are requested information:
[When submitting a a support request via email,
please include:]

- license number: 1007472
- version of Resin: Resin-3.1.4a (not using JNI
Acceleration yet)
- operating system and it's version: SunOS 5.10
Generic_120011-14 sun4v
sparc SUNW,SPARC-Enterprise-T5120
- java version: Sun JDK 1.5.0_09


Our Script to start Resin is this:

WS_HOME=/cpbs/websrv/release/trunk-resin
JDK_HOME=/usr/local/lib/jdk1.5.0_09
JAVA_HOME=$JDK_HOME
RESIN_HOME=/cpbs/tools/resin-pro-3.1.4a

export JDK_HOME JAVA_HOME RESIN_HOME WS_HOME

export PATH=$JAVA_HOME/bin/sparcv9:$PATH

unset CLASSPATH

umask 002

$RESIN_HOME/bin/httpd.sh -server-root $WS_HOME
-server trunk $*


There are no notes attached to this issue.