Re: Best practices: Google mapping

2011-12-22 Thread Larry Lyons

>Is that Jason Dean format?
>
>
>On Thu, Dec 15, 2011 at 2:36 PM, Larry Lyons  wrote:
>>

My iPad has a completely different idea of my typing. (Its becoming typecast 
actually)

I meant to say you may want to try the jquery google maps plugin. It accepts 
json.


http://code.google.com/p/jquery-ui-map/ 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349235
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 8 32 bit standard on win server 2008 r2 64 bit

2011-12-22 Thread Justin Scott

> Can I run CF 8 32 bit standard on a Win server 2008 r2 64 bit machine?

Yes, though if I remember correctly you will need to set the IIS
application pool assigned to your site(s) to use 32-bit mode (turned
off by default) in order for it to work correctly.  See:
http://darrell.mozingo.net/2009/01/17/running-iis-7-in-32-bit-mode/


-Justin

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349234
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF 8 32 bit standard on win server 2008 r2 64 bit

2011-12-22 Thread Terry Troxel

Can I run CF 8 32 bit standard on a Win server 2008 r2 64 bit machine?

 

Terry



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349233
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Solr error on indexing collection of 700k records

2011-12-22 Thread Andy Hudson

Hello,

I am using CF9.0.1 and am having terrible trouble indexing large recordsets. In 
this instance, I am trying to index a collection of nearly 500,000 records, but 
around the 400,000 mark Solr is returning an error:

org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing 
request can not be repeated.

Dec 21, 2011 12:56:16 AM org.apache.solr.core.SolrCore execute
INFO: [candsearch_e14] webapp=/solr path=/update 
params={waitSearcher=false&commit=true&wt=javabin&waitFlush=false&version=1} 
status=500 QTime=65187 
Dec 21, 2011 12:56:16 AM org.apache.solr.common.SolrException log
SEVERE: java.lang.RuntimeException: [was class org.mortbay.jetty.EofException] 
null

This happens every time when I try and index this particular collection. It 
never happens on smaller collection sizes of just a few hundred or a few 
thousand.

I have altered the JVM arguments in Solr.lax to try and improve the performance 
to this:

lax.nl.java.option.additional=-server -Xms1024m -Xmx1024m -XX:MaxNewSize=256m 
-XX:MaxPermSize=256m -XX:+ScavengeBeforeFullGC -XX:-UseParallelGC  
-DSTOP.PORT=8079 -DSTOP.KEY=cfstop -Dsolr.solr.home=multicore 

I have also changed the mergeFactor in the solrconfig.xml to 25 so I can speed 
up the indexing process (however, I have changed the the values of mergefactor 
and JVM and it makes no difference to the error above).

Has anyone experienced this error before? Does anyone even have any ideas what 
it means? I am totally out of ideas so need help. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349232
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm