commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bugs #12479] java.lang.ExceptionInInitializerError @ Decima


From: anonymous
Subject: [commit-cp] [bugs #12479] java.lang.ExceptionInInitializerError @ DecimalFormatSymbols:163 when dealing with dates
Date: Sun, 27 Mar 2005 16:21:50 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050324 Debian/1.7.6-1

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12479>

                 Summary: java.lang.ExceptionInInitializerError @
DecimalFormatSymbols:163 when dealing with dates
                 Project: classpath
            Submitted by: None
            Submitted on: Sun 03/27/05 at 11:21
                Category: classpath
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: None

    _______________________________________________________

Details:

I seem to get this error when either trying to use DateFormat or
java.sql.Date.

System config:
Jamvm 1.2.5 
Classpath 0.14
Debian unstable (kernel 2.6.9-1-k7-smp)

java.lang.ExceptionInInitializerError
   at java.text.DecimalFormatSymbols.<init> (DecimalFormatSymbols.java:163)
   at java.text.NumberFormat.computeInstance (NumberFormat.java:327)
   at java.text.NumberFormat.getNumberInstance (NumberFormat.java:456)
   at java.text.NumberFormat.getInstance (NumberFormat.java:381)
   at java.text.SimpleDateFormat.<init> (SimpleDateFormat.java:420)
   at java.text.SimpleDateFormat.<init> (SimpleDateFormat.java:399)
   at java.sql.Timestamp.<clinit> (Timestamp.java:62)
   at com.mysql.jdbc.ResultSet.getTimestampInternal (ResultSet.java:3772)
   at com.mysql.jdbc.ResultSet.getTimestamp (ResultSet.java:1865)
   at com.mysql.jdbc.ResultSet.getObject (ResultSet.java:1527)
   at com.mysql.jdbc.ResultSet.getObject (ResultSet.java:1550)
   at blogview.processRequest (blogview.java:63)
   at blogview.doGet (blogview.java:96)
   at javax.servlet.http.HttpServlet.service (HttpServlet.java:689)
   at javax.servlet.http.HttpServlet.service (HttpServlet.java:802)
   at gnu.kawa.servlet.CGIServletWrapper.main (CGIServletWrapper.java:41)
Caused by: java.lang.NullPointerException
   at java.io.InputStreamReader.<init> (InputStreamReader.java:137)
   at java.util.Properties.load (Properties.java:183)
   at java.util.Currency.<clinit> (Currency.java:136)
   at java.text.DecimalFormatSymbols.<init> (DecimalFormatSymbols.java:163)
   ...15 more







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12479>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]