4 Replies Latest reply on Nov 29, 2013 1:09 PM by ezequielsantana

    Disable jbpm-playground installation

    muthuskumar

      I am trying to install jBPM6 using the jbpm-6.0.0.CR2-full-installer and the jbpm-console fails to deploy when the jboss server starts. I get the below error.

       

      11:11:15,637 WARN  [org.jbpm.console.ng.bd.backend.server.AdministrationServiceImpl] (MSC service thread 1-2) Unable to create repository with alias jbpm-playground due to null

      11:11:15,755 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."jbpm-console.war".WeldService: org.jboss.msc.service.StartException in service jboss.deployment.unit."jbpm-console.war".WeldService: org.jboss.weld.exceptions.DeploymentException: Exception List with 1 exceptions:

      Exception 0 :

      org.jboss.weld.exceptions.WeldException: WELD-000049 Unable to invoke [method] @PostConstruct public org.kie.workbench.backend.AppSetup.assertPlayground() on org.kie.workbench.backend.AppSetup@1d919aa

          at org.jboss.weld.bean.AbstractClassBean.defaultPostConstruct(AbstractClassBean.java:518)

          at org.jboss.weld.bean.ManagedBean$ManagedBeanInjectionTarget.postConstruct(ManagedBean.java:174)

          at org.jboss.weld.bean.ManagedBean.create(ManagedBean.java:291)

       

       

      From this post - jbpm-6.0.0.CR2-full-installer.zip: Error during deployment I understand that this is because I am sitting behind the corporate firewall and the installer is unable to download the required files and needs proper proxy settings. However, due to strict corporate policies, we would like to keep all installation and development offline. We would like to install these repositories separately, (maybe manually) after all the other components are installed.

      Is there any way to disable the creation of jbpm-playground repository and skip this step during the deployment of jbpm-console war? I tried setting the following two parameters to false in start.jboss target in the build.xml but it did not work.

      <arg value="-Dorg.jbpm.console.demo=false" />

      <arg value="-Dorg.kie.wb.demo=false" />

       

      Please help.