Clarity

 View Only
Expand all | Collapse all

Error :  BPM-0526: Cannot start process. Process is not active or validated.

Anon Anon

Anon AnonAug 20, 2015 03:17 AM

  • 1.  Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Posted Aug 20, 2015 02:36 AM

    Getting below shown error while initiating process, All the things are active and validated.

     

    An error occurred when initiating a process instance using process
    version ID 5037675:com.niku.union.utility.MessageKeyException: BPM-0526: Cannot
    start process. Process is not active or validated.

    at
    com.niku.bpm.engine.BusinessProcessImpl.startProcessByVersionId(BusinessProcessImpl.java:254)
    at
    com.niku.bpm.engine.BusinessProcessImpl.startProcessByVersionId(BusinessProcessImpl.java:227)
    at com.niku.bpm.engine.BusinessProcessImpl.startProcessByVersionId(BusinessProcessImpl.java:202)
    at

    com.niku.bpm.gel.tags.StartProcessTag.doTag(StartProcessTag.java:96)
    at

    org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)

    at
    org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)

    at
    org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)

    at

    org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:150)
    at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247) at
    org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at
    org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186) at

    org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:42) at
    org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247) at
    org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at
    org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186) at

    org.apache.commons.jelly.tags.core.CatchTag.doTag(CatchTag.java:44)
    at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247) at
    org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at
    org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186) at

    com.niku.union.gel.tags.ScriptTag.doTag(ScriptTag.java:20) at
    org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247) at
    com.niku.union.gel.GELScript.run(GELScript.java:57) at
    com.niku.union.gel.GELController.invoke(GELController.java:74) at

    com.niku.bpm.services.ExecuteCustomAction.run(ExecuteCustomAction.java:207)
    at
    java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at
    java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.Exception .



  • 2.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Posted Aug 20, 2015 02:42 AM

    Hi Anant,

     

    The problem looks like a sequencing issue please follow the below technical

    document after stopping all the services

     

    https://comm.support.ca.com/?legacyid=TEC439440

     

    https://comm.support.ca.com/?legacyid=TEC509569

     

    Once this is done please make sure to check for the orphan for jobs

     

     

    https://comm.support.ca.com/?legacyid=TEC608940

     

    Regards

    Chandrani



  • 3.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Posted Aug 20, 2015 02:53 AM

    Any other solution, Please ?



  • 4.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.



  • 5.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Broadcom Employee
    Posted Aug 20, 2015 02:45 AM

    Hi, I have seen this happening but for various reasons. If you are looking for an immediate fix, try flushing the cache and restart the BG. Is this happening on an env which was DB restored from a diff env? If so this might be due to sequencing. I presume you have checked all permissions and have the rights to initiate the process. Let us know how it went Thanks, Jerin



  • 6.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.
    Best Answer



  • 7.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Posted Aug 20, 2015 03:17 AM

    Thanks all, the issue got resolved



  • 8.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Broadcom Employee
    Posted Aug 20, 2015 03:17 AM

    Hi Anant

     

    Are you on V13.3 ? Can you confirm going to process defination and see if its validated and status shows green?

     

    Regards

    Suman Pramanik



  • 9.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Posted Aug 20, 2015 03:18 AM

    Thanks, the issue has been resolved



  • 10.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Broadcom Employee
    Posted Aug 20, 2015 03:20 AM

    Hi Anant,

     

    Please post the workaround and mark the thread as correct.

     

    Regards

    Suman Pramanik



  • 11.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Posted Aug 20, 2015 03:25 AM

    The process was on hold , Thanks



  • 12.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Broadcom Employee
    Posted Aug 20, 2015 03:28 AM

    Hi Anant,

     

    The process going on hold is not a right thing. The root cause is process storm which can be genuine or can be bug also.

     

    CLRT-74393  You might be hitting a known bug where it things there is a process storm as there is a monitoring put in place. So due to the bug it thinks its a storm and puts the process on hold

     

     

     

    The workaround is to disable the flag or increase the loopLimit/processLimit

     

     

    So you can login to clarity and add security.pemconfig

     

     

    https://servername/niku/nu#action:security.pemconfig

     

     

    Then you can see either to disable or increase the count.

     

    Hope this helps for future.

     

    Regards
    Suman Pramanik



  • 13.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Posted Aug 20, 2015 04:04 AM


    Thanks



  • 14.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Broadcom Employee
    Posted Aug 20, 2015 04:07 AM

    Anant,

     

    This is specific to 13.3 as this new feature came in from there.


    Regards

    Suman Pramanik



  • 15.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Posted Aug 20, 2015 04:13 AM

    Actually, when we checked the process table there was an update which was done by someone from our team.

     

    Regards

    Annat



  • 16.  Re: Error :  BPM-0526: Cannot start process. Process is not active or validated.

    Posted Aug 20, 2015 04:06 AM

    Thanks for sharing this, Suman

     

    NJ