IdP won't start
Etan Weintraub
eweintra at jhmi.edu
Wed Dec 4 13:29:29 EST 2013
Nothing useful in the catalina log, the last thing is:
Dec 4, 2013 1:25:31 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive idp.war
-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
-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Kevin P. Foote
Sent: Wednesday, December 04, 2013 1:19 PM
To: Shib Users
Subject: Re: IdP won't start
On Wed, 4 Dec 2013, Etan Weintraub wrote:
> 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?
What do your tomcat logs (catalina.out) say if anything?
------
thanks
kevin.foote
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list