The official community for ColdFusion.
Nyligen aktiv
I have CFINPUT text on the form and the form shows the control on the form when I use preview browser.As long as I have CF tag which is server side code the controls do not show on the form.I thinkg I missing something when I have both client control and server code on the same form.I would like to know how I can show controls on the form and running CF tag for server side code.For example, I have a user name and password text box on the form.I need validate user information and need run stored procedure when user click on login button.I can have 2 text boxes on the form and it works.As soon as I have CFSTOREDPROC tag then the form does not not show the controls.It seems the form execute server sider code, but does not execute client side of code.Your help and information is great appreciated,Regards,Iccsi,
Hello,I just wonder, how to know which arguments it expects if you dump ex. the cronservice?since these arguments changed from cf8 to cf10ex. before you could start a task via the ServiceFactory CronService likerunTask(java.lang.string), but now this changed to runTask(java.lang.string, java.lang.string, java.lang.string) and i have no idea which these arguments are?tx
HI,I have a requirement where use can mutli select in a dropdown and click on search , Once the search is clicked it query the db and provides the result.My question is how to retain the values of teh mutli select dropdown, Below is the select where i have to code<SELECT NAME="category" size = "5" multiple="multiple" id="category" onchange="validate()"><CFLOOP QUERY="categorylist"> <OPTION VALUE="#category#"<CFIF category IS thecategory> SELECTED STYLE="background-color:#app.field_highlight#"</CFIF>>#category_name#</CFLOOP></SELECT> Can someone helpThanks in Advance
500 ROOT CAUSE: java.lang.NoSuchMethodError: coldfusion.filter.FusionContext.getSecureJSONPrefix()Ljava/lang/String; at coldfusion.tagext.html.ajax.HtmlAssembler.<init>(HtmlAssembler.java:373) at coldfusion.tagext.html.ajax.HtmlAssembler.getInstance(HtmlAssembler.java:424) at coldfusion.tagext.html.ajax.MenuTag.doStartTag(MenuTag.java:302) at cfhome2ecfm1172021351.runPage(C:\Inetpub\wwwroot\home.cfm:2) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:267) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27) at coldfusion.filter.Excepti
I have the following code, it works fine in IE8 & IE9 but stopped working in IE10, does anyone know why? the alert is displayed and it re-loads the page...it just doens't call the Ajax call..any help need to get this working again ASAP! Thanks.function submitaddsitemed(){alert('test'); ColdFusion.Ajax.submitForm('frm_testmed','test_add.cfm',callback,errorHandler,false); location.reload();}
Hi,I have the page to query out the records from the database then writes this results in to the csv file then place into specific location. I have my schedule task to call this page on every thursday moring. Everything works fine but i now want to notify users when this page completed. How can do this?, please be advice?ThanksMarch
Hi I have 3 Cold Fusion servers that are starting automatically without any scheduled task or cron job.1. They are all VM's.2. They are running Suse Linux 113. They are running Apache 2.2.124. They are running Cold Fusion 9,0,2,282541I have a 4th server that has Cold Fusion 9,0,0 and that one does not restartThe 1st server restarts every day at 1:00 PMThe 2nd server restarts every day at 10:00 AMThe 3rd server restarts every day at 6:00 PMThis issue seems to be related to the upgrade to 9.02, but I'm not sure.The systems person in our group has verified that there are no cron jobs running, and I don't know where else to look.There are no errors in the logs that I can understand, just a restart. Does anyone have any suggestions? Thank you.This is what shows up in the exception log:at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)"Error","Thread-1","06/05/13","13:00:21",,"Error while storing"coldfusion.tagext.lang.RegistryException: Error while
Hi,The production Cold Fusion server was completely backed up and was placed on a development server. The production sever is able to connect to the production datbases.SQL server was installed on a the development server (a seperate server). I created a development database on the server. When I logged into the development Cold Fusion admin and try to connect to the development database, I am receiving the following message:Connection verification failed for data source: DEVjava.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.The root cause was that: java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.I have looked on the development SQL Server and everything is pointing to Windows Authentication.Where in development SQL Server or on the development Windows Server (for SQL Server) is it pointing to AN
I installed ColdFusion10 Developer on my Win7 desktop with IIS7.5 but when I go to localhost/xxx.cfm a popup dialogue box opens >> Opening .cfm file...You have chosen to open index.cfm which is a cfm file from http://localhost...What should Firefox do with this file? (Open with-browse/FlashGot/Save File)<<<Why is IIS7.5 not serving .cfm in localhost normally? Grateful for help to fix this (see my post on StackOverflow on this:http://stackoverflow.com/questions/11467168/coldfusion10-developer-and-windows7-iis7-5 )EDIT I am grateful for help with this please (it is driving me nuts..)! I have no handler mappings for .cfm-how do I manually add these to my IIS7.5 for my ColdFusion10 developer install? I need to find the directory to map to the correct .dll file for .cfm etc? Am I correct?-I cannot find any info on Google about this for CF10 developer edn (there are several links to CF7/8 which have given me a general idea but I need a specific fix....)
I have installed ColdFusion 9.1 on a 64-bit server running Windows 2008 R2. I am using IIS 7.5.When I try to access the following URL http://localhost/myhousing/security/login_admin.cfm I get the following error. Is there a patch available for CF 9 to resolve this error?The web site you are accessing has experienced an unexpected error.Please contact the website administrator. The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request An exception occurred when instantiating a COM object. The cause of this exception was that: java.lang.RuntimeException: Can not use native code: Initialisation failed. The error occurred in C:/inetpub/wwwroot/MyHousing/Application.cfm: line 22 20 : <CFINCLUDE template="lib/housing_functions.cfm">21 : <CFSET Application.obj_name = "UserInfo325DLL.UserClass">22 : <CFOBJECT name="obj" action="create" type="com" class="#Application.obj_
I started getting ths error today. Everytime I type a character it repeatedly pops up this error message. Everything was hunky-doory yesterday. An internal error occurred during: "Processing Syntax Errors".eclipse.buildId=I20100608-0911java.version=1.6.0_16java.vendor=Sun Microsystems Inc.BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_USCommand-line arguments: -os win32 -ws win32 -arch x86This is a continuation of log file C:\Users\jc046085\Adobe Flash Builder 4.6\.metadata\.bak_1.logCreated Time: 2013-04-24 14:21:05.883ErrorWed Apr 24 15:36:02 CDT 2013An internal error occurred during: "Processing Syntax Errors".java.lang.StackOverflowError at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.mergeSort(Unknown Source) at java.util.Arrays.sort(Unknown Source) at com.adobe.ide.cfml.parser.generated.CFMLParserBase.getVariableInfo(CFMLParserBase.java:1967) at com.adobe.ide.cfml.parser.generated.CFMLParserBase.getVariableInfo(CFMLParserBase.java:1957) at com.a
Are security vulnerability patches available to CF 8 enterprize software owners up to the EOL date shown on the ADOBE product lifecycle matrix (31 July 2014) ??
Does any one have experience in connecting CF8 64 bit application with JIntegra 64 bit ???Facing some issue and find the below error message.com.intrinsyc.typeInfo.IMacroViewerProxy
I need to add a dollar sign to the left of the amount that is returned in a data form. Has anyone done this? I'm a newbie to CF so any help is greatly appreciated.The amount column needs to read: $701.32 vs. just 701.32.Thanks much,Chris C.
Hi,Does any one have any idea about "com.intrinsyc.typeInfo.IMacroViewerProxy" ?I am facing this error when trying to access Jintegra from my ColdFusion 8.
This is reproduced from its original location at http://cfmlblog.adamcameron.me/2013/06/censorship-on-adobe-coldfusion-forums.htmlOpen letter to the management of the Adobe ColdFusion forums(I do not know how to contact you, but I will try to find out and send this to you directly as well, as a courtesy).Hi.I am a veteran user of your ColdFusion support forums. Over the last decade or so I have been visiting the site daily (indeed several times a day: I get notified when any post is made on any of your ColdFusion-centric forums), and answering as many of people's questions as I can. For the last few years it's been via the web UI so you can go check my participation, but prior to that I was using the forums via NNTP, and my participation during that period is less easy to quantify, but it's to the tune of a few thousand posts / answers to people's questions. I consider myself an asset to the forums, and the ColdFusion community. I mean this just as "for the record", rather than any att
all of a sudden none of our cfm web pages work on a windows 8 server running iis 7 .... the server shows no errors in the event viewer .... occasionally functionality comes back w/o doing anything ...... cold fusion did have all the hotfixes updated a few months ago but i cant get to the admin page to give what the version isthxs
Hi,I am working on a ColdFusion application(64 bit) where it requires JIntegra 64 bit for connecting to Active PDF 3rd party tool(64 bit).This is the piece of code which is getting the object from Active PDF which connects through JIntegra. <CFOBJECT ACTION="Create" TYPE="COM" class= APToolkit.Object NAME="toolkit"> I have the same code running fine in 32 bit.When my ColdFusion application is trying to contact JIntegra , I am receiving the below error “Could not initialize class com.intrinsyc.typeInfo.IMacroViewerProxy”.When I was searching in Internet I saw some patches released for ColdFusion 9 for IMacroViewerProxy class.(http://www.findthatjar.com/search-12084642-hZIP/winrar-winzip-download-coldfusion-update-901-wwej-java.jar.htm )Is that same kind of IMacroViewerProxy class available for ColdFusion 8 ? Please find the Error Attached below.Could you please help me in this one?
Last Friday, we changed TLS certs on mail server. Now scheduled mailings are not going out. I'm getting the following error in my mail.log file."Error","scheduler-0","06/03/13","14:24:56",,"javax.mail.MessagingException: Could not convert socket to TLS; nested exception is:javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"Is Coldfusion caching the certs? How do get Coldfusion to recognize new cert?I'm on CF10 and up-to-date on hotfixes.ColdFusion 10 Update 10Update Level: 10Update Type: GeneralInstall Date: Fri, 24 May 2013 13:43:00 -0400Update Description: The ColdFusion 10 Update 10 (10.0.10) includes critical security fixes. For more details, click "Read More".
After a successful installation and test of 9.0.1, I applied the 901 security lockdown patch and got this error when trying to access the administrator. Any idea what caused it and how to fix it?Object instantiation exception. An exception occurred while instantiating a Java object. The class must not be an interface or an abstract class. Error: org/owasp/esapi/errors/EncodingException.
Is ColdFusion MX 6 compatible with Windows Server 2008?
I am going through the process of rebuilding a Windows Server 2008-R2 with a locked down CF9. I have run into several problems with the process requiring a reinstallation of IIS and CF9. The lockdown creation of a new account for CF9 functions caused some of the obstacles.But now efforts to fixed those previous ODBC problems, which Adobe representatives have help solved, I attempted to restore the server to its previous state by applying the 9.0.1 update to CF9. When running the update it reported that it was not successful but other things seemed to work OK.However, now that my datasource issues seem to be resolved, I am getting this error:“The tag handler application does not have a setter for the attribute datasource specified in the Tag Library Descriptor.”I read in some discussions that this has to do with updating CF9 to CF9.0.1. Most recommend clearing the cfclasses cache. I have deleted all of the files in the cfclasses directory, but I still get the error despite stopping and
How do you display the run as account in the cf code. I do not have access to the CF administrator. Thanks for any help.
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Installing/WSB53CBD63-A21C-4f31-8F3E-700AE45A026E.html
I'm trying to get some HS students started on CF10 and Dreamweaver (used together). Back in the day, Macromedia had an awesome little tutorial that showed how to get everything all set up and program a simple web app. Can anyone point me to a similar tutorial for CF10 and Dreamweaver. I've tried to get started but seem to get errors on every step (for example it won't let me use an Access database). My preference is to use Dreamweaver to write a lot of the code (initially).Thanks for any help people can provide,Ben
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.