The official community for ColdFusion.
Nyligen aktiv
I'm trying to use RTMP with Coldfusion 10 and the embedded livecycle ES. The other channels and endpointshave been working fine, but when the server starts up I get an error complaining that the endpoint cannot befound for the cf-rtmp channel. I'm using the standard setup with no special configuration. The AMF channel, polling channel, etc. work just fine, and there are no complaintsabout those channels or endpoints when the server starts up.This is the error in the logs when the server starts up: INFO: ColdFusionStartUpServlet: ColdFusion: VM version = 23.7-b01java.lang.NullPointerException at coldfusion.server.jrun4.metrics.SimpleLoadMetric.run(SimpleLoadMetric.java:157) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:211) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)Nov 21, 2013 9
Hi All,Here is my problem,I have a user defined function, which will give me the output as " table.column = <cfqueryparam cfsqltype = 'cf_sql_varchar' value = 'test'>; but when i pass this as my where clause in the query.I always get missing experssion (00936) error.When I ON the debug information in CF, I copied the query its running;any help would be highly appreciated.I have tried replacing this double quotes with single quotes using Rereplace and replace function; tried preservesinglequotes(); all are returning the same error.. May be I'm missing something.THe below is the query formed; and its the one I get when I on the debug information (sql)SELECT * FROM SHOP_FINDINGS WHERE ROWNUM<=20 AND (OPER_NAME = <cfqueryparam cfsqltype='CF_SQL_VARCHAR' value='IN STOCK'> )I m using CF 9 and Apache server.
So, I'm having trouble figuring this out, and I haven't found an answer online. Hoping someone here has tried something similar.I'd like to figure out how to use the Coldfusion Encrypt function so that it generates the same binary value as MySql AES_ENCRYPT. Similarly, how can I use Coldfusion Decrypt to decrypt values generated by AES_ENCRYPT?I've tried:Decrypt( QUERYCOLUMN, "AES", "hex")Decrypt( toBase64(QUERYCOLUMN), thisKey.getKey(), "AES", "hex")Decrypt( toString(toBase64(QUERYCOLUMN)), thisKey.getKey(), "AES", "hex")Always returns empty string.Thoughts?
I've tried this on a couple of machines and I continue to get an error stating "ColdFusion 9 Installer" is damaged and can't be opened. There are a couple error messages in the console, but nothing that's immediately obvious to me. Any help would be greatly appreciated.11/19/13 2:58:29.114 PM com.apple.launchd.peruser.501[287]: ([0x0-0x106106].ColdFusion 9 Installer[25065]) Job failed to exec(3) for weird reason: 1311/19/13 2:58:29.118 PM loginwindow[65]: ERROR | -[Application setAppContext:] | Unable to get PID for context [0,1073414]11/19/13 2:58:29.118 PM Dock[353]: no information back from LS about running process LSASN:{hi=0x0;lo=0x106106}11/19/13 2:58:29.141 PM CoreServicesUIAgent[25061]: Error SecAssessmentCreate: The operation couldn’t be completed. (OSStatus error -67030.)
Whenever I try to download the ColdFusion 9.02 OS X version (either 32bit or 64bit) both result in the a dialog that state that the download is damaged. This is very frustrating. I would use CF10, but that has been nothing but trouble and Tomcat won't even start if you try to install CF10 on top of a standalone version of Tomcat as the ROOT webapp. I've been trying for days to get something solid with CF on my dev box, but I just want to get CF9 up and running on my fresh MacBook pro so I can get going on a ColdBox app I need to buildAny help would much appreciated or a link to an alternate location for downloading 9.01 or 9.02 would be appreciated.Thanks!Tim
Can I limit it to just 2 CPUs leaving the third to OS or do I have to upgrade license to 3CPU
i need to call atleast 3 javascript functions in a formusing "onSubmit" works fine with one function but when i try to add another nothing happens....<cfform action="postpage.cfm" method="POST" target="_self" onsubmit="if(document.getElementById('Agree').checked) { return true; } else { alert('You must agree to the Terms and Conditions'); return false; }">"return checkEmail(this);" is one of the funtions. it checks to see if 2 cfinputs are the samehow do i add multiple functions to onSubmit tnx in advance
Our current environment is CF8.0.1 Multi instance + IIS 6 + Window Server 2003.We are trying to upgrade the server hardward and also OS to the latest version which is WIndow Server 2003. But because of the script competible issue, we will remain the CF8.I try to install the CF 8 in the new server, it don't allow me to install the CF.Net features where it require the .net framewok 1.x or 2. I check my server, the framwork was installed and running fine in box now.Just wondering is that I miss out anything?Or any one had try with this kind of combination?
New install of CF10 on IIS7 does not open any cfm pages tries to download instead.
Posted for one of our programmers: Variable E is undefined ...but the error message only occurs on PROD servers, not DEV nor TEST. Any ideas?Variable E is undefined. coldfusion.runtime.UndefinedVariableException: Variable E is undefined. at coldfusion.runtime.CfJspPage._get(CfJspPage.java:303) at coldfusion.runtime.CfJspPage._get(CfJspPage.java:283) at coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1494) at coldfusion.runtime.CfJspPage._autoscalarize(CfJspPage.java:1471) at coldfusion.compiler.ExprClassLoader.evaluate(ExprClassLoader.java:139) at coldfusion.runtime.CFPage.Evaluate(CFPage.java:1749) at coldfusion.runtime.CFPage.IIf(CFPage.java:1740) at cfeditEmplHrngStgErr2ecfc230382607$funcDISPLAYEMPLSTGERR.runFunction(D:\JRun4\servers\94_CFMX7\cfusion.ear\cfusion.war\cf\HCP\editEmplHrngStgErr.cfc:165) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMe
You guys are really short-sighted. You've made a false assumption. (See below):In my case, my GPU is continually maxed out doing analysis for Folding@home. As far as I understand it, stream computing provides no tools for setting priority or for interrupting one GPU process to work on another. On the other hand my GPU can easily be interrupted to process Flash data.The first thing I need to do is confirm that hardware acceleration is DISABLED. You're making matters worse by falsely assuming the GPU is always idle.What's new?High PerformanceExperience hardware accelerated HD video with perfect playback using Flash Player. Recent improvements allow supported Flash content and games to continue to deliver responsive feedback even when your CPU is maxed.
Our currently environment is CF8 running using JRun4 (via the wsconfig tool ) with IIS 6.0 has the webserver. We are trying to migrate our environment to CF10 using JBoss7 as the processing engine with IIS7 as the webserver. We have managed to configure the ISAPI Connector so that IIS sends .cfm, requests to JBoss7The issue we are running into is that when calling a .cfm file ISAPI Connector, ColdFusion cannot fine the file inside the IIS website root. Yet if the cfm. file resides in the cfusion.war root, then ColdFusion finds the file and processes it.
Does anyone have a full working example of Jquery autocomplete with json that works?I can't get any of the examples that I am finding online to work.
Hi! I'm just getting started with ColdFusion and I'm having difficulties already. I have the following: <cfset firstname="bob"><p style="font-color:#ccccc">Hello <cfoutput>#firstname#</cfoutput> it is so nice to see you</p>But instead of saying "Hello Bob it is so nice to see you"it says"Hello #firstname# it is so nice to see you."I'm using xammp for apache and using dreamweaver. Can anyone help me figure out why this isn't working correctly?
Hi can any one help me why flash is not working on my website www.likesfast.comI am using different scripts on it but the bigest problem is with the flash
Hi,since we have upgraded to CF10 from 9, I don't see any errors on the cfm page except for the plain "500 - Internal server error.". I have to go to the application log file on CF Admin, but that does not give enough information.I have checked the "Enable Robust Exception Information" on CF admin page. Are there any other settings I need to enable to display detailed error messages like it used to on CF 9?Thanks!
We bought CF-10 standard edition and pulled legacy .cfm over. When we try to open it in a browser, I get a 500 - internal server error.When I rename my application.cfm and open the browser, my legacy pages display, but with "session errors" due to the session variables not being passed.My logon code is built into the application.cfmwe still have our older version of CF installed on another server, and the logon page displays fine. My application.cfm doesn't have errors.I read that others can use legacy application.cfm and I need to use mine. I don't know where to start to correct a 500 internal server error.Can someone help me with this? (please?)
I'm unable to view the new CF 10 CFML function, tag definitions and help files in DW CS6 after using the ColdFusion10_Tags_for_DW.mxp update file. I see that the 'CF10 Extensions' are enabled in Adobe Extension Manager CS6. When I pull up the Reference tab Book: 'Adobe CF Function Reference', I don't see canonicalize in the drop down of 'CFFunctions'.Is there an issue with updating the extensions within DW CS6?Any help would be great.Garth
I have an cfgridrow that should only allow 3 digits, is there a way to set the maxlength on a cfgridcolumn? If so, how is this done? 2nd: I have a column for notes: <CFGRIDCOLUMN NAME="TeamNotes" SELECT="YES" HEADER="Team Notes" TYPE="STRING_NOCASE">if Yes is typed in and saved when the screen is refreshed it is displayed as TRUE (but in the database is saved as Yes) happens also with No (displayed as False) is there a way to make it displayed exactly what is in the database?
first, this very page is throwing js errors in both ie8 and firefox 24.0 , i can't reply to any poststhen, with all this flurry of security breaches on gov websites running cold fusion, do we have a comprehensive white paper showing how to plug all the security holes that were uncovered?
I've been tasked with rewriting a software using ColdFusion. I cannot seem to find a lot of information on best practice development in ColdFusion. I am an experience Java developer who has never used ColdFusion before. I want to build this application using a synergy of ColdFusion and Java EE technologies. Can someone recommend me a book that outlines how to developer in ColdFusion? Ideally this book assumes the reader is an experienced developer with no exposure to ColdFusion. Ideally the methods outlined in the book are still "best practice" methods.
Hi!Can someone teach or refer to any link to generate barcode in coldfusion 10?I did try in cf8 and it works but not in cf10. Please help
Hi,have any one tried the code from this link: http://www.jensbits.com/2010/03/18/jquery-ui-autocomplete-with-coldfusion/?i created table with 2 columns: Colnumn # 1: abbrev : TX, CAColumn # 2: state: Texas, Californiaand try the code from the link above but it did do anything for me, i am not sure if didn't have it right, can you please help?ThanksLisa============<!----index.cfm---><link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/redmond/jquery-ui.css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script><script type="text/javascript">$(function() { $('#abbrev').val(""); &nbs
How do I return a Soap Fault like this: <soapenv:Fault> <faultcode>soapenv:Client.Validation</faultcode> <faultstring>SalesCode must be 5 characters in length</faultstring> ... </soapenv:Fault>instead of a CFCInvocationException?
I would like to know if anyone has any issues installing or using ColdFusion Builder 2 since the recent release of the new version of Mac OS X 10.9 Mavericks.
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.