Re: ERR_SPDY_COMPRESSION_ERROR (http2)

2016-12-24 Thread Durga Srinivasu Karuturi
Mark, Thanks for the fix! We will use 8.5.10 once it is available. Thanks, Durga Srinivasu On Sat, Dec 24, 2016 at 11:33 PM, Mark Thomas wrote: > On 24/12/2016 14:51, Durga Srinivasu Karuturi wrote: > > Mark, > > > > Thanks for the update! > > Fixed for 9.0.0.M16 onwards and 8.5.10 onwards. R

Re: Maintaining Session with Apache RewriteRule

2016-12-24 Thread Rainer Jung
Am 24.12.2016 um 19:58 schrieb Jerry Malcolm: Mark, Thanks, but what can I do to correct it? On 12/24/2016 11:09 AM, Mark Thomas wrote: On 24/12/2016 16:08, Jerry Malcolm wrote: I have an app that runs in a single WAR file deployment (single webapp context). I added some Apache RewriteRule

Re: Maintaining Session with Apache RewriteRule

2016-12-24 Thread Jerry Malcolm
Mark, Thanks, but what can I do to correct it? On 12/24/2016 11:09 AM, Mark Thomas wrote: On 24/12/2016 16:08, Jerry Malcolm wrote: I have an app that runs in a single WAR file deployment (single webapp context). I added some Apache RewriteRule statements to hide the actual URLs for pages in

Re: Upgrade to 8.5.8/9

2016-12-24 Thread Mark Thomas
On 24/12/2016 13:33, Greg Huber wrote: > We use spring for startup only, struts2 and hibernate for persistance. Thanks. I was expecting to see some pool size settings there but I didn't. In which the the default will be used which is unchanged from 8. Looking at the thread dump, you have a few t

Re: ERR_SPDY_COMPRESSION_ERROR (http2)

2016-12-24 Thread Mark Thomas
On 24/12/2016 14:51, Durga Srinivasu Karuturi wrote: > Mark, > > Thanks for the update! Fixed for 9.0.0.M16 onwards and 8.5.10 onwards. Releases of these are likely in the first few weeks of 2017. The root cause was Tomact agreeing the new HTTP/2 setting but not updating the HPACK encoder so the

Re: Maintaining Session with Apache RewriteRule

2016-12-24 Thread Mark Thomas
On 24/12/2016 16:08, Jerry Malcolm wrote: > I have an app that runs in a single WAR file deployment (single webapp > context). I added some Apache RewriteRule statements to hide the actual > URLs for pages in the webapp. All of the rules still resolve to the > single WAR file context. But the pr

Maintaining Session with Apache RewriteRule

2016-12-24 Thread Jerry Malcolm
I have an app that runs in a single WAR file deployment (single webapp context). I added some Apache RewriteRule statements to hide the actual URLs for pages in the webapp. All of the rules still resolve to the single WAR file context. But the problem is now I get a different session on each

Re: ERR_SPDY_COMPRESSION_ERROR (http2)

2016-12-24 Thread Durga Srinivasu Karuturi
Mark, Thanks for the update! Thanks, Durga Srinivasu On Sat, Dec 24, 2016 at 6:47 PM, Mark Thomas wrote: > On 22/12/2016 12:58, Mark Thomas wrote: > > On 22 December 2016 10:16:18 GMT+00:00, Durga Srinivasu Karuturi < > durgasriniv...@gmail.com> wrote: > >> Hi, > >> > >> Shall i raise a defect

Re: Upgrade to 8.5.8/9

2016-12-24 Thread Greg Huber
We use spring for startup only, struts2 and hibernate for persistance. jdbc.properties jdbc.driverClassName=org.mariadb.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/eventsdb?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8 hibernate.dialect=org.hibernate.dialect.

Re: ERR_SPDY_COMPRESSION_ERROR (http2)

2016-12-24 Thread Mark Thomas
On 22/12/2016 12:58, Mark Thomas wrote: > On 22 December 2016 10:16:18 GMT+00:00, Durga Srinivasu Karuturi > wrote: >> Hi, >> >> Shall i raise a defect? > > Patience. Give the community a chance to look at it first. Given the time of > year, that might take longer than usual. I can confirm I c

Re: Upgrade to 8.5.8/9

2016-12-24 Thread Mark Thomas
On 24/12/2016 08:49, Greg Huber wrote: > ...Well its not hibernate, will look at switching to commons-dbcp2 if > possible. Again, please post your resource config. Mark > > Cheers > > On 22 December 2016 at 20:26, Mark Thomas wrote: > >> On 22/12/2016 17:50, Greg Huber wrote: >>> Chris, >>>

Re: Upgrade to 8.5.8/9

2016-12-24 Thread Greg Huber
This is a dump of it working: for ajp-nio-8009-exec, I do not see any - locked <0xf0a3f6b8> (a org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper) from the not working dump. possibly a result of stuff higher up in the chain? Cheers Greg Full thread dump Java HotSpot(TM) 64-Bit S

Re: Upgrade to 8.5.8/9

2016-12-24 Thread Greg Huber
Mark/Chris, Upgraded to dbcp2 with no luck, and get this in the dumps, repeating pattern. "ajp-nio-8009-exec-28" #60 daemon prio=5 os_prio=0 tid=0x2b28245c3800 nid=0x2a02 waiting on condition [0x2b28316aa000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native

Re: Upgrade to 8.5.8/9

2016-12-24 Thread Greg Huber
...Well its not hibernate, will look at switching to commons-dbcp2 if possible. Cheers On 22 December 2016 at 20:26, Mark Thomas wrote: > On 22/12/2016 17:50, Greg Huber wrote: > > Chris, > > > > Thanks, I have been running this setup for ages, 8 plus years and various > > tomcat versions. It