views:

54

answers:

0

I've got an app that used to work fine against a SQL Server 2005 database. We upgraded to SQL Server 2008R2 and I had to update the JDBC driver in use. Oddly, since the update, it fails with a database connection timeout when started via web start/JNLP. Run from inside Netbeans, or from the CLI and it operates just fine. Problem exists on Windows and Solaris platforms. I've successfully updated another of our apps with the new JDBC driver and it still works fine from JNLP.

Any ideas?

New info: 3 out of 5 applications so updated work perfectly fine. The other 2, everything works except for the fact that they time out trying to get database connections! Very odd.