1
0
-1

Hello team, I have an urgent question: We are doing an installation for a process not exposed to the public, on a server isolated from the Internet (this is a requirement of the institutional client, it was only exposed for the JogetDX installation procedure). However, when designing any process and trying to deploy it, an error is generated due to the impossibility of "validating" the design against the template: http://wfmc.org/standards/docs/TC-1025_schema_10_xpdl.xsd

Part of the dialog with the error is shown below:

ERROR 10 Feb 2021 14:12:36 org.joget.workflow.model.service.WorkflowManagerImpl - Type=ERROR, Sub-Type=SCHEMA, Location=Package 'controlUsuarios': __: [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 <xsd:schema>

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Are you using Java8? Can you try to use Java11?

      1. Camilo A. García

        I've been doing some additional testing. I did not find any relation of the validation with respect to the Java version (in fact I was exclusively testing with Java 11) but I did find that version 7.0.13 does this validation explicitly (and it fails when the server has no option to connect to internet), but 7.0.8 and 7.0.10 deploy fine even when offline. For now, I am testing on version 7.0.10, although of course it is not the definitive solution. What else could be the implication of the Java version?

      CommentAdd your comment...