RE: jdbc connction pool issues [EXTERNAL]

2020-12-18 Thread Beard, Shawn
Yeah I didn’t consider that relevant at the time. All examples of creating a jdbc connection pool for SQL server on tomcat did not have specifying the factory in them. So I didn’t consider it relevant. My bad. ​ Shawn Beard• Sr. Systems Engineer Middleware Engineering [cid:image0955

Re: jdbc connction pool issues [EXTERNAL]

2020-12-18 Thread Christopher Schultz
Shawn, On 12/17/20 14:21, Beard, Shawn wrote: Well the other tomcat servers had a custom factory specified. That was the only difference. (devs wrote their own library for it) So they were different. It's always misleading when getting a report like this: On 12/15/20 15:35, Beard, Shawn wrote:

Re: native connector, server problems with "No data received", what could be causing it?

2020-12-18 Thread Mladen Adamović
On Thu, Dec 17, 2020 at 7:57 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > jstack isn't working? Hmm. Make sure that your jstack and Java binary > are the same version. If you are a different user you might have to > elevate privileges and/or use "jstack -F". > I have tried all