CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

This morning I installed Java 1.6 update 22. Before I even changed any 
jvm.config settings, I tried to restart the CF9 service and it would not 
restart.  After uninstalling the Java update, the CF service would start again. 
 I am running Win 2k3 w/ CF901. Anyone else experience this? 

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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Mack

Anything in the log files ? If it's a CF server install then check
#cfhome#/logs and #cfhome#/runtime/logs

-- 
Mack

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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Wil Genovese

Installing a new Java version and NOT pointing to it in the jvm.config should  
not affect ColdFusion unless the previous version of Java was overwritten by 
the new version.



Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 

On Dec 14, 2010, at 8:33 AM, Chad Baloga wrote:

 
 This morning I installed Java 1.6 update 22. Before I even changed any 
 jvm.config settings, I tried to restart the CF9 service and it would not 
 restart.  After uninstalling the Java update, the CF service would start 
 again.  I am running Win 2k3 w/ CF901. Anyone else experience this? 
 
 

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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

I see a few errors:

Error: no `server' JVM at `C:/Java/jre6\bin\server\jvm.dll'. (after I installed 
the update, and changed the jvm.config file)

coldfusion could not be started because it is already running.

Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine. 

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


Re: coldfusion json truncates leading zeroes

2010-12-14 Thread Mike Chabot

You might consider exploring the open-source JSON functions instead of using
the built-in ColdFusion function.

http://forums.adobe.com/thread/747765

-Mike Chabot

On Mon, Dec 13, 2010 at 10:52 AM, fun and learning
funandlrnn...@gmail.comwrote:


 Hi All -

 I am using jquery jqgrid with Coldfusion. I have a cfc whose return format
 is JSON. I have a database column of type varchar, but it returns values
 which starts with zeroes. On displaying data, the leading zeroes are
 truncated. I verified in firebug, the JSON response itself is cutting off
 the leading zeroes.

 Any suggestions or thoughts on this?

 

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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

I was able to get the first error to go away by installed the full Java SDK on 
my local machine.  I will have to try that first thing tomorrow AM on the 
production box.


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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Mack

On Tue, Dec 14, 2010 at 5:06 PM, Chad Baloga cbal...@gmail.com wrote:

 I see a few errors:

 Error: no `server' JVM at `C:/Java/jre6\bin\server\jvm.dll'. (after I 
 installed the update, and changed the jvm.config file)

You need to point CF to the JRE directory inside the JDK and not to
the standalone jre directory.

-- 
Mack

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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Dave Watts

 I was able to get the first error to go away by installed the full Java SDK 
 on my local machine.  I will have to try that first thing
 tomorrow AM on the production box.

Yes. You always need to use the full JDK, because that comes with the
server-specific JVM that CF needs. You can't use the regular JRE.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

Any explanations why just the JRE install worked on our DEV machine?  On that 
machine we are running Win2k3 64bit, w/ a multi instance install of CF9.  
Installed the JRE, changed the jvm config file, and restarted the service with 
no errors.  Is it getting some of the files from the Jrun portion of the multi 
instance install? 

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


RE: coldfusion json truncates leading zeroes

2010-12-14 Thread Brook Davies

Note that they are considerably slower than the built in serializeJSON()
functions on large objects..

Brook

-Original Message-
From: Mike Chabot [mailto:mcha...@gmail.com] 
Sent: December-14-10 7:31 AM
To: cf-talk
Subject: Re: coldfusion json truncates leading zeroes


You might consider exploring the open-source JSON functions instead of using
the built-in ColdFusion function.

http://forums.adobe.com/thread/747765

-Mike Chabot

On Mon, Dec 13, 2010 at 10:52 AM, fun and learning
funandlrnn...@gmail.comwrote:


 Hi All -

 I am using jquery jqgrid with Coldfusion. I have a cfc whose return format
 is JSON. I have a database column of type varchar, but it returns values
 which starts with zeroes. On displaying data, the leading zeroes are
 truncated. I verified in firebug, the JSON response itself is cutting off
 the leading zeroes.

 Any suggestions or thoughts on this?

 



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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Dave Watts

 Any explanations why just the JRE install worked on our DEV machine?  On that 
 machine we are running Win2k3 64bit, w/ a
 multi instance install of CF9.  Installed the JRE, changed the jvm config 
 file, and restarted the service with no errors.  Is it getting
 some of the files from the Jrun portion of the multi instance install?

If you go to the JVM shown in the CF Administrator, does it have a server DLL?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsi

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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Chad Baloga

 If you go to the JVM shown in the CF Administrator, does it have a 
 server DLL?

This is on dev with CF9 multi instance:

Server Product   ColdFusion
Version 9,0,1,274733  
Edition Enterprise  
Serial Number   ***
Operating SystemWindows 2003  
OS Version  5.2  
Update Level
/C:/ColdFusion9/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/updates/chf9010001.jar
  
Adobe Driver Version4.0 (Build 0005)  
JVM Details
Java Version1.6.0_22  
Java Vendor Sun Microsystems Inc.  
Java Vendor URL http://java.sun.com/
Java Home   C:\Program Files\Java\jre6  
Java File Encoding  Cp1252  
Java Default Locale en_US  
File Separator  \  
Path Separator  ;  
Line Separator  Chr(13)
User Name   SYSTEM  
User Home   C:\Documents and Settings\Default User  
User DirC:\ColdFusion9\bin  
Java VM Specification Version   1.0  
Java VM Specification VendorSun Microsystems Inc.  
Java VM Specification Name  Java Virtual Machine Specification  
Java VM Version 17.1-b03  
Java VM Vendor  Sun Microsystems Inc.  
Java VM NameJava HotSpot(TM) 64-Bit Server VM  
Java Specification Version  1.6  
Java Specification Vendor   Sun Microsystems Inc.  
Java Specification Name Java Platform API Specification  
Java Class Version  50.0   


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


Re: CF9 Not Restarting after Java Update

2010-12-14 Thread rex

Maybe that's a JDK installed with the public JRE?

On 12/14/2010 9:33 AM, Chad Baloga wrote:
 If you go to the JVM shown in the CF Administrator, does it have a
 server DLL?
 This is on dev with CF9 multi instance:

 Server Product ColdFusion
 Version   9,0,1,274733
 Edition   Enterprise
 Serial Number ***
 Operating System  Windows 2003
 OS Version5.2
 Update Level  
 /C:/ColdFusion9/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/updates/chf9010001.jar
 Adobe Driver Version  4.0 (Build 0005)
 JVM Details
 Java Version  1.6.0_22
 Java Vendor   Sun Microsystems Inc.
 Java Vendor URL   http://java.sun.com/
 Java Home C:\Program Files\Java\jre6
 Java File EncodingCp1252
 Java Default Locale   en_US
 File Separator\
 Path Separator;
 Line SeparatorChr(13)
 User Name SYSTEM
 User Home C:\Documents and Settings\Default User
 User Dir  C:\ColdFusion9\bin
 Java VM Specification Version 1.0
 Java VM Specification Vendor  Sun Microsystems Inc.
 Java VM Specification NameJava Virtual Machine Specification
 Java VM Version   17.1-b03
 Java VM VendorSun Microsystems Inc.
 Java VM Name  Java HotSpot(TM) 64-Bit Server VM
 Java Specification Version1.6
 Java Specification Vendor Sun Microsystems Inc.
 Java Specification Name   Java Platform API Specification
 Java Class Version50.0


 

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


Re: coldfusion json truncates leading zeroes

2010-12-14 Thread Mike Chabot

Which JSON libraries did you observe not performing well?

-Mike Chabot


On Tue, Dec 14, 2010 at 12:29 PM, Brook Davies cft...@logiforms.com wrote:


 Note that they are considerably slower than the built in serializeJSON()
 functions on large objects..

 Brook

 -Original Message-
 From: Mike Chabot [mailto:mcha...@gmail.com]
 Sent: December-14-10 7:31 AM
 To: cf-talk
 Subject: Re: coldfusion json truncates leading zeroes


 You might consider exploring the open-source JSON functions instead of
 using
 the built-in ColdFusion function.

 http://forums.adobe.com/thread/747765

 -Mike Chabot

 On Mon, Dec 13, 2010 at 10:52 AM, fun and learning
 funandlrnn...@gmail.comwrote:

 
  Hi All -
 
  I am using jquery jqgrid with Coldfusion. I have a cfc whose return
 format
  is JSON. I have a database column of type varchar, but it returns values
  which starts with zeroes. On displaying data, the leading zeroes are
  truncated. I verified in firebug, the JSON response itself is cutting off
  the leading zeroes.
 
  Any suggestions or thoughts on this?
 
 



 

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


CF Chart Label

2010-12-14 Thread Robert Harrison

I have CFChart showing $ (Y) against time (X). 

I've converted the $ to whole dollar amounts: round((myval*100)/100) so all 
my data point are integers.

But CF Chart Label on my X axis (defined as 'number') is showing decimals. 

How do I get it to show only integers? 

Thanks




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


RE: coldfusion json truncates leading zeroes

2010-12-14 Thread Brook Davies

I tested JSONUtil.cfc by Nathan Mische and CFJSON.cfc
(http://www.epiphantastic.com/cfjson/). On a very large object (an array
with 300 items, with nested structs 3 levels deep each with about 20-40
properties), the built in serializeJSON() functions were considerably
faster, but I don't have the numbers handy. Also serializeJSON() killed the
WDDX serialization methods..

Brook

-Original Message-
From: Mike Chabot [mailto:mcha...@gmail.com] 
Sent: December-14-10 9:58 AM
To: cf-talk
Subject: Re: coldfusion json truncates leading zeroes


Which JSON libraries did you observe not performing well?

-Mike Chabot


On Tue, Dec 14, 2010 at 12:29 PM, Brook Davies cft...@logiforms.com wrote:


 Note that they are considerably slower than the built in serializeJSON()
 functions on large objects..

 Brook

 -Original Message-
 From: Mike Chabot [mailto:mcha...@gmail.com]
 Sent: December-14-10 7:31 AM
 To: cf-talk
 Subject: Re: coldfusion json truncates leading zeroes


 You might consider exploring the open-source JSON functions instead of
 using
 the built-in ColdFusion function.

 http://forums.adobe.com/thread/747765

 -Mike Chabot

 On Mon, Dec 13, 2010 at 10:52 AM, fun and learning
 funandlrnn...@gmail.comwrote:

 
  Hi All -
 
  I am using jquery jqgrid with Coldfusion. I have a cfc whose return
 format
  is JSON. I have a database column of type varchar, but it returns values
  which starts with zeroes. On displaying data, the leading zeroes are
  truncated. I verified in firebug, the JSON response itself is cutting
off
  the leading zeroes.
 
  Any suggestions or thoughts on this?
 
 



 



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


RE: CF Chart Label

2010-12-14 Thread Robert Harrison

Correction... 

I have CFChart showing $ (Y) against time (X). 

I've converted the $ to whole dollar amounts: round((myval*100)/100) so all 
my data point are integers.

But CF Chart Label on my Y axis (defined as 'number') is showing decimals. 

How do I get it to show only integers? 

Thanks




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


Re: coldfusion json truncates leading zeroes

2010-12-14 Thread Mike Chabot

Thanks for the clarification. Also, by killed I assume that you mean
serializing JSON is generally much faster than serializing WDDX. I have read
other people make this observation as well.

-Mike Chabot

On Tue, Dec 14, 2010 at 1:23 PM, Brook Davies cft...@logiforms.com wrote:


 I tested JSONUtil.cfc by Nathan Mische and CFJSON.cfc
 (http://www.epiphantastic.com/cfjson/). On a very large object (an array
 with 300 items, with nested structs 3 levels deep each with about 20-40
 properties), the built in serializeJSON() functions were considerably
 faster, but I don't have the numbers handy. Also serializeJSON() killed the
 WDDX serialization methods..

 Brook

 -Original Message-
 From: Mike Chabot [mailto:mcha...@gmail.com]
 Sent: December-14-10 9:58 AM
 To: cf-talk
 Subject: Re: coldfusion json truncates leading zeroes


 Which JSON libraries did you observe not performing well?

 -Mike Chabot



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


Re: index.cfm being hacked (now application.cfm)

2010-12-14 Thread Chris Kelly

Yep same thing here, someone at my company had their laptop compromised - 
changing his FTP password didn't work, had to just lock out his account, setup 
a separate one for use in the office, now he just can't FTP from home...

There are ways to prevent even this sort of thing...use key pairs, so that 
you'd need the ssl key as well as your regular login, use a token system, etc - 
obviously these are not trivial things to implement though depending on the 
size of the organization.

I went through this last year. It's a nightmare of possibilities. I can save
you all a TON of time right here.

I thought they were targeting just files named index.cfm so I changed all my
home page filenames to something else. Whatever the process was it got wise
to it within days. I changed file and folder permissions, I changed this and
that, I even shut off Cold Fusion to see what would happen. It's not coming
from the server side It's coming right through your FTP channel. Simple
and clever. If you don't want to have to fight security go through the front
door. That's what they are doing. If you visit an infected site it silently
downloads through their javascript a worm to your computer. It looks for FTP
configuration files. Cute, Dreamweaver, whatever, if it's FTP this worm
finds it. Then every 24 hours it, or someone, logs in to your sites using
FTP and carefully appends your default pages with the malicious hijack
script (the script has been getting more and more sophisticated it changes
all the time so detecting a pattern is impossible. The client calls you in
anger, you find it, freak out, replace the files with good ones, even turn
off write access to the file, and in a day or so you it happens again. You
can spend the better part of your lives trying to figure out how the
attacker is getting onto the server. The answer is under your nose. Wipe and
reload the OS on any computer in your company that has FTP access to the
infected sites. I haven't found a scanner that will detect this thing yet.
Better safe than sorry. Wipe and reload. THEN - make it a policy to NEVER
store an FTP password again. I manually enter all my FTP passwords now. It's
a few seconds here and there, sometimes it's a pain, but I haven't had a
problem with an infected site since. 

If you find this helpful please let me know off-list. Thank you.

Nick
 

Is the site in question on a SHARED Server?
I had this issue a while ago and it wasn't my site, but someone else's and
it rewrote every default page on the entire server no matter what language.
Just a thought. They could have modified the exploit to not only do
index.html, index.cfm, etc. but say, application.cfm, etc. It took the
hosting company a while to track down the actual site that got hacked.

Terry

AFAIK (kinda guessing here) Google doesn't sniff the files themselves,
they just hit a link and sniff the resulting HTML.  So anything that's
output to the resultant page, whether on the index.cfm or application.cfm,
will be picked up by Google.

-- Josh




 thanks for that mary. this seems like a good idea. i will contact hostek
 today to try and have the ftp restricted.

 because they are modifying just the application file now, i think it must
 be an auto script as when they were attacking the index file the links
were
 very visible to google. it doesn't make sense now to include their links
in 

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


Re: CF Chart Label

2010-12-14 Thread Raymond Camden

Not to sound like a broken record - but did you try the chart editor?

On Tue, Dec 14, 2010 at 12:17 PM, Robert Harrison
rob...@austin-williams.com wrote:

 I have CFChart showing $ (Y) against time (X).

 I've converted the $ to whole dollar amounts:     round((myval*100)/100) so 
 all my data point are integers.

 But CF Chart Label on my X axis (defined as 'number') is showing decimals.

 How do I get it to show only integers?

 Thanks




 

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


CF Admin Browse error

2010-12-14 Thread Terry Troxel

I am all of a sudden on my development box having issues with browsing
inside cfadmin giving me an I/O error.

It worked fine until last night. It is on XP Pro service pack3 and CF8 in
Developer mode.

 

I uninstalled both CF8 and Java. My Production server guy said download the
jre 1.42. I deleted both the cf8 and the java directories, rebooted and
installed Java and then CF8. It runs fine and I can hand type in an odbc
location, but I still get an I/O error in the java browse app.

Any suggestions?

 

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


CF Admin Java Browser Errors

2010-12-14 Thread Terry Troxel

I am all of a sudden on my development box having issues with browsing
inside cfadmin giving me an I/O error.

It worked fine until last night. It is on XP Pro service pack3 and CF8 in
Developer mode.

 

I uninstalled both CF8 and Java. My Production server guy said download the
jre 1.42. I deleted both the cf8 and the java directories, rebooted and
installed Java and then CF8. It runs fine and I can hand type in an odbc
location, but I still get an I/O error in the java browse app.

Any suggestions?

 

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


Re: CF Admin Browse error

2010-12-14 Thread Dave Watts

 I am all of a sudden on my development box having issues with browsing
 inside cfadmin giving me an I/O error.

 It worked fine until last night. It is on XP Pro service pack3 and CF8 in
 Developer mode.

 I uninstalled both CF8 and Java. My Production server guy said download the
 jre 1.42. I deleted both the cf8 and the java directories, rebooted and
 installed Java and then CF8. It runs fine and I can hand type in an odbc
 location, but I still get an I/O error in the java browse app.

 Any suggestions?

Yikes! There's no reason to uninstall CF here. You may need to enable
RDS if it's not already enabled. And you shouldn't be using such an
old JVM. You should use 1.6 instead of 1.4.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

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


Re: index.cfm being hacked (now application.cfm)

2010-12-14 Thread Al Musella, DPM

Does RDS used from within dreamweaver have this problem also?

Perhaps a future version of Cold fusion / Dreamweaver could have a 
more secure method to transfer and update files? Perhaps  add in a 
mini version control system with logging so we could easily see which 
files were added or changed (and by whom - what person and IP 
address) and have an easy way to back out of changes.



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


Re: index.cfm being hacked (now application.cfm)

2010-12-14 Thread Dave Watts

 Does RDS used from within dreamweaver have this problem also?

No, but it arguably has other, similar problems. It is possible to
force RDS through SSL, though.

 Perhaps a future version of Cold fusion / Dreamweaver could have a
 more secure method to transfer and update files? Perhaps  add in a
 mini version control system with logging so we could easily see which
 files were added or changed (and by whom - what person and IP
 address) and have an easy way to back out of changes.

There already exist all sorts of ways to do this, including real
version control systems. Dreamweaver and CFBuilder can work very
nicely with real version control systems.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

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


Re: CF Chart Label

2010-12-14 Thread Raymond Camden

Just confirmed - I see a format option for the xais that includes integer.

On Tue, Dec 14, 2010 at 2:22 PM, Raymond Camden rcam...@gmail.com wrote:
 Not to sound like a broken record - but did you try the chart editor?

 On Tue, Dec 14, 2010 at 12:17 PM, Robert Harrison
 rob...@austin-williams.com wrote:

 I have CFChart showing $ (Y) against time (X).

 I've converted the $ to whole dollar amounts:     round((myval*100)/100) so 
 all my data point are integers.

 But CF Chart Label on my X axis (defined as 'number') is showing decimals.

 How do I get it to show only integers?

 Thanks




 

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


RE: CF9 Not Restarting after Java Update

2010-12-14 Thread Andrew Scott

That would be a very good example why you test everything you can before
migrating to production.

One question I will have to ask though, is this update replacing the JVM
installed in the ColdFusion directory or have you pushed the config changes
to point to the new JVM? Also it would be worth noting on whether you have
indeed d'loaded the correct version of the JVM did you install a  32bit JVM
on a 64Bit ColdFusion installation or even the other way around?

Regards,
Andrew Scott
http://www.andyscott.id.au/

 -Original Message-
 From: Chad Baloga [mailto:cbal...@gmail.com]
 Sent: Wednesday, 15 December 2010 2:26 AM
 To: cf-talk
 Subject: Re: CF9 Not Restarting after Java Update
 
 
 I was able to get the first error to go away by installed the full Java
SDK on my
 local machine.  I will have to try that first thing tomorrow AM on the
 production box.
 


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


FileHandles in memory

2010-12-14 Thread Rick Root

What do you suppose happens when you store a file handle in the
session scope, and the session expires?

ie...

cfset session.fh = FileOpen(/path/to/file)

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


RE: FileHandles in memory

2010-12-14 Thread Mark A. Kruger

Hmmm... my guess would be that the memory is not recorvered seems like
that would be a reference right?

-mark


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



-Original Message-
From: Rick Root [mailto:rick.r...@gmail.com] 
Sent: Tuesday, December 14, 2010 5:06 PM
To: cf-talk
Subject: FileHandles in memory


What do you suppose happens when you store a file handle in the
session scope, and the session expires?

ie...

cfset session.fh = FileOpen(/path/to/file)



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


Re: FileHandles in memory

2010-12-14 Thread Casey Dougall

On Tue, Dec 14, 2010 at 6:05 PM, Rick Root rick.r...@gmail.com wrote:


 cfset session.fh = FileOpen(/path/to/file)



probably error, it needs mode

FileOpen(*filepath*, [*mode*, *charset*])


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


Passing a Variable from within a loop to CFWINDOW

2010-12-14 Thread Rick Colman

I am looping to populate a form with a variable number of form fields, 
as needed.

I am also trying to call a CFWINDOW  from within a loop as follows:

onClick=ColdFusion.Window.show('SelectConstruct')

How do I pass a variable that shows the current loopcount to the CFWINDOW?

I don't even know if I am explaining this right ...

TNX.

Rick.

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


Re: FileHandles in memory

2010-12-14 Thread Rick Root

On Tue, Dec 14, 2010 at 6:17 PM, Casey Dougall
ca...@uberwebsitesolutions.com wrote:

 probably error, it needs mode

 FileOpen(*filepath*, [*mode*, *charset*])

A fine point but obviously not exactly relevant to the question =)

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


Re: FileHandles in memory

2010-12-14 Thread Leigh

 What do you suppose happens when you store a file handle in
 the session scope, and the session expires?

Going strictly off the documentation

http://livedocs.adobe.com/coldfusion/8/functions_e-g_12.html
...If you do not close a file, the stream remains open; in that case, the 
operating system can lock the file, which results in the file not being usable 
until the server is restarted...




  

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