Open grogcw opened 6 years ago
I also could reproduce this exact same error on a MacOSX with Oracle JDK8 and brew's sbt & scala.
Turns out I downloaded the jars for Optaplanner 6.0.1 Final and put them in the lib folder at the root of the project and everything except JNotify works, so....case partially closed if you don't want to upgrade your code :)
@grogcw oh, thanks! I've been pretty busy and I haven't been able to stop on this :_). Glad to hear the workaround you found! Leave this open, who knows if I'll be able to fix this eventually :-)
Hi !
I'm trying to use your code with the new "sbt solution", and new versions of optaplanner and drools-core that are now 7.9.0 instead of 6.0.1 as you compiled in 2014.
I updated the version number in the build.sbt at the root of your code, as the repo seems to no longer have it.
The thing is my outpout to sbt run console after loading my_server_ip:9000 is :
It seems to the not expert on java/scala/angular that I am, that there is a deprecated class call in your DiningConfiguration.java, line 16.
I might totally be wrong tho.
As the code seems to run through a compiled jar (again, not an expert), I can't touch your source.
Can you see if you can replicate and/or update ?
Thanks for taking care!
PS : JNotify seems to fall too, but it might be on my side and it seems that it's not a stopping point on the process. PS/2 : The system it's running on is a brand new freshly installed Debian with sbt latest.