The official community for ColdFusion.
Nyligen aktiv
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
Has anyone been able to get the autosize option in CF11 to work properly, I have added it to a couple of the spreadsheet I am generating but one of my columns is still coming out twice the size it should, it shrinks back to the right size if you do the autowidth in Excel so I am not quite sure what is stopping it from working any ideas?
<form action="/index.cfm" method="post"><form action="../index.cfm" method="post"><form action="../../index.cfm" method="post">Have tried them all, no luck. Any help?
I am new to coldfusion and have inherited a project from work that involves coldfusion apps that produces reports. I want to create a ASP.Net App with a new front end that will link to the coldfusion apps and display the reports.....any ideas? Thanks in advance
I used my well working code from Coldfusion 9 to get it running under Coldfusion 11 and found a bug in CFGRID together with a bind statement:Using bind the resulting javascript on the page has an error. The grid is not shown because the javascript is not executed. It seems that in the javascript a closing ' is missing.This happens if more than one variable is passed with the bind statement.Best regardsJürgen
Hi Guys,How I can generate a XLS file with information in a XML file.I have a XML which received information from a form.To the user see the information inside a XML file, I created a report.cfm with the informations of the users.Now the user want which the information in the XML, generate a XLS file from a CFM file to download.How I will transformed this information in a XLS file?Thanks,Fabiano Magno Pechibella
I have a lot of function calls with long lists of arguments and sometimes they can get mismatched (invoke with invokeargument status, function argument status_code). Coldfusion allows this to happen and makes the undeclared argument available in the arguments scope. Is there any way to disable this behavior so it only allows declared arguments and throws and error when it gets passed an argument that it doesn't expect?
I have tried to reference the file several ways without success. Please help me sort this out. Thanks!<a href="/index.cfm/fuseaction/YourShoppingCart.additem/productid=1001">add to cart</a> <a href="./index.cfm/fuseaction/YourShoppingCart.additem/productid=1001">add to cart</a><a href="http://www.theartoflovingcatsanddogs.com/index.cfm/fuseaction/YourShoppingCart.additem/productid=1001">add to cart</a>
Hi there, I'm new of the comunity and I'm a junior coldfusion developer...I have a problem with my application, I post the debug information of two cases: this is a normal result after I call the home page: quote: Execution Time (0ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc | onRequestEnd(/ancitel/ancitel.cfm) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc (89ms) /storage2/webapps/webappcfusion/cfusion/ancitel/ancitel.cfm · (4ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/system/cfcomponents/com/mycompany/contenuti/ContenutiUtility.cfc | getForHome(100, 1) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/system/cfcomponents/com/mycompany/contenuti/ContenutiUtility.cfc @ line 9 · (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 29 · (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 35 · (4ms) /storage2/webapps/webappcfusion/c
When running this it is only giving me the last value of my query in the array. Any thoughts on why this is happening? I appreciate any assistance. Thank you<cfset result = arrayNew(1) /> <cfset ArrayMedSchools = structNew() /> <cfloop query="GetMedSchool" > <cfoutput> <cfset ArrayMedSchools.name = Institution /> <cfset ArrayMedSchools.id = InstitutionID /> <cfset arrayAppend(result,ArrayMedSChools) /> </cfoutput>
During testing yesterday, I found that my web app wasn't updating records correctly. Some columns update while others didn't.Upon further inspection, I found that all the columns that weren't updating had one thing in common - they're all datatype nvarchar(max).I'm not sure what the problem is, but the first thing that came to mind was my cfqueryparam tags. I'm using cf_sql_clob as the cfsqltype (this is leftover from MS Access, as we needed that for memo fields). I tried changing this to varchar and longvarchar with no luck.The odd thing is that it works perfectly (using clob) on our test server, just not on our live server. Both machines are running CF8, but one is running SQL Express and the other is running SQL Enterprise.I'm sort of not sure where to go from here as far as debugging this.
I have a problem saving PNG images from another server, for example itunes, some work, some don't The following image will open fine in my browser ->http://a576.phobos.apple.com/us/r30/Purple/v4/de/60/bb/de60bb7f-8995-4007-cfec-1b0a472fa367/icon.pngThis is the error I am receiving: An exception occurred while trying to read the image.javax.imageio.IIOException: Error reading PNG metadata Code:<cfimage source="http://a576.phobos.apple.com/us/r30/Purple/v4/de/60/bb/de60bb7f-8995-4007-cfec-1b0a472fa367/icon.png" overwrite="true" destination="#filepath#/9999.png" action = "write">I believe some images have malformed/incorrect headers. I'm guessing this is a CF issue (I use CF8), because it loads fine in a browser.Anybody have a solution to this? Maybe an alternative way to retrieve the image? Custom tag?ThanksMark
Hi,I'm facing ColdFusion 11 installation issue on MAC OS X 10.9. Once the installation done with first step it asks to run the ColdFusion service manually as it is not automatically get started, once the service gets started asked to navigate to http://127.0.0.1:8500/CFIDE/administrator/index.cfm to configure the ColdFusion Administrator and server it throws error HTTP status 500 - java.lang.NullPointerException.Can anybody please help me out from here?Thx,Abhishek
Is there a way to retrieve just the document filename without the appended url path from a cfsearch?
This is occuring after a fresh install of IIS, and the cfadmin website is configured via WSCONFIG. I followed all the user permission recommendations from Pete's CF11 Lockdown Guide with the exception of the IIS configuration(still haven't removed handler mappings and haven't added any URL deny sequences under Request Filtering). Which eventually I will because that's the goal.This is what I get after I submit my username and password. the last http request that is made is to /CFIDE/administrator/enter.cfm, which responds with 405.0 Method Not Allowed (invalid method http verb)After I can keep going back to the login page with no problem. I'm accessing the cfadmin on Internet Explorer logged in as an administrator user of the web server(2012) itself.
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.