tracker issue : CF-4202439

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

[ANeff] Bug for: REPL spewing mode="server" task info

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Aaron Neff / ()

Created: 05/15/2018

Components: CLI, REPL

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:

Related thread: https://forums.adobeprerelease.com/coldfusionpr/discussion/405/cf-4202439-repl-spewing-mode-server-task-info
Comment by Aaron N.
27812 | May 15, 2018 09:00:50 AM GMT