IDP log files not created
Rod Widdowson
rdw at steadingsoftware.com
Mon Oct 24 16:12:58 BST 2011
Well that certainly won't help.
Before you even start trying to debug your shibboleth install make sure that tomcat is working (so you can get to
http://localhost:8080/ & https://localhost/ or whatever). This mailing list won't be able to help you with that.
Once that's done get the deployment fragment in place. If you are still not getting the IdP logs you should look again at
catalina.out .
From: dev-bounces at shibboleth.net [mailto:dev-bounces at shibboleth.net] On Behalf Of Kaustubh Nagraj
Sent: 24 October 2011 16:04
To: Shib Dev
Subject: Re: IDP log files not created
Hey,
Thanks for your reply. I am using Apache2 with Tomcat6.
What exactly am I supposed to be looking for in the container's log files? This is the last entry I see:
Oct 24, 2011 2:49:28 PM org.apache.catalina.startup.Catalina start
SEVERE: Catalina.start:
LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.io.FileNotFoundException:
/usr/share/tomcat6/.keystore (No such file or directory)
at org.apache.catalina.connector.Connector.start(Connector.java:1094)
at org.apache.catalina.core.StandardService.start(StandardService.java:534)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Oct 24, 2011 2:49:28 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 5671 ms
On Mon, Oct 24, 2011 at 10:07 AM, Rod Widdowson <rdw at steadingsoftware.com> wrote:
Very often this is because a misconfiguration is biting you before you even get to start up logging (often a mismatched < ... />
pair)
What is your container? Check the container's logging (catalina.out if useful for tomcat, but check them all just in case) and see
if there is anything there.
From: dev-bounces at shibboleth.net [mailto:dev-bounces at shibboleth.net] On Behalf Of Kaustubh Nagraj
Sent: 24 October 2011 15:05
To: Shib Dev
Subject: IDP log files not created
Hey,
I have been trying to get my IDP tested with TestShib and hence wanted to check my log files. However I found that my $IDP_HOME/log
directory is empty.
Can someone please tell me where I am going wrong and how to find my log files?
Thanks,
Kaustubh
--
To unsubscribe from this list send an email to dev-unsubscribe at shibboleth.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20111024/592a970f/attachment.html
More information about the dev
mailing list