The official community for ColdFusion.
Nyligen aktiv
Brand new CF 11 install on Windows 2012 R2. I have a cluster of servers running so I disable the client variable purge process on ALL serves. Although the purge process is disabled I still see "Run Client Storage Purge" messages in the coldfusion-out.log. I want to ensure client variable purge is NOT running on each server.
Hi. We have a new server. On our old server, I used to get all the debugging info. from Cold Fusion on my computer if something was wrong with a Cold Fusion page. Now with the new server, all I get is a 500 internal server error. Is this because something is not set up correctly on the server and the debugging info. from Cold Fusion is not able to display? Does anyone know what I need to do to get the Cold Fusion Debugging info. to display? Below is what we all currently have:Our new server is running Windows Server 2012 R2 and IIS 8.5ColdFusion 11 StandardSQLEXPRESS 2008Thank you.Andy
I have successfully connected to a .NET dll. However, I am having a problem passing the correct data type.I asked a fellow developer who works in .NET and he said it must be a "data table". What is the equivalent in CF? A query structure doesn't work.Thanks
I am making a cfhttp call from my main server to reporting server. And it was working fine until few days ago.But suddenly it has started giving errors when I am trying to make http call through cfhttp. Following is the error dump :Charset [empty string]ErrorDetail I/O Exception: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-emptyFilecontent Connection FailureHeader [empty string]Mimetype Unable to determine MIME type of file.Responseheader struct [empty]Statuscode Connection Failure. Status code unavailable.Text YES Because this error has start coming all of sudden.I suspect is it because of automatic java update.I had seen some links related truststore key missing , but nothing was related to coldfusion.Anyone having idea regarding this ?Thanks in advance
Hi,I wonder if my JVM parameters on Coldfusion 11 are correct. My actual parameters are:-server -XX:MaxMetaspaceSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -Djava.security.egd=/dev/urandom -Duser.language=en -Dcoldfusion.rootDir={application.home} -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLogMinimum JVM Heap Size is 4096 MB and Maximum JVM Heap Size is 6144 MB.My server has 2 vCPU and 8 GB RAM.Yesterday, my Coldfusion server crashed suddenly so I ask you if there is some problem in my actual configuration.Thank you all.
Very strange, but repeatable issue I've run into. I'm using the barbecue Java barcode generator library to generate code128 compliant barcodes which are then handed to cfimage writeToBrowser to finally end up with printable packing/mailing labels. When rendered to screen, everything works perfectly, but as soon as I wrap it in a cfdocument tag, so that we can generate as a pdf for printing on a label printer, I'm ending up with the wrong image on the wrong label in a few cases. It's always the same records that end up reusing an image from an earlier record (and always the same earlier record). I can check in the ColdFusion8\tmpCache\CFFileServlet\_cf_image folder and see that all the correct images were created by the cfimage tag, but for whatever reason, some of the images don't make it into the pdf, but are replaced by a different barcode from an earlier record. I can't see any commonality between the two records and if I intentionally remove the earlie
Hello, all,I've got a query that (pseudocode) is like: SELECT fname, lname, ORGS.EntityName dir, Table2b.EntityName div, Table3.personalid, COALESCE(Table2b.EntityName, ORGS.EntityName, 'N/A') org FROM personnel, (ORGS INNER JOIN ORGS Table2b ON ORGS.OrgID = Table2b.ParentID), Table3 I'm getting an error message: "Table2b"."EntityName" : invalid identifier. I've also tried using the alias (dir,div), same error message.ORGS table has organizations; some organizations are "parent" organizations of other organizations, and has an ORGID and PARENTID.How can I use COALESCE() (if one is blank/null, get the other; if that's blank/null, use 'N/A') in this query?V/r,^_^UPDATE: I should probably mention that this is an Oracle database. 10g, I think.
I am following this article by Ben Nadel -- not sure if there are some other better tutorials out there. Anyway, I kept getting the Variable ALLARTICLESDATA is undefined. error.<script type="text/javascript"> // Run when DOM is ready. $(function(){ var jForm = $( "form" ); // Hook up form submit. jForm.submit( function( objEvent ){ // Get articles from Knowledge Owl. &
Hi All,I am creating a .dll object from ColdFusion but I am getting the following error message."Class GenerateSQLReport not found in the specified assembly list. The assembly that contains the class must be provided to the assembly attribute."The Process I have followed:- Updated the ColdFusion 9.0.1- Uninstall the .NET Integration Service- Install the .NET Integration Service for 9.0.1- Run the code.My Code is : "<cfobject type="dotnet" name="MDBDTable" class="GenerateSQLReport" assembly="#expandPath('./GenerateSQLReportDLL.dll')#">"I got the following StackStrace:________________________________________________________________________________________________________________________________________________________________________coldfusion.runtime.dotnet.Assembly$DotNetClassNotFoundException: Class GenerateSQLReport not found in the specified assembly list. at coldfusion.runtime.dotnet.Assembly.generateProxy(Assembly.java:272) at coldfu
<cfquery name="getSelectedPriorityList" datasource="#application.datasource#" username="#application.datasource_username#" password="#application.datasource_password#"> SELECT id, name FROM lrp, p WHERE lrp.id = p.id AND lrp.ra_id = 123 AND lrp.id in (#form.assignedPriority#)</cfquery><cfset nickname_list=Valuelist('getSelectedPriorityList.name')>If I run above code the value of nickname_list = Send Certificate Invitation,View Certificate,Allow Key RecoverybutI am in need the output as nickname_list = 'Send Certificate Invitation','View Certificate','Allow Key Recovery'Kindly let me know what exactly I need to do to generate above output.Thanks in Advance
Hi All,How can I export my data from a cfquery to an excel file?I found old links examples using old versions of CF, anyone wants to share a link or example?Thanks in advanced.
Hi. We set up at second CF10 server, identical to the first, but the new server breaks on all cfajaxproxy calls with "Status: 500, WDDX packet parse error at line 1, column 1. Content is not allowed in prolog." The servers are identical, completely patched and up-to-date, and everything works on the old server.I've cleared my browser cache and temp files, checked that the return value does not have stray characters (it fails even if nothing is returned), tried returntype=plain/json/xml, asyncmode and syncmode, and turned on debugging, which only generates the same error message.Using straight javascript to call a new XMLHttpRequest() does work, so it's something about cfajaxproxy that's failing.Any idea what could be causing the issue?Thank you.
Hello AllI am on a CF8 server (the company hasn't upgraded) an I need to create an xslx file.Any suggestions?
The browser seems not to be able to download coldfusion 11 standard. I tried it with chrome and firefox, but both don't seem to support the akamai downlaod manager. What is the solution to this problem?
The process w3wp.exe serving the application pool for our website terminates unexpectedly. Due to which, the website responds with HTTP Error 503 - Service unavailable.Manually restarting the application pool for the website brings the site back up.We have discovered no pattern in the crashes, it appears at this time to be random/intermittent.We have pulled the debug files / info for the most recent crash...It looks to be pointing to ColdFusion.SWOC.exe (Which I think is an ODBC component?)Faulting application name: swsoc.exe, version: 6.0.0.14327, time stamp: 0x555bfaa0Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000Exception code: 0xc0000005Fault offset: 0x00000000Faulting process id: 0x5d8Faulting application start time: 0x01d14aba4c4c0edaFaulting application path: C:\ColdFusion10\cfusion\db\slserver54\bin\swsoc.exeFaulting module path: unknownReport Id: 9421075f-b6ad-11e5-9309-005056802b2eSWAGENT.exe (DataDirect SequeLink Agent or swAgent Module)Faulting appl
I log into my cfadmin and suddenly my CF Scheduled Tasks throws 500 Errorwhen I look at log I see this' The specific sequence of files included or processed is: C:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\scheduler\scheduletasks.cfm, line: 196
We just upgraded to Exchange 2013. CF9 is no longer able to send emails.I'm not the webbed and don't use CF, but the people that do don't know what to do to fix this. Anyone have nay ideas?
Hi. I am looking for an easy way to create search engine safe/friendly (SES) URLs for my legacy site. Right now all my content URLs are currently being rewritten in IIS 7.5 using the URL Rewrite module to make http://www.site.com/page.cfm?pageID=1234567 look like http://www.site.com/1234567. We have been doing this for years and it works fine. All our internal links are hard-coded based on this.However, now we want to inject our page titles into the URLs so they looks like http://www.site.com/1234567/This-is-a-great-press-release. If I handle the URL using Application.cfm or onRequestEnd.cfm I can easily match the pageID with the title in the database and append it to the end substituting spaces for hyphens and use CFLOCATION with a 301 status code to send it on its merry way but this sets up an infinite loop. How do I get around this loop? Is there a simpler way to do this that I'm not seeing?We are trying to avoid manually retrofitting the th
Services Windows could not stat the ColdFusion I I Application Server on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 2.
I'm able to use cfhttp to query the data. However, I'm not sure how to reserve this data for my jQuery .getJSON() calls. Since I can't do a CORS call with JavaScript, I believed an alternative is to use ColdFusion cfhttp calls. Any suggestion is much appreciated.
I am trying to take a feed provided by Active911 Below, Code is also below... But I keep getting a "Unable to read the source URL - handshake alert: unrecognized_name" error. I have used this same code over a dozen times on different rss feeds with no issues. I am pretty new to the coding world. If anyone could shine some light on my issue it would be greatly appreciated.https://access.active911.com/interface/rss.php?r3vdie (Source of Feed)http://www.lpvrs.org/response (Page I get the error on)<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>LPVRS 911 CALLS</title><!---Begin Pulling CAD Calls from SMC CAD RSS---><cfset rssUrl = "https://access.active911.com/interface/rss.php?r3vdnd"><cffeed action="read" source="#rssUrl#" query="entries" properties="info"></head><body><!---Begin CAD RSS Output---><table border="0" cellpadding="0" cellspacing="1" align="left"><table border=
I've been wrestling with Coldfusion 11 for a the past couple of days attempting to start the server so I can at launch the program. But, no matter what I do or try it won't start.When I go into terminal and type: /Applications/ColdFusion11/cfusion/binResults in: No such file or directory The folder is at that location, everything is there.So I'll try to start Coldfusion via TerminalResults in: You must be the root user to configure the ColdFusion to start on System boot. Start ColdFusion as "sudo ./coldfusion start" to configure. Once it has been configured, start ColdFusion as "./coldfusion start" to run ColdFusion as non-root user.Then I'll try sudo ./coldfusion startResults in: sudo: ./coldfusion: command not foundWhat am I doing wrong?
I am having issues downloading Coldfusion 11. We own CF11 but the installables are handled by another group and we do not have access to them. In the past, our developers would just download the trial/developer version from Adobe. Now, however, Adobe requires a download manager which apparently doesn't work with our company's network security. I have installed the client (something many people cannot do) but the status is stuck at "Waiting..." and the file never shows up in the Akamai NetSession Interface Console.I need help to get this file and official support options appear to be discontinued (since everything drove me here). I have found other places that have the file, but I am nervous downloading from a non-official location.To Adobe,This is a major failure. You have a Fortune 500 company that has purchased your product, and its Developers (which drive the product's use at the corporation) which cannot get the download to facilitate the upgrade for its use.We mainly use Mura whic
My Coldfusion10 instance hangs frequently on in two weeks even without any load
I need to know if ColdFusion 10 is supported on Solaris 11.
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.