From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11501 invoked by alias); 1 Oct 2002 20:34:15 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 11489 invoked from network); 1 Oct 2002 20:34:14 -0000 Received: from unknown (HELO f5-exchange2.olympus.f5net.com) (205.229.151.150) by sources.redhat.com with SMTP; 1 Oct 2002 20:34:14 -0000 Received: by f5-exchange2.win.net with Internet Mail Service (5.5.2653.19) id <4B1C9WFS>; Tue, 1 Oct 2002 13:34:10 -0700 Received: from KARAGIANES ([192.168.11.9]) by f5-exchange.olympus.f5net.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id R5T855SS; Tue, 1 Oct 2002 13:34:06 -0700 From: Tom Karagianes To: rhug-rhats@sources.redhat.com Subject: Bundle LocalStrings not found Date: Tue, 01 Oct 2002 13:34:00 -0000 Message-ID: <004801c2698b$45df2de0$090ba8c0@win.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-SW-Source: 2002-10/txt/msg00000.txt.bz2 I keep running into the error listed below whenever I attempt to view one of Tomcat's servlet examples. On investigation, LocalStrings is where it belongs (actually the various LocalStrings appear to be where they belong) so the error has me somewhat confused. This failure was identified once before, in the December 2001 archives, but no solution was given. I suspect that this is caused by some subtle configuration failure, but I have used all the tricks I know to no avail. A point in the right direction would be appreciated. System vitals that might be important: Mandrake 8.1 Kernel 2.4.8 GCJ 3.1 Thanks TK (p.s. I think what you have done so far is remarkable. Thanks a lot.) Error: 500 Location: /examples/servlet/HelloWorldExample Internal Servlet Error: java.util.MissingResourceException: Bundle LocalStrings not found at 0x404747e0: _ZN4java4lang9ThrowableC1EPNS0_6StringE (/home/opt/gcc3/lib/libgcj.so.3) at 0x40465036: _ZN4java4lang9ExceptionC1EPNS0_6StringE (/home/opt/gcc3/lib/libgcj.so.3) at 0x40469766: _ZN4java4lang16RuntimeExceptionC1EPNS0_6StringE (/home/opt/gcc3/lib/libgcj.so.3) at 0x404b28d9: _ZN4java4util24MissingResourceExceptionC1EPNS_4lang6StringES4_S4_ (/home/opt/gcc3/lib/libgcj.so.3) at 0x404b5b90: _ZN4java4util14ResourceBundle9getBundleEPNS_4lang6StringEPNS0_6LocaleEPNS2_1 1ClassLoaderE (/home/opt/gcc3/lib/libgcj.so.3) at 0x404b53ab: _ZN4java4util14ResourceBundle9getBundleEPNS_4lang6StringEPNS0_6LocaleE (/home/opt/gcc3/lib/libgcj.so.3) at 0x405cd847: ffi_call_SYSV (/home/opt/gcc3/lib/libgcj.so.3) at 0x405cd7f7: ffi_raw_call (/home/opt/gcc3/lib/libgcj.so.3) at 0x40446cff: _ZN16_Jv_InterpMethod9continue1EP26_Jv_InterpMethodInvocation (/home/opt/gcc3/lib/libgcj.so.3) at 0x405d8874: _ZN16_Jv_InterpMethod3runEP7ffi_cifPvP7ffi_rawP26_Jv_InterpMethodInvocation (/home/opt/gcc3/lib/libgcj.so.3) at 0x40444b14: _ZN16_Jv_InterpMethod10run_normalEP7ffi_cifPvP7ffi_rawS2_ (/home/opt/gcc3/lib/libgcj.so.3) at 0x405cd6ac: ffi_prep_closure (/home/opt/gcc3/lib/libgcj.so.3) at 0x401fea3a: _ZN5javax7servlet4http11HttpServlet7serviceEPNS1_18HttpServletRequestEPNS1_1 9HttpServletResponseE (/home/opt/gcj_binaries/lib/lib-javax-servlet.so.0) at 0x401feda9: _ZN5javax7servlet4http11HttpServlet7serviceEPNS0_14ServletRequestEPNS0_15Ser vletResponseE (/home/opt/gcj_binaries/lib/lib-javax-servlet.so.0) at 0x4009c15c: _ZN3org6apache6tomcat4core14ServletWrapper9doServiceEPNS2_7RequestEPNS2_8Res ponseE (/home/opt/gcj_binaries/lib/lib-org-apache-tomcat.so.0) at 0x40097cb5: _ZN3org6apache6tomcat4core7Handler7serviceEPNS2_7RequestEPNS2_8ResponseE (/home/opt/gcj_binaries/lib/lib-org-apache-tomcat.so.0) at 0x4009bc64: _ZN3org6apache6tomcat4core14ServletWrapper7serviceEPNS2_7RequestEPNS2_8Respo nseE (/home/opt/gcj_binaries/lib/lib-org-apache-tomcat.so.0) at 0x400946c6: _ZN3org6apache6tomcat4core14ContextManager15internalServiceEPNS2_7RequestEPN S2_8ResponseE (/home/opt/gcj_binaries/lib/lib-org-apache-tomcat.so.0) at 0x400941bf: _ZN3org6apache6tomcat4core14ContextManager7serviceEPNS2_7RequestEPNS2_8Respo nseE (/home/opt/gcj_binaries/lib/lib-org-apache-tomcat.so.0) at 0x400bb08d: _ZN3org6apache6tomcat7service4http21HttpConnectionHandler17processConnection EPNS2_13TcpConnectionEP6JArrayIPN4java4lang6ObjectEE (/home/opt/gcj_binaries/lib/lib-org-apache-tomcat.so.0) at 0x400b4846: _ZN3org6apache6tomcat7service15TcpWorkerThread5runItEP6JArrayIPN4java4lang6O bjectEE (/home/opt/gcj_binaries/lib/lib-org-apache-tomcat.so.0) at 0x400d22bd: _ZN3org6apache6tomcat4util26ThreadPool$ControlRunnable3runEv (/home/opt/gcj_binaries/lib/lib-org-apache-tomcat.so.0) at 0x40472193: _ZN4java4lang6Thread3runEv (/home/opt/gcc3/lib/libgcj.so.3) at 0x40457c5c: _Z13_Jv_ThreadRunPN4java4lang6ThreadE (/home/opt/gcc3/lib/libgcj.so.3) at 0x405bbbf0: _Z20_Jv_ThreadUnRegisterv (/home/opt/gcc3/lib/libgcj.so.3) at 0x405c3d0e: GC_start_routine (/home/opt/gcc3/lib/libgcj.so.3) at 0x40845bc3: pthread_detach (/lib/libpthread.so.0) at 0x4092cc0a: __clone (/lib/libc.so.6)