Aacli/Resolvertest in IDP v5.1.2
Marius Fuchs
marius.fuchs at uni-wuerzburg.de
Fri Jul 12 08:47:32 UTC 2024
Hi,
after our recent upgrade to IDP v5.1.2 from 4.3.x the aacli/resolvertest seems to have stopped working:
../aacli.sh -r testsp3.aai.dfn.de -n $user
yields
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href=https://localhost/idp/profile/admin/resolvertest?requester=testsp3.aai.dfn.de&principal=$user>here</a>.</p>
</body></html>
Accessing this new url via
curl --insecure https://localhost/idp/profile/admin/resolvertest?requester=testsp3.aai.dfn.de&principal=$user
results in an Error 500 stemming from countless runtime exceptions
2024-07-12 10:34:04,514 - ERROR [net.shibboleth.idp.profile:35] - Uncaught runtime exception
java.lang.IllegalStateException: Message was null
at org.opensaml.messaging.context.MessageContext.ensureMessage(MessageContext.java:59)
which culminates in an OutOfMemoryError
2024-07-12 10:35:58,148 - WARN [org.opensaml.profile.action.impl.LogEvent:94] - A non-proceed event occurred while processing the request: Runtime
Exception
2024-07-12 10:36:22,861 - ERROR [org.springframework.webflow.execution.ActionExecutionException:144] -
org.springframework.webflow.execution.ActionExecutionException: Exception thrown executing [AnnotatedAction at 7ec4314c targetAction = [EvaluateActio
n at 4efe81ec expression = LogRuntimeException.log('net.shibboleth.idp.profile', flowExecutionException), resultExpression = [null]], attributes = ma
p[[empty]]] in state 'LogRuntimeException' of flow 'admin/resolvertest' -- action execution attributes were 'map[[empty]]'
at org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:62)
Caused by: org.springframework.expression.ExpressionInvocationTargetException: A problem occurred when trying to execute method 'log' on object of
type [net.shibboleth.idp.profile.LogRuntimeException]
at org.springframework.expression.spel.ast.MethodReference.throwSimpleExceptionIfPossible(MethodReference.java:254)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.base/java.lang.StackTraceElement.of(StackTraceElement.java:537)
Is there a known way to fix this ?
Any hints are appreciated.
Best wishes
Marius Fuchs, MSc
University of Würzburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20240712/42dd52d2/attachment.htm>
More information about the users
mailing list