The official community for ColdFusion.
Nyligen aktiv
Can't Adobe just go back to the simple forum they used to have? This one is clunky and hard to navigate.Where the heck is the search field? I don't see the pod above that is referenced in the instructions.Keep it simple, folks. Search using the "Ask a Question" Pod above "Ask a question" will search all the ColdFusion forums/subforums. If you don't find your answer, ask a question by first signing in (link on the top right), then consider choosing a subforum on the right before using the "start a new discussion" link, which will appear on the far right after login.
I'm setting up a Windows 7 development box running IBM WebSphere 8.5 (64-bit), IBM 1.7 JDK (64-bit). I have installed the ColdFusion 11 ear (11,0,03,292480) file, but when I try register a web services in the ColdFusion Adminstrator using both Web Service Version 1 or 2 I get the following error.Error 500: java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class="com"/sun/tools/javac/Main, offset=6From what I have read online (Java Errors: “UnsupportedClassVersionError…bad major version at offset=x” - The Altogether) the "java.lang.UnsupportedClassVersionError:" and "bad major version" mean that the project was compiled with a higher level Java compiler than the runtime can support. I am running the IBM 1.7 JDK, when I do a version check (java.exe -version) in the bin directory it says it is based on Oracle 7u13-b08. I have read ColdFusion 11 supports Java 1.7 so I am not sure what the problem is.
We are trying to patch our ColdFusion instances (v9, 9.0.1 and 9.0.2) up to the latest version, but the links at this advisory all 404: http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb14-23.html Does anyone know where I can download the updates please?I have tried emailing 'cfinstal@adobe.com' and 'cf.install@adobe.com' but have not had any response.
Coldfusion 11Windows Server 2012 R2Both the Coldfusion admin and additonal site work fine on HTTP.As soon as I attempt to enable SSL websockets and install SSL certs, the Coldfusion 11 Application service will not start. I followed the steps below....Coldfusion 11 - Web Sockets via SSLThe Coldfusion-error.log showsJan 26, 2015 3:21:23 PM org.apache.catalina.core.AprLifecycleListener initINFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.pathServer was a cloned VM of the test server with developer copy of CF11, but license has been purchased and applied. SSL certs have been imported successfully, paths are correct in CF Admin to the cert file etc.Do I need to install another version of Coldfusion to get around this issue or is there a download update I need to apply?If i reconfig the \cfusion\runtime\conf\server.xml to comment out the SSL sections it works fine.Any assistance welcome - I can't al
I have CFGRID that is using the "APPLET" format and the results are returned and show on the screen just fine. However, when I click a cell to edit, the content of the cell disappears and will re-appear once I start typing. In addition I cannot select the contents of a cell to copy the contents. I am not sure if these two behaviors are related or not but it is driving me crazy.Any help would be greatly appreciated. Code is as follows.. <CFGRID NAME = "MyGrid HEIGHT=400 WIDTH=500 HSPACE=0 VSPACE=0 ALIGN="ABSMIDDLE" SELECTCOLOR="white" SELECTMODE="edit" ROWHEADERS="YES" ROWHEADERWIDTH=50 &nb
Hello, everyone,Is it possible to add a script (.cfm file) to /CFIDE/Administrator and run it?I've got a script that is used for reindexing and optimizing a small set of Solr collections, and the PTB do not want it publicly accessible (even though it will never touch a database, and I have conditions set so that only one of us can run it), so they are asking if it can be run from within the protected /CFIDE/Administrator folder.I copied my script (and an associated .gif image) to my local CF server /CFIDE/Administrator folder, but I can't run it. Every time I browse to it, I get redirected to the login page.V/r,^_^
ColdFusion Search Dialog:Search on Open Documents produces java.lang.NullPointerExceptionWorks well with Search on Current DocumentsPaid license.Please Advice.
What is the default attribution method? Is it last non-direct-click like GA or something else?
We just upgraded to CF11 and one of our apps had pieces stop functioning. We have figured out most of it, however one of our cfgrids is having issues. When the page is loaded the cfgrid hits the CFC that is specified in the bind settings (passes in the default employee ID of 0 and returns no data). When we select an employee name from the dropdown menu, we receive a 400 error saying the page can't be found. When the select is changed, it looks like it reverts to the root path instead of the cfc specific in the bind argument. Does anyone have any idea on the direction we should go to fix this? The exact same code works on CF8... but is completely broken on CF11.Thanks for your help.
Anybody else have this problem?
Hello, Just looked in the CFAdmin (CF10) info area, and have noticed the license key is stored in plain text.Should this be so? My concern is as a hosting company we have purchased X amount of Enterprise licenses. Some of the servers are hosted as private VPSs, to which we provide admin access (server and CF).If a customer of ours decided to go to a competitor there is nothing stopping them seeing our license key, copying it and installing CF themselves on a server not managed by us, thus getting a free license - and we would not know.I really think the license key should be hashed. Any opinions on this?ThanksLuke
I am looking for assistance on how to best manage the output of a text field that spans across a page break when printing a report. The Content within the text field is split across two pages with part of the text lost in the margins of footer and header of each page. I need a way to force a page break if the content with in a text field spans two pages. ThanksJeff Dumont
I am trying to add how many records have the Ethnic value of "P", "U", or "W". I have tried different variations of:iif (query.ethnic_cod = ["P", "U", "W"], 0, 1) and the report errors out.Please advise.
We have a jdbc datasource setup to a DB2 database that works fine for about 6 days and then we get the error I've included below. If we restart the ColdFusion service the data source starts working again. I have searched google with no luck, has anyone ever seen this before?We are running ColdFusion 11 64 bit on Windows 2012 server."Error","ajp-bio-8016-exec-4","01/28/15","23:15:00","project","Error Executing Database Query.System or internal error java.net.SocketException: Software caused connection abort: socket write error The specific sequence of files included or processed is: \\ourServerName\directoryName\index.cfm, line: 77 "coldfusion.tagext.sql.QueryTag$DatabaseQueryException: Error Executing Database Query. at coldfusion.tagext.sql.QueryTag.startQueryExecution(QueryTag.java:841) at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:745) at cfrunwinextract2ecfm2052252949.runPage(\\ourServerName\directoryName\index.cfm:77
Having an odd issue with where it will throw a 500 error instead of the standard CFError page.This will typically happen for instance if there's a recordset issue (does not exist). However, I can see errors relating to say a missing include.Any ideas would be greatly appreciated.I'm also having a weird issue with Report Builder losing connection .. but only when it's run on the server itself (references 127.0.0.1 for the server host)Closing the app and re-opening will allow you to work for a while, but you'll get kicked after a minute or two.For testing there is no AV installed, and also the internal firewall has been disabled.Thoughts? Ideas?
Hello - I need to upgrade ColdFusion from v9,0,0,251028 to at least vCF9.0.1. Can someone please direct me to a site with directions/procedures for doing that? Thanks very much.
Hi! I am working on a website project in which they require to play swf videos without installing Flash Player. It was tested on iPad it is not possible to view the videos. Is there a way to solve this in CF?Many thanks
using CF10 with Fusebox 3.0bind attribute for cfgrid is invoked via cfc. this invokation is calling fbx_settings.cfm instead of directly calling the cfc (location specified using cfc dot notation) happens in CF10 and not in CF8. reasonings / suggestions ?
Need some assistance... After upgrading to CF 11, we have some users who's AD accounts are being locked out while using a CF program. This wasn't happening on our previous version of CF. The code has not changed in any of the programs which leads me to believe that it's either a setting in IIS or in ColdFusion. Any ideas or suggestions?
Since upgrading to CFB 3, I am unable to view "ColdFusion Documentation" (Help). How do I restore this functionality?
How much does Coldfusion cost.. the lastest one?
I have been trying to validate a few fields before submitting a form. Once the fields are validated by CF I want to pop up a sign in form if the user is not signed in. However, the problem is that the sign in form is pop up without validation. inquiry.cfm<cfif not isdefined("form.p1")> <cfform name="inquire" action="inquiry.cfm" method="post"> <input type="hidden" name="p1" value="1"> <cfinput type="text" name="email" size="50" maxlength="50" required="yes" autofocus="on" validate="email"> <cfinput type="text" name="subject" size="50" maxlength="50" required="yes" validate="noblanks"> <cftextarea name="message" cols="45" rows="8" wrap="soft" required="yes" validate="noblanks"></cftextarea> <cfif signedin> <input type="submit" value=" Send "> <cfelse> <input type="submit" value=" Send " onclick="signin(); return false
Is it possible to add a jdbc datasource to the tomcat container running a cf 11 instance? If so, is the any documentation on how to do this?thanks in advance..
I have an application that makes use of some session variables to preserve and check login information; not an uncommon technique. I have recently instantiated a test server in the cloud using ColdFusion 11 and IIS 8.0. I am running Windows 7 Ultimate with IE 11 installed. My colleague has a laptop running Windows 8.1 and whatever version of IE that is installed with that operating system ( I will verify version and update later).I am able to access and use the application without problem over the open internet, but my colleague can login, go to the main menu, but once he selects a template for any activity (This is where the login status is checked) he is redirected to the login page because the session variables that were previously set for him no longer exist.I had a similar problem on my computer about 2 months ago. I researched it and found advice to clear out cookies and temporary internet files in my browser. This fixed my problem.The problem is that the
I have a pretty fast machine and it takes CB Builder 3 like 3 minutes to load. What can be done or does everyone just accept this?
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.