Menu

#16 Debug Level doesn't work after patching

1.10
closed
nobody
None
5
2016-01-29
2015-12-03
No

Hello,

after patching to 1.10.1 nothing does change in logfiles if i set de debug level higher.
What can I send to help you analyzing the problem.

Best Regards,
Stephan

Discussion

  • Uwe Risse

    Uwe Risse - 2015-12-04

    Please describe in more detail the expected behaviour.

    And please answer these questions
    How do you set the debug level?
    In what logs do you look?
    Do you have debug messages e.g. when using JITL Jobs?

     

    Last edit: Uwe Risse 2015-12-04
  • Stephan Mallmann

    Hello Uwe,

    thank you for reponse. I Think it is no bug, more a feature in the new Version ;-)
    I seed that in Scheduler.log the debug works. But not in Job and Order Log. I set the debug on a single job with the editor. The config of Scheduler in loglevel: info.

    Is it right that the debug messages in the version 1.10 only in the scheduler log is?

    Best regards,
    Stephan

     

    Last edit: Stephan Mallmann 2015-12-04
  • Uwe Risse

    Uwe Risse - 2015-12-04

    The debug message should be available in the task log and the order log.

    Please add this job to your configuration and start it. Then you should see the message in the task log

    2015-12-04 11:17:57.787+0100 [debug9] this is a debug message. Have fun
    
     <job>
     <settings >
        <log_level ><![CDATA[debug9]]></log_level>
    </settings>
    
    <script  language="java:javascript">
        <![CDATA[
     function spooler_process(){
             spooler_log.debug9("this is a debug message. Have fun");
             return false;
          }
             ]]>
         </script>
    
         <run_time />
     </job>
    
     
  • Stephan Mallmann

    Hello,

    so i think it's really something like a bug.

    Your job shows every thing right in task log. But my job does only show the debug messages in scheduler log. There is the example.

    Scheduler Log. First your job and then my job.

    2015-12-04 11:25:56.710+0100 [info]   (Job_folder /tests) SCHEDULER-861  'Job tests/debug_check' has been removed
    2015-12-04 11:25:56.713+0100 [info]   (Job  tests/debug_check) 
    2015-12-04 11:25:56.713+0100 [info]   (Job  tests/debug_check) Job tests/debug_check - Protocol starts in D:\jobscheduler\brafotest_4444\logs/job.tests,debug_check.log
    2015-12-04 11:25:56.728+0100 [debug9] (Job  tests/debug_check) SCHEDULER-931  state=loaded
    2015-12-04 11:25:56.728+0100 [debug9] (Job  tests/debug_check) SCHEDULER-893  Job is 'loaded' now
    2015-12-04 11:25:56.728+0100 [debug9] (Job  tests/debug_check) SCHEDULER-931  state=pending
    2015-12-04 11:25:56.728+0100 [debug3] (Job  tests/debug_check) SCHEDULER-921  Next period is <period begin="2015-12-03 23:00:00.000" end="2015-12-04 23:00:00.000"/>, Schedule ''
    2015-12-04 11:25:56.731+0100 [info]   (Job  tests/debug_check) SCHEDULER-893  Job is 'active' now
    2015-12-04 11:26:13.356+0100 [info]   (Job  tests/debug_check) SCHEDULER-919  Task 150096 enqueued
    2015-12-04 11:26:13.381+0100 [debug9] (Job  tests/debug_check) SCHEDULER-931  state=running
    2015-12-04 11:26:13.381+0100 [info]   (Job  tests/debug_check) SCHEDULER-930  Task 150096 started - cause: queue_at, process class ''
    2015-12-04 11:26:13.387+0100 [info]   (Task tests/debug_check:150096) SCHEDULER-918  state=starting (at=2015-12-04 11:26:13.340+0100)
    2015-12-04 11:26:15.904+0100 [debug]  (Task tests/debug_check:150096) java classpath: C:/jobscheduler/brafotest_4444/lib/user_lib\sos.documentfactory.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.common-resources-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.credentialstore-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-configuration-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-connection-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-marshalling-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-settings-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-textprocessor-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-util-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-xml-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.graphviz-adapter-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jade.jade-batches-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jade.jade-engine-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jade.jade-history-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.daily-schedule-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.daily-schedule-dialog-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.dashboard-globals-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.eventing-frontend-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.events-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.jid-cockpit-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.scheduler-history-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.scheduler-instances-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jitl.jitl-jobdoc-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jitl.jitl-jobs-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.engine-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.engine.engine-base-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.engine.engine-cppjava-runtime-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.enginedoc.enginedoc-common-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.ftp-history-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.hibernate-commons-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.jobscheduler-helper-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.jobscheduler-object-model-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.jobscheduler-web-services-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.jobscheduler-web-services-globals-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.notification-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-dialog-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-mail-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-net-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-scheduler-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-security-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-ssh-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.virtual-file-system-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.ftp-profiles-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-cockpit-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-event-service-cockpit-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-globals-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-jobdoc-editor-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-xml-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\Saxon-HE-9.5.1-5.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\activation-1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\akka-actor_2.11-2.3.11.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\akka-agent_2.11-2.3.11.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\akka-slf4j_2.11-2.3.11.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\annotations-12.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\antlr-2.7.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\aopalliance-1.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\bcprov-ext-jdk15on-1.50.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\common-3.6.200-v20130402-1505.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-beanutils-1.8.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-cli-1.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-codec-1.9.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-collections-3.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-csv-1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-httpclient-3.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-lang-2.4.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-lang3-3.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-logging-1.1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-net-3.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\config-1.2.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\dom4j-1.6.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\ganymed-ssh2-261.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\guava-18.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\guice-3.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\guice-servlet-3.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\hibernate-commons-annotations-3.2.0.Final.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\hibernate-core-3.6.6.Final.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\hibernate-jpa-2.0-api-1.0.1.Final.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\icu4j-2.6.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-annotations-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-core-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-databind-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-datatype-guava-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-jaxrs-base-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-jaxrs-json-provider-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-module-jaxb-annotations-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-module-scala_2.11-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\javassist-3.15.0-GA.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\javax.inject-1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\javax.persistence-2.1.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\javax.servlet-3.0.0.v201112011016.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jaxen-1.1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jaxp-api-1.4.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jcifs-1.3.17.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jdom-1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-client-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-core-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-guice-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-server-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-servlet-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-client-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-continuation-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-http-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-io-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-security-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-server-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-servlet-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-servlets-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-util-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-webapp-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-websocket-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-xml-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\joda-convert-1.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\joda-time-2.5.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\joda-time-hibernate-1.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jsch-0.1.53.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jsendnsca-2.0.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jsr305-3.0.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jsr311-api-1.1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jta-1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jul-to-slf4j-1.7.10.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\log4j-1.2.16.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\mail-1.4.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\mimepull-1.9.4.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\not-yet-commons-ssl-0.3.11.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.core.commands-3.6.1.v20120521-2329.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.equinox.common-3.6.100.v20120522-1841.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.jface-3.8.0.v20120521-2329.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.osgi-3.8.0.v20120529-1548.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.swt.win32.win32.x86_64-4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\paranamer-2.6.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\parboiled-core-1.1.6.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\parboiled-scala_2.11-1.1.6.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\poi-3.10-FINAL.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scala-library-2.11.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scala-reflect-2.11.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scala-stm_2.11-0.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scala-xml_2.11-1.0.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scalactic_2.11-2.2.4.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\serializer-2.7.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\shapeless_2.11-1.2.4.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\shiro-core-1.2.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\slf4j-api-1.7.10.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\snakeyaml-1.15.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\sos-trilead-ssh2-211.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-can_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-client_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-http_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-httpx_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-io_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-json_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-routing_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-util_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\webdavclient4j-core-0.92.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xalan-2.7.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xercesImpl-2.11.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xml-apis-1.4.01.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xmlParserAPIs-2.6.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xom-1.0.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\h2-1.3.170.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\jtds-1.3.1.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\mariadb-java-client-1.1.7.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\ojdbc6-11.1.0.7.0-Production.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\postgresql-9.4-1201-jdbc4.jar;C:/jobscheduler/brafotest_4444/config;C:/jobscheduler/brafotest_4444/lib/log/log4j\slf4j-log4j12-1.7.10.jar
    2015-12-04 11:26:15.929+0100 [debug]  (Task tests/debug_check:150096) java vm arguments: -Dlog4j.configuration="file:///C:/jobscheduler/brafotest_4444/lib/log4j.properties"   
    2015-12-04 11:26:16.170+0100 [debug9] (Task tests/debug_check:150096) this is a debug message. Have fun
    2015-12-04 11:26:16.562+0100 [info]   (Task tests/debug_check:150096) SCHEDULER-918  state=closed
    2015-12-04 11:26:16.563+0100 [info]   (Task tests/debug_check:150096) SCHEDULER-962  Protocol ends in D:\jobscheduler\brafotest_4444\logs/task.tests,debug_check.log
    2015-12-04 11:26:16.563+0100 [debug9] (Job  tests/debug_check) SCHEDULER-931  state=pending
    2015-12-04 11:27:14.129+0100 [info]   (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-892  This Job is going to be replaced due to changed configuration file 'C:/jobscheduler/brafotest_4444/config/live/reports/recon/vk/GET_RECON_VK.job.xml' (2015-12-04 11:27:10.000+0100) [was 2015-12-03 15:45:47.000+0100]
    2015-12-04 11:27:14.135+0100 [debug9] (Job reports/recon/vk/GET_RECON_VK*) SCHEDULER-893  Job is 'not_initialized' now
    2015-12-04 11:27:14.136+0100 [debug9] (Job reports/recon/vk/GET_RECON_VK*) SCHEDULER-893  Job is 'initialized' now
    2015-12-04 11:27:14.136+0100 [info]   (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-962  Protocol ends in D:\jobscheduler\brafotest_4444\logs/job.reports,recon,vk,GET_RECON_VK.log
    2015-12-04 11:27:14.137+0100 [info]   (Job_folder /reports/recon/vk) SCHEDULER-861  'Job reports/recon/vk/GET_RECON_VK' has been removed
    2015-12-04 11:27:14.143+0100 [info]   (Job  reports/recon/vk/GET_RECON_VK) 
    2015-12-04 11:27:14.143+0100 [info]   (Job  reports/recon/vk/GET_RECON_VK) Job reports/recon/vk/GET_RECON_VK - Protocol starts in D:\jobscheduler\brafotest_4444\logs/job.reports,recon,vk,GET_RECON_VK.log
    2015-12-04 11:27:14.146+0100 [debug9] (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-931  state=loaded
    2015-12-04 11:27:14.146+0100 [debug9] (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-893  Job is 'loaded' now
    2015-12-04 11:27:14.147+0100 [info]   (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-931  state=stopped
    2015-12-04 11:27:14.153+0100 [debug3] (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-922  No further period
    2015-12-04 11:27:14.153+0100 [info]   (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-893  Job is 'active' now
    2015-12-04 11:27:14.184+0100 [debug3] (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-922  No further period
    2015-12-04 11:27:23.665+0100 [debug9] (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-931  state=pending
    2015-12-04 11:27:23.674+0100 [debug3] (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-922  No further period
    2015-12-04 11:27:29.234+0100 [info]   (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-919  Task 150097 enqueued
    2015-12-04 11:27:29.261+0100 [debug9] (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-931  state=running
    2015-12-04 11:27:29.261+0100 [info]   (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-930  Task 150097 started - cause: queue_at, process class ''
    2015-12-04 11:27:29.268+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) SCHEDULER-918  state=starting (at=2015-12-04 11:27:29.209+0100)
    2015-12-04 11:27:33.363+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) last run completed: Wed Dec 02 13:25:04 CET 2015
    2015-12-04 11:27:33.373+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) last run completed successful: Wed Dec 02 13:25:04 CET 2015
    2015-12-04 11:27:33.383+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) last run completed with error: null
    2015-12-04 11:27:33.696+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) SCHEDULER-987  Starting process: "C:\Windows\TEMP\\sos-14956CD856F3.cmd"
    2015-12-04 11:27:34.873+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] --2015-12-04 11:27:33--  https://bis.evopayments.eu/bis_grails/quickDirty_execute?oldQueryName=Ergebnis+Kontoauszugsverbuchung&filter=&queryName=Ergebnis+Kontoauszugsverbuchung&var0=44119&var1=2.12.2015&var2=4.12.2015&go_what=CSV&submit=Go!
    2015-12-04 11:27:34.873+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] Resolving bis.evopayments.eu (bis.evopayments.eu)... 81.173.221.58
    2015-12-04 11:27:34.873+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] Connecting to bis.evopayments.eu (bis.evopayments.eu)|81.173.221.58|:443... connected.
    2015-12-04 11:27:34.873+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] HTTP request sent, awaiting response... 401 Unauthorized
    2015-12-04 11:27:34.873+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] Authentication selected: Basic realm="BIS"
    2015-12-04 11:27:34.873+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] Reusing existing connection to bis.evopayments.eu:443.
    2015-12-04 11:27:40.444+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stdout] C:\linux_command\Recon_Vorkasse_4.12.2015.csv 
    2015-12-04 11:27:40.444+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stdout]         1 Datei(en) verschoben.
    2015-12-04 11:27:40.444+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] HTTP request sent, awaiting response... 200 OK
    2015-12-04 11:27:40.444+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] Length: unspecified [text/csv]
    2015-12-04 11:27:40.444+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] Saving to: 'Recon_Vorkasse_4.12.2015.csv'
    2015-12-04 11:27:40.444+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] 
    2015-12-04 11:27:40.444+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr]      0K .......... .......... .......... .......... .          1.71M=0.02s
    2015-12-04 11:27:40.444+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] 
    2015-12-04 11:27:40.444+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) [stderr] 2015-12-04 11:27:40 (1.71 MB/s) - 'Recon_Vorkasse_4.12.2015.csv' saved [42740]
    2015-12-04 11:27:40.446+0100 [debug9] (Job  reports/recon/vk/GET_RECON_VK) state_text = C:\linux_command\Recon_Vorkasse_4.12.2015.csv
    2015-12-04 11:27:40.679+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) SCHEDULER-918  state=closed
    2015-12-04 11:27:40.679+0100 [info]   (Task reports/recon/vk/GET_RECON_VK:150097) SCHEDULER-962  Protocol ends in D:\jobscheduler\brafotest_4444\logs/task.reports,recon,vk,GET_RECON_VK.log
    2015-12-04 11:27:40.680+0100 [debug9] (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-931  state=pending
    2015-12-04 11:27:40.686+0100 [debug3] (Job  reports/recon/vk/GET_RECON_VK) SCHEDULER-922  No further period
    

    And the Job logs of the two tasks:

    Yours:

    2015-12-04 11:26:13.387+0100 [info]   SCHEDULER-918  state=starting (at=2015-12-04 11:26:13.340+0100)
    2015-12-04 11:26:15.904+0100 [debug]  java classpath: C:/jobscheduler/brafotest_4444/lib/user_lib\sos.documentfactory.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.common-resources-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.credentialstore-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-configuration-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-connection-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-marshalling-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-settings-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-textprocessor-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-util-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.commons.sos-xml-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.graphviz-adapter-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jade.jade-batches-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jade.jade-engine-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jade.jade-history-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.daily-schedule-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.daily-schedule-dialog-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.dashboard-globals-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.eventing-frontend-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.events-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.jid-cockpit-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.scheduler-history-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jid.scheduler-instances-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jitl.jitl-jobdoc-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jitl.jitl-jobs-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.engine-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.engine.engine-base-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.engine.engine-cppjava-runtime-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.enginedoc.enginedoc-common-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.ftp-history-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.hibernate-commons-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.jobscheduler-helper-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.jobscheduler-object-model-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.jobscheduler-web-services-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.jobscheduler-web-services-globals-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.notification-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-dialog-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-mail-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-net-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-scheduler-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-security-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.sos-ssh-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.jobscheduler.virtual-file-system-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.ftp-profiles-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-cockpit-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-event-service-cockpit-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-globals-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-jobdoc-editor-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/sos\com.sos-berlin.joe.joe-xml-1.10.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\Saxon-HE-9.5.1-5.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\activation-1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\akka-actor_2.11-2.3.11.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\akka-agent_2.11-2.3.11.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\akka-slf4j_2.11-2.3.11.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\annotations-12.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\antlr-2.7.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\aopalliance-1.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\bcprov-ext-jdk15on-1.50.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\common-3.6.200-v20130402-1505.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-beanutils-1.8.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-cli-1.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-codec-1.9.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-collections-3.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-csv-1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-httpclient-3.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-lang-2.4.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-lang3-3.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-logging-1.1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\commons-net-3.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\config-1.2.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\dom4j-1.6.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\ganymed-ssh2-261.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\guava-18.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\guice-3.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\guice-servlet-3.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\hibernate-commons-annotations-3.2.0.Final.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\hibernate-core-3.6.6.Final.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\hibernate-jpa-2.0-api-1.0.1.Final.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\icu4j-2.6.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-annotations-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-core-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-databind-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-datatype-guava-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-jaxrs-base-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-jaxrs-json-provider-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-module-jaxb-annotations-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jackson-module-scala_2.11-2.4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\javassist-3.15.0-GA.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\javax.inject-1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\javax.persistence-2.1.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\javax.servlet-3.0.0.v201112011016.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jaxen-1.1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jaxp-api-1.4.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jcifs-1.3.17.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jdom-1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-client-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-core-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-guice-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-server-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jersey-servlet-1.19.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-client-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-continuation-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-http-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-io-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-security-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-server-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-servlet-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-servlets-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-util-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-webapp-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-websocket-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jetty-xml-8.1.16.v20140903.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\joda-convert-1.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\joda-time-2.5.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\joda-time-hibernate-1.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jsch-0.1.53.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jsendnsca-2.0.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jsr305-3.0.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jsr311-api-1.1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jta-1.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\jul-to-slf4j-1.7.10.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\log4j-1.2.16.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\mail-1.4.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\mimepull-1.9.4.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\not-yet-commons-ssl-0.3.11.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.core.commands-3.6.1.v20120521-2329.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.equinox.common-3.6.100.v20120522-1841.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.jface-3.8.0.v20120521-2329.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.osgi-3.8.0.v20120529-1548.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\org.eclipse.swt.win32.win32.x86_64-4.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\paranamer-2.6.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\parboiled-core-1.1.6.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\parboiled-scala_2.11-1.1.6.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\poi-3.10-FINAL.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scala-library-2.11.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scala-reflect-2.11.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scala-stm_2.11-0.7.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scala-xml_2.11-1.0.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\scalactic_2.11-2.2.4.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\serializer-2.7.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\shapeless_2.11-1.2.4.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\shiro-core-1.2.3.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\slf4j-api-1.7.10.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\snakeyaml-1.15.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\sos-trilead-ssh2-211.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-can_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-client_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-http_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-httpx_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-io_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-json_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-routing_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\spray-util_2.11-1.3.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\webdavclient4j-core-0.92.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xalan-2.7.1.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xercesImpl-2.11.0.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xml-apis-1.4.01.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xmlParserAPIs-2.6.2.jar;C:/jobscheduler/brafotest_4444/lib/3rd-party\xom-1.0.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\h2-1.3.170.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\jtds-1.3.1.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\mariadb-java-client-1.1.7.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\ojdbc6-11.1.0.7.0-Production.jar;C:/jobscheduler/brafotest_4444/lib/jdbc\postgresql-9.4-1201-jdbc4.jar;C:/jobscheduler/brafotest_4444/config;C:/jobscheduler/brafotest_4444/lib/log/log4j\slf4j-log4j12-1.7.10.jar
    2015-12-04 11:26:15.929+0100 [debug]  java vm arguments: -Dlog4j.configuration="file:///C:/jobscheduler/brafotest_4444/lib/log4j.properties"   
    2015-12-04 11:26:16.170+0100 [debug9] this is a debug message. Have fun
    

    My:

    2015-12-04 11:27:29.268+0100 [info]   SCHEDULER-918  state=starting (at=2015-12-04 11:27:29.209+0100)
    2015-12-04 11:27:33.363+0100 [info]   last run completed: Wed Dec 02 13:25:04 CET 2015
    2015-12-04 11:27:33.373+0100 [info]   last run completed successful: Wed Dec 02 13:25:04 CET 2015
    2015-12-04 11:27:33.383+0100 [info]   last run completed with error: null
    2015-12-04 11:27:33.696+0100 [info]   SCHEDULER-987  Starting process: "C:\Windows\TEMP\\sos-14956CD856F3.cmd"
    2015-12-04 11:27:34.873+0100 [info]   [stderr] --2015-12-04 11:27:33--  https://bis.evopayments.eu/bis_grails/quickDirty_execute?oldQueryName=Ergebnis+Kontoauszugsverbuchung&filter=&queryName=Ergebnis+Kontoauszugsverbuchung&var0=44119&var1=2.12.2015&var2=4.12.2015&go_what=CSV&submit=Go!
    2015-12-04 11:27:34.873+0100 [info]   [stderr] Resolving bis.evopayments.eu (bis.evopayments.eu)... 81.173.221.58
    2015-12-04 11:27:34.873+0100 [info]   [stderr] Connecting to bis.evopayments.eu (bis.evopayments.eu)|81.173.221.58|:443... connected.
    2015-12-04 11:27:34.873+0100 [info]   [stderr] HTTP request sent, awaiting response... 401 Unauthorized
    2015-12-04 11:27:34.873+0100 [info]   [stderr] Authentication selected: Basic realm="BIS"
    2015-12-04 11:27:34.873+0100 [info]   [stderr] Reusing existing connection to bis.evopayments.eu:443.
    2015-12-04 11:27:40.444+0100 [info]   [stdout] C:\linux_command\Recon_Vorkasse_4.12.2015.csv 
    2015-12-04 11:27:40.444+0100 [info]   [stdout]         1 Datei(en) verschoben.
    2015-12-04 11:27:40.444+0100 [info]   [stderr] HTTP request sent, awaiting response... 200 OK
    2015-12-04 11:27:40.444+0100 [info]   [stderr] Length: unspecified [text/csv]
    2015-12-04 11:27:40.444+0100 [info]   [stderr] Saving to: 'Recon_Vorkasse_4.12.2015.csv'
    2015-12-04 11:27:40.444+0100 [info]   [stderr] 
    2015-12-04 11:27:40.444+0100 [info]   [stderr]      0K .......... .......... .......... .......... .          1.71M=0.02s
    2015-12-04 11:27:40.444+0100 [info]   [stderr] 
    2015-12-04 11:27:40.444+0100 [info]   [stderr] 2015-12-04 11:27:40 (1.71 MB/s) - 'Recon_Vorkasse_4.12.2015.csv' saved [42740]
    

    Thank you very much!

     

    Last edit: Stephan Mallmann 2015-12-04
  • Uwe Risse

    Uwe Risse - 2015-12-04

    Please show the configuration of your job. Especially the expected debug message.

     
  • Stephan Mallmann

    Job: /reports/recon/vk/GET_RECON_VK
    File timestamp: 2015-12-04 11:27:10
    
    <job>
    <settings>
    <log_level><![CDATA[debug9]]></log_level>
    </settings>
    <params>
    <param name="working_dir" value="C:\linux_command\"/>
    <param name="usr" value="*******"/>
    <param name="pwd" value="*******"/>
    <param name="MDT" value="44119"/>
    <param name="datum_von" value=""/>
    <param name="datum_bis" value=""/>
    </params>
    <script language="shell"><![CDATA[
    
    @echo off
    IF "%SCHEDULER_PARAM_datum_von%" == "" set SCHEDULER_PARAM_datum_von=%SCHEDULER_PARAM_LAST_RUN_COMPLETED_SUCCESSFUL%
    IF "%SCHEDULER_PARAM_datum_bis%" == "" set SCHEDULER_PARAM_datum_bis=%SCHEDULER_PARAM_TO_DATE%
    
    
    cd %SCHEDULER_PARAM_working_dir%
    wget --http-user=%SCHEDULER_PARAM_usr% --http-password=%SCHEDULER_PARAM_pwd% "https://bis.evopayments.eu/bis_grails/quickDirty_execute?oldQueryName=Ergebnis+Kontoauszugsverbuchung&filter=&queryName=Ergebnis+Kontoauszugsverbuchung&var0=%SCHEDULER_PARAM_MDT%&var1=%SCHEDULER_PARAM_datum_von%&var2=%SCHEDULER_PARAM_datum_bis%&go_what=CSV&submit=Go%%21" --no-check-certificate -O Recon_Vorkasse_%SCHEDULER_PARAM_datum_bis%.csv
    
    if exist Recon_Vorkasse_%SCHEDULER_PARAM_datum_bis%.csv for %%A in (Recon_Vorkasse_%SCHEDULER_PARAM_datum_bis%.csv) do if %%~zA EQU 0 goto error1
    
    move Recon_Vorkasse*.csv archiv\
    exit
    
    :error1 
        echo -----------------
        echo Fehler beim Download!
        move Recon_Vorkasse*.csv ./fehler
        echo ----------------- 
        exit 1
    
        ]]></script>
    <monitor name="last_job_run" ordering="0">
    <script language="java:javascript"><![CDATA[
    
    function spooler_process_before(){
    
        var jobHistory = new Packages.com.sos.jitl.checkrunhistory.JobHistory( spooler.delegate );
        var jobHistoryInfo = jobHistory.getJobInfo( spooler_task.job.name, "", "" );
    
        spooler_log.info("last run completed: " + jobHistoryInfo.getLastCompleted().end ); 
        spooler_log.info("last run completed successful: " + jobHistoryInfo.getLastCompletedSuccessful().end ); 
        spooler_log.info("last run completed with error: " + jobHistoryInfo.getLastCompletedWithError().end ); 
    
        var lastRunCompleted = jobHistoryInfo.getLastCompleted().found ? java.time.LocalDateTime.ofInstant(jobHistoryInfo.getLastCompleted().end.toInstant(), java.time.ZoneId.systemDefault() ) : "";
        var lastRunCompletedSuccessful = jobHistoryInfo.getLastCompletedSuccessful().found ? java.time.LocalDateTime.ofInstant(jobHistoryInfo.getLastCompletedSuccessful().end.toInstant(), java.time.ZoneId.systemDefault() ) : "";
        var lastRunCompletedWithError = jobHistoryInfo.getLastCompletedWithError().found ? java.time.LocalDateTime.ofInstant(jobHistoryInfo.getLastCompletedWithError().end.toInstant(), java.time.ZoneId.systemDefault() ) : "";
        var todate = new Date();
    
    //Hier wird die Formatierung der Daten vorgenommen
        var lastRunCompletedSuccessful_fmt = (lastRunCompletedSuccessful.getDayOfMonth()+ "." + lastRunCompletedSuccessful.getMonthValue() + "." + lastRunCompletedSuccessful.getYear());
        var todate_fmt = (todate.getDate()+ "." + (todate.getMonth() + 1) + "." + todate.getFullYear());
    
        spooler_task.params.set_var( "last_run_completed", lastRunCompleted );
        spooler_task.params.set_var( "last_run_completed_successful", lastRunCompletedSuccessful_fmt );
        spooler_task.params.set_var( "last_run_completed_with_error", lastRunCompletedWithError );
        spooler_task.params.set_var( "to_date", todate_fmt);
    
        return true;
    }
    
            ]]></script>
    </monitor>
    <run_time>
    <weekdays>
    <day day="1 2 3 4 5 6 7">
    <period single_start="13:45"/>
    </day>
    </weekdays>
    </run_time>
    </job>
    
     
  • Stephan Mallmann

    I expect no special debug message. However, I do not see in the scheduler log and debug messages in the task log. I expect, as in the older versions simply more information on debug. 9

     
  • Uwe Risse

    Uwe Risse - 2015-12-04

    As the job has no debug message, there is no one in the log. So, that is ok. What debug message do you miss?

     
  • Stephan Mallmann

    As i sad in the message above, i don't miss a message. But there are debug messages in the scheduler log of the job. Why i can´t see them in task log? I think in older versions there was more something like the parameters that where loaded and so on.

     
  • Andreas

    Andreas - 2016-01-29
    • status: open --> closed
     
  • Andreas

    Andreas - 2016-01-29
     

Log in to post a comment.