Error in PipelineManager while creating the new group payment

Hello world

I am trying to create a new group of payment for the purchase of an item with reward points.  I'm trying to change the flow of the pipeline by substituting commercePipeline.xml.  I added the following lines of code in this XML.

CommercePipeline. XML

< pipelinemanager >

< pipelinechain name = "validatePaymentGroup" >

< pipelinelink name = "dispatchOnPGType" >

< transition returnvalue = "5000".

Link = "validatePointsPG" / >

< / pipelinelink >

< name pipelinelink = "validatePointsPG".

transaction = "TX_MANDATORY" >

< processor = jndi

"/ com/mystore/order/processor/ValidatePointsPaymentGroup" / >

< / pipelinelink >

< / pipelinechain >

< pipelinechain

name = "validatePaymentGroupPreConfirmation" >

< pipelinelink name = "dispatchOnPGTypePreConfirmation" >

< transition returnvalue = "5000".

Link = "validatePointsPGPreConfirmation" / >

< / pipelinelink >

< name pipelinelink = "validatePointsPGPreConfirmation".

transaction = "TX_MANDATORY" >

< processor = jndi

"/ com/mystore/order/processor/ValidatePointsPaymentGroup" / >

< / pipelinelink >

< / pipelinechain >

< / pipelinemanager >

When I start booting the server error below:

ERROR [nucleusNamespace.] Could not start the service "/ atg/commerce/PipelineManager ': atg.nucleus.ServiceException: CONTAINER: atg.service.pipeline.PipelineInitializationException; Source: ATG.service.Pipeline.TransitionException: A PipelineLink is already mapped to return code [5000] in the pipelink named [dispatchOnPGType].

When I tried to check the commercepipeline in the Administration of the Dynamo , is to show that the pipelinechain is locked

CommercePipelineManager

Pipeline channels

String ID Riders of num Activated Locked LockAcquiredTime LockReleasedTime LockingThread
validatePaymentGroup0faketrueFri Jan 24 10:55:46 IST 2014N/Amain
loadOrder0truefakeN/AFri Jan 24 10:55:44 IST 2014N/A
updateOrder0truefakeN/AFri Jan 24 10:55:44 IST 2014N/A
processOrder0truefakeN/AFri Jan 24 10:55:45 IST 2014N/A
validateShippingGroup0truefakeN/AFri Jan 24 10:55:46 IST 2014N/A
refreshOrder0truefakeN/AFri Jan 24 10:55:44 IST 2014N/A
processOrderWithReprice0truefakeN/AFri Jan 24 10:55:44 IST 2014N/A
repriceOrderForInvalidation0truefakeN/AFri Jan 24 10:55:44 IST 2014N/A
validateForCheckout0truefakeN/AFri Jan 24 10:55:45 IST 2014N/A

Thank you and best regards,

RKishore

you have assigned the return code 5000 in the two strings to your new pipeline link.

OOTB 5000 is already assigned to charge the chain.

You must change the return code new value unassigned. Also the return code should be added in return codes provided by dialing ValidatePaymentGroupByType.

Refer to this: Oracle ATG Web trade - confirmation of order extending to new methods of payment of support

Thank you

Nitin.

Tags: Oracle Applications

Similar Questions

  • I have to create the new group for waiting for redo log files?

    I have 10 group of files redo log with 2 members of each group for my primary database, I need to create new group for redo log files for the database of relief pending

    Group # members

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

    1              2

    2              2

    3             2

    4             2

    5             2

    6             2

    7             2

    8             2

    9             2

    2 of 10

    If so, the following statement is correct? or nto

    ALTER DATABASE ADD STANDBY LOGFILE GROUP 1 ('D:\Databases\epprod\StandbyRedoLog\REDO01.) LOG',D:\Databases\epprod\StandbyRedoLog\REDO01_1.log');

    Please correct me if am doin wrong

    because when I run the statement I have error message saying: the group is already created.

    Thanks John

    I just found the answer

    Yes, it of recomeded to add the new group, for instnace if I have 10 group of 1 to 10, then the wait should be from 11 to 20

    Thanks I found the answer.

  • options of workflow while creating the new project type

    Hey Dina,

    I have a doubt on below 2 options that are available in the "Project status, Workflow" tab while creating a new project type.

    Activate the workflow for projects
    Activate the workflow for Budgets

    Could you explain what what will be the exact flow of two work above, impact if we allow them when creating new project type.

    Thanks in advance,
    RPD

    Hello

    These two options will affect any new project created using the type of project you are developing.
    For example, you create a project type called "Capital Construction Projects", designated for individual projects that will be created when your company began construction of a new factory or office, for its own operations.
    For this type of project, you can enable the flow of project work and budgets.

    Later business user creates a new project of this type, for the construction of offices for a new Department, he or she will submit the project for approval. By using the workflow your company would install rules so that system knows which should be the approver of this creation of project, or later, any change in the status of the project.
    Once that project was created the business user need to budget for the expected costs of this investment. Another workflow is now used to submit the budget for approval.

    If unnecessary business rules a formal process for approval of two state changes of project or the base line of the budget of the project, then you need not enable these options for the type of project.

    Dina

  • To create the new group business with workflow vCO

    I'm working on a workflow of vCO that will allow members of my team to put in place new teams in vCAC...

    I can't to his exercises how mapping the output of 'Create a prefix Machine', which is vCAC:Entity to the Machine of the Enter prefix (defaultMachinePrefix), which is vCACCAFE:MachinePrefix.

    When I try to transmit the ID of the entity to the prefix defaultMachine I get the following error: cannot convert undefined to java.util.UUID (workflow: Set up vCAC new user / create a group of companies (item6) #4)

    Did anyone had success or trying to do something that we can't do?

    See you soon

    OK finally managed to do...

    vCACCAFEEntitiesFinder is the way to go for this kind of things.

    Here's what I did to move the machine of the prefix vCACEntity to vCAC:MachinePrefix:

    Entries:

    mp_new MachinePrefix (vCAC:Entity out of new machine OU prefix)

    vCACCAFEHost (vCACCAFE:VCACHost)

    Outputs:

    mp_defaultMachinePrefix (vCACCAFE:MachinePrefix)

    function getMachinePrefix() {

    var vCACCAFEMachinePrefix;

    var array = new Array();

    array = vCACCAFEEntitiesFinder.getMachinePrefixes(vCACCAFEHost);

    var machinePrefix = mp_newMachinePrefix.getProperty("MachinePrefix");

    System.log("Searching for machine prefix..");

    for (var i = 0; i < array.length; i++) {

    if (array[i].name.toLowerCase() == machinePrefix.toLowerCase()){

    System.log("Found MachinePrefix : " + array[i].name);

    vCACCAFEMachinePrefix = array[i];

    }

    }

    return vCACCAFEMachinePrefix;

    //Set default prefix mp_defaultMachinePrefix = getMachinePrefix();

    if(!mp_defaultMachinePrefix){

    throw "Could not find machine prefix entity";

    }

  • "Error: current connection" while creating the debugtoken

    I tried to create a debugtoken for my Webworks app. I used the following code:

    BlackBerry-debugtokenrequest - storepass
    devicepin-

    But the execution fails with the error message: "error: current connection.

    Anyone know the reason for this message?

    Well I fixed it. The reasons were the firewall settings...

  • Unable to search for users while creating the new political

    I installed LiveCycle ES2 Rights Management and Extesión for Micorsoft office.

    I can create a policy with the 'x' user who have rights to the "Document Publisher".

    Once the document is secured using Micorsoft word I can open the same document in passing the credentials of the user for the user 'x '.

    However when the political establishment I'm not able to search for users to add multiple users to the list.

    The button 'Add' search user interface when creating political is always disabled. Also, I am not able to do the 'advanced search '.

    Using IE8 on Windows XP 32-bit. Server is installed on Windows Server 2008 64 bit.

    You must add 'domain' that contains the users you want to search (add to a policy) 'Users and visible groups' configuration for the strategy game that contains the policy.

    Login to the LiveCycle user interface and select Services > LiveCycle Rights Management ES2 > policies > strategy name > Visible to users and groups

    Concerning

    Steve

  • Unable to create the new group in the address book

    No response when I hit again group

    Firefox send an e-mail, it's strictly a web browser.

    If you use Firefox to access your e-mail, you use "webmail". You must seek assistance from your service provider or a forum for this service.

    If your problem is with Mozilla Thunderbird, let know us and we can move this thread to the queue of Thunderbird. This issue is currently in the queue of Firefox to get answers.

  • Service Division of Hyperion - assign the existing group to the new group

    Hi all

    In my planning application, I tried to create the new group "G3" through the sharing service and assigned existing groups ("G1", "G2") to the new group "G3". So that all existing group access will be transferred to the new group.

    But when I logged with the user of the G3, I found has insufficient access forms data giving the message.
    "You try to open the data form, but can not because all the required dimensions are not present." Possible causes may be that you do have at least one member of a required dimension, or the selection of members resulted in no Member present. Contact your administrator. "

    I can able to connect and see the dataform with user group G1 and G2.

    What that should I need to change in the settings to avoid this problem?

    Thanks in advance

    When you add a G1, G2 to G3 provisioning of g1 and g2 doesn't apply to the g3. Instead, it's the other way around. G1 and G2 will have some G3 has commissioned.

  • Created a new group but cannot user of MSN Search

    Hello

    I have created the new group, added the desired menu, I can see the form the user research, but when I tried to search ALL or some user is any user (s) found.

    All settings or permissions required forthis group?

    Thank you very much.

    If you try to search for users, you must ensure that your user is looking has access to the organization.

    Go to organizations to manage, select Organization, select administrators from the drop down and then add the group you want to give in. Then all users in this group can perform searches for users in this organization.

    -Kevin

  • Win Server 2003 SP2. Backup starts and see errror message "error returned while creating the volume shadow copy: 0x8004230f.»

    Win Server 2003 SP2. Backup starts and see errror message "error returned while creating the volume shadow copy: 0x8004230f.» All solutions? CPP, Volume Shadow Copy Stallion are started.

    Thank you for visiting the Microsoft answers community.

    The question you have posted is related to Windows Server and would be better suited in the MS TechNet Windows Server Forum. Please visit this link to find a community that will provide the support you want.

  • Development in error "Installer.exe has stopped working" while installing the new modem.

    Development in error "Installer.exe has stopped working" while installing the new modem. I try to install the ZTE AC8710 modem on my 32-bit windows vista (home edition) system, but whenever the facility is subject to the full I get the error 'Installer.exe has stopped working' and complete Setup doen't. The same error is hit when I try to uninstall the ZTE modem that is installed intestinal. The installation file has CD/install drivers for windows vista. Information below is displayed in the application event viewer for this error log. Help, please

    Log name: Application

    Source: Application error

    Date: 2010-01-03 02:04:50

    Event ID: 1000

    Task category: (100)

    Level: error

    Keywords: Classic

    User: n/a

    Computer: Monica-PC

    Description:

    Application Installer.exe, version 0.0.0.0, time stamp 0x4b208462, Installer.exe module, version 0.0.0.0, time stamp 0x4b208462, exception code 0 x 40000015, offset error 0x0002efec, 0xadc process id, failed failed application start 0x01cab8b5797299e1.

    The event XML:

    1000

    2

    100

    0 x 80000000000000

    309

    Application

    Monica-PC

    Installer.exe

    0.0.0.0

    4b 208462

    Installer.exe

    0.0.0.0

    4b 208462

    40000015

    0002efec

    ADC

    01cab8b5797299e1

    Hi Tonio saini,.

    Navigate to the location of the programs .exe file and right click on the .exe file, and then select run as administrator to install the modem.

    You can also check the following link, try the suggestions and check if that helps:

    http://social.answers.Microsoft.com/forums/en/w7hardware/thread/4ce21286-3a77-4A06-923c-889d657f8e33

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Repair your startup disk Bootcamp disappearing after you create the new partition

    . After some research, I found that it was the way forward to create a separate partition, and so I did another partition.

    I didn't know it would affect my Windows partition that I thought it was completely different.

    So now, when I start it up, there is no option to start with Windows. But when I boot the Mac and select Startup disk, it displays Boot Camp is still there, and all my files etc. are still there.

    I tried to create one separate partition (other than Bootcamp). After that its done and I started my computer, I found that the option to boot Windows (Bootcamp startup disk) has disappeared. But I still see boot camp Mac files. Any solution for this? Thank you.

    (I tried to find this solution on the discussion Forum, and I found: repair Boot Camp after having created the new partition, however, I'm not able to follow these instructions. any help would be appreciated)

    For reference:

    Aerospews-MBP: ~ the marcuslo list $ diskutil

    / dev/disk0 (internal, physical):

    #: NAME SIZE TYPE IDENTIFIER

    0: GUID_partition_scheme * GB 500,3 disk0

    1: disk0s1 EFI EFI 209.7 MB

    2: Apple_HFS Macintosh HD 350,7 GB disk0s2

    3: disk0s3 Apple_Boot Recovery 650.0 MB HD

    4: Apple_HFS 47.6 Untitled GB disk0s4

    5: Microsoft database BOOTCAMP 101,0 GB disk0s5

    Aerospews-MBP: ~ list of cs marcuslo$ diskutil

    No logical volume group CoreStorage found

    Aerospews-MBP: ~ marcuslo$ sudo TPG - vv - r show/dev/disk0

    See the TPG: / dev/disk0: mediasize = 500277790720; SectorSize = 512; blocks = 977105060

    See the TPG: / dev/disk0: PMBR to sector 0

    See the TPG: / dev/disk0: Pri GPT to sector 1

    See the TPG: / dev/disk0: GPT Sec at sector 977105059

    start index size summary

    0 1 PMBR

    1 1 Pri GPT header

    2 32 table GPT Pri

    34 6

    40 409600 1 part TPG - C12A7328-F81F-11D2-BA4B-00A0C93EC93B

    409640 684969040 2 part TPG - 48465300-0000-11AA-AA11-00306543ECAC

    685378680 1269536 3 part TPG - 426F6F74-0000-11AA-AA11-00306543ECAC

    686648216 92929128 4 part TPG - 48465300-0000-11AA-AA11-00306543ECAC

    779577344 262144

    779839488 197265408 5 part TPG - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7

    977104896 131

    977105027 32 table dry GPT

    977105059 1 dry GPT header

  • Partition Windows 10 does not start after you have created the new internal drive

    I'm running OS X 10.11.2.

    I have set up a training camp 10 Windows on my Macbook Pro sometime ago, but today I realized that I need more storage. I watched how do so online and came across this thread:How to resize my bootcamp partition without deleting chtol. I followed the instructions, but could not know how do I find my Windows partition.

    So I think that I have the problem described here: repair Boot Camp after having created the new partition. I did what Christopher Murphy described on the first page and this error message appeared when I pressed "w ":

    "Failed to open device ' / dev/disk0 ' for writing! Errno is 1! Writing of abandonment! »

    I deleted from the extra without internal hard drive name in the hope that he'll fix it, but it didn't.

    I would like to enlarge my Windows partition, but at this point, as long as I can access my Windows Bootcamp partition, that would be great!

    EDIT: I unfortunately do not back to the time Machine.

    Resizing Windows partitions is not officially supported by Apple - Boot Camp: resize the Windows partition .

    Please after the release of

    diskutil list

    Cs diskutil list

    sudo TPG - vv - r see the/dev/disk0

    sudo fdisk/dev/disk0

  • How to create a new group of contacts in Windows Mail for Windows Vista.

    original title: Contact groups Windows Mail

    I am trying to create a new group of contoact in Windows Mail. When I go into my contacts, the toolbar doesn't gives me the ability to create a new contact group. My toolbar is not new contact group as described in the help option. How to show?

    Hello

    The information below should solve your problem

    http://www.vista4beginners.com/missing-buttons-from-Windows-contacts-toolbar

    more information on this subject

    http://www.Vistax64.com/tutorials/186477-new-contact-new-contact-group-button-missing.html

  • Mail window - create the Contact Group

    I don't have an icon 'Create the Contact Group' anywhere in Windows Mail.

    Missing the Windows Contacts toolbar buttons
    http://www.vista4beginners.com/missing-buttons-from-Windows-contacts-toolbar

    Vista - "New Contact" and "Contact Group on new" button missing
    http://www.Vistax64.com/tutorials/186477-new-contact-new-contact-group-button-missing.html

    Bruce Hagen ~ MS - MVP [Mail]

Maybe you are looking for