The official community for ColdFusion.
Recently active
Reopenning/re-validation a connection during a request: I'm aware of pooling, recycling, test-on-borrow queries etc. However, I also realize that within a single request scope, a data source connection is only opened once, and is not tested throughout the request.The case in hand I have is a two data sources based report, issuing a query on datasource1, then datasource2, then back on datasource1. The datasource2 query takes a long time, by which the datasource2 connection turns invalid.Question being: is there a way to force CF to re-open/re-borrow/re-validate connections even throughout the request scope?
Has anyone had success in using CF11's new "data" attribute of CFCHARTSERIES? In particular I'm currently trying to get a pie chart working. The documentation says:The chart data. This is an array of arrays.Specify the data as follows: 2,3],[4,5]] or [[3,4,5],[6,7,3]] for charts with z parameter such as bubble chart, or {{[3,4]}} in case of pie charts.I'm having trouble following what they're trying to say for pie charts. Inputting what the documentation says, {{[3,4]}}, gives an error. Using the array of arrays I can only get one pie slice to show or I get multiple charts showing...all with only one piece of data.The ZingCharts JSON I believe should be something like this but all I get are errors with each variation of this I try: [ { "values":[11],
I tried to connect RDS server using ColdFusion Report Builder.I got HTTP/1.1 404 Not Found.I contacted Web Server Administrator that they said they created my ID and password.I would like to know are there any way to check client side issue to connect to RDS server.I have a ColdFusion developer version on my local machine and I am able to connect local developer version ColdFusion Server.My local version is ColdFusion 10, remote server is ColdFusion 9.Your help and information is great appreciated,Regards,Iccsi,
Hi All,Can any one have any idea abou how to create a electronically signed pdf.Your timely help is well appreciated.Thanks in advance.
http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSe61e35da8d318518-33adffe0134c60cd31c-7ffe.htmlForgive my naivety, but I can't get past step 1, and to be honest, I have no idea what step 1 is referencing either.I keep getting "'java' is not recognized as an internal or external command..."How do I update ColdFusion with the mandatory update???
Anyone use <cfdocument> tag with a <cfloop>I am trying to generate multiple documents like this -<cfloop query="myquery"> <cfdocument type=pdf> <html>...html code here...<html> </cfdocument></cfloop>But only the first document is generated in the browser? my requirement i wnat to create multiple PDF and upload in to folder then zip folder so user can able to download ZIP filethanks in advance
Cross-Post from Stack-Overflow: ColdFusion 10 instance/Tomcat dying at predictable intervals (white screen of death) - Stack Overflow---For the last few days out team has been struggling with an ongoing issue where at very predictable intervals one ColdFusion instance has been white-screen-of-death-ing.Every three hours the site would simply start returning a blank white page for any url. We would then restart the instance and everything would be great... for another three hours, almost to the minute. Of course this happened on a Friday, so all weekend people were taking turns re-booting the instance every time it died.As best as I can discern, no one made any changes to either ColdFusion or our server environment right before this started happening. Before this the instance was running fine.Since then we've seen that the isapi_redirect.log file for this instance is filled with Tomcat/connection errors.We followed the excellent instructions at Resolve Stability Problems and SPEED
Hi -Has anyone installed CF11 with Plesk 11.5 or Plesk 12? If so, did you have any issues with the install? How many websites do you have within Plesk?Thanks.
When I try to create a DNS to connect to a SQL Server Database (2014), I get a failure:Connection verification failed for data source: soundingsjava.sql.SQLNonTransientConnectionException: [macromedia][SQLServer JDBC Driver]The connection to the host HOMEBIZ, named instance SQLEXPRESS (local) has failed. Error: "Receive timed out". Verify the server and instance names, check that no firewall is blocking UDP traffic to port 1434, and for SQL Server 2005 or later verify that the SQL Server Browser Service is running on the host.I've tried various ways to resolve this problem:1) I created rules to allow the requisite ports through the Firewall (Norton).2) I've run netstat - ano to get info on the ports:TCP: [: :]:61223 HOMEBIZ:0 Listening PID: 4048TCP: 0.0.0.0:61223 HOMEBIZ:0 Listening PID: 4048(This PID does correspond to the running SQL Server)UDP: [: :]:1434 *:* PID: 6076UDP: 0.0.0.0:1434 *:* PID: 6076(
I was trying to run ColdFusion on IIS Express. I have used ColdFusion's Web Server Configuration Tool to configure website on IIS. I wanted to configure it for IIS Express.
Can someone please help. I'm trying to do a simple list of directory and the command doesn't work. <cfftp action="listdir" server="<a href="ftp://ftp.boongroup.com">~~~~~.com</a>" username="~~"<br> password="~~~" name="test" directory="out" ><cfdump var="#test#"> the command works fine in CF8 and CF9. But in CF10 it returnsh1. An error occurred during the FTP listdir operation. Error: 215 . .
I am using ColdFusion 11 on Windows2008 R2. From what I understand, if there is an application.cfm page in the root folder, that any .cfm page below the root will process this page first and then process the regular .cfm page. I noticed that it processes my regular page FIRST and then calls the application.cfm page.In my case I have a web page that updates a database, but in my application.cfm page, I check a session variable to see if the user is logged in. If they are not logged in, then I redirect them to a log in page, let them log in, set the session variable and then redirect them back to process the page. But I noticed, that when I run the page, the database gets updated and THEN the user gets redirected to log in, then the database gets updated again.Am I not using the application.cfm page correctly? I thought it was supposed to be used to check log ins and things like that. How do I ensure that it runs first?Btw, it is the only application.cfm page in the entire web site and I
I've got a CFFORM that has an onSubmit additional javascript for form validation, and while it works in FF, it passes right through in IE and ends up erroring because the mandatory fields aren't there...the CFFORM call looks like this<cfform name="add_project" method="post" action="xxxxxxx.cfm?view=admin-add-process&entity=project" enctype="multipart/form-data" onsubmit="return checkReq();">and the function looks like<script language="javascript">function checkReq() {var valid = true;var errMsg = '';if (document.add_project.projectreviewer_emails.value.trim() == '') {...} else {...}...</script>Any ideas?Thanks in advance,bw
.. My boss said to download ColdFusion 10 pro (Linux) on a trial basis to test before purchase. All I can find is ColdFusion 11 and not any trial. Help please
We are upgrading certain applications in our environment to Coldfusion 10 and Server 2012 R2. Everything in the QUA environment worked great, no issues. However, when I put the new servers in production, I started seeing random 503 issues from the servers. (the application pools were stopped) - Restarting the application pool revived the site without a need to restart coldfusion. In the interim of finding a fix, I had a powershell script checking the status of my app pool hourly and if it is down, I have it restart it and email me.When I started looking into this, I did some tuning of my IIS connectors based on this article: Tuning ColdFusion 10 IIS Connector configuration — Adobe ColdFusion Blog - These particular servers are configured with one instance of coldfusion but separate connectors for each of the sites. Since implementing those changes last week, the 503 errors have only occurred one other time over the past weekend. Looking in the isapi_redirect.log file, I see
Installing CF 11 32bit dev edition to windows 7 pro. The cf installer prompts me to install MS C++ and so I click OK. It loos like its trying to install, but eventually a message pops up and says the installer needs to be restarted. I click OK again, it closes, then nothing happens. I click the CF installer again and the same process repeats.Is there something different I need to be doing? I installed the CF server on my laptop at home just fine last week. Got the same message asking me to install C++ and had no issues.Thanks for any help.
Quote from CF11 documentation: "Note that "struct" is also available to be accessible through an AJAX argument. Now you can pass struct in an AJAX URL to serialize a query object as struct."How? An example URL would be handy.
Good afternoon everyone! I'm having some major issues and can't seem to find a solution so possibly someone here can help me. You can see the issue below. The Current user is not authorized to invoke this method. It states something about an E drive but I don't even have an E drive on my linux box?? Help!!The web site you are accessing has experienced an unexpected error.Please contact the website administrator. The following information is meant for the website developer for debugging purposes.Error Occurred While Processing RequestThe current user is not authorized to invoke this method. The error occurred inE:/cf10_final/cfusion/wwwroot/CFIDE/adminapi/accessmanager.cfc: line 48Called from E:/cf10_final/cfusion/wwwroot/CFIDE/adminapi/datasource.cfc: line 518Called from /var/www/vhosts/website/httpdocs/m//update.cfm: line 271Called from /var/www/vhosts/website/httpdocs/m/c/update.cfm: line 233Called from /var/www/vhosts/website/httpdocs/m/cs/update.cfm: line 134Calle
Server is not responding about every other day now. The service states that it's running. Restarting fixes it temporarily.My first thought was that this was a client variables issue, since the 90 day purge causes people a lot of problems. But I've confirmed that the codebase doesn't reference "clientmanagement". I moved client variable storage to a database anyway (nothing is getting populated there), and turned global updates off. It still hangs after doing this.There's not much in the logs (there are no hs*.log files, and no exceptions in the regular CF logs), and so far Fusion Reactor has not pointed to any smoking guns. About the only thing I can find is in the isapi_redirect.log file (ColdFusion10/config/wsconfig/1/):[Wed Jul 23 18:44:05.215 2014] [13144:10964] [info] ajp_process_callback::jk_ajp_common.c (2066): current reuse count is 118 of max reuse connection 250 and total endpoint count 500[Wed Jul 23 18:44:05.217 2014] [13144:6856] [info] ajp_process_callback::jk_ajp_common.
like all other previous versions of Coldfusion, the documentation was available in PDF format, where can I find it for COLDFUSION 11??
Hello - I'm receiving the following error:"Error","ajp-bio-8014-exec-4","04/16/14","02:03:05","cfadmin","Could not initialize class coldfusion.security.ESAPIUtils The specific sequence of files included or processed is: C:\ColdFusion10\cfusion3\wwwroot\CFIDE\administrator\topnav.cfm, line: 248 "from one of the Coldfusion Administrator consoles on a production server that also affects a site hosted on the same jvm. I've researched this error and found data pertaining to CF8 and CF9, but not to CF10. Is there a fix that is available I've overlooked?The server build details are as follows:Server ProductColdFusionVersion10,0,12,286680Tomcat Version7.0.23.0EditionEnterprise Serial NumbermySNOperating SystemWindows Server 2008 R2 OS Version6.1 Update Level/C:/ColdFusion10/cfusion3/lib/updates/chf10000012.jar Adobe Driver Version4.1 (Build 0001) Thank you.
This error cames up every day in the log files. Do I need a new license or to update? I believe this is version 8. I am aware there are newer versions available. The process appears to stop after a certain number of days with the error being in the log every day. Here is the latest two log entries:07/27 03:01:18 error A License exception has occurred.coldfusion.license.LicenseManager$LicenseIllegalAccessException: A License exception has occurred. at coldfusion.license.LicenseManager.byte(Unknown Source) at coldfusion.license.LicenseManager.checkJSP(Unknown Source) at coldfusion.license.JspLicenseServlet.service(Unknown Source) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineSe
I am trying to connect to an Oracle 11g database. I see under the coldfusion settings summary that the java version is 1.7.0_55. So I downloaded the ojdbc7.jar file from Abode.com. Now the question is where do I put it so that coldfusion can access it?Of course I need to set up the database connection (which I still don't have the connection string for), but I still need to know where to put the ojdbc.jar file.Thanks.
CFZIP Bug in Coldfusion 11:<cfzip action="unzip" ... storepath="no"> does not work as expected. The files are unzipped to the entry path and not to the root level.My code worked fine with Coldfusion 9, but not with Coldfusion 11.Best regardsJürgen
Can anybody make page-break-inside work? below is sample code ... run it and it doesn't respect the page-break-inside... I think it is time to remove this from the document documentation if nobody can make it work.... can anybody post a proof of concept that shows that cfdocument does respect page-break-inside? <cfdocument format="pdf" marginbottom="1" marginleft="1" marginright="1" margintop="1" overwrite="yes"> <Cfoutput> <cfloop from="1" to="10" index="i"> <cfloop from="1" to="10" index="i"> <!--- alternate colors and font-size so that you can easily see where page-break-inside is failing when you look at the pdf created ---> <cfif i mod 2> <cf
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.