Error message when trying to use bpm

Hi.

I try to do the document example for a simple bpm project, but when clicking on OK after selecting bpm in the project settings, I get these error messages:
[17:50:36.623] Loading sources for com.haulmont.cuba:cuba-core:6.8.1
[17:50:51.979] Loading sources for com.haulmont.cuba:cuba-web-toolkit:6.8.1
[17:50:56.611] Loading sources for com.haulmont.cuba:cuba-rest-api:6.8.1
[17:50:59.382] Loading sources for com.haulmont.cuba:cuba-gui:6.8.1
[17:51:15.983] Loading sources for com.haulmont.cuba:cuba-portal:6.8.1
[17:51:17.504] Unexpected error
java.lang.RuntimeException: java.nio.file.NoSuchFileException: C:\Users\rwalde.haulmont\studio\cache\com.haulmont.bpm\6.8.1\bpm-global
[17:51:17.504] Exception has been thrown by com.haulmont.studio.backend.ed.x@5c58d6ce:
[17:51:17.505] java.nio.file.NoSuchFileException: C:\Users\rwalde.haulmont\studio\cache\com.haulmont.bpm\6.8.1\bpm-global

at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)

at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)

at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)

at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)

at sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)

at sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:193)

at java.nio.file.Files.readAttributes(Files.java:1737)

at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)

at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)

at java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322)

at java.nio.file.Files.walkFileTree(Files.java:2662)

at java.nio.file.Files.walkFileTree(Files.java:2742)

at com.haulmont.studio.backend.e.b.c(SourceFile:110)

at com.haulmont.studio.backend.ed.x.a(SourceFile:135)

at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)


[17:51:18.502] Ready
[17:51:18.504] Creating/updating Gradle wrapper
[17:51:18.504] Executing Gradle task: wrapper
[17:51:18.547] Loading sources for com.haulmont.bpm:bpm-web:6.8.1
:wrapper

BUILD SUCCESSFUL in 0s
1 actionable task: 1 executed
[17:51:21.267] Loading sources for com.haulmont.bpm:bpm-core:6.8.1
[17:51:28.237] Loading sources for com.haulmont.bpm:bpm-gui:6.8.1
[17:51:31.679] Loading sources for com.haulmont.bpm:bpm-global:6.8.1

regards
roland

Hi! Thanks for reporting the issue, we will be included a fix in next release. You can reopen the project to resolve the issue now.

did a clean and after that it works… thx