|
I need an expert help me diagnose a Java application problem. My
expertise is more in the Windows and Unix environments but this
application also needs to run on the iSeries and I have exhausted
the extent of my limited iSeries troubleshooting knowledge.
I have a user running my Java application on a V5R4 platform. The
application runs through a batch job and is invoked via the
following CL commands:
CHGCURDIR '/appPath'
ADDENVVAR ENVVAR(JAVA_HOME) VALUE(*NULL) +
LEVEL(*JOB) REPLACE(*YES)
JAVA CLASS('classname') +
PARM('-s' "service") +
PROP((java.ext.dirs '/QIBM/ProdData+
/OS400/jt400/lib:/appPath/lib:+
(org.apache.commons.logging.Log +
'LoggerClassname') +
(java.version '1.5')) +
OPTIMIZE(40) CHKPATH(*IGNORE)
/* If this command has been invoked and the service is not */
/* currently running, ignore that error and exit gracefully */
MonMsg MsgID(JVA0122)
<<SNIP>>
Has anyone ever experienced any application problems something
similar to this? I welcome any suggestions that anybody has about
what other troubleshooting steps I can take next.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.