Questions
Als letztes aktiv
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
I just updated to ColdFusion Builder 2016. The 3 tabs,Source view and the two Default Browser view tabshave disappeared. I have searched Adobe.com, Help, and only found one reference on this page:ColdFusion Help | ColdFusion Builder Workbench BasicsIt says,The Source view displays the source code for files. The Default Browser View displays the output in an HTML or CFML page.but doesn't explain how to make the views appear.Can anyone help with this?
Hello, all,I think I may have posted regarding this issue, before, but didn't get any response; I (unfortunately) have to try, again.I am using a Regular Expression to map the full physical location on the HD of where the website is located. I need this for a CFFILE tag.The reason I'm using a RegEx instead of hard coding the location is because the location varies depending upon whether it is being used in development, staging, or production. (Yeah, I know.. all three should be mirrors of each other - I'm working on that. )For example, our DEV environment needs the CFFILE tag to point to E:\ColdFusion10\cfusion\wwwroot\www\ folder.Our staging environment needs the CFFILE tag to point to C:\ColdFusion10\cfusion\www\ folder.Our production environment needs the CFFILE to point to F:\webdocs\cf\www\docs\ folder.I really do NOT want to be hackish about this and use a CFIF or CFSWITCH to set the "this.webrootmapping" variable. Besides, if anything gets changed, I'd h
Hello,We've an existing CF9 application with IIS 6, JRUN (web.config file) in Windows Server 2008 using Oracle database connection, as the licence of CF9 going to expire by this year we've already bought CF2016 and we're planning to upgrade as CF2016 and IIs 8 on Windows Server 2012, It's for a small application and we're not CF experts please let me know for below questions.1. Whether the tomcat software required for the above setup and why?.2. please let me know the installation details for the above setup, what all the software's need to install for it.Thanks a lot in advance.
Das erscheint wenn ich auf Seite bearbeiten klicke:Zugriff verweigert. Diese Datei ist möglicherweise nicht vorhanden oder es ist ein Problem mit der Berechtigung aufgetreten.
I am getting Oracle error ‘ORA-01461: can bind a LONG value only for insert into a LONG column' when trying to insert into an ORACLE BLOB field. The error occurs when trying to insert a large BLOB (JPG), but does not occur when inserting a small (<1K) picture BLOB.(JPG). Any ideas?BTW, when using a SQL Server datasource using the same code.... everything works with no problems.ORACLE version is 11.2.0.1The ORACLE datasource is JDBC using Oracle's JDBC driver ojdbc6.jar v11.2.0.1 (I also have tried ojdbc5.jar v11.2.0.1; ojdbc5.jar v11.2.0.4; and ojdbc6.jar v11.2.0.4 with the same error result.)Here is my code:<cfset file_mime = Lcase(Right(postedXMLRoot.objname.XmlText, 3))><cfif file_mime EQ 'jpg'><cfset file_mime = 'jpeg'></cfif><cfset file_mime = 'data:image/' & file_mime & ';base64,'><cfset image64 = ImageReadBase64("#file_mime##postedXMLRoot.objbase64.XmlText#")><cfset ramfile = "ram://" & postedXMLRoot.objname.XmlText>
We have a custom built website with a lot of database integration (http://www.lake-link.com). We would like to have part of it run/managed using a CMS system for some content such as articles, press releases ect. I have briefly looked in to MURA. Can some kind of CMS system be plugged into an existing custom framework to handle content like this? The rest of the site is so data driven and customized I'm not sure a CMS system can do everything we need it to do for the site as a whole. Just looking for options for some content editors to manage some content without doing coding. Any advice is appreciated!
Hello everyone. I am in need to some help. I am migrating servers, and I am getting this error. I can't even get to the CF Admin. What do I do? My google-fu has not been very good on this error.HTTP Status 500 - java.lang.NullPointerExceptiontype Exception reportmessage java.lang.NullPointerExceptiondescription The server encountered an internal error that prevented it from fulfilling this request.exception javax.servlet.ServletException: java.lang.NullPointerException coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHelper.java:129) coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:422) org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:198) org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.proces
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.