+2 votes
815 views

An error occured during exporting processes or product systems to json format and export failed. Log data show the following entries:

TimeThreadLevelCategoryMessage
327852ModalContextERRORorg.openlca.jsonld.ZipStorefailed to put processes/8987d33d-9d43-3838-86e6-ab3e8bb21202.json
java.nio.file.ReadOnlyFileSystemException
     at com.sun.nio.zipfs.ZipFileSystem.checkWritable(ZipFileSystem.java:155)
     at com.sun.nio.zipfs.ZipFileSystem.createDirectory(ZipFileSystem.java:416)
     at com.sun.nio.zipfs.ZipPath.createDirectory(ZipPath.java:634)
     at com.sun.nio.zipfs.ZipFileSystemProvider.createDirectory(ZipFileSystemProvider.java:201)
     at java.nio.file.Files.createDirectory(Files.java:674)
     at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
     at java.nio.file.Files.createDirectories(Files.java:727)
     at org.openlca.jsonld.ZipStore.put(ZipStore.java:76)
     at org.openlca.jsonld.ZipStore.put(ZipStore.java:97)
     at org.openlca.jsonld.ZipStore.put(ZipStore.java:88)
     at org.openlca.jsonld.output.JsonExport.write(JsonExport.java:74)
     at org.openlca.jsonld.output.JsonExport.lambda$0(JsonExport.java:71)
     at org.openlca.jsonld.output.References.create(References.java:34)
     at org.openlca.jsonld.output.ProductSystemWriter.mapProcesses(ProductSystemWriter.java:130)
     at org.openlca.jsonld.output.ProductSystemWriter.write(ProductSystemWriter.java:59)
     at org.openlca.jsonld.output.ProductSystemWriter.write(ProductSystemWriter.java:1)
     at org.openlca.jsonld.output.JsonExport.write(JsonExport.java:73)
     at org.openlca.app.wizards.io.JsonExportWizard$Export.doExport(JsonExportWizard.java:109)
     at org.openlca.app.wizards.io.JsonExportWizard$Export.doExport(JsonExportWizard.java:103)
     at org.openlca.app.wizards.io.JsonExportWizard$Export.run(JsonExportWizard.java:85)
     at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

Kind regards

Heidi

in openLCA by (220 points)
by (220 points)
The error only occurs while saving on a network folder. Saving on a local folder works.

Please log in or register to answer this question.

...