You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have been working with TrakEM2 for a while. Today, I have had this error when saving the TrakEM2 projects and opening them with notepad (for verification).
...
And so on.. reading it as text. The body of the project looks fine but the header is clearly corrupted. In the log window of Fiji I get this:
Fatal error: column=135 line=321
ERROR:
org.xml.sax.SAXParseException; lineNumber: 321; columnNumber: 135; The entity name must immediately follow the '&' in the entity reference.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at ini.trakem2.persistence.FSLoader.openFSProject(FSLoader.java:300)
at ini.trakem2.Project.openFSProject(Project.java:554)
at ini.trakem2.Project.openFSProject(Project.java:544)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at HandleExtraFileTypes.tryOpen(HandleExtraFileTypes.java:302)
at HandleExtraFileTypes.openImage(HandleExtraFileTypes.java:489)
at HandleExtraFileTypes.run(HandleExtraFileTypes.java:76)
at ij.IJ.runUserPlugIn(IJ.java:235)
at ij.IJ.runPlugIn(IJ.java:198)
at ij.IJ.runPlugIn(IJ.java:187)
at ij.io.Opener.openWithHandleExtraFileTypes(Opener.java:512)
at ij.io.Opener.openUsingHandleExtraFileTypes(Opener.java:369)
at ij.io.Opener.openImage(Opener.java:359)
at ij.io.Opener.openImage(Opener.java:243)
at ij.io.Opener.open(Opener.java:109)
at ij.io.Opener.openAndAddToRecent(Opener.java:292)
at ij.plugin.DragAndDrop.openFile(DragAndDrop.java:194)
at ij.plugin.DragAndDrop.run(DragAndDrop.java:160)
at java.lang.Thread.run(Thread.java:748)
==================
I hope you can help me and that this is not a new update. Thanks!.
Marco
The text was updated successfully, but these errors were encountered:
Hello, I have been working with TrakEM2 for a while. Today, I have had this error when saving the TrakEM2 projects and opening them with notepad (for verification).
...
And so on.. reading it as text. The body of the project looks fine but the header is clearly corrupted. In the log window of Fiji I get this:
Fatal error: column=135 line=321
ERROR:
org.xml.sax.SAXParseException; lineNumber: 321; columnNumber: 135; The entity name must immediately follow the '&' in the entity reference.
==================
I hope you can help me and that this is not a new update. Thanks!.
Marco
The text was updated successfully, but these errors were encountered: