Using BusinessRules results in com.mendix.core.CoreRuntimeException

2
The moment I use a BusinessRule in a microflow I get the following error. The error occurs even though I am not using the microflow. Meaning only adding a BusinessRule to a microflow causing this error. com.mendix.core.CoreRuntimeException: Microflow expression 'r' could not be parsed Error on line 0 character -1: mismatched input '<eof>' expecting '(' at fN.a(SourceFile:68) at fN.a(SourceFile:37) at cX.a(SourceFile:140) at cX.a(SourceFile:117) at v.a(SourceFile:263) at v.a(SourceFile:139) at go.<init>(SourceFile:52) at com.mendix.core.MxRuntime.H(SourceFile:585) at com.mendix.core.MxRuntime.A(SourceFile:272) at com.mendix.core.MxRuntime.z(SourceFile:252) at com.mendix.core.MxRuntime.a(SourceFile:234) at lz.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:662) An error occurred while initializing modules com.mendix.core.CoreRuntimeException: Microflow expression 'r' could not be parsed Error on line 0 character -1: mismatched input '<eof>' expecting '(' at fQ.a(SourceFile:68) at fQ.a(SourceFile:37) at dd.a(SourceFile:141) at dd.a(SourceFile:118) at v.a(SourceFile:267) at v.a(SourceFile:142) at gq.<init>(SourceFile:52) at com.mendix.core.MxRuntime.H(SourceFile:592) at com.mendix.core.MxRuntime.A(SourceFile:274) at com.mendix.core.MxRuntime.z(SourceFile:254) at com.mendix.core.MxRuntime.a(SourceFile:236) at ly.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:662)
asked
0 answers