Latest Posts


Show last 6 hrs - 24 hrs - 7 days

Forum tags


Top Posters

Last 30 days

  • Antoine (34)
  • ravinderjit.singh (30)
  • danielandross (17)
  • venkaiah.k (16)
  • sirswendu.ganapati (14)
  • eva.das (13)
  • milos.vacek (12)
  • metabyte (9)
  • cristiano.quintao (7)
  • pierre.pavageau (5)

All time

  • Antoine (1488)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (380)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
wds-cli service (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: wds-cli service
#2112
Shivanand (Admin)
Admin
User Offline Click here to see the profile of this user
Re:wds-cli service - Potential BUG 2 Years, 3 Months ago Karma: 26  
Sorry for the attachment, was let pass in previous post (* attachment crash).

Here is the file:

<deployment>
<task-description>Tutorials - PIPA</task-description>
<task-user-owners/>
<task-role-owners>
<role>examples\employee</role>
</task-role-owners>
<formURI>http://localhost:8080/wds/PIPA/PIPA.xform</formURI>
<formNamespace>http://www.intalio.com/bpms/workflow/xforms/PIPA/PIPA</formNamespace>
<processEndpoint>http://localhost:8080/pxe/soap/User_To_PIPA</processEndpoint>
<userProcessInitSOAPAction>http://www.example.com/User_To_PIPA/User_To_PIPA_PortType/Init</userProcessInitSOAPAction>
</deployment>




Thanks,
Shivanand.

Post edited by: shivanand, at: 2006/09/13 05:48
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2115
cgk (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:wds-cli service - Potential BUG 2 Years, 3 Months ago Karma: 0  
Thanks. The process appears to be registered, but I still can't access it through the examples\msmith logon. Here's the geronimo file re same.

Much appreciated!
File Attachment:
File Name: console_geronimo.txt
File Size: 11051


Post edited by: cgk, at: 2006/09/13 06:53
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2120
psq (Admin)
Admin
User Offline Click here to see the profile of this user
Re:wds-cli service - Potential BUG 2 Years, 3 Months ago Karma: 28  
the error says that the uri used is incorrect.
oxf:/http://localhost:8080/wds-client retrieve //PIPA/PIPA.xform
it should not include "wds-client retrieve" but only "oxf://PIPA/PIPA.xform"
check the <formURI> element in you descriptors. Does it contain "wds-client retrieve //PIPA/PIPA.xform"? it should contain:
<formURI>oxf://PIPA/PIPA.xform</formURI>
and the command to deploy it should be:
wds-client retrieve //PIPA/PIPA.xform
Thanks,
Pascal

Post edited by: psq, at: 2006/09/13 17:07
 
Report to moderator   Logged Logged  
 
Pascal On BPMS: onbpms.com
Intalio, Resetting the Standard for BPM: www.intalio.com
  The administrator has disabled public write access.
#2124
Shivanand (Admin)
Admin
User Offline Click here to see the profile of this user
Re:wds-cli service - Potential BUG 2 Years, 3 Months ago Karma: 26  
Agreed, I can fit myself to make a replica of this issue, which was caused because of a space or any invalid character in formURI, formNamespace or processEndpoint paths in the deployment descriptor file by resembling of these as

<formURI>http://localhost:8080/wds/ PIPA/PIPA.xform</formURI>
<formNamespace>http://www.intalio.com/bpms/workflow/xforms/ PIPA/PIPA</formNamespace>
<processEndpoint>http://localhost:8080/pxe/soap/User_To_PIPA</processEndpoint>

In the beyond lines there is an unnecessary gap in formURI path leads to an execution walk out exactly what your log file says here.
So please make sure that there shouldn’t be any illogical objects in deployment descriptor file. And moreover you can get these paths from ‘PIPA-User_To_PIPA.wsdl’ (according to your process) of generated build folder.

I expect this helps in successful PIPA execution.

Thanks,
Shivanand.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2132
cgk (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:wds-cli service - Potential BUG 2 Years, 3 Months ago Karma: 0  
I changed the uri as suggested, but I'm still getting the same error message. Here's the new pipa-deploy.xml file and the geronimo log.

File Attachment:
File Name: ProblemLog.zip
File Size: 96635
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2136
psq (Admin)
Admin
User Offline Click here to see the profile of this user
Re:wds-cli service - Potential BUG 2 Years, 3 Months ago Karma: 28  
It looks like it is still referencing "oxf:/http://localhost:8080/wds-client retrieve //PIPA/PIPA.xform".
Did you undeploy the form first? (using the old deployment descriptor), then redeploy the new form?

to undeploy, see http://bpms.intalio.com/content/view/71/87/#delete-pipa?


Pascal.
 
Report to moderator   Logged Logged  
 
Pascal On BPMS: onbpms.com
Intalio, Resetting the Standard for BPM: www.intalio.com
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop