<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">So, we recently patched the OS (RedHat 6), and when we try to start Tomcat to get the IdP running, the war is deployed, and in the idp-process.log it gets to this line and then stops and does nothing further:<o:p></o:p></p>
<p class="MsoNormal">12:32:30.570 - DEBUG [edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSDataConnector:215] - RDBMS data connector EpicShibUser - Validating configuration.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Here is the configuration we have for that data connector, and I’ve verified the username/password/host/etc. by going directly to the server (username, password, host, etc. REDACTED for obvious reasons):<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"> <resolver:DataConnector xsi:type="RelationalDatabase" xmlns="urn:mace:shibboleth:2.0:resolver:dc" id="EpicShibUser"><o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> <ApplicationManagedConnection<o:p></o:p></p>
<p class="MsoNormal"> jdbcDriver="net.sourceforge.jtds.jdbc.Driver"<o:p></o:p></p>
<p class="MsoNormal"> jdbcURL="jdbc:jtds:sqlserver://REDACTED:1433;databaseName=requirementTracking;ssl=require;user=REDACTED;password=REDACTED;"<o:p></o:p></p>
<p class="MsoNormal"> jdbcUserName="REDACTED"<o:p></o:p></p>
<p class="MsoNormal"> jdbcPassword="REDACTED" /><o:p></o:p></p>
<p class="MsoNormal"><QueryTemplate><o:p></o:p></p>
<p class="MsoNormal"> <![CDATA[<o:p></o:p></p>
<p class="MsoNormal"> select uid,cn,sn,givenname,providerID,department,mail<o:p></o:p></p>
<p class="MsoNormal"> from vwShibbolethAttributes<o:p></o:p></p>
<p class="MsoNormal"> where uid = '$requestContext.principalName'
<o:p></o:p></p>
<p class="MsoNormal"> ]]><o:p></o:p></p>
<p class="MsoNormal"> </QueryTemplate><o:p></o:p></p>
<p class="MsoNormal"> </resolver:DataConnector><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’m not positive that the error is in here, but as it’s the last thing I see in the logs when I have them turned up to DEBUG, it’s the best bet I’ve got. I’m running version 2.3.8 of the IdP on version 6.0.36 of Tomcat.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any ideas/help?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">-Etan E. Weintraub<o:p></o:p></p>
<p class="MsoNormal">Sr. Systems Engineer<o:p></o:p></p>
<p class="MsoNormal">Directory Architecture<o:p></o:p></p>
<p class="MsoNormal">IT@Johns Hopkins<o:p></o:p></p>
<p class="MsoNormal">Johns Hopkins at Mt. Washington<o:p></o:p></p>
<p class="MsoNormal">5801 Smith Ave.<o:p></o:p></p>
<p class="MsoNormal">Suite 3110B<o:p></o:p></p>
<p class="MsoNormal">Baltimore, MD 21209<o:p></o:p></p>
<p class="MsoNormal">Phone: 410-735-7945<o:p></o:p></p>
<p class="MsoNormal">E-mail: <a href="mailto:eweintra@jhmi.edu"><span style="color:windowtext">eweintra@jhmi.edu</span></a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>