IdP 3.21 Windows MSI installer and Jetty
Doan, Tommy
tdoan at smu.edu
Thu Jan 14 13:09:49 EST 2016
I had reported that as well, and Tom Zeller pointed out there is an existing issue for it.
https://issues.shibboleth.net/jira/browse/IDP-424
-----Original Message-----
From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Michael A Grady
Sent: Tuesday, January 12, 2016 3:16 PM
To: Shib Users <users at shibboleth.net>
Subject: Re: IdP 3.21 Windows MSI installer and Jetty
> On Jan 12, 2016, at 12:34 PM, Cantor, Scott <cantor.2 at OSU.EDU> wrote:
>
>> Is there any Jetty log setting(s) that would get Jetty to log what
>> config files it is reading?
>
> It logs the credential files it uses when it sets up the TLS connector.
>
I'm not seeing it logged, except if I specify a file it can't find. And I did figure out the problem, I hadn't noticed that I'd renamed the original idp.ini file as "idp-original.ini", rather than "idp.ini.original", so the settings from that original version were overriding my changes to idp.in. As soon as I changed the name of the original one, worked as expected (producing error that I had misspelled the new cert file name.)
The other thing I've noticed is that I'm seeing some messages like the following in IdP/jetty-base/logs/ stderrout:
2016-01-12 13:08:05.362:INFO:oejs.Server:main: Started @24985ms
2016-01-12 13:08:12.864:WARN:oejur.FileResource:qtp1942406066-45: bad alias for C:\Windows\Temp\jetty-localhost-80-idp.war-_idp-any-4691260493955669507.dir\webinf\C:\Program Files (x86)\Shibboleth\IdP\messages\authn-messages_en_US.properties: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
2016-01-12 13:08:12.867:WARN:oejur.FileResource:qtp1942406066-45: bad alias for C:\Windows\Temp\jetty-localhost-80-idp.war-_idp-any-4691260493955669507.dir\webinf\C:\Program Files (x86)\Shibboleth\IdP\messages\authn-messages_en_US.xml: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
2016-01-12 13:08:12.870:WARN:oejur.FileResource:qtp1942406066-45: bad alias for C:\Windows\Temp\jetty-localhost-80-idp.war-_idp-any-4691260493955669507.dir\webinf\C:\Program Files (x86)\Shibboleth\IdP\messages\authn-messages_en.properties: java.io.IOException: The filename, directory name, or volume label syntax is incorrect ....
Seems like it is constructing a path where it is appending idp_home a 2nd time in the middle of the path, which sounds like another thread I vaguely recollect. Doesn't seem to be hurting anything, though.
--
Michael A. Grady
IAM Architect, Unicon, Inc.
More information about the users
mailing list