Note that cron jobs don't run with your usual cushy user settings. Make
sure to use absolut paths throughout, e.g. for invoking the Java runtime
just "java" is not advisable.
On 4 March 2015 at 17:41, Catherine Wilbur cwilbur(_at_)uwindsor(_dot_)ca <
xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:
Have a script that runs my Saxon java call as shown below without a
problem
java -cp $SAXON_JAR net.sf.saxon.Transform
-s:$FinesrvDataDir/Library_Invoice_Interface.xml
-xsl:$FinesrvCronDir/LibrXML2CSV_stylesheet.xsl
-o:$FinesrvDataDir/Library_Invoice_Interface.csv
When we take this script and put it in a cron to submit the script at a
scheduled time we get the following error. Does anyone know what I do in
the cron script to fix the problem. Here is infornation that gets dumped
from cron script.
/Z/Alma/FIS_Invoice_Payments/Archived/2015-03-02_15-33-07-3318390600002181-1425327949098.xml
/usr/local/finesrv/erp/jdedwardsoneworld/cron/Saxon/saxon9he.jar
net.sf.saxon.Transform
-s:/usr/local/finesrv/erp/jdedwardsoneworld/FABS/DATA/LibrVouch/Library_Invoice_Interface.xml
-xsl:/usr/local/finesrv/erp/jdedwardsoneworld/cron/LibrXML2CSV_stylesheet.xsl
-o:/usr/local/finesrv/erp/jdedwardsoneworld/FABS/DATA/LibrVouch/Library_Invoice_Interface.csv
The java class could not be loaded.
java.lang.UnsupportedClassVersionError: net/sf/saxon/Transform (Unsupported
major.minor version 49.0)
SQL Completed - NO Library A/P Data was loaded
How do we fix the problem.
_____________________________________________________________________
Catherine Wilbur | Senior Application Programmer | IT Services
401 Sunset Avenue, Windsor ON Canada N9B 3P4
(T) 519.253.3000 Ext. 2745 | (F) 519.973.7083 | (E)
cwilbur(_at_)uwindsor(_dot_)ca
www.uwindsor.ca/its
XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
EasyUnsubscribe <-list/528976> (by
email <>)
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--