The payment group could not be authorized for payment:

Hi All,
I am facing one issue when ever I try to submit the order.Mention issues log below.
at java.lang.Thread.run(Thread.java:619)
17:30:09,608 INFO [CommitOrderFormHandler] DEBUG Acquired local write lock using id 140023
17:30:09,631 INFO [CommitOrderFormHandler] DEBUG beforeSet created transaction TransactionImple < ac, BasicAction: -53edde10:dc90:51a34807:1077 status: ActionStatus.RUNNING >
17:30:09,632 INFO [CommitOrderFormHandler] DEBUG no form errors - staying on same page.
17:30:09,635 INFO [CommitOrderFormHandler] DEBUG no form errors - staying on same page.
17:30:09,637 INFO [CommitOrderFormHandler] DEBUG no form errors - staying on same page.
17:30:09,720 WARN [ValidatePaymentGroupByType] Returning default transition value 0 for unregistered property value cashOnDelivery.
17:30:09,763 INFO [CommitOrderFormHandler] DEBUG PipelineError: key=FailedPaymentGroupAuth:pg50002; error=The payment group pg50002 could not be authorized for payment: The given PaymentGroup {0} cannot be processed because a processor was not configured for its type..
17:30:09,763 INFO [CommitOrderFormHandler] DEBUG adding form exception: FailedPaymentGroupAuth:pg50002: The payment group pg50002 could not be authorized for payment: The given PaymentGroup {0} cannot be processed because a processor was not configured for its type..
17:30:09,764 INFO [CommitOrderFormHandler] DEBUG root cause of exception: null
17:30:09,764 INFO [CommitOrderFormHandler] DEBUG Transaction Marked as Rollback - redirecting to: error.jsp
17:30:09,765 INFO [CommitOrderFormHandler] DEBUG afterSet sees currentTransaction as TransactionImple < ac, BasicAction: -53edde10:dc90:51a34807:1077 status: ActionStatus.ABORT_ONLY >
17:30:09,765 INFO [CommitOrderFormHandler] DEBUG afterSet committing transaction TransactionImple < ac, BasicAction: -53edde10:dc90:51a34807:1077 status: ActionStatus.ABORT_ONLY >
17:30:09,766 INFO [CommitOrderFormHandler] DEBUG Released local write lock using id 140023
Could you please give suggestion how to resolve this issue.
Thanks,
Raj

It seems like you have created a new payment group cashOnDelivery but have not configured the required property files required for its validation
1) In /atg/commerce/order/processor/ValidatePaymentGroupByType.properties add something as following
# Add a return code for your cash payment method
returnValues+=\
cashOnDelivery=5051
2) then in CommercePipeline.xml add the mapping for the integer value specified earlier to its validator processor, something as following
<pipelinechain name="validatePaymentGroup" transaction="TX_REQUIRED" headlink="dispatchOnPGType" xml-combine="append">
<pipelinelink name="dispatchOnPGType" transaction="TX_MANDATORY">
<processor jndi="/atg/commerce/order/processor/ValidatePaymentGroupByType"/>
<transition link="validateCashPG" returnvalue="5051"/>
</pipelinelink>
<pipelinelink name="validateCashPG" transaction="TX_MANDATORY">
<processor jndi="/atg/commerce/order/processor/ValidateCash"/>
</pipelinelink>
</pipelinechain>
3) Create a new ValidateCash component and its class(which implements a pipeline processor) and in this simply return the SUCCESS code, or put any validation logic that you want to put for validating your new cash paymentGroup.
This would solve the the current error you are getting,
and If the PaymentManager, PaymentPipeline(The new createCahInfo and ProcessCash processor etc),OrderTools component etc have been confgiured properly for your new payment group then you should be able to submit the order.
Thanks

Similar Messages

  • PY error message - EE's salary group could not be determined for Plan Life

    We are running through Payroll errors when there is a Separation action being carried :
    u201DEmployeeu2019s salary group could not be determined for plan LIFEu201D.
    On IT0168 the costs  are u20180u2019
    This has to be resolved ASAP. Any inputs/ advise is greatly appreciated.

    During the "Separation" action, does the employee change WT on IT0008?
    If so, it could be that the Life Plan's Calculation Base does not include that WT (and check the IMG under Payroll > Benefits Integration > Define WageTypes for Benefit Plans)

  • "The Destination Directory Could Not Be Determined For Photo Delluxe 4.0"

    I Downloaded Adobes Photoshop from thier Site.
    When trying to install pdx401upus.exe,
    it will open up the Installation Wizard and then I get the Following "Warning" Message....
    "The Destination Directory Could Not Be Determined For Photo Delluxe 4.0"
    it just gives me a box to check that says "OK", and then the Wizard Shuts down.
    Im running an HP Computer with Windows 7, Tons of HD Space, Ram, Memory ect.
    I love using Adobe Photoshop, but since I got this new computer,
    my Adobe Photoshop install disc seemed to be too old (Windows 95),
    and therefore would not load to my new Computer/Operating System.
    Any pointers, Websites, Instructions would be greatly appreciated.
    Although I'm not a "Computer Dummy" I know just enough to get me into trouble, so the simpler the instructions....the better.

    I am sorry Wwotr but I have not observed a user who has successfully installed and used Photo Deluxe on Windows 7.  Since Photo Deluxe we have released 10 versions of Photoshop Elements.  I would recommend utilizing the trial of Photoshop Elements 10 and seeing if that will fullfill your needs.  You can find more information at http://www.adobe.com/products/photoshop-elements.html.

  • The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent.

    I encountered this problem on our SQL2012 and I have tried different scenarios (see below) to no avail. I have decided to give up and check if someone here has encountered this and resolved it. 
    One thing I know, it's not a memory issue. Both servers we're using has lots of memory to spare and we monitor the memory as the replication goes through it's steps. 
    I hope someone can help me on this. Thanks!
    The Error:
    The merge process could not allocate memory for an operation; your system may be running low on virtual memory. Restart the Merge Agent.
    Our Scenario
    We're using SQL Server 2012 SP1. All subscriptions are pull based.
    We're using direct Merge Replication (not FTP or web sync)
    We already have 10 active replications with larger databases. Only 1 has this issue.
    Database size is less than 5 GB
    Rebuilding the publisher is not an option.
    What have I tried?
    There is no memory problem --- we have lots to spare
    I have tried re-initialization of the database. Same problem.
    I tried deleting the database and reinitializing it. Same problem
    New snapshot. Same problem.
    I tried changing the subscriber server but still same issue. 
    MCP, MCSD, MCDBA (ANXA)

    Here is the result for the sp_configure on our subscriber. We're doing a pull on the server with the issue.
    name
    minimum
    maximum
    config_value
    run_value
    max server memory (MB)
    128
    2147483647
    2147483647
    2147483647
    In addition, I made a comparison between the working servers and the one with the issue -- there seems to be a difference in the service pack. Publisher has none but the subscriber is operating on SP1. But still strange as only 1 database is affected. 
    MCP, MCSD, MCDBA (ANXA)

  • Portal Roles added to the LDAP group is not showing up for users

    Hello expert,
    I have implemented SSO for Enterprise Portal and MS LDAP.  It is working fine but when I assigned roles to the LDAP group instead of UME group, they are not taking effect when I refresh the browser.  My service account that I set up in the keytab file is a read only account for the LDAP.  Is there some permission issue that I have to do to be able to add Portal roles or groups to LDAP groups?

    Hi,
    By default the LDAP integration configuration file is readonly.
    In this case, is not possible to modify data in LDAP.
    You must to connect in read-write mode; and I think that, furthermore, you need to configure SSL between Portal and LDAP in order to use read-write mode.
    regards,

  • I keep getting the message DRM is not currently authorized for use with this Adobe ID yet when i am on my computer it says i am

    The book has shows downloaded to my kobo but this message shows up

    patsyb1973, Looks like the Adobe ID with which you have authorized ADE and the one you purchased the eBook, they do not match.
    Would ask you to de-authorize ADE and re-authorize ADE using a same adobe ID and check.
    Launch ADE.
    Press Control+Shift+D (Windows) or Command+Shift+D (Mac)
    You will get an option to Deauthorize or Erase Authorization(depending on your ADE version), click it and you are done.
    Go To Help-> Authorize Computer.
    Enter your credentials and authorize ADE.
    Let me know in case you still get the same issue.
    Cheers!
    ~ Arpit

  • Now all of a sudden, most of my music will not play "because the original file could not be found" for no apparent reason, and I can't get it back. Thanks a ******* LOT, iTunes!! Now I can't even listen to over $1,000 of my songs because of

    FU

    The "missing file" thing happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then say no when asked to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions. I can provide a step by step guide if you give me the two paths.
    In some cases iTunes may be able to repair itself if you go through the same steps and locate the lost track. It may then offer to attempt to automatically fix other broken links. Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes.
    tt2

  • Memory could not be allocated for the activation process. Please close all applications and try agai

    I have just had a Windows XP failure and took the opportunity to replace with Windows 7.  After I reinstalled PhotoShop CS(1) the message "Memory could not be allocated for the activation process. Please close all applications and try again"  is shown and forces PhotoShop to close.  I have 4Gb of Ram installed and a total of about 10Gb of Page File space on three partitions of a 500Gb HDD.  The system is not heavily loaded!  However, I cannot access Photoshop to check scratch disk allocation.  How to fix???
    Back to top

    Yes, there are many forums, and it can be confusing. Your question has the best chance of being answered if it is in the proper place. I think it is there now.
    Pattie
    http://forums.adobe.com/message/5092533#5092533  is your post address
    Download and installation forum:
    http://forums.adobe.com/community/download_install_setup

  • Could not find IUIBaseCommand for alias Error

    Hi everyone,
    I developed a new UI Command in KM, but I get the following error in the "default trace":
    Could not find IUIBaseCommand for alias
    What does mean ?
    Thanks & Regards,
    Hassan

    Hi,
    most probably that means you are trying to use command (in some command group or so) which does not exist or is wrongly registered with different alias. It should be logged in the error message what is the alias it can not find.
    Best,
    --epexpert

  • Error :the specified module could not be found --oci.dll  : Oracle9i

    hi ,
    i m trying to connect thru my java code to the oracle on my system ,while creating the DSN it gives the error
    "the specified module could not be found" for the file oci.dll.
    earlier it was not able to look for the sqresus.dll which i copied to the winnt/system directory , and after this oci error is coming , anyone knowing it please guide
    with regards,

    Make sure it is the same version of 9i (i.e. 9.0.x or 9.2.x) for both OO4O and ODBC. Also make sure that the ORACE_BASE\ORACLE_HOME\BIN directory is in your search path AND last, check your windows directories and subdirectories for duplicate copies of OCI.DLL (or anywhere else on the PC for that matter). Sometimes MicroSoft will include one and it is usually an OLD one.

  • Error -10810 . the application Finder could not be opened

    Hello
    I recently (about 2 days ago) updated my early 2008 Mac Pro through the standard software update and since doing so my computer has begun acting like it wants to crawl into a hole and die.
    There are a number of issues I have noticed. After using the computer for maybe 10-15 minutes I am no longer able to select any applications from my dock and when trying to access the finder it becomes unresponsive. I can then no longer open any programs and if I am lucky I might be able to close whatever curnent program I am using. Sometimes when I try to open a finder window I get the error message -10810 'The application Finder could not be opened'
    for a while I could not empty my trash as well although that now seems to have passed.
    image icons for some programs in my dock have vanished but when i hover over the space where the iconused to be the program seems to still be there.
    I have no idea when my comptuer might freeze. sometimes it's within 10 minutes and other times it is within 1 minute of starting. It's so bad that since updating my mac 2 days ago I have not been able to shutdown the computer properly and have to hold the power button to turn off.
    I have tried doing a disk utility verify and it does not seem to find anything wrong with my hard drive.
    can anyone help. It's a pain lugging this thing to my nearest Mac store as I don't have a car.
    I am using OSX 10.6.8
    thanks

    10.6.8 means you don't have a Recovery Mode and all the more reason to use CCC religiously to have bootable backups.
    CCC can verify the file integrity of every file
    It is harder to verify the integrity of every disk block or sector
    10.6.8 does not run on PowerMac and Mac Pro is not one of those anyway (the POWER part is IBM or MOTO/Freescale G-series of computers, Mac Pro is "Intel Xeon Inside")
    Overdue to a new boot drive. Never apply updates w/o a clone. Updates have gotten better. Lion or ML would provide more security, drops support for PowerPC and Rosetta though if you have to use older programs.
    2008 uses FBDIMMs which even with their ECC can have problems (new FBDIMMs are cheaper, $60 4x2GB, better, run cooler, all of which helps). Garbage in / Garbage Out and same somewhat goes for disk drives too.
    A good choice today is a SSD of 120-250GB for system ($90-170) and 1-2TB drive for media and data ($90-160)
    And don't rule out your graphic card, still using the OEM 2600xt? 8800GT? good time and reason to upgrade.
    Need a newer but not newest? OWC has 2009 4,1 starting at $880 used which are less trouble and handle Mountain Lion better. Yet to see what the requirements will likely be for 10.9 when it comes out later.

  • Could not create JCOClientConnection for logical System: WD_MODELDATA_DEST

    Hi ,
    I am getting the below error:
    Could not create JCOClientConnection for logical System: WD_MODELDATA_DEST - Model: class com.eligibilitymodel1.EligibilityModel1. The SSO ticket needed for authentication to WD_MODELDATA_DEST has expired. Close all applications and logon anew!
    Regards
    Anumit

    Anumit,
    when will you get this error?
    if you are getting this while using adaptive rfc model follow this link Could not create JCOClientConnection for logical System:
    if it doesnot work
    try to reimport the certificate or restart the server
    Thanks
    Bala Duvvuri

  • Could not create remote for an EJB

    Hello,
    We have deployed an App on Sun One 7 that has web as well ejb modules integarted into it. The app deploys properly, However as soon as I try to call a servlet which in turn looks up an EJB (say ClientBean ) it gives me the followign error --->
    "Could not create remote for Client Bean"
    The entries in the xml files are as follows -
    1) In ejb-jar.xml -
    <session>
    <ejb-name>EUClientBean</ejb-name>
    <home>com..ejb.EUClientHomeIF</home>
    <remote>com..ejb.EUClientRemoteIF</remote>
    <ejb-class>com.ejb.EUClsClientBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <resource-ref>
    <description>database ref</description>
    <res-ref-name>test/db</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </session>
    2) in sun-ejb-jar.xml --
    <ejb>
    <ejb-name>EUClientBean</ejb-name>
    <jndi-name>ejb/EUClientBean</jndi-name>
    <ejb-ref>
    <resource-ref>
    <res-ref-name>test/db</res-ref-name>
    <jndi-name>jdbc/test/db</jndi-name></resource-ref>
    <pass-by-reference>true</pass-by-reference>
    <bean-pool>
    <pool-idle-timeout-in-seconds>0</pool-idle-timeout-in-seconds></bean-pool>
    </ejb>
    3) In sun-web.xml -
    <ejb-ref>
    <ejb-ref-name>ejb/test/client</ejb-ref-name>
    <jndi-name>ejb/EUClientBean</jndi-name>
    </ejb-ref>
    4) In web.xml --
    <ejb-ref>
    <ejb-ref-name>ejb/test/client</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <home>com.ejb.EUClientHomeIF</home>
    <remote>com.ejb.EUClientRemoteIF</remote>
    <ejb-link>EUClientBean</ejb-link>
    </ejb-ref>
    Actually the same app was working on IAS 6.5.
    Any ideas what cud have gone wrong?

    Hi Mandar,
    Can you post the exception you're getting in your servlet code? Does it happen when the servlet is looking up the ejb or when it tries to create it?
    Regards,
    Ken

  • Error In MIGO "Could not determine recipients for message type ACPJMM"

    Dear all,
    At the time of transaction Goods Receipt(MIGO), I am getting the error message "Could not determine recipients for message type ACPJMM".
    System Diagnosis is as below
    An IDoc of message type ACPJMM was passed to the ALE layer, but the three receiver fields in the header record were not filled. In this case the ALE layer tries to determine the receivers from the entries in the distribution model. There are no entries available in the distribution model for the above message type
    I have check the ALE Settings in we20 and we21
    and have assigned the following message types under Logical syste Partner Type
    Outbound
    ACPJMM
    MATMAS
    MBGMCR
    RSINFO
    RSSEND
    WHSORD
    Inbound
    ACPJMM
    DEBMAS
    FTDABA
    FTDACO
    FTDACU
    INSPECTIONPLAN_CREATE
    MATMAS
    MBGMCR
    RSRQST
    WHSCON
    I have also created and Assigned a Logical System to the client and have also created a RFC with the same name
    I have checked all settings is SALE and they are Fine.
    This is a single system
    Please help this is really ugrent
    Regards
    Suhail John

    Hi,
    Goto table TRWCA (T Code SE30) and deselect all the checked entries.
    This should solve your problem.
    Regards,
    Priyadarshi

  • ERROR: Could not encrypt password for Connection

    Hi
    I am trying to create and run demo application for 'Dveloping RIA using ADF and JDeveloper 11g'.
    When I try to run the application it throws the error- ERROR: Could not encrypt password for Connection 'MyDatabaseConnection'.
    Anyone please guide me how to resolve this issue.
    Thanks

    Can you try delete the Connection and re-create another one to see if it fixes the issue?
    -Arun

Maybe you are looking for

  • Firefox for android keeps crashing at random

    When i say crashing I mean the application is closing abruptly without warning when I restart the app it can recrash when the tab reload or after a few seconds

  • Cropping in iPhoto reverses Photoshop's edit - help

    I was helping my father edit his pictures by dragging them from the iPhoto album they were in to Photoshop CS5. After editing I'd click "Save" and the highest setting "12" for the jpeg. When I'd go back to iPhoto the editing doesnt appear in the thum

  • How to open a Template when Pages is already open

    I have just copied and pasted some text into a blank pages document.  I want to convert this doc. to a letter head that I made a template for. I would like to open the template, then copy/paste the first doc info into the template doc. I haven't been

  • Hide table row delete button

    I have a table with row 1 visible and row 2 that appears when the "Add a New Row" button is clicked. If the user clicks the "Delete Last Row" button, the last row is deleted. I want the "Delete Last Row" button  to only be visible when there is more

  • Upgrade from 10/7/5 returns error 13

    I have a 24inch 2007 intel imac. It's on 10.7.5 and won't upgrade to anything else. the apps store just returns error (13) and suggest I try again later. It's also doing lots of strange things since the last upgrade, such as always opening photobooth