The official community for ColdFusion.
Nyligen aktiv
Hi all,I am having a problem getting "console" data to be displayed to the console within CFBuilder itself. For this example I have installed CF Builder 2016 and CF Server 2016. If I start ColdFusion manually using the following command: >coldfusion.exe -console -startThen ColdFusion starts up and I can see stuff like so:Also, if I dump a variable to the console using something like either of these, I can see this in that console: <cfdump var="some text" output="console" />or <cfset writeDump("some text","console") />However, if I start the server via CF Builder, the console panel only shows the very minimum of information, I don't see anything useful really. Here is a screenshot of CF Builders console panel for a server that has been started-up and has run the "dump" code above:I assume I am doing something silly here..... any advice would be much appreciated.Thanks a lotSteven
I need to buy a license of coldfusion 2016 enterprise and I'm not sure which license model I have to use.I have a development server and a production server, can I use the same CF 2016 enterprise license for the two servers?Should I buy two licenses? Could you help me or explain how I should proceed?Thanks a lot.John.
I have installed Cold Fusion (Version 2016 Developer) and can access all apps and database information only on the computer containing CF and SQL Server Express. When I attempt to access it from another computer on my home network, I get a error message saying it took too long . It appears that it is not getting to CF In the Administrator, I allowed access from any ip on my network, (99.99.99.*). Any Suggestions are appreciated. Thanks
Is there a way to test how long session variables persist?I have a site I am working on where the session timeout is set in the CF admin for 4 hours.I now have a new application within that site that I need a NEVER session timeout.So I have this in my application.cfc<cfset This.name = "my_app"><cfset This.Sessionmanagement="true"><cfset this.applicationTimeout = createTimeSpan( 100, 0, 0, 0 ) /><cfset this.sessionTimeout = createTimeSpan( 100, 0, 0, 0 ) />I am hoping that this overwrites the 4-hour session timeout and sets the timeout at 100 days, which is fine.Is there a way I can test this without waiting for 4 hours to see if my session variables persist?
I am facing problem in code, I am following this tutorial series and stack please anybody help meThanks in Advance
Hi,I'm not able get my REST service to work... I get a 404 when I call the URL.I'm running Win 2012 R2, CF2016 Enterprise, IIS 8.5 webserver.Directory looks like thisC:\ColdFusion2016\cfusion\wwwroot\testCODE - "hello.cfc"component rest="true" restpath="/helloTest"{ remote string function sayHello() httpMethod="get" { return "Hello World"; } }The coldfusion ADMIN setup looks like thisRoot path: 'C:\ColdFusion2016\cfusion\wwwroot\test' Service Mapping: 'test'I get a green 'success' message when I set that pathBrowse to -http://127.0.0.1/rest/test/helloTestresult - 404What am I doing wrong? I have tried the same without IIS but no luck. Can any one give me suggestion on this issue?Thanks in Advance.
Hi, all,I'm just curious. Is it possible to have a web server that contains PDF files that need to be indexed for a Solr collection, and have the collection on the same physical server that CF is running on, but use a different CF server to index and maintain the collection? Ex:Server 1: Administrative server, not public facing, has ColdFusion Server 11 and Apache on it. This server will maintain the collections on Server 2.Server 2: Public facing server, has ColdFusion Server 11, Apache, and db server on it. Collections are stored here, but they are not maintained by this server CFAdmin or any related code (cfcollection, cfindex, etc.)V/r,^ _ ^
Hello,running:Coldfusion 2016Centos Linux 7program:<cfimage action="writeToBrowser" source="test.png" format="png" />displays nothing.Tag worked in previous versionBrian Erickson
I am attempting to upgrade from CF11 to CF2016. I have been unable to configure IIS to work with 2016, I am getting "Error while instaconfiguring connector on IIS. Make sure you have administrator privilages" [sic]. I have full admin privileges on my machine and am running wsconfig as administrator. The CF11 version of wsconfig works just fine, unfortunately can't use that to configure my 2016 site. I tried someone's suggestion of reverting to parent, but to no avail. No idea where to go from here. For the short term, I am using the built-in development server, but would really like to move over to in my environment IIS since the production server is using IIS. Any thoughts how I can move ahead?Thanks,Helen
I am trying to configure a localhost Coldfusion developer instance to connect to a remote Coldfusion Solr server.I have changed the [instance]\jetty\etc\jetty.xml jetty.http.host from 127.0.0.1 to 0.0.0.0 and I can access the Solr dashboard at http://[host]:8989/solr/After I have changed the Solr host the Coldfusion Collections seems to pull up the remote list, however when I try to add a collection I get an error Unable to create collection [colletion_name].Unable to create Solr collection [colletion_name].An error occurred while creating the collection: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException. Check the Solr logs for more detail.I do not know where this Solr log file is, however I do see the request.log has a line in it [255.255.255.255] - - [31/Oct/2017:20:01:31 +0000] "GET //[host]:8989/solr/admin/cores?action=CREATE&name=test&instanceDir=C%3A%2FColdFusion%2F2016%2Fcfusion%2Fjetty%2Fmulticore%2Fcollections%2Ftest&template=C%3A%5CColdFusion%5
I'm updating my ColdFusion11 to Update13, I've couple of question do we need to stop all the running services of ColdFusion before we start the update and does the ColdFusion11Update13 will update the jre version?
Oracle 12c can now store over 32k of data in a Varchar2 column instead of the previous limitation of 4000 and we are trying to utilize that option but are receiving ColdFusion errors when trying to do so. Below is my dev specs but this is also occurring on our productions systems with similar specs (CF 11 Enterprise and Oracle 12c).ColdFusion Version: 11,0,12,302575Edition: Developer Operating System: Windows 7Adobe Driver Version: 5.1.3 (Build 000094) Java Version: 1.8.0_25 Oracle Version: Personal Oracle Database 12c Release 12.1.0.1.0 - 64bit Production**Local install on Windows 7 After increasing the ability for Oracle 12c VarChar2 fields to hold 32k of data, inserting into, updating or selecting breaks ColdFusion statements for data over 4000. Statements under 4001 works fine. Strangely, when I remove the cfquerparam on the insert or update it works (but that's not an option).The select breaks either way.Insert Statement / Error:----------------------------------
The Platform Support Doc says MySQL 5.7. I'm not sure what that means. So, I'll try a different approach.Is anybody successfully running ColdFusion 2016 and MySQL 5.6?Thanks,Mike Oatsvall
ColdFusion Admin has the follow on the Font Management screen:Any attempt to add a font or a directory to a font ends in a black screen and an error in the log. Blank screen being CF Admin navagation with a HTTP 500 message.I have attempted both a TTF file and a directory C:\windows\fonts\Error message in log is com.lowagie.text.FontFactory.getFontProperties()Ljava/util/Map; The specific sequence of files included or processed is: C:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\settings\fonts.cfm, line: 82Any suggestions?
What is the upgrade price to go from CF version 9 to 2016 standard?Our code was mostly written for CF MX. What should we look out for when upgrading?
I have a few questions regarding the generation of PDF's with ColdFusion MX7. For some reason when I generate a PDF from a URL the PDF generated looks awful. e.g. the layout is everywhere, some items don't even appear and is far from 'Printer Friendly'. This isn't an issue with my code but I believe it may have something to do with the websites themselves. I know CFDOCUMENT has some support limitations...does it support xhtml transitional with external stylesheets? The reason I ask this is because the only sites that seem to render ok (and I say just 'ok') are sites with generally bad markup where css is embedded within the structure itself...e.g. font tags and table layouts. My second question is regarding the capabilities of cfdocument. Believe it or not I have found it quite difficult to track any information on its capabilities. Is it possible to generate PDFs from documents that can be uploaded. e.g. a MS Word doc? This isn't a rant or anything, I'm just really confused! Ha.
Does anybody know about the current -- and maybe future -- capabilities of ColdFusion tools that generate PDF files, such as <cfreport...> and <cfdcoument...> tags, to create 'tagged' PDF files? Tagged PDF files are PDF documents that have structural markup information along the lines of HTML to give accessibility aids, such as screen readers, more information on what content the PDF document contains. I have been looking high and low for information on how one may create tagged PDF's -- or add tag markup to a created PDF -- with ColdFusion. I'm getting a sinking feeling this is just beyond the capability of our beloved tool!
We have our JVM (1.7) set to use TLS1.2 by default, and cfhttp correctly uses that setting, unless we use the clientcert attribute; when the clientcert attribute is used the ClientHello always sends TLSv1. Has anyone else encountered this behavior?
I've had no luck trying to install update 4 on ColdFusion 2016 using the administrator. It seems to have problems stopping and restarting CF (message: server taking too long to restart). While the system information indicates the correct version (2016.0.03.302561) the updates page still indicates that update 4 has not been installed and the install log shows the following:Installation: Unsuccessful.2009 Successes0 Warnings3 NonFatalErrors3 FatalErrorsAction Notes:Moving files failed:: Failed to back up the previous hotfix files. Retry installation after ensuring that the server is not running or files are not locked by the server.Failed to delete directory: Ensure that the server is not running or files are not locked by the server.Based on Charlie Arehart's suggestion here: http://www.carehart.org/blog/client/index.cfm/2016/9/6/solve_common_problems_with_CF_updates_in_10_and_aboveI thought I'd try a manual installation. But I keep getting the error 'Could not find or load main class -
I recently started to get an error message when logging into my site after years of it working fine. I am more on the marketing/financial side so feel free to talk down to me. Here is the message:The error occurred in C:/Websites/rc9c8dae/admin_essllc/login.cfm: line 91Called from C:/Websites/rc9c8dae/admin_essllc/Application.cfm: line 36Called from C:/Websites/rc9c8dae/admin_essllc/login.cfm: line 91Called from C:/Websites/rc9c8dae/admin_essllc/Application.cfm: line 3689 : 90 : <cfif #ParameterExists(Caller.FORM.Login)# IS "YES" AND #ParameterExists(Caller.FORM.Password)# IS "YES">91 : <cfquery name="GetUserRecord" datasource="#Attributes.DATASOURCE#" username="#request.db_username#" password="#request.db_password#">92 : SELECT * FROM #Attributes.TABLE#93 : WHERE #Attributes.USERFIELD# = '#Caller.FORM.Login#' ANDThere is a much more detailed message below this one which I can post if needed. Any help would be appreciated. I am using Cold Fusion Version 8 and Windows Server
We are looking for a business partner to take over technical management of a commercial CF application that has been in production for 20 years, and has a small but loyal set of users. The application is ScheduleFM, scheduling for facilities management. Facility scheduling for large campus environments, with an integrated billing component, multiple calendars, dynamic graphics and several public interfaces.If you are looking to go beyond a salaried job, or hourly consulting, and get ownership and equity in a business, while guiding technical development of the application, then we would like to talk with you. We will be at the CF conference in Las Vegas on 11/16 and 11/17, so if you too will be at the conference, then let's arrange a meeting. Otherwise, please email us your information and we will arrange a phone call to make introductions.William Wittreich[Private mail address removed by Mo]
ColdFusion application running on single server, users login and upload the document and save the information and update whenever they can..If the same application is transfer to the multiple server (For Ex: Server 1 and 2) and when the same user want to update his latest information the "webroot" will be updated in one Server. Due to Load-Balancer we might connect to Server '1' and Server '2'. what if the user logged into the application and verify his information and he connected to the different server this time, he cannot find his updated info. Please help me to resolve this issue.Thanks in advance!
When I select generate phonegap build the Andriod Build Status indicates Skip. The IOS builds on phonegap but the android does not. Anyone know how to make it not skip android?
Hello to all,I just installed coldfusion 2016 and MAMP PRO, created links with the wsconfig utility to point to the web server.I noticed 2 problems:When coldfusion does start and stop does not end the mamp webserver but ends or starts osx webserve in the / etc / system folder.The web server (httpd and apachectl) is in Application -> MAMP -> Library -> bin.The configuration files are in / Library / Application Support / appsolute / MAMP PRO / conf /Using update-connectors.sh in the terminal appears a message that does not find the folder. And of course the MAMP PRO connector does not work.Configuring MAMP works, but I need to have virtual hosts.I hope you can help me.
Is there any way to load multiple cfdiv in a sequential order. For example in my page top half is coming from some cfdiv and bottom half is coming from another cfdiv. The problem is the second div loads first and then the first cfdiv is loaded. This causes the page to jerk like collapse and expand. One of the solution I have is javascript delay. But is there any other way???Your time & help is really appreciated.Sathya
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.