Re: dataSource.getConnectionManager() is null

2016-05-09 Thread Rob Clemens
Seeing the following stack traces before the previously mentioned errors: [config:INFO on 2016-05-08 23:06:25,591 File Monitor] Total memory allocated to the JVM: 1230Mb [config:INFO on 2016-05-08 23:06:25,592 File Monitor] Free memory in the JVM before exit: 891Mb [searchengine:ERROR on 2016-05-0

Re: dataSource.getConnectionManager() is null

2016-05-08 Thread Rob Clemens
Here are the datasource properties as well: .properties.datasource.default=defaultds .properties.datasource.defaultds.subtype=Oracle .properties.datasource.defaultds.minreadconnections=1 .properties.datasource.defaultds.maxreadconnections=10 .properties.datasource.defaultds.minwriteconnections=1 .

Re: dataSource.getConnectionManager() is null

2016-05-08 Thread Rob Clemens
Oracle 10.2.0.5. Same level oci drivers On May 8, 2016 7:22 PM, "John D. Ament" wrote: > Rob, > > What database are you trying to connect to? What version of the JDBC > driver? > > On Sun, May 8, 2016 at 9:07 PM Rob Clemens wrote: > > > Hello all, > > > > We've had an application that was stable

Re: dataSource.getConnectionManager() is null

2016-05-08 Thread John D. Ament
Rob, What database are you trying to connect to? What version of the JDBC driver? On Sun, May 8, 2016 at 9:07 PM Rob Clemens wrote: > Hello all, > > We've had an application that was stable for several years, no changes for > the last few aside from OS/java/tomcat patching. We've had no recent