opennars / Narjure

A Clojure implementation of the Non-Axiomatic Reasoning System proposed by Pei Wang.
GNU General Public License v2.0
43 stars 11 forks source link

Restart issue #50

Closed patham9 closed 8 years ago

patham9 commented 8 years ago

Some actors sometimes hamper a warm-restart, mainly the general_inferencer:

07:22:50.238 WARN co.paralleluniverse.actors.behaviors.SupervisorActor Child Server{ActorRef@6ee2795c{ServerActor@general-inferencer[owner: fiber-10000889]}} shutdown timeout. Interrupting... 07:22:50.339 WARN co.paralleluniverse.actors.behaviors.SupervisorActor Child Server{ActorRef@6ee2795c{ServerActor@general-inferencer[owner: fiber-10000889]}} could not shut down...

TonyLo1 commented 8 years ago

yes, not sure why yet. if you repeat the, stop, shutdown, restart sequence it generally clears it.

I will look into this when I have more time.

patham9 commented 8 years ago

works nicely since quite some time already.