JDBC and Pervasive 9

  • Follow


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.throwMissingResourceException(Unknown Source)
 at java.util.ResourceBundle.getBundleImpl(Unknown Source)
 at java.util.ResourceBundle.getBundle(Unknown Source)
 at com.pervasive.jdbc.common.LocalStrings.<clinit>(LocalStrings.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 


0
Reply Thomas 1/24/2006 3:19:21 PM

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@gmail.com> wrote:

>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.throwMissingResourceException(Unknown Source)
> at java.util.ResourceBundle.getBundleImpl(Unknown Source)
> at java.util.ResourceBundle.getBundle(Unknown Source)
> at com.pervasive.jdbc.common.LocalStrings.<clinit>(LocalStrings.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 
>

0
Reply Leonard 1/27/2006 2:44:34 PM


1 Replies
418 Views

(page loaded in 0.001 seconds)

Similiar Articles:













7/25/2012 5:47:41 PM


Reply: