<?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>Tue, 21 Oct 2014 19:02:27 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-21T19:02:27Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Spreadsheet formatting textwrap not working</title>
      <link>https://forums.adobe.com/thread/1613647</link>
      <description>&lt;!-- [DocumentBodyStart:a15b8db4-8176-4708-bbd1-09cc7b5ef091] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;See the following code: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;spreadsheetObj = SpreadsheetNew('Metrics',false);&lt;/p&gt;&lt;p&gt;SpreadSheetSetColumnWidth(spreadsheetObj, 3, 10);&lt;/p&gt;&lt;p&gt;SpreadSheetAddRow(spreadsheetObj,'Merchant ID,Merchant Name,Return Customer#chr(13)##chr(10)#Conversion Rate');&lt;/p&gt;&lt;p&gt;SpreadSheetSetRowHeight(spreadsheetObj, 1, 50);&lt;/p&gt;&lt;p&gt;SpreadsheetFormatCell(spreadsheetObj, {textwrap=true}, 1, 3);&lt;/p&gt;&lt;p&gt;SpreadsheetFormatRow(spreadsheetObj, {textwrap=1}, 1);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Even using both Cell and Row formatting I can not get the text to wrap. This is what the resulting file looks like: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6852551-686869/Capture.PNG"&gt;&lt;img alt="Capture.PNG" class="jive-image image-1" height="158" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6852551-686869/Capture.PNG" style="height: auto;" width="519"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I click on C1 and click the "Wrap Text" option in Excel, it formats correctly.. so the line breaks are there. This is CF10 by the way and I believe we run CF11 in production which I think I read solves this problem. Just wondering if anyone else has seen this or documented a fix. I've also tried XLSX and XLS. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a15b8db4-8176-4708-bbd1-09cc7b5ef091] --&gt;&lt;img src='/beacon?t=1415918939148' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">excel</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfspreadsheet</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">spreadsheet</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">textwrap</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">word wrap</category>
      <pubDate>Tue, 21 Oct 2014 19:02:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1613647</guid>
      <dc:date>2014-10-21T19:02:27Z</dc:date>
      <clearspace:dateToText>2 weeks 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How To: CF11 Clustering without Multicast (AWS)</title>
      <link>https://forums.adobe.com/thread/1548838</link>
      <description>&lt;!-- [DocumentBodyStart:c7bf765c-baec-408e-8ff2-0b77a402dc5b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This week I've been working on getting clustering setup for a client. Initially we were using CF10 with the latest patches. Ideally we wanted non-sticky load balancing with session replication. We want really high availability with the option to reboot a server at any time and not have to wait for session draining or lose customers if a node goes down. Adam Cameron points out that there is an issue with CF10 and not having an option to turn on session replication &lt;a class="jive-link-external-small" href="http://cfmlblog.adamcameron.me/2012/11/problem-with-session-replication-with.html#uds-search-results" rel="nofollow"&gt;Adam Cameron's CFML Blog: Problem with session replication with CF10 clustering&lt;/a&gt;. Trying various fixes I could not get the session to replicate we moved to CF11 which restores that issue. There is a bug open for CF10 with some weird responses but I never saw any sort of fix for this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CF11 as noted solves this odd issue, so I thought we were in the clear. Following the limited cluster setup guides found online there is some manual configuration to do on the remote instance. First, I am not sure if the default cfusion instance just can't be used as a member of a cluster but I had a hard time ever getting it to work. So both the local and remote instance use new CF11 instances created from within the Instance Manager. The instructions &lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf363c31-7ffa.html" rel="nofollow"&gt;Adobe ColdFusion 10 * Enabling clustering for load balancing and failover&lt;/a&gt; are mostly correct in that you have to copy the &amp;lt;cluster&amp;gt; node to the remote instance. &lt;strong&gt;One issue pointed out in a few places is that the cluster block has to actually go IN the &amp;lt;host&amp;gt; node and not after it. CF10, CF11 and maybe even CF9 put the block (and the documents suggest putting the block) after the &amp;lt;/host&amp;gt; tag which, in my experience, does not work. &lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After everything was configured and I started up my test I could not get the remote node to respond at all. Looking in the cf error log I constantly saw this line:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;INFO: Manager [/]: skipping state transfer. No members active in cluster group.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Digging in to the tomcat clustering discussions this basically means the cluster couldn't find the remote instance. By default CF uses the multicast cluster support in tomcat and doesn't have an option to do anything different. Researching this found that AWS does not support broadcast nor multicast in EC2. Further research showed how tomcat could be configured for static cluster member configuration and so I modified the server.xml files to match and viola, cluster with session replication. Using the ELB on AWS we have sticky sessions disabled (basically round-robin style requests) and the requests bounce evenly between the instance members. The session id's, however, stay the same on each page load even though the request is going to a different host.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So here is what the cluster node of the server.xml looks like:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:efe5af57-ebb3-45a1-a871-2aada778a1f6][excluded]--&gt;&lt;pre class="xml" name="code"&gt;
&amp;lt;Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster" channelSendOptions="8" channelStartOptions="3"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Manager notifyListenersOnReplication="true" expireSessionsOnShutdown="false" className="org.apache.catalina.ha.session.DeltaManager"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Channel className="org.apache.catalina.tribes.group.GroupChannel"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;Membership port="45564" dropTime="3000" address="228.0.0.4" className="org.apache.catalina.tribes.membership.McastService" frequency="500"/&amp;gt;--&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Receiver port="4001" autoBind="100" address="auto" selectorTimeout="5000" maxThreads="6" className="org.apache.catalina.tribes.transport.nio.NioReceiver"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Sender className="org.apache.catalina.tribes.transport.ReplicationTransmitter"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Transport className="org.apache.catalina.tribes.transport.nio.PooledParallelSender"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Sender&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Interceptor className="org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor"/&amp;gt; &amp;lt;!-- ADDED --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Interceptor className="org.apache.catalina.tribes.group.interceptors.TcpFailureDetector"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Interceptor className="org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Interceptor className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Member className="org.apache.catalina.tribes.membership.StaticMember"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port="4002"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; host="172.31.33.220"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; domain="delta-static"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uniqueId="{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Interceptor&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Channel&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.ha.tcp.ReplicationValve" filter=""/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Valve className="org.apache.catalina.ha.session.JvmRouteBinderValve"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ClusterListener className="org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ClusterListener className="org.apache.catalina.ha.session.ClusterSessionListener"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Cluster&amp;gt;
&lt;/pre&gt;&lt;!--[CodeBlockEnd:efe5af57-ebb3-45a1-a871-2aada778a1f6]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can see the &amp;lt;membership&amp;gt; node is commented out (this is the multicast function). The TcpPingInterceptor is added and the StaticMembershipInterceptor is added. The reciever port on this instance is 4001 and the remote instance is 4002 so the interceptor uses 4002 on this instance to contact the remote host and vice-versa. In other words the remote instance will use the same &amp;lt;cluster&amp;gt; node with the ports switch and the host IP address changed on the static interceptor. The uniqueID then rotates on each member going from {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15} to {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,0}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Of course each additional member to the cluster will mean manual changes to each existing member (to add additional static interceptors) but that seems a small price to pay to not have to move our entire environment off AWS. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c7bf765c-baec-408e-8ff2-0b77a402dc5b] --&gt;</description>
      <pubDate>Fri, 15 Aug 2014 23:10:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1548838</guid>
      <dc:date>2014-08-15T23:10:27Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>COM Objects CF9 64-bit, Work arounds?</title>
      <link>https://forums.adobe.com/thread/640057</link>
      <description>&lt;!-- [DocumentBodyStart:dfb026f0-bb4e-4839-a4c9-cc7cb5080559] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We use the FSO com object for just a few items, mostly for getting a recursive directory size on huge directories. Come to discover that, as has been posted, Adobe is not supporting COM objects on the 64-bit install of CF. I am far from understanding the complexities of this issue and why this has changed ... in other words why functionality has been taken away from what should be the latest and greatest. I'm hoping that there is another option out there that does not involve running parallel 32-bit servers or using .NET or the like. We are a CF shop and as it is it is hard enough convincing users that CF is just as good or better than other languages. This setback doesn't help me at all.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;S&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dfb026f0-bb4e-4839-a4c9-cc7cb5080559] --&gt;</description>
      <pubDate>Mon, 17 May 2010 02:11:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/640057</guid>
      <dc:date>2010-05-17T02:11:47Z</dc:date>
      <clearspace:dateToText>4 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

