<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 19, 2016 at 9:55 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div id=":5w0" class="">Are you using CAS or Logout (the latter shouldn't require that)? If not, any particular reason for using it? But I know Marvin certainly has been using it, obviously, so I doubt it leaks.</div></blockquote><div><br></div><div>Clustered stateful sessions.</div><div><br></div><div>We have interest in logout, but haven't deployed those configuration changes in prod.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div id=":5w0" class="">
But I don't have any experience with the JPA storage option.<br></div></blockquote><div><br></div><div>We're accessing JPAStorageService via hikari:</div><div><br></div><div><div>    <bean id="shibboleth.JPAStorageService.DataSource"</div><div>        class="com.zaxxer.hikari.HikariDataSource" destroy-method="close" lazy-init="true"</div><div>        p:driverClassName="com.mysql.jdbc.Driver"</div><div>        p:jdbcUrl="jdbc:mysql://<a href="http://mysql.example.edu:3306/shibboleth_qa?autoReconnect=true">mysql.example.edu:3306/shibboleth_qa?autoReconnect=true</a>"</div><div>        p:username="shibboleth"</div><div>        p:password="PASSWORD" /></div></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div id=":5w0" class="">Plenty of people that aren't me are using it, so without it being an OpenJDK issue, I still doubt that's the problem.<br>
<br>
Any sign of something causing the context in Tomcat be to redeployed while running? Tomcat leaks like a sieve, or used to, when that was done.</div></blockquote></div><div class="gmail_extra"><br></div>I don't think I'm seeing that in the tomcat logs.  I feel like since we upgraded to java 1.8.0_92 and tomcat 8.0.35, that we're seeing fun new errors like:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div id=":4bs.ma" class="" style="font-family:"Helvetica Neue",arial,sans-serif;font-size:13px;line-height:16px;margin-bottom:6px;margin-left:9px;margin-right:9px;word-wrap:break-word;color:rgb(38,50,56)"><span id=":4bs.co" class="" dir="ltr">13-Jul-2016 18:32:31.068 INFO [ajp-apr-127.0.0.1-8009-exec-8] org.apache.tomcat.util.http.LegacyCookieProcessor.processCookieHeader Cookies: Invalid cookie. Value not a to<br>ken or quoted value<br>Note: further occurrences of Cookie errors will be logged at DEBUG level.</span></div><div id=":4bt.ma" class="" title="7/19/16, 3:42 PM" style="font-family:"Helvetica Neue",arial,sans-serif;font-size:13px;line-height:16px;margin-bottom:6px;margin-left:9px;margin-right:9px;word-wrap:break-word;color:rgb(38,50,56)"><div id=":4bt.at" class="" style="text-align:center"></div><span id=":4bt.co" class="" dir="ltr">16-Jul-2016 19:11:16.806 INFO [ajp-apr-127.0.0.1-8009-exec-6] org.apache.tomcat.util.http.LegacyCookieProcessor.processCookieHeader Cookies: Unknown Special Cookie<br>Note: further occurrences of Cookie errors will be logged at DEBUG level</span></div>and</div><div class="gmail_extra"><br><div id=":4bt.ma" class="" title="7/19/16, 3:42 PM" style="font-family:"Helvetica Neue",arial,sans-serif;font-size:13px;line-height:16px;margin-bottom:6px;margin-left:9px;margin-right:9px;word-wrap:break-word;color:rgb(38,50,56)"><span class="" dir="ltr">19-Jul-2016 00:05:56.996 SEVERE [ajp-apr-127.0.0.1-8009-exec-3] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [RemoteUserAuthHandler]<br>in context with path [/idp] threw exception [Error processing external authentication request] with root cause<br>net.shibboleth.idp.authn.ExternalAuthenticationException: No conversation state found in session for key (e1s1)<br></span></div><div id=":4bt.ma" class="" title="7/19/16, 3:42 PM" style="font-family:"Helvetica Neue",arial,sans-serif;font-size:13px;line-height:16px;margin-bottom:6px;margin-left:9px;margin-right:9px;word-wrap:break-word;color:rgb(38,50,56)"><br></div>Liam</div></div>