I get an error sometimes when I try to calculate the count values from my maxent results

Issue #21 resolved
Lisa Biber-Freudenberger created an issue

After apparantly successfully running the R script with Cumulative Output option selected, i got an error when trying to calculate the count values. The insensa log file I attached. But I think there is nothing interesting in there. However after I reopened the project I got the same error and had the following print in the log file:

Jul 21, 2018 1:33:26 PM org.insensa.inforeader.PrecisionValues readInfos SEVERE: Could not read precision values org.insensa.exceptions.GisFileException: RasterFile:openGdalConnection: File "C:\Users\Lisa\insensa_wd\Test Project\FileSets\fileset\FileSets\max\test_2.tif" does not exist at org.insensa.RasterFile.openGdalConnection(RasterFile.java:442) at org.insensa.RasterFile.getDriver(RasterFile.java:268) at org.insensa.RasterFile.getDriverShortName(RasterFile.java:581) at org.insensa.inforeader.PrecisionValues.readInfos(PrecisionValues.java:169) at org.insensa.inforeader.AbstractInfoReader.run(AbstractInfoReader.java:185) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

Jul 21, 2018 1:33:26 PM org.insensa.inforeader.AbstractInfoReader run SEVERE: UNKNOWN java.io.IOException: org.insensa.exceptions.GisFileException: RasterFile:openGdalConnection: File "C:\Users\Lisa\insensa_wd\Test Project\FileSets\fileset\FileSets\max\test_2.tif" does not exist at org.insensa.inforeader.PrecisionValues.readInfos(PrecisionValues.java:172) at org.insensa.inforeader.AbstractInfoReader.run(AbstractInfoReader.java:185) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: org.insensa.exceptions.GisFileException: RasterFile:openGdalConnection: File "C:\Users\Lisa\insensa_wd\Test Project\FileSets\fileset\FileSets\max\test_2.tif" does not exist at org.insensa.RasterFile.openGdalConnection(RasterFile.java:442) at org.insensa.RasterFile.getDriver(RasterFile.java:268) at org.insensa.RasterFile.getDriverShortName(RasterFile.java:581) at org.insensa.inforeader.PrecisionValues.readInfos(PrecisionValues.java:169) ... 4 more

Jul 21, 2018 1:33:26 PM org.insensa.inforeader.CountValues run SEVERE: Error executing Count Values java.io.IOException: CFastCountValuesNew:readInfos: precisionValues not read at org.insensa.inforeader.CountValues.readInfosWithoutTemplate(CountValues.java:174) at org.insensa.inforeader.CountValues.readInfos(CountValues.java:126) at org.insensa.inforeader.CountValues.run(CountValues.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

Comments (2)

  1. Log in to comment