Title:
Scheduled Task that executes a url on a specific port revert back to 80 after the service restarts
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Eric Sontag / Eric Sontag (Eric Sontag)
Created: 07/25/2012
Components: Scheduler
Versions: 10.0
Failure Type: Data Corruption
Found In Build/Fixed In Build: Final / 282688
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win All
Vote Count: 1
Problem Description:
Scheduled Tasks that execute urls on specific port revert back to 80 after the service restarts
Steps to Reproduce:
1) From the CFIDE/Admin create a scheduled task where URL includes a port assignment: http://localhost:801/runSchedule.cfm
2) Edit the task to verify the URL remains intact.
3) Restart the Coldfusion 10 Application Server Service
Actual Result:
Go back to the CFIDE/Admin a view the scheduled task. The URL field gets set to http://localhost/runSchedule.cfm
Expected Result:
The URL should stay http://localhost:801/runSchedule.cfm as entered
I also checked the full details of the task using the API command (below) after the task is created and again after the restart and observed the following:
<cfset arySchedTasks = createobject("java","coldfusion.server.ServiceFactory").getCronService().listall() />
<cfdump var="#arySchedTasks#" label="arySchedTasks">
After the task is created the URL itself does not show the port assignment as entered but a parameter called http_port has a value of 801.
After the restart is performed, the URL is the same (without the port assignment) but the parameter called http_port is MISSING....
I suspect this is what needs to be fixed.
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3295644
External Customer Info:
External Company:
External Customer Name: esontag
External Customer Email:
External Test Config: My Hardware and Environment details:
Dell R710, 8GB RAM, 250GB Disk Space, Intel Xeon CPU E5520 @ 2.27Ghz (4 processors)
Windows 2008 Server Standard Service Pack 2 64 Bit
Coldfusion 10 Standard 64 bit
Attachments:
Comments: