Status/Resolution/Reason: Closed/Withdrawn/UserError
Reporter/Name(from Bugbase): James Moberg / James Moberg (James Moberg)
Created: 05/05/2015
Components: Document Management, Office Integration
Versions: 10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: Final /
Priority/Frequency: Critical / Some users will encounter
Locale/System: English / Win 2008 Server R2
Vote Count: 0
Problem Description: I upgraded JVM1.7 to u80 since it *should* work with ColdFusion 9, 10 & 11. When running the sample Adobe code (minus the syntax errors), it doesn't work. There are probably many other issues too, but this is the first that I found within minutes of upgrading the JVM.
Steps to Reproduce: Run the official sample code (after correcting the syntax errors)
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-676f.html
https://wikidocs.adobe.com/wiki/display/coldfusionen/SpreadsheetFormatRow
Actual Result:
No spreadsheet... instant crash with "org.apache.poi.hssf.util.HSSFColor.getIndexHash()Ljava/util/Hashtable" error.
Expected Result:
A stylized row in the spreadsheet.
Any Workarounds:
1) Downgrade JVM until you identify one that works with ColdFusion's built-in functions (Not sure which one this is. I know u15 works.)
or
2) Avoid using built-in functions and use Ben Nadel's POIUtility.cfc https://github.com/bennadel/POIUtility.cfc
or possibly...
3) POIUtility.cfc only uses the following colors. Since the error indicates "Hashtable", is it possible that only uppercase colors that match this list of Excel colors are allowed? (Colors: AQUA, BLACK, BLUE, BLUE_GREY, BRIGHT_GREEN, BROWN, CORAL, CORNFLOWER_BLUE, DARK_BLUE, DARK_GREEN, DARK_RED, DARK_TEAL, DARK_YELLOW, GOLD, GREEN, GREY_25_PERCENT, GREY_40_PERCENT, GREY_50_PERCENT, GREY_80_PERCENT, INDIGO, LAVENDER, LEMON_CHIFFON, LIGHT_BLUE, LIGHT_CORNFLOWER_BLUE, LIGHT_GREEN, LIGHT_ORANGE, LIGHT_TURQUOISE, LIGHT_YELLOW, LIME, MAROON, OLIVE_GREEN, ORANGE, ORCHID, PALE_BLUE, PINK, PLUM, RED, ROSE, ROYAL_BLUE, SEA_GREEN, SKY_BLUE, TAN, TEAL, TURQUOISE, VIOLET, WHITE, YELLOW)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3981800
External Customer Info:
External Company:
External Customer Name: James
External Customer Email:
External Test Config: My Hardware and Environment details:
ColdFusion 10,292620 64bit
Java 1.7u80
Windows Server 2008 R2
Attachments:
Comments: