1 Reply Latest reply on Feb 1, 2015 8:02 AM by krisverlaenen

    JBPM Dashboard Issue

    biswajit.sarkar

      I am using JBPM 6.1.

      Yesterday I deployed the "dashboard builder". After Deployed the Dashboard , the "Task and Process Dashboard" look like following..

      process and task dashboard.PNG

      which seems ok to me. But today when I start the server today, all the data from left panel goes away . and looks like following

      dashboard_summery.PNG

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

       

      I try to redeploy again the "dashboard builder" but thats not helped. How can I get the previous look.

       

      Thanks in advance

        • 1. Re: JBPM Dashboard Issue
          krisverlaenen

          The dashbuilder war depends on the jbpm-console (or business-central in case you're using the product) war to create the appropriate database tables.  Most likely you have an in memory database configured (which would explain why the tables were removed since the last time)?  Or for some other reason you deleted the database tables?  Assuming you are allowing hibernate to create the database tables for you (default when using the installer or default war), try to make sure to deploy the jbpm-console (or business-central) war first before (re)deploying the dashbulider war.