]
Brian Stansberry reassigned WFLY-14433:
---------------------------------------
Component/s: Web (Undertow)
Assignee: Flavia Rainone (was: Brian Stansberry)
WildFly 22. Compile JSP error. JBWEB004062
------------------------------------------
Key: WFLY-14433
URL:
https://issues.redhat.com/browse/WFLY-14433
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 22.0.1.Final
Reporter: Jose Gracia
Assignee: Flavia Rainone
Priority: Major
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.