Questions
Als letztes aktiv
ColdFusion 11 Details:Server Details Server Product ColdFusion Version 11,0,03,292480 Tomcat Version 7.0.54.0 Edition Developer Operating System Windows 8 OS Version 6.2 Update Level C:/ColdFusion11/cfusion/lib/updates/chf11000003.jar Adobe Driver Version 5.1.3 (Build 000094) Sample error:queryError [Macromedia][SQLServer JDBC Driver][SQLServer]Procedure or function 'ListClientDPReceiptFormat' expects parameter '@idCient', which was not supplied. where (param 1) = [type='IN', class='java.lang.Integer', value='4', sqltype='CF_SQL_INTEGER'] Stored Procedure: <CFSTOREDPROC procedure="ListClientDPReceiptFormat"> <CFPROCPARAM TYPE="IN" DBVARNAME="@idClient" VALUE="#Request.Client.Id#" CFSQLTYPE="CF_SQL_INTEGER"> <CFPROCRESULT NAME="qryDPReceiptFormats"> </CFSTOREDPROC>This stored procedure and others like it worked fine until CF 11 upda
Is anyone else having issues with cf 10 update 15 and oracle datasource ssl connection string? Update 15 breaks the connection string.
I am responsible for several CF 9 Servers for a large group of developers and I have been more and more frustrated by the LACK of information in the application.log file.Specifically - the lack of user_agent in the log.I know that I can set a server side error file - but frankly - I just don't have the time to rebuild the proverbial wheel and recreate a whole new application just to trap errors.The existing log system almost has all I need to initiate a development support ticket - but getting flooded with Bots and PCI Compliance testing is resulting in a lot of wasted time searching for real errors.Are there any downloadable or purchasable code out there that already does the trapping efficiently and effectively?
ColdFusion 11 Update 3 is available for early access — Adobe ColdFusion BlogThanks,Adobe ColdFusion Team
This one has me quite confused. I have a baby test routine:testrun.cfm<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title></head> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><cfset dataout = timeformat(now(), "mm:ss")><cfquery name="testrun" datasource="#application.ccidatasource#"> update bridge set testtime = <cfqueryparam cfsqltype="cf_sql_varchar" value="#dataout#"></cfquery><script type="text/javascript">$.getJSON("cciBridgeServices.cfc", { method: 'testThis', tes
I'm behind a proxy server and I have added the following arguments to the "Server Settings > Java and JVM" in the Administrator-Dhttp.proxyHost=proxyhostURL-Dhttp.proxyPort=proxyPortNumber-Dhttp.proxyUser=someUserName-Dhttp.proxyPassword=somePasswordI can check for updates, but cannot download them. Where cna I download them from on the Adobe site?
We are considering adding ORM to an existing project. We have not worked with ORM in production before and this has the potential to be one of our biggest projects in terms of usage. For this reason, I have hesitated to suggest it, but i think it could simplify some things for us, specifically with respect to code maintenance and re-use. This is also the second phase of development, so all the query logic so far is in place without ORM, although we do have queries separated into a separate service layer. We are looking to get some arguments for and against using ORM it in production.Are people using ORM in large production projects now? Any problems or considerations using ORM mixed with native CF query methodologies (cfquery, etc)? What are some things to consider with respect to scaling and performance (I have played around with options for lazy loading, batch loading, and secondary caching using ehcache)? What about maintenance and security?
This is just a community service announcement. If you have a twitter account and want updates on CF related bugs and other information you might want to check out @cfnotifications or the corresponding website http://cfn.cfuser.com. The information comes from the Adobe bugbase. The twitter feed and website are not officially supported or sponsored by Adobe.
I have a <select multiple> Tag that lists out cities. Is there anyway to have a button that would select all contents in that field?
I have a page that is tall enough that it scrolls vertically. When it finishes loading, the browser automatically scrolls to the bottom of the page where a cfgrid element lives. It happens in IE, Chrome and Firefox.I've narrowed the cause down to the JavaScript that the ColdFusion 11 server adds to the top of the page. If I disable scripts in the browser, the page doesn't automatically scroll to the bottom.Adding window.scrollTo(0,0) to the body onload doesn't work. Whatever JS is scrolling to the bottom happens after the onload event. I haven't tried jQuery's .ready() yet; hoping there is a fix.Has anyone else seen this and know of a fix or workaround?
Adobe is running a ColdFusion User survey to understand various aspects related to ColdFusion such as product satisfaction, product usage, platform usage, purchase process, access to training resources and issues related to hiring CF developers. Adobe is working with a third party research organization to host and analyze the results from this survey.Survey will approximately take 20 mins of your time, but the detail in the survey may provide valuable insights into making the product, that you care for, so much better and relevant.Here is the link for the survey.
Can anybody help!Payment processor Chargify updated their SSL from SHA-1 to a Comodo SHA-2 SSL. Well this has caused major problems on my end. CFHTTP now returns "Connection Failure" and nothing more.I have:Downloaded the new cert from Chargify.com in .cer format.Used the keytool to import it to CACERTS sucessfully (Java version 1.4.2_19 Which should work)Restarted Coldfusion and that didn't workAlso downloaded COMODOExtendedValidationSecureServerCA.cer and COMODOCertificationAuthority.cer and added both CACERTS file via keytool import.Restarted Coldfusion and that didn't work.I'm thinking if they would have used Thawte or Verisign, I wouldn't have this problem. Anybody have any suggestions??? I've been pulling my hair out for the last 8 hours trying to figure this out.
I have CF 10 sp 14 running on a Windows 2012R2 Virtual Machin and I need to connect from a win 8.1 client running CF Report Builder 10 to the CF server. The cf server erver is hosting 2 web sites with seperate IP addresses and a third web site with the CFadmin site. I have tried all the combinations of the CF RB RDS server setup screens without success.I can browse the local server folders while setting up the data sources - which I think means that RDS is working.I also have setup individual users with RDS access and passwords. I am using the CFadmin IP address for the Host Name: 172.16.1.242 and port 80 or 443 (I do connect to the admin pages with https) Typical errors when using Test Connection. The following error occurred while trying to connect to the RDS Server: Http/1.1.404 Not Found Ideas - is this supposed to work? Jay Bietz
Hi All,I am limited to CF standard 9.0.2 with Java Virtual Machine Path = 1024 and -XX:MaxPermSize=512m.In the pass i was able to fix my memory issue with -XX:-UseGCOverheadLimit, not this time.The error "java.lang.OutOfMemoryError: Java heap space" is when it is reading and excel macro file (.xlsm) with 2,500 KB already compact using this tech:http://datapigtechnologies.com/blog/index.php/how-to-compress-xlsx-files-to-the-smallest-possible-size/My code is:<!--- new file to write --><cfset xlsFile = createObject("java","java.io.FileOutputStream").init(filepath) /><!--- open stream and read in excel file template ---><cfset xlsFileTemplate = createObject("java","java.io.FileInputStream").init(filepathtemplate) /><cfset newWorkbook = createObject("java","org.apache.poi.ss.usermodel.WorkbookFactory").create(xlsFileTemplate) /> <!--- Error line ---><!--- read from template to new FileOutput ---><cfset writeableWorkbook = createObject("java
I've searched everywhere for a solution, but I didn't see anyone doing exactly what I want to do, even though it's pretty simple. Here is my pdfAPI.cfc code:<cfcomponent > <cffunction name="pdfconvert" access="remote" returntype="binary" output="false" produces="application/xml" > <cfargument name="sourceWebPageURL" type="string" > <cfset pdfDoc = "" > <cfdocument format="PDF" name="pdfDoc" src="#sourceWebPageURL#" mimetype="text/html" /> <cfreturn #pdfDoc#> </cffunction></cfcomponent>And here is the code to invoke the service:<cfset
Hi,I've implemented page caching on a site by adding a call to cfcache in the application.cfc onRequest function. It all works fine on individual requests. However under load (e.g. running a broken link spider across the site) I'm getting error notifications (via the onError function) with the message "Cache A95C0BF9E9BFBC6F151F03E939D2D2D6TEMPLATE already exists". It seems like there may be two requests trying to save into the cache under the same ID? I would have thought CFCACHE should have handled locking and concurrency issues for us? We route 404s back to a main handler to "rewrite" friendly/clean URLs, so whilst these requests use different URLs they are all running the same set of components and templates.The relevant parts of the onRequest handler in application.cfm are:188: <!--- setup caching if enabled --->189: <cfif getConfigValue('page_cache') eq "true" and not application.security.isLoggedOn()>190: &nb
Installation hung up here:Failed to copy hotfix files:C:\Users\itsm-sse-svc-cf\331588.tmp\dist\cfusion Status: FATAL ERROR Additional Notes: FATAL ERROR - Failed to copy the hotfix files to the target location:E:\ColdFusion10\cfusion FATAL ERROR - E:\ColdFusion10\cfusion\bin\coldfusion.exe (The process cannot access the file because it is being used by another process)Tried several times, making sure all services were stopped, but no luck
Adobe should sell ColdFusion to a company who's primary focus is the Marketing Sales and support of the product. It seems that for years Adobe has overlooked their ColdFusion product while choosing to focus on Photoshop and other design related products. ColdFusion does not get the attention that it deserves and had built a fence around adoption of the product by pricing the product out of reach for many. Why would anyone want to purchase ColdFusion when you could be using, PHP, Railo .NET, Ruby on Rails or one of the myriad of other development environments that are just as robust but easier to afford.
I have had CF 10 running on my VM for about a week now. The VM is Windows 2008 Enterprise, 64 bit. CF 10 is 64 bit. The error that I keep getting is:Service Temporary Unavailable!The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. Jakarta/ISAPI/isapi_redirector/1.2.32 () To recover, I need to stop and restart all the CF services. Anyone else having this problem or has anyone else had to fix it?
Hello, everyone,Are the files that comprise a collection supposed to be set to 'read only'?C:\ColdFusion10\cfusion\collections is indicating 'read only' for it and all sub-folders/files.Optimizing a collection does not update anything (not even the date last modified) unless I use "purge".I have code that, whenever a user submits a question, will insert the question into a database, query the database for ALL questions, then run a CFINDEX action="refresh" based upon that query (which does, indeed, include the new question.) But the collection never sees the new question.Thoughts/ideas?V/r,^_^
Good afternoon,I would like to think this question has been asked and answered before but I'm not having the best time naving the updated forum. Anyway, I have a compiled Java application that I cannot read with CF. This is my error message: Object Instantiation Exception. Class not found. My jar exists in here: <cfset THIS.javaSettings = {LoadPaths = ["/ReaderRFID/lib"], loadColdFusionClassPath = true, reloadOnChange=false}/>. My output page:<cfset jar = CreateObject("java", "AlienClass1ReaderTest")><cfset readTags = jar.AlienClass1ReaderTest><cfoutput>#readTags#</cfoutput>The class should be called from the jar but nothing happens. Any help is always appreciated. Thanks!
In the distant past, I've written a "next-previous" page selector, but I remember (again in the distant past) there was a section that listed pre-created apps that were available for free or pay. If one still exists, I can't find it.I want to create this type of thing and I don't want to spend a lot of time doing it:Does anyone know where code (free or priced) that would support this application exists?Karen
Hi,The current environment is Cold Fusion 9 and SQL Server 2008 R2 Enterprise.The some of the data on the SQL Server is going to be encrypted because it contains sensitive data. The data is going to be encrypted by SQL server.The data is not going to be encrypted by Cold Fusion.The question I have is there a way for Cold Fusion to access the encrypted SQL Server data?Also, is there a way for Cold Fusion to encrypt the data (Using the SQL Server encrytion)?Thanks,Mike
Hi all - I am looking for the fastest, most effective way to create private blog (diary) areas for my site's readers.In the distant past, I handcrafted an extensive diary and note system, but today, there are two problems. The first is that compared to what is offered today, it looks like an antique, and two, I want to minimize stress for the people who run CF and SQL servers and make sure I create the most secure system possible.I want people to create an account that includes a private "note/blog" area. Their entries can be seen sequentially by, at least, date. It would be nice to search the entries by key words, however, I'm OK with keeping things simple.I wouldn't mind using something like a very stripped down CMS like, for example, WordPress. The issue is that I anticipate making thousands of diaries. So I'm more concerned with the CMS than WordPress itself and all of its themes.I am aware of FCKeditor and fooled around a bit with it 10 years ago. Possibly that is all I need to co
I am importing a CSV file into a temporary table and then running a select query that joins my actual database table with the temporary table, looking for any changes in the data. If changes exist, the select query is looped from 1 to #recordCount# and an update is applied to each record via cfquery. It runs very quickly (much more quickly than looping the query itself), but my memory spikes and overloads after about 1500 updates are completed. I need to be able to do upwards of 20000 at a time, without killing my system. I have tried manually setting the runtime garbage collection to trigger after X number of loops, but that doesn't seem to help. I am running CF8. See below for loop example:<cfloop from="1" to="#updatedRecordsQuery.recordCount#" index="a"><cftry> <cfquery datasource="#db#" name="doUpdate"> &n
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.