tracker issue : CF-4202960

select a category, or use search below
(searches all categories and all time range)
Title:

CFPDF action=archive fails when run on secondary ColdFusion instance

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Brian Cassell / ()

Created: 06/20/2018

Components: Server Manager

Versions: 2016

Failure Type: Others

Found In Build/Fixed In Build: 2016.0.06.308055 / 311644

Priority/Frequency: Normal /

Locale/System: / Win 2012 Server x64

Vote Count: 1

Problem Description:CFPDF action="archive" run on secondary instance (cf1) fails with error: Cannot open file C:\ColdFusion2016\cf1\color_profiles\sRGB Color Space Profile.icm"

Steps to Reproduce:
Run the following code on an instance other than cfusion:
<cfpdf 
	   action="archive"
	   source="a.pdf"
	   destination="a.pdf"
	   standard="3b"
	   overwrite="yes">

Actual Result: Server Error - Cannot open file C:\ColdFusion2016\cf1\color_profiles\sRGB Color Space Profile.icm"

Expected Result: PDF Archive created

Any Workarounds: Copy the "color_profiles" folder from the cfusion instance to each additional instance. This folder should be copied automatically when new instances are created in CF Administrator.

Attachments:

Comments: