Unknown module='idp'

Ryan Suarez ryan.suarez at sheridancollege.ca
Tue Jun 11 12:05:12 EDT 2019


Greetings,

I'm attempting a clean install of Shib IdP v3.4.4 with jetty v9.4.18.v20190429 and Ubuntu's (18.04) openJDK v11.0.3. However, I am getting an error when trying to start jetty...

# /opt/jetty/bin/jetty.sh start
Starting Jetty: FAILED Tue Jun 11 11:28:41 EDT 2019

# cat /var/run/jetty/jetty-start.log
ERROR : Unknown module='idp'. List available with --list-modules

# /opt/jetty/bin/jetty.sh check
Jetty NOT running

JAVA                  =  /usr/bin/java
JAVA_OPTIONS          =  -Djetty.home=/opt/jetty -Djetty.base=/opt/shibboleth-idp/jetty-base -Djava.io.tmpdir=/tmp
JETTY_HOME            =  /opt/jetty
JETTY_BASE            =  /opt/shibboleth-idp/jetty-base
START_D               =  /opt/shibboleth-idp/jetty-base/start.d
START_INI             =  /opt/shibboleth-idp/jetty-base/start.ini
JETTY_START           =  /opt/jetty/start.jar
JETTY_CONF            =  /opt/jetty/etc/jetty.conf
JETTY_ARGS            =  jetty.state=/opt/shibboleth-idp/jetty-base/jetty.state jetty-started.xml
JETTY_RUN             =  /var/run/jetty
JETTY_PID             =  /var/run/jetty/jetty.pid
JETTY_START_LOG       =  /var/run/jetty/jetty-start.log
JETTY_STATE           =  /opt/shibboleth-idp/jetty-base/jetty.state
JETTY_START_TIMEOUT   =  60
RUN_CMD               =  /usr/bin/java -Djetty.home=/opt/jetty -Djetty.base=/opt/shibboleth-idp/jetty-base -Djava.io.tmpdir=/tmp -jar /opt/jetty/start.jar jetty.state=/opt/shibboleth-idp/jetty-base/jetty.state jetty-started.xml

# cat /opt/shibboleth-idp/jetty-base/webapps/idp.xml
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
  <Set name="war">/opt/shibboleth-idp/war/idp.war</Set>
  <Set name="contextPath">/idp</Set>
  <Set name="extractWAR">false</Set>
  <Set name="copyWebDir">false</Set>
  <Set name="copyWebInf">true</Set>
  <Set name="persistTempDirectory">false</Set>
</Configure>

Could someone please assist?

regards,
Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20190611/5fc0791b/attachment.html>


More information about the users mailing list