Here are the datasource properties as well: <removed>.properties.datasource.default=defaultds <removed>.properties.datasource.defaultds.subtype=Oracle <removed>.properties.datasource.defaultds.minreadconnections=1 <removed>.properties.datasource.defaultds.maxreadconnections=10 <removed>.properties.datasource.defaultds.minwriteconnections=1 <removed>.properties.datasource.defaultds.maxwriteconnections=10 <removed>.properties.datasource.defaultds.driver=oracle.jdbc.driver.OracleDriver <removed>.properties.datasource.defaultds.url=jdbc:oracle:oci:@ <hostname>:1521:<SID> <removed>.properties.datasource.defaultds.user=<removed> <removed>.properties.datasource.defaultds.password=<removed>
On Sun, May 8, 2016 at 7:36 PM, Rob Clemens <robcleme...@gmail.com> wrote: > Oracle 10.2.0.5. Same level oci drivers > On May 8, 2016 7:22 PM, "John D. Ament" <johndam...@apache.org> 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 <robcleme...@gmail.com> 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 >> > changes at the web/app server layer and our application started crashing >> > about every 1-2 hours. We're running the following versions of software: >> > >> > apache-tomcat-7.0.52 >> > jdk1.6.0_113 >> > SunOS vs-danaus 5.10 Generic_150400-35 sun4v sparc sun4v >> > >> > >> > Essentially, the only errors I see are the following that repeat >> themselves >> > in the logs: >> > >> > [system:ERROR on 2016-05-08 21:02:27,250 ajp-bio-8009-exec-5] >> > dataSource.getConnectionManager() is null >> > [system:ERROR on 2016-05-08 21:02:27,251 ajp-bio-8009-exec-5] >> > java.lang.NullPointerException trapped in filter: null >> > >> > >> > A simple restart fixes it, but only for up to a couple of hours. Load >> does >> > not matter in this case either. Let me know if you have any other >> questions >> > and thank you in advance for your assistance. >> > >> >