Jose Gracia created WFLY-14433:
----------------------------------
Summary: WildFly 22. Compile JSP error. JBWEB004062
Key: WFLY-14433
URL:
https://issues.redhat.com/browse/WFLY-14433
Project: WildFly
Issue Type: Bug
Affects Versions: 22.0.1.Final
Reporter: Jose Gracia
Assignee: Brian Stansberry
Hello,
When I try to run an application on WildFly 22.0.1 server, I get the following error:
---------------------------------------------------------
Stacktrace:
INFO JBWEB004062: Unable to compile class for JSP:
JBWEB004060: An error occurred at line: 12 in the jsp file: /jsps/global/error.jsp
Syntax error on tokens, delete these tokens
9: <%
10: // Introducing the exception in the User container
11: UserContainer userContainer =
(UserContainer)session.getAttribute(StrutsKeys.SES_USER_CONTAINER);
12: if(exception instanceof java.net.SocketException){
13: }else{
14: if (userContainer == null) {
15: userContainer = new UserContainer();
---------------------------------------------------------
Best regards.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)