Download
The first 64-bit Beta JobScheduler version is only available for Linux systems.
It can be downloaded from this address.
Bugs
The following bugs are known and will be corrected in the next release:
- log files have UTC timestamps (JSSIXFOUR-12)
- script element in scheduler.xml gets NullPointerException (JSSIXFOUR-14)
Features
The following new features have been included:
- the method of handling of JavaScript has been improved (JSSIXFOUR-16)
- different time zones can now be specified per job and order (JSSIXFOUR-17)
- JobScheduler now handles XML via Java instead of the C++ implementation of libxml2 (JSSIXFOUR-18)
Job Compatibility
The following JITL (JobScheduler Integrated Template Library) jobs will not work with this version:
- Cleanup History
- Dequeue Events
- Extract
- SOSFTP History
- Managed Custom Reports
Feedback
Should you have problems with the installation and/or discover reproducible bugs that are not yet documented (see our bug tracker) or if the 64-bit JobScheduler works perfectly for you then please let us know at:
Don't forget to include:
- details of your environment incl. configuration files,
- copies of the scripts you were running,
- relevant log files.
Installation:
Installation of the 64-bit JobScheduler is almost identical to that of the 32-bit Version, which is described in our “JobScheduler Installation Guide”.
Almost all parts of this Installation Guide are valid for the 64-bit JobScheduler, apart from the “Requirements” (chapter 1.1). The following additional requirements apply for the 64-bit version:
64-Bit Requirements
The 64-bit Beta version requires the following:
- Oracle™ Java Runtime Environment (JRE) 64-bit: at least version 1.6.x
- A shell in /bin/sh (or a symlink)
- The following 64-bit libraries:
- linux-vdso.so.1
- libz.so.1
- libpthread.so.0
- libdl.so.2
- libm.so.6
- libc.so.6
- ld-linux-x86-64.so.2
In addition, two components (JOE (JobScheduler Object Editor) and JID (JobScheduler Information Dashboard)) of the JobScheduler are SWT applications and require an X Windows system and GTK2. The JobScheduler installation includes a 64-bit swt.jar but you still need the following 64-bit libraries:
- libgtk-x11-2.0.so.0
- libXtst.so.6
Finally, we recommend that before starting the installation you set the JAVA_HOME environment variable to your 64-bit Java version (see “Requirements”, above).