The official community for ColdFusion.
Nyligen aktiv
I installed a Standard License number to my Development environment to test out features. Now that I've done this, how do I revert back to Developer Edition?
Help please, I cannot get back into my COldfusion administator after installing the latest update..."Error","localhost-startStop-1","02/13/19","09:56:09","","Unable to initialise Monitoring service: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/Handler"java.lang.NoClassDefFoundError: org/eclipse/jetty/server/Handlerat coldfusion.monitor.MonitoringServiceImpl.startJettyServer(MonitoringServiceImpl.java:196)at coldfusion.featurerouter.handler.standard.StandardMonitoringServiceImpl.startJettyServer(StandardMonitoringServiceImpl.java:121)at coldfusion.featurerouter.handler.standard.StandardMonitoringServiceImpl.start(StandardMonitoringServiceImpl.java:61)at coldfusion.server.CFService.setupMonitoringService(CFService.java:494)at coldfusion.server.CFService.start(CFService.java:724)at coldfusion.server.j2ee.CFStartUpServlet.startCFService(CFStartUpServlet.java:567)at coldfusion.server.j2ee.CFStartUpServlet.init(CFStartUpServlet.java:510)at javax.servlet.GenericServlet.init(Generi
Hi,I need to install ColdFusion Standard (2018) on a server with CentOs 7.6, the server has cPanel and Apache 2.4. I need to use the command line entirely because this is a remote server, I access the terminal with PuTTY. The server will have other domains which use php (not coldfusion)How can I achive this? Are there any instructions I can follow?I have this working now with ColdFusion 9, CentOs 6 and Apache 2.2. The server has cPanel and other domains on server use php and not coldfusion, and everything works ok.We need to upgrade. But before purchasing the new ColdFusion, I need to be sure we can install it the way we need it. Any help will be really appreciated. Thank you.Vero
For commercial use of Oracle Java you will 2019 need to get from Oracle a commercial license. I suppose this has also impact to the cost of running ColdFusion server or ColdFusion Builder? Or is it Adobes headache?
A <cfldap> search on an IBM Tivoli Directory Server (LDAP), pulling a "binary - octet string" syntax attribute (OID 1.3.6.1.4.1.6054.1.1.31 SYNTAX 1.3.6.1.4.1.1466.115.121.1.5) returns [empty string] when the attribute field is set to the attribute name, which is "erentitlements". The string is not empty - it contains XML data that is correctly returned when the attribute field is set to "*".CODE<cfldap action="QUERY" name="entitlements" attributes="*" separator="^" referral="1" start="dc=abc,dc=def" scope="base" server="1.2.3.4" port=389" secure="636" sortControl="asc" username="cn=root" password="********"><cfdump var="#entitlements#" label="ALL">Returns...CODE<cfldap action="QUERY" name="entitlements" attributes="erentitlements" separator="^" referral="1" start=
Hi all,I have hit an issue with cfimage when attempting to generate a captcha. Code works fine on the location (windows) dev version, so I assume this is likely to be linux permissions related or perhap a java issue. Quick heads up:1) CF11 installed on Red Hat 72) Having checked the cfroot/cfusion/tmpCache/CFFileServlet/_cf_captcha and the png file that cfimage produces for a captcha request is there ready.3) On the cf page the capture image does not show just a white area. Looking at the source code the image scr is linking back to 'CFFileServlet/_cf_captcha/_captcha_img8757551929545998425.png'. 4) I have been attempting to resolve this issue for sometime and followed many of the suggestions around adding an Apache alias for CFFileServlet and modifying mod_jk.conf etc but without success.After following the installation guide for CF11, we did also update the version of Java as suggested. Not sure if this is related but when using CF11 administrator, for e
We have development, testing, and production servers running Redhat, Apache, and CF11. Our captcha images used to work on dev and test, but now throw 403 errors and are not displayed. In production, the images still work and are displayed.Permissions on dev and test for the images at /opt/coldfusion11/cfusion/tmpCache/CFFileServlet/_cf_captcha are defaulting to 600. On production, it is defaulting to 644. Where do these permissions get set?
I'm caught in a time-warp. I wrote a flash application some 8 or so years ago and have not touched AS2 since. Now, I need to test the app for a potential problem. The production system runs SBS2008, CF9 and MySQL 5.5. My test machine has the same software but running under Windows 7. When I try to run the application, it won't open. Running under Flash CS6 test, it throws errors about inability to load the class or interface 'Service', ditto for Pending Call, Result Event,Fault Event. My feeling is that it doesn't believe flash remoting is implemented even though I edited the gateway-config.xml to enable the CFWS adapter. Was there anything else I should have dome? The CF9 manual mentions about using the interface from AS3 but I can see nothing about how to install/enable Flash Remoting.I know this is old stuff but any guidance would be much appreciated.
Hello, We have upgraded to using Cold fusion 2018 on Windows Server 2016.When I am trying to access the default page I get a message , Please let me know , how to resolve this issue.IQHTTP Error 404.17 - Not FoundThe requested content appears to be script and will not be served by the static file handler.Most likely causes:The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler.
Hi,I tried to unsubscribe from Adobe marketing emails by sending email to unsubscribe-na@adobesystems.comI received UndeliverableYour message couldn't be delivered. The Domain Name System (DNS) record for the recipient's domain is invalid or isn't set up correctly.Thanks, Mark
We are upgrading our CF Server 10 to latest CF 2018. And i am facing bind issue between dropdown selected value and cfgrid bind.There is dropdown just above the cfgrid that is set empty at first and has values listed of a query, and just below is a grid that binds the dropdown selection value to the query that is fetched.At first as empty is selected it would not fetch records and grid would be empty. Also the bind URL is correctly formed.http://127.0.0.1:8501/app/dummy.cfm?&DbFunc=getRecords&SrcID=&newSrcID=&flt_nm=&flt_iv=&flt_ct=&flt_sc=&flt_in=&pageSize=174&_cf_ajaxproxytoken=6D89B1BFAE8D17997E5A&_cf_clientid=1AFC4F973849FBAE6EAAA465492A0E0B&_cf_rc=0&_cf_nodebug=true&_cf_nocache=true&returnFormat=json&_dc=1549690631545&start=0&limit=174&page=1&sortCol=&sortDir=ASCBut next when i select the dropdownto a new value the URL is formed in this way.http://127.0.0.1:8501/app/dummy.cfm?&&DbFunc=getRe
I've been developing small web sites, mostly for personal use, since Coldfusion 4.0.1. Throughout that time, I have run them on an IIS server under various versions of Windows. I am not highly technical; don't have much knowledge of servers. I have always been able to create and manage multiple sites with coldfusion by setting ports to match the directory structure under inetpub/wwwroot/site_1; inetpub/wwwroot/site_2, etc.Last year, I installed CF18 under Win10, and the usual J2EE installation didn't go through the old process of provisioning under IIS. Sorry if I'm using the wrong terminology. After reaching out on the forums for help, I finally installed under the Standalone Server option, which put my files under cfusion folder with port 8500.I've been totally lost on how to create new sites under this setup.====================The help I'm reaching out for here is to understand the two installation options. 1) can I create multiple local sites with different ports under the standal
The "Multihoming" links on the page ColdFusion Help | Use multiple server instances self-reference this very page indefinitely.
Howdy all, I've recently encountered an issue with a 300+ page PDF generated by a scheduled process. The scheduler generates our institutional organization chart and has been working great. However, we have found instances where a few pages (~4 or so depending upon run) are flat and have no CSS styling applied to them. All other pages are flawless. Even more puzzling is that in some instances, the styling will be applied to parts of the content, but not others. So in one case, the header and footer are properly styled, but the page body has no styling applied. In another case, on one page only the footer is missing styling. Given this is all rendered via iteration, the only thing I can think of is maybe an intermittent connectivity issue to the CSS sheet. We have recently moved our data center, so we have had some squirrely routing issues every now and then. I've learned from experience that it is best to include the CSS in both the CFDocument AND in every CFDoc
'm working on the new system and there are few things that are different from what I used to see. Basically there is an JQuery ajax call with "POST" type and url pointing to .cfm page. The .cfm page will return html table.After talking to lead developer he mentioned that this method is more efficient. This way calling .cfm we do not create new instance each time we make a call. The other way if we use .cfc and call a function new instance will be created each time. I do not know everything behind the screen and deep layers of ColdFusion.One other thing he mentioned this way it's better since we do not use any frameworks. I have been working with ColdFusion for the past 4 years and what I seen in the past is JQuery Ajax calling component.cfc with specific method name. The data is returned and table is built dynamically. I was wondering if someone knows more about this and why the .cfm might be better than calling .cfc.Thank you.
When using BlazeDS (Flex app) to send dates to CF, and the date sent is within Daylight Saving Time, CF fails with an error [BlazeDS] Error deserializing client message.coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: July 8, 2016 6:00:00 PM EDT is an invalid date or time string.My guess is that this is likely caused by CF 2018 using Java 10 which has an issue in CLDR using three character time zone formats. (We are US shop). Even having the standard JVM switch -Djava.locale.providers=COMPAT,SPI it does not work, fails every time.Does anyone have any ideas how to resolve? I am about to try using a separate JVM as a test, but not sure whether that will work or not. I suspect BlazeDS is not playing nicely with JVM (using its own, maybe?)Here is a zip file containing sample project, see "ADDITIONAL" sub-folder for logs, screen shot of proxy AMF dump, etc. Copy the Additional -> remotingDateTest folder to your web root and adjust the RemoteObject in the project applicati
I have installed ColdFusion 2016 in IIS 10 and when I browse to http://localhost/mysite/ I get HTTP Error 404.17 - Not Found but when I browse to http://localhost/mysite/index.cfm it works just fine. It seems there is some confusion about the default documents being served as static files rather than dynamic files. This is supported by reading further details in the IIS error message:HTTP Error 404.17 - Not FoundThe requested content appears to be script and will not be served by the static file handler.Most likely causes:The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler.Things you can try:If you want to serve this content as a static file, add an explicit MIME map.Detailed Error Information:Module StaticFileModuleNotification ExecuteRequestHandlerHandler StaticFileError Code 0x80070032Requested URL http
Hi,I am trying to installColdfusion 2016 on a CentOS 7 Linux machine with an Apache Web Serveralso, same problem with Coldfusion 8 on a CentOS 7 Linux machine with an Apache Web ServerThe install script prompts for the "apache control script",The script does NOT exist.CentOS now controls the services via systemctrlHow do I get the install to work?Any ideas?I have skipped the web server configuration part of the install.Apache will just displays coldfusion scripts as text.I have tried using wsconfig, but doesn't work. (The 'ok' button is greyed out.I have tried to hack the httpd.conf file, but that doesn't not work.How do I get the install to work?Any ideas?I have modified the httpd.comfto use mod_run. still not working.I have extracted the mod_jrun "so" filesas outline in this linkhttps://www.apachelounge.com/viewtopic.php?p=5352
Installed CF 2018 on new server and copied over the neo-*.xml files from a previous version of CF 10. After logging into 2018 CF administrator, I can see the main categories on the left side of screen, and I can open each of these. However, there is no way to drill down into any of the sub categories... for example with Server Settings... there is no way to drill down to: Request Tuning, Caching, Client Variable, etc.Any help would be greatly appreciated.
Hi,I installed a new server (Win 2012 R2 / IIS) to migrate an old CF10 server to the new CF2018 version. Problem is cfthreads are not executing on CF2018. For testing purposes I setup a simple page as follows:======================================INSERT INTO TABLE (record1)<cfthread action="RUN" name="Test_Thread"> INSERT INTO TABLE (record2)</cfthread>INSERT INTO TABLE (record3)======================================Records #1 & #3 get inserted, but not record #2.Log shows:application.log = "Error","cfthread-1","11/29/18","16:02:42","","TEST_THREAD: coldfusion/runtime/CFPage".cf-out.log = Nov 29, 2018 16:02:42 PM Error [cfthread-1] - TEST_THREAD: coldfusion/runtime/CFPageexception.log = Caused by: java.lang.ClassNotFoundException: coldfusion.runtime.CFPageCouldn't find any info on this.Any suggestion?Thanks!
While tracking down errors in the CF2016 Admin console on Windows, I noticed an error in both Chrome and Internet Explorer when I edit a 'Scheduled Task'. (Side note: Lesson learned on case sensitivity, don't accidentally link to CFIDE/Administrator/index.cfm instead of CFIDE/administrator/index.cfm because icons and javascript functionality will be missing.)Error shown in Chrome debugging console:jQuery.Deferred exception: Unable to get property 'msie' of undefined or null reference TypeError: Unable to get property 'msie' of undefined or null referenceSCRIPT5007: Unable to get property 'msie' of undefined or null referenceUncaught TypeError: Cannot read property 'msie' of undefined at c._generateHTML (jquery-ui.js:332) at c._updateDatepicker (jquery-ui.js:299) at c._optionDatepicker (jquery-ui.js:290) at HTMLInputElement.<anonymous> (jquery-ui.js:341) at Function.each (jquery.js:2)&n
Hello,We are running two Red Hat 7 servers, one to run CF 2016 (Server A) and one to run Apache 2.4.6 (Server B). I’ve read instructions on how to get CF to run in distributed mode, but I’m not having any luck getting it to work. Is there a walkthrough on how to go about it?I’ve installed CF on the Apache server (Server B) to get the connectors set correctly, and changed the workers.properties file to point to Server A, ensuring the cfusion.port is the same on both servers. On Server B I’ve installed our homegrown CF application, complete with Application.cfm and index.cfm files but when browsing to Server B it returns an error: ERR_EMPTY_RESPONSEWhat am I missing? (I know I’m missing a lot!)Thanks for any help you can providePG
I want to have the first select box display vehicle makes (this part is working) and then have the second select box display related vehicle models based on the model selected in the first select box.I've researched this and based my code on answers I have found in the forum, however the second select box is not working. Following is my code:The CFC:<cfcomponent output="false"> <cffunction name="getProduct" access="remote" returnType="query"> <cfset var data="" /> <cfquery datasource="xxxxxxx" name="data">SELECT makeid, makeFROM makesfinalORDER by make</cfquery> <cfreturn data> <!--- Convert results to array --->  
I'm trying to make a pdf accessible using cfhtmltopdf 2016. I need to add alt text to images, I have check boxes that need tool tips for screen readers, I have links that need a specific tab order, and I have lists that use bullets but the graphics are read as graphic mc-rev and I would like it to say bullet instead. Is it possible to change these things using cfhtmltopdf 2016?Thanks in advance!
Following error appearing! - Connection verification failed for data source: orga2 java.sql.SQLNonTransientConnectionException: [MySQL JDBC Driver][MySQL]Client does not support authentication protocol requested by server; consider upgrading MySQL client The root cause was that: java.sql.SQLNonTransientConnectionException: [MySQL JDBC Driver][MySQL]Client does not support authentication protocol requested by server; consider upgrading MySQL clientAny help?
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.