Re: Uploading Largish Files

2011-04-13 Thread Russ Michaels

There are several places you need to check settings which could cause
problems with file uploads. I know you have said that you have CF and IIS 7
set to 30MB, but lets just check you really have changed these settings in
the right place.
If these settings do not resolve it then It would also help if you could
specify the error you receive and the time that the error occurs, e.g 60
seconds, 1000 seconds.

For IIS 7 you need to add a new node to the web.config file of the target
application. This node is added to the system.webServer section:

   1: security

   2: requestFiltering

   3: requestLimits maxAllowedContentLength=52428800 /

   4: /requestFiltering

   5: /security

 The value of the maxAllowedContentLength attribute is the number of bytes
for the request.
If you want to allow 50 MB file upload this means 1024 x 1024 x 50 =
52428800
*For ColdFusion, you need to check the following*
Server Settings  Settings
Timeout Requests after ( seconds)
Maximum size of post data*

*If you are running fusionReactor or something similar, then you will need
to exclude the file upload action page from the crash protection.*


*


 -Original Message-
 From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk]
 Sent: Tuesday, April 12, 2011 12:13 PM
 To: cf-talk
 Subject: Uploading Largish Files


 Hi all,

 I'm trying to upload video files, around 25mb max.

 I can't see that it's a problem as they fall well short of the 30mb max set
 by IIS 7 and the 100mb max set in CF admin.

 The site I'm uploading them to is on my local network (100mb), so there
 shouldn't be any timeout issues, but I did add

 cfsetting enableCFoutputOnly = no  requestTimeOut = 1 

 just in case.

 Would be grateful for any ideas as to why it's a problem, please?

 Jenny
 No virus found in this outgoing message.
 Checked by AVG - www.avg.com
 Version: 9.0.894 / Virus Database: 271.1.1/3567 - Release Date: 04/11/11
 20:25:00







 

~|
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:343693
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Failing to Cluster Instances

2011-04-13 Thread Yaron Kohn

Having major issues while trying to cluster two instances. One of the servers 
locks down and practically dies. Here is the stack trace error. Any help would 
be greatly appreciated.
04/12 12:37:34 error error unmarshalling return; nested exception is: 
java.io.EOFException
[1]java.io.EOFException
at 
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2554)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155)
at 
jrun.servlet.session.SessionReplicationService_Stub.getServerInfo(Unknown 
Source)
at 
jrunx.cluster.ClusterManager.updateClusterServers(ClusterManager.java:340)
at 
jrunx.cluster.ClusterableServiceAdapter.removePeer(ClusterableServiceAdapter.java:353)
at 
jrunx.cluster.ClusterListener.serviceRemoved(ClusterListener.java:167)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.serviceNotifyDo(ServiceDiscoveryManager.java:1131)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceNotify(ServiceDiscoveryManager.java:1101)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceIdMap(ServiceDiscoveryManager.java:1000)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.updateServiceMap(ServiceDiscoveryManager.java:992)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.access$7(ServiceDiscoveryManager.java:959)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl$ProxyRegDropTask.run(ServiceDiscoveryManager.java:448)
at com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.java:271)
[0]java.rmi.UnmarshalException: error unmarshalling return; nested exception 
is: 
java.io.EOFException
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:173)
at 
jrun.servlet.session.SessionReplicationService_Stub.getServerInfo(Unknown 
Source)
at 
jrunx.cluster.ClusterManager.updateClusterServers(ClusterManager.java:340)
at 
jrunx.cluster.ClusterableServiceAdapter.removePeer(ClusterableServiceAdapter.java:353)
at 
jrunx.cluster.ClusterListener.serviceRemoved(ClusterListener.java:167)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.serviceNotifyDo(ServiceDiscoveryManager.java:1131)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceNotify(ServiceDiscoveryManager.java:1101)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceIdMap(ServiceDiscoveryManager.java:1000)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.updateServiceMap(ServiceDiscoveryManager.java:992)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.access$7(ServiceDiscoveryManager.java:959)
at 
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl$ProxyRegDropTask.run(ServiceDiscoveryManager.java:448)
at com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.java:271)
Caused by: java.io.EOFException
at 
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2554)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155)
... 11 more 

~|
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:343694
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Failing to Cluster Instances

2011-04-13 Thread Yaron Kohn

BTW: This is a CF 9 install
 Having major issues while trying to cluster two instances. One of the 
 servers locks down and practically dies. Here is the stack trace error. 
 Any help would be greatly appreciated.
 04/12 12:37:34 error error unmarshalling return; nested exception is: 
 
   java.io.EOFException
 [1]java.io.EOFException
   at java.io.ObjectInputStream$BlockDataInputStream.
 peekByte(ObjectInputStream.java:2554)
   at java.io.ObjectInputStream.readObject0(ObjectInputStream.
 java:1297)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
   at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
   at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155)
   at jrun.servlet.session.SessionReplicationService_Stub.
 getServerInfo(Unknown Source)
   at jrunx.cluster.ClusterManager.updateClusterServers(ClusterManager.
 java:340)
   at jrunx.cluster.ClusterableServiceAdapter.
 removePeer(ClusterableServiceAdapter.java:353)
   at jrunx.cluster.ClusterListener.serviceRemoved(ClusterListener.
 java:167)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 serviceNotifyDo(ServiceDiscoveryManager.java:1131)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 removeServiceNotify(ServiceDiscoveryManager.java:1101)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 removeServiceIdMap(ServiceDiscoveryManager.java:1000)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 updateServiceMap(ServiceDiscoveryManager.java:992)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 access$7(ServiceDiscoveryManager.java:959)
   at net.jini.lookup.
 ServiceDiscoveryManager$LookupCacheImpl$ProxyRegDropTask.
 run(ServiceDiscoveryManager.java:448)
   at com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.
 java:271)
 [0]java.rmi.UnmarshalException: error unmarshalling return; nested 
 exception is: 
   java.io.EOFException
   at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:173)
   at jrun.servlet.session.SessionReplicationService_Stub.
 getServerInfo(Unknown Source)
   at jrunx.cluster.ClusterManager.updateClusterServers(ClusterManager.
 java:340)
   at jrunx.cluster.ClusterableServiceAdapter.
 removePeer(ClusterableServiceAdapter.java:353)
   at jrunx.cluster.ClusterListener.serviceRemoved(ClusterListener.
 java:167)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 serviceNotifyDo(ServiceDiscoveryManager.java:1131)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 removeServiceNotify(ServiceDiscoveryManager.java:1101)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 removeServiceIdMap(ServiceDiscoveryManager.java:1000)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 updateServiceMap(ServiceDiscoveryManager.java:992)
   at net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.
 access$7(ServiceDiscoveryManager.java:959)
   at net.jini.lookup.
 ServiceDiscoveryManager$LookupCacheImpl$ProxyRegDropTask.
 run(ServiceDiscoveryManager.java:448)
   at com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.
 java:271)
 Caused by: java.io.EOFException
   at java.io.ObjectInputStream$BlockDataInputStream.
 peekByte(ObjectInputStream.java:2554)
   at java.io.ObjectInputStream.readObject0(ObjectInputStream.
 java:1297)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
   at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
   at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155)
   ... 11 more 


~|
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:343695
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Javascript not working inside of cflayoutarea

2011-04-13 Thread Steve Sequenzia

Got it now. Thanks guys for all of the help.

I really appreciate it.

-Steve

1) in your main page change this:
   $(document).ready(function() {
 $(#accordion).accordion();
   });

to this:
   doAccordion = function() { $(#accordion).accordion(); });

2) make html code in your test.cfm standards-compliant (add doctype, 
html, head, body, etc tags) and then add this as the last line before 
the closing /body tag:

cfset ajaxonload('doAccordion')

Azadi

On 13/04/2011 11:09 , Steve Sequenzia wrote:
 

~|
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:343696
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Failing to Cluster Instances

2011-04-13 Thread Mark A. Kruger

Yuron,

What sort of resources do you have? How much RAM To each instance for
example.

-Mark


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com


-Original Message-
From: Yaron Kohn [mailto:ya...@ynbk.com] 
Sent: Wednesday, April 13, 2011 7:38 AM
To: cf-talk
Subject: Failing to Cluster Instances


Having major issues while trying to cluster two instances. One of the
servers locks down and practically dies. Here is the stack trace error. Any
help would be greatly appreciated.
04/12 12:37:34 error error unmarshalling return; nested exception is: 
java.io.EOFException
[1]java.io.EOFException
at
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.ja
va:2554)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155)
at
jrun.servlet.session.SessionReplicationService_Stub.getServerInfo(Unknown
Source)
at
jrunx.cluster.ClusterManager.updateClusterServers(ClusterManager.java:340)
at
jrunx.cluster.ClusterableServiceAdapter.removePeer(ClusterableServiceAdapter
.java:353)
at
jrunx.cluster.ClusterListener.serviceRemoved(ClusterListener.java:167)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.serviceNotifyDo(Serv
iceDiscoveryManager.java:1131)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceNotify(
ServiceDiscoveryManager.java:1101)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceIdMap(S
erviceDiscoveryManager.java:1000)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.updateServiceMap(Ser
viceDiscoveryManager.java:992)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.access$7(ServiceDisc
overyManager.java:959)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl$ProxyRegDropTask.run
(ServiceDiscoveryManager.java:448)
at
com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.java:271)
[0]java.rmi.UnmarshalException: error unmarshalling return; nested exception
is: 
java.io.EOFException
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:173)
at
jrun.servlet.session.SessionReplicationService_Stub.getServerInfo(Unknown
Source)
at
jrunx.cluster.ClusterManager.updateClusterServers(ClusterManager.java:340)
at
jrunx.cluster.ClusterableServiceAdapter.removePeer(ClusterableServiceAdapter
.java:353)
at
jrunx.cluster.ClusterListener.serviceRemoved(ClusterListener.java:167)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.serviceNotifyDo(Serv
iceDiscoveryManager.java:1131)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceNotify(
ServiceDiscoveryManager.java:1101)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceIdMap(S
erviceDiscoveryManager.java:1000)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.updateServiceMap(Ser
viceDiscoveryManager.java:992)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.access$7(ServiceDisc
overyManager.java:959)
at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl$ProxyRegDropTask.run
(ServiceDiscoveryManager.java:448)
at
com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.java:271)
Caused by: java.io.EOFException
at
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.ja
va:2554)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155)
... 11 more 



~|
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:343697
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


What's everybody using?

2011-04-13 Thread Brian Polackoff

Hey everyone. I am starting a new project that will require a good deal of
charting, some complex charts but mostly just PIE, LINE, Bar and Area
charts. 

I realize CF has a fairly decent charting engine but I am open to hear what
others are using and if you would recommend what you are using to others.

Thanks!
Brian


~|
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:343698
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What's everybody using?

2011-04-13 Thread Wil Genovese

I've experimented with Google Charts a time or two.

http://code.google.com/apis/chart/


Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Apr 13, 2011, at 10:16 AM, Brian Polackoff wrote:

 
 Hey everyone. I am starting a new project that will require a good deal of
 charting, some complex charts but mostly just PIE, LINE, Bar and Area
 charts. 
 
 I realize CF has a fairly decent charting engine but I am open to hear what
 others are using and if you would recommend what you are using to others.
 
 Thanks!
 Brian
 
 
 

~|
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:343699
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: What's everybody using?

2011-04-13 Thread Mark A. Kruger

We use cfchart for fairly straight forward charting... and we use Flex for
detailed financial charts..


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com


-Original Message-
From: Brian Polackoff [mailto:bpolack...@gmx.com] 
Sent: Wednesday, April 13, 2011 10:17 AM
To: cf-talk
Subject: What's everybody using?


Hey everyone. I am starting a new project that will require a good deal of
charting, some complex charts but mostly just PIE, LINE, Bar and Area
charts. 

I realize CF has a fairly decent charting engine but I am open to hear what
others are using and if you would recommend what you are using to others.

Thanks!
Brian




~|
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:343700
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What's everybody using?

2011-04-13 Thread Dan Baughman

I'm using this:

http://code.google.com/p/flot/

Its fairly simple jquery, and it doesn't require flash.

On Wed, Apr 13, 2011 at 9:20 AM, Wil Genovese jugg...@trunkful.com wrote:


 I've experimented with Google Charts a time or two.

 http://code.google.com/apis/chart/


 Wil Genovese
 Sr. Web Application Developer/
 Systems Administrator
 CF Webtools
 www.cfwebtools.com

 wilg...@trunkful.com
 www.trunkful.com

 On Apr 13, 2011, at 10:16 AM, Brian Polackoff wrote:

 
  Hey everyone. I am starting a new project that will require a good deal
 of
  charting, some complex charts but mostly just PIE, LINE, Bar and Area
  charts.
 
  I realize CF has a fairly decent charting engine but I am open to hear
 what
  others are using and if you would recommend what you are using to others.
 
  Thanks!
  Brian
 
 
 

 

~|
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:343701
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What's everybody using?

2011-04-13 Thread Russ Michaels

try this

http://code.google.com/p/charts4j/



On Wed, Apr 13, 2011 at 4:24 PM, Dan Baughman dan.baugh...@gmail.comwrote:


 I'm using this:

 http://code.google.com/p/flot/

 Its fairly simple jquery, and it doesn't require flash.

 On Wed, Apr 13, 2011 at 9:20 AM, Wil Genovese jugg...@trunkful.com
 wrote:

 
  I've experimented with Google Charts a time or two.
 
  http://code.google.com/apis/chart/
 
 
  Wil Genovese
  Sr. Web Application Developer/
  Systems Administrator
  CF Webtools
  www.cfwebtools.com
 
  wilg...@trunkful.com
  www.trunkful.com
 
  On Apr 13, 2011, at 10:16 AM, Brian Polackoff wrote:
 
  
   Hey everyone. I am starting a new project that will require a good deal
  of
   charting, some complex charts but mostly just PIE, LINE, Bar and Area
   charts.
  
   I realize CF has a fairly decent charting engine but I am open to hear
  what
   others are using and if you would recommend what you are using to
 others.
  
   Thanks!
   Brian
  
  
  
 
 

 

~|
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:343702
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What's everybody using?

2011-04-13 Thread Dan Baughman

I like the flot's because they are more interactive the user can zoom on
regions, hover over points to see more details, etc.  The user can also turn
on and off various graphs in the same chart - so you can chart ten lines and
then the user can turn off the ones that dont matter to them, and it
automatically readjusted the scale.

The charts4j seem more static.

On Wed, Apr 13, 2011 at 9:27 AM, Russ Michaels r...@michaels.me.uk wrote:


 try this

 http://code.google.com/p/charts4j/



 On Wed, Apr 13, 2011 at 4:24 PM, Dan Baughman dan.baugh...@gmail.com
 wrote:

 
  I'm using this:
 
  http://code.google.com/p/flot/
 
  Its fairly simple jquery, and it doesn't require flash.
 
  On Wed, Apr 13, 2011 at 9:20 AM, Wil Genovese jugg...@trunkful.com
  wrote:
 
  
   I've experimented with Google Charts a time or two.
  
   http://code.google.com/apis/chart/
  
  
   Wil Genovese
   Sr. Web Application Developer/
   Systems Administrator
   CF Webtools
   www.cfwebtools.com
  
   wilg...@trunkful.com
   www.trunkful.com
  
   On Apr 13, 2011, at 10:16 AM, Brian Polackoff wrote:
  
   
Hey everyone. I am starting a new project that will require a good
 deal
   of
charting, some complex charts but mostly just PIE, LINE, Bar and Area
charts.
   
I realize CF has a fairly decent charting engine but I am open to
 hear
   what
others are using and if you would recommend what you are using to
  others.
   
Thanks!
Brian
   
   
   
  
  
 
 

 

~|
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:343703
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What's everybody using?

2011-04-13 Thread Paul Hastings

On 4/13/2011 10:16 PM, Brian Polackoff wrote:
 Hey everyone. I am starting a new project that will require a good deal of
 charting, some complex charts but mostly just PIE, LINE, Bar and Area
 charts.

we do a lot of sciencey stuff  jfreechart is the bees' knees ;-)

~|
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:343704
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Failing to Cluster Instances

2011-04-13 Thread Yaron Kohn

64 bit win server 2003 32 GB Ram. 2.5 GB per instance
Thanks,
Yuron,

What sort of resources do you have? How much RAM To each instance for
example.

-Mark


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com


Having major issues while trying to cluster two instances. One of the
servers locks down and practically dies. Here is the stack trace error. Any
help would be greatly appreciated.
04/12 12:37:34 error error unmarshalling return; nested exception is: 
   java.io.EOFException
[1]java.io.EOFException
   at
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.ja
va:2554)
   at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
   at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
   at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155)
   at
jrun.servlet.session.SessionReplicationService_Stub.getServerInfo(Unknown
Source)
   at
jrunx.cluster.ClusterManager.updateClusterServers(ClusterManager.java:340)
   at
jrunx.cluster.ClusterableServiceAdapter.removePeer(ClusterableServiceAdapter
.java:353)
   at
jrunx.cluster.ClusterListener.serviceRemoved(ClusterListener.java:167)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.serviceNotifyDo(Serv
iceDiscoveryManager.java:1131)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceNotify(
ServiceDiscoveryManager.java:1101)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceIdMap(S
erviceDiscoveryManager.java:1000)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.updateServiceMap(Ser
viceDiscoveryManager.java:992)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.access$7(ServiceDisc
overyManager.java:959)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl$ProxyRegDropTask.run
(ServiceDiscoveryManager.java:448)
   at
com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.java:271)
[0]java.rmi.UnmarshalException: error unmarshalling return; nested exception
is: 
   java.io.EOFException
   at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:173)
   at
jrun.servlet.session.SessionReplicationService_Stub.getServerInfo(Unknown
Source)
   at
jrunx.cluster.ClusterManager.updateClusterServers(ClusterManager.java:340)
   at
jrunx.cluster.ClusterableServiceAdapter.removePeer(ClusterableServiceAdapter
.java:353)
   at
jrunx.cluster.ClusterListener.serviceRemoved(ClusterListener.java:167)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.serviceNotifyDo(Serv
iceDiscoveryManager.java:1131)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceNotify(
ServiceDiscoveryManager.java:1101)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.removeServiceIdMap(S
erviceDiscoveryManager.java:1000)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.updateServiceMap(Ser
viceDiscoveryManager.java:992)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl.access$7(ServiceDisc
overyManager.java:959)
   at
net.jini.lookup.ServiceDiscoveryManager$LookupCacheImpl$ProxyRegDropTask.run
(ServiceDiscoveryManager.java:448)
   at
com.sun.jini.thread.TaskManager$TaskThread.run(TaskManager.java:271)
Caused by: java.io.EOFException
   at
java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.ja
va:2554)
   at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1297)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
   at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
   at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155)
   ... 11 more 

~|
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:343705
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What's everybody using?

2011-04-13 Thread Gerald Guido

Actually one of the hidden gems of CF is the WebCharts3D that comes with CF.

If you are on windows go to the CF install dir and look at the charting
folder.
On my machine it is
C:\ColdFusion9\charting

Take a look at the Users Manual and more importantly run the webcharts.bat
to see what you can do with CFChart. You will be pleasantly surprised. The
CF docs will show you how to use these with CFChart.

HTH
G!

On Wed, Apr 13, 2011 at 11:16 AM, Brian Polackoff bpolack...@gmx.comwrote:


 Hey everyone. I am starting a new project that will require a good deal of
 charting, some complex charts but mostly just PIE, LINE, Bar and Area
 charts.

 I realize CF has a fairly decent charting engine but I am open to hear what
 others are using and if you would recommend what you are using to others.

 Thanks!
 Brian


 

~|
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:343706
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What's everybody using?

2011-04-13 Thread Tony Weeg

highcharts.com looks tasty.

Sent from my iPhone... Don't hate.

On Apr 13, 2011, at 12:10 PM, Gerald Guido gerald.gu...@gmail.com wrote:

 
 Actually one of the hidden gems of CF is the WebCharts3D that comes with CF.
 
 If you are on windows go to the CF install dir and look at the charting
 folder.
 On my machine it is
 C:\ColdFusion9\charting
 
 Take a look at the Users Manual and more importantly run the webcharts.bat
 to see what you can do with CFChart. You will be pleasantly surprised. The
 CF docs will show you how to use these with CFChart.
 
 HTH
 G!
 
 On Wed, Apr 13, 2011 at 11:16 AM, Brian Polackoff bpolack...@gmx.comwrote:
 
 
 Hey everyone. I am starting a new project that will require a good deal of
 charting, some complex charts but mostly just PIE, LINE, Bar and Area
 charts.
 
 I realize CF has a fairly decent charting engine but I am open to hear what
 others are using and if you would recommend what you are using to others.
 
 Thanks!
 Brian
 
 
 
 
 

~|
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:343707
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What's everybody using?

2011-04-13 Thread Steve Milburn

+1 for highcharts.  Been using that on my latest project and I'm very
pleased.  There is a bit of a learning curve (for me) as I've
struggled occasionally trying to figure out how to pass data to the chart on
the fly, but once I've figured it out it makes sense.

Steve

On Wed, Apr 13, 2011 at 1:18 PM, Tony Weeg tonyw...@gmail.com wrote:


 highcharts.com looks tasty.

 Sent from my iPhone... Don't hate.

 On Apr 13, 2011, at 12:10 PM, Gerald Guido gerald.gu...@gmail.com wrote:

 
  Actually one of the hidden gems of CF is the WebCharts3D that comes with
 CF.
 
  If you are on windows go to the CF install dir and look at the charting
  folder.
  On my machine it is
  C:\ColdFusion9\charting
 
  Take a look at the Users Manual and more importantly run the
 webcharts.bat
  to see what you can do with CFChart. You will be pleasantly surprised.
 The
  CF docs will show you how to use these with CFChart.
 
  HTH
  G!
 
  On Wed, Apr 13, 2011 at 11:16 AM, Brian Polackoff bpolack...@gmx.com
 wrote:
 
 
  Hey everyone. I am starting a new project that will require a good deal
 of
  charting, some complex charts but mostly just PIE, LINE, Bar and Area
  charts.
 
  I realize CF has a fairly decent charting engine but I am open to hear
 what
  others are using and if you would recommend what you are using to
 others.
 
  Thanks!
  Brian
 
 
 
 
 

 

~|
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:343708
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: What's everybody using?

2011-04-13 Thread John Allen

+1 for highcharts.

On Wed, Apr 13, 2011 at 1:37 PM, Steve Milburn scmilb...@gmail.com wrote:


 +1 for highcharts.  Been using that on my latest project and I'm very
 pleased.  There is a bit of a learning curve (for me) as I've
 struggled occasionally trying to figure out how to pass data to the chart
 on
 the fly, but once I've figured it out it makes sense.

 Steve

 On Wed, Apr 13, 2011 at 1:18 PM, Tony Weeg tonyw...@gmail.com wrote:

 
  highcharts.com looks tasty.
 
  Sent from my iPhone... Don't hate.
 
  On Apr 13, 2011, at 12:10 PM, Gerald Guido gerald.gu...@gmail.com
 wrote:
 
  
   Actually one of the hidden gems of CF is the WebCharts3D that comes
 with
  CF.
  
   If you are on windows go to the CF install dir and look at the
 charting
   folder.
   On my machine it is
   C:\ColdFusion9\charting
  
   Take a look at the Users Manual and more importantly run the
  webcharts.bat
   to see what you can do with CFChart. You will be pleasantly surprised.
  The
   CF docs will show you how to use these with CFChart.
  
   HTH
   G!
  
   On Wed, Apr 13, 2011 at 11:16 AM, Brian Polackoff bpolack...@gmx.com
  wrote:
  
  
   Hey everyone. I am starting a new project that will require a good
 deal
  of
   charting, some complex charts but mostly just PIE, LINE, Bar and Area
   charts.
  
   I realize CF has a fairly decent charting engine but I am open to hear
  what
   others are using and if you would recommend what you are using to
  others.
  
   Thanks!
   Brian
  
  
  
  
  
 
 

 

~|
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:343709
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: What's everybody using?

2011-04-13 Thread Brian Polackoff

Thank you everyone for the information. I am surprised that FusionCharts did
not make the list but they are strictly flash charts :)

Thank you all again! I will test these and see which one works best for my
project.

Thanks!
Brian

-Original Message-
From: John Allen [mailto:johnfal...@gmail.com] 
Sent: Wednesday, April 13, 2011 1:45 PM
To: cf-talk
Subject: Re: What's everybody using?


+1 for highcharts.

On Wed, Apr 13, 2011 at 1:37 PM, Steve Milburn scmilb...@gmail.com wrote:


 +1 for highcharts.  Been using that on my latest project and I'm very
 pleased.  There is a bit of a learning curve (for me) as I've 
 struggled occasionally trying to figure out how to pass data to the 
 chart on the fly, but once I've figured it out it makes sense.

 Steve

 On Wed, Apr 13, 2011 at 1:18 PM, Tony Weeg tonyw...@gmail.com wrote:

 
  highcharts.com looks tasty.
 
  Sent from my iPhone... Don't hate.
 
  On Apr 13, 2011, at 12:10 PM, Gerald Guido gerald.gu...@gmail.com
 wrote:
 
  
   Actually one of the hidden gems of CF is the WebCharts3D that 
   comes
 with
  CF.
  
   If you are on windows go to the CF install dir and look at the
 charting
   folder.
   On my machine it is
   C:\ColdFusion9\charting
  
   Take a look at the Users Manual and more importantly run the
  webcharts.bat
   to see what you can do with CFChart. You will be pleasantly surprised.
  The
   CF docs will show you how to use these with CFChart.
  
   HTH
   G!
  
   On Wed, Apr 13, 2011 at 11:16 AM, Brian Polackoff 
  bpolack...@gmx.com
  wrote:
  
  
   Hey everyone. I am starting a new project that will require a 
   good
 deal
  of
   charting, some complex charts but mostly just PIE, LINE, Bar and 
   Area charts.
  
   I realize CF has a fairly decent charting engine but I am open to 
   hear
  what
   others are using and if you would recommend what you are using to
  others.
  
   Thanks!
   Brian
  
  
  
  
  
 
 

 



~|
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:343710
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coldfusion.Window.Create with variable from cfselect

2011-04-13 Thread Steve Sequenzia

I am trying to use the code below to open a new window but I need the value of 
the select passed to the window. Is this possible to do like this?

cfselect name=itemID bind=cfc:_root.data.items.getItems({itemGroupID}) 
display=itemDescription bindonload=yes value=itemID selected=0 
queryPosition=below onchange=ColdFusion.Window.create('ItemDetails', 'Item 
Details', 
'/modules/pos/sales/new/new_sale_items_details.cfm?itemID={itemID}')/cfselect



~|
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:343711
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm