User Activity

  • Posted a comment on discussion Early Warnings on JobScheduler

    Hi Patrice, sorry, your post slipped our attention. Job Resource variables are provided as environment variables for Shell jobs. For JVM jobs such as JITL jobs the arguments of a Job Resource are used. The YADE XML configuration makes use of both: if invoked from a Shell job, then environment variables are substituted. When invoked from its JITL job, then arguments are used. In both situations the syntax is the same: ${variable}. Please, consider correct spelling. BTW: in your Job Resource, you can...

  • Posted a comment on discussion Help on JobScheduler

    Hi Chico, sudo works for a single command when used in scripts. This is a shell limitation and is not related to JS7. Your job script should use multiline input like this: sudo -su anotherone <<EOF whoami pwd EOF A practical approach is use of JS7 - Script Includes to hide sudo commands from job scripts: ##!include sudo-begin pwd whoami sleep 30 ##!include sudo-end The sudo-begin Script Include holds the line: sudo -su anotherone <<EOF The sudo-end Script Include holds the line: EOF

  • Created a blog post on JobScheduler

    JS7 JobScheduler LTS Release 2.8.2 available

  • Posted a comment on discussion Help on JobScheduler

    Hi Christophe, it doesn't look that the mail server speaks TLS on port 25. openssl does not report a TLS connection being established and doesn't return the mail server's certificate. This could be a TLS protocol negotiation mismatch between client and server suggested by error:1408F10B. You can try to alternatively add the -tls1_1 or -tls1_2 or -tls1_3 switches to your openssl command. If one of the switches is denied, then you are not using a current version of openssl. If none of the switches...

  • Modified a comment on ticket #235 on JobScheduler

    Hi John, this indicates that the Controller Windows Service was started but terminated after a short period of time. Please check the following log files for errors and warnings: C:\ProgramData\JS7\controller\controller-1\logs\watchdog.log C:\ProgramData\JS7\controller\controller-1\logs\agent.log If in doubt, please forward related log files.

  • Posted a comment on ticket #235 on JobScheduler

    Hi John, this indicates that the Controller Windows Service was started but terminated after a short period of time. Please check the following log files for errors and warnings: C:\ProgramData\JS7\controller\controller-1\logs\watchdog.log C:\ProgramData\JS7\controller\controller-1\logs\agent.log If in doubt, please forward related log files.

  • Posted a comment on discussion Help on JobScheduler

    Hi John, The first bullet point in the Maintainer Note says: The issue is dismissed as it cannot be reproduced with indicated releases. The second bullet point explains when the issue can occur from some example. The third bullet point suggests thatUsers should verify to either use the ./config/log4j2.xml file provided with Agent /Controller or not to use an individual Log4j2 configuration file. There is already a mechanism in place in the Controller's controller.sh start script to provide a private.conf...

  • Modified a comment on discussion Help on JobScheduler

    Hi Christophe, is there anything I can do to convince you that the straightforward approach is to first know the mail server's capabilities: hostname, port, protocol in use (plain, TLS, SSL) and authentication requirement, then to apply related settings to the JS7 Job Resource ? As you seem resistent to this approach (it's a fair proceeding not to trust your admins), it means that you have to find out (tu l'as voulu, Christophe). The error you received suggests that the mail server speaks TLS (your...

View All

Personal Data

Username:
sosap
Joined:
2005-08-03 21:23:14

Projects

This is a list of open source software projects that Andreas is associated with:

  • Project Logo JobScheduler JobScheduler workload automation to execute jobs and workflows Last Updated:
  • YADE (SOSFTP) A Batch and API oriented application for managed file transfer. Last Updated:

Personal Tools