Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Errors from Birt Report Viewer on Chrome and Safari..
Elkaras
use Birt 3.7.2
in localtest, the web viewer work perfectly ..
but, in the server and run hudson..
it shows errors .. on chrome and safari ..
on ie, it works fine ..
the error message is "org.xml.sax.SAXParseException: Premature end of file."
I've searched in forum ...
some says .. it has fixed by a patch ..so web viewer works on chrome ..and safari ..
I think that is why it works on local ... the bug is maybe ."org.xml.sax.SAXParseException on web-kit browser"
there is a different between local and server..
local use the same port, but on server http uses 443 for view pages..(only jsp) , https uses 9090 for birt
hmm .. I do not know how to solve this ....
plz, help me ..T_T
Find more posts tagged with
Comments
Elkaras
answering my question myself ..<br />
<br />
this problem has been solved ..<br />
<br />
<a class='bbc_url' href='
https://bugs.eclipse.org/bugs/show_bug.cgi?id=310512#c6'>bug
- report</a><br />
<br />
in bug report ... at comment 6<br />
<br />
edit the prototype.js [webcontent/birt/ajax/lib]<br />
<br />
remove requestHeaders.push('Content-type','application/x-www-form-urlencoded');<br />
<br />
and then it works fine !
mwilliams
Great! Thanks for updating the thread with the solution!