The official community for ColdFusion.
Als letztes aktiv
Right clicking on the left pane for menu item "Show Line Numbers" actually to hide them.Or Window->Preferences->General->Editors->Text EditorsUntick "Show Line Numbers" & Apply works for the first time.After opening a new file in Navigator or restarting CF Builder, I get line numbers back even the "Show Line Numbers" checkbox stays empty.Seems it doesn't save its preferences properly. Annoying.All CFB updates applied.Running Windows 8.1
need to read the file and pass the bytes[].Can i create a java object and use it in coldfusion like below please help:pathOb = createObject("java", "java.nio.file.Paths");files = createObject("java", "java.nio.file.Files");path = pathOb.get("file"); data = Files.readAllBytes(path)
Hi,I use Colfdfusion 10 Enterprise under Redhat 2.6.32-431.1.2.el6.x86_64.One of our customer wants to us an ActiveMQ application.So, in Settings, I checked "Enable ColdFusion Event Gateway Services".In Gateway Instances, I created an application where I filled every fields.Now, when I want to start this application, I receive an error "Unable to start event gateway instance: Event Gateway Service is not enabled."I dont know what I can to check, all seems to be OK, files are place in the good directories and files are reachable.What do I need to check? I'm lost 😞Thank you for your help.Kind regards,Christophe
I had this problem on the same Windows 2008 server two years ago when installing a lockdown of 9.0.1. I had marked ODBC Server to install with CF10. ColdFusion 10 ODBC Server and Agent appear in the registry (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\), but not in the Services and are not running.The lockdown account has full control permissions to both. Also, the lockdown account has full control permissions for HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\ColdFusion\CurrentVersion\Clients\. These remained after the CF9 uninstall a week ago.
Windows 10 has been released for months. It's also been in beta for months prior to that. But there has been no statement from Adobe about ever supporting Windows 10. It wont work with recent IIS, so my dev machines can't be updated to Windows 10. Will ColdFusion EVER support Windows 10? Am I being forced to move to one of the open source CFML engines instead after more than 20 years building in ColdFusion?Cheers,Mike KearWindsor, NSW, Australia.
Hello everyone,I need to access library data by z39.50 protocol, but have no idea how it can be done with ColdFusion.Could somebody give an advice please?Thank you,Anton
Hello all. We have CF10 Enterprise on a windows server 2008 R2 server. IIS 7.5. Patched through Update 16. We've had a site running fine for a while now and it was time to add another application. I verified I wouldn't run out of memory and created a new instance. The instance was created fine but it would not start when I clicked the start button. I have Fusion Reactor installed on the server and it showed activity from the start click-then the activity stopped. I had selected the Create Windows service check box so a service got created. I tried starting just the service and the service wouldn't start either. Meanwhile the original site continued to run.I checked to make sure the the ports used for the new instance were not already allocated, and they were not. I checked permissions-no issue there. There is plenty of RAM and disk space.I tried removing the instance and creating it without the Windows service - no change in behavior.The CF logs do not show a failure. The server'
Hello there,I have an issue on which I can't find any answer. I created cfwindow, which has more content than it can fit. If it is CF10, window has scrollbars, but with CF11 it doesn't. How can it be fixed? I updated CF11 to v11,0,03,292480.Thank you,Anton
Hi. We are in the process of migrating from Cold Fusion MX7 to Cold Fusion 11. Everything seems to be working except on a page that uploads parts into our database. This page uses 2 DLL files to upload the parts. The error message says: Unable to load library null. I'm not sure why. I put the files into the CFX folder and created the path to it in the Administrator page. I did find this online and tried copying the files into the System 32 and syswow64 folders, but this page still didn't work. Do we need to have the DLL files re-created to work with 64bit Windows?We faced a similar problem with 32bit ColdFusion on 64bit Windows. The called dll was in the same directory as the cfx dll. But the cfx could not find the called dll.We solved it by copying the called dll to the c:\windows\syswow64 directory. In your case, it would be c:\windows\system32Thanks.Andy
Aloha,I did a clean install of El Capitan.Trying to install ColdFusion 11 on my Mac using the new OS "El Capitan". The first part went okay, except I don't think that it had set up to use ColdFusion on port 80 as the CFIDE is in the wwwroot directory and not set up CFIDE in the main web root in the document folder for the main localhost. Then when I tried to do the second part using the web version of the setup, I get a 503 error. I tried using port 80 as well as port 8500, but nothing gets me to install ColdFusion 11.By the way, which java jdk is best for ColdFusion 11?Thank you,Johnny
I have a plain html file, content of which are dynamically generated (on accessing it) over a few seconds (about 7-10 second) like some tables, rows of which are added through javascript after doing some processing and this process takes about said 7-10 seconds.Using settimeout(), after 15 seconds (to ensure that content has been populated correctly), I am running a web service (.cfc with function having cfmail tag in it) through javascript ajax call which captures all html content of page and sends to marked email ids – which in normal course works fine – when page is accessed in web browser and left open for desired time of about 15-20 seconds.However, the same page when I schedule in CF admin (even with timeout of 60 second), it never fires the sending email part.Can I have some advise, where I am doing wrong!
Our organization has been using ColdFusion for many years now, however I'm relatively new here and to ColdFusion in general.We need to upgrade from ColdFusion 9 to ColdFusion 11 and are looking into potential issues or problems that such a migration might encounter.Are their known issues when doing this kind of migration?I don't know a lot about the majority of applications currently running on the server, only the ones I've worked with over the past 9 months, so I can't be too specific about the kinds of applications we will be moving, but none of them should be very complicated, as this server in particular is just a utility server.Is there a place where a list of issues or known problems with this kind of migration might be listed out and discussed?Any help or advice that you might be able to provide would be greatly appreciated.Thanks
Hello everyone, I'm working on the project where I have to pass few parameters and insert them in two different tables. Arguments that I passed in my first table are fine and I do not have any problems to insert those records but in my second table where I'm passing dynamic parameters I keep getting an error. That argument is created on the previous page from drop down. So If I select 1 in my drop down I will have just one input text box, If I select 2 I will have 2 and so on. So I used <cfdump var="#arguments#"> to pass all the arguments from that page. Dynamic arguments are passed like: combName_034-54-65combName_176-87-98combName_289-88-88So at this point I have three parameters but next time I might have only 1. So I'm getting confused how to Insert these records in my second table, also each of these combinations match value from drop down in my table. So combName_0 should be inserted in the same row where DropDown value = '1', combName_1 should match DropDown value= '
Hi, I am having problems running the CF admin page after fresh installed on server 2012.it is giving HTTP ERROR 500.0 INTERNAL SERVER ERROR any suggestions please thanks
I'm attempting to use cffile to retrieve an item from AWS S3 using CF's Using Amazon S3 Storage examples. I have tried this on 2 systems:CF 9,0,1,274733, Windows 2008 R2, IIS 7.5CF 10,0,10,284825, Windows 2008 R2, IIS 7.5The file I am trying to retrieve is web-accessible at http://osric-com.s3-website-us-east-1.amazonaws.com/alpha.txt and permissions are set to open for everyone.Here's the initial code I tried:<cffile action="read" file="s3://osric-com/alpha.txt" variable="result"><cfdump var="#result#">This returned the following error:An error occurred when performing a file operation create on file s3://osric-com/alpha.txt.The cause of this exception was: org.apache.commons.vfs.FileSystemException: Unknown message with code "S3 Error Message."..As a second attempt, I tried adding an Application.cfc to that directory and specifying the access key ID, the secret key, and location/region:<cfcomponent> <cfscript&
Downloading, Installing, Setting Up
I am using cold fusion report builder 10. I have an image that I want to use as the Report Header. How can I enlarge the image?
Hello, all,On a personal project at home, I'm trying to use ImageResize to resize an image pulled from a BLOB in a MySQL database. I'm getting an error message "unable to cast an object of [B to image." Have not a clue what that means. Here's my code.. SELECT imageBLOB, imageWidth, imageHeight FROM r_images WHERE imageID = <cfqueryparam value="#arguments.thisID#" cfsqltype="cf_sql_varchar" /> and.. variables.thisPicQry = new components.PICTURES().getAlbumPic('#trim(url.id)#'); ImageResize(variables.thisPicQry.imageBLOB,"50%",""); variables.thisImg = variables.thisPicQry.imageBLOB; I've never used ImageResize() before. The data from the database is already a binary; so what am I doing incorrectly?V/r,^_^
I was deploying ColdFusion 11 applications using J2EE configuration (WAR) in Linux server. I am using WebSphere as a application server. Basically, when we deploy through WebSphere it redeploys the whole war file which wipes out the local changes so you can lose any settings or anything you do in cfadmin console. we can't modify files locally on the WebSphere as it is not a good practice. Deploying manually through cfadmin console is not good moving forward. Is there any automated ways to potentially doing deployments. Does cfadmin has any API that can interact to deploy files via scripts.
I am in the process of upgrading from Coldfusion 9 to Coldfusion 11. My site relies heavily on interaction with Ldap for a variety of permissions assignments. The following code works in CF9, but CF 11 returns an error related to the filter: Attribute validation error for tag CFLDAP. This is the query: <cfldap username="myuser@mydomain" password="mypassword" action="query" server="DCNAME" name="UserLevelGroups" attributes="samaccountname, dn, memberof, directReports, manager, mail" start="dc=vno,dc=mydomain,dc=local" scope="subtree" filter="(&(objectclass=user)(!(|(name=*Service*)(name=*she*)(name=*vho*))(mail=*)))">
I have this function below and I tried to write the result of query to log file but it failed every time I ran. the CFLog tag as third line from the bottom. Any suggestion is much appreciated.<cffunction name="getCommonSpotPages" access="public" returnType="query"> <cfset var qryCSPages = queryNew("")> <cftry> <cfquery name="qryCSPages" datasource="#application.sitemap.sDSN#"> select p.ID, s.subsiteURL, p.filename, p.DateContentLastModified, u.publicFileName, p.uploaded as bIsUploaded, s.uploadURL, (select fieldValue from data_fieldValue dfv where p.ID = dfv.pageID and dfv.fieldID = #application.sitemap.nPriorityFieldID# and dfv.versionState = 2 ) as nPriority, (select fieldValue from data_fieldValue dfv where p.ID = dfv.pageID and dfv.fieldID = #application.sitemap.sFrequencyFieldID# and dfv.versionState = 2 ) as sFrequency from SitePages p join SubSites s on p.SubSiteID = s.id left join UploadedDocs
Redcap has Data Entry Trigger with HTTP POST. I want to synchronize data back to Oracle with Coldfusion web application once Redcap gives a trigger. Can I use Websocket to do that? How can I catch RedCap trigger? Thanks.
Hi All,Please help me to out for how can config DSN on coldfusion 9 to connect Oracle RAC?Thanks in advance.NAF
The 'see also' links on https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/querynew.html are all broken.
I think that the file contains SQL queries, format tags to shape the content of the report, calculations and it's all saved as a .cfr file! Yes or no?Why aren't there any examples of the content of a CF report file...yes the simple report is on the site and that's it?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.