DB Walker and field with HTML

Post Reply
michel.weber
Posts: 256
Joined: Sat Oct 08, 2005 12:40 pm

DB Walker and field with HTML

Post by michel.weber »

Hi

I have a profile using DB Walker which gives me problems

Walk status contains : http://saroumane.key.coe.int/texis/DB/+ ... age/2.html returned code 500 (Internal Server Error)
The DB Walker log has the following line : WARNING: class org.xml.sax.SAXParseException creating XML output: org.xml.sax.SAXParseException: Parser has reached the entity expansion limit "64,000" set by the Application.


It looks like DB Walker does not like fields which contain HTML because when i take those fields out, it works. Or is it trying to create too big a page? I'm testing with the default style sheet.

Can you help?
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

DB Walker and field with HTML

Post by jason112 »

It sounds like a size limit; HTML data is being represented in the xml as "<html><body>", etc., and it looks like it's unhappy about having more than 64,000 entities (<, >, &, etc).

What's your "max rows per page" setting for this DBWalker config? Turning that down would limit the number of entities it sees per page.

You could also set a "Key Field" to make DBWalker show
1 result per page, which could help.
michel.weber
Posts: 256
Joined: Sat Oct 08, 2005 12:40 pm

DB Walker and field with HTML

Post by michel.weber »

thanks

that worked
Post Reply