Re: CF10 new installation can't login to administrator from server console
Hello Brian, Can you try the following http://localhost:[pot number]/CFIDE/administrator/index.cfm This is a bug with Windows 2008 server with default browser. Please refer to...
View ArticleRe: CF10 new installation can't login to administrator from server console
Thanks, that worked. All I had to do was use "localhost" instead of the server name in the URL. Crazy, but true. Thanks again.
View ArticleCF10_mdt_updt.jar not in zipped patch
When I download and unzip the "mandatory" patch for CF10, the jar file is not in the directory. therefore, I cannot install this patch or any subsequent patches.
View ArticleRe: peer not authenticated error CFHTTP
The instructions should be the same. It is happening at the JVM level, which is below Tomcat or JRun. The only difference, possibly, would be where the cacerts file is located. I do not have a CF10...
View ArticleRe: CF10_mdt_updt.jar not in zipped patch
Hello Brian, Please click on the link http://download.macromedia.com/pub/coldfusion/10/cf10_mdt_updt.jar and save the jar file. Hope this helps. Regards,Anit Kumar
View ArticleRe: CF10_mdt_updt.jar not in zipped patch
This link downloads the same zip file, without the jar file. So, no help.
View ArticleRe: CF10_mdt_updt.jar not in zipped patch
Hello Brian, The above link downloads the jar file directly to your machine. I just tried the same and it worked. This is not a zip file, rather a JAR file. Once you download this update...
View ArticleRe: CF10_mdt_updt.jar not in zipped patch
As you can see, it is the zip file. Now what?
View ArticleRe: CF10_mdt_updt.jar not in zipped patch
Hi Brian, Just adding on Anit's thread, please download this zip file and then change the extension of this file from "cf10_mdt_updt.zip" to "cf10_mdt_updt.jar" and the rest of the instruiction are...
View ArticleRe: peer not authenticated error CFHTTP
Hi Jason I've tried to follow the instructions in the link you provided above, as well as the instructions in this link: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea7785946...
View ArticleRe: peer not authenticated error CFHTTP
Sorry for the lack of clarification, I'm on a Mac, not Windows. Thanks again, Rich
View ArticleRe: peer not authenticated error CFHTTP
That's COMPLETELY different then. On a Mac you are not using a JVM that comes with CF, you are using the one built into the operating system. On the Mac you will find the cacerts file at...
View ArticleRe: Coldfusion 10 install won't start
I am running windows 2008 server and am having the same issue. I followed your directions and did the -console trick... The installer dies after extraction.. anything else I can try... I really need...
View ArticleRe: Coldfusion 10 install won't start
This may sound crazy - but run the setup from command prompt with -console, as you did - but immediately launch 3 more setups from the command prompt without the -console. They should all be extracting...
View ArticleRe: CF10_mdt_updt.jar not in zipped patch
Got the following error: c:\ColdFusion10\jre\bin>java -jar c:\ColdFusion10\jre\bin\cf10_mdt_updt.jarException in thread "main" java.lang.NoClassDefFoundError: ûjarCaused by:...
View ArticleRe: CF10_mdt_updt.jar not in zipped patch
OK, I found the answer in another thread. There were two issues:1) I had to rename the downloaded file from .zip to .jar . . . Thank you2) If you copy the java command from a web page and paste it...
View ArticleRe: error cf with deserializeJSON
Thanks for your answer.I'm running on ColdFusion 10.I checki with isNumeric on railo and for isNumeric("1e-06") is given me false but for isNumeric("1e06") is sending me true.So I guess you're maybe...
View ArticleRe: CF10_mdt_updt.jar not in zipped patch
That is great. Please let us know, in case you need any further assistance. Regards,Anit Kumar
View ArticleRe: error cf with deserializeJSON
Finally i found what the error was if your request look like thatjson = '{"string":"foo","number":123.456,"scientific":1e-06}it gives you the error but if the request is json =...
View Articlecfloop w/ FileExists, color coding presence or not
Hello, CF Version: 8 I have fifty(50) records returned with the query below. I want to loop through thoserecords to see if the associated file actually exists on the server. If the file doesexist then...
View Article