Re: Stateful Functions: java.lang.IllegalStateException: There are no routers defined

2020-11-10 Thread Puneet Kinra
Hi All I am facing the problem while running the Harness Runner Test.I have defined the AutoService annotation in the Function Module java.lang.IllegalStateException: There are no routers defined. at

Re: Stateful Functions: java.lang.IllegalStateException: There are no routers defined

2020-04-26 Thread Igal Shilman
Hi! Glad to see that you are trying out StateFun! The exception means that in your application you are missing a router definition, this might happen if either: 1) indeed you did not bind any router 2) just forgot to include the stateful functions module. If you have copied the code from an

Stateful Functions: java.lang.IllegalStateException: There are no routers defined

2020-04-23 Thread Annemarie Burger
Hi, I'm getting to know Stateful Functions and was trying to run the Harness RunnerTest example. If I clone the repository and open and execute the project from there it works fine, but when I copy the code into my own project, it keeps giving a "java.lang.IllegalStateException: There are no