새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
The official community for ColdFusion.
최근 활동
Hello, all,My environment is Apache 2.4 on a Windows Server with CF10. The production environment uses CACs (Common Access Card) as logins, and we have set Apache and CF so that a user's information can be accessed via CGI variables set from the CAC login. However, we never had a need for access to a user's email address, until now. (Things like user first/last name, and other things, are easily available, as of this writing.)I did some research, and found that if we added jkvar SSL_CLIENT_S_DN_Email to the "mod_jk.conf" file and restarted the Apache service, we _should_ be able to access a user's email address from their CAC. However, whenever I try to use this in the application, it is coming back as undefined.Is there something else that we need to do in order to have access to the SSL_CLIENT_S_DN_Email value on a user's CAC? Something in either Apache or CFAdmin?V/r,^_^
Hello, all,I've seen a few posts of users (admins) having issues while updating CF11 to Update 8. Understandably, I'm paranoid about updating to 8. Has there been any resolution for this/these issue(s)?V/r,^_^
Hi,For some reason our CF10 application (production) is showing this error in the CF log -Error Executing Database Query.[Macromedia][SQLServer JDBC Driver]Unhandled token type: Unknown token: 0x38User is getting 500-internal server error from the UI.We are using SQL Server 2008R2.This is happening only in our production environment and nothing has been changed with regards to the application files. Our DEV and Test environment are working fine. I checked the CF admin settings and could not find any difference from the other environment. It seems that the web server has changed over the weekend but I'm not sure..Has someone encountered this error before? Anyone has a solution?Thanks.
I'm playing around with GetMetaData to do a little introspection of my CFC's when I ran into an anomaly I don't understand. My CFC has multiple functions embedded within it. One of these functions is defined as follows:<cffunction name="getMyDenied" access="public" returntype="query"> <cfargument name="userid" type="string" required="yes"> <cfargument name="environment" type="string" required="no" default="0" hint="Pass in 0 for Development and 1 for Production">...</CFFUNCTION>When I exam the CFC using GetMetaData I get this output for the getMyDenied function:The thing that confuses me is why the HINT parameter is showing up in the userid argument. The weird thing about this is if I exam the HINT parameter using #Len(TRIM(CFC_Functions.functions[cc].Parameters[1].Hint))# I get the number 6. If I copy the value into a new array or structure and then CFDUMP the results it shows up as an "Empty String".Then in the same CFC I also have this
Got a pretty simple menu shown below. It all works fine but there is one weird issue I could use a little help with.Turn out if run this code in Chrome I don't have any issues but if I run it in Internet Explorer 11 there is a bit of a problem. The problem is the closing angle bracket ">", that represents there are submenus, gets displayed in the middle of the text string in Internet Exploder but is displayed to the right of the text string in Chrome. This picture is what I see in Chrome AND IF I remove the menu from a table structure. The following is what I see if I have the menu in a table AND it's displayed in Internet Explorer 11. The bracket is in white which makes it hard to see but it's still there.It only happens on the cfmenuitem that indicates it is a submenu with further submenus, as depicted in line 8 of the snippet below. The menu also as to be embedded in a table structure which makes me think its a bu
Hello,Is it possible to password protect a .xls file generated with CFspreadsheet, such that when the file is opened a password is required to VIEW the spreadsheet?I realise you can password protect a file to request a password to make modifications (e.g protect the worksheet), but I'd like to prevent the file from viewing\opening without a password.Using CF9.Thanks,
HelloI have a logout that doesn't seem to want to work for Coldfusion 10. I have a log in system for an admin area, I want to allow the user to log out of it and delete the session they are using. This is my code as well as the error it's giving me:Code:<cflogout><cfset StructDelete(session,"auth")><CFHEADER NAME="Refresh" VALUE="0; URL=index.cfm">Error:Cookie name "CFAUTHORIZATION_MYAPP" is a reserved tokenI changed the name of the app to my app. What am I doing wrong here? I've tried a number of different ways to accomplish this log out.. They either don't delete the session with no errors, or I get this error.Thank you
Hello, there is a "ColdFusion 10 Standard" license for sale. If interested, please PM me with a quote. Thanks.
Hello, all.I have a CF server that is isolated from the internet, so as you can imagine, it doesn't get updated often.Soooo... I downloaded the CF10 Mandatory update jar file, and the CF10 Update 20 jar file, copied them over to my server (Windows 2008), and then dropped to an elevated command prompt, and ran the jar files, Mandatory first, restart, then Update 20, restart.Now, when I try to access CFAdmin, I get an error message: File not found - {drive}:\www\Coldfusion\cfusion\wwwroot\CFIDE\Administrator\cftags\inputfilter.cfmWe don't have our webdocs in the same folder as the CFIDE. So I'm pretty sure this can be fixed by editing an xml file, but I don't know which one(s) or what all to change.Our webdocs are in {drive}:\Webdocs\Our CFIDE is in {drive}:\www\Coldfusion\cfusion\wwwroot\CFIDE\How can I fix this?V/r,^_^
Does anyone have any suggestions on how to get the PDFgServelet working on Linux?It's running CentOS 6 and CF11 patch 7.The daemon starts but will not verify and the WEB-INF folder doesn't exist. # sudo netstat -lntp | grep 8987tcp 0 0 ::ffff:127.0.0.1:8987 :::* LISTEN 15544/javaI followed these posts to no avail:How to setup PDFg server in ColdFusion 11 on Linux | ColdFusion SolutionColdFusion 11 – PDF Service prerequisites on Linux | Techode This one seems to indicate that this doesn't work on Linux Adam Cameron's Dev Blog: ColdFusion 11: <cfhtmltopdf> a non-starter. Literally , however, it's old and Adobe's documentation states that it does ColdFusion Help | PDF Generation in ColdFusion I'm not sure
ColdFusion 7 and 8 are bundled with a variant of JRE1.6.I have a script which has successfully consumed a web service for years. Last week, the provider of the web service updated their version of Apache and Java on the server to java 1.8 (or java 8).I could no longer consume the web service after the web service provider upgrade of Apache and Java and would receive the following DH keypair error each time I try to consume the service:-----------------AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userExceptionfaultSubcode:faultString: javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypairfaultActor:faultNode:faultDetail:{http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypairat com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)at com.sun.net.ssl.internal.ssl.SSLSoc
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7785.html
I cannot find a way to download ColdFusion 11 Enterprise. Does anyone know where I can download that? I have the serial number for it but not the installation file. Any help is much appreciated.
Using older version of Coldfusion (7 I think? I know, I know...). Anyhow, my WSDL echo page used to work, but then it stopped working unexpectedly. My vendor tells me they are getting the following error:Error attempting to create Java skeleton for CFC web service; nested exception is: coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Could not resolve CFC datatype: /kydlgweb/echo.cfc]. Here is my code in the echo page:<cfcomponent output="no"> <cffunction name="echoString" returntype="string" output="no" access="remote"> <cfargument name="input" type="string"> <cfset variables.CartID = arguments.input > <cfstoredproc procedure="spPO_Upd_SPGEReg_UpdatePaid" datasource="ProjONE"> <cfprocparam cfsqltype="cf_sql_varchar" value
Has anyone installed CF12 with Plesk 12.I'm being told that plesk doen't support it. Is this correct and can I install and run the CF12 system on the server?Thanks for any comments or assistanceCapt Gary
Hello, all,I'm using regex (REreplaceNoCase()) to set the file path of the root of a site that I'm working on. Until now, it has worked great.What I'm doing is using ExpandPath() to set an application variable in application.cfc so that no matter what folder under the webroot is being used, the variable will always have the same value, no matter if on DEV, Staging, or Production environment.So, let's say one server in each environment: ServerA, ServerB, ServerC, respectfully.The webroot on ServerA is C:\web\webdocs\myproject\The webroot on ServerB is C:\web\webdocs\myproject\preview\The webroot on ServerC is F:\hosting\www\public_html\myproject\docs\I need a regex mask to point to the root on all three servers without hardcoding it, because, you know.. things are constantly changing, and you don't always know that paths will remain as is.The following _kind of_ works:<cfset application.wrmap = REreplaceNoCase(ExpandPath('./', (.+[\\|\/]myproject[\\|\/])(.+)', '\1','all')
Hi. I have some session variables for a shopping cart page. I want to set up a button for the user to click to clear the cart. How do I do this? I tried using the StructDelete function, inside a form with a button, but even if I don't click on this and I just click on the Checkout page button instead, it clears the cart before the info. can be inserted into the database on the confirmation page. How do I set this up so that the cart only gets cleared if the button is clicked? Here is what I have:<cfif NOT StructKeyExists(session,'ElastomerCart')> <cfset Session.ElastomerCart = StructNew()> <cfset Session.ElastomerCart.First_Name = ""> <cfset Session.ElastomerCart.Last_Name = ""> <cfset Session.ElastomerCart.Title = ""> <cfset Session.ElastomerCart.Company = ""> <cfset Session.ElastomerCart.Address1 = ""> <cfset Session.ElastomerC
I need help to migrate webserver from IIS 7 to Apache2.4. We got coldfusion 11 installed on windows 2008R2 machine. It would be great help, If anybody can send document to perform this migration.. Thanks RK
Hi,We have installed multi-server ColdFusion 9 in Windows server. And we have created 4 other instances using multi-server configuration.It was working fine till today morning, but all of sudden the 4 instances are stopped responding. However the main URL is working fine.When I wanted to check Instance Manager under Enterprise Manager tab in ColdFusion Admin Console, it is not opening the page. I didn't find any errors in logs as well as in page.I tried to restart ColdFusion server, IIS server, WW Website server but no luck.Could you please let us know what could be the possible reason and also give some solution to it.Thanks and Regards,LVSR Ravi Chandra
Hello, all,On several of our primary projects, we are storing non-common images (ie, images for articles; not formatting or background images) in an Oracle 11g database, and using queries to retrieve and display them. For the most part, this is working quite well.However, an issue has come up which has caused our PM to question: When an image is pulled from an Oracle db via ColdFusion Server, is the image downloaded in a single reference? Or, does either Oracle or CF Server split the BLOB into chunks, causing more than one reference to the image?In CFAdmin, the BLOB is set for 64000. Is this a buffer size value? It's the default when the DSN is created in CFAdmin.V/r,^_^
Hi,I just installed CF builder 2016 with the embeded CF server in my win7 desktop, but when try to start the CF server from the builder, it always fail with this error:[defaultLocal]:Listening for transport dt_socket at address: 6006[defaultLocal]:Error(06/02 at 12:08:36) Unable to start server. Server startup timed out.[defaultLocal]:Error(06/02 at 12:08:39) Operation is canceled.But the server is actually started successfully, it was just CF builder not able to connect to it.Any idea?Thanks.David
Hello, all,I'm trying to learn how to use CFTHREAD - just playing around with it, a bit - and I'm clearly missing something in the documentation.As a "for example", I'm trying to use CFTHREAD to get the content of different web sites and output them from within a loop. Obviously this should be done asynchronously, as each page will have a different load time. But the output (even when using view source) remains blank. Timing, maybe?<cfsilent> <cfset urlList = ListToArray("http://www.ustranscom.mil/,https://news.google.com/,http://www.sddc.mil/,https://news.yahoo.com/,http://www.amc.mil/,https://forums.adobe.com/") /> <cfset steList = ListToArray("USTRANSCOM,Google,SDDC,Yahoo!,AMC,Adobe") /></cfsilent>I've tried:<cfloop from="1" to="#ArrayLen(urlList)#" index="idx"><cfset steList[idx] = lcase(REreplace(steList[idx],"[^\w]","","all")) /><cfthread name="output#idx#" action="run" aURL="#urlList[idx
I have created a chart in CF11 Enterprise, using CFCHART, with clickable drilldown areas by adding the url option with item=$ITEMLABEL$.This works exactly as it should for the first 10 items on the x-axis, but if there are more items, the values passed to $ITEMLABEL$ beyond the 10th item (and the corresponding value in $VALUE$) do not correspond to the selected item - an earlier value is returned. The chart axis and data labels are all rendered correctly on the page - its just the values passed by the URL are incorrect after 10 items.I am pretty sure this is a bug in CF11 (although I can find nothing on this in forums and searches). I have downloaded a developer edition of ColdFusion 2016 Enterprise, and ran the same code successfully on this server - the correct URL values are passed irrespective of the number of items on the x-axis (well, I tested up to 42).Is there a bug fix for this?
I'm stuck guys. I don't know what do do. We've been having this problem for awhile when dealing with a payment gateway that we get a "Connection Failure". Now, it is not all the time. It is intermittent. Maybe 1 in 25 or so. That rules out certificates right? My thoughts are that if it were a certificate then no requests would actually complete. So I set up a test page that does a test call to the payment gateway, the payment gateway we are using is eProcessing Networks' Authorize.Net emulator. Now, I got an error the first time I ran it.Amazingly I was able to reproduce it. Just once. Then it started working again like nothing ever happened. I really need help guys. I will provide more information if you need. This is the exact code I was using when I ran it. Nothing changes here as far as structure from call to call. These are all test credentials from the developer site.<cfhttp url="https://www.eprocessingnetwork.com/cgi-bin/an/transact.pl" port="443" METHOD="post" USERAGENT="Moz
We install ColdFusion 2016 on Window 2012 server with IIS 8.5. It works fine for couple days, then the admin screen login in screen return blank white page.After play with security and IIS setting, we re-installed ColdFusion and it comes back. After a week, it happens again. What could cause that ?Thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
이미 계정이 있으신가요? 로그인
sso.login.detail.descriptionWithRegistrationLink
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.