<?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>Wed, 20 Feb 2013 05:34:04 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2013-02-20T05:34:04Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Local Copy of CF10 Documentation</title>
      <link>https://forums.adobe.com/thread/1156653</link>
      <description>&lt;!-- [DocumentBodyStart:45097897-c443-4a8d-a07c-2c8a98f51273] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I installed CF10, I selected the option in the installer to install the documentation.&amp;nbsp; However I cannot see any sign of it on my PC.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Where does it put it?&amp;nbsp; I realise I can access it online, but I have always found it much more efficient to have an offline copy running on my local server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Alternatively, is it possible to download the docs as a zip file and install them locally?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Andrew.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:45097897-c443-4a8d-a07c-2c8a98f51273] --&gt;&lt;img src='/beacon?t=1415921461168' /&gt;</description>
      <pubDate>Wed, 20 Feb 2013 05:34:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1156653</guid>
      <dc:date>2013-02-20T05:34:04Z</dc:date>
      <clearspace:dateToText>1 year 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF10 Multiserver - Create windows service</title>
      <link>https://forums.adobe.com/thread/1152396</link>
      <description>&lt;!-- [DocumentBodyStart:2462ffed-da6a-4226-80ac-a246ec42a294] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've installed ColdFusion 10 on my development machine (Windows 7 64bit) and yesterday created a new server instance in CF10 using the "Enterprise Manager" in the ColdFusion Administrator.&amp;nbsp; During the creation of this new instance, I didn't check the checkbox to create a Windows service.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, I've changed my mind and would like to have a Windows service for this new instance, however I can't figure out how to do it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I expect you use the coldfusionsvc.exe for this, however I am not having any success with it. What parameters do I need to pass to this to make it work?&amp;nbsp; The -h option gives the following, but I can't understand what I need to put for &amp;lt;jrun-server&amp;gt;:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;c:\ColdFusion10\nws\bin&amp;gt;coldfusionsvc.exe -h&lt;/p&gt;&lt;p&gt;Usage: coldfusionsvc&lt;/p&gt;&lt;p&gt;-install [-norestart] &amp;lt;jrun-server&amp;gt; [service-name [service-display [service-description]]] [-&amp;lt;jrun-option&amp;gt;...]&lt;/p&gt;&lt;p&gt;or -remove service-name&lt;/p&gt;&lt;p&gt;or -start service-name&lt;/p&gt;&lt;p&gt;or -starttimeout &amp;lt;seconds&amp;gt; service-name&lt;/p&gt;&lt;p&gt;or -stop service-name&lt;/p&gt;&lt;p&gt;or -stoptimeout &amp;lt;seconds&amp;gt; service-name&lt;/p&gt;&lt;p&gt;or -logfilesize &amp;lt;no_of_kbs&amp;gt; service-name&lt;/p&gt;&lt;p&gt;or -logfileRotationLimit &amp;lt;no_of_files&amp;gt; service-name&lt;/p&gt;&lt;p&gt;or -status service-name&lt;/p&gt;&lt;p&gt;or -console service-name [-&amp;lt;jrun-option&amp;gt;...]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I try something like this, I get an error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;c:\ColdFusion10\nws\bin&amp;gt;coldfusionsvc.exe -install nws "cf10-nsw" "ColdFusion 10 - NWS Instance"&lt;/p&gt;&lt;p&gt;CreateService failed with error status 123&lt;/p&gt;&lt;p&gt;The filename, directory name, or volume label syntax is incorrect.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone please point me in the right direction?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Many thanks,&lt;/p&gt;&lt;p&gt;Andrew.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2462ffed-da6a-4226-80ac-a246ec42a294] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">windows</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf10</category>
      <pubDate>Wed, 13 Feb 2013 00:43:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1152396</guid>
      <dc:date>2013-02-13T00:43:23Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help with buttons in AS3</title>
      <link>https://forums.adobe.com/thread/433328</link>
      <description>&lt;!-- [DocumentBodyStart:15a089ab-d077-41cc-9ad1-933bf570e82d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Folks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm stuck with a simple flash movie I need to create in which two images fade in and fade out, and each of them must be clickable and hyperlink to a separate URL.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've got the fading going okay, but I cannot for the life of me get even a single button to work on it.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If it's helpful I can send along what I've got so far.&amp;nbsp; Any assistance would be greatly appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Andrew.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:15a089ab-d077-41cc-9ad1-933bf570e82d] --&gt;</description>
      <pubDate>Fri, 15 May 2009 07:23:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/433328</guid>
      <dc:date>2009-05-15T07:23:46Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>44</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using skins with the List component</title>
      <link>https://forums.adobe.com/thread/231446</link>
      <description>&lt;!-- [DocumentBodyStart:d81bc164-a925-4224-8c42-fb2b177560c7] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I've followed the excellent tutorial at 
&lt;a class="jive-link-external-small" href="http://www.adobe.com/devnet/flash/articles/video_playlist.html" rel="nofollow"&gt;http://www.adobe.com/devnet/flash/articles/video_playlist.html&lt;/a&gt;
and am trying to customise the "no thumbnails" example contained
within.
&lt;br/&gt;
&lt;br/&gt;When it comes to skinning the list component (I found this
other tutorial on that - 
&lt;a class="jive-link-external-small" href="http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&amp;amp;file=00000523.html)" rel="nofollow"&gt;http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts&amp;amp;file=00000523.html)&lt;/a&gt;
I am finding some of the Cell Renderer skins just don't want to
change colour no matter what I try (in paritcular "Over_skin" and
"Selected_over"). 
&lt;br/&gt;
&lt;br/&gt;Has anyone encountered this before and would be willing to
point me in the right direction as to what I might be doing wrong?
&lt;br/&gt;
&lt;br/&gt;Many thanks,
&lt;br/&gt;Andrew.
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d81bc164-a925-4224-8c42-fb2b177560c7] --&gt;</description>
      <pubDate>Mon, 29 Sep 2008 12:43:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/231446</guid>
      <dc:date>2008-09-29T12:43:23Z</dc:date>
      <clearspace:dateToText>6 years 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Component in Application Scope and cflock</title>
      <link>https://forums.adobe.com/thread/47136</link>
      <description>&lt;!-- [DocumentBodyStart:0bf2e55c-4a81-4b3f-a255-5f8362b7bb6d] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I have an CFC that I set in application scope in the
onApplicationStart method which contains some system parameters,
one of which is a flag saying whether the site is currently
"Online". I call a method on this CFC in the Application.cfc
"onRequest" method to see if the flag value has changed.
&lt;br/&gt;
&lt;br/&gt;This method looks up a parameter set in the database that
says whether the site is "online" or "offline". If the site is
currently online, I want to only redo the query every 5 mins.
However if the site is offline, I want to check more frequently
(every 5 secs) as to whether the flag has changed back.
&lt;br/&gt;
&lt;br/&gt;What I am not sure of, is whether I need to be using
&amp;lt;cflock&amp;gt; when I change from "online" to "offline"? There is
only a single instance of this object, but what happens if multiple
requests are calling the "isSiteOnline" method simultaneously? Is
this "safe"?
&lt;br/&gt;
&lt;br/&gt;Some code snippets are attached to illustrate.
&lt;br/&gt;
&lt;br/&gt;Any advice would be greatly appreciated.
&lt;br/&gt;
&lt;br/&gt;Regards,
&lt;br/&gt;Andrew.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0bf2e55c-4a81-4b3f-a255-5f8362b7bb6d] --&gt;</description>
      <pubDate>Tue, 29 Jul 2008 11:29:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/47136</guid>
      <dc:date>2008-07-29T11:29:01Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF8 Install asking to &amp;quot;Insert New Media&amp;quot;</title>
      <link>https://forums.adobe.com/thread/64553</link>
      <description>&lt;!-- [DocumentBodyStart:690ee7d7-7231-41f9-9f90-e57a6642fda3] --&gt;&lt;div class="jive-rendered-content"&gt;I'm just trying to install CF8 developer edition on my
Windows XP Pro PC from the file Coldfusion-8-win.exe which I
downloaded from the Adobe website earlier today.
&lt;br/&gt;
&lt;br/&gt;During the install process I got a popup window asking me to
"Insert New Media". A screenshot is available here:
&lt;br/&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://img329.imageshack.us/img329/3095/cf8installzs2.jpg" rel="nofollow"&gt;Screenshot&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;I'm not sure what media it's asking for? Please help!
:)&lt;/div&gt;&lt;!-- [DocumentBodyEnd:690ee7d7-7231-41f9-9f90-e57a6642fda3] --&gt;</description>
      <pubDate>Thu, 16 Aug 2007 06:10:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/64553</guid>
      <dc:date>2007-08-16T06:10:10Z</dc:date>
      <clearspace:dateToText>7 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF7 - Verity and PDF indexing - special characters</title>
      <link>https://forums.adobe.com/thread/77209</link>
      <description>&lt;!-- [DocumentBodyStart:64ac0821-c072-418f-8dc5-9a2125732d81] --&gt;&lt;div class="jive-rendered-content"&gt;I'm having some problems with "unusual" characters appearing
in my search results when I index a PDF with verity on ColdFusion 7
on a Unix server.
&lt;br/&gt;
&lt;br/&gt;As an example here is a screenshot of what I mean:
&lt;br/&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.huzzaar.com/forum-images/search_unix.jpg" rel="nofollow"&gt;Screenshot
- on Unix server&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;However executing the same code on CF7 under windows gives
the "correct" result:
&lt;br/&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.huzzaar.com/forum-images/search_windows.jpg" rel="nofollow"&gt;Screenshot
- on Windows PC&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;The code which creates the collection and calls cfindex is
attached below (windows version - the unix code is identical apart
from the paths).
&lt;br/&gt;
&lt;br/&gt;Has anyone got a solution that will make this work correctly
on Unix?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:64ac0821-c072-418f-8dc5-9a2125732d81] --&gt;</description>
      <pubDate>Wed, 04 Jul 2007 13:09:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/77209</guid>
      <dc:date>2007-07-04T13:09:07Z</dc:date>
      <clearspace:dateToText>7 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Difficulty Downloading CF 7 for linux</title>
      <link>https://forums.adobe.com/thread/152197</link>
      <description>&lt;!-- [DocumentBodyStart:66948cdb-3bfc-4ad4-bf08-fd0be5fe3c0f] --&gt;&lt;div class="jive-rendered-content"&gt;I have been trying to download CF 7 for linux (developer
edition) for the last few days but am having no luck. If I use
Firefox it appears to be downloading successfully but once it gets
to 100% it then pops up an error message (my apologies I don't have
the exact wording - I don't really want to download the 280MB again
to see it :))
&lt;br/&gt;
&lt;br/&gt;I have also tried in Internet Explorer but IE stops
responding when I choose the version from the dropdown list and
press the download button.
&lt;br/&gt;
&lt;br/&gt;Has anyone else had this problem? Are there any other ways to
obtain the file, such as FTP?
&lt;br/&gt;
&lt;br/&gt;Thanks,
&lt;br/&gt;Andrew.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:66948cdb-3bfc-4ad4-bf08-fd0be5fe3c0f] --&gt;</description>
      <pubDate>Mon, 30 Apr 2007 00:02:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/152197</guid>
      <dc:date>2007-04-30T00:02:06Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfcache - timespan being ignored?</title>
      <link>https://forums.adobe.com/thread/162479</link>
      <description>&lt;!-- [DocumentBodyStart:6813b429-ed14-4aa6-8e0f-3462dd00221d] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I've having some problems with the cfcache tag, using
Coldfusion MX 6. 
&lt;br/&gt;
&lt;br/&gt;My code looks like this:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfcache action="cache"
timespan="#CreateTimeSpan(0,0,10,0)#"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfset timeNow = now()&amp;gt;
&lt;br/&gt;&amp;lt;!--
&lt;br/&gt; Time generated: &amp;lt;cfoutput&amp;gt;#DateFormat(timeNow,
'dd/mm/yyyy')# #TimeFormat(timeNow, 'hh:mm:ss')#&amp;lt;/cfoutput&amp;gt;
&lt;br/&gt;--&amp;gt;
&lt;br/&gt;
&lt;br/&gt;.....
&lt;br/&gt;
&lt;br/&gt;If I understand the doco correctly, this should cache the
page for 10 minutes.
&lt;br/&gt;
&lt;br/&gt;However, if I view the source page the "time generated" that
I have output in the comment is currently 40 minutes old -
indicating to me that the cache hasn't been "flushed" after the 10
mins as expected. 
&lt;br/&gt;
&lt;br/&gt;I'm not sure where the problem could be. Is my code correct?
Or is there some server configuration I need to check?
&lt;br/&gt;
&lt;br/&gt;Thanks,
&lt;br/&gt;Andrew.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6813b429-ed14-4aa6-8e0f-3462dd00221d] --&gt;</description>
      <pubDate>Thu, 22 Mar 2007 03:37:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/162479</guid>
      <dc:date>2007-03-22T03:37:02Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Secure area - non cfm file</title>
      <link>https://forums.adobe.com/thread/167060</link>
      <description>&lt;!-- [DocumentBodyStart:bb5fbace-a7d4-48b2-a51a-423db9ddbda6] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I need to create a secure area for my website which contains
a mix of both .cfm and .html files.
&lt;br/&gt;
&lt;br/&gt;I've read the docs and some previous forum posts about using
the &amp;lt;cflogin&amp;gt; tag however this only seems to deny access to
the .cfm files in that area of the site.
&lt;br/&gt;
&lt;br/&gt;Is there a way to secure the .html files other than using the
web server's HTTP authentication? Or is that the only option
available?
&lt;br/&gt;
&lt;br/&gt;Many thanks,
&lt;br/&gt;Andrew.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bb5fbace-a7d4-48b2-a51a-423db9ddbda6] --&gt;</description>
      <pubDate>Wed, 07 Mar 2007 00:08:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/167060</guid>
      <dc:date>2007-03-07T00:08:57Z</dc:date>
      <clearspace:dateToText>7 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Indexing PDFs - Coldfusion 6.1 on Solaris</title>
      <link>https://forums.adobe.com/thread/16618</link>
      <description>&lt;!-- [DocumentBodyStart:f4dd7df8-ca61-4d69-b74a-42f5cddc8748] --&gt;&lt;div class="jive-rendered-content"&gt;I have an issue which I believe is similar but not identical
to the following - 
&lt;a class="jive-link-external-small" href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18517" rel="nofollow"&gt;http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18517&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;Where I'm confused is that I believe I'm using the workaround
as described in the above technote - ie. i have set
extension=".pdf":
&lt;br/&gt;
&lt;br/&gt;Here's an example of the code I'm calling:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfindex 
&lt;br/&gt; collection="Master"
&lt;br/&gt; action="update"
&lt;br/&gt; type="path"
&lt;br/&gt; key="/path/to/pdfs"
&lt;br/&gt; urlpath="/pdfs"
&lt;br/&gt; recurse="no" 
&lt;br/&gt; extensions=".pdf" &amp;gt;
&lt;br/&gt;
&lt;br/&gt;I thought it might have something to do with some of the pdfs
being encrypted but I am not certain (I retried without the ones
that I thought were encrypted and still got the error). This is all
that appears in the cfserver.log:
&lt;br/&gt;
&lt;br/&gt;Server default ready (startup time: 8 seconds)
&lt;br/&gt;java.lang.NullPointerException
&lt;br/&gt; at
jrun.servlet.jrpp.ProxyEndpoint.parseHeaders(ProxyEndpoint.java:807)
&lt;br/&gt; at
jrun.servlet.jrpp.ProxyEndpoint.readRequest(ProxyEndpoint.java:270)
&lt;br/&gt; at
jrun.servlet.jrpp.JRunProxyService.swapRunnable(JRunProxyService.java
&lt;br/&gt;:144)
&lt;br/&gt; at
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.
&lt;br/&gt;java:320)
&lt;br/&gt; at
jrunx.scheduler.ThreadPool$ThreadThrottle.swapRunnable(ThreadPool.jav
&lt;br/&gt;a:433)
&lt;br/&gt; at
jrunx.scheduler.ThreadPool$UpstreamMetrics.swapRunnable(ThreadPool.ja
&lt;br/&gt;va:280)
&lt;br/&gt; at jrunx.scheduler.WorkerThread.run(WorkerThread.java:76)
&lt;br/&gt;ReadHeadersanddata: save by type.
&lt;br/&gt;Readfiles in path: ::
&lt;br/&gt;Readfiles in path:
&lt;br/&gt;autorestart: Restarting process
&lt;br/&gt;Starting Macromedia JRun 4 (Build 75991), default server
&lt;br/&gt;
&lt;br/&gt;What am I doing wrong? Or is indexing PDFs in CF 6.1 not a
good idea?
&lt;br/&gt;
&lt;br/&gt;Any help much appreciated.
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f4dd7df8-ca61-4d69-b74a-42f5cddc8748] --&gt;</description>
      <pubDate>Mon, 08 May 2006 06:09:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/16618</guid>
      <dc:date>2006-05-08T06:09:04Z</dc:date>
      <clearspace:dateToText>8 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

