1
0
-1

I used Joget v7.0.12 community for couple weeks, it works will.
But recently, I want to change the process, when I deploy there is a xsd file missing error, so it doesn't work.
I download v7.0.15 to test, same problem.
Only profession and enterpise version can avoid that.
Is there anyone can help me to fix the xsd file missing problem?

    CommentAdd your comment...

    4 answers

    1.  
      5
      4
      3

      Hi,

      It is  what the log says: failed to read the http://wfmc.org/standards/docs/TC-1025_schema_10_xpdl.xsd document. The website  (wfmc.org) is down. The xsd is in the twexpdl-2.0.1.jar, you can find it in apache-tomcat-8.5.41\webapps\jw\WEB-INF\lib\twexpdl-2.0.1.jar.

      I extracted that xsd, started a simple web-server on the joget server then I put this xsd in the folder standards/docs under webroot, then a modified the /etc/hosts, to send the wfmc.org web-calls to the localhost.

      It's ugly, but works.

      Tibor

      1. TheCC

        Thanks for your help.

      2. Jackie Yang

        It work, thanks for your help.

      3. Didier Testelin

        Thank you ! It works.


        The instructions in Docker version :


        apt-get install webfs
        mkdir -p /var/www/html/standards/docs
        echo '127.0.0.1 wfmc.org ' >> /etc/hosts

        change web_port="" to web_port="80" in /etc/webfsd.conf

        copy TC-1025_schema_10_xpdl.xsd in /var/www/html/standards/docs


        Start the server

        sudo service webfs start 




      4. aimi

        It work, thanks for your help.

      5. Camilo A. García

        It worked like a charm!

      6. Anders

        There is a new 7.0.16 release, I believe it fixes this missing XSD file issue.

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

      Community v7.0.15 Windows version & docker version also got same problem too.

      Is there anyone can help?

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

        windows version got same problem too.

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

          openjdk version "11.0.10" 2021-01-19
          OpenJDK Runtime Environment (build 11.0.10+9-Ubuntu-0ubuntu1.20.10)
          OpenJDK 64-Bit Server VM (build 11.0.10+9-Ubuntu-0ubuntu1.20.10, mixed mode, sharing)


          OS : PVE + CT (ubuntu 20)

          1. Anders

            Does your server have access to the internet? This might be the problem.

          2. TheCC

            Yes, the server can access to internet definitely.

            And my computer is windows 10 OS, I download window version, got the same problem too.

            two machine, two OS, two version, but got same problem.

          CommentAdd your comment...