The official community for ColdFusion.
Recently active
hiWe have a CF9 latest updates running on a Win2K3 server under Apache 2.2.22 and JRun4 for years. Now, I wanted to upgrade to CF10.I first updated to Apache 2.2.23 with ssl 1.0.1cFor reassurance, I just disabled all JRUN CF9 services as seen in the Task Manager.Then I installed CF10. The installer mentioend different NET Ports. I accepted them.Install continued without a problem, CF10 was setup and I configured it. I then ran our main ap which also worked fine. Then, after some few hours while I was checking the health of it, I figured that COLDFUSION.EXE takes up all CPU time.Server response is still there but sluggish.I have not seen any reason why the cpu usage increases.I have to kill coldfusion.exe to cut cpu load. however, a few minutes after that (about 10-20 minutes) coldfusion.exe again begins to climb up. it takes about 5-10 minutes to hit 100% ...I have no idea how to deal with that (except going back to CF9)On my developer CF10 (same config) I have
I've built an uploader for my new photo gallery, and it's pretty basic. I can either upload using the new <cffileupload> box, or I can FTP files to an "upload" directory. Since the entire site is local still, I've just been copying the files I want to add to the database to the "upload" directory, then running my script. So far I've created 49 albums and added just over 3,400 pics.That is, until this latest round.I have some pics I took on a cruise a couple of years ago. There are just fewer than 400 of them. When I copy the files to my upload folder, pick my album, then click "Submit", get the following errors from <cfcatch>:cfcatch.type = Applicationcfcatch.message = X Resolution cfcatch.detail = X ResolutionThat's ALL I get.On the upload form, there's a <cfif> statement that copies the original images to a "/fullsize/" directory before processing if they're 1280px wide or less. Otherwise it resizes them using <cfimage>.&nbs
Coldfusion sites are running just fine. However, accessing the CF Administrator in our produciton environment generates error. Appears to have occured after installing hotfix "APSB09-12". This same hotfix has been applied to our development environment with out causing CF Administrator to break. I use the term "appears" because I don't think other changes were made to the environment in relation to the time we found out CF Admin was broken. Please help!See below information:Server Info:Running CF 8.0.1on Windows Server 2008 R2 Datacenter (Service Pack 1)x64 OSError Message:BrowserDateTimeDiagnosticsCould not find the ColdFusion Component or Interface CFIDE.adminapi.accessmanager. Ensure that the name is correct and that the component or interface exists. <br>The error occurred on line 95. GeneratedContent[empty string] HTTPReferer[empty string] Mailto[empty string] MessageCould not find the ColdFusion Component or Interface CFIDE.adminapi.accessmanager. QueryString[empty string]
Installing CF Builder 2 on new Windows 8 laptop. Was forced to use command line to even get it to install. Now when I try to run CF Builder I get a dialog box that says:Please uninstall and reinstall the product.If this problem still occurs, please contact Adobe technical support for help, and mention the error code shown at the bottom of this screen.Error: 6Now, Uninstall doesn't work on Windows 8, and there's nothing I can find regarding Error: 6 on the Adobe site. Does CF Builder even work on Windows 8?
<!---page1.cfm--->query returned 3 IDs (1,2 and 3). Loops over each ID and call page2 then pass each ID over. <cfloop query="my_qr"><cf_page2 id= "#id#" /></cfloop><!---page2.cfm---><cfoutput>ID:#attributes.id#</cfoutput>tested it and only frst ID (1) is passed over to page2 instead of 1, 2 and 3? thanks
Ok, I'm trying to install the newest of the newColdFusion 10 with SQL 2012 on MS Server 2012I have seen some blog posts, but nothing on the forum. Is there an official thread or response from Adobe on the issue? I cannot get ColdFusion 10 to install. It breaks right on the initial load screenPlease let me know if there is another thread that I can look at, and if not, I will use this thread as I debug the issue.
I would like to implement cfqueryparam for my autocomplete function for a project I'm working on.Currently the code I have is below and works by passing a argument variable into a tsql query.SELECT users.user_id, users.first_name, users.last_nameFROM usersWHERE CONTAINS(*, '"*#arguments.term#*"')I would like to protect this by using cfqueryparam such as CONTAINS(*, <cfqueryparam cfsqltype="cf_sql_varchar" value="#arguments.term#">) however the results are not as expected.
I'm setting up CF10 on Windows Server 2008 R2 64bit. Trying to add a Datasource which is on Oracle 9i server. I recall, from doing this a few years ago, that the datasource first had to be setup on the web server, then it could be selected in the CF Administrator. So, I accessed the Oracle Client download page which has versions 10.2 to 11.2. I wonder which version of the Client will work with 9i and CF10. Any help? BTW, my guess is that it is not unusual to Install CF10 in an environment like this. How should I procede? Thanks.
I have a straight forward datefield control. Looks like the following:<cfinput type="dateField" name="dt_RtDate" width="60px" id="dt_RtDate" title="Enter or select repeat date" value="" >Now I have a javascript function that happens on a click event that I use to want to hide this control it looks similar to the following://Hide Repeater control var dtRepeater = document.getElementById('dt_RtDate'); dtRepeater.style.visibility = "hidden"; this works fine, but there is a problem I notice. The textbox dissapears and this is fine, but the calendar image control IS STILL VISIBLE?!So my question is I am not sure how to reference this control or property to make the entire thing go away. I would also then like to know the flipside of showing it too (which I am using by saying ... dtRepeater.style.visibility = ""; )So what do I have to do to reference the coldfusion date control to make it d
I have a CF page that needs to use user authentication from an ASP.NET machine, so I'm trying to call a web service to determine whether or not the user has been authenticated.I'm using this code:<cfinvoke webservice="https://my-domain.com/SessionQueryService?wsdl" method="UserLookupServiceService" returnvariable="authenticated" >Running this returns the following error:Unable to read WSDL from URL: https://my-domain.com/SessionQueryService?wsdl.Error: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated.I'm assuming this is a certiificate problem, since when I visit the ASP.NET machine via a browser, I get a certificate warning and have to add an exception. Is my assumption correct, and is there a way around it?
We've got ourselves a sick server/application and I'd like to gather a little community advice if I may. I believe the evidence supports a memory leak in my application somewhere and would love to hear a second opinion and/or suggestions.The issue has been that used memory (as seen by FusionReactor) will climb up to about 90%+ and then the service will start to queue requests and eventually stop processing them all together. A service restart will bring everything back up again and it could run for 2 days or 2 hours before the issue repeats itself. Due to the inconsistant up time, I can't be sure that it's not some trouble bit of code that runs only occasionally or if it's something that's a core part of the application. My current plan is to review the heap graph on the "sick" server and look for sudden jumps in memory usage then review the IIS logs for requests at those times to try and establish a pattern. If anyone has some better suggestions though, I'm all ears! The following are
I am currently upgrading from coldFusion 8 to coldFusion 10.The backend database is Sybase ASE Version 15.5 on Sun Solaris.Using jConnect for JDBC from Sybase as JDBC Driver.My question is: what version of Sybase jConnect is supported by coldFusion 10?Also, there is a footnote in "System support matrix" PDF file regarding 3rd party JDBC Drivers.http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/coldfusion/pdfs/cf10/coldfusion10-support-matrix.pdfThe knowledge base link in the footnote does not work.The link is: www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_1853Is there any other place I can access the knowledge base information regarding 3rd party JDBC Driver support?Thanks
When will the installation from Adobe of Coldfusion 9 or 10 for Windows 8 be implemented? I have tried all the suggestions on the web to rectify the installation onto my new Windows 8computer. Argh.... My 12 year old machine has been replaced with a 16 GB I7. I have speed but not CF.
We are having issue with Session variables sticking from page to page in our Admin area of our website. You can login, but as soon as you click on another link (or anything) they drop. It's not a code issue because we have the same code on 2 other networks and it works fine. We also have the same code on our backup website on the same network and it works fine. The backup is on a different server in a different location. So that's 3 networks the code is running fine on. It even worked on this network on the main website up until about 9 months ago. I've verified/reverified the code mutiple times. Something must have happened with security patches, some IIS setting, or other server related issue. We are running 2003 Windows Server Edition SP2 and Coldfusion version 8,0,1,195765. The browsers used are IE7 and IE8. I don't think it's a browser issue because I can open another tab in the same browser and login and stay logged in on the website on another netwo
According to the documents, you can and should run ColdFusion using a windows account. I have setup CF Application service to run under an Active Directory account, but Apache throws a 500 server error. Based on the screen dump it is an authentication error, but I cannot find the log file nor can I find a configuration file. I suspect that now that CF runs on Apache, you have to set the Apache to run under the same user, but I cannot confirm. Any assistance is appreciated.
We are following the "For J2EE installations"On WindowsIn Silent mode (for unexploded EAR/WAR deployment)Here's what our install_properties_file looks like...INSTALLER_UI=SILENT USER_INSTALL_DIR=C:\\TEMP\\CF10\\hotfixINSTALL_FILES_OUTSIDE_CF=trueDONOT_START_SERVERS_POST_INSTALL=trueHere's the command we are using...C:\TEMP\CF10\work> java -jar cf10_mdt_updt.jar -i silent -f install.propsAfter running the command:1) The C:\TEMP\CF10\hotfix\ dir is empty2) One new dir was created under work named TEMPCF10hotfix C:\TEMP\CF10\work\TEMPCF10hotfix3) The TEMPCF10hotfix dir is empty4) Two files were created under C:\TEMP\CF10\work\ f553e11813c44c897f7.details f553e11813c44c897f7.notes5) The .notes file is empty6) The .details file is 2k in size no errors and the last line says... Install Directory: C:\TEMP\CF10\hotfix\ Status: SUCCESSFULPer the instructions..."First, install the hotfix files outside your EAR/WAR on your
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c7d.html
hi, i finally got a few steps ahead and have installed coldfusion 10 developers edition, thanks to advice here. It seemed to install all ok and i can get into my data in my web pages I want to change, but I cannot change any text. So if I click on my application or categories, a window comes up and asks do you want to view, edit or transfer, then a window popped up and said it cannot locate the program to open file. When I went in to find the cold fusion program there were a few different choices and I clicked on open program with CF10dotnetservice. I'm thinking I shouldn't have done this, as now I can't view or edit my pages, every time i click on my folder ie application, the screen flashes something very quickly that I can hardly see and I cant access. This may sound like double dutch I hope not, but I am very lost with all of this at the moment. Any help would be great, thanks.
Hello there,We need to turn on the ability to upload a file in the fck editor, how would someone do that in ColdFusion 10?Thanks!
I have a table in SQL which stores category data in XML format month and yearwise.TABLE AID IntYear IntMonth IntCategory XML<root><category total="6" id="222" desc="General"> <country total="0" id="1" desc="Canada"> <area total="0" id="9" desc="Atlantic"> <state total="0" id="57" desc="New Brunswick" /> <state total="0" id="59" desc="Newfoundland" /> <state total="0" id="58" desc="Nova Scotia" /> <state total="0" id="63" desc="Prince Edward Island" /> </area> </country> <country total="6" id="2" desc="USA"> <area total="4" id="4" desc="Mid-West"> <state total="0" i
How can I reduce the excel page size to fit on one page (I.E. Ready to print)?
Greetings All,I am in the process of configuring a customer's QA CF system, and would like to get remote debugging to work. Here are the details:I followed the instructions for adding and associating a remote server w/ a given CF project. The server tab shows that the server's running and a remote type. I have confirmed that the CF server's been started on the remote host in debug mode, and is listening to the default port of 5005.I have configured CF to allow RDS connections and line debuggingset breakpoints in my CF codeHowever, when going into debug mode in CF Builder, the breakpoints never stop the processing, and the page is simply generated.In the coldfusion-out.log I see the following message:RDSRequest - DBG_REQUEST,1358274545142,<wddxPacket version='1.0'><header/><data><array length='1'><struct><var name='COMMAND'><string>SET_SCOPE_FILTER</string></var><var name='FILTER'><string></string>
I'm moving from CF9 to CF10. On the new server I've moved things over, and run the suggested lock-down proceedures. On the CF9 box, I'm using the registry to store client variables.On the new server I've set it up to use the registry to store client variables. In the coldfusion-out file, I'm getting errors like:Jan 15, 2013 15:39:03 PM Information [ajp-bio-8012-exec-4] - Unable to set value HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\ColdFusion\CurrentVersion\Clients\4210-c8158ffa1993bc18-7CF31106-90B1-1C19-1B0C24F3BDD33D8C\hitcount: Windows error number 0 occurred.The handle is invalid. Jan 15, 2013 15:39:03 PM Information [ajp-bio-8012-exec-4] - Unable to set value HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\ColdFusion\CurrentVersion\Clients\4210-c8158ffa1993bc18-7CF31106-90B1-1C19-1B0C24F3BDD33D8C\cftoken: Windows error number 0 occurred.The handle is invalid. Jan 15, 2013 15:39:03 PM Information [ajp-bio-8012-exec-4] - Unable to set value HKEY_LOCAL_MACHINE\SOFT
I'm getting a "Could not find the ColdFusion component or interface" error when I try to invoke the feed or http CF methods, for example: localtest.httpService = new http();Results in the error, "Cold not find the ColdFusion component or interface http"I have two CF 9 instances running on the same box (Windows Server 2008), both running the latest hotfix (hot fix 2). Both instances throw the same error. I have another separate server running CF 9 (doesn't have hotfix 2 installed) and it can run the code just fine. I'm assuming that feed() and http() are defined in an Adobe ColdFusion cfc in the CFIDE directory somewhere, but I don't know which one as they are encrypted.
I'm not sure I'm using the correct terminology to describe what I want to do. I want to add a feature to my CF CMS that uses a drag-and-drop technology to create website layouts. I want to do something to Headway Themes in WordPress but with CF. All I'm really wanting to do is to be able to drag rows/columns within a grid (960) to create content areas (css). Does that make sense? Is there something already out there that does this in CF? If not, can anyone point me in the right direction?
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.