Jim - 2012-09-07

I now found thatn the error that causes the above behaviour is as follow:

[Fatal Error] :1:1: Content is not allowed in prolog.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:251)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:300)
at rootgui.model.parser.CellsetGeometryParser.getGeometryFromString(CellsetGeometryParser.java:70)
at rootgui.model.Geometry.parseXMLString(Geometry.java:100)
at simserver.SimServerClient.getRecord(SimServerClient.java:611)
at rootgui.controller.VRootController$4.run(VRootController.java:289)
at java.lang.Thread.run(Thread.java:722)