Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Aaron Neff / ()
Created: 05/15/2018
Versions: 2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 2018.0.01.308605 (PreRelease) / 309676
Priority/Frequency: Normal / Most users will encounter
Locale/System: / Windows 10 64 bit
Vote Count: 0
Issue: REPL spewing mode="server" task info
Steps to Reproduce:
1) Create a couple mode="server" scheduled tasks and a mode="application" scheduled task
2) Create C:\ColdFusion2018\cfusion\bin\MyCFC.cfc containing `component {}`
3) In REPL, run `foo = new MyCFC()`
Actual Result:
-----------
ColdFusion started in interactive mode. Type 'q' to quit.
cf-cli>foo = new MyCFC()
[cfc1] component MyCFC
cf-cli>May 15, 2018 04:46:09 AM Error [DefaultQuartzScheduler_QuartzSchedulerThread] -
May 15, 2018 04:46:14 AM Error [DefaultQuartzScheduler_QuartzSchedulerThread] -
-----------
Expected Result:
-----------
ColdFusion started in interactive mode. Type 'q' to quit.
cf-cli>foo = new MyCFC()
[cfc1] component MyCFC
cf-cli>
-----------
So, basically, it's spewing an error for each mode="server" task.
Screenshot attached.
Attachments:
Comments: