『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
CF9 - I'm using a cflayoutarea within cflayout, then inside of that I have a cfform for login. When I submit my cfform it loads my login page (submitted) inside of the cflayout window, which I don't want. I've tried using target _blank, _parent, etc but it changes nothing. If I use plain old form instead of cfform with target _parent, it works fine. So does something within cfform clash with cflayout or cflayoutarea that I don't know about?
While testing CF10 before upgrading the production system I encountered following issue:When trying to create an COM-Object I get the exception 0x80040154 - Class not registered.This happens on Windows 2008 (32bit) after upgrading from CF9 to CF10.With CF10 on Windows 2003 R2 32bit there are no problems accessing COM, neither with CF9 on w2k8 32bit.The error message is not appropriate, it comes out with any class e.g. CDO.Message, and the classes are definitely registered and can be accessed e.g. from local scripting.I've read about problems with 64bit OS, but never about 32bit.Any ideas? Thanks for help
I saw that CF10 installer now supports windows8, so I reinstalled my computer and installed coldfusion 10. After installing, everything worked just fine and CF ran without issue. After restarting the computer, however, the appication server service refuses to start up. I've reinstalled CF twice with the same results. Here is the error in event viewer:"The ColdFusion 10 Application Server service terminated with the following service-specific error: The operation completed successfully."and this is the error in the popup that you get when you try and start it up: "Windows could not start the Coldfusion 10 Application Server on Local computer. For more information, rreview the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to the service-specific error code 0."Any help would be appreciated. I'd hate to have to completely reinstall back to Win7.
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec17576-7fef.html
Hi,I'm migrating an application from CF CF 8 to 10, but I have a problem that is stopping meThe following code is correct and works in CF 8<cdscript>...DataSourceFactory = CreateObject("java","coldfusion.sql.DataSourceFactory");DataSourceFactory.getInstance().getDataSource(Attributes.datasource).getConnection();..</cfscrip>But in CF 10 marks the next error.structDetail Either there are no methods with the specified method name and argument types or the getDataSource method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity.Message The getDataSource method was not found.MethodName getDataSourceStackTrace &n
I am going to start a new project using ColdFusion and would like to have a common file to store my variables.I would like to know does ColdFusion have any specific file to store like Web.Config for ASP.Net or I can have my own file name?Your help and information is great appreciated,Regards,Iccsi,
Server Details Server Product ColdFusion Version 9,0,1,274733 Edition Standard Operating System Windows Server 2008 OS Version 6.0 Update Level /C:/ColdFusion9/lib/updates/chf9010004.jar Adobe Driver Version 4.0 (Build 0005) I just recently updated 2 of my servers to the Cumulative hotfix 4 in response to security bullitin APSB13-03. Everything seems to be working ok and the update ran through fine. I happend on accident to click on the font management link and was surprised to see that what was once a fully populated page now simply read No Fonts found. After looking through numerous forum posts and google searches, the only similar mention I'd come across was http://forums.adobe.com/message/4495733#4495733. However unlike the OP in that post I was able to add new user defined fonts. The only thing I havn't done is revert back the update since that will leave me with a bigger problem in the form of a security hole. My problem
I have a field named job_date in a table in my SQL server 8 database.The data type is datetime.So the values for the fields look like this 2013-03-11 15:55:52.000.How do I query this field to include only values from a certain date?For example<cfquery name="get_job_name" datasource="abc">SELECT job_name FROM job_info WHERE job_date= '03/12/2013'</cfquery>When I query the field now I get NO RECORDS.Thats because the fields look like this 2013-03-11 15:55:52.000. instead of this '03/12/2013'How do I access a certain date in SQL Server date/time field when its formatted like this 2013-03-11 15:55:52.000. ?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f99.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7b61.html
Okay, I'm stumped enough to break a laptop. I've been reading every post I can find today on how to setup per-Application mappings, and it just doesn't work. Here's my situation:I have an existing site running on Linux under CF 9.0.1, and I had Mappings configured in CF Admin for 2 directories that I use in cfinclude tags throughout my CFMs and CFCs (so that those directories can remain above the webroot and not be exposed by Apache). All that worked fine forever.Now I need to set up a second site with a separate set of directories, but I'm starting with a copy of the existing site's folders and then modifying the paths as needed. For example, my first site is in /web/website, and my mappings are for "/cf-include" and "/cfc" mapped to "/web/website/cfc" and "/web/website/cf-include" in the Admin. My webroot is "/web/website/htdocs", which is configured as my DocumentRoot in Apache. For my second site, I created a new directory "/web/stwebsite" contai
Hi,Debated a bit between posting this in the Administration forum or the main forum since it's a little bit of both. Hopefully I picked right We don't make heavy usage of cfchart so we never noticed this issue, but I believe the issue is present since upgrading to CF 9, from CF MX.Problem: When using cfchart, the code is generated on the page where the chart should be<img name="Images_1442197870100010_PNG" id="Images_1442197870100010_PNG" src="/CFIDE/GraphData.cfm?graphCache=wc50&graphID=Images/1442197870100010.PNG">Issue is with the src attribute: /CFIDE/GraphData.cfm from what I gathered online that file doesn't really exist on the file system it's just a special alias for ColdFusion.Problem is that we restricted access to the /CFIDE with a url rerwrite rule to prevent external access to the Administrator from the outside, the rule is for everything in /CFIDE. If I modify it to only lock /CFIDE/Administ
I am running CF10 on Windows and am trying to use CFPresentation for the first time. Every attempt I make to use this tag causes the script to stall and I get a blank white screen. In the CF exception log is this Java error:java.lang.NoSuchMethodError: org.apache.poi.poifs.filesystem.POIFSFileSystem.getRoot()Lorg/apache/poi/poifs/filesystem/DirectoryNode;In the ColdFusion error log is:Mar 7, 2013 3:03:59 PM org.apache.catalina.core.StandardWrapperValve invokeSEVERE: Servlet.service() for servlet [CfmServlet] in context with path [/] threw exception [Servlet execution threw an exception] with root causejava.lang.NoSuchMethodError: org.apache.poi.poifs.filesystem.POIFSFileSystem.getRoot()Lorg/apache/poi/poifs/filesystem/DirectoryNode;These errors are only in the logs. they do not appear in the browser. The CF script runs fine until getting the to CFPresentation tag then it simply stops.Help?
Can anyone confirm my bug https://bugbase.adobe.com/index.cfm?event=bug&id=3508592 ?It looks like valid syntax like : variables.incomingGateway.updateWhere(fields={'campaignId'=arguments.newCampaignId},where={'id'=arguments.incomingId});is causing the CFScript parser to explode...Tom
Hi allI develop a flex client with a cf backend after installing cf10 I realized the implemented login functionality stopd workingI use cflogin and RemoteObject.setRemoteCredentials()I get the following error for all the dashboard methods which require login by setting the "roles" parameter:"Unable to invoke CFC - The current user is not authorized to invoke this method"the same code runs perfectly on CF9 on a different dev machine.I googled a bit and found out that cf10 has some "improvements" to its security model and the default will not allow this streight forward rpc communication.now this is where it starts to get blurry for me, and I'd appreciate your helpI found this link - http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WS5AFDEFD4-2851-4a09-A627-7D82974E5EAC.htmlhttp://help.adobe.com/en_US/ColdFusion/10.0/Developing/WS5AFDEFD4-2851-4a09-A627-7D82974E5EAC.htmlI looked at cf 10 administrator - under Data & Services > Flex integration I enabled Enable RMI over
Hello,We are working with an affiliate feed that comes in the form of a tab delimited text file that is uploaded to our server as a zip file. While we are well versed on opening and parsing files, i am unsure what the proper technique is for parsing a file that is zipped. Can anyone chime in on the best method for doing so?
I just started a web application and would like to implement user login for system security.I just wonder does ColdFusion has any build security can use or i have build my own user table to check security using my code?Your information and help is great appreciated,Regards,Iccsi
I'm in IT and we have a CF application running on CF10 and MS SQL on a single server. I was asked if it's possible to run two instances of the same application with the second instance connected to a different dbApparently they want to use one instance for the US and a second instance for Canada. Entirely separate businesses.Thanks!
Hi,i want to dump the records into excel report but wonder if i can display the header cloumns on every single page? For example, if i have 200 records and dump all into excel that have about 5 pages, how can i have the header colums to show header fields: Sale No , DeptNo, SaleDate, etct on all 5 pages?<cfheader name="Content-Disposition" value="inline; filename=report.xls.xlsx"> <cfcontent type="application/vnd.ms-excel"> <table cellpadding="0" cellspacing="0" border="1" width="80%"> <tr> <th width="7%"> Date</th> <th width="5%">Sale</th> <th width="5%">Dep.</th> </tr> <cfoutput query="variables.
I've been using CFC's for processing for a little while now and haven't come across this issue before as most of our applications run internally and don't get much load. I have an application running now that processes payments online for renters and since they are all due on the first of each month, there's a ton of activity for 1-2 days and then it dies off again. I noticed the last time this was heavily used (March 1) that when then 2 or more people are paying online in very close time proximity to each other, the data I'm capturing to record the payments is missed up, and often related to the payment information directly before or after the incorrect one. It's like when someone else enters the CFC, it's over-writing some of the variables within the CFC.Here's some of the code (simplified):1. I'm setting the CFC's and some other variables into the application scope in Application.cfm on start of the application: <cfif IsObject(application.commonCFC) EQ fa
I have a page that outputs a bunch of rows with form fields from a query. I am trying to bind a totals field to some simple math between a couple of the form fields and cannot get it working for some reason. What I am trying to do is:bind = {((field1_#id# -field2_#id#) + #field3_#id#)}What would be the best way to go about this?
I have been dumped into the deep end here and could use some help.I have googled this like crazy so any advice would be helpful.Environment / backgrounda vmware winx64 server clone of a cf9 box we have. We want to do some testing of the cf10 so i was tasked with upgrading the cf9 to cf10 developer and if after some testing we would role into a full cf 10 box.What's the issueI can't get the fing installer to popup to install.checked temp/tmp paths for spacesuped the vspaceturned off IE ESCrestared uninstalled cf9restartedrestartedgoogled restartedNothing seems to be working my only thought is it's behind a firewall, i tried to install in on another dev box (not vm) and had the same issue.
We are having issues with our upgrade from CF9 to CF10. Our plan was to install CF10 then uninstall CF9. We were able to successfully install CF10 but when we turn off CF9 we are unable to access our CF sites. Oddly enough, we are still able to access the CF10 administrator but we cannot access any of our CF sites. Suggestions?
Using jquery to pull CSS works fine in all other borwsers except IE9 page wont refresh?
Attempting to install CF10 on Windows Server 2008 R2 Standard 64bit SP1. I've attempted twice and received an error near the end of the installation process both times:"ExecuteAppCmd.exe has stopped working."After dismissing the error, the installation finishes but cfm templates are not being processed. Upon launch of the administrator on the server computer a 403 error is received:"HTTP Error 404.3 - Not FoundThe page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map."Has anyone experienced this this issue, or have ideas about resolving?
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.