org. apache .poi.openxml4j.exceptions.OpenXML4JRuntimeException: Ошибка сохранения Не удалось загрузить [org. apache. xml .serializer.ToXMLStream] - PullRequest
0 голосов
/ 05 августа 2020

У меня проблема с функцией экспорта в шаблон Excel.

У кого-нибудь такая же проблема? Не могли бы вы помочь?

org.apache.poi.openxml4j.exceptions.OpenXML4JRuntimeException: Fail to save: an error occurs while saving the package : Illegal access: this web application instance has been stopped already. Could not load [org.apache.xml.serializer.ToXMLStream]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
    at org.apache.poi.openxml4j.opc.ZipPackage.saveImpl(ZipPackage.java:595)
    at org.apache.poi.openxml4j.opc.OPCPackage.save(OPCPackage.java:1539)
    at org.apache.poi.POIXMLDocument.write(POIXMLDocument.java:227)
...