Details
-
Fix
-
Status: Approved (View Workflow)
-
Major
-
Resolution: Fixed
-
1.6.4043
-
None
-
Sync_Job. with log level debug com.sos.jitl.sync.JobSchedulerSynchronizeJobChainsJSAdapterClass
/sos/jitl/JobChainEnd with Pre-processing
sos.scheduler.managed.configuration.ConfigurationOrderMonitor
Description
The sync job makes a request to the Job Scheduler. In debug modus the answer of the job scheduler is written into the log file . This answer includes names and titles of ALL job chains in the live folder. One of these job chains - not the started one ! - has an "ΓΌ" in the title .
The configuration monitor - in the example used next by the job JobChainEnd in pre processing - is calling the API method order.xml. Order.xml contains the entire log including the disturbing characters. Then parsing of order.xml causes the error
[Fatal Error] :453:29522: Invalid byte 1 of 1-byte UTF-8 sequence.
Error has occurred after ticket JS-1049 has been resolved.