96 lines
6.3 KiB
HTML
96 lines
6.3 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="task" />
|
|
<meta name="DC.Title" content="Find job logs for Java problem analysis" />
|
|
<meta name="abstract" content="Use the job log from the job that ran the Java command, and the batch immediate (BCI) job log where the Java program ran, to analyze causes of a Java failure. They both may contain important error information." />
|
|
<meta name="description" content="Use the job log from the job that ran the Java command, and the batch immediate (BCI) job log where the Java program ran, to analyze causes of a Java failure. They both may contain important error information." />
|
|
<meta name="DC.Relation" scheme="URI" content="trouble.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="limits.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="collect.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="applyptfs.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="getsup.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="findjob" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Find job logs for Java problem analysis</title>
|
|
</head>
|
|
<body id="findjob"><a name="findjob"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Find job logs for Java problem analysis</h1>
|
|
<div><p>Use the job log from the job that ran the Java™ command,
|
|
and the batch immediate (BCI) job log where the Java program ran, to analyze causes of a Java failure.
|
|
They both may contain important error information.</p>
|
|
<div class="section"><p>There are two ways to find the job log for the BCI job. You can
|
|
find the name of the BCI job that is logged in the job log of the job that
|
|
ran the Java command. Then, use that job name to find the job
|
|
log for the BCI job.</p>
|
|
<p>You can also find the job log for the BCI job by
|
|
following these steps:</p>
|
|
</div>
|
|
<ol><li class="stepexpand"><span>Enter the Work with Submitted Jobs (WRKSBMJOB) command on the iSeries™ command
|
|
line.</span></li>
|
|
<li class="stepexpand"><span>Go to the bottom of the list.</span></li>
|
|
<li class="stepexpand"><span>Look for the last job in the list, called QJVACMDSRV.</span></li>
|
|
<li class="stepexpand"><span>Enter option 8 (Work with Spooled Files) for that job.</span></li>
|
|
<li class="stepexpand"><span>A file called QPJOBLOG displays.</span></li>
|
|
<li class="stepexpand"><span>Press F11 to see view 2 of the spooled files.</span></li>
|
|
<li class="stepexpand"><span>Verify that the date and time match the date and time when the
|
|
failure occurred. </span> <p> If the date and time do not match the date
|
|
and time when you signed off, continue looking through the list of submitted
|
|
jobs. Try to find a QJVACMDSRV job log with a date and time that matches when
|
|
you signed off.</p>
|
|
</li>
|
|
</ol>
|
|
<div class="section"><p>If you are unable to find a job log for the BCI job, one may not
|
|
have been produced. This happens if you set the ENDSEP value for the QDFTJOBD
|
|
job description too high or the LOG value for the QDFTJOBD job description
|
|
specifies *NOLIST. Check these values, and change them so that a job log is
|
|
produced for the BCI job.</p>
|
|
<p>To produce a job log for the job that ran
|
|
the Run Java (RUNJVA) command, perform the following steps:</p>
|
|
<ol><li>Enter SIGNOFF *LIST.</li>
|
|
<li>Then, sign back on.</li>
|
|
<li>Enter the Work with Spooled Files (WRKSPLF) command on the iSeries command
|
|
line.</li>
|
|
<li>Go to the bottom of the list.</li>
|
|
<li>Find a file named QPJOBLOG.</li>
|
|
<li>Press F11.</li>
|
|
<li>Verify that the date and time match the date and time when you entered
|
|
the signoff command. <p> If the date and time do not match the date and
|
|
time when you signed off, continue looking through the list of submitted jobs.
|
|
Try to find a QJVACMDSRV job log with a date and time that matches when you
|
|
signed off.</p>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="trouble.htm" title="This topic shows you how to find job logs and collect data for Java program analysis. This topic also provides information about program temporary fixes (PTFs) and getting support for IBM Developer Kit for Java.">Troubleshoot IBM Developer Kit for Java</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="limits.htm" title="This list identifies any known limitations, restrictions, or unique behaviors in the IBM Developer Kit for Java.">Limitations</a></div>
|
|
<div><a href="applyptfs.htm" title="Beginning in i5/OS V5R4, you can use the Display Java Virtual Machine Jobs (DSPJVMJOB) CL command to manage your JVM jobs and apply PTFs while the system is active.">Apply program temporary fixes</a></div>
|
|
<div><a href="getsup.htm" title="Support services for the IBM Developer Kit for Java are provided under the usual terms and conditions for iSeries software products. Support services include program services, voice support, and consulting services.">Get support for the IBM Developer Kit for Java</a></div>
|
|
</div>
|
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
|
<div><a href="collect.htm" title="To collect data for an authorized program analysis report (APAR), follow these steps.">Collect data for Java problem analysis</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |