datascience / c3po

Clever, Crafty Content Profiling of Objects
http://ifs.tuwien.ac.at/imp/c3po
Apache License 2.0
4 stars 3 forks source link

Error in running application #40

Closed ghost closed 8 years ago

ghost commented 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