『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I have an component called: Event.cfcLong story short, I init() it by issuing a command like:<cfset eventObject = new 'com.Event'() />This component has 2 properties: data (a structure) and name (a string).The init() method calls a private method:<cfset VARIABLES.setName( VARIABLES.getAttribute( 'event' ) ) />The setName() method is implicit, ColdFusion builds it based on the name attribute. I manually created the getAttribute() method which works with the data property. In the getAttribute() method, I have a command that reads:<cfset LOCAL.retVar = VARIABLES.data[ ARGUMENTS.attributeName ] />Well, CF keeps saying that 'data' does not exist in VARIABLES. But I thought that properties that were defined in a component were put into the VARIABLES scope. So how can this variable NOT exist when I have it defined at the top of the Event.cfc component as a <cfproperty>?
Hi AllHow to handle the multiple exceptions in the SOAP Response block as shown below currently i can the handle the description of the first exception by['soapenv:Envelope']['soapEnv:Body']['maintainUserResponse']['exception']['description']['XmlText']How to access both the exception description in the same manner ??
I'm in the process of re-writing a web app that someone else did a very poor job on, especially the database design.While examining the existing database, I ran into an "OutOfMemoryError: Java heap space" error, so I went into the CF Admin and bumped the setting from 512 up to 2048 (CF8 Developer Edition).Now I can't get CF to start up, and as such I can't get back into the CF Admin to change the setting back. Is there any way to fix this without reinstalling CF?
I recently started running CF10 on a totally clean Windows 2008 machine (VM) running IIS 7.5. I set everything up. On my old machine (non-vm) running CF9, Windows 2003, and IIS6 I never had trouble with the server monitor interface. Now, the interface will stop reporting every few mintues, and does not start tracking again unless I tab into one of the other windows and click some links then go back to the main interface. I have tried every web browser, and on multiple machines to make sure it's not a client issue, and it's not as far as I can tell.I even added my vote to the bug database here, which may or may not be related: https://bugbase.adobe.com/index.cfm?event=bug&id=3539667I do not use internal cache to store queries, nor do I want to. The ColdFusion application log file is no help because the rows are empty where they correspond to the times when the monitor UI stops tracking (see attached screen shot). ColdFusion-out.log does, however, provid
We are running CF10 on 64-bit Windows 2008 R2 (VMware) with IIS 7.5 and 8Gb of RAM. A pretty typical setup I would say. I am running a medium sized site and several smaller sites and an intranet, nothing too crazy. I have been doing some research this morning to make sure our setup is optimized, and I have a few questions.JVM heap is set to 2048 (min) and 4096 (max) with MaxPermSize=356m.Full JVM argument list looks like this if it matters:-server -XX:MaxPermSize=356m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -Dcoldfusion.rootDir={application.home} -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186RandomI have read in multiple places that the min/max heap size should be EQUAL, and I have read that I should define a "PermSize" in addition to the "MaxPermSize".Can anyone confirm what is the best average ratio to use for all these settings given the system
In IE 7, the first tab's height is incorrectly rendered - it is the combined height of the up/down arrows in the scroll bar instead of the tab's content. The rest of the tabs are rendered correctly. I am using IE 8, and changed the Document Mode to: "IE 7 Standards." It renders fine in IE 8 or even Quirks mode.I'm not sure if CF 9.0.1 update created this problem. Can someone test this code on CF 9.0?Here's a very simple test case - copy/paste this to a new .cfm file and take a look on IE 7 (or IE 7 Standards mode in IE 😎<cfoutput><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><html style='height:100%;'><head> <title>CF Tabs Example</title></head><body></cfoutput><cfajaximport tags="cflayout-tab"><cflayout type="tab"> <cflayoutarea title="Tab 1"> &
I have recently updated from XP to Windows 7 and my edition of Adobe Photodeluxe 3 Home Edition will not load. I have successfully used Adobe for years and wish to continue using it with Windows 7. Can anybody help?
Our cfapplets.jar has recently started throwing a java security error. The error reads: This application will be blocked in a future Java security update because the JAR file manifest does not contain the Permissions attribute. Please contact the Publisher for more information. This seems to affect the hotfix for CF8 and CF9, as well as the stock CF10 cfapplets.jar
Keep trying to convert a PDF file to Microsoft Word and keep getting an error message saying I do not have permission to do this.
im Trying to install Adobe CF 10 Developer On A Fresh Install on kubuntu 13.10I did the manual httpd.conf as per my previous post http://forums.adobe.com/thread/1088087Then when installing i get this error on startupCould not determine Apache connector version.Check that the Apache binary path /usr/sbin/apache2 is correct.My Apache Version is 2.4.6.here is the output of ConnectorInstall0.txt ============================os.name: Linuxos.version: 3.11.0-12-genericos.arch: amd64platform: intel-linux64command line: -ws Apache -dir /etc/apache2 -bin /usr/sbin/apache2 -script /usr/sbin/apache2ctl -cfide /opt/col$web server: Apacheweb server directory: /etc/apache2apialloc: falseforce resource extract from jar: trueApache binary: /usr/sbin/apache2Apache control script: /usr/sbin/apache2ctlApache apxs: falseUsing Apache binary /usr/sbin/apache2Could not determine Apache connector version.Check that the Apache binary path /usr/sbin/apache2 is correct.Everything seems to be fine.What to i do now
I am attempting to setup a custom 404 error with CF10 and IIS 7.5. Previous to CF10 (and IIS 7), you can get the URL of the non-existent page via the querystring (e.g., 404;http://www.example.com/some/file.html) when the custom 404 page is processed. However, with CF10 and IIS 7.5, the querystring returns 404;http://www.example.com/jakarta/isapi_redirect.dll. Is there a way to retrieve the actual URL of the missing path, like in prior versions?
I want to wrap my head around MVC, and I know the subject matter is, in and of itself, technical. I'm not the best ColdFusion programmer out there, but I'm pretty seasoned. As such I'd really like to understand MVC, but I have yet to find a resource that has been able to do so. I just finished watching an hour long video and the presenter basically through a myriad of terminology at me, and no comprehension was really made. Has anyone found a resource out there that provides maybe a high-level overview of MVC from a CF standpoint?I'd really like to utilize the principles, but I just can't seem to find a training source that can speak to me.
The information I've seen indicates there is a hotfix for CF9.01 which will allow the cfmap tag to work with Google maps v3. We have installed the latest hot fixes. I obtain an error when trying to use the Google maps v3 API key with the cfmap tag indicating you are trying to use a non v2 key. Google is discontinuing support of v2 on Nov 19.Is there something else we need to do to be able to use cfmap with v3? Do we need to upgrade to CF9.02?Upgrading to CF10 prior to Nov 19 is not an option.Does anyone have sample code to share?Thanks for your help.Pam Butenshen (AAOS)
When I change the log location in ColdFusion Administrator it changes the location of most but not all the log files. I have a requirement from my customer to place all log files on a separate partition on the server. For ColdFusion 9 I was able to modify the registry settings to change StandardOut and StandardErr for the ColdFusion Jrun service. This does not appear to the case for ColdFusion 10 which now uses Tomcat 7.I tried modifying log4j.properties file and was able to relocate the hibernatesql.log, axis2.log, and esapiconfig.log but not the coldfusion-out.log.I am running ColdFusion 10 Enterprise Edition on a 64-bit Windows 2008 Server.
I have a CF10 Instance running on a Mac-Server with Apache Connector. Right now I have deployed an Application which is SSL enabled. I would like to serve the same Application, but without SSL from the same Server Instance. Does anybody know, if this is possible, and if, what I have to change in the Configuration.Thanks for helping.
Hi,I have been asked to move CF applicaion from one data center to another data center with ColdFusion 8. I have installed Coldfusion 8 enterprise (trial) for users to verify the site on new data center. Now we are ready to apply ColdFusion 8 standard license to the new environment. The old environment still works with CF 8 standard license without any problem. But applying the same license to the new environment, it got converted to developer edition from enterprise (trial) edition on new environment.Please help ? How can I make it to work as Standard edition, instead of developer edition ?Thanks,Susan
I have an autosuggest field that returns a country name which works fine. <cfinput type="text" name="country" message="You must enter your country of residence" validateat="onSubmit" required="yes" size="45" showAutoSuggestLoadingIcon="false" autosuggest="cfc:ajaxlookup.getCountries({cfautosuggestvalue})">I now want to retrieve the country ID from the country selected above and bind it to a hidden field.Does anyone have a code example?
I have installed and set up Coldfusion 10 successfully. However I am unable to get into the console, loging in as admin. I can get in by setting ><var name='admin.security.enabled'><boolean value='false'/>I have tried changing the password, and resetting it, but it still does this:1. Hit admin console, and log in a. logs show : coldfusion-out Oct 29, 2013 13:25:27 PM Error [ajp-bio-8012-exec-1] - An error occurred while updating authcache.Oct 29, 2013 13:25:27 PM Information [ajp-bio-8012-exec-1] - An error occurred while fetching element from authcache.Oct 29, 2013 13:25:27 PM Information [ajp-bio-8012-exec-1] - User admin logged in.audit"Information","ajp-bio-8012-exec-1","10/29/13","13:25:27","CFADMIN","User admin logged in."2. While monitoring page I get a POST and a GET of index.cfmSo in summary, I am able to log in with the correct credentials, and Coldfusion recog
Hi All,I have a string named 'EMAIL_BODY' which contains the following text 'Blah blah &#39 blah blah' What I want to do is replace &#39 with &#39;How am I able to do this? as I think I need to escapse the & and # ?Many thanks,George
I am trying to invoke a CFC via a URL: $(function () { 'use strict'; // Load countries then initialize plugin: $.ajax({ url: 'https://....countries.cfc?method=getCountries', // url: '/autocomplete/content/countries.txt', dataType: 'json' }).done(function (source) { var countriesArray = $.map(source, function (value, key) { return { value: value, data: key }; }), countries = $.map(source, function (value) { return value; });And get the following error:NetworkError: 403 Forbidden - Any help in fixing this would be appreciated.
This one has me feeling a little silly, but for the life of me I can not get any of the ColdFusion Builder shortcut keys to work on my Mac.I'm running CFBuilder 2.0.1 on Mac OSX 10.9.None of the reported shortcut keys do anything, anyone else have this problem?Thanks in advance,Rich
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSe61e35da8d318518-69b2bf03134d0730d5e-7ffd.html
ALL of my cfgrids are only displaying page 1 of 1. I upgraded/updated 9.0.1 with hotfix4 and changed from java 6 to 7.
So, we've been using the standard ColdFusion Encrypt/Decrypt functions in our development (AES/CBC/PKCS5Padding), and I'm wondering how we're going to manage string comparisons in our queries. There are a few fields (First Name, Last Name) that we need to be able do partial string matches against, and I'm really unsure about the best way to do this.1) Is there a way to use AES_DECRYPT in mysql for this? Seems like a likely candidate, but I'm not sure how to handle the CBC/PKCS5Padding aspect of the encryption algorithm if so.2) We could cache a decrypted and slim (i.e. just first name, last name, and an id) query to do queries against, but something feels weird about that.3) We support matching the first n letters, and store an encrypted version of those in the record? E.g. If the name is SMITH and we want to support matching on the first three characters, we'd store encrypted versions of 'S', 'SM', 'SMI'. This seems weird too.4) We could not support parti
Hi,I got this 401.3 error when running the http://127.0.0.1/CFIDE/administrator/index.cfm configuration page after installation of coldfusion 8 standard on win 2008 32bit server which has IIS7. Coldfusion 8 files are located on D drive instead of the default C drive. I already duplicate right access from C to D but still get the error. The IIS 7 error page shows that the logon account is Anomymous. I traced default web site authentication and it poited to NT Authority\IUSR account so I added this account full access to D:\inetpub\wwwroot but that didn't help either. Does anybody come across this problem? Any help is greatly appreciated.
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.