1
0
-1

Hello,

I try to deploy a basic process with Joget Community 7.0.13.


But I have this error :

Erreur de déploiement: Type=ERROR, Sub-Type=SCHEMA, Location=Package 'catalogue'
[Warning] at line number 2 schema_reference.4 Failed to read schema document 'http//wfmc.org/standards/docs/TC-1025_schema_10_xpdl.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsdschema>.


Type=ERROR, Sub-Type=SCHEMA, Location=Package 'catalogue'
[Error] at line number 2 cvc-elt.1.a Cannot find the declaration of element 'Package'.


Type=ERROR, Sub-Type=SCHEMA, Location=Package 'catalogue'
[Warning] at line number 3 schema_reference.4 Failed to read schema document 'http//wfmc.org/standards/docs/TC-1025_schema_10_xpdl.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsdschema>.

...


How to resolve this ?

Thank you.

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Hi Didier,

      Thanks for reporting this. It appears that there was a compatibility issue between the Java and Apache Tomcat versions. A new Docker image has been published that resolves this issue.

      Best Regards
      Julian

        CommentAdd your comment...
      1.  
        1
        0
        -1
        I have been using Joget for several months without a problem, with the Docker version.
        The processes work perfectly on the version I am using (Version: 7.0.8 - build cd62bb4).
        
        I installed the latest version for testing (7.0.13).
        
        Here is the process followed to reproduce the error:
        - in SSH => docker run -d -p 8095: 8080 --name joget-test jogetworkflow / joget-community
        - connection on the interface in admin / admin
        - creation of a new application
        - creation of a process
        - addition of an activity and end. Link between start / activity / end to have an error-free process.
        - click on Deploy
        
        At the first deploy, I got "Parse error". On the second, the error of the first message.
        1. Anders

          Hi, you are correct, there does seem to be a problem in the jogetworkflow/joget-community image. The jogetworkflow/joget-enterprise image appears to be working though.

        CommentAdd your comment...
      2.  
        1
        0
        -1

        Hi, there is not enough information to help without seeing your actual process. Did you try following the tutorial in Designing a Process?


          CommentAdd your comment...