Java i5/OS PASE error codes

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.

Startup Errors

For startup errors, examine the messages in the appropriate job log.

Runtime errors

In addition to startup errors, PaseInternalError or PaseExit Java exceptions may appear in the Qshell output of the JVM:
  • PaseInternalError - indicates internal system error. Check for Licensed Internal Code Log entries.

    For more information on the PaseInternalError error code, see Qp2CallPase.

  • PaseExit - either the i5/OS PASE application called the exit() function or the i5/OS PASE environment ended abnormally. Check the Job Log and Licensed Internal Code Log for additional information.
Related concepts
Java i5/OS PASE environment variables
Managing native method libraries
Example: IBM i5/OS PASE native method for Java