The official community for ColdFusion.
Nyligen aktiv
在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.
Hi. Does anyone know how to use javascript? I have a numeric field in my SQL table called Eng_Hrs. All I want to do is to make sure a number goes into this field instead of some text. It can have up to 2 decimal points. I've tried adding validate="float" and adding validate="numeric", but that doesn't seem to work. I would rather do javascript anyway if I could since it would pop up a window that tells the user to enter a valid number into this field, and the form would not submit until this was entered correctly. I do have some javascript I used on a currency field somewhere else, but this field is just a number and can have 2 decimal points. I'm just not sure what I'm missing and why it's not working. Here's the javascript I have: <SCRIPT LANGUAGE="JavaScript"><!-- Original: Wayne Nolting (w.nolting@home.com) --><!-- This script and many more are available free online at --><!-- Beginfunction verify() {var PartNum=document.AddECNumber.Part_Number.valu
Hey Guys,Have anyone integrated CF application with Telerik RadGrid (aks ASP.NET AJAX Grid) on the server side?Cheers.Boris Petukhov
I first started using CF 11 with version 11.0.0 and it worked like a charm. Once the server was up the datasources (pointing to an Oracle DB using Macromedia/JDBC driver) worked fine. But then I updated to the 11.0.3 version which 'fixed' the dbVarName on the cfprocparam tag. Ever since that update my three servers are having a tough time keeping these datasources active. It appear that they go inactive when the server is not busy like over the weekend or in the early morning hours when usage is down. And when they are accessed after that point requests will time out when trying to establish a connection for several minutes until things get going again. From that point on they work great. Very odd... To get around this issue I created a small page that runs a simple query against each of my three datasources that are used heavily. I am running this page continuously with a
Like many people I'm sure, I use both Dreamweaver and CF Builder. I know this is going to sound pretty lame, but when I switch from one to the other, it takes me a while to get my bearings straight because the syntax coloring is different. I know you can change it, but with names for things like "Literal Cdata text" it's tough to figure out what controls what.I noticed you can import a color scheme, so I was wondering if anyone had a scheme that duplicated the coloring used by Dreamweaver.Thanks!
Hi, our IIS Redirects are not working with CF11. IIS 8.5 (on Win2012) redirects work fine only if there are no ColdFusion files specified in the URL. The redirects are specified to redirect to a specific URL, to redirect to the exact destination, and to send an HTTP Response code of 301 Permanent Redirect.However, with a .cfm file on the URL, the response is "The page cannot be displayed because an internal server error has occurred." The HTTP Response Code is 500 Internal Server Error. The web logs shows it as a 404.0 File Not Found error.If we add the 'missing' .cfm file, the .cfm file gets processed ... thus, there is no redirect. It seems that the Connector is taking over before IIS can respond and process the Redirect. Any ideas?thanks,Chris
Hello, all,I'm trying to open PDF files from a URL link - open in READER, not the browser - and have Reader highlight keyword searches, and set the zoom to 100.The PDFs are in many folders, but I'm currently using CFFILE to do a 'readBinary' of the PDF, then use CFHEADER and CFCONTENT to give the user the option to open in Reader. <cffile action="readBinary" file=" { filename is in a url parameter } " variable="variables.thisPDF" /> <cfheader name="content-disposition" value="attachment; filename=fakePDFname.pdf##search=#url.parameter#&zoom=100" /> <cfcontent type="application/pdf" variable="#variables.thisPDF#" reset="yes" /> The parameters appear as part of the filename, not as parameters, and I get an error message that there are no programs on my computer that will open "fakePDFname_pdf_search=hazmat&zoom=100".How can I get keywords to be highlighted within the PDF?Much appreciated,^_^
We're looking to deploy a server on AWS / Coldfusion 11 Enterprise ( LINUX ) and I'd really appreciate some advice from someone who knows this area.About the server:Only handles coldfusion CFCs NO DATABASE ( this will be on another Amazon RDS server )Mainly handles Flash-remoting requests from AIR Apps - typically it receives request, hits database, returns datalow bandwidth - the site only hosts one swf and some cfcsThere are 3 options in our budget:M3 LARGE C3 LARGER3 LARGE
When I try to download CF11DE on the Adobe site, that Akamai download manager thing stalls and says Access denied (Windows, on Chrome and Firefox), so despite trying over the last couple days and I still can't download it. Is there any way to get a direct link rather than having to use the silly, unnecessarily complicated way?
Hello all,I'm new to VB .Net as well as coldfusion flatforms.I've got an issue while running vb .net dlls from coldfusion ui side.I'm trying to call vb .net dlls from coldfusion ui. i'm able to create cfobject. but functions having reference type parameters are unable to dump or unable to call from coldfusion. Public Function InitDB(ByRef ConnectionType As String, ByRef In_Ansrefid As Integer, ByRef TestFlag As Boolean) As Short functions having ByRef are not identifing by coldfusionCould please suggest me why reference type parameter functions are not identifying by coldfusion?if possible could please suggest me any documentation which describes how to call vb .net dlls from coldfusion ui part.
HiWe are trying to work with a 3rd party server product that has a REST API so we are using cfhttp to interact with it. We want to implement two-way SSL for the calls so that it is only our app that is able to make calls to the REST API. So we put a password protected .p12 cert into C:\ColdFusion9\runtime\jre\lib\security and from the same location import the p12 into the keystore via the command:..\..\bin\keytool -importkeystore -srckeystore CAAT_Client.p12 -destkeystore cacerts.jks -srcstoretype pkcs12 -deststoretype JKS -alias contentanlystclient -destalias CAAT_ClientP12 -deststorepass changeit -destkeypass changeitThe process asks for the password for the cert and then seems to import it. I say seems because it is not in the list when I do:..\..\bin\keytool -storepass changeit -list -keystore cacertsHowever, if I try to reimport the cert it says: Existing entry alias contentanlystclient exists, overwrite? [no]: It seems that maybe the -list command only lists .ce
Hi,I am just starting our with Coldfusion Builder and I am baffled by an error I can't seem to resolve.Using localhost and coldfusion Builder default root: C:\Users\hp\ColdFusion Builder 3 workspace\MISTweb, whenI attempt
I have to create several reports who's data will be displayed like this:TYPE# COMPLETEDTURN TIMEMulti-Family (MF)Multi – Family FHASingle Family (SF)Single Family FHACondoLandTotal/Average:Total: Average:It seems I would need to query separately for each "TYPE"? Everything I tried outputs Cartesian products -The action page from the date search (BUSINESS DAYS ELAPSED) form:<cfset Session.StartDate = "#CreateODBCDate(FORM.StartDate)#"><cfset Session.EndDate = "#CreateODBCDate(FORM.EndDate)#"><cfscript>function businessDaysBetween(date1,date2) { var numberOfDays = 0;while (date1 LT date2) {date1 = dateAdd("d",1,date1); if(dayOfWeek(date1) GTE 2 AND dayOfWeek(date1) LTE 6) numberOfDays = incrementValue(numberOfDays); }return numberOfDays;}</cfscript>HOME SALES (order_type_ID = 1):<cfquery name="client_report_sales" datasource="#Request.BaseDSN#">SELECT order_ID, order_property_type_ID, order_order_type_ID, order_status_ID, order_create_date, order_inspection
Hi,I am in the process of converting the pages from a cflayout (tab format) into individual pages because the the pages in the tab format work with some users IE 8, 9 and 11 browsers and does not work with other users IE 8, 9, 11 browsers.In the tab format, when the Update Calculation link is selected, the page would take the values entered in the Number of One Way Trip/Day and Day/Year and calculate the value for the Total calculated units box. (Per the image)When creating the individual page, is there a way to have the page refresh, keeping the value entered in the Number of One Way Trip/Day and Day/Year, when the link is selected to have the calculated value placed in the Total calculated units box?Thanks,Mike
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.