1 Reply Latest reply on Jun 24, 2011 7:00 PM by krisverlaenen

    5.1 jbpm-console Report Server not Initialized

    garys

      In 3.5. 10-Minute Tutorial: Using the jBPM Console I can follow along with the screencast, except when I try to open a Report Template. I either get an error dialog or an empty Report configuration dropdown.

       

      2011-06-24 11:20:37,961 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-7) Loaded user mary:

      2011-06-24 11:20:37,961 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-7)  admin

      2011-06-24 11:20:37,961 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-7)  manager

      2011-06-24 11:20:37,961 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-7)  user

      2011-06-24 11:20:37,961 INFO  [STDOUT] (http-localhost%2F127.0.0.1-8080-7)  HR

      2011-06-24 11:20:53,725 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/gwt-console-server].[Resteasy]] (http-localhost%2F127.0.0.1-8080-7) Servlet.service() for servlet Resteasy threw exception

      org.jboss.resteasy.spi.UnhandledException: java.lang.IllegalStateException: Report server not initialized. Please check the server logs for further details.

                at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:319)

        • 1. Re: 5.1 jbpm-console Report Server not Initialized
          krisverlaenen

          To limit the amount of data that needs to be downloaded, we have disabled the download of the Eclipse BIRT plugin for reporting by default. If you want to try out reporting as well in the jBPM console, make sure to put the jBPM.birt.download property in the build.properties file to true before running the installer.  If you already have run the installer, you can first do ant clean.demo and then do ant install.demo and ant start.demo again.

           

          Kris