ID:               14754
 Comment by:       ishtiaq_ahmad at elixir dot com
 Reported By:      j dot kase at privador dot com
 Status:           No Feedback
 Bug Type:         Java related
 Operating System: Windows XP Home / Apache 1.3.24
 PHP Version:      4.2.1 & 4.3.0-dev
 New Comment:

This caused by Multi instance of JVM, check ur server Support Multiple
instance of same Class 
OR
Add the following Line of Code
before the Line
****= new java("SomeClass");

out.flush();
$myobj = new Java("phptest");

Enjoy........

AHMED


Previous Comments:
------------------------------------------------------------------------

[2003-07-29 07:23:54] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-07-24 22:37:50] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2002-11-22 13:21:57] tjw at webteam dot net

Configuring apache with "MaxRequestPerChild 1" and "KeepAlive Off"
will also fix this problem.  Granted, it's probably worse than running
php in cgi mode performance-wise, but it's more secure.

------------------------------------------------------------------------

[2002-11-08 15:55:28] sean at sbdconsultants dot com

Some people have suggested that switching to use PHP in CGI-mode
alleviates this problem.  (However, I am unwilling to do this to solve
the problem anyway.)  Does this recommendation maybe shed some light on
the cause?

------------------------------------------------------------------------

[2002-11-05 09:58:27] rodgar at airtel dot net

I have switched from hotspot jvm to classic jvm but the problem
continues.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/14754

-- 
Edit this bug report at http://bugs.php.net/?id=14754&edit=1

Reply via email to