Questions
Als letztes aktiv
I've downloaded the ColdFusion Builder 3 trial and am experiencing some odd and very annoying behavior.I've customized some code editor text font and color settings. I've added an entry to the CF Servers panel for an instance of ColdFusion 10 running inside a VMWare virtual server on my laptop.When I restart Eclipse, all the code customizations I've made are reverted back to the default install settings and the entry in my CF Servers panel is gone.I've been an IntelliJ user for well over a year, but in doing much more cfscript-based development the CF Plugin for IntelliJ is proving to be a hindrance so I thought I'd give CFB 3 a try and see if there were any improvements over CFB 2. However, I can't take this kind of behavior. Hopefully someone can give me a setting or someone else has seen this before and can give me an idea of where to start looking.I have CF Builder installed as a plugin into Eclipse Kepler 64-bit for Mac. I added the CF Builder update site and have updated to CF Bu
I am running CF10 on IIS 7.5 with URL Rewrite module installed.All the rewrite rules work perfectly and ColdFusion is returning the correct pages. In order to get the page displayed in the browser I have to manually set the 'content-length' value in Application.cfc like this:<cfcomponent><cffunction name="onRequestEnd"><cfheader name="Content-Length" value="#getPageContext().getCFOutput().getBuffer().size()#" /></cffunction></cfcomponent>Without this code the browser does not display the page. However, even though it is now displaying the page, it is not doing it correctly. The page never finishes loading fully and not all of the HTML content seems to be on the page.I have tried to add a <cfflush> tag after setting the 'content-length' but it makes no difference. I don't understand why this is happening but I know that it has happened to someone else who was using htaccess: http://forums.devshed.com/coldfusion-development-84/page-not-finishing-loadin
Hello.I am trying to apply for a 30 days free trial on adobe connect, however when I submit my application this error occurs. What should I do? I have Windows 8/ google chrome.Please keep the answers short since I have a bit hard to to understnd difficult meanings.
It there a maximum amount of Ram that can be allocated the the virtual file system? When I specify more than 1 GB size, the system returns a negative number for the remaining free space, and any attempt to store a file resuts in storage limit exceeded errors.I've been unable to locate much detail about the VFS configuration via web searches. Any details are appreciated.Ronnie
Addition information. ColdFusion Application Server is not running and will not start error logAug 13, 2014 2:58:49 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.path: C:\ColdFusion11\cfusion\lib;C:\ColdFusion11\cfusion\jintegra\bin;C:\ColdFusion11\cfusion\jintegra\bin\international;C:\ColdFusion11\cfusion\lib\oosdk\classes\winAug 13, 2014 2:58:50 PM org.apache.coyote.AbstractProtocol initINFO: Initializing ProtocolHandler ["http-bio-8500"]Aug 13, 2014 2:58:50 PM org.apache.coyote.AbstractProtocol initINFO: Initializing ProtocolHandler ["ajp-bio-8014"]Aug 13, 2014 2:58:50 PM org.apache.catalina.core.StandardService startInternalINFO: Starting service CatalinaAug 13, 2014 2:58:50 PM org.apache.catalina.core.StandardEngine startInternalINFO: Starting Servlet Engine: Apache Tomcat/7.0.52Aug 13, 2014 2:58:57 PM org.apache.catalina
We installed CF 11 Standard 32 bit on a Win 2012 R2 server with IIS 8.5. We tried installing both with 32 bit "Enabled = False" and "Enabled = True". Both resulted in Error 500 or 500.19.Below are more details, with images following for the errors and the Handler Mappings.The CF11 HKLM software key is under the WOW6432Node key. We get the 500.0 error when the DefaultAppPool 32.bit setting is "false" and a Test.htm program works just fine. If we enable 32-bit, the result is a 500.19 error for both the CF admin and the Test.htm.
We have custom JAVA code that we are trying to interface with. The JAVA code works as expected within Eclipse JUnit. But when we try to reference the code in ColdFusion we get a "Cannot instantiate class: com.sun.jndi.fscontext.RefFSContextFactory" error. We have tried to put the fscontent and providerutil jars everywhere we could think of to get this resolved. We even tried to run JHades as a servlet listener to see what was happening with the class loading (the server would not even start with the listener in place.)We are using the context factory to access a .binding file that access IBM MQ message queues.We have tried to get this to work with CF9, 10, and 11. We have run 10 and 11 as standalone servers, then we even tried running 11 as a JEE application in JBOSS. Same error.
Greetings All,I was just recently upgrading my servers and ran into some trouble. I had ColdFusion 8.0.1 Standard up and running just fine on Apache 2.2.11 on a 64-bit CentOS 5.1 server. I got a new server, install CentOS 5.3 64-bit and then OpenSSL, Apache 2.2.11 and then tried ColdFusion 8.At first CF8 wouldn't install because the httpd binary I build was 64-bit, something I had never had a problem with before. So I recompiled apache with export CFLAGS=-m32 first and that got me a 32-bit apache httpd and ColdFusion would install.Once I started the ColdFusion the apache connector failed. I remember this problem from ColdFusion 7, but I don't remember ever having this problem with 8. I've look through all of the 64-bit related information and nothing works for me. I continue to get stuck trying to compile the mod_jrun22.so by hand. Here is the output when I try to compile it:/Error running "/opt/coldfusion8/runtime/lib/wsconfig/1/build_jrun22": exit code was 1Could not build Apache2 we
I have two variables date_end and Date_end_time. The form when being dumped is setting date_end to a {t 00:00:00} and not passing the date. When i look at the scope i see:DATE_END=01/01/2014DATE_END_TIME=but when i dump the form i get:DATE_END{t '00:00:00'}DATE_END_TIME[empty string]When i dump the form in application the variables are corect. Is there some funky coldfusion bs going on? like _required? this is annoying.
When we do a query.columnList on a table that contains a geometrydatatype column it errors with unsupported data type. This does notseem to be fixed in CF10 - Update 11. Have you heard of this, seenthis or have a solution to this issue?Super easy to reproduce, just create a table with a geom or geographycolumn, run a query Select TOP 1 * FROM TABLEWITHGEMO, whatever andthen do the queryname_columnList which normal returns column namesthat you can loop through (as you most likely know).
Coldfusion Builder 2 won't turn off Auto-Insertion of Matching Characters , even though nothing is checked in Typing Preferences. For example every time I type " or ' I get "" or '' Does anyone have this problem?
Small Cold Fusion shop and our setup has long been that we've each had our own CF server (development version) on our desktop that we developed against. We are being forced to move to a single server environment so I am researching best ways to do this. The first thing that jumped out was that we'd need multiple instances of the server so that each developer could hose/restart/etc their CF service. That obviously points to CF Enterprise and it's hefty price tag. After some research, it appears that the developer version WILL work the same way as the Enterprise version (multiple instances), with the same limitations as dev (localhost and one other IP address). This sounds like a much better solution, but I just wanted to confirm - is it safe to assume the ip restrictions are per instance? Seems it'd be silly to allow multiple instances, but still limit the ip's at the overall server level. We'll be looking for a setup where developer 1 (and thei
Hi,We seem to have run in to a problem with two CF instances having high CPU usage after 1-2 hours.We have three servers, two of which are back ends to a load balancer, the third is just on its own. They all have the default installation of CF 11 Enterprise running on W2012 R2 / IIS 8I noticed that CF installed on the two backend servers started using a lot of CPU (30-40%) after a couple of hours, then as time went on further so did the CPU usage. If left overnight it would be hitting 100% constantly.These are fresh installs and have no content being served except for the default web site in IIS. So this rules out dodgy code etc.All three servers have the same software installed on them and the same IIS configuration. I went through the CF 11 lockdown guide to see if this would make any difference, the issue occurs with or without the changes in this guide. I have changed the jre to a different version and this has made no difference. I have made changes recommended for the workers.pro
Has anyone ever had a problem with winmail.dat files while reading attachments from cfpop emails? Is there a way to parse these out and get the attachments (excel, word, pdf etc..) out of the email?
I have ColdFusion 10 Developer edition. It has update 10: version number is 10,10,10,284825. The server does not run scheduled tasks. If I choose "run" from the scheduled tasks window, it says "the scheduled task was completed successfully," but does not do anything. The task is supposed to create a log file. When I run the CFM file manually (by typing its location in the browser), it runs. What am I doing wrong? One more thing - the site uses https, and the certificate may be out of date. Could that prevent CF from reaching the page?
variable application is undefined
Has anyone had issues with cfspreadsheet where a sheet has formatting issues when the sheet is added as a additional sheet using the update action, while the same sheet looks fine when the sheet is the first or only sheet added using the write action?I am using CF 10.
Hi everyone. I'm trying to get 2 drop down menus to each have something selected when the form is submitted. I'm using javascript for this, but I can't get it to work. Basically, if one is blank and the other one isn't, I want an error to pop up saying they have to fill in the one that is blank and vice versa. What am I doing wrong? Here's what I have for the javascript and on the form below. My 2 drop down names are Mfg_Spec_Prod_Approval_Initials and Mfg_Spec_Prod_Approval_Rev. Thanks for anyone's help!Andy<SCRIPT LANGUAGE="JavaScript"> function verify() { var partNumber = ''; var ecoNumber = ''; var ProdInit; var ProdInitValue=''; &nbs
Hi,I'm just working on Migration CF10 -> CF11 and reallized that some figures are display like date.So check and the debugging ends on that:CF 10 :parseDateTime("2000") => Exception "2000 is an invalid date or time string."CF 11:parseDateTime("2000") => {ts '2000-01-01 00:00:00'}Sound really strange.Regards.More experimentation in CF11:parseDateTime("999") => Exception "999 is an invalid date or time string."parseDateTime("0999") => {ts '0998-12-27 00:00:00'}parseDateTime("1000") => {ts '0999-12-27 00:00:00'}parseDateTime("1582") => {ts '1581-12-22 00:00:00'}parseDateTime("1583") => {ts '1583-01-01 00:00:00'}...
Hello,We have an application running using ColdFusion 8,0,0 and are planni gto upgrade to ether ColdFusoin 10 or ColdFuson 11.I am less familiar with both vesions (10/11) so I wonder:Are there any compatibility issues (e.g. deprecated tags / functions) when moving from CF 8 to CF 11? Is ColdFusion 11 mature enough to migrate to from CF8?And also: what is the lifcycle of CF 11 vs CF 10?Any tips / pointers are welcome!
Hi,Please help, I m struck with this for the past 2 days.Basically i have big query and with cfoutput and group attribute; i m displaying hte results..It has 4 levels of grouping.Also, the grouping column will be different every time the user choose it.so I'm building an array to do it.Suppose the user choose only 3 columns, I'm manually adding the 4th column so that array has 4 values all the time.At time, i m getting this error, the column name is invalid.Your help is highly appreciated.<cfoutput query="mtburbycust" group="#lstSQLOrderBy[1]#"> <cfif currentRow EQ 1> <cfset rowColor2 = 'CECE9E'/> <cfelse> <cfif isdefined('Prevcolor')>&n
I would like to create a function for my clients to create a custom page URL similar tot what Wordpress can can do. So my client's can customize the page URL info for example http:/www.novospa.ca/guinot-skin-care-products/ Is this doable and how would I do it?
Is there a way to integrate Amazon to Cold Fusion so the persons products entered in the site will automatically be added to the amazon store as well?
Trying to roll this server into production but keep having errors popup on Event Viewer:After dealing with the issue of not being able to restart the CF service and applying the hf1100-3776060.jar hotfix - I continue to receive the following error====================The description for Event ID 3 from source ColdFusion 11 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.If the event originated on another computer, the display information had to be saved with the event.The following information was included with the event: ColdFusion 11 Application Server3284the message resource is present but the message is not found in the string/message table=====================Any help will be greatly appreciated!Thank you!
I can't seem to add a datasource. I have a Microsoft Access database (typical mdb file), and I can't add it as a datasource. I keep getting an error.Unable to update the NT registry.Variable DRIVERPATH is undefined..
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.