2 Replies Latest reply on Feb 14, 2012 9:38 AM by scisci

    Designer don't save

    scisci

      Hi everone,

      I Can't able to save a bpmn file created with the deisigner

      My configuration is :

      AS 7.1.0 CR1B

      DroolsGuvnor 5.3.0 Final (drools-guvnor.war)

      and Designer 2.0 (designer.war)

      I'v modified the file jbpm.xml in diesigner.war/profiles with  the server ip <externalloadurl protocol="http" host="10.0.0.61:8080" ....

      In attachment the logs files.

      Why "premature end of file" error?

      Sameone can help me please

      Thanks

      Mirko

        • 1. Re: Designer don't save
          tsurdilovic

          Hi Mirko, I assume that both Guvnor and Designer in your setup run on 10.0.0.61:8080. On a save operation Guvnor get's the process JSON from Designer via JavaScript and sends it off to Designer to marshall it into BPMN2 which then get's saved into the Guvnor's JCR.

          By default Guvnor assumes to find Designer under localhost:8080, see docs: http://docs.jboss.org/jbpm/v5.2/userguide/ch10.html#d0e3136 to see how to configure both Designer and Guvnor to change the default settings (as you mention you have done the Designer part already).

           

          With Designer 2.1 close to releasing I would also recommend to replace your 2.0 wars with 2.1 candidate release available at people.redhat.com/tsurdilo/designer/master and test with that as we have fixed numerous issues around execution of the BPMN2 produced by Designer since 2.0.

          Don't forget to clear your browser cache after replacing your current war.

           

          Hope this helps.

          • 2. Re: Designer don't save
            scisci

            Hi Tihomir,

            I've read your reply and looked trough the link you posted.

            I've opened drools-guvnor.war but I can't find any file named "preferences.properties" in WEB-INF

            I've created a new one and copied the code from 10.5.2 chapter of the manual (modified localhost). Then I zipped the directories (.war) and deploied the package, but this doesn't work (also with designer 2.1 )

            In the end of the chapter 10.5.2 I've read "you have to deploy Guvnor as exploded archive".

            How can I do this?

            Thanks

            Mirko