org.xml.sax.SAXParseException: Premature end of file for *VALID* XML

前端 未结 7 807
梦如初夏
梦如初夏 2020-12-15 02:45

I am getting very strange \"Premature end of file.\" exception for last few days on one of our servers. The same configuration XML works fine on another server. We

7条回答
  •  太阳男子
    2020-12-15 03:24

    This is resolved. The problem was elsewhere. Another code in cron job was truncating XML to 0 length file. I have taken care of that.

提交回复
热议问题