The official community for ColdFusion.
Nyligen aktiv
Hello everyone,Pardon me if I am asking a question that has already been asked, but I searched and found none. So I was wondering if there is any info on 2015's CF Summit such as approximate time frame it'll be held and location? We're trying to plan on which training conference to go to this year and would like to at least find out some tentative info. I also couldn't find any POC's for CF Summit, so I thought I'd turn to this forum.Thanks,Justin
Our not-for-profit is looking to hire a ColdFusion consultant to implement some AJAX features in our web site. Time frame ... project deadline March 15. Many thanks ... if experienced in this area ... please PM me. Robert
Hi,We are using Cold Fusion 9 in the production environment.Also, using McAfee on the server where Cold Fusion 9 is installed. The admin of the server is stating the issue might be with McAfee. As part of my research, it was metioned that McAfee can affect Cold Fusion and that the Cold Fusion jar files should be added to the exclusion list. I have search for the jar files and alot of files have been listed. Which files should be be in the McAfee exclusion list? Thanks, Mike
Hi, we have a server running WebSphere 7.0.0.31 and Coldfusion 10, it was working fine with WebSphere version 7.0.0.23, but since we did the update, the application does not start up, not even the Coldfusion Administrator.We really need help on how to troubleshoot the problem. All we have is this error en the log:"Error","server.startup : 1","01/27/14","14:51:26",,"The algorithm is not supported by the Security Provider you have chosen. Algorithm is:"java.security.NoSuchAlgorithmException: MessageDigest SHA1 implementation not found: java.lang.ClassNotFoundException: SHA1 at java.security.Provider$Service.getImplementation(Provider.java:826) at java.security.Provider$Service.access$000(Provider.java:787) at java.security.Provider$1.getImplementation(Provider.java:109)  
Hi,I installed twice Coldfusion Builder 3 changing the default installation folder name the first time.I did a clean uninstall between.Now It crash on launch (wheel of death) ; It is unable to find the default "GettingStarted index page", because it is looking inside the old installation path.Dou you know in which kind of pref file this path may be recorded ; and where i may find it ?The installer does not seem to delete all the files ...Thanks.
Hieach Coldfusion 11 license is for 2 CPU. does that mean I can use the same license for 2 machine which has single physical CPU with multiple virtual core? thanks
Has anyone come accross this?I am attempting to access a coldfusion 9 webservice that I created and am also consuming. The pair works fine when both requesting page and the webservice are resident on my development server, but generates the following error when in production:Error Occurred While Processing RequestCannot generate stub objects for web service invocation.Name: http://casadiablo.homeip.net/WebServices/SimpleWebService.cfc?wsdl. WSDL: http://casadiablo.homeip.net/WebServices/SimpleWebService.cfc?wsdl. java.security.AccessControlException: access denied ("java.io.FilePermission" "C:/Program Files/Java/jdk1.7.0_04/jre/lib/wsdl.properties" "read") It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct. If the requested WSDL document cannot be retrieved or is dynamically generated, it is likely that the target web service has programming errors.The error occurred in D:/home/casadiablo.net/wwwroot/indexCDNet
Is there a size limit to the data that may be sent in a PUT request to a restful service? Sending requests with more than approximately 70K seem to crash the service in CF10.
I am having difficulty getting categoryTree to populate with cfindex. I have created the collection with categories enabled, and the category column does indeed get populated. But try as I might, I cannot get the categoryTree column to populate. My indexing code is as follows:cfindex( type="custom", autoCommit=true, collection=arguments.collectionName, action="Update", key=arguments.key, title=arguments.title, body=arguments.body, custom1=arguments.custom1, custom2=arguments.custom2, custom3=arguments.custom3, custom4=DateConvert( 'Local2UTC', now() ), category=arguments.categories, categoryTree=arguments.categoryTree, status="statusStruct"); The results o
This server is Win2008 fully patched, IIS 7.0 in good shape - CF 9.0 no patches installed - which we obviously want to fix. When we tried to install patches, we got this:To try and resolve this, our first mistake was installing Java version 8 (1.8) - which we-now-know doesn't work with 9.0. What I'm not following is why CF settings reports still using 1.6. From what I've read and can see in java.config, it's storing/accessing its own JRE in CF directories. 2 questions: 1) How can I access the security settings for this JRE so I can get patches installed 2) If not possible, am I right in thinking we have to uninstall 8, reinstall the server version of 6 (1.6), point CF at the server version of Java so we can change the security settings (with restarts at the proper places) so we can start getting security patches installed? Any alterations to those steps?Once I get to patch 4 we'll be upgrading to Java 7 - does CF 9.01 fully patched work with Java 1.8? I see Java 7 is due to
I have the development version of CF10 installed on a Windows 7 system with Apache 2 and would like to start testing some code with CF11. Can I install CF11 without replacing CF10? I don't need them to both be activated at the same time, but would like to be able to switch back if necessary. I develop code for a non-profit that is running CF 9 but is thinking of jumping to CF11.
Hello, everyone,Since Java 7 EOL is fast approaching (April, as I understand it), I have been tasked with doing research to determine the viability of CF10 or CF11 and Java 1.8.I've been seeing a LOT of complaints about Java 8, update 31, in forums.Regardless of update version, has anyone experienced any issues with Java 8 as it relates to ColdFusion Server versions 10 or 11?We are looking at having to upgrade before April, and need to know of any pitfalls that others have experienced, or if there is anything specific that needs to be done in order to make it a smooth transition.All valid input greatly appreciated.V/r,^_^
I'm looking for a way to toggle open/close a table row within a search query. I have a table of results and a link to more detailed information. I would like that page to stay within the current page. I have the ColdFusion.navigate working correctly but wondering if there is a way to close it?Here's some of the code I'm using...<td><a href="javascript:ColdFusion.navigate('details.cfm?ID=#ID#','detail#q.CurrentRow#')">#q.sln#, #q.sfn#</a></td><td><cfdiv id="detail#q.CurrentRow#"></cfdiv>Message was edited by: Catherine Lesniewski
I have downloaded a trial version of coldfusion 11 64bit when i try to get the administrator it gives me a 404 error. It was working before , I had a computer error and had to reload my system and lost. I am an old programmer and my expertise is not up to some of the new technology.Jbohann
I setup coldfusion 11 in a development environment using Apache Server about three months ago. I just installed Report Builder and cannot get it to connect through RDS. I tried first through Port 80 and 8500 and received a message that said "WebServer was unreachable." I checked my server settings and noticed under WebSocket it was configured to use port 8577. I tried configuring RDS using this port and received a 403 Forbidden message. RDS is enabled, I have tried changing passwords and disabling the password. I have searched this forum and many others and cannot find an answer on how to remedy this. Can someone please help or point me to a previous post?I am using localhost for hostname and Port 8577. Context Root is blank, User Name is blank, and I have tried using both RDS and Admin password.Thanks,Shugoro
I'm on a Mac OSX 10.10.2 and I have CFBuilder3 Build: 292922When I click on the Uninstall application under the Coldfusion Builder 3 directory it does nothing. I can't even get a process to spawn in my Activity Monitor.... Anyone know how to get rid of this thing?Thanks in advance,Rich
We are in the process of moving our Intranet based applications from an old Server 2003 box running Cold Fusion 9 to a 2008 box running Cold Fusion 11. The current production server is still Cold Fusion 9.A strange thing occurred this morning, an HR user in one of our hospitals got a new Windows 7 computer with Java 8 installed and when she went to use the Recruiting app on our Cold Fusion 9 production server, she got that Java Security error because that page uses <CFGRID> tags, I was able to duplicate the problem by upgrading my workstation Java to Version 8, but the strange thing is the Version 8 it works fine on the new Cold Fusion 11 server. I had copied that application over a few weeks ago and it's been working OK.The workaround for now has been to install the Java Version 7 Update version that still allows you to set the security settings to medium and add our Intranet URL to the exception sites.Most of what I've read online has to do with Mappings to the CFIDE folder, bu
I am trying to configure IIS to use ColdFusion. When i try to bring up the ColdFusion Administrator at:http://127.0.0.1/CFIDE/administrator/index.cfmI get this error message:Module IsapiModuleNotification ExecuteRequestHandlerHandler mod_rewriteError Code 0x800704ecRequested URL http://127.0.0.1:80/jakarta/isapi_redirect.dllPhysical Path C:\ColdFusion11\config\wsconfig\1\isapi_redirect.dllLogon Method AnonymousLogon User AnonymousI looked in the "ISAPI and CGI restrictions" and there is an entry under "tomcat_Default Web Site" with the path pointing to C:\ColdFusion11\config\wsconfig\1\isapi_redirect.dllAny ideas? I'm stuck.
We have a web application we inherited with no documentation. It is using ColdFusion MX7. we need to upgrade the web application to windows server 2008 R2 32-bit.What version of ColdFusion 10 do we need to purchase? Standard or Enterprise?This application runs on a single Webserver.Thanks,Mike
Hi,I am trying to fresh install ColdFusion 9.0.2 on IIS7.5 ( Windows 2008 R2 ). Options : Enterprise Multiserver configuration.After install, when I open CFIDE/administrator or any CF page its throwing error as below :HTTP Error 404.3 - Not FoundThe page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.Thanks.
I am looking for assistance on how to best manage the output of a text field that spans across a page break when printing a report. The Content within the text field is split across two pages with part of the text lost in the margins of footer and header of each page. I need a way to force a page break if the content with in a text field spans two pages. We have recently tried to address this issue using Coldfusion Report Builder but have run into limitations with setting some of the properties of a field, like allowing the height of a text field to expand. Simple stuff or should at least be simple. Anyone else out there confronted the same challengeThanksJeffd
I have a coldfusion helpdesk application that is secured with a application.cfm login system. Once a ticket is submitted it sends out an email with a link to view the ticket. The link contains a url variable to link it back to the correct ticket. If the user is not logged in, the url variable is stripped off after the login process. Is there any way to prevent this?
HiIn my application we have oracle packages with overloaded procedure, which is being called from CF gui. The issue is when the CF calls the Stored Procedure from the GUI, it triggers the wrong procedure. The number of arguments are different.(4, 10 and 11 parameters). Has anyone came across this scenario?ThanksTJ
HiI'm running CFBuilder 3 on my Mac Pro OSX 10.10.2, CF 11.When I try to run the ORM CFC Generator and click the Generate button I get: "Event handler exception. The required parameter SESSION.ORMTABLES was not provided." Anyone know what's up? I verified the DSN in my CF Admin, OK.Rich
Hi Team ,I am trying to insert 6 records dynamically from form to db( oracle 11g) at the end of business process workflow. my form is getting stalled if user enters special character in the fields. I have seen in one of the forum if we use "cfqueryparam " tag to automatically escape all the special characters . But i didn't get how to use this tag. I am using Execute SQL Statement activity in the subprocess and i have written a simple query as shown below.INSERT IN TO TABLENAME VALUES ("/process_data/@field1","/process_data/@field2","/process_data/@field3","/process_data/@field4","/process_data/@field5","/process_data/@field6") ;Please let me know how i can use the tag to escape all special characters .Thanks in Advance,Bharathi.
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.