New Shibboleth 5.1.3 IdP installation - status.sh failing

o haya ohaya1001 at gmail.com
Tue Mar 25 02:13:12 UTC 2025


I ran the "status.sh" from ON the machine, instead of using putty/ssh, and
got different result/different error:

[orcladmin at idp01 bin]$
[orcladmin at idp01 bin]$ ./status.sh --url=http://localhost:8080/idp
(http://localhost:8080/idp/status) Server returned HTTP response code: 500
for URL: http://localhost:8080/idp/status


And, in the Shibboleth idp-process.log go the following errors:

[orcladmin at idp01 bin]$ cat ../logs/idp-process.log
2025-03-24 21:58:58,477 - 127.0.0.1 - ERROR
[jakarta.servlet.ServletException:144] -
jakarta.servlet.ServletException: Handler dispatch failed:
java.lang.NoClassDefFoundError: jakarta/servlet/jsp/jstl/core/Config
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1104)
Caused by: java.lang.NoClassDefFoundError:
jakarta/servlet/jsp/jstl/core/Config
at
org.springframework.web.servlet.support.JstlUtils.exposeLocalizationContext(JstlUtils.java:103)
Caused by: java.lang.ClassNotFoundException:
jakarta.servlet.jsp.jstl.core.Config
at
org.springframework.web.servlet.support.JstlUtils.exposeLocalizationContext(JstlUtils.java:103)

Jim

<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Mon, Mar 24, 2025 at 9:41 PM o haya <ohaya1001 at gmail.com> wrote:

> Oops.  I had a typo in my response ("idpc") but even without the typo I
> still get the same error:
>
> [orcladmin at idp01 conf]$ ../bin/status.sh –-url=http://10.0.0.58:8080/idp
> Exception in thread "main" com.beust.jcommander.ParameterException: Was
> passed main parameter '–-url=http://10.0.0.58:8080/idp' but no main
> parameter was defined in your arg class
>         at
> com.beust.jcommander.JCommander.initMainParameterValue(JCommander.java:954)
>         at com.beust.jcommander.JCommander.parseValues(JCommander.java:755)
>         at com.beust.jcommander.JCommander.parse(JCommander.java:356)
>         at com.beust.jcommander.JCommander.parse(JCommander.java:335)
>         at net.shibboleth.idp.cli.CLI.main(CLI.java:75)
>
>
>
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> Virus-free.www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> <#m_-9209720749150922268_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> On Mon, Mar 24, 2025 at 9:39 PM o haya <ohaya1001 at gmail.com> wrote:
>
>> Hi,
>>
>> I tried commenting that part out:
>> <!--
>>         <entry key="AccessByIPAddress">
>>             <bean id="AccessByIPAddress"
>> parent="shibboleth.IPRangeAccessControl"
>>                 p:allowedRanges="#{ {'127.0.0.1/32', '::1/128'} }" />
>>         </entry>
>> -->
>>
>> And I bounced the Tomcat, and tested, but I think I am still getting the
>> same error:
>>
>> [orcladmin at idp01 conf]$ ../bin/status.sh –-url=http://10.0.0.58:8080/idpc
>> Exception in thread "main" com.beust.jcommander.ParameterException: Was
>> passed main parameter '–-url=http://10.0.0.58:8080/idpc' but no main
>> parameter was defined in your arg class
>>         at
>> com.beust.jcommander.JCommander.initMainParameterValue(JCommander.java:954)
>>         at
>> com.beust.jcommander.JCommander.parseValues(JCommander.java:755)
>>         at com.beust.jcommander.JCommander.parse(JCommander.java:356)
>>         at com.beust.jcommander.JCommander.parse(JCommander.java:335)
>>         at net.shibboleth.idp.cli.CLI.main(CLI.java:75)
>>
>>
>>
>>
>>
>>
>>
>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>> Virus-free.www.avast.com
>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>> <#m_-9209720749150922268_m_-4920074248734103014_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>> On Mon, Mar 24, 2025 at 8:06 PM IAM David Bantz via users <
>> users at shibboleth.net> wrote:
>>
>>> *check AccessByIPAddress in *access-control.xml ?
>>>
>>> On Mon, Mar 24, 2025 at 3:38 PM o haya via users <users at shibboleth.net>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I am trying to install a Shibboleth 5.1.3 IdP for testing.
>>>>
>>>> It is deployed on a CENTOS 8.5 machine  using Java/JDK 17 and the
>>>> Tomcat 10.1.39.
>>>>
>>>> I am trying to follow the info on this page to do the installation:
>>>>
>>>>
>>>> https://shibboleth.atlassian.net/wiki/spaces/IDP5/pages/3199500577/Installation
>>>>
>>>> However, after the installation, when I run the status.sh I get
>>>> connection refused:
>>>>
>>>> [orcladmin at idp01 bin]$ ./status.sh
>>>> (http://localhost/idp/status) Connection refused
>>>>
>>>> If I use the "-url" parameter, I get this:
>>>>
>>>> [orcladmin at idp01 bin]$ ./status.sh –url=http://10.0.0.58:8080/idp
>>>> Exception in thread "main" com.beust.jcommander.ParameterException: Was
>>>> passed main parameter '–url=http://10.0.0.58:8080/idp' but no main
>>>> parameter was defined in your arg class
>>>>         at
>>>> com.beust.jcommander.JCommander.initMainParameterValue(JCommander.java:954)
>>>>         at
>>>> com.beust.jcommander.JCommander.parseValues(JCommander.java:755)
>>>>         at com.beust.jcommander.JCommander.parse(JCommander.java:356)
>>>>         at com.beust.jcommander.JCommander.parse(JCommander.java:335)
>>>>         at net.shibboleth.idp.cli.CLI.main(CLI.java:75)
>>>>
>>>> The Shibboleth idp logs don't appear to show any overt errors.
>>>>
>>>> Can anyone suggest what the problem may be?
>>>>
>>>> Thanks,
>>>> Jim
>>>>
>>>>
>>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>>>> Virus-free.www.avast.com
>>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>>>> <#m_-9209720749150922268_m_-4920074248734103014_m_-2866488411316702305_m_1374221477014767920_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>> --
>>>> For Consortium Member technical support, see
>>>> https://shibboleth.atlassian.net/wiki/x/ZYEpPw
>>>> To unsubscribe from this list send an email to
>>>> users-unsubscribe at shibboleth.net
>>>>
>>> --
>>> For Consortium Member technical support, see
>>> https://shibboleth.atlassian.net/wiki/x/ZYEpPw
>>> 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/20250324/1386218c/attachment.htm>


More information about the users mailing list