Questions
Actividad reciente
HiI have a cfm file that pulls live data from a mssql database. Recently on a windows 10 computer it stopped pulling data. It creates the spread sheet, but no data is in it. The only thing I can see that is changed is that CF was updated from version 10 to 11. The above .cfm file still works on a computer with CF 10 on it. No changes have been made to the file.I'm still learning CF (I had this created for me by an experienced programmer) and so I'm not sure where to look to fix it.Thanks for any help.Will
I have previously succeeded in installing CF2016 on a Win10 Apache24 setup but had to refresh Win10 after a disk failure & replacement. Now when I go through the CF install process I get a message that there were errors, a number of which show up in the coldfusion-error.log. My Apache server still runs .html files but the browser hangs on .cfm and produces a message "The connection was reset". The coldfusion-error.log shows a number of entries as follows:Jul 17, 2016 9:08:46 PM org.apache.coyote.ajp.AjpMessage processHeaderSEVERE: Invalid message received with signature 18245Followed later by multiple entries:Jul 17, 2016 10:24:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaksSEVERE: The web application [ROOT] created a ThreadLocal with key of type [coldfusion.runtime.Cast$1] (value [coldfusion.runtime.Cast$1@27902ba2]) and a value of type [java.lang.Boolean] (value [true]) but failed to remove it when the web application was stopp
Hello,I installed CF 11 on many servers and all of them are OK except one where every time I try to change any config - like adding mapping or extensions - I get kicked off and when I look at the log I see this error"Information","ajp-bio-8014-exec-18","08/16/16","07:42:21",,"Session rotated successfully.""Warning","ajp-bio-8014-exec-18","08/16/16","07:43:10","CFADMIN","There was an error while verifying the token. Either the session timed out or un-authenticated access is suspected."I deleted all cookies from my chrome browser and even installed FF but still the same errorWe have 14 enterprise lic, can we get help resolving this issue ?ThanksIsmail
I have completed the installation of both CF10 and CF11 on the same server (Win2008R2/IIS 7.5). When I log into the administrator for either CF10 or CF11, I am presented with a duplicate navbar on the left (see below). When I select an item on the navbar, it is properly displayed, and this effect doesn't reoccur. Any ideas as to addressing this issue, or is it even an issue?
Does anyone have the official link to download the CF2016 Server Manager air application?The one I have found on the website (http://download.macromedia.com/pub/coldfusion/updates/12/servermanager/ServerManager.air ) downloads the ColdFusion 11 version (unsigned I might add).Thanks.
My code works fine if I don't include the onUploadComplete event handler. But when I include it, the ccfileupload doesn't display! Here is what my code looks like:<cffileupload addbuttonlabel= "Select Files" align="center" clearbuttonlabel = "Clear" deletebuttonlabel = "Delete" extensionfilter = "mp4" height= "500" hideUploadButton = "false" maxfileselect = "250" maxuploadsize = "20000000" name = "File_name" onuploadcomplete = "finalize();" progressbar = "true" stoponerror = "true" title = "Select files to upload" uploadbuttonlabel = "Upload" url="upload_video.cfm" width = "1000" />The finalize function looks like:<script>function finalize() { alert('Job completed');}</script>Anyone have any idea why this fails when onuploadcomplete is specified?Dave
I noticed the Support Matrix for ColdFusion 11 lists Microsoft SQL Server 2008 R2, 2012 and 2014.However, the Support Matrix for ColdFusion 2016 only lists Microsoft SQL Server 2012 and 2014.Does anyone know if support for Microsoft SQL Server 2008 R2 was really dropped in ColdFusion 2016, or if it simply was not tested by Adobe?I'd like to set up a new web server with ColdFusion 2016 installed that communicates with an existing DB server running Microsoft SQL Server 2008 R2.Thank you.
Hi,This URL says CF2016 update 2 is available:https://helpx.adobe.com/coldfusion/kb/coldfusion-2016-update-2.htmlMy CF2016 has update 1 applied:Server Product ColdFusion 2016Version 2016.0.01.298513Tomcat Version 8.0.32.0Edition Standard Update Level C:/ColdFusion2016/cfusion/lib/updates/chf20160001.jar Adobe Driver Version 5.1.1 (Build 0001) JVM DetailsJava Version 1.8.0_72 CFadmin > Server Update > Updates > Check for Updatesresponds:Not able to connect to Update Site: Connection Failure: Status code unavailableColdFusion-out.log reports:Aug 16, 2016 11:48:18 AM Information [http-nio-8501-exec-8] - Starting HTTP request {URL='https://www.adobe.com/go/coldfusion-updates', method='get'}Aug 16, 2016 11:48:18 AM Error [http-nio-8501-exec-8] - Not able to connect to Update Site: Connection Failure: Status code unavailableDownload and install manually. Does anyone know the URL to manually download update 2 for CF2016? EG to manually download CF11 update 2 f
I have a need to upload video clips from football games to our website. These clips vary from 5mb to 200mb and there can be up to 220 per game (though usually about 160). The total size of all files is about 18gb.I am using the htmp input type=file multiple option to get the file names and cffile uploadall to bring the files up to the server. I actually have my code working but if I give it more than about 30 of these clips, it chokes and dies. These files are being uploaded by officiating crew evaluators who are not technical in any way. And because of the file size, it can take several hours to upload. What I am trying to do is have our website actually initiate the uploads rather than have them do it. So I need to upload all files in the same transaction and just let it run as long as it needs to.So apparently around 30 of these files or so, I must be hitting a wall. Does anyone know what this wall is and how I might go about avoiding
I'm installing a developer profile of ColdFusion 2016 to Mac (Version 10.11.6) and I'm having an issue with completing the installation because I can't run the web server. Per the instructions, I went into my applications directory, ColdFusion2016/cfusion/bin to start the server but I don't know where to type the required "./coldfusion start" to start the server. Please help. Thanks.
I have the following page (below) that has worked fine for years, but since yesterday it is erroring out:- I have uninstalled any Windows Server 2008 updates, no change.- I'm running ColdFusion 9,0,1,274733 Standard- I'm open to other ideas to grab the xml attachment from an email (Exchange server) and save it to a folder on the server?Here is the error:500 - Internal server error.There is a problem with the resource you are looking for, and it cannot be displayed.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 RequestAn exception occurred when setting up mail server parameters.This exception was caused by: javax.mail.MessagingException: Connect failed; nested exception is: java.net.ConnectException: Connection refused: connect.Here is my page code:----------------------------<!--- Call cfpop to get any
I just set up ColdFusion 11 and I am able to access the ColdFusion 11 Administrator so I know ColdFusion is running. But when I try to load a web site, I get a page not found error. I notice in the debugging info that the CF_TEMPLATE_PATH is incorrect.It should be like this:C:\jboss-7.1.1.Final\standalone\deployments\cfusion.war\finance02\default.cfmBut it's like this:C:\jboss-7.1.1.Final\standalone\tmp\vfs\deployment18dde21d379c002f\cfusion.war-1b3fef0916449a43\finance02\default.cfmThe URL accessed is:http://localhost:8080/cfusion/finance02/default.cfmWhat could cause the path to be incorrect and how can I fix it?
I added an additional site to my CF9 server. The main site works perfectly. The new site partially works.I created a test page, index.cfm, that displays today's date.If I visit mysite.cfm it displays the date.If I visit mysite.cfm/index.cfm I get a 404 error.Is there something I need to change in IIS?Please keep in mind I am not a server person or a programmer, just someone who gets to play with their departments site.Thank you
I am attempting to force a page break in my PDF and not having any luck, wondering if anyone have an suggestions that might help.<cfhtmltopdf marginBottom="1" marginLeft="1" marginRight="1" marginTop="1" orientation="portrait" pageType="letter" saveAsName="PersonsName"> <cfinclude template="/dsp_create_pdf.cfm"></cfhtmltopdf>dsp_create_pdf.cfm contains a loop and I want to add a Page Break before each title header (to Keep it simple).BUT reading documentation on cfhtmltopdfitem reads:pagebreak: can be used to insert a pagebreak in the generated PDF. When <cfhtmltopdf> is used as a service, pagebreak will not workWe WANT to us cfhtmltopdf as a service, so how is this accomplished.CSS with <p style="page-break-before: always"> </p> DOES NOT work either.dsp_create_pdf.cfm:<!DOCTYPE html
Hello,After a fresh CF2016 installation all CF services are running fine, but after I've updated the "Java and JVM" it's asking for restart the CF services, but when I do I'm getting the below error. Please help to let me know the fix for the below.Thanks in advance.Java and JVM
I am looking to see if there is a solution out there using Coldfusion 11:If a pdf document is created with cfdocument tag, is there a way to tell if/when a page break occurs while the pdf is being created? ... Keeping in mind the content of the document varies...?? I am not aware of a way to accomplish this so any info would be greatly appreciated...Thanks
Is the custom 404 errors set in the IIS or ColdFusion? One of our read only production server is not displaying the custom 404 error and I like to find out why. Any suggestion is much appreciated.
Hi,I have a page contains that contains three tabs.The following error message like the one below will appear randomly when the page appears:"Error retrieving markup for element cf_div........... :OK[Enable debugging by adding 'cfdebug' to your URL parameters to see more information]"I would like to know how to suppress the error message.Below is the code for the first tab:<cflayoutarea bindonload="true" closable="false" disabled="false" inithide="false" name="LTCServiceNameEdit" overflow = "auto"selected="true" tabTip="text" title="Service Selection" align="left" > <H6>Service</H6> <cfoutput> <cfinclude template="spltcserviceseditform.cfm"> </cfoutput></cflayoutarea>Per my research, one of the solutions is below. How would the ColdFusion.setGlobalErrorHandler(handleGError); be placed in the above cflayoutarea?function handleGError(s) { console.log(‘global error called ‘+s); }ColdFusion.setGlobalE
The below shown code works well on CF8. password can get from DB successfully. But it doesn't work on CF11. It can't retrive password from DB. Password is always empty. username and datasource can get from DB. The password stored in DB is displayed as:0-8VB>D;.<MQ95X$(5M2$>P I guess maybe CF11 variable can't store complex/special string? How to save it? I need get password from DB and then decrypt it.<cfquery datasource="#XXXX#" name="GetConfig">SELECT S.A,IsNull(ds.column_a, '') AS DataSource,IsNull(un.column_a, '') AS Username,IsNull(pw.column_a, '') AS Password FROM (SELECT column_a AS A FROM table_a WHERE column_b='xxxx1') s LEFT JOIN table_a ds ON ds.column_b='xxxx2' LEFT JOIN table_a un ON un.column_b='xxxx3' LEFT JOIN table_a pw ON pw.column_b='xxxx4'</cfquery><cfset qDataSource = GetConfig.DataSource /><cfset qUsername = GetConfig.Username /><cfset qPassword = GetConfig.Password /><cfoutput><p>datasource:#qDataSourc
I have a project which can be considered as a heavy load application. I have bought 3 primary server and 3 back up server from Amazon , primary is of 32 cup with 244 gb ram and Secondary server with 16 cpu with 122 gb ram . Can someone suggest to do the Coldfusion tuning because now the Coldfusion server is not listening when load is increasing, please advise
Working with CF2016 has been quite the adventure...One major annoyance (bug) I have come across is being unable to manage multiple Administrator sites for separate instances running on the same server.To reproduce this, open Chrome and browse in 1 tab to the Default Tomcat administrator area https://wt-cf2016-1:8443/CFIDE/administrator and login.Next, open a second tab and browse to another instance running on the same box https://wt-cf2016-1:8601/CFIDE/administrator and don't loginSelect your original tab from the first step and click on any menu link to the left. You will be instantly logged out.What is ironic about this, is that I can be logged in to the same instance multiple times in the same Chrome browser with the Allow concurrent login sessions for Administrator Console enabled...Anyone have a work around for this?
I am upgrading an old CF 8 application to CF 10. The first error I have encountered after upgrading is in my application.cfm and the site won't load at all."The client scope settings combination is invalid. The clientscopestorage is set to use cookies, but setclientcookies is not set to yes."What is clientscopestorage? It's not a valid attribute of the cfapplication tag. I can't turn up that attribute in any searches on the forums, in the documentation, nor via Google. I tried setting loginStorage and clientStorage to settings other than cookies, just in case that's what it meant. But that didn't work. I suppose I could set setclientcookies to Yes, but that's not how the application used to operate so I'd rather figure out how to fix clientscopestorage, whatever that is.Thanks,Tom
I inherited an application a few years ago and up until today, a particular part of the code has worked flawlessly. It was supposed to upload a pdf file and attach it to a record in the database. Now, I receive a generic message and I have no clue what is wrong. I mostly am an Oracle DBA and can do enough CF to get by, until now. What can I add to this to help give me an idea of what is wrong? Thanx. In the below code piece, the cflocation line just goes on, but I can't do that here.<cftry> <cffile action = "upload" fileField = "requiredFILENAME" destination = #newDest# accept = "application/pdf"><cfcatch> <CFLOCATION url="upl
Series of events (re-occurring events) are not displaying properly. Only the 1st instance is showing when I do a GET.It works fine previously on Exchange 2007 before we upgraded to Exchange 2013.I noticed that the recurrenceid is empty but it had value when the mailbox/calendar was still on Exchange 2007EnvironmentColdfusion 11Exchange 2013Has anyone come across this issue? Not sure if it is CF or our new exchange server that is causing this issue.Thanks,Chris
I have the following cfquery wich fails in CF and the sql in the error code is exactly the same as listed here and will work fine when placed back in sqlserver.. code will work when this section is removed: and t.EmployeeNumber in (select std_user_id from HED.dbo.EDD_CPR_EMP where TERMINATION_DATE is null) why it is not working with above code and how to make it work??my code:<html> <head> <title>Retrieving data from Data Base</title> </head> <body> <!--- Set Datasource(s) ---><cfset intellex_datasource = "Intelex"><CFQUERY NAME="get_data" datasource="#intellex_datasource#"> select distinct c.CourseTypeName
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.