ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaha_5.4.0.1/collect.htm

83 lines
5.7 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="Collect data for Java problem analysis" />
<meta name="abstract" content="To collect data for an authorized program analysis report (APAR), follow these steps." />
<meta name="description" content="To collect data for an authorized program analysis report (APAR), follow these steps." />
<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="findjob.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="collect" />
<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>Collect data for Java problem analysis</title>
</head>
<body id="collect"><a name="collect"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Collect data for Java problem analysis</h1>
<div><p>To collect data for an authorized program analysis report (APAR),
follow these steps.</p>
<ol><li class="stepexpand"><span>Include a complete description of the problem.</span></li>
<li class="stepexpand"><span>Save the Java™ class file that caused the problem
while running.</span></li>
<li class="stepexpand"><span>You can use the SAV command to save objects from the integrated
file system. You may need to save other class files that this program must
run. You may also want to save and send in an entire directory for IBM<sup>®</sup> to use when
trying to reproduce the problem, if necessary. This is an example of how to
save an entire directory.</span> <p><strong>Example:</strong> Save a directory</p>
<div class="note"><span class="notetitle">Note:</span> Read
the <a href="codedisclaimer.htm">Code example disclaimer</a> for important
legal information.</div>
<blockquote><pre>SAV DEV('/QSYS.LIB/TAP01.DEVD') OBJ(('/mydir'))</pre>
</blockquote>
<p>If possible, save the source files for any Java classes
that are involved in the problem. This is helpful to IBM when reproducing and analyzing the problem.</p>
</li>
<li class="stepexpand"><span>Save any service programs that contain native methods that are
required to run the program.</span></li>
<li class="stepexpand"><span>Save any data files that are required to run the Java program.</span></li>
<li class="stepexpand"><span>Add a complete description of how to reproduce the problem. </span> <div class="p">This includes:<ul><li>The value of the CLASSPATH environment variable.</li>
<li>A description of the Java command that was run.</li>
<li>A description of how to respond to any input that is required by the program.</li>
</ul>
</div>
</li>
<li class="stepexpand"><span>Include any vertical licensed internal code (VLIC) logs that have
occurred near the time of failure.</span></li>
<li class="stepexpand"><span>Add the job log from both the interactive job and the BCI job where
the Java virtual
machine was running.</span></li>
</ol>
</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="findjob.htm" title="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.">Find job logs for Java problem analysis</a></div>
</div>
</div>
</body>
</html>