3 Replies Latest reply on Mar 15, 2018 10:56 AM by devesh47

    JSP not getting compiled in jboss-eap-7.1

    devesh47

      Getting below error when opening a JSP containing scriptlets.

       

      org.apache.jasper.JasperException: JBWEB004001: Unable to compile class for JSP

       

      jdk1.8.0_152 and jboss-eap-7.1.0

       

      Tried thread to fix wildfly-8.0.0.Final w/ jdk1.8.0 . But still the issue is not resolved.

        • 1. Re: JSP not getting compiled in jboss-eap-7.1
          ctomc

          Full stack trace?

          • 2. Re: JSP not getting compiled in jboss-eap-7.1
            devesh47

            Dont have the full stack trace. But will give some example of how I Fixed few jsp compilation issues.

             

            Like I had a jsp two example :-

            1)

            Jsp had an import ending with ";" and the jboss was failing to compile

             

            <%@ page import="com.tcs.channels.framework.comms.interceptor.HTTPSessionConstants,com.tcs.channels.user.NblUser;"%>

             

            When I removed the ";" it worked.

             

            2)

            Jsp tag had two maxlenght attribute. When I removed one entery it worked.

             

            <td > <s:textfield name="trnToDt" size="10" maxlength="10" maxlength="10" cssClass="fieldinput_mandatory" tabindex="" onkeypress="return ValidateDt(event);" onblur="RemoveFieldGlow(trnToDt); FormatDt(trnToDt);"/> <a onClick="showCalendar('trnToDt')"><img src="./images/calendar.gif" border="0" alt=''<s:text name="Common.Calendar" />''></a></td>

             

            I know these are some incorrect standard practices but all jsp has different find of issue it gives JasperException. Need support in skip these validations.

             

            org.apache.jasper.JasperException: /CBSCustomer/Scrn062001.jsp (JBWEB004251: An error occurred at line: 558 column: 50) jsp.error.attribute.duplicate

            • 3. Re: JSP not getting compiled in jboss-eap-7.1
              devesh47

              [2018-03-15 22:17:52,075] ERROR - [] [default task-32] - org.apache.jasper.JasperException: /XXXX/XXXX.jsp (JBWEB004251: An error occurred at line: 130 column: 125) jsp.error.attribute.duplicate

              [2018-03-15 22:17:52,075] ERROR - [] [default task-32] - at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:45)

              [2018-03-15 22:17:52,076] ERROR - [] [default task-32] - at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:276)

              [2018-03-15 22:17:52,076] ERROR - [] [default task-32] - at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:91)

              [2018-03-15 22:17:52,076] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:176)

              [2018-03-15 22:17:52,076] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:158)

              [2018-03-15 22:17:52,076] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1262)

              [2018-03-15 22:17:52,077] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1484)

              [2018-03-15 22:17:52,077] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1683)

              [2018-03-15 22:17:52,077] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1032)

              [2018-03-15 22:17:52,077] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1302)

              [2018-03-15 22:17:52,077] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1484)

              [2018-03-15 22:17:52,078] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Parser.parse(Parser.java:143)

              [2018-03-15 22:17:52,078] ERROR - [] [default task-32] - at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:223)

              [2018-03-15 22:17:52,078] ERROR - [] [default task-32] - at org.apache.jasper.compiler.ParserController.parse(ParserController.java:102)

              [2018-03-15 22:17:52,078] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:200)

              [2018-03-15 22:17:52,078] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Compiler.compile(Compiler.java:354)

              [2018-03-15 22:17:52,079] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Compiler.compile(Compiler.java:334)

              [2018-03-15 22:17:52,079] ERROR - [] [default task-32] - at org.apache.jasper.compiler.Compiler.compile(Compiler.java:321)

              [2018-03-15 22:17:52,079] ERROR - [] [default task-32] - at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:652)

              [2018-03-15 22:17:52,079] ERROR - [] [default task-32] - at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:358)

              [2018-03-15 22:17:52,079] ERROR - [] [default task-32] - at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:403)

              [2018-03-15 22:17:52,080] ERROR - [] [default task-32] - at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:347)

              [2018-03-15 22:17:52,080] ERROR - [] [default task-32] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

              [2018-03-15 22:17:52,080] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)

              [2018-03-15 22:17:52,080] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:81)

              [2018-03-15 22:17:52,080] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)

              [2018-03-15 22:17:52,081] ERROR - [] [default task-32] - at io.undertow.jsp.JspFileHandler.handleRequest(JspFileHandler.java:32)

              [2018-03-15 22:17:52,081] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)

              [2018-03-15 22:17:52,081] ERROR - [] [default task-32] - at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              [2018-03-15 22:17:52,081] ERROR - [] [default task-32] - at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              [2018-03-15 22:17:52,081] ERROR - [] [default task-32] - at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              [2018-03-15 22:17:52,082] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:274)

              [2018-03-15 22:17:52,082] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletInitialHandler.dispatchToPath(ServletInitialHandler.java:209)

              [2018-03-15 22:17:52,082] ERROR - [] [default task-32] - at io.undertow.servlet.spec.RequestDispatcherImpl.forwardImpl(RequestDispatcherImpl.java:221)

              [2018-03-15 22:17:52,082] ERROR - [] [default task-32] - at io.undertow.servlet.spec.RequestDispatcherImpl.forwardImplSetup(RequestDispatcherImpl.java:147)

              [2018-03-15 22:17:52,082] ERROR - [] [default task-32] - at io.undertow.servlet.spec.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:111)

              [2018-03-15 22:17:52,083] ERROR - [] [default task-32] - at org.apache.struts2.dispatcher.ServletDispatcherResult.doExecute(ServletDispatcherResult.java:164)

              [2018-03-15 22:17:52,083] ERROR - [] [default task-32] - at org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:186)

              [2018-03-15 22:17:52,083] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.executeResult(DefaultActionInvocation.java:374)

              [2018-03-15 22:17:52,083] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:278)

              [2018-03-15 22:17:52,083] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor.intercept(ConversionErrorInterceptor.java:138)

              [2018-03-15 22:17:52,084] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,084] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:211)

              [2018-03-15 22:17:52,084] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)

              [2018-03-15 22:17:52,084] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,084] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:211)

              [2018-03-15 22:17:52,085] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)

              [2018-03-15 22:17:52,085] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,085] ERROR - [] [default task-32] - at org.apache.struts2.interceptor.MultiselectInterceptor.intercept(MultiselectInterceptor.java:75)

              [2018-03-15 22:17:52,085] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,085] ERROR - [] [default task-32] - at org.apache.struts2.interceptor.CheckboxInterceptor.intercept(CheckboxInterceptor.java:90)

              [2018-03-15 22:17:52,086] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,086] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.PrepareInterceptor.doIntercept(PrepareInterceptor.java:171)

              [2018-03-15 22:17:52,086] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)

              [2018-03-15 22:17:52,086] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,086] ERROR - [] [default task-32] - at org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(ServletConfigInterceptor.java:164)

              [2018-03-15 22:17:52,087] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,087] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:187)

              [2018-03-15 22:17:52,087] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,087] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:176)

              [2018-03-15 22:17:52,087] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,088] ERROR - [] [default task-32] - at com.tcs.channels.framework.comms.interceptor.RequestHandlerInterceptor.intercept(RequestHandlerInterceptor.java:248)

              [2018-03-15 22:17:52,088] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,088] ERROR - [] [default task-32] - at com.tcs.channels.framework.comms.interceptor.ExceptionHandlerInterceptor.intercept(ExceptionHandlerInterceptor.java:41)

              [2018-03-15 22:17:52,088] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,088] ERROR - [] [default task-32] - at com.tcs.channels.framework.comms.interceptor.XSSHandlerInterceptor.intercept(XSSHandlerInterceptor.java:192)

              [2018-03-15 22:17:52,089] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,089] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:176)

              [2018-03-15 22:17:52,089] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)

              [2018-03-15 22:17:52,089] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,089] ERROR - [] [default task-32] - at com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:265)

              [2018-03-15 22:17:52,090] ERROR - [] [default task-32] - at org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:68)

              [2018-03-15 22:17:52,090] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)

              [2018-03-15 22:17:52,090] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,090] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor.intercept(ConversionErrorInterceptor.java:138)

              [2018-03-15 22:17:52,090] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,091] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:211)

              [2018-03-15 22:17:52,091] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)

              [2018-03-15 22:17:52,091] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,091] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:211)

              [2018-03-15 22:17:52,091] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)

              [2018-03-15 22:17:52,092] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,092] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)

              [2018-03-15 22:17:52,092] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,092] ERROR - [] [default task-32] - at org.apache.struts2.interceptor.MultiselectInterceptor.intercept(MultiselectInterceptor.java:75)

              [2018-03-15 22:17:52,092] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,092] ERROR - [] [default task-32] - at org.apache.struts2.interceptor.CheckboxInterceptor.intercept(CheckboxInterceptor.java:90)

              [2018-03-15 22:17:52,093] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,093] ERROR - [] [default task-32] - at org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:243)

              [2018-03-15 22:17:52,093] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,093] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.intercept(ModelDrivenInterceptor.java:100)

              [2018-03-15 22:17:52,093] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,094] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor.intercept(ScopedModelDrivenInterceptor.java:141)

              [2018-03-15 22:17:52,094] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,094] ERROR - [] [default task-32] - at org.apache.struts2.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.java:256)

              [2018-03-15 22:17:52,094] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,094] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ChainingInterceptor.intercept(ChainingInterceptor.java:145)

              [2018-03-15 22:17:52,095] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,095] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.PrepareInterceptor.doIntercept(PrepareInterceptor.java:171)

              [2018-03-15 22:17:52,095] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)

              [2018-03-15 22:17:52,095] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,095] ERROR - [] [default task-32] - at org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(ServletConfigInterceptor.java:164)

              [2018-03-15 22:17:52,096] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,096] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.AliasInterceptor.intercept(AliasInterceptor.java:192)

              [2018-03-15 22:17:52,096] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,096] ERROR - [] [default task-32] - at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:187)

              [2018-03-15 22:17:52,096] ERROR - [] [default task-32] - at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:249)

              [2018-03-15 22:17:52,097] ERROR - [] [default task-32] - at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:54)

              [2018-03-15 22:17:52,097] ERROR - [] [default task-32] - at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:511)

              [2018-03-15 22:17:52,097] ERROR - [] [default task-32] - at org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77)

              [2018-03-15 22:17:52,097] ERROR - [] [default task-32] - at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:91)

              [2018-03-15 22:17:52,097] ERROR - [] [default task-32] - at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)

              [2018-03-15 22:17:52,097] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)

              [2018-03-15 22:17:52,098] ERROR - [] [default task-32] - at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:73)

              [2018-03-15 22:17:52,098] ERROR - [] [default task-32] - at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)

              [2018-03-15 22:17:52,098] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)

              [2018-03-15 22:17:52,098] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)

              [2018-03-15 22:17:52,098] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)

              [2018-03-15 22:17:52,099] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)

              [2018-03-15 22:17:52,099] ERROR - [] [default task-32] - at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)

              [2018-03-15 22:17:52,099] ERROR - [] [default task-32] - at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              [2018-03-15 22:17:52,099] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)

              [2018-03-15 22:17:52,099] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)

              [2018-03-15 22:17:52,100] ERROR - [] [default task-32] - at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              [2018-03-15 22:17:52,100] ERROR - [] [default task-32] - at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53)

              [2018-03-15 22:17:52,100] ERROR - [] [default task-32] - at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)

              [2018-03-15 22:17:52,100] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)

              [2018-03-15 22:17:52,100] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59)

              [2018-03-15 22:17:52,101] ERROR - [] [default task-32] - at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)

              [2018-03-15 22:17:52,101] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)

              [2018-03-15 22:17:52,101] ERROR - [] [default task-32] - at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)

              [2018-03-15 22:17:52,101] ERROR - [] [default task-32] - at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)

              [2018-03-15 22:17:52,101] ERROR - [] [default task-32] - at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              [2018-03-15 22:17:52,102] ERROR - [] [default task-32] - at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)

              [2018-03-15 22:17:52,102] ERROR - [] [default task-32] - at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              [2018-03-15 22:17:52,102] ERROR - [] [default task-32] - at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)

              [2018-03-15 22:17:52,102] ERROR - [] [default task-32] - at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)

              [2018-03-15 22:17:52,102] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)

              [2018-03-15 22:17:52,103] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)

              [2018-03-15 22:17:52,103] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)

              [2018-03-15 22:17:52,103] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)

              [2018-03-15 22:17:52,103] ERROR - [] [default task-32] - at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)

              [2018-03-15 22:17:52,103] ERROR - [] [default task-32] - at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)

              [2018-03-15 22:17:52,104] ERROR - [] [default task-32] - at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)

              [2018-03-15 22:17:52,104] ERROR - [] [default task-32] - at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)

              [2018-03-15 22:17:52,104] ERROR - [] [default task-32] - at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)

              [2018-03-15 22:17:52,104] ERROR - [] [default task-32] - at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)

              [2018-03-15 22:17:52,104] ERROR - [] [default task-32] - at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)

              [2018-03-15 22:17:52,105] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)

              [2018-03-15 22:17:52,105] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)

              [2018-03-15 22:17:52,105] ERROR - [] [default task-32] - at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)

              [2018-03-15 22:17:52,105] ERROR - [] [default task-32] - at io.undertow.server.Connectors.executeRootHandler(Connectors.java:326)

              [2018-03-15 22:17:52,105] ERROR - [] [default task-32] - at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)

              [2018-03-15 22:17:52,106] ERROR - [] [default task-32] - at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

              [2018-03-15 22:17:52,106] ERROR - [] [default task-32] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

              [2018-03-15 22:17:52,106] ERROR - [] [default task-32] - at java.lang.Thread.run(Thread.java:748)