The official community for ColdFusion.
Recently active
CF is unable to read CLOB data from 12c. is there some way we can resolve?
Hello,i am running cf9 on a vmware with 4 cores.It seems that it will use only 1 core in standard edition?If i need the enterprise version is there any shop that offer keys fpr cf9 enterprise?Regards
I am currently testing our website with CF11. It is currently working with CF8 however after migrating it to a new server running CF11 I have encountered the following error.The value returned from the load function is not of type numeric. The error occurred inD:/Applications/CFusion/CustomTags/nec/com/objects/address.cfc: line 263Called from D:/Applications/CFusion/CustomTags/nec/com/objects/contact.cfc: line 331Called from D:/Applications/CFusion/CustomTags/nec/com/objects/user.cfc: line 510Called from D:/Applications/CFusion/CustomTags/nec/com/objects/user.cfc: line 1675Called from D:/website/NECPhase2/action.validate.cfm: line 54261 : <cfif isNumeric(get.idCountry)>262 : <cfset rc = this.objCountry.setID(get.idCountry)>263 : <cfset rc = this.objCountry.load()>264 : </cfif>265 : <cfset this.sPostcode = get.sPostcode>Have there been any changes between CF8 and CF11 that could cause this error? Does anyone have ideas?
related to my earlier slow solr post. Running a refresh on the first file then an update on all others. Recurse may not be necessary.cfindexaction=refreshcollection="this_name_solr"key="c:\inetpub\wwwroot\myappname\thefolder\thesubfolder\thefile.ext"type="file"urlpath="http://#application.root#/appname/thefolder/thesubfolder/thefile.ext"extensions=".html, .htm, .xls, .xlsm, .doc, .docx, .pdf, .txt"recurse="yes"status="alldocs"language="English"Does fine until it hits a corrupt PDF File. If I try to open the file manually in PDF reader I get the message that the file may be corrupt.I need it to get past this file and continue indexing the rest. I have tried a request timeout of three minutes but that does not work. I have attempted CFPDF Info extraction but it hangs reading it too. I do not know how to test the doc to see if it is corrupt.Ultimately I would like it to give up on the file after about 3 minutes.Any suggestions
So I am having all sorts of difficulty getting ColdFusion 9 to load the administrator page on IIS 8 in Windows Server 2012 R2. I saw CF 10 has this compatibility but I was unable to find a CF 9 Support Matrix. The Web Configuration Tool can not finish because there is a IIS compatibility issue and when it tries to restart IIS the process fails and indicates that IIS is version 8.x and the config tool is good for 4.x, 5.x, 6.x, and 7.x. Has anyone had to accomplish this yet for a client? Currently I am getting Service Unavailable HTTP Error 503. The service is unavailable.
This is my query i'm doing here: SELECT * FROM DB_NAME WHERE 0=0 <cfif arguments.NAME is not ''> AND NAME_FIELD = <cfqueryparam value="#arguments.NAME#" null='#ListFindNoCase("NULL",arguments.NAME)#'/> </cfif> </cfquery>The resulting query ends up beingSELECT *FROM DB_NAMEWHERE 0=0AND NAME_FIELD = ''instead of beingSELECT *FROM DB_NAMEWHERE 0=0AND NAME_FIELD is NULLI am currently working in Coldfusion 9.
I'm working on updating some apps we currently use for AD user maintenance. i.e. add new users, unlock accounts, reset passwords, etc.)We use cgi.auth_user and then parse that to get the domain and userid of the Windows user accessing the app. We then take the user id portion of that and use that as the filter in a cfldap query. that pulls attributes we use to control access, and timestamp transactions.That cfldap query is included in a number of pages throughout the app and I wanted to move that to either the Application.cfm file, or create a .cfc file (something we're not currently using) and put it there.We're on ColdFusion 11, are there advantages/disadvantages to either of these methods?Mahalo;Charles
Can anybody please help me to understand the cost and process to get ColdFusion 9 extended (paid) support as Adobe ended version 9's support on 31st Dec 2014.
Hello, everyone,I'm curious to know (this does not currently affect anything I'm working on.. I'm just curious) if there is a way to detect if a scoped variable (like "session.username" or "request.dsn") value has been corrupted? Or if the variable, itself, has been corrupted?V/r,^_^
I am having a problem with restarting the ColdFusion 10 Application Server.Normally this happens onze a year and restarting the service resolves it.
I was able to successfully install the CF server. However everything was going fine until I edited a cfm file and then saved it through dreamweaver. Now I am getting a 500 Internal error when I try to pull it up. I am running Windows Server 2008 with IIS 7.5 and CF10 Ent.I have been editing and saving pages for a while with no issue until now. I tried restarting the server, CF Service and resetting the app. Any idea what this could be? thanks!!!!
Hi,In CFlayout if creating tab dynamically using ColdFusion.Layout.createTab function but the tab already created then system generate the error. So I want to know if tab already created, just make the focus on that tab.Please help me how we can solve this problem.many thanks
We are running several instances of CF within our environment, and they all live within their own directory on the web server root. I am trying to create a /global-resources/ directory, also on the main website root, that will be accessible by all of them. I have created the directory and files, added a CF mapping, and set up a virtual directory mapping. The CF mapping is working correctly - I can include a .cfm file from the /global-resources/ directory without any problems. However, when I try to use the virtual directory mapping to call CSS and JS files, I am getting back 404 errors. Looking at the browser console, it is looking for the files inside the individual application I am in, rather than on the web root. Is it possible to do what I'm talking about? Any help would be appreciated, thanks!
I'm using CF10. I have several domains on the same Linux Centos Server.When I call one domain thru http, it is going to another domain on the same server.The first time called, it opens correctly. After that it is going to another folder an picking up the index page.If I rename the index page to indexx.cfm and call it up it works fine.If I restart the server it works for a few minutes then starts opening the wrong domains index.cfm.This is only happening on one domain. Other work fine.Double checked the httpd.confDouble checked the DNSRebooted httpd (several times)Rebooted CF (several times)Rebooted ServerI've had a couple folks look over my shoulder for obvious mistakes.The same file in the same folder with two names the indexx works the index sometimes actually most of the time goes to a different folder and picks up the index.cfm
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.
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.