Dear All:
I am using Tomcat 4.1 and Informix IDS 9.3 with IBM Informix JDBC Driver
2.21.
I wrote a servlet that will be loaded when Tomcat's starting.
And that servlet(and other java classes) implements DataSource feature
to create a connection pool.
I noticed that everytime I start Tomcat , the creation of this
connection pool failed and give an error message like the following :
=========================================================================== It seems to me like it is caused by Informix JDBC Driver
2002-12-19 17:28:26 StandardWrapper[/gotowatch:default]: Loading
container servlet default
2002-12-19 17:28:26 java.sql.SQLException: Unable to load locale categories.
at com.informix.jdbc.IfxSqliConnect.<init>(IfxSqliConnect.java:690)
at java.lang.reflect.Constructor.newInstance(Native Method)
at com.informix.jdbc.IfxDriver.connect(IfxDriver.java:251)
at
org.apache.struts.util.GenericDataSource.createConnection(GenericDataSource
at org.apache.struts.util.GenericDataSource.open(GenericDataSource.java:668)
at com.gotowatch.db.util.DBInitServlet.init(DBInitServlet.java:36)
......
===========================================================================
(com.informix.jdbc.IfxSqliConnect), right ?
How does this "Unable to load locale categories" mean ?