Status/Resolution/Reason: Closed/Fixed/BugVerified
Reporter/Name(from Bugbase): Aaron Neff / ()
Created: 05/12/2018
Components: Installation/Config, Scripts
Versions: 2018
Failure Type: Others
Found In Build/Fixed In Build: 2018.0.01.308605 (PreRelease) / 2018.0.0.309359
Priority/Frequency: Major / Some users will encounter
Locale/System: / Windows 10 64 bit
Vote Count: 0
Issue: Sourceless Deploy throws "illegal reflective access"
Steps to Reproduce:
1) In C:\ColdFusion2018\cfusion\bin create dirs 'source' and 'destination'
2) cd to C:\ColdFusion2018\cfusion\bin and run:
cfcompile -deploy C:\ColdFusion2018\cfusion\bin C:\ColdFusion2018\cfusion\bin\source C:\ColdFusion2018\cfusion\bin\destination
3) See error:
----------------------
Microsoft Windows [Version 10.0.17134.48]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>cd C:\ColdFusion2018\cfusion\bin
C:\ColdFusion2018\cfusion\bin>cfcompile -deploy C:\ColdFusion2018\cfusion\bin C:\ColdFusion2018\cfusion\bin\source C:\ColdFusion2018\cfusion\bin\destination
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by coldfusion.runtime.locale.CFLocaleBase (file:/C:/ColdFusion2018/cfusion/bin/../lib/cfusion.jar) to constructor sun.util.cldr.CLDRLocaleProviderAdapter()
WARNING: Please consider reporting this to the maintainers of coldfusion.runtime.locale.CFLocaleBase
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
successful 2
total 2
elapsed 0.718 sec
C:\ColdFusion2018\cfusion\bin>
----------------------
Attachments:
Comments: