ID: 6617 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *General Issues Description: JVM starts only on 3 requests per httpd Hi James, Still failing, but on the 7th request. CHEERS Paul Previous Comments: --------------------------------------------------------------------------- [2001-01-07 11:01:12] [EMAIL PROTECTED] Can you please ugrade and give feedback if it now works/still fails. James --------------------------------------------------------------------------- [2000-09-07 18:25:58] [EMAIL PROTECTED] As per Bug id # 6122 ./configure --with-mysql=/usr/local --with-java=/usr/local/java/j2sdk1.3 --with-sybase=/usr/local/freetds --with-apxs=/home/internet/www02/bin/apxs --enable-shared --enable-track-vars Using Blackdown JDK 1.2.2 And a modified JDK 1.3 - modified as the lack of HotSpot caused .so load failures !! >From php.ini [java] extension_dir=/usr/local/lib/php/extensions/no-debug-non-zts-20000809 extension=libphp_java.so java.class.path=/usr/local/lib/php_java.jar java.library.path=/usr/local/lib:/usr/local/lib/php/extensions/no-debug-non-zts-20000809 The jver.php test script <html> <? $system = new Java("java.lang.System"); print "Java version=".$system->getProperty("java.version")." <br>n"; print "Java vendor=".$system->getProperty("java.vendor")." <p>nn"; print "OS=".$system->getProperty("os.name")." ". $system->getProperty("os.version")." on ". $system->getProperty("os.arch")." <br>n"; $formatter = new Java("java.text.SimpleDateFormat", "EEEE, MMMM dd, yyyy 'at' h:mm:ss a zzzz"); print $formatter->format(new Java("java.util.Date"))."n"; ?> </html> The first 3 runs work correctly then the fourth through (approx) seventh fail and there is 1 more success followed by failure. Apache must then be killed manually. The error text is :- error: Fatal error: Unable to create Java Virtual Machine in ... I noted [EMAIL PROTECTED]'s comment to use Tomcat, I'm off in that direction now, but I would prefer this method. !!!!!!!!!!!!! ! PHP RULES ! !!!!!!!!!!!!! --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=6617 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]