Questions tagged [coldfusion-2016]

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 2016 was released on February 15, 2016. ColdFusion was later updated to ColdFusion 2018.

New features in ColdFusion 2016:

  • PDF Enhancements
  • Updated functions including Query and Array processing functions
  • Language enhancements including safe navigation (?.)
  • Command Line Interface
  • Swagger document generation

See: https://helpx.adobe.com/coldfusion/2016/topics.html#dynamicpod_reference

353 questions
1
vote
1 answer

ColdFusion 2016 Can't start service after lockdown guide

I am working on testing out the ColdFusion 2016 release on a Windows 2012 server. I've followed through Pete Freitag's excellent lockdown guide and I get to page 31 to restart ColdFusion and test. When I try to start from Services I get: Windows…
Steve
  • 2,776
  • 3
  • 25
  • 44
1
vote
1 answer

Error switching to client management

This is embarrassing. I've been a ColdFusion developer for 13 years and I've never had a reason to use client management over session management. Anyway, I've set up a database and datasource in CFAdmin, then selected that datasource as the default…
user460114
  • 1,848
  • 3
  • 31
  • 54
1
vote
1 answer

Alias folder in ColdFusion2016

I’ve just installed ColdFusion2016, using its built-in websever. I have a project, foo, I’ve imported to wwwroot. It has the structure /wwwroot/foo/src/index.cfm. I want to be able to browse to http://localhost/foo/. I have added in the sever.xml an…
user619882
  • 350
  • 3
  • 13
1
vote
1 answer

ColdFusion 2016 - Security service not available

CF 2016 on windows10 with IIS I've checked other threads on similar issues and they don't appear to apply. My laptop has needed to be crash-started on a number of occasions recently due to the laptop not waking up from sleep mode. A couple of times…
user460114
  • 1,848
  • 3
  • 31
  • 54
1
vote
1 answer

Coldfusion - Complex object error when trying to cfloop over query. Version discrepancy?

Preamble: So we have some working applications that we need to move over to a new server because we are retiring an older one, and as a result I've had to install a new instance of CF. This application works fine on the older server, which is…
Cody Rogers
  • 103
  • 2
  • 11
1
vote
0 answers

Making nulls into blank strings

I want to treat nulls as blanks in a section of code. Bootstrap.actionRoot often does not exist. I want to be able to do something like body.replacelist("~/", Bootstrap?.actionRoot) OR body.replacelist("~/", "#Bootstrap?.actionRoot#") But it wont…
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
0
votes
1 answer

How to initiate Java Aspose Barcode in ColdFusion

Jar placement - Aspose.BarCode.jar and servlet.jar files have been placed under the ColdFusion Instance as per Aspose site for word Jar path: ColdFusion2016\Instance-1\wwwroot\WEB-INF\lib Code The code I am trying to run, all failed. try { …
Anil
  • 3,722
  • 2
  • 24
  • 49
0
votes
0 answers

Facing error: Cannot perform web service invocation

I am moving an old client application running on CF MX7 server to their newer CF 2016 Server. One of the page in this application is calling a wsdl service to get some data. After moving the code to CF2016 server, I am getting the below…
SKChauhan
  • 27
  • 8
0
votes
0 answers

How to use a javascript variable in CFM page?

I have a code in coldfusion pop up, the parent page has the variable which I intend to use in my CFM page. I am able to get the variable in jacascript through the following: