This fault is caused by declaring two Beans with the same local variable, e.g. <html> ... <jsp:useBean id="test" class="bean1"/> <jsp:useBean id="test" class="bean2"/> ... </html> To: [EMAIL PROTECTED] Subject: Re: Tomcat bug? (PropertyResourceBundle) From: Ryan Schutt <[EMAIL PROTECTED]> Date: Mon, 17 Jul 2000 15:55:59 -0400 Delivered-To: mailing list [EMAIL PROTECTED] list-help: <mailto:[EMAIL PROTECTED]> list-post: <mailto:[EMAIL PROTECTED]> list-unsubscribe: <mailto:[EMAIL PROTECTED]> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm References: <80F5674514B4D311BAFC0040F6A45EEE045FB9@ntserver> Reply-To: [EMAIL PROTECTED] ---------------------------------------------------------------------------- ---- Running tomcat 3.1, java version 1.2.1_03a on solaris 2.7. This exception is thrown when I try to access the page: Unhandled error! You might want to consider having an error page to report such errors more gracefully java.lang.Error: Fatal Error: missing resource: java.util.PropertyResourceBundle at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at java.lang.Throwable.<init>(Compiled Code) at java.lang.Error.<init>(Compiled Code) at org.apache.jasper.Constants.getString(Compiled Code) at org.apache.jasper.compiler.BeanGenerator.checkSyntax(BeanGenerator.java:115) at org.apache.jasper.compiler.BeanGenerator.generate(BeanGenerator.java:93) at org.apache.jasper.compiler.JspParseEventListener$GeneratorWrapper.generate(J spParseEventListener.java:730) at org.apache.jasper.compiler.JspParseEventListener.generateAll(Compiled Code) at org.apache.jasper.compiler.JspParseEventListener.generateHeader(Compiled Code) at org.apache.jasper.compiler.JspParseEventListener.endPageProcessing(JspParseE ventListener.java:167) at org.apache.jasper.compiler.Compiler.compile(Compiled Code) at org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:413) at org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspSe rvlet.java:149) at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja va:161) at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261) at org.apache.jasper.runtime.JspServlet.service(Compiled Code) at javax.servlet.http.HttpServlet.service(Compiled Code) at org.apache.tomcat.core.ServletWrapper.handleRequest(Compiled Code) at org.apache.tomcat.core.ContextManager.service(Compiled Code) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(Compi led Code) at org.apache.tomcat.service.TcpConnectionThread.run(Compiled Code) at java.lang.Thread.run(Compiled Code) I can post more code if you need it. The actual bean itself does nothing fancy, just a bunch of get and set methods.. ----- Original Message ----- From: Nacho <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 17, 2000 3:42 PM Subject: RE: Tomcat bug? (PropertyResourceBundle) > > > >Fatal Error: missing resource: java.util.PropertyResourceBundle > > Please send any more info about this, > do you have any logs ? > > Saludos , > Ignacio J. Ortega > > > _____________________________________________________________________ This message has been checked for all known viruses by UUNET delivered through the MessageLabs Virus Control Centre. For further information visit http://www.uk.uu.net/products/security/virus/
