IdP won't start
Etan Weintraub
eweintra at jhmi.edu
Wed Dec 4 12:45:06 EST 2013
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:
12:32:30.570 - DEBUG [edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.RDBMSDataConnector:215] - RDBMS data connector EpicShibUser - Validating configuration.
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):
<resolver:DataConnector xsi:type="RelationalDatabase" xmlns="urn:mace:shibboleth:2.0:resolver:dc" id="EpicShibUser">
<ApplicationManagedConnection
jdbcDriver="net.sourceforge.jtds.jdbc.Driver"
jdbcURL="jdbc:jtds:sqlserver://REDACTED:1433;databaseName=requirementTracking;ssl=require;user=REDACTED;password=REDACTED;"
jdbcUserName="REDACTED"
jdbcPassword="REDACTED" />
<QueryTemplate>
<![CDATA[
select uid,cn,sn,givenname,providerID,department,mail
from vwShibbolethAttributes
where uid = '$requestContext.principalName'
]]>
</QueryTemplate>
</resolver:DataConnector>
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.
Any ideas/help?
-Etan E. Weintraub
Sr. Systems Engineer
Directory Architecture
IT at Johns Hopkins
Johns Hopkins at Mt. Washington
5801 Smith Ave.
Suite 3110B
Baltimore, MD 21209
Phone: 410-735-7945
E-mail: eweintra at jhmi.edu<mailto:eweintra at jhmi.edu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20131204/f2feb256/attachment.html
More information about the users
mailing list