The official community for ColdFusion.
Recently active
I am working on Coldfusion2016 installation. ColdFusion service would not start. I ran coldfusion.exe. There is an error indicating that " Error occurred during initialization of VM. Cold not reserve enough space for 1048576KB object heap".
I'm having an issue testing a form field for a null condition. The field names on the form are created dynamically as the form is created based on a query that returns a list of documents uploaded by a user. Each row will contain the document ID, document title and file name. As I loop through the query I create the form field name for each row by attaching the document ID to a string. Here is the code that creates the form:<cfform action="ec_process_attachment_upld.cfm" method="post" enctype="multipart/form-data"> <cfoutput><cfif #get_attachment_list.RecordCount# GT 0> <table border="1"> <cfloop query="get_attachment_list"> <cfset f_name = "upld_attachment_file" & #attachment_id#> <tr> &
I'm very frustrated calling a UDF, not getting the correct resultsHere's the function, placed in a template named "basic_function.cfm"<cffunction name="test" access="public" output="yes" returnType="string"> <cfreturn "Hello World"></cffunction><cfoutput>#test#</cfoutput>The output I get: cfbasic_function2ecfm687063398$funcTEST@70c49b0cHow can I get the string "Hello World"?
i am running CF10 on w2k8r2 with Oracle 11g backend. hf-018 installed.Our documents are uploaded into oracle as bfiles, up til a week or so ago we had no problems with uploading or opening these files. Now when i try to open an uploaded document it hangs.is anyone else running into this?
Hi All,I have an issue with QoQ when the division is zero. I usually use nullif in oracle queries but it is not allow in QoQ.How can I go around this issue?Code example:<cfquery name="qrySum" dbtype="query"> select 'Item01' as DESCR <cfloop from="2011" to="2016" index="y"> ,sum(FY_#y#) as FY_#y# ,sum(COST_#y#) as COST_#y# ,sum(COST_#y#) / sum(FY_#y#) as PERC_#y# </cfloop> from qryItems
I'm using cffile read to access to my json file. I like to know if cffile only uses absolute path or relative too? If I tried to use relative path, it kept giving me errors about file not exist.
Anybody know of an alternative to CFX_ImageCR3 by Efflare? Efflare appears to have gone out of business and the version of CFX_ImageCR3 seems to require an ever increasing amount of memory.
Hello everyone, I have a problem with my charts after I switced form CF9 to CF11. My previous code in CF 9 was able to handle data with multiple years. After switch to CF11 my code gives me wrong chart. Looks like multiple years are combined together. Here is my photo of CF9 chart:And her is my CF11 chart:As you can see, in CF11 2015 year is first then 2016, but at the same time blue and yellow bar are in the same box. That should not be that way. Also I lost my time values on my x scale. Here is my code that I used in CF9:<cfchart format="#ffPrint#" xaxistitle="#desc#" yaxistitle="#yTitle#" style="ChartStyle.xml" chartheight="700" chartwidth="#graphWidth#" title="#title#" showlegend="#theLegend#" > <cfchartseries type="bar" itemcolumn="Spacer" valuecolumn="" seriescolor="white" > <cfoutput> <cfloop list="#dataList#" index="i"> <cfchartdata item="#i#" value="0"> </cfloop> </cfoutpu
I have seen this topic addressed for previous versions, but not CF 10.we are running cf 10 on win2k8r2 iis 7.5. recently we have experienced two things: 1 our application server will just go offline about every 2-3 hours, less if being used heavily. 2. we cannot access CF administrator. It wont except user name/password all come back as invalid. When the server is up and running everything works fine.is the a file that can be edited to turn off metrics and cstat? I saw the solution for editing jrun.xml, but... CF 10 isn't using jrun
如题,why?也无法正常使用cftextarea。
I have Coldfusion running on Windows 2008 R2 standard, IIS 7.I went in to check the log files, as I have been having cfdocument hanging issues, to see if I could see what is going on and I found thousands of "words-_42551637582208396016989565005225560069.tmp" files in the directory that contain the cfdocument xml output like this"<?xml version="1.0" encoding="UTF-8"?><DocText xmlns="http://ns.adobe.com/DDX/DocText/1.0/"><TextPerPage><Page pageNumber="1">Loan Presentation - Narrative NARRATIVE Description of Business / Management This is a test of Description of Business Management narrative . in the Loan Presentation . Background and History This is a test of Background and History narrative in the Loan Presentation . Current Account Relationships This is a test of Current Account Relationships narrative in the Loan Presentation . Credit Overall Strengths and Weaknesses This is a test of Credit Overall Strengths and Weaknesses narrative in the Loan
Hi,I'd like to know the licensing cost for ColdFusion 12 Enterprise Edition and the compatibility matrix of the same version please.Thanks,Indradip
Server Setup:-Windows Server 2008-IIS 7-Coldfusion 10We have developed a Coldfusion REST service.This service works when files are uploaded to the server and the Coldfusion REST service is restarted/refreshed. I test the end points and they all work.The first thing next day, I test the end points and they do not work. The return is “Status 500 - The page … can not be displayed.”I do not believe this to be a IIS problem/issue. If the files are re-uploaded and the REST service is once again restarted/refreshed the end points will start to work again. Funny thing is, just refreshing the REST service will not make the end points start working… the files must be re-uploaded first.Has anyone experienced this?Does anyone have any suggestions?***I have a feeling that the virus scanner on the server may be the cause of the REST services going unresponsive over the course of the night.Are there certain directories that should not be scanned by a virus scanner?When the REST services are compiled(
My ColdFusion 10 service stopped loading a few days ago. It coincided with both a windows update and a java update (to 8). I don't know what the issue is, but I have uninstalled the java update and uninstalled CF10. I reinstalled CF10 and am now getting this error message when the service will not start:Here are the hs_err_pid5652 log contents.## A fatal error has been detected by the Java Runtime Environment:## Internal Error (os_windows_x86.cpp:149), pid=5652, tid=1348# guarantee(result == EXCEPTION_CONTINUE_EXECUTION) failed: Unexpected result from topLevelExceptionFilter## JRE version: 7.0_15-b03# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode windows-amd64 compressed oops)# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows## If you would like to submit a bug report, please visit:# http://bugreport.sun.com/bugreport/crash.jsp#--------------- T H R E A D ---------------
I have a server with an installation of ColdFusion 10 however the ODBC Services did not get installed with the initial installation. Is there a simple, manual method for installing ODBC Services without uninstalling CF and then reinstalling with that option selected? I have tried running the installation over the current one but with the Configure Installer window, it has Server Configuration greyed out as it has found a current installation. It then gives an option of either EAR file or WAR file in the JEE configuration. Not sure which to choose so that's why I ask the question of a manual install.Thanks in advance. This is running on a Windows Server 2008 R2 64-bit box.Dave
Hello everyone, I'm trying to fix my cfchart in CF11 to look some similar like in previous CF9. I converted my .xml files and instead I use JSON to style my elements. Problem that I can not fix is cfchartseries. My data that i'm passing in my chartseries looks good, I tried to output everything on the screen before I tested my chart. In CF9 my Time records were displayed on the screen from the first value all the way up to the last value. Here is my screen shot of my chart in CF9:As you can see on the picture above all my time slots are displayed on the screen in order from the lowest to the highest. Also my record for 2015 is displayed with the bar in blue color, 2016 in pink color. Now I will show you my chart with the exact same code in CF11: You can see thatmy chart in CF11 starts with the blue bar that present year 2015 and time slot that should not be on the first spot 1415. Also my other time slots are not displayed on the screen. I have tried so hard to get this done but still
Hi,I just installed CF 11 Developer - on Mac Yosemite. I am not having trouble starting the serverMAIN GOAL: not to have server running all the time - just be able to manually start/stop the server when needed...I went to app>CF11>cfusion>bin >cf-standalone-startup and double clickedthis brought up terminal - I entered main user pass then it said:You must be the root user to configure the ColdFusion to start on System boot. Start ColdFusion as "sudo ./coldfusion start" to configure.Once it has been configured, start ColdFusion as "./coldfusion start" to run ColdFusion as non-root user.logoutQ: not sure how to do this part (not a command line guy) Can anyone help with how to proceed with this?
I'm using ColdFusion 10 with Paperthin's CommonSpot CMS. The hyperlink in each of the search result page is https://devbox.mysite.com/kb/article/?title=test-article and the URLRewrite should show https://devbox.mysite.com/kb/article/test-article on the client's browser instead. Below is the URL Rewrite. <rule name="KB-rewrite" enabled="true"> <match url="^kb/article/([a-zA-Z0-9\-]+)$" /> <conditions logicalGrouping="MatchAll" trackAllCaptures="false"> <add input="{QUERY_STRING}" pattern="1" negate="true" /> </conditions> <action type="Rewrite" url="kb/article/?title={R:1}" appendQueryString="false" /> </rule> I know that the URL Rewrite rule works because if I removed the "?title-" from the URL, it loads the article fine. The question is, why is it showing ?titlte= in the URL when without it, it would still works? What could have caused this behavior
I am trying to load Cf10 on a virual machine and my sys admin wants an ISO file.I have not been able to find one.Any ideas or am i chasiing a ghost?
Is there a specific way to open and read a json file other than using cfhttp tag?
I can't seem to determine the cause of the ClassCastException message I am getting from a web service I am calling with CF8. The message is returned from an internal WebLogic web service. For the most part it works fine but when I request something that the web service can't handle I get the ClassCastException message. I turned on SOAP logging to get the real cause of the problem but the CCE is messing up my exception handling. Any ideas what is causing this? Would upgrading to axis 1.4 help? Any help would be appreciated. Here's a portion of the stack trace: java.lang.ClassCastException: org.apache.axis.message.Text cannot be cast to org.apache.axis.message.MessageElement at org.apache.axis.message.SOAPFaultBuilder.onEndChild(SOAPFaultBuilder.java:299) at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1090) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndEle
Where can I find a installer for windows coldfusion 7, "coldfusion-70-win.exe"?Trying to rebuild server, the only place I can find are these places that infect the install routines.I can't find anyplace on the adobe website, maybe there are hidden links?
「11.x」 よりも 最近出荷された 「2016」 の方が早いのはなぜですか?
how can I create an interactive form using PHP or using dreamweaver?
How to set up SAS as data source in Coldfusion?
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.