FORUMS


Discussion about Intalio|BPP Community Edition.


Back to Samples (0 viewing) 
Go to bottom Favoured: 0
TOPIC: Re:PIPA process instance starting
Oct 31, 2006 5:17 am
erkinda (User)
40 posts
Senior Boarder

Karma: 1  
when I log in as admin
http://localhost:8080/bpms-console/processes.htm

I see process PIPA

but when I log in as examples\msmith
http://localhost:8080/ui-fw/tasks.htm

I don't see process PIPA

who may strart process instance for PIPA?

thanks
 
 
q
  The administrator has disabled public write access.
Oct 31, 2006 5:41 am
Shivanand (Admin)
1194 posts
Admin

Karma: 24  
Have you deploy PIPA.xform from process explorer of Intalio|BPMS Designer?





Thanks,
Shivanand.
 
  The administrator has disabled public write access.
Oct 31, 2006 6:08 am
erkinda (User)
40 posts
Senior Boarder

Karma: 1  
yes, form deployed successfully
 
 
q
  The administrator has disabled public write access.
Oct 31, 2006 6:15 am
erkinda (User)
40 posts
Senior Boarder

Karma: 1  
I create pipa-deploy.xml as described in tutorial:
<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/ode/processes/PIPA/User_To_PIPA
</processEndpoint>
<userProcessInitSOAPAction>
http://www.example.com/PIPA/User_To_PIPA/User_To_PIPA_PortType/Init
</userProcessInitSOAPAction>
</deployment>

execute:
wds-cli.bat -d C:\intalio\workspaces\samples\PIPA\PIPA\build\pipa-deploy.xml create-pipa

and http://localhost:8080/ui-fw/tasks.htm
now don't show list of processes:

Error:Error while retrieving tasks
...

:(
 
 
q
  The administrator has disabled public write access.
Oct 31, 2006 6:47 am
Shivanand (Admin)
1194 posts
Admin

Karma: 24  
Any errors while registering or deploying form into wds-cli. I will really applaud if you attach log information here.




Thanks,
Shivanand.
 
  The administrator has disabled public write access.
Oct 31, 2006 6:53 am
erkinda (User)
40 posts
Senior Boarder

Karma: 1  
where located deployment logs?
 
 
q
  The administrator has disabled public write access.
Oct 31, 2006 7:03 am
Shivanand (Admin)
1194 posts
Admin

Karma: 24  
Please hit upon these spots for log information

For Designer log: Inside .metadata folder of your workspace region (designer.log).
For Server log: Inside \intalio-bpms4.3.1\var\log (geronimo.log) of your bpms installation directory.



Thanks,
Shivanand.
 
  The administrator has disabled public write access.
Oct 31, 2006 7:24 am
erkinda (User)
40 posts
Senior Boarder

Karma: 1  
I don't know what I may to do...
I reinstall server
then only execute wds-cli.bat -d C:\intalio\workspaces\samples\PIPA\PIPA\build\pipa-deploy.xml create-pipa

where pipa-deploy.xml:
<deployment>
<task-description>Tutorials - PIPA</task-description>
<task-user-owners>
</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
</formNamespace>
<processEndpoint>
http://localhost:8080/ode/processes/PIPA/User_To_PIPA
</processEndpoint>
<userProcessInitSOAPAction>
http://www.example.com/PIPA/User_To_PIPA/User_To_PIPA_PortType/Init
</userProcessInitSOAPAction>
</deployment>

and
http://localhost:8080/ui-fw/tasks.htm
don't work:
Error:Error while retrieving tasks

In file geronimo.log nothing about this.

How I must deploy PIPA sample?
May I only deploy PIPA.xform from designer and deploy model from designer?
Or I need to execute wds-cli.bat always when project include xforms?
How I can assign task-role-owners to taskl, if I don't use deployment file?

thanks
File Attachment:
File Name: pipa.zip
File Size: 61521


Post edited by: erkinda, at: 2006/10/31 05:25
 
 
q
  The administrator has disabled public write access.
Oct 31, 2006 7:59 am
Shivanand (Admin)
1194 posts
Admin

Karma: 24  
PIPA Deployment:
1. Validate & deploy diagram to server (make sure intalio-bpms is up and running fine).
2. Deploy form by right click on it in Process Explorer.
3. Run C:\>wds-cli.bat –d pipa-deploy.xml create-pipa [Make sure your pipa-deploy.xml is created & saved in C:\ (i.e., where you have installed wds-cli). Then run following command to deploy the form and to register the PIPA tasks into wds-cli command line tool.]
4. Open http://localhost:8080/ui-fw
5. Click on the processes tab to find list of processes deployed.

I hope this moment you get success.


Thanks,
Shivanand.
 
  The administrator has disabled public write access.
Oct 31, 2006 8:09 am
erkinda (User)
40 posts
Senior Boarder

Karma: 1  
after executing steps one and two I have PIPA-process, deployed and visible in http://localhost:8080/bpms-console/processes.htm
and nothing in http://localhost:8080/ui-fw/tasks.htm

after executing step three a have error in http://localhost:8080/ui-fw/tasks.htm

this means that my file pipa-deploy.xml is corrupt?

thanks

Post edited by: erkinda, at: 2006/10/31 06:10
 
 
q
  The administrator has disabled public write access.
Oct 31, 2006 8:35 am
Shivanand (Admin)
1194 posts
Admin

Karma: 24  
Need to alterations in your project.
a) Edit literal intialization
bpdm:literal('<ar:initProcessResponse>
<ar:status>ok
</ar:status>
</ar:initProcessResponse>')

b) Update pipa-deploy.xml file as attached here.




Thanks,
Shivanand.
 
  The administrator has disabled public write access.
Oct 31, 2006 8:38 am
Shivanand (Admin)
1194 posts
Admin

Karma: 24  
here is the attachment. Sorry unable to fasten.

Find here copy of that:

<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</formNamespace>
<processEndpoint>http://localhost:8080/ode/processes/PIPA/User_To_PIPA</processEndpoint>
<userProcessInitSOAPAction>http://www.example.com/PIPA/User_To_PIPA/User_To_PIPA_PortType/Init
</userProcessInitSOAPAction>
</deployment>


Thanks,
Shivanand.

Post edited by: shivanand, at: 2006/10/31 06:41
 
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop

Upcoming Trainings

More Trainings...

Upcoming Webinars

More Webinars...

Top Posters

Last 30 days

  • Antoine (135)
  • himar.rodriguez (9)
  • german.santana (8)
  • kevin.fernandez (8)
  • ddd.m123 (8)
  • lars.roediger (6)
  • gayatri.chandak (5)
  • jal1967 (5)
  • rune.lindvig (4)
  • iakovos.karakas (4)

All time

  • Antoine (2745)
  • Shivanand (1194)
  • cshekhar (933)
  • psq (797)
  • metabyte (415)
  • jag (393)
  • dfrench (367)
  • arnaud (329)
  • jalateras (325)
  • talita.pezzi (253)

Show last 4 hrs - 12 hrs - 24 hrs

Copyright © Intalio, 1999-2010.