You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal Exception: java.lang.NoSuchMethodError: No virtual method lines()Ljava/util/stream/Stream; in class Ljava/io/BufferedReader; or its super classes (declaration of 'java.io.BufferedReader' appears in /system/framework/core-libart.jar)
at com.ibm.fhir.model.util.ModelSupport.buildModelClassElementInfoMap(ModelSupport.java:362)
at com.ibm.fhir.model.util.ModelSupport.<clinit>(ModelSupport.java:113)
at com.ibm.fhir.model.visitor.Visitable$-CC.$default$accept(Visitable.java:64)
at com.ibm.fhir.model.visitor.AbstractVisitable.accept(AbstractVisitable.java)
at com.ibm.fhir.path.FHIRPathTree.tree(FHIRPathTree.java:94)
at com.ibm.fhir.path.evaluator.FHIRPathEvaluator$EvaluationContext.<init>(FHIRPathEvaluator.java:1348)
at com.ibm.fhir.path.evaluator.FHIRPathEvaluator.evaluate(FHIRPathEvaluator.java:173)
at org.smartregister.pathevaluator.PathEvaluatorLibrary.evaluateElementExpression(PathEvaluatorLibrary.java:126)
at org.smartregister.pathevaluator.plan.PlanEvaluator.evaluatePlan(PlanEvaluator.java:94)
at org.smartregister.sync.ClientProcessorForJava.lambda$processPlanEvaluation$0(ClientProcessorForJava.java:134)
at org.smartregister.sync.-$$Lambda$ClientProcessorForJava$EudTAk5HMChrCtVPy2B90RUQX7A.run(lambda)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:833)
The text was updated successfully, but these errors were encountered:
App Crashes with
The text was updated successfully, but these errors were encountered: