The official community for ColdFusion.
Nyligen aktiv
I need a little help, what have I done wrong or not done?Here is the error message that is returned;Connection verification failed for data source: Archuleta_xxxxxx java.sql.SQLException: Timed out trying to establish connection The root cause was that: java.sql.SQLException: Timed out trying to establish connectionany ideas would be appreciated.
I am using CF9 and here is what I get using CFHTTP to Twilio:structCharset[empty string]ErrorDetailI/O Exception: peer not authenticatedFilecontentConnection FailureHeader[empty string]MimetypeUnable to determine MIME type of file.Responseheaderstruct [empty]StatuscodeConnection Failure. Status code unavailable.TextYESSo I went and imported the the certificate into the cacert keystore. Here it is listed:I have restarted the Application Server service and still get the same error. Problem just started in the last week or so and I imported the cert this morning.Am I missing something?
sI have one search result that looks like this:Outlook Out of Office AssistantJul, 28, 2014 - To activate the Out of Office Assistant: On the Tools menu click Out of Office Assistant. In the Out of Office Assistant dialog box select the Send Out of Office auto-replies radio button. If you want to specify a set time and date range select the Only send during this time range check box. Then set the Start time and then set the...When I do this search, I get 10 results back including the one above.<cfsearchname="qTechTips"collection="#collection#"criteria='secondary_id_i:24 out of office'orderby="sort_date_s desc"/>But when I do a phrase search for "Out of Office":<cfsearchname="qTechTips"collection="#collection#"criteria='secondary_id_i:24 "out of office"'orderby="sort_date_s desc"/>or<cfsearchname="qTechTips"collection="#collection#"criteria='secondary_id_i:24 "Out of Office"'orderby="sort_date_s desc"/>I get 0 results. What am I doing wrong? I would like to do a phrase
Help with the new text editor.
Hello!We updated our CF10 installation to Update 15 and now our cfftp tags are throwing this error. I made a one line file with the code below to reproduce the error. Is there a problem with the code, our installation, or is this a bug that should be reported? Thanks for your help.ChrisThe code:<cfftp action="open" connection="My_query" server="xxx" username="xxx" password="xxx" stopOnError = "No">The error:The tag handler ftp does not have a setter for the attribute parserKey specified in the Tag Library Descriptor. The stack trace:coldfusion.jsp.JRunTagLibraryInfo$NoSuchAttributeException: The tag handler ftp does not have a setter for the attribute parserKey specified in the Tag Library Descriptor. at coldfusion.jsp.JRunTagLibraryInfo.getPropertyType(JRunTagLibraryInfo.java:627) at coldfusion.jsp.JRunTagLibraryInfo.buildTagInfo(JRunTagLibraryInfo.java:585) at coldfusion.jsp.JRunTagLibraryInfo.getTag(JRunTagLibraryInfo.java:
I have a problem after installing Coldfusion 10 update 14. I performed the installation and after making connections with IIS 7.5 on windows server 2008 R2 platform tag cfcontent not display images that are enclosed in another partition. In my case my environment contains CF10 in C:\ Applications on D:\ and the images in F: and when trying to retrieve a readable image inside the F:\ it simply does not display anything. Example of code that I tried: <cfcontent file="F:\app\2014\03\01f10-10-20.jpg" type="image/jpeg" reset="true" /><img src="F:\app\2014\03\01f10-10-20.jpg" />I believe it is a bug because before the update worked correctly! Anyone have this problem too? Wanted to know before reporting bugs at the base of the Adobe. Thank you!
Hello,We came across a code example from Ben Forta's blog demonstrating how the CFMEDIAPLAYER works. We are trying to use his example and customize it for our site. The example doesn't seem to work for us. All we are getting is the black, empty video screen. Could we get your opinions on the code below? We appreciate your help in advance. Thanks.Best regards,Chung LeeP.S. We're on CF10.--------------------------------------------------------<cfoutput><cfset q = queryNew("title,description,url")><cfset queryAddRow(q)><cfset querySetCell(q, "title", "Video One")><cfset querySetCell(q, "description", "Video One Is About.")><cfset querySetCell(q, "url", "/Video/upload/video_one.flv")><cfset queryAddRow(q)><cfset querySetCell(q, "title", "Video Two")><cfset querySetCell(q, "description", "Video Two Is About.")><cfset querySetCell(q, "url", "/Video/upload/video_two.flv")><cfset queryAddRow(q)><cfset querySetCell(q, "title",
I have a coldfusion scheduled task that takes about two hours to run (about 4000 lines of code). It does a number of cfquery, cffile, cfexecute with cffunction, cfloop, and cfif. If works perfectly in the fifteen minute version that works with a subset of the data, but it frequently runs coldfusion out of java heap in the full record set run. This then sometimes causes our public webserver to go down or malfunction until the coldfusion process is restarted.When I posted about getting this to work initially last year, the solution was to put output="no" in every cffunction as apparently the whitespace generated by the code in all the cfloops was eventually enough to crash the server after a couple hours.Recently, it has started to crash again as the record count has grown over the past year. I put everything in a number of cfsilent tags, and it ran for one night, but now it is crashing again.I'm not sure what to do next. The cfexecutes log to a file not to
I spent the better part of the day researching this topic after finding very little help, including this forum. The process is really as simple as download a file an drop it in place. I just didn't know that when I got started! I created a blog post and hope it will save others some time on the same question in the future.http://www.greenvalleyconsulting.org/2014/12/22/howto-add-mysql-community-coldfusion-11/
Our web server is stuck at 100% CPU. Three days ago we were on CF9 and started running into this problem until the server crashed and wasn't salvageable. Luckily we had a fresh Windows 2008 Server R2 ready to go with a fresh copy of CF11 on it. I copied all the website files over and we were back up and running. A day later the CPU is back to 100% on the new CF11 Windows 2008R2 server. I also updated CF11 to the latest update 3 that was just released.If I turn off the CF service the CPU usage goes back to normal. If I turn CF back on, the CPU goes back to 100% within like 5 seconds. So it doesn't seem like some slow running page or anything that eventually eats up all the memory or whatever. I'm not an expert at looking at the logs, but I don't see anything too out of the ordinary. The one thing that looks strange to me is I see this line over and over.Dec 12, 2014 11:28:41 AM Information [ajp-bio-8014-exec-59] - Starting HTTP reque
I installed CF 10 server installation, tried to create a new instance in the instance manager, and I'm getting a ColdFusion error for page not found (attached). I've tried several times. This is on a Windows 2012 server using the Administrator account
Hi,we are currently migrating from CF8 to CF11 and to our new IIS 8 server. There is a problem that the server failed to run .cfr file and the error that is produce is: 404 - File or directory not found.Although obviously the .cfr is in the directory. I have follow step by step on the IIS configuration and the .handler mapping do handle the .cfr.The .cfm run perfectly in the server. I have try searching around the solution but do not have positive response. Anyone have any idea how to fixed this?
On Coldfusion Builder 2, I see these tabs are available when I create a new page, but not on Coldfusion Builder 3.What should I do to show them on CFB 3?
Hello, everyone,Right now we are trying to figure a way to increase capacity for varchar2 beyond 4000 bytes. One option on the table is to convert the varchar2 to CLOB. But that makes me wonder if a Solr collection can index CLOB??V/r,^_^
We are having trouble getting coldfusion11 32bit to work on a windows 8.1 64bit machine.I followed all the steps in the thread Error 500 after installing CF11 on Windows 8.1but we are still have a problem when we run the admin page "http://localhost/CFIDE/administrator/index.cfm"it returns "HTTP Error 500.0 - Internal Server Error" and we have been unable to find a solution.All the handlers appear to be installed correctly and we have set the application pool default "true" so to allow 32bit applications.. (PS tried it both True and False no difference)and the security settings are all set to "Full Control" Any help with this matter is greatly appreciated
I am testing the standalone version of CF11 using the internal web server. Please help me understand some things. Since we are not using an external webserver like IIS, and we have 4 different websites to configure, in order to not change all the webpage code to point to a different level in order to be found, do I have to do this with Virtual Directories [i.e. I have copied all CF9 code (4 different websites) and just added _CF11 to the end of the main website folder names, i.e. website1_CF11 and an aliases have been created for these websites, i.e. aliases=”/alias1=E:\website1_CF11, etc…”]? Can multiple VD be created? How are they defined? One is defined in the server.xml file as <Context path="/" docBase="C:\ColdFusion10\cfusion\wwwroot" WorkDir="C:\Cold
Hi!I need to validate a comma-delimited list to make sure all the list items are numeric. I could do a cfloop to loop through the list, then an IsValid() to check each entry, but that seems cumbersome, so I was wondering if there was a better way.Thanks!
Hello all.Facing an set up configuration issue here. We have Application Server inside firewall and we are going to have Web Server out on the DMZ and that web server needs to communicate requests to the CF server.I installed cfusion instance HTTP Port 8500 Remote Port 8010 host is local host, with no cluster. We will have other instances following one addition port for HTTP and Remote down the line.So now the issue is how to I run the connector. If I run the shipped {cfroot}/cfusion/runtime/bin/wsconfig.exe, it shows localhost as the App Server, good there, but the web server is to be IIS, but on another IP address NOT this server, so the OK button stays gray. One would think that you would need to run the connector on the Web Server, right? Well, I don't have CF installed on it nor do I plan on installing it on my web server, so how do I get the connector working on the Web Server. I have read a post about taking a wsconfig.jar and pulling out DLL
Hi,I am trying to locate information on where Cold Fusion 11 should be installed.Currently, CF 9 is installed on the C drive where IIS is and there are no issues.I have replaced CF 9 with CF 11, but I have installed CF 11 on the D drive and having issues.Should CF 11 be installed at the default location on the C drive?Thanks,Mike
good afternoonColdfusion administrator configured the Mail on Office365 correctly.When I use the cfmail tag on from it only accepts email defined in coldfusion administrator.In FROM I need is any email.How do I work?TksOnly sends email on cfmail if I put in from the same account that is in the ColdFusion Administrator.It works like this?
Hello List;I have the following problem: Configuration a datasources to MS SQL Backend with option encryption enforced (by SQL Server).I goggled in the internet for the configuration of the datasource and find multiple articles/advices:Configuration a datasource type other with jtds.jdbc.Driver and manual configuration of the connection string:1. Downloading the driver and copy to the cfusion/lib directory: Done, the driver was recognized by coldfusion after a restart of the service.2. Copying the ntlmauth.dll to the bin directory of jre/bin: Done3. Configuration of the jdbc URL: jdbc:jtds:sqlserver://xxxx.xxx.xxx.net:1433/db: Works, I don’t get a connection timeout4. User and PW: Works: I don’T get a login failure.5. Advanced settings: Connection String: Maybe here is something wrong: EncryptionMethod=SSL; TrustStore=Path\sqlstore.jks; TrustStorePassword=xxx; ValidateServerCertificate=true; HostNameInCertificate=xxx.xxx.xxx.net;Error Message (Coldfusion logs/stack trace):
We found an issue related to the FORM submission in CF11. If the action attribute is not specified in the cfform tag, it does not generate the action using the current URL(Query-string values containing specific text are getting truncated ) .For example :sample URL : http://test.com/admin/index.cfm?page=test&prod=12 , in the given URL having the value 'prod' , after submiting this form , this URL will be showed like this - http://test.com/admin/index.cfm? with out query string values. How can we resolve this issue in CF11 . Please advise.Thanks in advance
Hello,We just upgraded to the latest build for Coldfusion 11 and our cfcharts are failing. The build is as follows 11,0,03,292480.I am getting this error:Error casting an object of type java.lang.Boolean cannot be cast to java.lang.String to an incompatible type. This usually indicates a programming error in Java, although it could also mean you have tried to use a foreign object in a different way than it was designed.java.lang.Boolean cannot be cast to java.lang.StringThe error occurred in C:/inetpub/wwwroot/cmis/e_survey/usage.cfm: line 141 139 : <cfelseif ListFind("1,2",answers.s_qtypeid)> 140 : <cfchart style="usage.json" format="png" chartheight="400" chartwidth="400" showborder="yes"> 141 : <cfchartseries type="pie" query="answers" itemcolumn="row_optionname" valuecolumn="total" /> 142 : </cfchart> 143 : <cfelse> We have been required to put in the latest update due to the security vulnerability.Can someone help me on whether there is a newer vers
Hello,I read some questions here forum, considerations of the number of processors (virtual or not).My understanding:- Each license CF11 STD supports 02 CPUs- My virtual machine is configured with 4 vCPU's (no core's). In this case, I am considering for licensing "4 CPUs."My scenario:- Virtual machine with 04 vCPU.- This virtual machine, run a site in Coldfusion and another site in .NET.- I would like to license only 02 CPUs because my site in Coldfusion needs few processing resources.My question:1) If I buy 01 license Coldfusion 11 Standard (02 CPU´s), I can install on a server with 04 CPU´s and configure ColdFusion to use only 02 CPUs? Is this possible?Thank you very much.
Installed CF11 on RHEL and all the files in cfusion/bin are set to rw instead of rwx. I've tried both an upgrade install from CF9 and a fresh, clean install after removing CF9. No change. I've also tried both the prod an prod-secure profiles. How do I get around this? I see nothing related to this in documentation for the Linux installer.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.