<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DPM Issues with Grails - Script Time out in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19938#M10957</link>
    <description>&lt;P&gt;Yeah I tried it five or six times over and over to see if it would find it. Im wondering since the relay URL is forwarding to SSL and since it is a test server that does not have a certificate that matches the test url right now if that could be an issue. Do you know if authorize will have issues with that?&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2011 16:53:01 GMT</pubDate>
    <dc:creator>jonsinfinity</dc:creator>
    <dc:date>2011-12-12T16:53:01Z</dc:date>
    <item>
      <title>DPM Issues with Grails - Script Time out</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19888#M10932</link>
      <description>&lt;P&gt;I'm trying to integrate DPM with grails rather than JSP/GSP. Rather than have the relay response url go to a jsp I am sending it to a URL that points to a grails controller (i.e. servlet if your not familiar with grails) . The controller is never called by authorize. I've also tried calling the gsp directly just to see if authorize had an issue with a URL with no extension. But the gsp was never called either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pretty much what I get is the script time out error that seems so prevalent with authorize.net. From what I've seen authorize waits 10 seconds for a response before throwing the timout. But when I send my transaction the timeout is almost imediate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The relay response URL is valid and can be reached. Here is the form data that I am sending. Everything seems to be there. I don't know what else to do here. Any thoughts would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;&lt;SPAN&gt;form&lt;/SPAN&gt;&lt;SPAN&gt; action&lt;/SPAN&gt;=&lt;SPAN&gt;"&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;" &lt;/SPAN&gt;&lt;SPAN&gt;method&lt;/SPAN&gt;=&lt;SPAN&gt;"post" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"secure_redirect_form" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"secure_redirect_form_id" &lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_card_num" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"411111111111111" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_card_num" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_exp_date" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"0312" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_exp_date" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_amount" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"$24.94" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_amount" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_invoice_num" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"20111209152105999" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_invoice_num" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_relay_url" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"&lt;A href="http://test.mysite.com/authorizeNet/paymentConfirmed" target="_blank"&gt;http://test.mysite.com/authorizeNet/paymentConfirmed&lt;/A&gt;" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_relay_url" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_login" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"API LOGIN" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_login" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_fp_sequence" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"9387264918285" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_fp_sequence" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_fp_timestamp" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"1323465666" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_fp_timestamp" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_fp_hash" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"0bffbba6335b7f7760774fb308b7bcd5" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_fp_hash" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_version" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"3.1" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_version" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_method" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"CC" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_method" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_type" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"AUTH_CAPTURE" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_type" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;"hidden" &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;"x_test_request" &lt;/SPAN&gt;&lt;SPAN&gt;value&lt;/SPAN&gt;=&lt;SPAN&gt;"false" &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;=&lt;SPAN&gt;"x_test_request" &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN&gt;input&lt;/SPAN&gt;&lt;SPAN&gt; type&lt;/SPAN&gt;=&lt;SPAN&gt;'image' &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;=&lt;SPAN&gt;'submit' &lt;/SPAN&gt;&lt;SPAN&gt;src&lt;/SPAN&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A href="view-source:https://test.chadsmegabass.com/images/confirmPayment.png" target="_blank"&gt;../images/confirmPayment.png&lt;/A&gt;&lt;SPAN&gt;' &lt;/SPAN&gt;&lt;SPAN&gt;border&lt;/SPAN&gt;=&lt;SPAN&gt;'0' &lt;/SPAN&gt;&lt;SPAN&gt;align&lt;/SPAN&gt;=&lt;SPAN&gt;'top' &lt;/SPAN&gt;&lt;SPAN&gt;alt&lt;/SPAN&gt;=&lt;SPAN&gt;'Check out with Credit Card'&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/&lt;SPAN&gt;form&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Dec 2011 21:56:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19888#M10932</guid>
      <dc:creator>jonsinfinity</dc:creator>
      <dc:date>2011-12-09T21:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: DPM Issues with Grails - Script Time out</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19898#M10937</link>
      <description>&lt;P&gt;How do you know it's a timeout? Are you getting a blank screen of death, an error code, what? What URL does it end up at?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 23:27:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19898#M10937</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-09T23:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: DPM Issues with Grails - Script Time out</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19932#M10954</link>
      <description>&lt;P&gt;Here is the text from the email that I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Your script timed out while we were trying to post transaction results to it.&lt;BR /&gt;Transaction ID: 0&lt;BR /&gt;Transaction Result: This transaction cannot be accepted.&lt;BR /&gt;&lt;BR /&gt;The following message was displayed to the customer:&lt;BR /&gt;&lt;BR /&gt;------------------------------An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.&lt;BR /&gt;&lt;BR /&gt;This transaction cannot be accepted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the customer message at this URL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2011 15:06:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19932#M10954</guid>
      <dc:creator>jonsinfinity</dc:creator>
      <dc:date>2011-12-12T15:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: DPM Issues with Grails - Script Time out</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19936#M10956</link>
      <description>&lt;P&gt;Sounds like Authorize.net is having problems connecting to your relay page. This could be because it's being blocked, or it could be that your DNS is set up at a high refresh rate and Authorize.net is taking more than x seconds to retrieve the location of your domain. Have you tried this several times in close succession?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2011 15:29:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19936#M10956</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-12T15:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: DPM Issues with Grails - Script Time out</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19938#M10957</link>
      <description>&lt;P&gt;Yeah I tried it five or six times over and over to see if it would find it. Im wondering since the relay URL is forwarding to SSL and since it is a test server that does not have a certificate that matches the test url right now if that could be an issue. Do you know if authorize will have issues with that?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2011 16:53:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19938#M10957</guid>
      <dc:creator>jonsinfinity</dc:creator>
      <dc:date>2011-12-12T16:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: DPM Issues with Grails - Script Time out</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19942#M10959</link>
      <description>&lt;P&gt;Yeah I don't think it's the SSL thing. I gat the same result on my production site that has a good cert. Maybe I'll check into the DNS issue that you talked about.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2011 18:27:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19942#M10959</guid>
      <dc:creator>jonsinfinity</dc:creator>
      <dc:date>2011-12-12T18:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: DPM Issues with Grails - Script Time out</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19948#M10962</link>
      <description>&lt;P&gt;Try reading the posts here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/SIM-Relay-Response-Timeout/td-p/7867/page/2" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/SIM-Relay-Response-Timeout/td-p/7867/page/2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2011 22:10:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19948#M10962</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-12T22:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: DPM Issues with Grails - Script Time out</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19964#M10969</link>
      <description>&lt;P&gt;I just went ahead and integrated AIM instead. Maybe someday I'll come back and look at DPM some more.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2011 15:15:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-Issues-with-Grails-Script-Time-out/m-p/19964#M10969</guid>
      <dc:creator>jonsinfinity</dc:creator>
      <dc:date>2011-12-13T15:15:21Z</dc:date>
    </item>
  </channel>
</rss>

