0 Replies Latest reply on Aug 21, 2017 4:59 AM by inovasoftware

    UT000025: Unexpected token 'message-digest' within header

    inovasoftware

      Hi,

       

      I am trying Wildfly 10.0.1 Final and I have the error message in the title (UT000025: Unexpected token 'message-digest' within header) when I start the application server. I installed it on a Centos 6.9 with Openjdk 8 from the repository. I am able to log to the console, the root home page is accessible but this error is appearing regularly in the log file.

       

      [Host Controller] 10:44:18,366 ERROR [stderr] (management task-2) java.lang.IllegalArgumentException: UT000025: Unexpected token 'message-digest' within header.

      [Host Controller] 10:44:18,367 ERROR [stderr] (management task-2)       at io.undertow.util.HeaderTokenParser.parseHeader(HeaderTokenParser.java:71)

      [Host Controller] 10:44:18,368 ERROR [stderr] (management task-2)       at io.undertow.security.impl.DigestAuthorizationToken.parseHeader(DigestAuthorizationToken.java:79)

      [Host Controller] 10:44:18,368 ERROR [stderr] (management task-2)       at io.undertow.security.impl.DigestAuthenticationMechanism.authenticate(DigestAuthenticationMechanism.java:158)

      [Host Controller] 10:44:18,369 ERROR [stderr] (management task-2)       at org.jboss.as.domain.http.server.security.AuthenticationMechanismWrapper.authenticate(AuthenticationMechanismWrapper.java:52)

      [Host Controller] 10:44:18,369 ERROR [stderr] (management task-2)       at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:245)

      [Host Controller] 10:44:18,369 ERROR [stderr] (management task-2)       at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.transition(SecurityContextImpl.java:263)

      [Host Controller] 10:44:18,370 ERROR [stderr] (management task-2)       at io.undertow.security.impl.SecurityContextImpl$AuthAttempter.access$100(SecurityContextImpl.java:231)

      [Host Controller] 10:44:18,370 ERROR [stderr] (management task-2)       at io.undertow.security.impl.SecurityContextImpl.attemptAuthentication(SecurityContextImpl.java:125)

      [Host Controller] 10:44:18,371 ERROR [stderr] (management task-2)       at io.undertow.security.impl.SecurityContextImpl.authTransition(SecurityContextImpl.java:99)

      [Host Controller] 10:44:18,371 ERROR [stderr] (management task-2)       at io.undertow.security.impl.SecurityContextImpl.authenticate(SecurityContextImpl.java:92)

      [Host Controller] 10:44:18,372 ERROR [stderr] (management task-2)       at io.undertow.security.handlers.AuthenticationCallHandler.handleRequest(AuthenticationCallHandler.java:50)

      [Host Controller] 10:44:18,372 ERROR [stderr] (management task-2)       at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)

      [Host Controller] 10:44:18,372 ERROR [stderr] (management task-2)       at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:805)

      [Host Controller] 10:44:18,373 ERROR [stderr] (management task-2)       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

      [Host Controller] 10:44:18,374 ERROR [stderr] (management task-2)       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

      [Host Controller] 10:44:18,375 ERROR [stderr] (management task-2)       at java.lang.Thread.run(Thread.java:748)

       

       

      Trying to google a bit I could not find anything on this error. Is there someone who has already had this issue and solved it?

       

      Thanks for your help.