php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7624 Servlet crashes
Submitted: 2000-11-03 10:24 UTC Modified: 2001-03-16 17:11 UTC
From: eschmid at blackbeauty dot de Assigned:
Status: Closed Package: Java related
PHP Version: 4.0.2 OS: NT4SP6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: eschmid at blackbeauty dot de
New email:
PHP Version: OS:

 

 [2000-11-03 10:24 UTC] eschmid at blackbeauty dot de
PHP 4.0.2 as servlet on NT4SP6, tomcat 3.1 with SUN JDK 1.2.2 (Build 001).

Win32 binaries from php.net and matching servlet API for 4.0.2 from php.net.

All PHP scripts fail with this error:

Error: 500
Location: /examples/php/info.php
Internal Servlet Error:

javax.servlet.ServletException: bailout
	at net.php.servlet.send(Native Method)
	at net.php.servlet.service(servlet.java:162)
	at net.php.servlet.service(servlet.java:180)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, Compiled Code)
	at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
	at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java, Compiled Code)
	at java.lang.Thread.run(Thread.java:479)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-01 12:15 UTC] akilov@php.net
This seems to be fixed (at least it worked for me earlier this week).
 [2001-03-16 17:11 UTC] sniper@php.net
Reopen if this still happens with latest dev build from
http://www.php4win.de/

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 18:01:31 2024 UTC