The official community for ColdFusion.
Nyligen aktiv
I'm not sure if I explain this correctly but I want to do multiple cfhttp requests and then combine them into one cfset variable and just do one DeserializeJSON(variable). Is this possible? If so, how do I go about it?
Hello community, I have a situation that started to happen about a month ago and I'm not sure how to tackle it.Long time ago I have created a ticketing system while working as technical support for a kitchen commercial equipment company.It was my very first system. I had no idea about server configuration. I just installed CF9 on a Windows XP machine with a mySQL database.The system was running with the built-in CF server. There were only 5 users.Today, 12 years later, the system is being accessed by more than 25 users, running reports.Hardware has changed. The system is running on a i7 machine with 8GB of ram and Windows 7 Pro.However, it's still running (for the moment, soon to be changed to Apache server) on the built-in CF server.I would assume that if the problem is that it runs in the built-in server, it wouldn't fail from one day to another, but maybe I'm wrong.However, I will install Apache as a first step.Besides this, is there any "tuning up CF9 for production" guide for deve
I'm trying to clarify the licensing requirements for Coldfusion 2016. I've read where I can license it per core (8) or per cpu (2). Which is it and are these physical or virtual?Thanks in advance.Dave
I'm trying to figure out the correct url mapping for blocking clickjacking on my client's site. The URL follows the pattern: "https://abc.def.xyz.com/". Right now I have the following in the web.xml file, but it doesn't seem to work.<filter-mapping> <filter-name>CFClickJackFilterSameOrigin</filter-name> <url-pattern>/CFIDE/administrator/*</url-pattern></filter-mapping><filter-mapping> <filter-name>CFClickJackFilterDeny</filter-name> <url-pattern>/ABC/*</url-pattern></filter-mapping>I read some of the other posts and have seen references on how to handle it if we had subdirectories (for example, if the site was actually https://abc.def.xyz.com/app_v6", I could use "/app_v6" for the url mapping, and indeed that works on my development machine where I'm using "localhost/abc" for my development site. However, we don't have that sort of structure on the
Does the Addon service installer (CF11 version) work as a way to re-install the service in an existing CF11 install? My Solr service is buggy and I want to reinstall it without reinstalling the whole CF11. Can I just install to the same directory as the existing instance (/ColdFusion11/cfusion/jetty/)?
bonjour,je voudrais faire une combo d'une combo.exemple : 1ère combo => états - 2ème combo : villes de l'état choisi.je suis en Coldfusion 8 et voudrais un exemple simple car je suis débutant.Merci par avanceCdlt
I found a thread that references Bug #4169795 and how td's are being seen as tr's and is marked fixed but I do not see a solution in the post.I have tried using a table as well as floating divs with inline styling with no luck. Any help would be appreciated.Sincerely,Kevin
HelloWhen RDS to a remote CF server using the Apache 2.4 stack, I was getting the error "404 Not found".To resolve just create the directory /CFIDE/main and then create a blank file called "ide.cfm"More info:Diary of a Grunt (Jason Holden's Blog): Coldfusion RDS 404 error on OSX
I have installed ColdFusion Builder 2016 60 days trial version yesterday. Today I tried to open it and just displayed the first select your workspace window and then nothing. I uninstalled and then installed it again and had same issue but the first time I tried to run it after the install, after the select your workspace window, another message window flushes for a second. I was able to read only the first line or so and I think it's said the trial had expired. It shows only the first time after installation.What gives?Thanks
I have multiple collections on my server and use cfsearch to retrieve data from them. I have been sending requests using multiple collections like this:<cfsearch name="mysearch" collection="collection1,collection2" criteria="test">This works on my dev server, but fails on my production server. I am running CF 11 (11,0,08,298512) on both (Windows Server 2008 on both too). I can get results on my production server if I query one collection at a time, but if I try both, it crashes the AddOn service.Any ideas?Got an error message finally:500 ErrorThere was a problem while attempting to perform a search. Type: SearchEngine java.net.SocketException: Connection reset : Connection reset coldfusion.tagext.search.SearchTag$SearchProblemException: There was a problem while attempting to perform a search. at coldfusion.tagext.search.SolrUtils.formatSearchResult(SolrUtils.java:2022) at coldfusion.tagext.search.SolrUtils.getSearchResult(SolrUtils.java:2516) at coldfusion.tag
I have been looking at this issue for several weeks off and on. Right now I can tell you 70 things it is not. And, I have tried many things. So, please forgive the long posting.DescriptionOn the Development, Test, Training, and Production instances I have an intermittent connection issue with accessing one table SITE. Everytime I try to access said table via a <cfquery> tag it throws an error.structCausestructErrorCode0Message[Macromedia][Oracle JDBC Driver]Object has been closed.SQLStateHY000 Database EnvironmentThe Oracle server is on a different shared server with LAN. It is running Oracle 10G.CF EnvironmentThe Development, Test, And Training instances are on one shared server. A Linux box: x86_64 x86_64 x86_64 GNU/Linux. I can not update theServer DetailsServer ProductColdFusionVersion10,0,21,300068EditionEnterprise Operating SystemUNIX OS Version3.0.76-0.11-default Update Level/local_apps/cf10/Redmond/lib/updates/chf10000021.jar Adobe Driver Ver
Had an issue with three of our CF11 Enterprise servers this weekend after a reboot of the VMs. Seven sites were down after the reboot with an error of “Address already in use: JVM_Bind” in the CF exception.log. All servers have multiple instances and each site has their database on separate db server. One server has 11 customer sites on it, each having a database on the same database server. Of these 11, 4 sites were down after the reboot. The error detail is:"Error","localhost-startStop-1","07/23/16","09:34:19",,"Address already in use: JVM_Bind"java.net.BindException: Address already in use: JVM_Bind at java.net.DualStackPlainSocketImpl.bind0(Native Method) at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:106) &nbs
Hi,I have Problems with the API and coldfusion. I created a User in the Magento,add a role (full access). Via API, i can login ask for globalFaults,resources (List), end Session but i can't make a "call". The Errormessage is always "Web service operation call with parameters {f81d16872c0f408a9d09753c8900f129,product.list} cannot be found."Do you know something about this problem?I tested the API via PHP, and id works well.The code of the login (it works correctly and gives me back a sessionID):<cfset magento = CreateObject("webservice", this.url)/><cfset magentoSession = magento.login("#this.benutzer#", "#this.passwort#")>The code of the call:<cfset productArray = magento.call("#magentoSession#", "product.list")><cfdump var="#productArray#">Regards,Adrian
We've recently upgraded our production servers from CF9 to CF11 and are looking into the CFHTMLTOPDF tag to replace the existing CFDOCUMENT.However, upon testing, CFHTMLTOPDF does not show page-break's correctly with the page-break-after:always CSS rule. See code below :<cfsavecontent variable="x"><html> <head> <style type="text/css"> p {page-break-after: always;} </style> </head> <body> <p>blah</p> <p>blah blah</p> </body></html></cfsavecontent><cfhtmltopdf name=y pagetype="A4"><cfoutput>#x#</cfoutput></cfhtmltopdf><cfcontent reset="yes" type="application/pdf" variable="#ToBinary(ToBase64(y))#">The page breaks show correctly when generating PDF using CFDOCUMENT
Hi there,I am trying to install ColdFusion 11 using the main Apache root on the Mac. This will be using port 80, and will be the localhost on the Mac, and the file structure is - /Library/WebServer/Documents. The first part installs fine, but the second part (The web step and accessing the ColdFusion administrator) fails.However, when I set-up ColdFusion 11 using the build in Web-Server everything goes fine.Is this a bug in El Capitan?Also, I tried to use the ws_config application to connect to port 80, but this failed too.Can somebody help in getting ColdFusion 11 installed on port 80?Thanks!Johnny
We are running the latest CF 9 server running JVM 1.6_26 on a Win2003 server with an i7 processor and 8GB of ram.Here is the JRun config:java.args=-server -Xms4096m -Xmx4096m -Dsun.io.useCanonCaches=false -XX:PermSize=512m -XX:MaxPermSize=512m -XX:+UseParallelGC -Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 -Dcoldfusion.sessioncookie.httponly=true -XX:NewRatio=3 -Xbatch -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jarsFor the past few weeks, every couple of days the CF server grinds to a halt.Using SeeFusion we can monitor the requests and see them just starting to stack up.We are typically alerted to the brewing problem when our application starts sending noticesthat SESSION variables are undefi
Hello,I'm trying to install ColdFusion 2016 to newly created Ubuntu 14.04.5 EC2 Instance.I'm receiving this warning during installation:--...Warning: Standard C++ LibraryThe installer was unable to determine if libstdc++.so is available....--I'm using ColdFusion_2016_WWEJ_linux64.bin, Ubuntu 14.04.5 LTS, Trusty Tahr (from /etc/os-release)I have installed libstdc++6, libstdc++5, libstdc++6-dev, build-essentials, latest JRE8 from Oracle but this doesn't help.I'm sure that my system has libstdc++.so:--ls -lah /usr/lib/x86_64-linux-gnu/libstdc*lrwxrwxrwx 1 root root 18 Jan 31 2013 /usr/lib/x86_64-linux-gnu/libstdc++.so.5 -> libstdc++.so.5.0.7-rw-r--r-- 1 root root 811K Jan 31 2013 /usr/lib/x86_64-linux-gnu/libstdc++.so.5.0.7lrwxrwxrwx 1 root root 19 May 7 11:22 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libstdc++.so.6.0.19-rw-r--r-- 1 root root 957K May 7 12:11 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19--Could you please help me to
I'm a doing a json calls via a third party's API and in one of its url_hash paramters, they gave me this example.json -- url_hash: { '$in' : ['office-365', 'office-excel', 'office-tutorials', 'office-products'] }So here's my current http request.<cfhttp url="https://app.example.com/api/head/category.json" method="get" timeout="15" throwonerror="false" proxyServer="webproxy.example.com" proxyport="8080"> <cfhttpparam type="url" name="_authbykey" value="56a7d8c532131c40581235487"> <cfhttpparam type="url" name="project_id" value="55c4ffd4567891c527e294fe6"> <cfhttpparam type="url" name="limit" value="1"/> <cfhttpparam type="url" name="url_hash" value="#hash#"/> </cfhttp>So, will line 5 of my code above work in this case? Or, do I have to do something different?Thank you.
On CF10 (Windows Server 2008 R2) we recently tried to install update 17 with the anticipation of then installing 21. Our last installed update was 12. We started with 17 because it was the highest one listed as cumulative. The 17 update failed and we tried to uninstall. That also failed so we tried a manual uninstall per the instructions. After that we had problems with the CF administrator page not able to display. We found a corrupt neo_updates.xml file and fixed that per: http://blog.pengoworks.com/index.cfm/2015/11/18/ColdFusion-Administrator-issues-after-installing-ColdFusion-10-Update-18-hotfix-APSB1529Our symptom now is a problem with cfhttp tags. We get a "NoSuchMethodError" error (see log). This happens on public facing pages with the cfhttp tag as well as the "Updates" link in CFAdmin which I assume uses the same cfhttp tag.My concern now is that we really don't trust the integrity of the current CF install/configuration at all. We really need to fix this without a CF reinsta
The problem seems to be that it never gets inside the loop in line 13. I'm not sure if that line of code is correct because it's giving me Error in custom script module before it gets inside the loop. I put a plain texts inside the loop and it never gets executed.<cfoutput> <cfset cfData = DeserializeJSON(artDetails)> <cfif structKeyExists(cfData, 'data')> <cfif not ArrayIsEmpty(cfData.data) > <cfloop index="i" from="1" to="#arrayLen(cfData.data)#"> <!---<cfdump var="#cfData.data.faqChildren.categories#" >---> <cfdump var="#cfData.data.faqChildren.categories.5798bea791121cc46fd77a45#" > <!---<cfdump var="#cfData.data.faqChildren.categories.5798
I have a form using Google Recaptcha but when I submit it and dump out the form on the success page I can see the G-RECAPTCHA-RESPONSE value but if I try to do anything with it I get a 'Variable G is undefined' error message.Is that not the correct way to use the response or is there a better way to get the recaptcha to work?Cheers!
I have a serial number for CF Builder 3, which is an upgrade version. My computer totally died, so I bought a new computer and installed CFB 3. I input my CFB 3 serial number and for my Previous Serial Number, I entered my CFB2 serial number. Both are from my Account page here on adobe.com. The OK button is not activated when I enter my Previous Serial Number. I copy/pasted from my Account page and I have confirmed that I have no extra spaces in the serial numbers.I do remember that I had an issue with CFB 3 last year, and that I had to get a new serial number. That might be why this isn't working.I started a Support Chat, but was told that they don't support CFB through chat. Are there any other options other than paying for a support call??Thanks,Kathryn
Hi,We would like to know on how to setup Coldfusion datasource when Net Sec is enabled on Oracle DB.Our DBAs have enabled Network Encryption for our Oracle datasources (Oracle Advanced Security, Oracle 11g - 11.2.0.4 RAC). We are now getting this error:ORA-12660: Encryption or crypto-checksumming parameters incompatibleIs there anything specific we need to do to support Network Encryption?Example JDBC URL, we use with the CF “Other” datasource:jdbc:macromedia:oracle://192.168.xx.xxx:1516;ServiceName=CFAPP.fda.gov;AlternateServers=(192.168.xx.xxx:1516);LoadBalancing=true;ConnectionRetryCount=5;ConnectionRetryDelay=5;We use the ‘Other’ datasource because we use RAC and the ‘Oracle’ datasource does not seem to support RAC.Regards,Vidya
Hi ,We have ColdFusion 2016 Enterprise in Windows 2012 R2 server, Webserver IIS 8.We need to deploy one of our J2EE application ( WAR ) on the Same server.Is it feasible to deploy in ColdFusion server or we need to install separate Application server for it.Thanks,Paul
I updated to Coldfusion 11 Update 6 and started getting messaging errors in an application that has been running for 5 years. When I roll-back the update to Update 5 the messaging errors no longer occur.The coldfusion-out.log file shows error -[BlazeDS-v4] 09/02/2015 09:46:50.656 [ERROR] [Message.General] Unhandled error when processing a message: java.lang.NoClassDefFoundError: javax/jms/InvalidSelectorException incomingMessage: Flex Message (flex.messaging.messages.CommandMessage) operation = subscribe selector = null clientId = 331A3C73-901F-61DA-8F42-2798D21DDDB5 correlationId = destination = AMMATECH-TS-1_Assure_Production_PJMCommand messageId = EC9A7AA1-BBFE-5E9C-7438-8B4E527E2868 timestamp = 1441151210640 timeToLive = 0 body = {} hdr(DSValidateEndpoint) = true hdr(DSEndp
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.