libatoe.so was not found

General discussion on the JZOS batch launcher and toolkit
Post Reply
patmartin99

libatoe.so was not found

Post by patmartin99 »

When executing the batch java launcher I am getting abend 4038 with messages as follows:

JZOSVM13(N): Copyright (C) 2004 Dovetailed Technologies LLC. All rights reserved
CEE3501S The module libatoe.so was not found.
From entry point __dllstaticinit at compile unit offset +000001F0 at en
14CAFBC8.

Any ideas what could be causing this.

Thank You
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

This is almost certainly a problem with your PATH environment variable.
You probably have other directories ahead of the JAVA_HOME directory that include files that conflict with those in $JAVA_HOME/bin. The most likely problem is that you have JDK118 in the PATH ahead of JDK1.3.

Here's an IBM Infomational APAR that describes the problem: (II12913)
http://www-1.ibm.com/support/docview.ws ... us&lang=en

In your //STDENV configuration script for JZOS, try setting the PATH environment variable from scratch and only include the system essentials, like "/bin:/usr/sbin:/usr/local/bin" along with the path entries added by the normal JZOS configuration script.

If you are still having a problem, set LOGLVL='+I', and email the output of your job to dev@jzos.com and we'll take a look.
Post Reply