Closed ghost closed 8 years ago
After building the solution (without mistakes) in activator ui, when I try to run the app it crashes with a text. (p.s. It occurs only in windows, in Ubuntu it runs ok):
Error: [NullPointerException: null] In C:\c3po-master\c3po-webapi\target\scala-2.11\src_managed\main\routes_routing.scala:235 232// @LINE:7 233case controllers_Application_index0_route(params) => { 234 call { 235 controllers_Application_index0_invoker.call(controllers.Application.index()) 236 } 237} 238 239 240// @LINE:8
After building the solution (without mistakes) in activator ui, when I try to run the app it crashes with a text. (p.s. It occurs only in windows, in Ubuntu it runs ok):