gishac / db4o-om

Automatically exported from code.google.com/p/db4o-om
0 stars 0 forks source link

Missing locale information #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Original issue: http://tracker.db4o.com/browse/OMR-11
Created: 19/Jul/06 11:36 PM   Updated: 25/Jul/06 10:14 PM
Assignee: Unassigned  
Reporter: Travis Reeder

This startup error was reported:

Mon May 29 15:11:13 Russian Standard Time 2006: db4o Object Manager 1.7 startup
 db4o Object Manager: Initializing db4o 5.2.002 library
 java.lang.ExceptionInInitializerError
    at java.lang.Throwable.initCause (map.xml:648)
    at java.lang.Throwable.initCause (map.xml:648)
    at
java.lang.ExceptionInInitializerError.<init>(ExceptionInInitializerError.java:99
)
    at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java)
[...]
 Caused by: 
 java.util.MissingResourceException: Key 'zoneStrings'not found in Bundle:
                                     gnu.java.locale.LocaleInformation_ru_RU
    at java.util.ResourceBundle.getObject(ResourceBundle.java:178)
    at java.text.DateFormatSymbols.<init>(DateFormatSymbols.java:111)
    at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:417)
    at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:399)
    at
org.eclipse.ve.sweet.converters.DateConversionSupport.<init>(DateConversionSuppo
rt.java)
    at
org.eclipse.ve.sweet.converters.ConvertDate2String.<init>(ConvertDate2String.jav
a)
    at
org.eclipse.ve.sweet.converter.ConverterRegistry.<clinit>(ConverterRegistry.java
)

Original issue reported on code.google.com by germanvi...@gmail.com on 22 Apr 2008 at 6:26