process deploy error (xsd file missing)

Confluence User - 18 Mar, 2021

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?

process

13


18 Mar, 2021
confluenceUser
confluenceUser

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)

18 Mar, 2021
confluenceUser
confluenceUser

windows version got same problem too.

19 Mar, 2021
confluenceUser
confluenceUser

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

19 Mar, 2021
confluenceUser
confluenceUser

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.

19 Mar, 2021
confluenceUser
confluenceUser

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

Is there anyone can help?

19 Mar, 2021
confluenceUser
1
confluenceUser

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

22 Mar, 2021
confluenceUser
confluenceUser

Thanks for your help.

23 Mar, 2021
confluenceUser
confluenceUser

It work, thanks for your help.

28 Mar, 2021
confluenceUser
confluenceUser

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 




29 Mar, 2021
confluenceUser
confluenceUser

It work, thanks for your help.

29 Mar, 2021
confluenceUser
confluenceUser

It worked like a charm!

30 Mar, 2021
confluenceUser
confluenceUser

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

30 Mar, 2021
confluenceUser
confluenceUser

+1 for 7.0.16

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print