Workflow matching criteria is showing empty
when we try to choose Matching criteria for while creating new workflow, it is not showing up any existing criteria.
Able to create new criteria but not able to assign it to matching criteria. Please help.Attached screenshot. we tried restarting server also but it did not work
Remember that Agile does filter out criteria so it would only show those that are applicable. Is this a test system? Try restarting the app and services and see if that helps as sometimes I have seen absolutely bizarre behavior on systems that have been active for more than 30 days. If that does not yield any positive response then make certain you have an ACTIVE criteria for:
Criteria : All Change Orders
Tried restarting tha app by clearing cache but did not work. Noticed the below error in Java Console log:
Node 2473818 does not exist in the cache. It may have been deleted already.
com.agile.admin.client.value.AdminException: Node 2473818 does not exist in the cache. It may have been deleted already.
at com.agile.admin.server.ADictionary.getNodeByID(ADictionary.java:224)
at com.agile.admin.server.AdminSessionBean.getCriteriaNodes(AdminSessionBean.java:1237)
at com.agile.admin.server.AdminSessionBean_12crhl_EOImpl.__WL_invoke_1(Unknown Source)
at com.agile.admin.server.AdminSessionBean_12crhl_EOImpl.__WL_invoke(Unknown Source)
at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:35)
at com.agile.admin.server.AdminSessionBean_12crhl_EOImpl.getCriteriaNodes(Unknown Source)
at com.agile.admin.server.AdminSessionBean_12crhl_EOImpl_WLSkel.internalInvoke1(Unknown Source)
at com.agile.admin.server.AdminSessionBean_12crhl_EOImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:645)
at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:246)
at weblogic.rmi.internal.BasicServerRef$2.run(BasicServerRef.java:534)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:368)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:163)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:531)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:138)
at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:348)
at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:333)
at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:54)
at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)
at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:640)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:406)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:346)