Mantis - Resin
Viewing Issue Advanced Details
5927 crash always 07-24-15 08:21 07-27-15 08:59
anupmondal UNIX  
ferg HP-UX  
normal B.11.31  
closed 4.0.26  
fixed  
none    
none 4.0.45  
0005927: The stack size specified is too small, Specify at least 264k. Could not create the Java virtual machine.
Downloaded the Resin 4.0.26 and configured in HP-UX machine. Then during starting the resin the following issue occurred.


"P>./bin/resin.sh start
Resin/4.0.26 launching watchdog at 127.0.0.1:6230

The stack size specified is too small, Specify at least 264k
Could not create the Java virtual machine.
Resin/4.0.26 started -server 'app-b' with watchdog at 127.0.0.1:6230
"

This issue is not occurring upto RESIN 4.0.25 version and occurring RESIN 4.0.26 onwards to latest release.
1. Download Resin 4.0.26.

2. Configured Resin in HP-UX.

    i) commented the line in resin.xml
       <!-- <server-multi id-prefix="app-" address-list="${app_servers}" port="6800"/> -->
     ii) added the line
      <server id="app-b" address="127.0.0.1" port="6810">
       <watchdog-port>6230</watchdog-port>
       </server>

    iii) In resin.properties file
      changed the http port number to 8089
     iv) saved all the files.

3) started the resin by giving the command from resin home folder

./bin/resin.sh start
Resin/4.0.26 launching watchdog at 127.0.0.1:6230

The stack size specified is too small, Specify at least 264k
Could not create the Java virtual machine.
Resin/4.0.26 started -server 'app-b' with watchdog at 127.0.0.1:6230
   
There is no log is generated.

This issue occurs from resin 4.0.26 onwards.
This issue is not occurring in pervious version ie. RESIN 4.0.25 and below.

There are no notes attached to this issue.