cfquery and cachedwithin yields variable undefined
This one is driving me nuts... I have the following piece of code... <cfquery datasource="#dsn#" name="q" cachedwithin="#createTimeSpan(0,0,30,0)#"> Some fancy SQL </cfquery> Today, the...
View Articlecf9 won't start after installing JRE 7 update 25
C:\ColdFusion9\bin>cfstart.batC:\ColdFusion9\runtime\jre\lib\rt.jar: error reading zip fileError occurred during initialization of VMjava/lang/NoClassDefFoundError: sun/reflect/UnsafeFieldAccessorImpl
View ArticleCFApplets seem to not be installed
I am currently moving a legacy application from CF7 to CF9. One trouble I'm having is with the cfgrid tag. The applet is failing. To ensure that this is a problem with my server setup and not the...
View ArticleNeed to get totals from certain rows.
I have a database that I'm pulling some funding numbers out of. There are columns for state, year, funding amount, and project #. I need to display them in a table by year, then state, sort of like...
View ArticleCF10 Update 11 error log problem
Since applying update 11 on CF10 \ColdFusion10\cfusion\logs\coldfusion-error.log reports this error in bold: org.apache.catalina.core.AprLifecycleListener initINFO: The APR based Apache Tomcat Native...
View Articlehow to color the tabs of ? Because i am getting an error in java script...
how to color the tabs of <cflayout>? Because i am getting an error in java script "Uncaught TypeError: Object [object Object] has no method 'getTab'"?? please help me out...
View ArticleColdFusion closures
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSf23b27ebc7b55 4b664dd90601357fb06a77-7ffc.html
View ArticleProblem with a ColdFusion (Queries spend a long time to return)
Hy guys My team have a problem with a Coldfusion (version 8,0,0,176276). Apparently this issue has a relation with queries that spend a long time to return some result, making the poll to open more...
View ArticleCFmap, Google api key, and CF10
We recently upgraded from CF9 to CF10. The cfmap gave errors that the Google API wasn't correct. When I looked into it, it appears that the Google API key expires after 1 day. Do we still need the...
View ArticleUpgrade ColdFusion MX 6.1 to 10
Hi Everyone, I have ColdFusion Mx 6.1 server installed. I want to migrate the server to ColdFusion 10. Is it possible to migrate/upgrade from 6.1MX to 10? If possible, please suggest with the steps...
View ArticleWould any of you ColdFusion Jnr/Mid developers like a job in the stunning...
Please follow the link below for the job details. http://jobs.epsys.co.uk/
View ArticleCF10: cfchart in a gateway giving: java.lang.NullPointerException
We have recently upgraded to CF10. Our application uses cfchart for reports. In a standard request the charts work perfectly. We create png images en the publish them. All server activit <cfchart...
View ArticleCluster creation help!
Hi there Does any one have a fool-proof document for creating and proving a 2 server ColdFusion 10 cluster? Most of the documents I have found are missing something. More specifically, what is the...
View ArticleCF10: Address already in use: JVM_Bind
After a fresh install of CF 10 multiserver I have made 6 instances. After a reboot of the server 4 of the instances have an exception: "Address already in use: JVM_Bind"java.net.BindException: Address...
View ArticleColdFusion 10 - With oracle ojdbc6 jar
Recently we had to add ojdbc6.jar to our CF10 lib folder since the Oracle drivers (version 8) shipped with CF10 did not meet STIG requirements. We have run into an issue where we get "PLS-00306:...
View ArticleColdFusion Server question
I have a virtual web server at work. I have several different sites on it, lets call them: SiteA.MyWork.orgSiteB.MyWork.org <-- this is a ColdFusion siteSiteC.MyWork.org The sites are all...
View ArticleColdfusion 10 Standard Websocket User Limits?
I haven't been able to find a definitive answer on this: Is Coldfusion 10 Standard limited to 5 websocket connections or 100 websocket connections? The official documentation states 5, but...
View ArticleCF10 expandPath() problem
I currently have 2 servers. Server 1 runs Win 2003 with CF9 and IIS. Server 2 runs Win 2008 R2 64bit with CF10 and Apache 2.2 with virtual hosts. For years, on Server 1 when it ran CF7, CF8, and now...
View ArticleFont's for CFDocument PDF not consistent
I have identical CFM file's on 2 different servers which generate a PDF. I use a style tag like this:<style type="text/css"> td { font-family : Arial; color : Black; font-style :...
View Articlecfflush in CF10, Server 2008 R2, and Apache 2.2
I've been googling for a while and I can't find the correct reason for why I cannot get <cfflush> to work. Any time I use it on my server the output only appears once the page is done loading....
View Article