『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
We're running ColdFusion 9.01 Enterprise, Windows Server 2008 R2 (OS version 6.1). The good news is that the server autostarts very quickly after the crash, such that it is hardly noticable.Beginning a few weeks ago, we noticed this behavior and we're not able to associate it with any change. What we've found is that every 1 hour and 7 minutes when the client purge is executed, we get a module fault in CFRegistry.dll. We've tried changing the purge interval and also have tried changing the storage from registry to MS SQL. No matter, the crash still occurs.Is this a known issue, or is it known under what conditions such a thing occurs? Dump is below from our event log.Thanks,Chuck WyattFaulting application name: jrun.exe, version: 4.0.7.43259, time stamp: 0x4a980f7eFaulting module name: cfregistry.DLL, version: 0.0.0.0, time stamp: 0x4a794bf8Exception code: 0xc00000fdFault offset: 0x000000000000ab57Faulting process id: 0x200cFaulting application start time:
Please suggest if any one have any suggestion to read MS Excel file with huge data. Do I need to go with cfspreadsheet or Java code.
it is more complicate to describe why i have to do this but it's the only way just an example below.My query to give me anthing from the table when i do the query to query to get what i want but when i use the left string function then i got an error below.Query Of Queries syntax error.Encountered "left. Incorrect conditional expression, Expected one of [like|null|between|in|comparison] condition, thanks<cfquery name="type" datasource="#dsn#">select * from [dbo].[requestType]</cfquery>results look liketype:=====ADDREMYURECDI want to do the query to query to get the REMYU<cfquery name="find" dbtype="query">select * from typewhere left(type,3) = 'rem'</cfquery><cfdump var="#find#">
The snapshot below says it all. Why on earth would my dev machine with no running requests, and no open database connections, kick off a slow server alert?I will tell you that at the exact same time this snapshot was generated, my other two servers WERE hung and were reporting "Unresponsive alerts", and they connect to the same databases. I am chasing down a chronic communication failure between our database and web servers where everything with a databae connection gets locked/hung at the same time every night, 7 days a week. The hang lasts anywhere from a few mins to 40+ mins.Is this why my dev server would report slow? And if so, is it the skimmers or what that's causing a slow server alert?? Would it only report "Unresponsive" if there were actual page requests hanging, vs. a "Slow Server Alert"?This is CF10 (update 12) 64-bit on Windows 2008 R2, IIS 7, connecting to separate Oracle 11g server.Thanks for any insights.Snapshot generated on : Sun Dec 08
Ok, this is a little complicated and it is not necessary limited to ColdFusion. (And seeing's how there are so few replies these days here, I'll cross post in various forums!)Here goes. I have a cflayout with several cflayoutareas, and nested cflayouts. In some of them I have a photos tab. In those photo tabs, I call a custom tag that displays a gallery of photos, dislays the primary one and offers thumbnails. Click on a thumbnail and a Javascript function (changeImage) uses htmlid.innerHTML=newpic. It works as expected. Perfectly!EXCEPT WHEN more than one Photo tab has images in it!The javascript function seems to get confused which cflayout tab it is in? Or which "instance" it is using?Also each "tab" has its own javascript function, so ... each redundant js function cancels each other out? So ... I went and ... - commented out the JS function in the custom tag. - copied it to the shell of my web site so it's ALWAYS there for any photo custom tag to find
I'm using Coldfusion Fusebox 3 and I would like to know how I can keep my app from throwing an error message if someone thoughtlessly removes the Circuit and fuseaction from the URL.For example, if the original URL is: http://www.noname/Intranet/index.cfm?fuseaction=Bulletins.main...and someone removes the circuit information so it reads like the following: http://www.noname/Intranet/index.cfm?fuseaction=...the app throws an error message. Can I code against something like this happening?Here is my fbx_Settings.cfm file as it exists right now. Thank you.<!--- In case no fuseaction was given, I'll set up one to use by default. ---><cfparam name="attributes.fuseaction" default="Login.showLoginForm"><!--- useful constants ---><cfparam name="request.self" default="index.cfm"><!--- should fusebox silently suppress its own error messages? default is FALSE ---><cfset fusebox.suppresserrors = false></code>
All links to ColdFusion 8 documentation (such as on this page: http://helpx.adobe.com/coldfusion/archive.html) seem to redirect to http://helpx.adobe.com/coldfusion.html now.
Hello,I was wondering if someone could quote a price for standard single Coldfusion 10 license for a Virtual Machine.I can't seem to find any prices. Also, it is not an upgrade.Thank you in advance,Tony.
We are using ColdFusion MX 7 on Windows server 2003, since we have updated Java to version 7u40, we get the below warning message:This cause everytime user wants to use the application which uses Java this message pops up.Could you please help us to fix this issueThank You
After uninstalling a failed CF10 installation, we reverted to CF9 which is working fine except for the CF Administrator. My first guess is mappings. But of course I can't check the mapping because CF Administrator is not working.Where do I find the mappings so I can check, and perhaps modify them?Thanks!
Hi there!I am having an issue with a CF10 (newest update) running on Apache/2.2.22 (Ubuntu) mod_ssl/2.2.22 OpenSSL/1.0.1 mod_jk/1.2.32 .mod_jk.log...[Sun Dec 15 11:46:22 2013] [24000:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 1 of max reuse connection 250 and total endpoint count 1[Sun Dec 15 11:46:42 2013] [25039:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 1 of max reuse connection 250 and total endpoint count 1[Sun Dec 15 11:46:58 2013] [25075:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 1 of max reuse connection 250 and total endpoint count 1[Sun Dec 15 11:47:03 2013] [25249:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse count is 1 of max reuse connection 250 and total endpoint count 1[Sun Dec 15 11:47:05 2013] [25331:140554067519296] [info] ajp_process_callback::jk_ajp_common.c (2058): current reuse c
We initially installed CF10 32-bit because we had some legacy COM objects that needed to run. We've finally gotten rid of those objects and I would like to convert to 64-bit. Is there an easy way to convert/upgrade that would preserve all/most/some of my configuration? Or do I have to do a complete uninstall/reinstall?Windows Server 2008 R2IIS 7.5CF10 Standardthanks!
I've been trying to get to the ColdFusion bug database to make some suggestions, but the site has been down for near a week now. Anyone else having this issue? I've flushed my DNS cache and re-registered it.What's odd is when I ping cfbugs.adobe.com, I get back an IP of 192.150.14.191 and it resolves to a hostname of mmbeta.macromedia.comI've also tried bugbase.adobe.com, but to no avail.
I want to either turn off the y axis labels (have two chart series of dissimilar data) or have two sets of y axis labels. The CF10 help is really unhelpful (yAxis: A struct of keys used to style y axis such as format, guide, item, and label.) I've used the WebCharts designer with limited success but need to find a tutorial on it. How can I just turn them off?
Looking for your advice on the best way to create a secure CFIDE directory that will allow me to have full functionality to use cfdocument, cfpdf etc...My understanding is that certain folders within that need to web accessible for cfchart,cfform,cfdocument to work, is that correct? We have had security issues and my hosting company has denied users access to the cfide directory and now I am getting erros when I try and merge PDF docs ...I am sure there are others I havent found yet too.An error occurred during MERGE operation in the cfpdf tag. Error: Access is denied java.io.IOException: Access is denied at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(File.java:1704) at java.io.File.createTempFile(File.java:1792) at coldfusion.pdf.PDFDocHandler.writeDocument(PDFDocHan
Hi Guys,I am really feeling bad to update about the Adobe's PDF issue as the issue still exists.I fiddled around a bit and googled a lot for getting a solution for Rendering issue for combined font (Japanese & English ) in PDF using cfdocument and I found that not all fonts in PDFs Support all possible glyphs (Japanese/Chinese characters).I have found so many issues with the PDF which is created using CFdocument and it seems <cfdocument> ain't that good at doing PDFs, unfortunately. Odd, given who owns both ColdFusion and Acrobat. That is why I am updating this post as it have no reply even it have above 150 views.Also you can check the below links for confirming the issues of PDF,http://cfmlblog.adamcameron.me/2013/12/pdfs-and-japanese-and-weirdness-and-bugs.htmlhttp://stackoverflow.com/questions/20609633/rendering-issue-for-combined-font-japanese-english-in-pdf-using-cfdocumenthttp://stackoverflow.com/questions/20971502/cfdocument-pdf-text-wrapping-fails-for-html-contenthtt
Just had the IE 11 update pushed to my development box. Now, on the site I am working on, I am getting a new cfid/cftoken with every page request, ruining state/session management.What is the easiest work around on this? I would hate to have to go through all the site adding #cfid# and #cftoken# to every url...Also, if I do have to append cfid/cftoken, how is it handled when the site is indexed by a se bot? Wouldn't the cached links have the same cfid/cftoken for everyone?Thank you.
Hi, Is there an alternate way or method to generate Object Relational Mapping CFC for database that you get in CF Builder? The price for CF Builder to use ORM generation alone seems a bit too steep.
I have a function, and even though its ACCESS attribute is set to 'public', it could feasibly be called by other access types. For example:<!--- In myPage.cfm ---><cfset x = SomeObject.methodName() /> <!--- Called the method publicly ---><!--- In the component holding the methodName() function, but from another function in the same file. ---><cfset y = methodName() /> <!--- Called the method privately. --->So far, polling getMetaData() and even getComponentMetaData(), all I can determine is the ACCESS attribute value of the function in question, but not the access type of how that method was invoked
I am adopting the use of creating a variables.instance (I use 'variables.my') structure to separate instance data from the object, however I have a question when it comes to ColdFusion creating implicit getters and setters based on that object's defined properties.BEFORE, if I had a Name property, CF would create getName() and setName() for me, and it would update the variables.Name private variable accordingly in each. But now that my variables are being stored in 'variables.my.Name', does this mean I can no longer use ColdFusion's implicit getters and setters? (because it would improperly be attempting to execute getName and be looking for variables.Name, when that data now exists in variables.my.Name?Are there any methodologies around that allow me to utilize CF's implicit getters/setters while using this 'my' instance variable and have them work with one another?
I have a feeling this is possibly an IIS issue, and not CF, but if there's a way I can leverage CF, then I'll use that as the solution.The problem is when I have a static CSS or JS file, say at /webroot/assets/styles.css, when I request it, it takes 200ms. Sure enough, An ETag header is generated and sent, and on subsequent requests, the response becomes like 15ms and I can see the appropriate If-Since and ETag request/response headers which indicates "I have this file, no need to resend it" and results in a 304 Not Modified. Perfect. Cache at its best.But I am now rendering my CSS/JS dynamically through a call to a CFC, say at /webroot/services.cfc?getCSS. When I request it, it takes 500-1500ms, and no matter how many times I re-request it, it never generates an ETag, even though the content being returned has not changed.Since the server seems to control the naming conventions on the ETag provided, and whether one is issued or not, I was wondering if anyone kn
I downloaded and installed the CF Builder 2 (Version: 2.0.1 Build: 282422) and almost daily (but not at any regular time or interval) it hangs, then I have to manually kill the process, and often lose some work. When this happens the CPU resources get pegged at 100% or more by the ColdFusion Builder 2 process. I can't identify any specific operation that appears to cause this either; I'm almost always just typing code when the freeze occurs. I'm on Mac OSX 10.9, 16GB RAMHas anyone else experienced this? Any work arounds out there?I'm going to be running out of free trial time and unfortunately there is no way I can justify paying for this product. I was using Dreamweaver (which I still like and may go back to) but has anyone else seen/used a good CFML editor?Thanks in advance,Rich
Hi,There are some topics on this on the forum, but I am still not sure what to do.We have the application and several clients with different CF server versions. I tried to compile some files on CF7 with -deploy option, but CF9-10 gives error "javax/servlet/jsp/JspContext". Does somebody know the workaround?Thanks,Anton
We are running CF 10 upgraded from CF 8. At the time we upgraded Cold Fusion, we also upgraded server software from Windows 2003 to Windows 2008r2 IIS 7.5. If that doesn't sound right (or smart), don't shoot me - I'm just the messenger seeking answers for my programming team ;-).Here's the problem: MAC users can log into our site (www.VLH.com) and take about 3-5 questions in our medical education courses. Then, inexplicably, when they submit the answer to a question in the course, their browser freezes up and the screen goes white. When we tell them to shut their browser down, clear their cache, and return to the site (here's the weird part), they can't even get their browser to return to the site - let alone to log into it. Meaning, their browser will not resolve to the home page of www.VLH.com, but they can get to any other website to which we direct them (CNN.com, for example). Our user sessions were timed to last 1 hour, and we have reduced that to 30 minutes (for reasons that I'm
From the grid below, if i click on ID fiel, i got the alert pop up with id number. In stead of this ID, i want it open the pop up with details.cfm which i already comment out from the js function. I did not know much about the javascript but when uncomment the code to open for the detail page then i still have it open but not in the pop up, it's open in a seperate page. Can you help please.<cfset ajaxOnLoad('addLinksforaTasks')> <script> addLinksforaTasks = function() { gTask = ColdFusion.Grid.getGridObject('SchedulesGrid'); gTask.on('cellclick',function(grid,rowIndex,columnIndex,e){ var assetID = ColdFusion.getElementValue('SchedulesGrid','SchedulesForm','id_int'); alert(assetID); //newwindow=window.open('details.cfm','height=200,width=150'); }) } &
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。