Unable to create Java Virtual Machine
| Bug #18600 | Unable to create Java Virtual Machine | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2002-07-26 13:06 UTC | Modified: | 2003-10-29 12:41 UTC |
|
||||||||||
| From: | nalves at equifax dot com dot br | Assigned: | ||||||||||||
| Status: | Not a bug | Package: | Java related | |||||||||||
| PHP Version: | 4.3.3 and 5.0.0-dev | OS: | Windows 2000 | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2002-07-26 13:06 UTC] nalves at equifax dot com dot br
As I couldn?t get a definitive answer for this, I?m posting a new bug. I can?t make the Java extension work. It runs fine for some time, but after some time I just get the message "Unable to Create Java Virtual Machine". If I make a lot of connections (just pressing the F5 key) I can reproduce the error. After this error, I might be succesful in another execution, but not always. I?m using Java 1.4.0_01. My php.ini is configured like this: java.class.path = c:\PHP\extensions\php_java.jar java.home = "C:\j2sdk1.4.0_01" java.library = "C:\j2sdk1.4.0_01\jre\bin\server\jvm.dll" Even setting java.home to C:\j2sdk1.4.0_01\bin would not work. I even tried PHP 4.1.2 + jdk1.2.2, but it reported the same behavior. Any help would be appreciated.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-08-15 21:36 UTC] sniper@php.net