Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Rob Kolosky / Rob Kolosky (rkolosky)
Created: 01/31/2013
Components: Document Management
Versions: 10.0
Failure Type: Crash
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Windows 7 SP1 64-bit
Vote Count: 1
Problem Description: When attempting to add a header of footer to a PDF file, ColdFusion throws an error
Steps to Reproduce: With any PDF, run the code:
<cfpdf action="addheader" source="C:\inetpub\wwwroot\Safety\documents\delivery\2012.pdf" align="left" text="Header header header" />
The system responds with:
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.
Null Pointers are another name for undefined values.
Platform, Locale, and Platform Name must not be null
Browser Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17
Remote Address ::1
Referrer
Date/Time 31-Jan-13 11:45 AM
Stack Trace
at cfact_test2ecfm2073822786.runPage(C:/inetpub/wwwroot/Safety/controller/act_test.cfm:58) at cfmain2etest2ecfm560424310.runPage(C:/inetpub/wwwroot/Safety/parsed/main.test.cfm:20) at cfApplication2ecfc1236191549$funcONREQUEST._factor2(C:/inetpub/wwwroot/fusebox5/Application.cfc:228) at cfApplication2ecfc1236191549$funcONREQUEST.runFunction(C:/inetpub/wwwroot/fusebox5/Application.cfc:218)
java.lang.NullPointerException: Platform, Locale, and Platform Name must not be null
at com.adobe.fontengine.fontmanagement.platform.PlatformFontDescription.<init>(Unknown Source)
at com.adobe.fontengine.font.opentype.OpenTypeFont.getPlatformFontDescription(Unknown Source)
at com.adobe.fontengine.font.FontImpl.getPlatformFontDescription(Unknown Source)
at com.adobe.fontengine.font.FontImpl.getPlatformFontDescription(Unknown Source)
at com.adobe.fontengine.fontmanagement.platform.PlatformFontResolverImpl.addFont(Unknown Source)
at com.adobe.internal.pdftoolkit.core.fontset.impl.PDFFontSetImpl.addFont(Unknown Source)
at com.adobe.internal.pdfm.util.FontSetBuilder.loadFontsPath(FontSetBuilder.java:418)
at com.adobe.internal.pdfm.util.FontSetBuilder.loadSystemFonts(FontSetBuilder.java:346)
at com.adobe.internal.pdfm.util.FontSetBuilder.makePDFFontSet(FontSetBuilder.java:239)
at com.adobe.internal.pdfm.util.FontSetBuilder.getPdfFontSet(FontSetBuilder.java:93)
at com.adobe.internal.pdfm.PDFM7Factory.getPdfFontSet(PDFM7Factory.java:97)
Plus more ...
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3493990
External Customer Info:
External Company:
External Customer Name: rkolosky
External Customer Email:
External Test Config: My Hardware and Environment details: Windows 7 SP1 x64
Chrome Browser version 24.0.1312.56 m
Running Cold Fusion 10,0,7,283649
Attachments:
Comments: