Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSPErrorReport: unexpected tag: 15 in SDEInstaller #30861

Open
volosied opened this issue Feb 25, 2025 · 0 comments · May be fixed by #30862
Open

JSPErrorReport: unexpected tag: 15 in SDEInstaller #30861

volosied opened this issue Feb 25, 2025 · 0 comments · May be fixed by #30862
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty

Comments

@volosied
Copy link
Member

Describe the bug
The JSP/Pages application will encounter an exception like this one:

com.ibm.ws.jsp.webcontainerext.JSPErrorReport: unexpected tag: 15
	at com.ibm.ws.jsp.translator.utils.SDEInstaller.copyConstantPool(SDEInstaller.java:287)
	at com.ibm.ws.jsp.translator.utils.SDEInstaller.addSDE(SDEInstaller.java:89)
	at com.ibm.ws.jsp.translator.utils.SDEInstaller.<init>(SDEInstaller.java:59)
	at com.ibm.ws.jsp.translator.utils.SDEInstaller.install(SDEInstaller.java:3

Steps to Reproduce

  1. Enable -Dwas.debug.mode=true in the jvm.options file.
  2. The java code that triggers this error varies, but for this bug, the user reported concatenation as the cause.
    For example: String newlocation = rootContext + "/somePage.jsp";

Expected behavior
No errors should occur.

Diagnostic information:

  • OpenLiberty Version: All
  • Affected feature(s) jsp-2.3, pages-3.0, pages-3.1
  • Java Version: Java 11, 17, 21
  • server.xml configuration: N/A

Additional context
https://bz.apache.org/bugzilla/show_bug.cgi?id=54475

@volosied volosied added release bug This bug is present in a released version of Open Liberty team:Sirius in:Web Components and removed release bug This bug is present in a released version of Open Liberty team:Sirius labels Feb 25, 2025
@github-project-automation github-project-automation bot moved this to General Issues in Web Tier Team Feb 25, 2025
@volosied volosied linked a pull request Feb 25, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Web Components release bug This bug is present in a released version of Open Liberty
Projects
Status: General Issues
Development

Successfully merging a pull request may close this issue.

1 participant