You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/02/04 03:08:39 UTC

[Bug 123] New - Running .jsp causes non-stop-generating a .java file until filesystem full BugRat Report#132

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=123

*** shadow/123	Sat Feb  3 18:08:39 2001
--- shadow/123.tmp.27230	Sat Feb  3 18:08:39 2001
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | Running .jsp causes non-stop-generating a .java file until filesystem full |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 123                         Product: Tomcat 3                |
+ |       Status: RESOLVED                    Version: 3.1.1 Final             |
+ |   Resolution: INVALID                    Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Jasper                  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: tomcat-dev@jakarta.apache.org                                |
+ |  Reported By: anonymous-bug@cortexity.com                                  |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ As titled. When running a jsp file, tomcat try to
+ generate a .java file under "work" directory. However,
+ when at end of the code,  the following line is generated
+ repeatedly, like endless loop.  
+ ".....All rights \r\n  reserved.\r\n-->\r\n\r\n<body bgcolor=\"white\">\r\n<h1> Req
+ uest Information </h1>\r\n<font size=\"4\">\r\nJSP Request Method: ");....."
+ Even though I click "Stop" button in browser, it still didn't
+ stop, unless I shutdown tomcat or delete this .java file.
+ 
+ I found that this problem occured at Solaris x86 version only, and if I
+ startup tomcat with JDK1.1, it's fine.
+ 
+ 
+ ------- Additional Comments From nacho@siapi.es  2001-02-03 18:08 -------
+ This is a know bug of a JDK v1.2 on Solaris..