Questions
Als letztes aktiv
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.
As part of securing some of our machines for DoD use we have to maintain up to date Java versions. To do this we install the latest JDKs and use the Server Settings > Java and JVM > Java Virtual Machine Path to then tell CF to use it. We've been doing this since CF4 with no issues and when we moved to CF6+ we continued the process but also after doing this we then remove the jre folder from the runtime folder from within CF itself. Well I just setup and installed my first CF9 + Win 2008 R2 server and after doing this the Solr service fails to start. This then had me digging into its folder structure and it has its own jre folder within its folder structure as well. However using Sysinternals Process Monitor I can see the Solr service is NOT using the jre folder from within it's own structure but is actually going up and "trying" to use the runtime\jre folder which I've removed so it causes the service to fail. I can actually remove the solr\jre folde
I have a client running ColdFusion 9 on Server 2008 R2 (64-bit). The server hosts several sites using ColdFusion. Starting Friday, one of the sites in particular seems to crash. It will not serve up any ColdFusion pages, but HTML is fine (I have a "test.html" page in the site's root that just serves up basic text) . All the other ColdFusion sites on the server are fine when this one crashes.There are no errors or entries on the Windows logs nor the ColdFusion logs about the cause. Only a restart of the "ColdFusion 9 Application Server" service brings the site back, but it will often crash a very short time later (sometimes within minutes)The sites IIS log does not indicate it is getting hammered from outside (i.e., does not seem to be any form of DOS attack), and several manual virus and malwarebytes scans come up clean.We are at a loss, currently, and hoping someone here might have some ideas of what is going on and/or how to fix it?I look forward to hear
I am trying to pass a JSON string representation for the attribute "plotarea" in this way :<cfchartchartWidth="800"chartHeight="600"showLegend="yes"format="png"title="Commandes"plotarea='#{"margin-top":"dynamic"}#' >But I got following error :Error casting an object of type 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.Is there any documentation explaining how to use "JSON string representation" in cfchart attributes ?
We have need seeing a lot of this error in our log. 50 or > at the same second. Developers feel that is the reason the application is becoming unresponsive and that Clients are calling in about the same time reporting that they are unable to access application.We are running CF 10 S Update 15 was installed yesterday and problem happened again last night. We are running an ORACLE database and Window Server 2008 R2."Warning","ajp-bio-8012-exec-38","12/15/14","14:41:19","CFADMIN","Unexpected characters found in locale."over and over again.Any suggestions?I have seen one other post on topic and the end result was to not worry about it, but it is troubling all the same.
As I'm sure you know CF Builder 3 isn't quite perfect yet and the Adobe Bugbase has a not-so-great search interface so I thought I would share some issues I reported recently which have impacted my workflow with the product. Perhaps some of my fellow developers have also run into these annoyances. If you have, or if you feel like supporting these issues to get Adobe's developers to fix them, I encourage you to also leave a note on each bug to increase the likelihood that they get fixed in the next release. Feel free to also post links to bugs/feature requests you've submitted and perhaps the community will also support your bug reports as well. Below please find the name and link to each bug/feature request. To vote for the bug please click the "my vote" button at the bottom right corner of the page.Bug 1:Code Coloring Breaks When Comments Used Within Function with Named ArgumentsBug#3831825 - Code Coloring Breaks When Comments Used Within Function with Named Argument
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.