idp.jks not created

Walter Forbes Hoehn (wassa) wassa at memphis.edu
Tue Apr 7 09:42:01 EDT 2015


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



More information about the users mailing list