-
1. Re: Connections to IBM DB2 does not die when inactive.
wdfink Jul 29, 2014 2:47 PM (in response to wellington.jorge)What you mean? Could you show a Exception or a pice of code?
-
2. Re: Connections to IBM DB2 does not die when inactive.
wellington.jorge Jul 29, 2014 3:11 PM (in response to wdfink)Thanks for you interest.
When try to run some instruction in the system, the following message appears: "IJ000655: No managed connections available ....."
-
3. Re: Connections to IBM DB2 does not die when inactive.
jamezp Jul 29, 2014 8:13 PM (in response to wellington.jorge)How do you have the data source setup? I assume you're using jt400. If so make sure you're using the JDBC 4 compliant JAR and you should be able to deploy it.
--
James R. Perkins
-
4. Re: Connections to IBM DB2 does not die when inactive.
wellington.jorge Jul 30, 2014 7:32 AM (in response to jamezp)James,
URL Connection: jdbc:as400://IP_ADDRESS/ged; thread used=false; socket timeout=30000; cursor hold=false
Driver: com.ibm.as400.access.AS400JDBCDriver
Thanks.
-
5. Re: Connections to IBM DB2 does not die when inactive.
jamezp Jul 30, 2014 2:30 PM (in response to wellington.jorge)Where do you define your configuration? I'm assuming you set up a data source via CLI, the web console or in an *-ds.xml file.
--
James R. Perkins
-
6. Re: Connections to IBM DB2 does not die when inactive.
wellington.jorge Jul 31, 2014 8:21 AM (in response to jamezp)James,
my configuration is in standalone.xml file in datasources.
-
7. Re: Connections to IBM DB2 does not die when inactive.
fsezoes Dec 4, 2014 6:55 AM (in response to wellington.jorge)Hi Wellington,
I'm having the same problem. Did you find a way to resolve it?