Hi,
I want to create an informix-Pool within the server: If I try a ping, I get an error-message:
java.lang.StringIndexOutOfBoundsException cannot be cast to java.sql.SQLException
Who knows the problem and a solution?
Best regards
Peter
The configuration:
[i]<jdbc-connection-pool allow-non-component-callers="false" associate-with-thread="false" connection-creation-retry-attempts="0" connection-creation-retry-interval-in-seconds="10" connection-leak-reclaim="false" connection-leak-timeout-in-seconds="0" connection-validation-method="auto-commit" datasource-classname="com.informix.jdbcx.IfxDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" lazy-connection-association="false" lazy-connection-enlistment="false" match-connections="false" max-connection-usage-count="0" max-pool-size="32" max-wait-time-in-millis="60000" name="InformixPool" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.DataSource" statement-timeout-in-seconds="-1" steady-pool-size="8" validate-atmost-once-period-in-seconds="0" wrap-jdbc-objects="false">
<description>Hier tobt der Bär</description>
<property name="user" value="x_bhm"/>
<property name="port" value="1598"/>
<property name="password" value="pass"/>
<property name="databaseName" value="architektur"/>
<property name="serverName" value="bingo_atsoc"/>
<property name="IfxIFXHost" value="db02"/>
</jdbc-connection-pool>
</resources>[/i]
[Message sent by forum member 'pecabo' (pecabo)]
http://forums.java.net/jive/thread.jspa?messageID=231786