Skip to content

Instantly share code, notes, and snippets.

@baldimir
Created April 2, 2019 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baldimir/dff726297026f15da9181df2bf4c79fb to your computer and use it in GitHub Desktop.
Save baldimir/dff726297026f15da9181df2bf4c79fb to your computer and use it in GitHub Desktop.
10:24:07.304 [main] INFO o.d.c.k.b.impl.KieRepositoryImpl.addKieModule:111 - KieModule was added: org.drools.modelcompiler.CanonicalKieModule@174e1b69
10:24:07.305 [main] INFO o.d.c.k.b.impl.KieRepositoryImpl.addKieModule:111 - KieModule was added: org.drools.modelcompiler.CanonicalKieModule@174e1b69
java.lang.NullPointerException
at org.drools.core.reteoo.ObjectTypeNode$ExpireJobContextTimerOutputMarshaller.serialize(ObjectTypeNode.java:682)
at org.drools.core.marshalling.impl.ProtobufOutputMarshaller.writeTimers(ProtobufOutputMarshaller.java:780)
at org.drools.core.marshalling.impl.ProtobufOutputMarshaller.serializeSession(ProtobufOutputMarshaller.java:206)
at org.drools.core.marshalling.impl.ProtobufOutputMarshaller.writeSession(ProtobufOutputMarshaller.java:114)
at org.drools.core.marshalling.impl.ProtobufMarshaller.marshall(ProtobufMarshaller.java:120)
at org.drools.testcoverage.common.util.SerializationHelper.getSerialisedStatefulKnowledgeSession(SerializationHelper.java:66)
at org.drools.testcoverage.common.util.SerializationHelper.getSerialisedStatefulKnowledgeSession(SerializationHelper.java:49)
at org.drools.compiler.integrationtests.CepEspTest.testDeserializationWithTrackableTimerJob(CepEspTest.java:2957)
at org.drools.compiler.integrationtests.CepEspTest.testDeserializationWithTrackableTimerJobShortExpiration(CepEspTest.java:2918)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.drools.compiler.integrationtests.CepEspTest.testDeserializationWithTrackableTimerJob(CepEspTest.java:2960)
at org.drools.compiler.integrationtests.CepEspTest.testDeserializationWithTrackableTimerJobShortExpiration(CepEspTest.java:2918)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment