69 lines
5.3 KiB
HTML
69 lines
5.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="concept" />
|
|
<meta name="DC.Title" content="Java i5/OS PASE error codes" />
|
|
<meta name="abstract" content="To help you troubleshoot i5/OS PASE native methods, this topic describes error conditions that are indicated by i5/OS job log messages and Java runtime exceptions. The following lists describe errors that you may encounter at start up or at run time when using i5/OS PASE native methods for Java." />
|
|
<meta name="description" content="To help you troubleshoot i5/OS PASE native methods, this topic describes error conditions that are indicated by i5/OS job log messages and Java runtime exceptions. The following lists describe errors that you may encounter at start up or at run time when using i5/OS PASE native methods for Java." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahapaseexmplsmain.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahapasejavaenvvariables.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahapaseexmplslibrary.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahapaseexmpls.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="rzahapaseerrors" />
|
|
<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>Java i5/OS PASE
|
|
error codes</title>
|
|
</head>
|
|
<body id="rzahapaseerrors"><a name="rzahapaseerrors"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Java <span class="keyword">i5/OS</span> PASE
|
|
error codes</h1>
|
|
<div><p>To help you troubleshoot <span class="keyword">i5/OS™</span> PASE
|
|
native methods, this topic describes error conditions that are indicated by <span class="keyword">i5/OS</span> job log messages and Java™ runtime
|
|
exceptions. The following lists describe errors that you may encounter at
|
|
start up or at run time when using <span class="keyword">i5/OS</span> PASE
|
|
native methods for Java.</p>
|
|
<div class="section"><h4 class="sectiontitle">Startup Errors</h4><p>For startup errors, examine the messages
|
|
in the appropriate job log.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Runtime errors</h4><div class="p"> In addition to startup errors, PaseInternalError
|
|
or PaseExit Java exceptions may appear in the Qshell output of the
|
|
JVM:<ul><li>PaseInternalError - indicates internal system error. Check for Licensed
|
|
Internal Code Log entries. <p>For more information on the PaseInternalError
|
|
error code, see <a href="../apis/qp2callpase.htm" target="_blank">Qp2CallPase</a>.</p>
|
|
</li>
|
|
<li>PaseExit - either the <span class="keyword">i5/OS</span> PASE
|
|
application called the exit() function or the <span class="keyword">i5/OS</span> PASE
|
|
environment ended abnormally. Check the Job Log and Licensed Internal Code
|
|
Log for additional information.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahapaseexmplsmain.htm" title="The iSeries Java virtual machine (JVM) supports the use of native methods running in the i5/OS PASE environment. Prior to V5R2, the native iSeries JVM used only ILE native methods.">IBM i5/OS PASE native methods for Java</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzahapasejavaenvvariables.htm" title="The Java virtual machine (JVM) uses the following variables to start i5/OS PASE environments. You need to set the QIBM_JAVA_PASE_STARTUP variable in order to run the IBM i5/OS PASE native method for Java example.">Java i5/OS PASE environment variables</a></div>
|
|
<div><a href="rzahapaseexmplslibrary.htm" title="To use native method libraries, especially when you want to manage multiple versions of a native method library on your iSeries server, you need to understand both the Java library naming conventions and the library search algorithm.">Managing native method libraries</a></div>
|
|
<div><a href="rzahapaseexmpls.htm" title="The IBM i5/OS PASE native method for Java example calls an instance of a native C method that then uses Java Native Interface (JNI) to call back into Java code. Rather than accessing the string directly from Java code, the example calls a native method that then calls back into Java through JNI to get the string value.">Example: IBM i5/OS PASE native method for Java</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |