coldfusion-10

ColdFusion - Inserting arabic/persian characters to mysql

给你一囗甜甜゛ 提交于 2019-12-02 01:50:53
问题 I insert my data into mysql db with this code: <cfprocessingdirective pageEncoding="utf-8"> <cfset setEncoding("URL", "utf-8")> <cfset setEncoding("Form", "utf-8")> <cfcontent type="text/html; charset=utf-8"> <!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> </head> <body> <cfparam name="postTextBox" default="" type="String"> <cfoutput> <form action="index.cfm" method="POST" name="form"> <input name="postTextBox" type="text"/> <input

Does cfhttp for coldfusion 10 only supports up to TLS 1.0?

天涯浪子 提交于 2019-12-02 01:14:28
问题 Does cfhttp for coldfusion 10 only supports up to tls 1.0? When I disable tls 1.0 in the web server only allowed 1.1 and higher it seems to break the scheduled tasks. CF 10 with JRE 1.6 回答1: The problem is with the Java version you are using, not CF10. TLS 1.1 is only supported in Java 1.8 on CF10 (Oddly 1.7 and above in CF11) See this Adobe Blog as a starting guide to updating your Java. http://blogs.coldfusion.com/post.cfm/how-to-change-upgrade-jdk-version-of-coldfusion-server Using

Scheduled Tasks not running - Coldfusion Server Administration

不问归期 提交于 2019-12-01 23:14:58
I have a series of scheduled tasks that all run at various times of the day. Since the migration from Coldfusion version 7 to 10, these tasks have stopped running. When I check the box, that outputs the results to a file, I get a text file that says nothing more than "Connection Failure". I have tried everything imaginable regarding the username and password for the task. It makes no difference. When I run the CFM page in my browser, the page works correctly and generates an email just like it should. I just can't make it run as a scheduled event. Is the scheduled task folder has any check for

Does cfhttp for coldfusion 10 only supports up to TLS 1.0?

╄→尐↘猪︶ㄣ 提交于 2019-12-01 22:29:45
Does cfhttp for coldfusion 10 only supports up to tls 1.0? When I disable tls 1.0 in the web server only allowed 1.1 and higher it seems to break the scheduled tasks. CF 10 with JRE 1.6 The problem is with the Java version you are using, not CF10. TLS 1.1 is only supported in Java 1.8 on CF10 (Oddly 1.7 and above in CF11) See this Adobe Blog as a starting guide to updating your Java. http://blogs.coldfusion.com/post.cfm/how-to-change-upgrade-jdk-version-of-coldfusion-server Using ColdFusion administrator console. Download the latest minor version of the supported JDK or Server JRE. Install the

Using a newer version of Apache POI in ColdFusion 10

扶醉桌前 提交于 2019-12-01 18:53:13
I would like to use newer version of Apache POI with ColdFusion 10 than the one with which it ships, as I need to access some of the newer functionality. I have tried swapping ColdFusion's Apache POI JAR files for the newer versions but this causes some of the built in ColdFusion spreadsheet functionality to break. Is it possible to load in the newer version for use in my code but leave ColdFusion's version untouched so that the built in spreadsheet functionality still works? I know it is possible to specify a custom Java load path in CF10 but if I try and load in a newer version of a library

What RegEx engine is used in ColdFusion 9?

倖福魔咒の 提交于 2019-12-01 17:59:29
When developing regular expressions it helps not only to know what the limitations are as seen here: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec0a38f-7ff3.html , but also what the grammar and syntax expected is. It also helps during testing for apps that can select a Regex engine to test with against a test bed of text or files. I've seen posted here and there that CF uses Jakarta ORO, http://jakarta.apache.org/oro/ , which is retired late 2010 so that can't be correct or is it still baked into CF9? If CF10 ships with a different Regex engine as CF9

Connection reset by peer: socket write error - cfcontent on Coldfusion 10

淺唱寂寞╮ 提交于 2019-12-01 17:08:29
We recently upgraded from Coldfusion 9 to CF10 and I'm now receiving a sporadic error on a page where I'm using cfcontent to serve documents (pdf, doc, etc.) I'm using cfcontent to control access to the files, as some are for internal use only. This was not occurring when using CF9 (both standard), and I'm thinking it may be related to the change to Tomcat. I can't recreate the error, but it's occurring 200 times per day or so: coldfusion.tagext.OutputException: The cause of this output exception was that: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write

What RegEx engine is used in ColdFusion 9?

我们两清 提交于 2019-12-01 16:33:09
问题 When developing regular expressions it helps not only to know what the limitations are as seen here: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec0a38f-7ff3.html , but also what the grammar and syntax expected is. It also helps during testing for apps that can select a Regex engine to test with against a test bed of text or files. I've seen posted here and there that CF uses Jakarta ORO, http://jakarta.apache.org/oro/ , which is retired late 2010 so

Google Java API conflicted with ColdFusion CFHTTP?

独自空忆成欢 提交于 2019-11-30 09:34:38
问题 I tried copying all those JAR's found in the google-api-client-assembly-1.20.0-1.20.01.zip (downloaded from https://developers.google.com/api-client-library/java/google-api-java-client/download) to {cf_root}/lib , restart ColdFusion, and everything loaded up fine. However, when I used <cfhttp> : org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [CfmServlet] in context with path [/] threw exception [org.apache.http.impl.client.DefaultHttpClient

cf10 unable to add text to HTML Head

拥有回忆 提交于 2019-11-30 01:38:56
问题 I am getting the following error on a page we are loading: coldfusion.runtime.CfErrorWrapper Unable to add text to HTML HEAD tag. [empty string] caused by Template Unable to add text to HTML HEAD tag. ColdFusion was unable to add the text you specified to the output stream. This is probably because you have already used a CFFLUSH tag in your template or buffered output is turned off. I've done a sweep of all the files that are included in our application and cannot find anything that uses