<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p>after trying to secure a RestEasy app with keycloak i get anĀ 
      Responde Code 500. I tried to follow the advise of the user guide
      and the server (and I think the Wildfly adapter) is running. <br>
    </p>
    <p>I expected to get a ResponseCode 401 and unauthorized using this
      code in my service<br>
    </p>
    <p>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </p>
    <pre style="background-color:#2b2b2b;color:#a9b7c6;font-family:'Courier New';font-size:8,6pt;"><span style="color:#bbb529;">@Path</span>(<span style="color:#6a8759;">"/users"</span>)
<span style="color:#bbb529;">@Stateless
</span><span style="color:#bbb529;">@SecurityDomain</span>(<span style="color:#6a8759;">"keycloak"</span>)
<span style="color:#cc7832;">public class </span>UserRESTService
{
    <span style="color:#bbb529;">@Inject
</span><span style="color:#bbb529;">    </span>UserRepository <span style="color:#9876aa;">repo</span><span style="color:#cc7832;">;
</span><span style="color:#cc7832;">
</span><span style="color:#cc7832;">    </span><span style="color:#bbb529;">@GET
</span><span style="color:#bbb529;">    @RolesAllowed</span>(<span style="color:#6a8759;">"admin"</span>)
    <span style="color:#bbb529;">@Produces</span>(MediaType.<span style="color:#9876aa;font-style:italic;">APPLICATION_JSON</span>)
    <span style="color:#cc7832;">public </span>Response <span style="color:#ffc66d;">listAllUsers</span>() {
</pre>
    but I get the exyception at trhe bottom:<br>
    <br>
    Any idea? thanks, Uli<br>
    <br>
    <div class="label" style="font-weight: bold; display: inline-block;
      color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida Sans
      Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
      font-size: medium; font-style: normal; font-variant: normal;
      letter-spacing: normal; line-height: normal; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">Context Path:</div>
    <div class="value" style="display: inline-block; color: rgb(0, 0,
      0); font-family: 'Lucida Grande', 'Lucida Sans Unicode',
      'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; font-size:
      medium; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: normal; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">/management-service</div>
    <br style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <div class="label" style="font-weight: bold; display: inline-block;
      color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida Sans
      Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
      font-size: medium; font-style: normal; font-variant: normal;
      letter-spacing: normal; line-height: normal; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">Servlet Path:</div>
    <div class="value" style="display: inline-block; color: rgb(0, 0,
      0); font-family: 'Lucida Grande', 'Lucida Sans Unicode',
      'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; font-size:
      medium; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: normal; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">/api</div>
    <br style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <div class="label" style="font-weight: bold; display: inline-block;
      color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida Sans
      Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
      font-size: medium; font-style: normal; font-variant: normal;
      letter-spacing: normal; line-height: normal; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">Path Info:</div>
    <div class="value" style="display: inline-block; color: rgb(0, 0,
      0); font-family: 'Lucida Grande', 'Lucida Sans Unicode',
      'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; font-size:
      medium; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: normal; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">/users</div>
    <br style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <div class="label" style="font-weight: bold; display: inline-block;
      color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida Sans
      Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
      font-size: medium; font-style: normal; font-variant: normal;
      letter-spacing: normal; line-height: normal; orphans: auto;
      text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">Query String:</div>
    <div class="value" style="display: inline-block; color: rgb(0, 0,
      0); font-family: 'Lucida Grande', 'Lucida Sans Unicode',
      'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; font-size:
      medium; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: normal; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">null</div>
    <br style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <b style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; letter-spacing: normal; line-height: normal; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">Stack Trace</b><br style="color:
      rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida Sans Unicode',
      'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif; font-size:
      medium; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: normal; orphans:
      auto; text-align: start; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 1; word-spacing: 0px;
      -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.jboss.resteasy.spi.UnhandledException:
      javax.ejb.EJBAccessException: WFLYEJB0364: Invocation on method:
      public javax.ws.rs.core.Response
      de.xy.rest.UserRESTService.listAllUsers() of bean: UserRESTService
      is not allowed</span><br style="color: rgb(0, 0, 0); font-family:
      'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica,
      Arial, Verdana, sans-serif; font-size: medium; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: normal; orphans: auto; text-align: start;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:76)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:212)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:168)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:411)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">javax.servlet.http.HttpServlet.service(HttpServlet.java:790)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</span><br
      style="color: rgb(0, 0, 0); font-family: 'Lucida Grande', 'Lucida
      Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px;">
    <span style="color: rgb(0, 0, 0); font-family: 'Lucida Grande',
      'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Verdana,
      sans-serif; font-size: medium; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: auto; text-align: start; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 1;
      word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
      !important; float: none;">java.lang.Thread.run(Thread.java:745)</span><br>
    <p> </p>
  </body>
</html>