Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.7
-
None
Description
Current situation
Wenn executing the agent batch installer that is described here: https://kb.sos-berlin.com/x/JIQ3, an exception will be thrown
2015-03-13 10:04:58.175+0100 [info] java.lang.ClassCastException: java.io.File cannot be cast to javax.xml.transform.Result 2015-03-13 10:04:58.175+0100 [info] at sos.scheduler.InstallationService.batchInstallationModel.JSXMLInstallationFile.writeFile(JSXMLInstallationFile.java:130) 2015-03-13 10:04:58.175+0100 [info] at sos.scheduler.InstallationService.batchInstallationModel.JSBatchInstallerExecuter.createOrder(JSBatchInstallerExecuter.java:123) 2015-03-13 10:04:58.175+0100 [info] at sos.scheduler.InstallationService.batchInstallationModel.JSBatchInstallerExecuter.performInstallation(JSBatchInstallerExecuter.java:101) 2015-03-13 10:04:58.175+0100 [info] at sos.scheduler.InstallationService.JSBatchInstaller.Execute(JSBatchInstaller.java:114) 2015-03-13 10:04:58.175+0100 [info] at sos.scheduler.InstallationService.JSBatchInstallerJSAdapterClass.doProcessing(JSBatchInstallerJSAdapterClass.java:83) 2015-03-13 10:04:58.175+0100 [info] at sos.scheduler.InstallationService.JSBatchInstallerJSAdapterClass.spooler_process(JSBatchInstallerJSAdapterClass.java:51)
Desired behaviour
No exception should be thrown
Attachments
Issue Links
- Wiki Page
-
Wiki Page Loading...