Patch: FYI: java.text merge

Anthony Green green@redhat.com
Tue Sep 4 19:53:00 GMT 2001


Tom wrote:

> Here's the java.text merge.  See my message to the main list for info
> on the limits of this patch.

I built a new version of Tomcat with this and got the following (eventually)
I hope my mailer doesn't mangle this :-(....

java.util.MissingResourceException: Key not found
   at 0x403d1800: java.lang.Throwable.Throwable(java.lang.String)
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x403c5df6: java.lang.Exception.Exception(java.lang.String)
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x403ca5f6:
java.lang.RuntimeException.RuntimeException(java.lang.String)
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x40419869:
java.util.MissingResourceException.MissingResourceException(java.lang.String,
java.lang.String, java.lang.String)
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x4041dcc6: java.util.ResourceBundle.getObject(java.lang.String)
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x40475d7b:
java.text.DateFormatSymbols.DateFormatSymbols(java.util.Locale)
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x40480fab:
java.text.SimpleDateFormat.SimpleDateFormat(java.lang.String,
java.util.Locale) (/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x400b34cd:
org.apache.tomcat.request.DirHandler.doService(org.apache.tomcat.core.Request,
org.apache.tomcat.core.Response)
(/fencer/cutlass/aph/green/cvs/b/jakarta-tomcat/.libs/lib-org-apache-tomcat.so
.0)
   at 0x4009694a:
org.apache.tomcat.core.Handler.service(org.apache.tomcat.core.Request,
org.apache.tomcat.core.Response)
(/fencer/cutlass/aph/green/cvs/b/jakarta-tomcat/.libs/lib-org-apache-tomcat.so
.0)
   at 0x4009afc4:
org.apache.tomcat.core.ServletWrapper.service(org.apache.tomcat.core.Request,
org.apache.tomcat.core.Response)
(/fencer/cutlass/aph/green/cvs/b/jakarta-tomcat/.libs/lib-org-apache-tomcat.so
.0)
   at 0x40095aa3:
org.apache.tomcat.core.ContextManager.internalService(org.apache.tomcat.core.R
equest, org.apache.tomcat.core.Response)
(/fencer/cutlass/aph/green/cvs/b/jakarta-tomcat/.libs/lib-org-apache-tomcat.so
.0)
   at 0x400926d1:
org.apache.tomcat.core.ContextManager.service(org.apache.tomcat.core.Request,
org.apache.tomcat.core.Response)
(/fencer/cutlass/aph/green/cvs/b/jakarta-tomcat/.libs/lib-org-apache-tomcat.so
.0)
   at 0x400bcde4:
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(org.apa
che.tomcat.service.TcpConnection, java.lang.Object[])
(/fencer/cutlass/aph/green/cvs/b/jakarta-tomcat/.libs/lib-org-apache-tomcat.so
.0)
   at 0x400b6282:
org.apache.tomcat.service.TcpWorkerThread.runIt(java.lang.Object[])
(/fencer/cutlass/aph/green/cvs/b/jakarta-tomcat/.libs/lib-org-apache-tomcat.so
.0)
   at 0x400d890c: org.apache.tomcat.util.ThreadPool__U24_ControlRunnable.run()
(/fencer/cutlass/aph/green/cvs/b/jakarta-tomcat/.libs/lib-org-apache-tomcat.so
.0)
   at 0x403ceb63: java.lang.Thread.run()
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x403b8e7c: _Jv_ThreadRun(java.lang.Thread)
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x404f8710: _Jv_ThreadUnRegister()
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcj.so.2)
   at 0x406b6c34: GC_start_routine
(/fencer/cutlass/aph/green/trunk/gcc/i/lib/libgcjgc.so.1)
   at 0x406d7eca: pthread_detach (/lib/libpthread.so.0)
   at 0x407a539a: __clone (/lib/libc.so.6)


I'll debug this further when I get a chance.  In any case, I got no such error
before your merge.

I have no idea why, but it looks like it's loading...
/gnu/java/locale/LocaleInformation_ie_EE.class

What locale is this?  Is this a useful hint?

AG




More information about the Java-patches mailing list