idp.jks not created

Riz Panjwani panjwani.riz at gmail.com
Tue Apr 7 11:46:01 EDT 2015


Thanks Walter. I ran the process manually from jetty base inside a tmux
session and using netstat I can now see that a java process is listening on
ports 8085 and 8443.  However, when I issue a curl command to those ports,
it just hangs and nothing happens. I still see the following messages in my
stderrorout log, but I see nothing in my request.log:

2015-04-07 15:40:32.272:INFO:oejs.Server:main: jetty-9.2.10.v20150310
2015-04-07 15:40:32.292:INFO:oejs.AbstractNCSARequestLog:main: Opened
/opt/jetty/logs/2015_04_07.request.log
2015-04-07 15:40:32.297:INFO:oejdp.ScanningAppProvider:main: Deployment
monitor [file:/opt/jetty/webapps/] at interval 1
2015-04-07 15:40:43.751:INFO:/idp:main: No Spring WebApplicationInitializer
types detected on classpath
2015-04-07 15:40:44.281:INFO:/idp:main: Initializing Spring root
WebApplicationContext


On Tue, Apr 7, 2015 at 6:42 AM, Walter Forbes Hoehn (wassa) <
wassa at memphis.edu> wrote:

> That log seems to indicate that Jetty starts up fine, but doesn’t find a
> “Jetty Deployable Descriptor” file.  It’s looking for this file under
> $JETTY_HOME/webapps/, which could be valid, depending on your
> configuration.  If you are following the instructions listed on the wiki,
> however, you would have placed your idp.xml file under
> $JETTY_BASE/webapps/.  To point at the correct configuration, you need to
> bootstrap Jetty from $JETTY_BASE, not $JETTY_HOME.  If you are starting
> jetty manually, simply change to the $JETTY_BASE directory and execute
> something like “java -jar ../star.jar”.
>
> -Walter
>
>
> > On Apr 6, 2015, at 10:39 PM, Riz Panjwani <panjwani.riz at gmail.com>
> wrote:
> >
> > Hi,
> >
> > I'm following the instructions here:
> https://wiki.shibboleth.net/confluence/display/IDP30/Jetty9  to install
> jetty 9.  When I try to start the service, it fails. But I'm not seeing any
> errors in the stderrout.log or any other log in the /logs folder. Any idea
> where I should check? Below is my stderrout.log content:
> >
> > 2015-04-07 03:28:23.136:INFO:oejs.Server:main: jetty-9.2.10.v20150310
> > 2015-04-07 03:28:23.156:INFO:oejs.AbstractNCSARequestLog:main: Opened
> /opt/jetty/logs/2015_04_07.request.log
> > 2015-04-07 03:28:23.160:INFO:oejdp.ScanningAppProvider:main: Deployment
> monitor [file:/opt/jetty/webapps/] at interval 1
> > 2015-04-07 03:28:34.575:INFO:/idp:main: No Spring
> WebApplicationInitializer types detected on classpath
> > 2015-04-07 03:28:35.116:INFO:/idp:main: Initializing Spring root
> WebApplicationContext
> >
> > On Mon, Apr 6, 2015 at 8:35 PM, Riz Panjwani <panjwani.riz at gmail.com>
> wrote:
> > I'm following the instructions here:
> https://wiki.shibboleth.net/confluence/display/IDP30/Jetty9  to install
> jetty 9.  When I try to start the service, it fails. But I'm not seeing any
> errors in the stderrout.log or any other log in the /logs folder. Any idea
> where I should check?:
> >
> > 2015-04-07 03:28:23.136:INFO:oejs.Server:main: jetty-9.2.10.v20150310
> > 2015-04-07 03:28:23.156:INFO:oejs.AbstractNCSARequestLog:main: Opened
> /opt/jetty/logs/2015_04_07.request.log
> > 2015-04-07 03:28:23.160:INFO:oejdp.ScanningAppProvider:main: Deployment
> monitor [file:/opt/jetty/webapps/] at interval 1
> > 2015-04-07 03:28:34.575:INFO:/idp:main: No Spring
> WebApplicationInitializer types detected on classpath
> > 2015-04-07 03:28:35.116:INFO:/idp:main: Initializing Spring root
> WebApplicationContext
> >
> >
> > On Tue, Mar 31, 2015 at 7:42 PM, Scott Koranda <skoranda at gmail.com>
> wrote:
> > On Tue, Mar 31, 2015 at 9:36 PM, Riz Panjwani <panjwani.riz at gmail.com>
> wrote:
> > > Hi, I'm trying to install Shibboleth on ubuntu14.04 and according to
> the
> > > guide here
> > > (
> https://wiki.shibboleth.net/confluence/display/SHIB2/IdPApacheTomcatPrepare
> ),
> > > after running install.sh, I should see idp.jks in
> IDP_HOME/credentials/.
> > > However, all I see are the following files:
> > >
> > > -rw------- 1 root root 1675 Mar 31 21:22 idp-signing.key
> > > -rw-r--r-- 1 root root 1204 Mar 31 21:22 idp-signing.crt
> > > -rw------- 1 root root 1679 Mar 31 21:22 idp-encryption.key
> > > -rw-r--r-- 1 root root 1204 Mar 31 21:22 idp-encryption.crt
> > > -rw-r--r-- 1 root root 1204 Mar 31 21:22 idp-backchannel.crt
> > > -rw-r--r-- 1 root root 2608 Mar 31 21:22 idp-backchannel.p12
> > > -rw-r--r-- 1 root root  500 Mar 31 21:22 sealer.jks
> > > -rw-r--r-- 1 root root   47 Mar 31 21:22 sealer.kver
> > >
> > > I don't have the idp.jks. What am I doing wrong?
> > >
> >
> > You have deployed the version 3.1.x of the IdP but are reading
> > instructions for the older version 2.x.
> >
> > The documentation for version 3.1.x is at
> >
> > https://wiki.shibboleth.net/confluence/display/IDP30/Home
> >
> > Scott K
> > --
> > To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
> >
> >
> > --
> > To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20150407/5e980a51/attachment.html 


More information about the users mailing list