JVM Path - Error loading jvm.dll
I am performing a new installation on the following:Windows 2008 R2 service pack 1CF Enterprise 9.0.2Single Web Server installation using IISSQL Server I am getting an 'Error loading: C:\Program...
View ArticleString index out of range: -1 and cflogin
Hi all, We just started getting a strange error on our development server that is not happening in our test and production servers. I am getting the error message "String index out of range: -1" when...
View ArticleData type mismatch in criteria expression
Hey Folks. Having an issue with updating the database. here is the code plus error --- UPDATE FUNCTION ---<cfquery datasource="#APPLICATION.dataSource#">UPDATE CompanySET...
View ArticleComplex object types cannot be converted to simple values?
Hello, I am a newbie to coldfusion attempting to list the contents of a directory and keep getting an error that reads Complex object types cannot be converted to simple values. The error is occurring...
View ArticleHow do I force a file download from a folder above the root?
I am new to ColdFusion and need some help. I set up a virtual folder on my website and then mapped in the CF9 admin panel to a "Docs" folder above my root, where I would like to store sensitive...
View ArticleWebservice: Problem passing long string 8k
Hi, I have a webservice who receives a string parameter (xml). I send it a string shorter than 8 kb a no problem but when I send a long string longer than 8 kb, it has problems. Do someone know how...
View ArticleTomcat exception Cannot call sendError() after the response has been committed
CF 10 Developer Edition. Windows XP SP3 When submitting a page that worked fine in CF 7 on this machine, I get an error I've never seen before: ==================HTTP STATUS 500- description: The...
View ArticleColdfusion 10 Case Sensitive URLs?!?
I just migrated my CF8 site to CF10 (development only, thankfully!) and noticed that all sorts of issues were occuring with missing images. It appears that, after over a decade of "test.html" being...
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View Articlepost parameters exceeds the maximum limit specified in the server
After ColdFusion security hotfix APSV12-06 was installed, we got this error "500...post parameters exceeds the maximum limit specified in the server..." on our dev and test areas. We changed parameter...
View ArticleAnybody have any thoughts on CFWheels?
Hi all, I just recently got back into doing ColdFusion and I am looking at CFWheels right now as a framework choice? Any thoughts would be appreciated. By the way if anybody is looking for a...
View ArticleError 500: The Metrics service is not available.
On my production server (Windows Server 2008 R2 Web edition 64 bit, 4 GB RAM, Coldfusion 9.0.1 32 bit) every 4-5 days all websites aren't available, the error message is: ERROR 500: ROOT...
View ArticleBlank Admin page after applying Hotfix patch 4 to Coldfusion unix 9.01
I just finished applying the hotifx 4 for my 9.01 coldfusion 32bit server on a Unbuntu box and after restarting CF and Apache I noticed the Admin page comes up blank, otherwise CF is working perfectly....
View ArticleColdfusion 10 with IIS 7 Windows authenticaiton
I enabled Windows authentication in IIS 7 for a site powered by coldfusion 10. After I logged in, a coldfusion page that dump all the CGI shows REMOTE_USER and AUTH_USER are empty. The...
View ArticleColdFusion and Windows 8
So I just purchased my entire team of developers windows 8 machines, and I have found that CF does not install on Windows 8. How is it possible that Adobe does not have a Windows 8 release yet? I have...
View ArticleProblem with cfcexplorer.cfc
I'm actually working through a Flash Builder demo here (http://www.adobe.com/devnet/flex/testdrive/articles/1_build_a_flex_app 2.html). I got to the point of adding the service - i entered the rds...
View Articlecfloop: index loop
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec22c24-71aa.html
View ArticleCFCOMPILE and CF version compatibility
Hello All I have a question regarding CFCOMPILE and ColdFusion version compatibility. We would like to distribute our software sourceless and have tried to use the CFCOMPILE command line utility. We...
View ArticleColdFusion 10 silent installation and configuration
Hi, CF 10 docs seem a tad thin on the subject of silent / unattended / scripted installation and configuration. I need to find a fully automated (scripted) way to do these things:1) install of...
View ArticleWebservice: Problem passing long string 8k
Hi, I have a webservice who receives a string parameter (xml). I send it a string shorter than 8 kb a no problem but when I send a long string longer than 8 kb, it has problems. Do someone know how...
View Article