Clarity

  • 1.  Process fails with BPM-0704

    Posted Oct 02, 2012 12:05 PM
    I am trying to launch an inherited process fro m2009 with no documentation and the creator gone with the wind. The process fails with an error

    BPM-0704: (Translated) Running the modified command script gave an error:: org.apache.commons.jelly.JellyTagException: null:45:42: <s:invoke> Failed to send a SOAP message generated to 'https://server.domain.fi/niku/xog'.server.domain.fi at com.niku.union.gel.tags.soap.InvokeTag.doTag(InvokeTag.java:77) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186) at com.niku.union.gel.tags.ScriptTag.doTag(ScriptTag.java:20) at org.apache.co4: Mukautettua komentojonoa suoritettaessa ilmeni virhe: org.apache.commons.jelly.JellyTagException: null:45:42: <s:invoke> Failed to send a SOAP message generated to 'https://server.domain.fi/niku/xog'.server.domain.f'i at com.niku.union.gel.tags.soap.InvokeTag.doTag(InvokeTag.java:77) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95) at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186) at com.niku.union.gel.tags.ScriptTag.doTag(ScriptTag.java:20) at org.apache.co

    Failed to send a SOAP message generated to 'https://server.domain.fi/niku/xog'.server.domain.fi
    looks like it is not properly formated

    What would be the proper format?

    DId not get access to the system yet to look how that is defined in the process.


    Martti K.


  • 2.  RE: Process fails with BPM-0704
    Best Answer

    Posted Oct 02, 2012 12:09 PM
    You may want to explicitly include :443 in the URL for the port number. I'm not sure the address handler will use any other port than 80 if it isn't explicitly present, even if using another protocol than http.


  • 3.  RE: Process fails with BPM-0704

    Posted Oct 02, 2012 12:12 PM
    Thanks Nick. That certainly was fast.
    I'll try to locate that when I get to the site again.

    Martti K.


  • 4.  RE: Process fails with BPM-0704

    Posted Oct 02, 2012 12:16 PM
    Actually, if that's even the proper address it was trying to connect to. Oddly, part of your error message states:

    'https://server.domain.fi/niku/xog'.server.domain.fi

    Like it is all part of the address it is trying to use, though that may have been an oddity in the logging. Check the <soap:invoke> tags and see if they are doing any appending to the endpoint= attribute, like <soap:invoke endpoint="${some_var}.server.domain.fi" ...>

    The some_var could be from a <gel:parameter /> tag, which is then having its value set from the process step's Custom Script Parameters page in the UI. If you don't get any luck pinpointing the problem from that, if I could see the script and the endpoint parameter value, it could help (masking out any xog user passwords that might be left in the script itself first).

    Edit: Also if that message was found from the Clarity UI, the full version of it in the bg-ca / bg-niku log files would be of value too, in case there are nested exceptions further down past this point that just bubbled up to this conclusion.


  • 5.  RE: Process fails with BPM-0704

    Posted Oct 02, 2012 02:21 PM
    Thanks, yes t he address looks messy to me, too.
    Have to wait till I get to the site again.

    Martti K.


  • 6.  RE: Process fails with BPM-0704

    Posted Oct 17, 2012 01:20 PM
    The address was coming from a parameter whose value was not correct.


    Martti K.


  • 7.  RE: Process fails with BPM-0704

     
    Posted Oct 24, 2012 05:27 PM
    Thanks for letting everyone know the resolution Martti! :grin: