« Return to Thread: agent using mysql-connector-java-5.0.7

Re: agent using mysql-connector-java-5.0.7

by Luca Ferrari :: Rate this Message:

Reply to Author | View in Thread

On Wednesday 22 August 2007 rogster's cat, walking on the keyboard, wrote:
> jvm 1 | 2007/08/21 11:49:24 | at
> java.util.ResourceBundle.getBundleImpl(Unknown Source)
> jvm 1 | 2007/08/21 11:49:24 | at java.util.ResourceBundle.getBundle(Unknown
> Source)
> jvm 1 | 2007/08/21 11:49:24 | at
> com.mysql.jdbc.Messages.<clinit>(Messages.java:54)

I think the problem is in here: the driver mysql is trying to find a resource
bundle (e.g., a file with the translations) but it cannot. It could be a
problem of classpaht, usually this happens when the classpath does not
include the directory or the location that contains the translation file.

Hope this helps,
Luca

--
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe:    http://lists.mysql.com/java?unsub=lists@...

 « Return to Thread: agent using mysql-connector-java-5.0.7