Coderunner problem...?

[INFO] Copyright© 2016 Backendless Corp. All rights reserved.

[INFO] Version: 3.0.0 Build date: 20160125-0901

[INFO] CodeRunner session is running for 2 hour and will be terminated on 08:31:00.189[UTC]

Exception in thread “main” java.lang.NoClassDefFoundError: weborb/client/ioEngine/HttpIOEngine

at com.backendless.coderunner.runtime.security.CodeRunnerSecurityManager$1.<init>(CodeRunnerSecurityManager.java:17)

at com.backendless.coderunner.runtime.security.CodeRunnerSecurityManager.<clinit>(CodeRunnerSecurityManager.java:16)

at com.backendless.coderunner.runtime.security.Security.setupSecurity(Security.java:42)

at com.backendless.coderunner.CodeRunner.start(CodeRunner.java:99)

at com.backendless.coderunner.CodeRunnerLoader.main(CodeRunnerLoader.java:67)

Caused by: java.lang.ClassNotFoundException: weborb.client.ioEngine.HttpIOEngine

at java.net.URLClassLoader.findClass(URLClassLoader.java:381)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)

at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

... 5 more

What is the problem here? Suddenly I cannot use coderunner anymore…

Okay, managed to solve this already. I took versions from our source countrol which changed the access rights of all files.

Returned all rights to all coderunner files and now all works :slight_smile:

You may close this.