Re: Trouble with jdbc drivers in TC 7

2011-04-07 Thread Rainer Frey
On Thursday 07 April 2011 22:17:22 Christopher Schultz wrote: > >> Could you be missing a shared > >> library from your java.library.path? Sometimes, missing shared libs can > >> cause CNFEs. > > > > The folder where the .dlls are located is on the windows %path%. Is > > that part of the java.li

Re: Trouble with jdbc drivers in TC 7 - fixed

2011-04-07 Thread David Kerber
On 4/7/2011 8:02 PM, Konstantin Kolinko wrote: 2011/4/8 David Kerber: On 4/7/2011 5:57 PM, Konstantin Kolinko wrote: 2011/4/8 David kerber: To close this loop, I got it fixed. The issue was a (apparently very slightly) corrupt jodbc.jar file. I say very slightly because I could open it with

Re: Trouble with jdbc drivers in TC 7 - fixed

2011-04-07 Thread Konstantin Kolinko
2011/4/8 David Kerber : > On 4/7/2011 5:57 PM, Konstantin Kolinko wrote: >> >> 2011/4/8 David kerber: >>> >>> To close this loop, I got it fixed.  The issue was a (apparently very >>> slightly) corrupt jodbc.jar file.  I say very slightly because I could >>> open >>> it with windows explorer's .zip

Re: Trouble with jdbc drivers in TC 7 - fixed

2011-04-07 Thread David Kerber
On 4/7/2011 5:57 PM, Konstantin Kolinko wrote: 2011/4/8 David kerber: To close this loop, I got it fixed. The issue was a (apparently very slightly) corrupt jodbc.jar file. I say very slightly because I could open it with windows explorer's .zip handling functionality and everything looked fin

Re: Trouble with jdbc drivers in TC 7 - fixed

2011-04-07 Thread Konstantin Kolinko
2011/4/8 David kerber : > To close this loop, I got it fixed.  The issue was a (apparently very > slightly) corrupt jodbc.jar file.  I say very slightly because I could open > it with windows explorer's .zip handling functionality and everything looked > fine, but tomcat choked on it when trying to

Re: Trouble with jdbc drivers in TC 7 - fixed

2011-04-07 Thread David kerber
To close this loop, I got it fixed. The issue was a (apparently very slightly) corrupt jodbc.jar file. I say very slightly because I could open it with windows explorer's .zip handling functionality and everything looked fine, but tomcat choked on it when trying to open it with java.util.zip.

Re: Trouble with jdbc drivers in TC 7

2011-04-07 Thread David kerber
On 4/7/2011 5:01 PM, Filip Hanik - Dev Lists wrote: The config has changed from to I don't use any of those, because TC isn't managing the pool; the app handles its own pool. The file layout that works in 5.5 doesn't seem to work in 7.0, unless there's some very subtle difference I'm no

Re: Trouble with jdbc drivers in TC 7

2011-04-07 Thread Filip Hanik - Dev Lists
The config has changed from to System: Windows Server 2008 R2 Standard (64-bit) JRE: 1.6.0_24 x64 TC: 7.0.11, installed in c:\Program Files\..., so it detected an x64 installation DB: Sybase ASA 9.0.2.3951, x64 version DB server and TC are both installed on this same machine. I'm tryi

Re: Trouble with jdbc drivers in TC 7

2011-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 4/7/2011 4:09 PM, David kerber wrote: > On 4/7/2011 3:35 PM, Christopher Schultz wrote: > David, > > On 4/7/2011 2:08 PM, David kerber wrote: System: Windows Server 2008 R2 Standard (64-bit) JRE: 1.6.0_24 x64 TC: 7.0.11, i

Re: Trouble with jdbc drivers in TC 7

2011-04-07 Thread David kerber
On 4/7/2011 3:35 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 4/7/2011 2:08 PM, David kerber wrote: System: Windows Server 2008 R2 Standard (64-bit) JRE: 1.6.0_24 x64 TC: 7.0.11, installed in c:\Program Files\..., so it detected an x64 installation

Re: Trouble with jdbc drivers in TC 7

2011-04-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 4/7/2011 2:08 PM, David kerber wrote: > System: Windows Server 2008 R2 Standard (64-bit) > JRE: 1.6.0_24 x64 > TC: 7.0.11, installed in c:\Program Files\..., so it detected an x64 > installation > DB: Sybase ASA 9.0.2.3951, x64 version

Re: Trouble with jdbc drivers in TC 7

2011-04-07 Thread David kerber
On 4/7/2011 3:28 PM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Trouble with jdbc drivers in TC 7 Was something changed in 7 from previous versions wrt database connections? Even if it had been changed, it shouldn't matter in your case,

RE: Trouble with jdbc drivers in TC 7

2011-04-07 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Re: Trouble with jdbc drivers in TC 7 > Was something changed in 7 from previous versions wrt > database connections? Even if it had been changed, it shouldn't matter in your case, since you're handling your

Re: Trouble with jdbc drivers in TC 7

2011-04-07 Thread David kerber
On 4/7/2011 2:16 PM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Trouble with jdbc drivers in TC 7 All my database pooling is done in the application, so I thought putting the jodbc.jar in the WEB-INF/lib of the app would work with no need to edit my

RE: Trouble with jdbc drivers in TC 7

2011-04-07 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Trouble with jdbc drivers in TC 7 > All my database pooling is done in the application, so I > thought putting the jodbc.jar in the WEB-INF/lib of the > app would work with no need to edit my configuration files I th

Trouble with jdbc drivers in TC 7

2011-04-07 Thread David kerber
System: Windows Server 2008 R2 Standard (64-bit) JRE: 1.6.0_24 x64 TC: 7.0.11, installed in c:\Program Files\..., so it detected an x64 installation DB: Sybase ASA 9.0.2.3951, x64 version DB server and TC are both installed on this same machine. I'm trying to port my app from tc 5.5.someth