Topic #157 -
Import error
- by DonEdwards 24/03/2019 05:52
I think I have a corrupted database (based on stuff I add not being there if I close and reopen the project), so I exported it to xml and tried to import it into a new database.
Result:
Quotation : error_windowException Message:
An error occurs when parsing document.
Stack Trace:
java.lang.Exception: An error occurs when parsing document.
at storybook.exim.importer.Importer.readDom(Importer.java:137)
at storybook.exim.importer.Importer.openXml(Importer.java:117)
at storybook.exim.importer.Importer.open(Importer.java:77)
at storybook.exim.importer.ImportDlg.loadLists(ImportDlg.java:220)
at storybook.exim.importer.ImportDlg.btFileAction(ImportDlg.java:158)
at storybook.exim.importer.ImportDlg.lambda$initUi$1(ImportDlg.java:135)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Please report this exception to the development team.
Document generated in 0.05 second