Assigned
Status Update
Comments
jp...@google.com <jp...@google.com> #2
Generated Metadata
- Summary: The Apps Script application is not working as expected. The first page works, but the second page does not. It is difficult to determine the root cause without additional information.
- Tags:
Additional resources:
https://developers.google.com/apps-script/guides/support/troubleshooting https://developers.google.com/apps-script/support https://stackoverflow.com/.../how-to-debug-or-view-logs-in-google-app-scr... https://stackoverflow.com/.../appscript-webapp-hyperlink-not-working-the-... https://stackoverflow.com/.../serve-separate-html-pages-google-apps-script-...
You can
bl...@google.com <bl...@google.com> #3
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
jp...@google.com <jp...@google.com> #4
I have reported this to the engineering team and future updates will be shared here. Thank you for your patience.
Description
A short description of the issue: Java 24 Update has broken XML parsing due to stricter limits
A small code sample that reliably reproduces the issue. The sample should run as-is or with minimal setup, without external dependencies.
What steps will reproduce the problem?
What is the expected output? What do you see instead? If you see error messages, please provide them.
Exception: Error on line 26543: JAXP00010003: The length of entity "[xml]" is "100,001" that exceeds the "100,000" limit set by "jaxp.properties". myFunction @test.gs.gs:4
Please provide any additional information below.
This issue was first happening to us 2/3/25 2:19:08 AM EST, most likely you updated App Scripts to Java 24 which changed the JAXP limits from unlimited to 100.000.