Skip to main content
Nintex Community Menu Bar
Question

VF error: Premature end of XML

  • July 9, 2024
  • 7 replies
  • 41 views

Forum|alt.badge.img+18

Getting this VF error:

Encountered premature end of XML: no more data available - expected end tag to close start tag from line 1, parser stopped on END_TAG seen …</skuidpage… @179:41

An unexpected error has occurred. Your solution provider has been notified. (skuid)

7 replies

Forum|alt.badge.img+11

This isn’t by any chance on an extremely large page is it?


Forum|alt.badge.img+18
  • Author
  • July 9, 2024

It is an extremely large page.


Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

A skuid page can only be so large.  (Page defintiion data is contained in 5 large text fields)  It looks like you’ve exceeded that size limit. You will need to break up the page into mutiple includes - or refactor your functionality so that it falls across severap pages. 


Forum|alt.badge.img+18
  • Author
  • July 9, 2024

Hmm. Wish I’d had a warning about this.

Really not interested in rebuilding a very large page.


Forum|alt.badge.img+18
  • Author
  • July 9, 2024

I the limitation the number of lines of XML (I’m at 3622), or the number of characters? I’d assume the latter if you’re storing as text fields?


Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Forum|alt.badge.img+18
  • Author
  • July 9, 2024

Ok, thanks. Looks like I’m only at ~131k. But apparently adding a model (with one field!) was enough to put me over the edge.