dbTalk Databases Forums  

JDBC and Pervasive 9

comp.databases.btrieve comp.databases.btrieve


Discuss JDBC and Pervasive 9 in the comp.databases.btrieve forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Thomas Massong
 
Posts: n/a

Default JDBC and Pervasive 9 - 01-24-2006 , 09:19 AM






Hello,

I have a problem connecting through a Pervasive Server using JDBC... Maybe
somebody of you give me a hint.... I always get the folowing error message
when trying to connect:

java.lang.ExceptionInInitializerError
Caused by: java.util.MissingResourceException: Can't find bundle for base
name com.pervasive.jdbc.common.Strings, locale de_AT
at java.util.ResourceBundle.throwMissingResourceExcep tion(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at com.pervasive.jdbc.common.LocalStrings.<clinit>(Lo calStrings.java:16)
[catch] ... 69 more
==>
Annotation: Missing resource from class:
com.pervasive.jdbc.common.Strings_de_AT
Annotation: Key which was not found:
java.util.MissingResourceException: Can't find bundle for base name
com.pervasive.jdbc.common.Strings, locale de_AT


Any ideas?

Thanks and greetings from Austria,
Tom



Reply With Quote
  #2  
Old   
Leonard
 
Posts: n/a

Default Re: JDBC and Pervasive 9 - 01-27-2006 , 08:44 AM






My initial hunch is that the JDBC driver did not get fully installed
somehow and that certain parts of it are missing. As I am not that
familiar with JDBC I am not even sure that can happen as I thought ist
was a single jar file.

You also mention in passing that you are in Austria and mention that
the bundle missing has to do with "Locale".
In that case I would guess that your locale is not included in the
JDBC provider. Try setting your locale to English(US) and see if it
works. If so contact Pervasive and see if they can provide a JDBC
provider with support for your locale which would seem to be missing.

Leonard

On Tue, 24 Jan 2006 16:19:21 +0100, "Thomas Massong"
<defi88 (AT) gmail (DOT) com> wrote:

Quote:
Hello,

I have a problem connecting through a Pervasive Server using JDBC... Maybe
somebody of you give me a hint.... I always get the folowing error message
when trying to connect:

java.lang.ExceptionInInitializerError
Caused by: java.util.MissingResourceException: Can't find bundle for base
name com.pervasive.jdbc.common.Strings, locale de_AT
at java.util.ResourceBundle.throwMissingResourceExcep tion(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at com.pervasive.jdbc.common.LocalStrings.<clinit>(Lo calStrings.java:16)
[catch] ... 69 more
==
Annotation: Missing resource from class:
com.pervasive.jdbc.common.Strings_de_AT
Annotation: Key which was not found:
java.util.MissingResourceException: Can't find bundle for base name
com.pervasive.jdbc.common.Strings, locale de_AT


Any ideas?

Thanks and greetings from Austria,
Tom



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.