<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Thu, 04 Sep 2014 20:20:04 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-09-04T20:20:04Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Intermittent Network Failure when for extension running in InDesign CS 6</title>
      <link>https://forums.adobe.com/thread/1565973</link>
      <description>&lt;!-- [DocumentBodyStart:6addf6e1-2680-49da-acd7-00d132278f87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Our extension, when running in InDesign CS 6, we are getting intermittent network failures that [usually] show up as timeouts.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Details:&lt;/p&gt;&lt;p&gt;* Our server is running at AWS and is publicly available.&lt;/p&gt;&lt;p&gt;* The error shows up on multiple machines, but all physically located in the same office; so far, we have not had reports from other locations.&lt;/p&gt;&lt;p&gt;* So far, the problem has only been reported in CS 6; our extension also runs in CC, but the problem has not been reported there.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;* Running the same request from a browser works and is quick. (tested with Safari &amp;amp; Chrome).&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;* The error is extremely erratic: it will happen repeatedly on one machine for an hour, then disappear for the rest of the day or could happen for one call, the next call will succeed and the &lt;/span&gt;third&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt; call will fail, even though all calls are sent in rapid succession.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;* Sometimes it fail with a timeout, other times there will be no success or failure, it just never returns; on one occasion, we waited for 15 minutes, but our listeners were never called.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;* The behavior does not appear to have any connection to the load on the server.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Some Errors Details:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;Server.Error.Request&lt;/td&gt;&lt;td style=";"&gt;versionCheck&lt;/td&gt;&lt;td style=";"&gt;HTTP request error&lt;/td&gt;&lt;td style=";"&gt;Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]. URL: home/info/apiVersion.txt&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;Client.Error.RequestTimeout&lt;/td&gt;&lt;td style=";"&gt;fetchPreferences&lt;/td&gt;&lt;td style=";"&gt;Request timed out&lt;/td&gt;&lt;td style=";"&gt;The request timeout for the sent message was reached without receiving a response from the server.&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;I&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;Client.Error.RequestTimeout&lt;/td&gt;&lt;td style=";"&gt;savePreferences&lt;/td&gt;&lt;td style=";"&gt;Request timed out&lt;/td&gt;&lt;td style=";"&gt;The request timeout for the sent message was reached without receiving a response from the server.&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Coding Details:&lt;/p&gt;&lt;p&gt;* We use HTTPService to send the request&lt;/p&gt;&lt;p&gt;* [Nearly] all of our calls go thru a common class which creates the HTTPService, adds parameters, add listeners, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Things we have tried:&lt;/p&gt;&lt;p&gt;* Upgrade everything: FlashPlayer, Java, InDesign CS 6&lt;/p&gt;&lt;p&gt;* Check server log: as far as we can tell, the call never reaches the server; we are looking at both our own log and localhost_access_log (our server runs in tomcat).&lt;/p&gt;&lt;p&gt;* Network connectivity: as far as we can tell, there are no network issues on the machine.&amp;nbsp; During our investigation, when the error occurs in the plugin, we immediately open the web interface, on the same server, and perform the same action.&amp;nbsp; The web interface always works and responds quickly, so that machine can connect to the server.&lt;/p&gt;&lt;p&gt;* Some times it works: if we had a badly constructed request or parameters, or we had general network access problems, the errors would be consisted, but the extension works fine for all operations, sometimes and on some machines.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One additional note: our initial data gather has been clouded by real time outs (call reached the server but it took too long to create and send the respond); we have addressed these problems but are still seeing the mystery errors (which appear to never reach the server).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Help: I'm looking for any advice or guidance on what to investigate.&amp;nbsp; It seems like the problem is in network layers on the machine, but it is difficult to isolate.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions from coding changes to plugin building to machine maintenance would be welcome.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;Morrell&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6addf6e1-2680-49da-acd7-00d132278f87] --&gt;&lt;img src='/beacon?t=1415939054875' /&gt;</description>
      <pubDate>Thu, 04 Sep 2014 20:20:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1565973</guid>
      <dc:date>2014-09-04T20:20:04Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is InDesign CS5.5 Supported CS Extension Builder</title>
      <link>https://forums.adobe.com/thread/921132</link>
      <description>&lt;!-- [DocumentBodyStart:27412c43-5ba3-4055-adec-d1b1bdb67fce] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am attempting to build a CS extension; the most critical application is InDesign.&amp;nbsp; When I try to run or debug the extension in InDesign CS 5.5, it does not appear in Windows&amp;gt;Extensions, but I do get this message on startup.&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-4006356-89442/Screen+shot+2011-11-03+at+2.19.37+PM.png"&gt;&lt;img alt="Screen shot 2011-11-03 at 2.19.37 PM.png" class="jive-image jive-image-thumbnail" height="229" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4006356-89442/450-229/Screen+shot+2011-11-03+at+2.19.37+PM.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I've read thru the thread on InDesign not being in &lt;a class="jive-link-thread-small" data-containerId="4398" data-containerType="14" data-objectId="874430" data-objectType="1" href="https://forums.adobe.com/thread/874430"&gt;debug mode thread&lt;/a&gt; and checked everything listed there.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The extension does appear work in InDesign CS 5.0.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is CS 5.5 not supported by Extension Builder?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:27412c43-5ba3-4055-adec-d1b1bdb67fce] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">indesign_cs5.5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">extensions</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">idhostadapter</category>
      <pubDate>Thu, 03 Nov 2011 19:26:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/921132</guid>
      <dc:date>2011-11-03T19:26:16Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

