tracker issue : CF-4206238

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

Add.Edit Scheduled Tasks

| View in Tracker

Status/Resolution/Reason: To Track//PRNeedInfo

Reporter/Name(from Bugbase): Surinder S. / ()

Created: 12/03/2019

Components: Scheduler

Versions: 2018

Failure Type:

Found In Build/Fixed In Build: ColdFusion 2018 Update 6 (2018-00006-316308) /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Windows 10

Vote Count: 0

Problem Description: We have migrated to CF 2018 recently. While trying to add new Scheduled Task, the Add/Edit Scheduled Task display breaks and throws error. Screen shot is attached.

Steps to Reproduce:1. Login into CF 2018 
2. Go to Server Settings and then Scheduled Task tab
3. Click on 'Scheduled New Task' button


Actual Result: Error as in attachment

The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request
1:32:56 p.m. is an invalid time format.
 
Resources:
Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser  	Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
Remote Address  	127.0.0.1
Referrer  	http://127.0.0.1:8500/CFIDE/administrator/scheduler/scheduletasks.cfm
Date/Time  	03-Dec-19 01:12 PM

Expected Result:

Any Workarounds:

Attachments:

Comments:

Hi  Surinder, Can you let us know what locale is set for your system ? In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option. Then Go to Schedule Task Page  so that we get a stacktrace of the exception that occurred. Regards, Suchika, ColdFusion Team.
Comment by Suchika S.
32032 | January 02, 2020 10:09:49 AM GMT
Hi Suchika, I have checked the 'Enable Robust Exception Information' and then visited the Schedule Task Page. The complete error information is pasted below. Our locale is English (Canada) The following information is meant for the website developer for debugging purposes.Error Occurred While Processing Request 12:40:43 p.m. is not a valid date/time format. The following list contains all valid datepart masks: yyyy - Year q - Quarter m - Month d - Day w - Weekday ww - Week h - Hour n - Minute s - Second l - Millisecond The error occurred in scheduletasks.cfm: line 591 Called from scheduletasks.cfm: line 523 Called from scheduletasks.cfm: line 483 Called from scheduletasks.cfm: line 441 Called from scheduletasks.cfm: line 1 -1 : Unable to display error's location in a CFML template. Resources: Check the ColdFusion documentation to verify that you are using the correct syntax. Search the Knowledge Base to find a solution to your problem. Browser Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36 Remote Address 127.0.0.1 Referrer http://127.0.0.1:8500/CFIDE/administrator/index.cfm?target=/CFIDE/administrator/debugging/index.cfm Date/Time 02-Jan-20 08:09 AM Stack Trace at cfscheduletasks2ecfm1581596414._factor12(/CFIDE/administrator/scheduler/scheduletasks.cfm:591) at cfscheduletasks2ecfm1581596414._factor17(/CFIDE/administrator/scheduler/scheduletasks.cfm:523) at cfscheduletasks2ecfm1581596414._factor29(/CFIDE/administrator/scheduler/scheduletasks.cfm:483) at cfscheduletasks2ecfm1581596414._factor32(/CFIDE/administrator/scheduler/scheduletasks.cfm:441) at cfscheduletasks2ecfm1581596414.runPage(/CFIDE/administrator/scheduler/scheduletasks.cfm:1) coldfusion.runtime.IllegalDateArgumentException: 12:40:43 p.m. is not a valid date/time format. at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:998) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:2826) at cfscheduletasks2ecfm1581596414._factor12(/CFIDE/administrator/scheduler/scheduletasks.cfm:591) at cfscheduletasks2ecfm1581596414._factor17(/CFIDE/administrator/scheduler/scheduletasks.cfm:523) at cfscheduletasks2ecfm1581596414._factor29(/CFIDE/administrator/scheduler/scheduletasks.cfm:483) at cfscheduletasks2ecfm1581596414._factor32(/CFIDE/administrator/scheduler/scheduletasks.cfm:441) at cfscheduletasks2ecfm1581596414.runPage(/CFIDE/administrator/scheduler/scheduletasks.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:262) at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:735) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:565) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:597) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:162) at coldfusion.filter.IpFilter.invoke(IpFilter.java:45) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:96) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:226) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:311) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:46) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at coldfusion.filter.ClickjackingProtectionFilter.doFilter(ClickjackingProtectionFilter.java:75) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at jdk.internal.reflect.GeneratedMethodAccessor109.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.intergral.fusionreactor.j2ee.filterchain.WrappedFilterChain.doFilter(WrappedFilterChain.java:134) at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doNext(FusionReactorRequestHandler.java:764) at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doHttpServletRequest(FusionReactorRequestHandler.java:344) at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.doFusionRequest(FusionReactorRequestHandler.java:207) at com.intergral.fusionreactor.j2ee.filter.FusionReactorRequestHandler.handle(FusionReactorRequestHandler.java:801) at com.intergral.fusionreactor.j2ee.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilter.java:36) at jdk.internal.reflect.GeneratedMethodAccessor112.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.intergral.fusionreactor.j2ee.filterchain.WrappedFilterChain.doFilter(WrappedFilterChain.java:71) at jdk.internal.reflect.GeneratedMethodAccessor108.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.intergral.fusionreactor.agent.filter.FusionReactorStaticFilter.doFilter(FusionReactorStaticFilter.java:54) at com.intergral.fusionreactor.agent.pointcuts.NewFilterChainPointCut$1.invoke(NewFilterChainPointCut.java:42) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
Comment by Surinder S.
32033 | January 02, 2020 01:12:30 PM GMT