4 Replies Latest reply on May 30, 2007 4:42 AM by riket44

    Can't start process instance (XML Malformed)

    riket44

      Hi,

      I've just installed jBPM jpdl Suite 3.2 GA.
      When i login, i deploy a new process (it works), then i want to start it, and... Error, here is this error :

      Erreur d'analyse XML : mal formé
      Emplacement : http://localhost:8080/jbpm-console/main/task/view.jsf?tiid=1
      
      
      line 80, column 3 :<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
      --^



      When i take a look on the source code, i see the line in the middle of the HTML, i don't know why... Thanks for help.

      Richard T.

        • 1. Re: Can't start process instance (XML Malformed)
          jcv

          Ive had this same problem.

          The thing is, the form generator add the line

          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
          to the generated forms, just delete them and it should work just fine.


          • 2. Re: Can't start process instance (XML Malformed)
            webjavier

            OR,
            WHEN RUN THE JBPM_SUITE.
            IN THE RUN.BAT MODIFY AND ADD PROXY AND PORT:

            rem Sun JVM memory allocation pool parameters. Modify as appropriate.
            set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=192.168.xxx.xx -Dhttp.proxyPort=xxxx -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

            • 3. Re: Can't start process instance (XML Malformed)
              riket44

              I tried the solution with -Dhttp.proxyhost=... and -Dhttp.proxyport=... and it doesn't work...

              I wanted to try the solution of webjavier but i don't understand it, if somebody could help me...

              Thank your for your help.


              Richard T.

              • 4. Re: Can't start process instance (XML Malformed)
                riket44

                It works with the solution of jcv, i added the doctype declaration in my form generator file and I suppress it in each forms.

                So thanks to jcv and webjavier for bring me their help !

                Bye !

                Richard T.