The official community for ColdFusion.
Recently active
Hi everyone,I am very very new to ColdFusion. Currently I am using another text editor that I have been using for everything else and also works beautifully for ColdFusion Development, except it lacks the connected database fields auto completion. During my training I saw the trainer auto completing the database fields when making a query. The instructor was using ColdFusion Builder 2. I downloaded ColdFusion Builder 3, did a test query and my database is connected, but no auto completing of the database fields. Any ideas why?Thank you in advance.
[Macromedia][SQLServer JDBC Driver][SQLServer]Could not find prepared statement with handle 1.I'm getting this error message in what appear to be random ways. The first time I look at a page I might not get it, but the second time I might. I discovered that removing a cfqueryparam tag worked, but that is not really a safe solution. I checked that the cf_sql_type matched the database field, and in one case changed a cf_sql_varchar to a cf_sql_char so it would match a SQL Server nchar(10) field. But still these errors. Any ideas? I've not had any luck Googling this.I should add that I'm running Coldfusion 9 as a Tomcat webapp on a Linux server. The database is SQL Server 2005, I think.
We have a remote ColdFusion 11 server, and I'm trying to set up ColdFusion Builder 3 on a Windows 7 machine. I have this RDS connection working in HomeSite with an IDENTICAL configuration, but I get a "peer not authenticated" error in ColdFusion Builder on the same machine connecting to the same server with HomeSite successfully.I've seen references to AdminServerComponents_WWEJ.zip and have downloaded that and installed the files in ColdFusion11, but when I run "adminstart" I get:'jrun' is not recognized as an internal or external command, operable program or batch file.There is no "jrun.exe" on this server. So can I assume that this file and procedure are not required for ColdFusion 11?I don't find any answers anywhere on how to get this working with ColdFusion 11...Thanks for any assistance anyone can offer. -bg
trying to put our CF11/update5 runing redhat 6.6 using apache 2.2.6and we keep getting snapshots dumps every 2 hours or so.thank youAngel Madera
Hi All,We have received the following error while running Nessus scan on our application [http]. " String index out of range: -1, java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1937) at coldfusion.runtime.CFPage.removeQuotes(CFPage.java:5542) at coldfusion.runtime.CFPage.GetHTTPRequestData(CFPage.java:5585) at coldfusion.runtime.CFPage.GetHTTPRequestData(CFPage.java:5554) ". This is an intermittent and has occured while doing a security scan. Please see the code that i have use below: <cfset reqData = getHTTPRequestData()> <cfif structKeyExists(reqData,"headers")> <cfif structKeyExists(reqData,"headers.X-Requested-With")> <cfif reqData.headers["X-Requested-With"] eq "X
(New to eclipse switching over from Dreamweaver)I am building a project that requires some "core" code in every file. With Dreamweaver I was able to save a file as a template and call it everytime I needed to create a new page. Is there a way to do that in CF Builder?
We are currently using CF 10 on Windows Server 2012 and considering upgrading from SQL Server 2008 R2 to either SQL 2012 or 2014. The compatibility matrix here lists SQL 2012 as the last supported version, but I am not sure that the document is current. Can anyone confirm SQL 2014 compatibility with CF 10 ?Thanks.
HiI'm looking to download various ColdFusion 10 installers, however it appears that Adobe has removed the download links from their normal web-sites. Can anyone point to an official link for ColdFusion 10 downloads, specifically for the developer versions, enterprise server and hot fixes for Solaris and Windows 64bit installers. We already have licences, we just need the installers.I've been trying to get hold of these installers since last Friday and have tried various official support routes with no response; paid for Adobe support is incredibly bad. This is now becoming an issue for us, so any help/pointers would greatly appreciated.Thanks.
I have Cold Fusion version 7 (32 bit) currently connected to SQL 2000 and 2005 (32 bit) using a DSN connected.We are wanting to upgrade the databases to SQL 2012 which is (64 bit)So we want to connect the (32 bit) Cold Fusion application server to a (64 bit) SQL database using a DSN connection.Is this possible? If so how?
I tried to start the ColdFusion application service and I kept getting this error:Log Name: SystemSource: Service Control ManagerDate: 6/29/2015 9:32:26 AMEvent ID: 7000Task Category: NoneLevel: ErrorKeywords: ClassicUser: N/AComputer: CSCMS005.uwec.eduDescription:The ColdFusion 10 Application Server service failed to start due to the following error: The system cannot find the file specified.Event Xml:<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" /> <E
I ran the following code and it displayed my numbers correctly, ie: 1.75, 2.50:<cfloop from="1" to="#getnumba#" index="idx"> <cfset getunit = form["unit" & idx]><cfoutput>#NumberFormat(getunit, "99.99")#</cfoutput><br /></cfloop><cfabort> But when I tried the following code, it rounded the numbers again:<cfloop from="1" to="#getnumba#" index="idx"> <cfset getqty = form["qty" & idx]> <cfset getitem = form["item" & idx]> <cfset getunit = form["unit" & idx]> <cfif (getqty is "") and (getitem is "") and (getunit is "")> <cfset getqty = 0> <cfset getitem = 0> &n
Hello,We are using coldfusion for our website. There are many applications hosted on the Coldfusion server we are using. Recently we have noticed that we are getting a lot of error emails form our Coldfusion server. I think these emails are sent automatically from the server to my emailid whenever some issue/error occurs. Foe e.g. below is one of the such email bodyFONT face="Arial" ><strong>Diagnostic Information:</strong><BR> <FONT face="Arial" color="800000" >Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]Execution timeout expired. <br>The error occurred on line 47.</FONT> &nbs
G'day:Hopefully this doesn't count as spam or self-promotion, as I am just delivering the message:http://blog.adamcameron.me/2015/06/cfml-slack.htmlTL;DR:If you're a CFML dev of any stripe, get yerself over there. There's separate sub-channels for ColdFusion and Lucee (and FW/1), and - trust me - it's the most expedient way of a) getting help with CFML issues; b) networking with other CFML community members. If yer a CFML dev you should be wanting to do both of those things.Hopefully see you there.-- Adam
Good Day I need to change the OS where is coldfusion server, currently I have a windows server 2003 32 bit and coldfusion server MX7 Enterprise Version 7,0,2,142559, what version is for my company enterprise or standard?I would like to go to windows 2012 R2 if it is possible if not at least windows 2008.
在Linux服务器上安装cf11 ,安装过程正常,在运行后页面提示404,有可能是什么地方出来问题?
For our CF 11 ColdFusion webservice, the ColdFusion generated WSDL is generating wrong targetNamespace value. To get past this, we saved the WSDL with correct targetNamespace value in server and referred to it in code as:<cfcomponent wsdlfile = "test.wsdl" > <cffunction ...> </cffunction></cfcomponent>Here test.wsdl is saved in the same folder as the component and so I am referring to it just by filename and am not including the full path.Is this the right way to refer to pre-defined wsdl file? I am now getting HTTP 503 error when I try to browse to the component.cfc?wsdlThanks.
Does anyone know about whether servers running Coldfusion are vulnerable to leap second issues? I am not finding documentation on this site. Are they OK if the underlying OS is not vulnerable? thanks for any clues
Hi,I have Cold Fuion 11 installed in the development, test and production environments.In the development and test environments the following works but in the production environment the information for the serviceseditform.cfm does not display. <cflayoutarea bindonload="true" closable="false" disabled="false" inithide="false" style="height:auto;" name="LTCServiceNameEdit" overflow = "auto" selected ="true" tabTip="text" title="Service Selection" align="left" > <H6>Service</H6> <cfoutput> <cfinclude template="serviceseditform.cfm"> </cfoutput></cflayoutarea> The development and test environments have the Cold Fusion 11 build . While the production environment has the following Cold Fusion 11 build:
Hi ColdFusion Community.I would like to install the latest version of Dreamweaver 2015 but I need to it have support for ColdFusion as per earlier versions of DW. In 2013, I was able to follow instructions to get the 2013 DW CC version to support CF, but know that it was listed as deprecated at the time. Is it still possible to configure the most recent release of Dreamweaver (June 2015) to support CFM and CFC files?Thanks in advance.
I’m trying to use a custom wsdl with our own namespaces. However, CF10 is partially overwriting with its own namespaces. Here it the partial component definition.<cfcomponent output="false" wsdlfile="webservice.wsdl" namespace="http://mynamespace/" > Here is the partial response with highlighted namespace issue. Nowhere do I define the http://ws.webir/xsd namespace in the wsdl file. <soapenv:Body> <ns:searchByNmadIdsResult xsi:type="ax23:SearchByNmadIdsResponse" xmlns:ns="http://mynamespace/" xmlns:ax21="http://rpc.xml.coldfusion/xsd" xmlns:ax23="http://ws.webir/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ax23:WFFaultList xsi:type="ax23:WFFault"> <ax23:faultCode>getPacsRequest.requestIdIsRequired</ax23:faultCode> <ax23:faultReasonText>RequestId is required.</ax23:faultReasonText> <ax23:faultType>APPL</ax23:faultType> <ax23:severity>ERROR&
I am working with CF 10 on a windows 2008 R2 server. We are attempting to employ the RSA authentication system for logins.Essentially, when a user has been authenticated a cookie is placed on their client machine and we use a method of a dll to access the username who has been authenticated.The instancing of the COM object and the calling of the getUserName() method works fine in an ASP script; however when the object is instanced in CF and an attempt is made to access the same method an error is thrown.I dump the methods of the com object after instancing it using the <CFObject tag. The error is thrown when the getUserName() method or any method for that matter are called. The output is shown below.In the past I have had very few problems instantiating COM objects. Any idea why CF10 fails on this object which is 64 bit by the way?object of coldfusion.runtime.com.ComProxy{13178420-1a25-11d4-b579-005004a92ed0}Methods RSAGetWebIDURL([out, retval]BSTR)GetTypeInfo([in]UINT, [in]UI4, [ou
I have installed MS Server 2012 r2 , ColdFusion 11 standard and am not able to serve any .cfm pages. http://127.0.0.1 displays the MS IIS web page, when http://127.0.0.1:80/tabs/index.cfm is requested, I receive HTTP Error 500.0 - Internal Server Error.I can not open the CFAdmin for the server. I have tried uninstall / reinstall IIS and CF with out success. I may be forced to load server 2008 r2 with IIS7.5 with out results.I hope there is an easy solution.Thanks,TJDetailed Error Information:Module IsapiModule Notification ExecuteRequestHandler Handler cfmHandler Error Code 0x800700c1 Requested URL http://127.0.0.1:80/tabs/index.cfm Physical Path C:\inetpub\wwwroot\tabs\index.cfm Logon Method Anonymous Logon User Anonymous
Hello all,ColdFusion platform related to java. in java there is no concept of pass by reference concept.I have a requirement where my business logic present in VB .Net dll and UI built by cold fusion.in my VB .Net dll there are so many public functions having parameters of type ByRef. (pass by reference).These functions are not visible cold fusion.does coldfusion supports to run .Net dll having Call by reference methods?if so, could you please suggest me
we are currently moving an application developed in Adobe Coldfusion 8 from one Linux server machine to another and we would like to know how to migrate the relevant Coldfusion 8.0 license. The IT specialist has already tried to install the same license on the new Linux server machine. When the serial is applied to the new server, it turns the server to the “Developer” modality which is not the expected modality for our need.
Hi,Looking to find a new hosting company for our coldfusion based websites. So far Flinthosts looks ok, am considering a dedicated server with fasthosts as well.Am I missing anyone in the UK who is regarded as the "best" UK based coldfusion hosting company.Many thanks.TrevorWebsites no more than 5GB with about 10-15GB bandwidth a month.
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.