package manager issue
Hi,
I have a strange issue: cannot install or uninstall any package:

Install Package: /etc/packages/my_packages/footer.zip
Wed Jul 12 2017 12:32:45 GMT+0300 (FLE Daylight Time)
Installing content
Error during processing:
java.lang.NoClassDefFoundError: bom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource
...
So, somehow it looks for "bom/sun/org/apache/xerces/internal/xni/parser/XMLInputSource"
But it should be "com/sun/org/apache/xerces/internal/xni/parser/XMLInputSource" I believe.
Does anybody know why it happened and what how to fix it?