Hello,
When I go to open a Designer project, I get this error:
Error launching application:
FineNotFoundException:
C:\Users\username.ignition\cahce\resources\runtimes\11.0.14.1\bin\rmiregistry.exe
Like some other posts have suggested, I’ve tried deleting the entire .ignition folder under my username and reloading the project. It just reloads the files and comes up with the same error. Any thoughts?
Here is a snippet from the error log:
Launch failed on step "DownloadRuntimeStep" with error:
java.io.FileNotFoundException: C:\Users\username\.ignition\cache\resources\runtimes\11.0.14.1\bin\rmiregistry.exe (The process cannot access the file because it is being used by another process)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:237)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:187)
at com.inductiveautomation.ignition.client.launch.steps.DownloadRuntimeStep.unzip(DownloadRuntimeStep.java:254)
at com.inductiveautomation.ignition.client.launch.steps.DownloadRuntimeStep.downloadRuntime(DownloadRuntimeStep.java:206)
at com.inductiveautomation.ignition.client.launch.steps.DownloadRuntimeStep$DownloadRuntimeAction.run(DownloadRuntimeStep.java:115)
at com.inductiveautomation.ignition.client.launch.steps.DownloadRuntimeStep$DownloadRuntimeAction.run(DownloadRuntimeStep.java:82)
at com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep.runLockedAction(AbstractLaunchStep.java:95)
at com.inductiveautomation.ignition.client.launch.steps.BaseStep.runLockedAction(BaseStep.java:21)
at com.inductiveautomation.ignition.client.launch.steps.DownloadRuntimeStep.run(DownloadRuntimeStep.java:54)
at com.inductiveautomation.ignition.client.launch.AbstractStepRunner.run(AbstractStepRunner.java:33)
at java.base/java.lang.Thread.run(Thread.java:829)