Deployment Error

Confluence User - 20 Jan, 2018

I've created a travel request form as given in the documentation. When I click deploy, I get the following error:

 

Deploy Error

 

Corresponding XML file:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xpdl:Package
    xmlns:xpdl="http://www.wfmc.org/2002/XPDL1.0"
    xmlns="http://www.wfmc.org/2002/XPDL1.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Id="TRF" Name="Travel Request Form" xsi:schemaLocation="http://www.wfmc.org/2002/XPDL1.0 http://wfmc.org/standards/docs/TC-1025_schema_10_xpdl.xsd">
    <xpdl:PackageHeader>
        <xpdl:XPDLVersion>1.0</xpdl:XPDLVersion>
        <xpdl:Vendor/>
        <xpdl:Created/>
    </xpdl:PackageHeader>
    <xpdl:Script Type="text/javascript"/>
    <xpdl:Participants>
        <xpdl:Participant Id="participant1" Name="Participant 1">
            <xpdl:ParticipantType Type="ROLE"/>
        </xpdl:Participant>
        <xpdl:Participant Id="participant2" Name="Approver">
            <xpdl:ParticipantType Type="ROLE"/>
        </xpdl:Participant>
    </xpdl:Participants>
    <xpdl:Applications>
        <xpdl:Application Id="default_application"/>
    </xpdl:Applications>
    <xpdl:WorkflowProcesses>
        <xpdl:WorkflowProcess Id="process1" Name="Process 1">
            <xpdl:ProcessHeader DurationUnit="h"></xpdl:ProcessHeader>
            <xpdl:FormalParameters></xpdl:FormalParameters>
            <xpdl:DataFields>
                <xpdl:DataField Id="status" IsArray="FALSE">
                    <xpdl:DataType>
                        <xpdl:BasicType Type="STRING"/>
                    </xpdl:DataType>
                </xpdl:DataField>
            </xpdl:DataFields>
            <xpdl:Activities>
                <xpdl:Activity Id="activity1" Name="Submit Request">
                    <xpdl:Implementation>
                        <xpdl:No/>
                    </xpdl:Implementation>
                    <xpdl:Performer>participant1</xpdl:Performer>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="participant1"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="208,53"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Activity>
                <xpdl:Activity Id="activity2" Name="Approve Request">
                    <xpdl:Implementation>
                        <xpdl:No/>
                    </xpdl:Implementation>
                    <xpdl:Performer>participant2</xpdl:Performer>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="participant2"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="316,28"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Activity>
                <xpdl:Activity Id="route1" Name="Route">
                    <xpdl:Route/>
                    <xpdl:Performer>participant2</xpdl:Performer>
                    <xpdl:TransitionRestrictions>
                        <xpdl:TransitionRestriction>
                            <xpdl:Split Type="XOR">
                                <xpdl:TransitionRefs>
                                    <xpdl:TransitionRef Id="transition2"/>
                                    <xpdl:TransitionRef Id="transition3"/>
                                </xpdl:TransitionRefs>
                            </xpdl:Split>
                        </xpdl:TransitionRestriction>
                    </xpdl:TransitionRestrictions>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="participant2"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="580,41"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Activity>
                <xpdl:Activity Id="tool2" Name="Send Approved Email">
                    <xpdl:Implementation>
                        <xpdl:Tool Id="default_application"/>
                    </xpdl:Implementation>
                    <xpdl:Performer>participant2</xpdl:Performer>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="participant2"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="744,8"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Activity>
                <xpdl:Activity Id="tool2_1" Name="Send Rejected Email">
                    <xpdl:Implementation>
                        <xpdl:Tool Id="default_application"/>
                    </xpdl:Implementation>
                    <xpdl:Performer>participant2</xpdl:Performer>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="participant2"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="748,87"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Activity>
            </xpdl:Activities>
            <xpdl:Transitions>
                <xpdl:Transition From="activity1" Id="transition0" To="activity2" Name="">
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_TRANSITION_STYLE" Value="NO_ROUTING_ORTHOGONAL"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Transition>
                <xpdl:Transition From="activity2" Id="transition1" To="route1" Name="">
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_TRANSITION_STYLE" Value="NO_ROUTING_ORTHOGONAL"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Transition>
                <xpdl:Transition From="route1" Id="transition2" To="tool2" Name="">
                    <xpdl:Condition Type="CONDITION">status === 'Approved'</xpdl:Condition>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_TRANSITION_STYLE" Value="NO_ROUTING_ORTHOGONAL"/>
                        <xpdl:ExtendedAttribute Name="PBUILDER_TRANSITION_CONDITIONS" Value="[{&quot;join&quot;:&quot;&amp;&amp;&quot;,&quot;variable&quot;:&quot;status&quot;,&quot;operator&quot;:&quot;===&quot;,&quot;value&quot;:&quot;Approved&quot;}]"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Transition>
                <xpdl:Transition From="route1" Id="transition3" To="tool2_1" Name="">
                    <xpdl:Condition Type="OTHERWISE"/>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_TRANSITION_STYLE" Value="NO_ROUTING_ORTHOGONAL"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Transition>
            </xpdl:Transitions>
            <xpdl:ExtendedAttributes>
                <xpdl:ExtendedAttribute Name="JaWE_GRAPH_WORKFLOW_PARTICIPANT_ORDER" Value="participant1;participant2"/>
                <xpdl:ExtendedAttribute Name="JaWE_GRAPH_START_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=participant1,CONNECTING_ACTIVITY_ID=activity1,X_OFFSET=80,Y_OFFSET=40,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=START_DEFAULT"/>
                <xpdl:ExtendedAttribute Name="JaWE_GRAPH_END_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=participant2,CONNECTING_ACTIVITY_ID=tool2,X_OFFSET=954,Y_OFFSET=23,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=END_DEFAULT"/>
                <xpdl:ExtendedAttribute Name="JaWE_GRAPH_END_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=participant2,CONNECTING_ACTIVITY_ID=tool2_1,X_OFFSET=982,Y_OFFSET=102,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=END_DEFAULT"/>
            </xpdl:ExtendedAttributes>
        </xpdl:WorkflowProcess>
    </xpdl:WorkflowProcesses>
    <xpdl:ExtendedAttributes>
        <xpdl:ExtendedAttribute Name="EDITING_TOOL" Value="Web Workflow Designer"/>
        <xpdl:ExtendedAttribute Name="EDITING_TOOL_VERSION" Value="5.0-pre-alpha"/>
    </xpdl:ExtendedAttributes>
</xpdl:Package>

processes

7


21 Jan, 2018
confluenceUser
confluenceUser

Hi there,

I can load your definition and deploy successfully.

Can you describe more on the error that you are getting? Anything in the server log?

Cheers

Walter

13 Feb, 2021
confluenceUser
confluenceUser

Hello.


I'm really like your software and try to implement simple system to learn basics.

Propably I have same error as OP. Server is Google Computing and I've made enviroment (debian). When I deploy simple process from your training video (traverl request) I found this error:



Deployment Error: Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord'
[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 'ord'
[Error] at line number 2 cvc-elt.1.a Cannot find the declaration of element 'Package'.


Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord'
[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>.


Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord'
[Warning] at line number 4 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 'ord'
[Warning] at line number 5 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 'ord'
[Warning] at line number 6 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 'ord'
[Warning] at line number 8 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 'ord'
[Warning] at line number 9 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 'ord'
[Warning] at line number 10 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 'ord'
[Warning] at line number 11 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 'ord'
[Warning] at line number 13 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 'ord'
[Warning] at line number 14 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 'ord'
[Warning] at line number 17 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 'ord'
[Warning] at line number 18 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 'ord'
[Warning] at line number 20 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 'ord'
[Warning] at line number 21 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 'ord'
[Warning] at line number 22 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 'ord'
[Warning] at line number 23 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 'ord'
[Warning] at line number 24 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 'ord'
[Warning] at line number 25 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 'ord'
[Warning] at line number 26 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 'ord'
[Warning] at line number 30 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 'ord'
[Warning] at line number 31 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 'ord'
[Warning] at line number 32 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 'ord'
[Warning] at line number 33 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 'ord'
[Warning] at line number 35 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 'ord'
[Warning] at line number 36 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 'ord'
[Warning] at line number 37 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 'ord'
[Warning] at line number 38 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 'ord'
[Warning] at line number 41 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 'ord'
[Warning] at line number 42 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 'ord'
[Warning] at line number 43 schema_referen

===================================



This is schema:



<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xpdl:Package
    xmlns:xpdl="http://www.wfmc.org/2002/XPDL1.0"
    xmlns="http://www.wfmc.org/2002/XPDL1.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Id="ord" Name="Zamówienia2 w AMS" xsi:schemaLocation="http://www.wfmc.org/2002/XPDL1.0 http://wfmc.org/standards/docs/TC-1025_schema_10_xpdl.xsd">
    <xpdl:PackageHeader>
        <xpdl:XPDLVersion>1.0</xpdl:XPDLVersion>
        <xpdl:Vendor/>
        <xpdl:Created/>
    </xpdl:PackageHeader>
    <xpdl:Script Type="text/javascript"/>
    <xpdl:Participants>
        <xpdl:Participant Id="requester" Name="Zgłaszający">
            <xpdl:ParticipantType Type="ROLE"/>
        </xpdl:Participant>
        <xpdl:Participant Id="approver" Name="Zatwierdzający">
            <xpdl:ParticipantType Type="ROLE"/>
        </xpdl:Participant>
    </xpdl:Participants>
    <xpdl:Applications>
        <xpdl:Application Id="default_application"/>
    </xpdl:Applications>
    <xpdl:WorkflowProcesses>
        <xpdl:WorkflowProcess Id="process1" Name="Process 1">
            <xpdl:ProcessHeader DurationUnit="h"></xpdl:ProcessHeader>
            <xpdl:FormalParameters></xpdl:FormalParameters>
            <xpdl:DataFields>
                <xpdl:DataField Id="status" IsArray="FALSE">
                    <xpdl:DataType>
                        <xpdl:BasicType Type="STRING"/>
                    </xpdl:DataType>
                </xpdl:DataField>
            </xpdl:DataFields>
            <xpdl:Activities>
                <xpdl:Activity Id="createRequest" Name="Utwórz zgłoszenie">
                    <xpdl:Implementation>
                        <xpdl:No/>
                    </xpdl:Implementation>
                    <xpdl:Performer>requester</xpdl:Performer>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="requester"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="239,33.2"/>
                    </xpdl:ExtendedAttributes>
					</xpdl:Activity>
                <xpdl:Activity Id="approveRequest" Name="Zatwierdź zgłoszenie">
                    <xpdl:Implementation>
                        <xpdl:No/>
                    </xpdl:Implementation>
                    <xpdl:Performer>approver</xpdl:Performer>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="approver"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="236,42.19999999999999"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Activity>
                <xpdl:Activity Id="route1" Name="">
                    <xpdl:Route/>
                    <xpdl:Performer>approver</xpdl:Performer>
                    <xpdl:TransitionRestrictions>
                        <xpdl:TransitionRestriction>
                            <xpdl:Split Type="XOR">
                                <xpdl:TransitionRefs>
                                    <xpdl:TransitionRef Id="transition2"/>
                                    <xpdl:TransitionRef Id="transition3"/>
                                </xpdl:TransitionRefs>
                            </xpdl:Split>
                        </xpdl:TransitionRestriction>
                    </xpdl:TransitionRestrictions>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="approver"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="569,47.599993896484364"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Activity>
                <xpdl:Activity Id="notifyApprovment" Name="Wyślij wiadomość o zatwierdzeniu">
                    <xpdl:Implementation>
                        <xpdl:Tool Id="default_application"/>
                    </xpdl:Implementation>
                    <xpdl:Performer>approver</xpdl:Performer>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="approver"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="782,16.399981689453114"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Activity>
                <xpdl:Activity Id="notifyRejected" Name="Wyśli wiadomość o odrzuceniu">
                    <xpdl:Implementation>
                        <xpdl:Tool Id="default_application"/>
                    </xpdl:Implementation>
                    <xpdl:Performer>approver</xpdl:Performer>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_PARTICIPANT_ID" Value="approver"/>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_OFFSET" Value="779,104.39998168945311"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Activity>
            </xpdl:Activities>
            <xpdl:Transitions>
                <xpdl:Transition From="createRequest" Id="transition0" To="approveRequest" Name="">
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_TRANSITION_STYLE" Value="NO_ROUTING_ORTHOGONAL"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Transition>
                <xpdl:Transition From="approveRequest" Id="transition1" To="route1" Name="">
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_TRANSITION_STYLE" Value="NO_ROUTING_ORTHOGONAL"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Transition>
                <xpdl:Transition From="route1" Id="transition2" To="notifyApprovment" Name="">
                    <xpdl:Condition Type="CONDITION">status === 'approved'</xpdl:Condition>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_TRANSITION_STYLE" Value="NO_ROUTING_ORTHOGONAL"/>
                        <xpdl:ExtendedAttribute Name="PBUILDER_TRANSITION_CONDITIONS" Value="[{"join":"&&","variable":"status","operator":"===","value":"approved"}]"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Transition>
                <xpdl:Transition From="route1" Id="transition3" To="notifyRejected" Name="">
                    <xpdl:Condition Type="OTHERWISE"/>
                    <xpdl:ExtendedAttributes>
                        <xpdl:ExtendedAttribute Name="JaWE_GRAPH_TRANSITION_STYLE" Value="NO_ROUTING_ORTHOGONAL"/>
                    </xpdl:ExtendedAttributes>
                </xpdl:Transition>
            </xpdl:Transitions>
            <xpdl:ExtendedAttributes>
                <xpdl:ExtendedAttribute Name="JaWE_GRAPH_WORKFLOW_PARTICIPANT_ORDER" Value="requester;approver"/>
                <xpdl:ExtendedAttribute Name="JaWE_GRAPH_START_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=requester,CONNECTING_ACTIVITY_ID=createRequest,X_OFFSET=73,Y_OFFSET=44,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=START_DEFAULT"/>
                <xpdl:ExtendedAttribute Name="JaWE_GRAPH_END_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=approver,CONNECTING_ACTIVITY_ID=notifyApprovment,X_OFFSET=1103,Y_OFFSET=26,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=END_DEFAULT"/>
                <xpdl:ExtendedAttribute Name="JaWE_GRAPH_END_OF_WORKFLOW" Value="JaWE_GRAPH_PARTICIPANT_ID=approver,CONNECTING_ACTIVITY_ID=notifyRejected,X_OFFSET=1141,Y_OFFSET=119,JaWE_GRAPH_TRANSITION_STYLE=NO_ROUTING_ORTHOGONAL,TYPE=END_DEFAULT"/>
            </xpdl:ExtendedAttributes>
        </xpdl:WorkflowProcess>
    </xpdl:WorkflowProcesses>
    <xpdl:ExtendedAttributes>
        <xpdl:ExtendedAttribute Name="EDITING_TOOL" Value="Web Workflow Designer"/>
        <xpdl:ExtendedAttribute Name="EDITING_TOOL_VERSION" Value="5.0-pre-alpha"/>
    </xpdl:ExtendedAttributes>
</xpdl:Package>



And here is joget in tomcat log error:



ERROR 13 Feb 2021 08:08:53 Shark  - PackageAdmin -> Package byte[] representation failed to open
ERROR 13 Feb 2021 08:08:54 org.joget.workflow.model.service.WorkflowManagerImpl  - Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Error] at line number 2: cvc-elt.1.a: Cannot find the declaration of element 'Package'._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [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 <xsd:schema>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 4: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 5: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 6: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 8: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 9: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 10: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 11: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 13: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 14: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 17: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 18: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 20: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 21: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 22: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 23: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 24: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 25: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 26: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 30: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 31: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 32: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 33: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 35: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 36: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 37: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 38: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 41: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 42: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 43: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 45: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 46: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 47: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 48: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 51: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 52: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 53: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 54: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 55: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 56: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 57: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 58: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 59: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 64: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 65: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 66: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 69: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 70: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 71: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 73: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 74: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 75: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 76: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 79: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 80: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 81: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 83: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 84: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 85: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 86: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 90: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 91: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 92: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 93: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 96: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 97: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 98: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 101: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 102: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 103: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 104: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 105: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 108: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 109: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 110: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 111: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 115: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 116: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 117: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 118: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 119: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 123: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 124: 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>._____Type=ERROR, Sub-Type=SCHEMA, Location=Package 'ord': __: [Warning] at line number 125: 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>._____Type=WARNING, Sub-Type=LOGIC, Location=Package 'ord', WorkflowProcess 'process1', Activity 'route1' -> Performer: __Activity can't have performer____
org.enhydra.shark.api.client.wfservice.PackageInvalid: Error in package
	at org.enhydra.shark.PackageAdmin.openPackage(PackageAdmin.java:818)
	at org.enhydra.shark.PackageAdmin.uploadPackage(PackageAdmin.java:238)
	at org.joget.workflow.model.service.WorkflowManagerImpl.processUpload(WorkflowManagerImpl.java:946)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.joget.apps.app.service.AuditTrailInterceptor.invoke(AuditTrailInterceptor.java:17)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.joget.apps.app.service.SqlFilterAspect.invoke(SqlFilterAspect.java:38)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
	at com.sun.proxy.$Proxy41.processUpload(Unknown Source)
	at org.joget.apps.app.service.AppServiceImpl.deployWorkflowPackage_aroundBody14(AppServiceImpl.java:1429)
	at org.joget.apps.app.service.AppServiceImpl$AjcClosure15.run(AppServiceImpl.java:1)
	at org.springframework.transaction.aspectj.AbstractTransactionAspect.ajc$around$org_springframework_transaction_aspectj_AbstractTransactionAspect$1$2a73e96cproceed(AbstractTransactionAspect.aj:66)
	at org.springframework.transaction.aspectj.AbstractTransactionAspect$AbstractTransactionAspect$1.proceedWithInvocation(AbstractTransactionAspect.aj:72)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.aspectj.AbstractTransactionAspect.ajc$around$org_springframework_transaction_aspectj_AbstractTransactionAspect$1$2a73e96c(AbstractTransactionAspect.aj:70)
	at org.joget.apps.app.service.AppServiceImpl.deployWorkflowPackage(AppServiceImpl.java:1401)
	at org.joget.apps.app.service.AppServiceImpl.deployWorkflowPackage_aroundBody12(AppServiceImpl.java:1383)
	at org.joget.apps.app.service.AppServiceImpl$AjcClosure13.run(AppServiceImpl.java:1)
	at org.springframework.transaction.aspectj.AbstractTransactionAspect.ajc$around$org_springframework_transaction_aspectj_AbstractTransactionAspect$1$2a73e96cproceed(AbstractTransactionAspect.aj:66)
	at org.springframework.transaction.aspectj.AbstractTransactionAspect$AbstractTransactionAspect$1.proceedWithInvocation(AbstractTransactionAspect.aj:72)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.aspectj.AbstractTransactionAspect.ajc$around$org_springframework_transaction_aspectj_AbstractTransactionAspect$1$2a73e96c(AbstractTransactionAspect.aj:70)
	at org.joget.apps.app.service.AppServiceImpl.deployWorkflowPackage(AppServiceImpl.java:1383)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:283)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
	at com.sun.proxy.$Proxy47.deployWorkflowPackage(Unknown Source)
	at org.joget.apps.app.controller.ConsoleWebController.consolePackageDeploy(ConsoleWebController.java:1808)
	at org.joget.apps.app.controller.ConsoleWebController$$FastClassBySpringCGLIB$$e1402d89.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:668)
	at org.joget.apps.app.controller.ConsoleWebController$$EnhancerBySpringCGLIB$$cbe84bb1.consolePackageDeploy(<generated>)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:181)
	at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:440)
	at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:428)
	at org.joget.commons.spring.web.ParameterizedAnnotationMethodHandlerAdapter.handle(ParameterizedAnnotationMethodHandlerAdapter.java:32)
	at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
	at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)
	at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
	at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:652)
	at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.joget.apps.app.web.GitRequestFilter.doFilter(GitRequestFilter.java:40)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
	at org.joget.apps.workflow.security.WorkflowHttpAuthProcessingFilter.doFilter(WorkflowHttpAuthProcessingFilter.java:86)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:121)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)
	at org.joget.commons.spring.web.CustomDelegatingFilterProxy.doFilter(CustomDelegatingFilterProxy.java:31)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.joget.apps.app.web.ExpireFilter.doFilter(ExpireFilter.java:48)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.joget.apps.app.web.JsonResponseFilter.doFilter(JsonResponseFilter.java:144)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:543)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:616)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:818)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1626)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)


Can you please help to find some resolution?


Waiting for your reply



13 Feb, 2021
confluenceUser
confluenceUser

What Joget edition and Java version are you using?

Try to upgrade to Java 11 and try again.

14 Feb, 2021
confluenceUser
confluenceUser

Thank you Walter for your replay.


Java:

openjdk version "1.8.0_282"

OpenJDK Runtime Environment (build 1.8.0_282-8u282-b08-0ubuntu1~16.04-b08)

OpenJDK 64-Bit Server VM (build 25.282-b08, mixed mode)


© Joget DX - Joget Inc. All Rights Reserved.
Version: 7.0.13 - build 717cbce


Strange thing is that if you see logs, url is incorrect, without semicolon:

'http//wfmc.org/standards/docs/TC-1025_schema_10_xpdl.xsd'


I've checked wget command and proper url works. I have outside traffic alowed from server.


best regards

jaro

14 Feb, 2021
confluenceUser
confluenceUser

After upgrading java to 11, working like a charm (smile)


Thank you Walter


Best regards

jaropl

19 Mar, 2021
confluenceUser
confluenceUser

Hi Walter,

Do you resolve this issue, I got the same issue on yesterday.

22 Mar, 2021
confluenceUser
confluenceUser

Me too.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print