MIMEParsingException on JAX-WS with AJP

2016-05-08 Thread Ooura, Nobuhito
Hi, All. I am using Tomcat8.0.33 and JAX-WS RI 2.2.10. I am trying to File transfer using JAX-WS with MTOM. Client connects via reverse proxy made by httpd. The httpd connects to tomcat by AJP. When I upload a file several times consecutively, some are completed successful. But, some will fail

Registering database connection pool with JMX in Tomcat - Hot setting ?

2016-05-08 Thread Sailaja Ravipati
Hi I am using Tomcat version 7.0.63. I have registered the dbconnection pool with MBeanServer. Is there a way to make those methods hot setting? What I mean by this is, for example if I change statement cache size in the jconsole, it should take effect immediately. Any help is greatly

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, >

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

dataSource.getConnectionManager() is null

2016-05-08 Thread Rob Clemens
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