<?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: FileNotFoundException: Authorize.Net.certs (Permission denied) with ARB in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/FileNotFoundException-Authorize-Net-certs-Permission-denied-with/m-p/9172#M6105</link>
    <description>&lt;P&gt;That worked! &amp;nbsp;I'm not sure how I didn't see that file write when I was browsing the code, but it probably had to do with me banging my head against the wall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of giving permission, I actually adjusted the code so it didn't write out the keystore to disk at all. &amp;nbsp;I thought there might be a potential issue there with multiple synchronous requests as well as potential performance issues, so I thought it was safer to avoid that altogether.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2011 03:10:05 GMT</pubDate>
    <dc:creator>robert2879</dc:creator>
    <dc:date>2011-01-05T03:10:05Z</dc:date>
    <item>
      <title>FileNotFoundException: Authorize.Net.certs (Permission denied) with ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/FileNotFoundException-Authorize-Net-certs-Permission-denied-with/m-p/9138#M6088</link>
      <description>&lt;P&gt;I am very close to having my system setup for production, but I'm having a problem when moving my code to the production server. &amp;nbsp;As background, I am using both CIM and ARB, but my problem seems to be with ARB only. &amp;nbsp;I am using the Java API and running in Tomcat. &amp;nbsp;On my local machine, everything works fine, but when I try to run my code on the server, I receive the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;java.io.FileNotFoundException: Authorize.Net.certs (Permission denied)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have a file called authorize.net.certs on my local server, but this has never been an issue. &amp;nbsp;One thing that could be contributing is that I recently added an SSL certificate for my site and maybe this is somehow in conflict with Authorize.net. &amp;nbsp;But this issue comes up whether I refer to the page with http or https, so it might be unrelated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error occurs when I call the following ARB code....&lt;/P&gt;&lt;P&gt;api.sendRequest()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only other difference I can think of between my local server and the production server is that my local server is WIndows and the production server is Linux, but I am not seeing any other strange behavior with the CIM code so it seems like it's something that is ARB-specific.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody previously encountered this issue? &amp;nbsp;Any suggestions on how to resolve it?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2011 02:27:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/FileNotFoundException-Authorize-Net-certs-Permission-denied-with/m-p/9138#M6088</guid>
      <dc:creator>robert2879</dc:creator>
      <dc:date>2011-01-04T02:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: FileNotFoundException: Authorize.Net.certs (Permission denied) with ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/FileNotFoundException-Authorize-Net-certs-Permission-denied-with/m-p/9148#M6093</link>
      <description>&lt;P&gt;Look like it is creating a temp file In the source HttpUtil.java&lt;/P&gt;&lt;P&gt;method public boolean InitializeKeyStore(String password, String host)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess you can give it permission to read/write.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2011 16:30:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/FileNotFoundException-Authorize-Net-certs-Permission-denied-with/m-p/9148#M6093</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-01-04T16:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: FileNotFoundException: Authorize.Net.certs (Permission denied) with ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/FileNotFoundException-Authorize-Net-certs-Permission-denied-with/m-p/9172#M6105</link>
      <description>&lt;P&gt;That worked! &amp;nbsp;I'm not sure how I didn't see that file write when I was browsing the code, but it probably had to do with me banging my head against the wall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of giving permission, I actually adjusted the code so it didn't write out the keystore to disk at all. &amp;nbsp;I thought there might be a potential issue there with multiple synchronous requests as well as potential performance issues, so I thought it was safer to avoid that altogether.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2011 03:10:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/FileNotFoundException-Authorize-Net-certs-Permission-denied-with/m-p/9172#M6105</guid>
      <dc:creator>robert2879</dc:creator>
      <dc:date>2011-01-05T03:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: FileNotFoundException: Authorize.Net.certs (Permission denied) with ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/FileNotFoundException-Authorize-Net-certs-Permission-denied-with/m-p/16762#M9430</link>
      <description>&lt;P&gt;Would you mind posting this rewritten code or explainging how to grant access through policy management?&amp;nbsp; I must admit that java certificates have never been my strong suit.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 23:28:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/FileNotFoundException-Authorize-Net-certs-Permission-denied-with/m-p/16762#M9430</guid>
      <dc:creator>cwmiller</dc:creator>
      <dc:date>2011-09-06T23:28:37Z</dc:date>
    </item>
  </channel>
</rss>

