salaboy / emergency-service-drools-app

Emergency Service Drools Application
http://salaboy.wordpress.com
70 stars 44 forks source link

mvn install gives nullpointerexception #19

Closed tombburnell closed 13 years ago

tombburnell commented 13 years ago
Exception in thread "Thread-0" java.lang.NullPointerException
at com.wordpress.salaboy.TaskServerDaemon.stopServer(TaskServerDaemon.java:72)
at com.wordpress.salaboy.MyDroolsUtilities$1.run(MyDroolsUtilities.java:90)

[INFO] ------------------------------------------------------------------------

salaboy commented 13 years ago

Hi there.. sounds weird.. I will double check the problem this afternoon. We are working in UI refactorings.. in a branch, but I will try to fix this problem ASAP. Thanks for reporting.

PS: Did you try to run it without tests? to at least have the app working? Greetings

tombburnell commented 13 years ago

ok thanks,

mvn install -Dmaven.test.skip=true -> Build successful.

Ok it's built now, how do I start it/ see it in action?

Tom

salaboy commented 13 years ago

Hi Tom, first of all thanks for testing the application. I was fighting with maven, and I've updated the maven conf to be able to run the application using mvn exec:exec. Please do a git pull to get the new source code. I also improve the README file that explains the basic to run the application. Please feel free to ask questions if something is missing there. Thanks again!