Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 52468 invoked from network); 2 Nov 2000 13:54:25 -0000 Received: from msp-26-164-160.mn.rr.com (HELO localhost.localdomain) (24.26.164.160) by locus.apache.org with SMTP; 2 Nov 2000 13:54:25 -0000 Received: from fatman (IDENT:nobody@localhost [127.0.0.1]) by localhost.localdomain (8.9.3/8.9.3) with SMTP id IAA08536 for ; Thu, 2 Nov 2000 08:01:45 -0600 Message-ID: <457421777.973173705491.JavaMail.nobody@fatman> Date: Thu, 2 Nov 2000 08:01:45 -0600 (CST) From: BugRat Mail System Reply-To: BugRat Mail System To: tomcat-bugs@cortexity.com Subject: BugRat Report #329 has been filed. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="1656746961.973173705430.JavaMail.nobody@fatman" X-Mailer: org.gjt.mail.EnhancedMimeMsg, Organization: The Giant Java Tree, X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N --1656746961.973173705430.JavaMail.nobody@fatman Content-Type: text/plain Content-Transfer-Encoding: 7bit Bug report #329 has just been filed. You can view the report at the following URL: REPORT #329 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: docbug State: received Priority: high Severity: serious Confidence: public Environment: Release: 3.1 JVM Release: 1.2 + Operating System: Solaris and NT OS Release: Any Platform: Solaris and NT Synopsis: .java Package names that start with a '.' Description: This snippet is take from an error I get when I invoke a jsp in a new window Error: 500 Location: //Portal302/pane/mypicture/fileUpload.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPC:\j\work\localhost_8080\_0002f_0002fPortal_00033_00030_00032_0002fpane_0002fmypicture_0002ffileUpload_0002ejspfileUpload_jsp_0.java:1: Identifier expected. package .Portal_00033_00030_00032.pane.mypicture; ^ C:\j\work\localhost_8080\_0002f_0002fPortal_00033_00030_00032_0002fpane_0002fmypicture_0002ffileUpload_0002ejspfileUpload_jsp_0.java:19: Superclass HttpJspBase of class _0002f_0002fPortal_00033_00030_00032_0002fpane_0002fmypicture_0002ffileUpload_0002ejspfileUpload_jsp_0 not found. public class _0002f_0002fPortal_00033_00030_00032_0002fpane_0002fmypicture_0002ffileUpload_0002ejspfileUpload_jsp_0 extends HttpJspBase { ^ 2 errors at org.apache.jasper.compiler.Compiler.compile(Compiler.java:247) at org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:413) at org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:149) at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:161) at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261) at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559) at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:156) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338) at java.lang.Thread.run(Unknown Source) it seems to have lost touch with the parent servlet and hence cannot use it to generate the name for the (.java) files This wouldn't be a problem but this short package name starts with a '.' and javac won't compile it --1656746961.973173705430.JavaMail.nobody@fatman Content-Type: text/html; name=Report-329.html Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=Report-329.html Content-Description: DataSource attachment 'Report-329.html' BugRat Report # 329

BugRat Report # 329

Project: Tomcat Release: 3.1
Category: Bug Report SubCategory: New Bug Report
Class: docbug State: received
Priority: high Severity: serious
Confidence: public

Submitter: Steve Bradshaw ( st8@talkcast.autonomy.co.uk )
Date Submitted: Nov 2 2000, 08:01:45 CST
Responsible: Z_Tomcat Alias ( tomcat-bugs@cortexity.com )

Synopsis:
.java Package names that start with a '.'
Environment: (jvm, os, osrel, platform)
1.2 +, Solaris and NT, Any, Solaris and NT

Additional Environment Description:

Report Description:
This snippet is take from an error I get when I invoke a jsp in a new window Error: 500 Location: //Portal302/pane/mypicture/fileUpload.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPC:\j\work\localhost_8080\_0002f_0002fPortal_00033_00030_00032_0002fpane_0002fmypicture_0002ffileUpload_0002ejspfileUpload_jsp_0.java:1: Identifier expected. package .Portal_00033_00030_00032.pane.mypicture; ^ C:\j\work\localhost_8080\_0002f_0002fPortal_00033_00030_00032_0002fpane_0002fmypicture_0002ffileUpload_0002ejspfileUpload_jsp_0.java:19: Superclass HttpJspBase of class _0002f_0002fPortal_00033_00030_00032_0002fpane_0002fmypicture_0002ffileUpload_0002ejspfileUpload_jsp_0 not found. public class _0002f_0002fPortal_00033_00030_00032_0002fpane_0002fmypicture_0002ffileUpload_0002ejspfileUpload_jsp_0 extends HttpJspBase { ^ 2 errors at org.apache.jasper.compiler.Compiler.compile(Compiler.java:247) at org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:413) at org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:149) at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:161) at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261) at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559) at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:156) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338) at java.lang.Thread.run(Unknown Source) it seems to have lost touch with the parent servlet and hence cannot use it to generate the name for the (.java) files This wouldn't be a problem but this short package name starts with a '.' and javac won't compile it

How To Reproduce:
null

Workaround:
null

View this report online...
--1656746961.973173705430.JavaMail.nobody@fatman--