Paul, I'm running build tests on Win10 and can't replicate any crashes. Can you please share a bit more information: JVM version, stack trace? Also, I think it was pointed out that pom.xml has issues that Maven can use non-JDK11 JVM when launching external processes during the 'verify' phase. Do you have non-JDK11 JVMs installed locally?
Thanks, -- Nikita Ivanov. On Wed, Jan 27, 2021 at 9:15 PM Paul King <[email protected]> wrote: > +1 > > Checked hashes and signatures > DISCLAIMER exists > NOTICE seems okay > LICENSE seems okay > "mvn clean package verify" passes on Ubuntu (I had the same VM crash issue > in Win10 as reported previously) > "mvn apache-rat:rat" passes > incubating in name > no unexpected binary files > > I also ran my groovy-data-science example which interacts with the light > switch example model. > After blowing away my ".nlpcraft" folder, it ran fine against the Java, > Scala and Groovy example models. > Against the Kotlin model it error with: > > [java] Jan-28|15:11:33|ERR| Failed to start probe: > [java] Jan-28|15:11:33|ERR| +-+ Failed to instantiate model: > org.apache.nlpcraft.examples.lightswitch.LightSwitchKotlinModel -> > (NCDeployManager.scala:522) > [java] Jan-28|15:11:33|ERR| | > o.a.n.probe.mgrs.deploy.NCDeployManager$.makeModelWrapper -> > (NCDeployManager.scala:522) > [java] Jan-28|15:11:33|ERR| | > o.a.n.probe.mgrs.deploy.NCDeployManager$.start -> > (NCDeployManager.scala:618) > [java] Jan-28|15:11:33|ERR| | > o.a.n.probe.NCProbeBoot$.startManagers -> (NCProbeBoot.scala:479) > [java] Jan-28|15:11:33|ERR| | o.a.n.probe.NCProbeBoot$$anon$4.run > -> (NCProbeBoot.scala:357) > [java] Jan-28|15:11:33|ERR| +-+ Unexpected generic type for > @NCIntentTerm annotated argument [mdlId=nlpcraft.lightswitch.ex, type=? > extends org.apache.nlpcraft.model.NCToken, arg=#1 of > LightSwitchKotlinModel#onMatch(NCToken, List)] -> > (NCDeployManager.scala:1327) > [java] Jan-28|15:11:33|ERR| | > o.a.n.probe.mgrs.deploy.NCDeployManager$.checkTypes -> > (NCDeployManager.scala:1278) > > Not sure if this is related to calling from Groovy into that model? > > Cheers, Paul. > > On Wed, Jan 27, 2021 at 8:34 AM Aaron Radzinski <[email protected]> > wrote: > > > NLPCraft-ers, > > To start off 2021 we have prepared the latest 0.7.4 release. > > This is a call for a vote to release Apache NLPCraft (incubating) version > > 0.7.4. This release includes bug fixes and several incremental > > improvements. > > > > Release information: > > 1. Release location: > > > https://dist.apache.org/repos/dist/dev/incubator/nlpcraft/nlpcraft/0.7.4/ > > 3. Git tag: https://github.com/apache/incubator-nlpcraft/tree/v0.7.4 > > 4. JIRA issues fixed in release: > > https://issues.apache.org/jira/projects/NLPCRAFT/versions/12349534 > > 5. KEYS file: > > https://dist.apache.org/repos/dist/release/incubator/nlpcraft/KEYS > > > > The vote will be open for at least 72 hours or until a necessary number > of > > votes are reached. > > > > Please vote accordingly: > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > > > Thank you, > > -- > > Aaron (NLPCraft community). > > > -- Nikita Ivanov
