You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running locally I get the following error on EE10 and lower test executions:
| testJava17viaPreCompile_EE10_FEATURES | Failure | 2024-05-21-14:24:26:791 [Unexpected FFDC reporting java.security.PrivilegedActionException was found (count = 1): build.image\wlp\usr\servers\jspJava17Server\logs\ffdc\ffdc_24.05.21_14.24.26.0.log >------Start of DE processing------ = [5/21/24, 14:24:26:245 EDT] >Exception = java.security.PrivilegedActionException >Source = com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.findWrapper >probeid = 445 >Stack Dump = java.security.PrivilegedActionException: com.ibm.ws.jsp.JspCoreException: JSPG0049E: /testJava21.jsp failed to compile : ]
-- | -- | -- | --
[testJava17viaPreCompile_EE10_FEATURES](file:///C:/LibertyGit/open-liberty/dev/com.ibm.ws.jsp.2.3_fat/build/libs/autoFVT/results/junit.html/com/ibm/ws/jsp23/fat/0_FATSuite.html#testJava17viaPreCompile_EE10_FEATURES) Failure 2024-05-21-14:24:26:791 [Unexpected FFDC reporting java.security.PrivilegedActionException was found (count = 1): C:\LibertyGit\open-liberty\dev\build.image\wlp\usr\servers\jspJava17Server\logs\ffdc\ffdc_24.05.21_14.24.26.0.log >------Start of DE processing------ = [5/21/24, 14:24:26:245 EDT] >Exception = java.security.PrivilegedActionException >Source = com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.findWrapper >probeid = 445 >Stack Dump = java.security.PrivilegedActionException: com.ibm.ws.jsp.JspCoreException: JSPG0049E: /testJava21.jsp failed to compile : ]
Some of the tests check for this but this test actually produces the FFDC and does not check for it.
testBothjdkSourceLevelAndjavaSourceLevel is doing a config update and then restarting the application but the config update has not completed so the applications starts and the test fails b/c it finds the FFDC from the test in Fix branding to be Open Liberty rather than WebSphere Liberty #1 when they are run one after the other..
Depending on the test ordering "SRVE8115W", "SRVE8094W" messages need to be added to the Class level server stop to avoid unexpected Warning messages in the test cleanup. The testJava17viaPreCompile stopServer already does this so sometimes we get the problem and sometimes we don't depending on test ordering.
testJava17viaPreCompile also needs to add the CWWJS0007W to its stopServer call to avoid problems with different test ordering.
Wait for config updates to complete in various tests before moving on.
The text was updated successfully, but these errors were encountered:
When running locally I get the following error on EE10 and lower test executions:
Some of the tests check for this but this test actually produces the FFDC and does not check for it.
testBothjdkSourceLevelAndjavaSourceLevel is doing a config update and then restarting the application but the config update has not completed so the applications starts and the test fails b/c it finds the FFDC from the test in Fix branding to be Open Liberty rather than WebSphere Liberty #1 when they are run one after the other..
Depending on the test ordering
"SRVE8115W", "SRVE8094W"
messages need to be added to the Class level server stop to avoid unexpected Warning messages in the test cleanup. ThetestJava17viaPreCompile
stopServer already does this so sometimes we get the problem and sometimes we don't depending on test ordering.testJava17viaPreCompile also needs to add the
CWWJS0007W
to its stopServer call to avoid problems with different test ordering.Wait for config updates to complete in various tests before moving on.
The text was updated successfully, but these errors were encountered: