-
Bug
-
Resolution: Done
-
Blocker
-
None
-
7.9.0.Final
-
-
-
NEW
-
NEW
Multiple build errors when creating a new simple Guided Score Card from UI. But works fine in 7.5.
10:51:26,427 ERROR [org.kie.workbench.common.services.backend.builder.core.Builder] (EJB default - 5) null: java.lang.NullPointerException
at org.drools.compiler.kie.builder.impl.KieBuilderSetImpl.findResourcesWithErrors(KieBuilderSetImpl.java:105)
at org.drools.compiler.kie.builder.impl.KieBuilderSetImpl.buildChanges(KieBuilderSetImpl.java:153)
at org.drools.compiler.kie.builder.impl.KieBuilderSetImpl.build(KieBuilderSetImpl.java:95)
at org.kie.workbench.common.services.backend.builder.core.Builder.buildIncrementally(Builder.java:533)
at org.kie.workbench.common.services.backend.builder.core.Builder.addResource(Builder.java:354)
at org.kie.workbench.common.services.backend.builder.core.Builder.addResource(Builder.java:320)
at org.kie.workbench.common.services.backend.builder.core.Builder.updateResource(Builder.java:414)
at org.kie.workbench.common.services.backend.builder.core.BuildHelper.updatePackageResource(BuildHelper.java:167)
at org.kie.workbench.common.services.backend.builder.core.BuildHelper$Proxy$_$$_WeldClientProxy.updatePackageResource(Unknown Source)
at org.kie.workbench.common.services.backend.builder.ala.LocalBuildExecConfigExecutor.apply(LocalBuildExecConfigExecutor.java:70)
at org.kie.workbench.common.services.backend.builder.ala.LocalBuildExecConfigExecutor.apply(LocalBuildExecConfigExecutor.java:32)
at org.kie.workbench.common.services.backend.builder.ala.LocalBuildExecConfigExecutor$Proxy$_$$_WeldClientProxy.apply(Unknown Source)
at org.guvnor.ala.pipeline.execution.PipelineExecutor.lambda$continuePipeline$0(PipelineExecutor.java:109)
at org.guvnor.ala.pipeline.StageUtil$1.execute(StageUtil.java:38)
at org.guvnor.ala.pipeline.StageUtil$1.execute(StageUtil.java:33)
at org.guvnor.ala.pipeline.execution.PipelineExecutor.continuePipeline(PipelineExecutor.java:94)
at org.guvnor.ala.pipeline.execution.PipelineExecutor.execute(PipelineExecutor.java:76)
at org.kie.workbench.common.services.backend.builder.ala.BuildPipelineInvoker.invokeLocalBuildPipeLine(BuildPipelineInvoker.java:88)
at org.kie.workbench.common.services.backend.builder.ala.BuildPipelineInvoker$Proxy$_$$_WeldClientProxy.invokeLocalBuildPipeLine(Unknown Source)
at org.kie.workbench.common.services.backend.builder.service.BuildServiceHelper.invokeLocalBuildPipeLine(BuildServiceHelper.java:163)
at org.kie.workbench.common.services.backend.builder.service.BuildServiceHelper.localBuild(BuildServiceHelper.java:98)
at org.kie.workbench.common.services.backend.builder.service.BuildServiceHelper$Proxy$_$$_WeldClientProxy.localBuild(Unknown Source)
at org.kie.workbench.common.services.backend.builder.service.BuildServiceImpl.buildIncrementally(BuildServiceImpl.java:136)
at org.kie.workbench.common.services.backend.builder.service.BuildServiceImpl.updatePackageResource(BuildServiceImpl.java:126)
at org.kie.workbench.common.services.backend.builder.service.BuildServiceImpl$Proxy$_$$_WeldClientProxy.updatePackageResource(Unknown Source)
at org.guvnor.common.services.builder.ResourceChangeIncrementalBuilder$4.execute(ResourceChangeIncrementalBuilder.java:262)
at org.guvnor.common.services.builder.IncrementalBuilderExecutorManager.execute(IncrementalBuilderExecutorManager.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90)
at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101)
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:264)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.notSupported(CMTTxInterceptor.java:318)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:238)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:73)
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
at org.jboss.as.ejb3.concurrency.ContainerManagedConcurrencyInterceptor.processInvocation(ContainerManagedConcurrencyInterceptor.java:110)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:609)
at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.LogDiagnosticContextRecoveryInterceptor.processInvocation(LogDiagnosticContextRecoveryInterceptor.java:82)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.AsyncFutureInterceptorFactory$2$2.runInvocation(AsyncFutureInterceptorFactory.java:152)
at org.jboss.as.ejb3.component.interceptors.AsyncInvocationTask.run(AsyncInvocationTask.java:81)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)
10:51:28,413 INFO [org.kie.workbench.common.screens.impl.LibraryServiceImpl] (default task-58) Asset lookup result: project [git://MySpace/ProjectDemo] is indexed with 2 index hits.
10:51:31,159 INFO [stdout] (default task-61) Creating output structures!
10:51:33,819 ERROR [org.drools.compiler.kie.builder.impl.KieProject] (default task-61) Unable to build KieBaseModel:defaultKieBase
Only a type can be imported. org.kie.pmml.externalbean.Person resolves to a package :
src/main/java/com/myspace/projectdemo/GuidedScoreCard/GuidedScoreCardScorecardRuleUnit.java
Person cannot be resolved to a type :
src/main/java/com/myspace/projectdemo/GuidedScoreCard/GuidedScoreCardScorecardRuleUnit.java
Person cannot be resolved to a type :
src/main/java/com/myspace/projectdemo/GuidedScoreCard/GuidedScoreCardScorecardRuleUnit.java
externalBeanPerson cannot be resolved or is not a field :
src/main/java/com/myspace/projectdemo/GuidedScoreCard/GuidedScoreCardScorecardRuleUnit.java
Person cannot be resolved to a type :
src/main/java/com/myspace/projectdemo/GuidedScoreCard/GuidedScoreCardScorecardRuleUnit.java
externalBeanPerson cannot be resolved to a variable :
src/main/java/com/myspace/projectdemo/GuidedScoreCard/GuidedScoreCardScorecardRuleUnit.java
Unable to process type Result
Unable to process type Scorecard__calculatedScore
Unable to process type GuidedScoreCard
Unable to process type GuidedScoreCardOutput
Unable to process type DataField
Unable to process type OutputField
Unable to process type PMML4AbstractField
Unable to process type Age
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Query name='Result']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Query name='Result']
Query's must use positional or bindings, not field constraints:
context == ctx : [Query name='Result']
Unable to compile expression: value : [Query name='Result']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Add PMMLResult with Scorecard output GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Add PMMLResult with Scorecard output GuidedScoreCard']
Unable to resolve ObjectType 'Scorecard__calculatedScore' : [Rule name='Add PMMLResult with Scorecard output GuidedScoreCard']
Unable to Analyse Expression results:
[Error: unable to resolve method using strict-mode: java.lang.Object.results()]
[Near :
^ : [Rule name='Add PMMLResult with Scorecard output GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Update PMMLResult containing Scorecard output GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Update PMMLResult containing Scorecard output GuidedScoreCard']
Unable to Analyse Expression results:
[Error: unable to resolve method using strict-mode: java.lang.Object.results()]
[Near : {... results ....}
]
^ : [Rule name='Update PMMLResult containing Scorecard output GuidedScoreCard']
Unable to resolve ObjectType 'Scorecard__calculatedScore' : [Rule name='Update PMMLResult containing Scorecard output GuidedScoreCard']
Unable to resolve ObjectType 'Scorecard__calculatedScore' : [Rule name='Update PMMLResult containing Scorecard output GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='PartialScore_GuidedScoreCard_AgeScore_1']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='PartialScore_GuidedScoreCard_AgeScore_1']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Valid_PMML4DataUnrestricted_Values_Age-null']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Valid_PMML4DataUnrestricted_Values_Age-null']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near :
^ : [Rule name='Valid_PMML4DataUnrestricted_Values_Age-null']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Mark_GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Mark_GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Sort Scorecard Reason Codes']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Sort Scorecard Reason Codes']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Init ScoreCard Params GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Init ScoreCard Params GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Create GuidedScoreCard Output Bean']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Create GuidedScoreCard Output Bean']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Integrate Scorecard ReasonCode Map']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Integrate Scorecard ReasonCode Map']
Unable to Analyse Expression results:
[Error: unable to resolve method using strict-mode: java.lang.Object.results()]
[Near : {... results ....}]
^ : [Rule name='Integrate Scorecard ReasonCode Map']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Bind_Scorecard_PMML4Data_GuidedScoreCard_Age']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Bind_Scorecard_PMML4Data_GuidedScoreCard_Age']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near : {... pmmlData ....}
]
^ : [Rule name='Bind_Scorecard_PMML4Data_GuidedScoreCard_Age']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Enable/Disable Model_GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Enable/Disable Model_GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Link GuidedScoreCard Output Fields result ']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Link GuidedScoreCard Output Fields result ']
named argument does not exist:
value : [Rule name='Link GuidedScoreCard Output Fields result ']
Unable to resolve ObjectType 'GuidedScoreCardOutput' : [Rule name='Link GuidedScoreCard Output Fields result ']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Bind_Scorecard_GuidedScoreCard_Age']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Bind_Scorecard_GuidedScoreCard_Age']
Unable to resolve ObjectType 'Age' : [Rule name='Bind_Scorecard_GuidedScoreCard_Age']
Unable to Analyse Expression (mAge == true && mAge != $m) || vAge != $v:
[Error: unable to resolve method using strict-mode: org.kie.pmml.pmml_4_2.model.GuidedScoreCardScoreCardData.$m()]
[Near :
]
^
[Line: 737, Column: 4] : [Rule name='Bind_Scorecard_GuidedScoreCard_Age']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Cleanup data_GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Cleanup data_GuidedScoreCard']
Unable to resolve ObjectType 'DataField' : [Rule name='Cleanup data_GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Init ScoreCard GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Init ScoreCard GuidedScoreCard']
Unable to Analyse Expression request:
[Error: unable to resolve method using strict-mode: java.lang.Object.request()]
[Near :
^ : [Rule name='Init ScoreCard GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='RemoveMissing_PMML4Data_GuidedScoreCard_Age']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='RemoveMissing_PMML4Data_GuidedScoreCard_Age']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near : {... pmmlData ....}]
^ : [Rule name='RemoveMissing_PMML4Data_GuidedScoreCard_Age']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near : {... pmmlData ....}]
^ : [Rule name='RemoveMissing_PMML4Data_GuidedScoreCard_Age']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Scorecard GuidedScoreCard output']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Scorecard GuidedScoreCard output']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='miningPmml4Data_GuidedScoreCard_Age']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='miningPmml4Data_GuidedScoreCard_Age']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near : {... pmmlData ....}]
^ : [Rule name='miningPmml4Data_GuidedScoreCard_Age']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='InitAsMissing_PMML4Data_GuidedScoreCard_Age']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='InitAsMissing_PMML4Data_GuidedScoreCard_Age']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near : {... pmmlData ....}]
^ : [Rule name='InitAsMissing_PMML4Data_GuidedScoreCard_Age']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Extract age from Person']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Extract age from Person']
Unable to Analyse Expression request:
[Error: unable to resolve method using strict-mode: java.lang.Object.request()]
[Near : {... request ....}
]
^ : [Rule name='Extract age from Person']
Unable to resolve ObjectType 'org.kie.pmml.externalbean.Person' : [Rule name='Extract age from Person']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Bind result Output into Fact Person']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Bind result Output into Fact Person']
named argument does not exist:
value : [Rule name='Bind result Output into Fact Person']
Unable to resolve ObjectType 'Person' : [Rule name='Bind result Output into Fact Person']
Unable to Analyse Expression @Modify with ( $x )
{ setResult( $val ); };:[Error: unable to resolve method using strict-mode: org.drools.core.spi.KnowledgeHelper.$x()]
[Near : {... @Modify with ( $x ) { setResult( $val ); }
; ....}]
^
[Line: 493, Column: 1] : [Rule name='Bind result Output into Fact Person']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='simpleOutput_Scorecard__calculatedScore_to_Result']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='simpleOutput_Scorecard__calculatedScore_to_Result']
Unable to resolve ObjectType 'Scorecard__calculatedScore' : [Rule name='simpleOutput_Scorecard__calculatedScore_to_Result']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Own GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Own GuidedScoreCard']
Unable to resolve ObjectType 'GuidedScoreCard' : [Rule name='Own GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Update PMML4Result with aliased output Result']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Update PMML4Result with aliased output Result']
Query binding is not supported by non-abductive queries : $tgt : [Rule name='Update PMML4Result with aliased output Result']
Unable to Analyse Expression results:
[Error: unable to resolve method using strict-mode: java.lang.Object.results()]
[Near :
^ : [Rule name='Update PMML4Result with aliased output Result']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Update Scorecard in PMMLResult']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Update Scorecard in PMMLResult']
Unable to Analyse Expression results:
[Error: unable to resolve method using strict-mode: java.lang.Object.results()]
[Near : {... results ....}
]
^ : [Rule name='Update Scorecard in PMMLResult']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Score Card GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Score Card GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Link GuidedScoreCard Predicted Fields scorecard__calculatedScore ']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Link GuidedScoreCard Predicted Fields scorecard__calculatedScore ']
Unable to resolve ObjectType 'Scorecard__calculatedScore' : [Rule name='Link GuidedScoreCard Predicted Fields scorecard__calculatedScore ']
Unable to resolve ObjectType 'GuidedScoreCard' : [Rule name='Link GuidedScoreCard Predicted Fields scorecard__calculatedScore ']
Unable to Analyse Expression boundInput == $x:
[Error: unable to resolve method using strict-mode: org.kie.pmml.pmml_4_2.ModelMarker.$x()]
[Near :
]
^ : [Rule name='Link GuidedScoreCard Predicted Fields scorecard__calculatedScore ']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Cumulate Code Scores']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Cumulate Code Scores']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Bind age Input from Fact Person']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Bind age Input from Fact Person']
Unable to resolve ObjectType 'Person' : [Rule name='Bind age Input from Fact Person']
Unable to Analyse Expression drools.getEntryPoint("in_Age").insert( $val );:
[Error: unable to resolve method using strict-mode: org.drools.core.spi.KnowledgeHelper.$val()]
[Near :
]
^
[Line: 874, Column: 1] : [Rule name='Bind age Input from Fact Person']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Scoring Complete']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Scoring Complete']
Unable to Analyse Expression results:
[Error: unable to resolve method using strict-mode: java.lang.Object.results()]
[Near :
]
^ : [Rule name='Scoring Complete']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Link GuidedScoreCard Bean Input']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Link GuidedScoreCard Bean Input']
Unable to resolve ObjectType 'GuidedScoreCard' : [Rule name='Link GuidedScoreCard Bean Input']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='RuleUnitIndicator']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='RuleUnitIndicator']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Extract Parameter Info']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Extract Parameter Info']
Unable to Analyse Expression request:
[Error: unable to resolve method using strict-mode: java.lang.Object.request()]
[Near :
]
^ : [Rule name='Extract Parameter Info']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Detect Scorecard ReasonCode Change']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Detect Scorecard ReasonCode Change']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='update_Result_GuidedScoreCard']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='update_Result_GuidedScoreCard']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near :
^ : [Rule name='update_Result_GuidedScoreCard']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near : {... pmmlData ....}
]
^ : [Rule name='update_Result_GuidedScoreCard']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Override Value']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Override Value']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near :
^ : [Rule name='Override Value']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near : {... pmmlData ....}
]
^ : [Rule name='Override Value']
com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit is not a valid RuleUnit class name : [Rule name='Valid_PMML4DataUnrestricted_Values_Scorecard__calculatedScore-null']
Unable to resolve ObjectType 'com.myspace.projectdemo.GuidedScoreCard.GuidedScoreCardScorecardRuleUnit' : [Rule name='Valid_PMML4DataUnrestricted_Values_Scorecard__calculatedScore-null']
Unable to Analyse Expression pmmlData:
[Error: unable to resolve method using strict-mode: java.lang.Object.pmmlData()]
[Near :
]
^ : [Rule name='Valid_PMML4DataUnrestricted_Values_Scorecard__calculatedScore-null']
Rule Compilation error : [Rule name='simpleOutput_Scorecard__calculatedScore_to_Result']
com/myspace/projectdemo/GuidedScoreCard/Rule_simpleOutput_Scorecard__calculatedScore_to_Result28215628.java (8:1014) : Result cannot be resolved to a type
com/myspace/projectdemo/GuidedScoreCard/Rule_simpleOutput_Scorecard__calculatedScore_to_Result28215628.java (8:1029) : Result cannot be resolved to a type
com/myspace/projectdemo/GuidedScoreCard/Rule_simpleOutput_Scorecard__calculatedScore_to_Result28215628.java (9:1055) : $val cannot be resolved to a variable
com/myspace/projectdemo/GuidedScoreCard/Rule_simpleOutput_Scorecard__calculatedScore_to_Result28215628.java (10:1081) : $m cannot be resolved to a variable
com/myspace/projectdemo/GuidedScoreCard/Rule_simpleOutput_Scorecard__calculatedScore_to_Result28215628.java (11:1103) : $v cannot be resolved to a variable
com/myspace/projectdemo/GuidedScoreCard/Rule_simpleOutput_Scorecard__calculatedScore_to_Result28215628.java (13:1154) : $ctx cannot be resolved to a variable
com/myspace/projectdemo/GuidedScoreCard/Rule_simpleOutput_Scorecard__calculatedScore_to_Result28215628.java (14:1179) : $wgt cannot be resolved to a variable
Rule Compilation error : [Rule name='miningPmml4Data_GuidedScoreCard_Age']
com/myspace/projectdemo/GuidedScoreCard/Rule_miningPmml4Data_GuidedScoreCard_Age791815586.java (9:1139) : pmmlData cannot be resolved
Rule Compilation error : [Rule name='Create GuidedScoreCard Output Bean']
com/myspace/projectdemo/GuidedScoreCard/Rule_Create_GuidedScoreCard_Output_Bean293196212.java (7:973) : GuidedScoreCardOutput cannot be resolved to a type
Rule Compilation error : [Rule name='Link GuidedScoreCard Output Fields result ']
com/myspace/projectdemo/GuidedScoreCard/Rule_Link_GuidedScoreCard__Output_Fields_result_706560581.java (7:987) : $x cannot be resolved to a variable
com/myspace/projectdemo/GuidedScoreCard/Rule_Link_GuidedScoreCard__Output_Fields_result_706560581.java (7:1099) : $val cannot be resolved to a variable
Rule Compilation error : [Rule name='Add PMMLResult with Scorecard output GuidedScoreCard']
com/myspace/projectdemo/GuidedScoreCard/Rule_Add_PMMLResult_with_Scorecard_output_GuidedScoreCard221492110.java (8:1142) : $tgt cannot be resolved to a variable
Rule Compilation error : [Rule name='Link GuidedScoreCard Bean Input']
com/myspace/projectdemo/GuidedScoreCard/Rule_Link_GuidedScoreCard_Bean_Input11610676.java (7:983) : _age cannot be resolved to a variable
Rule Compilation error : [Rule name='Cleanup data_GuidedScoreCard']
com/myspace/projectdemo/GuidedScoreCard/Rule_Cleanup_data_GuidedScoreCard1283344573.java (7:971) : $data cannot be resolved to a variable
Rule Compilation error : [Rule name='Own GuidedScoreCard']
com/myspace/projectdemo/GuidedScoreCard/Rule_Own_GuidedScoreCard801973129.java (7:1050) : $obj cannot be resolved to a variable
Rule Compilation error : [Rule name='Extract Parameter Info']
com/myspace/projectdemo/GuidedScoreCard/Rule_Extract_Parameter_Info209253815.java (9:1299) : pmmlData cannot be resolved
Rule Compilation error : [Rule name='Scorecard GuidedScoreCard output']
com/myspace/projectdemo/GuidedScoreCard/Rule_Scorecard_GuidedScoreCard_output1709810438.java (7:1016) : Scorecard__calculatedScore cannot be resolved to a type
com/myspace/projectdemo/GuidedScoreCard/Rule_Scorecard_GuidedScoreCard_output1709810438.java (7:1051) : Scorecard__calculatedScore cannot be resolved to a type
Rule Compilation error : [Rule name='Bind_Scorecard_GuidedScoreCard_Age']
com/myspace/projectdemo/GuidedScoreCard/Rule_Bind_Scorecard_GuidedScoreCard_Age1384125906.java (8:1078) : $m cannot be resolved to a variable
com/myspace/projectdemo/GuidedScoreCard/Rule_Bind_Scorecard_GuidedScoreCard_Age1384125906.java (9:1098) : $v cannot be resolved to a variable
Rule Compilation error : [Rule name='Update PMMLResult containing Scorecard output GuidedScoreCard']
com/myspace/projectdemo/GuidedScoreCard/Rule_Update_PMMLResult_containing_Scorecard_output_GuidedScoreCard374570524.java (7:1123) : $tgt cannot be resolved to a variable
Rule Compilation error : [Rule name='InitAsMissing_PMML4Data_GuidedScoreCard_Age']
com/myspace/projectdemo/GuidedScoreCard/Rule_InitAsMissing_PMML4Data_GuidedScoreCard_Age2007342439.java (8:1048) : pmmlData cannot be resolved
Rule Compilation error : [Rule name='Update PMML4Result with aliased output Result']
com/myspace/projectdemo/GuidedScoreCard/Rule_Update_PMML4Result_with_aliased_output_Result1975799587.java (8:1116) : $tgt cannot be resolved to a variable
Rule Compilation error : [Rule name='Link GuidedScoreCard Predicted Fields scorecard__calculatedScore ']
com/myspace/projectdemo/GuidedScoreCard/Rule_Link_GuidedScoreCardPredicted_Fields_scorecard_calculatedScore_1030365382.java (7:1012) : $x cannot be resolved to a variable
com/myspace/projectdemo/GuidedScoreCard/Rule_Link_GuidedScoreCardPredicted_Fields_scorecard_calculatedScore_1030365382.java (7:1144) : $val cannot be resolved to a variable
Rule Compilation error : [Rule name='Extract age from Person']
com/myspace/projectdemo/GuidedScoreCard/Rule_Extract_age_from_Person309604676.java (7:1052) : $value cannot be resolved to a variable