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
Data Access View-> when we try to import GML / GraphML / Pajek file - the relevant file extension is recognized under File Type, but the file to Extract Graph From is giving exception in Code v3.0.
Steps to Reproduce
1.Open Constellation
2. Open a new graph
3. Open Data Access View
4. Select Import File Graph
5. Select File Type ML / GraphML / Pajek from drop down list (make sure you have the file saved locally)
6. Select File Open -> browse to your drive for the file type> Click Open Button
Click GO
6.Keep your file name in file box but change the File type now and click open. Click Cancel and Click Go again.
Error:
javax.xml.transform.TransformerException: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
Data Access View-> when we try to import GML / GraphML / Pajek file - the relevant file extension is recognized under File Type, but the file to Extract Graph From is giving exception in Code v3.0.
Steps to Reproduce
1.Open Constellation
2. Open a new graph
3. Open Data Access View
4. Select Import File Graph
5. Select File Type ML / GraphML / Pajek from drop down list (make sure you have the file saved locally)
6. Select File Open -> browse to your drive for the file type> Click Open Button
6.Keep your file name in file box but change the File type now and click open. Click Cancel and Click Go again.
Error:
javax.xml.transform.TransformerException: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)
java.xml/com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)
au.gov.asd.tac.constellation.utilities.xml.XmlUtilities.read(XmlUtilities.java:240)
au.gov.asd.tac.constellation.views.dataaccess.plugins.importing.file.GraphMLImportProcessor.process(GraphMLImportProcessor.java:123)
au.gov.asd.tac.constellation.views.dataaccess.plugins.importing.file.GraphMLImportProcessor.process(GraphMLImportProcessor.java:65)
au.gov.asd.tac.constellation.views.dataaccess.plugins.importing.ImportGraphFilePlugin.query(ImportGraphFilePlugin.java:156)
au.gov.asd.tac.constellation.views.dataaccess.templates.RecordStoreQueryPlugin.lambda$query$0(RecordStoreQueryPlugin.java:133)
java.base/java.util.concurrent.FutureTask.run(Unknown Source)
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.base/java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered: