atoe_getcwd error: EDC5134I Function not implemented error

Issues and Questions related to running Apache Tomcat on z/OS
Post Reply
Brad Taylor
Posts: 4
Joined: Fri Jun 02, 2006 9:40 am

atoe_getcwd error: EDC5134I Function not implemented error

Post by Brad Taylor »

I get atoe_getcwd error: EDC5134I Function not implemented. During an attempt to startup tomcat version 5-5.17 with the jre 1.4compatability files applied.
env:
batch job, jzos v124
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1)
Classic VM (build 1.4.1, J2RE 1.4.1 IBM z/OS Persistent Reusable VM build cm1411-20030930 (JIT enabled: jitc))

JZOSVM14(N): log level has been set to: I
JZOSVM14(N): Copyright (C) IBM Corp. 2005. All rights reserved.
JZOSVM14(N): Version 1.2.4
JZOSVM14(I): Region requested = 0K, Actual below/above limit = 8168K / 1552M
JZOSVM14(I): MAIL=/usr/mail/
JZOSVM14(I): JAVA_PROPAGATE=NO
JZOSVM14(I): PATH=/bin:/sys/javatm2/v1r4m0/usr/lpp/java/J1.4/bin:
JZOSVM14(I): IBM_JAVA_ZOS_TDUMP=NO
JZOSVM14(I): JZOS_HOME=/u/users/nfs/workload/jzos
JZOSVM14(I): IBM_JAVA_OPTIONS=-Xms64m -Xmx128m -Dfile.encoding=ISO8859-1 -Djzos.home=/u/users/nfs/workload/jzos
-Dcatalina.base=/u/users/nfs/workload/apache-tomcat-5.5.17 -Dcatalina.home=/u/users/nfs/workload/apache-tomcat-5.5.17
-Djava.io.tmpdir=/u/users
/nfs/workload/apache-tomcat-5.5.17/temp -Djava.endorsed.dirs=/u/users/nfs/workload/apache-tomcat-5.5.17/common/endorsed
JZOSVM14(I): X_SITE=//'VTAM.TCPIP.HOSTS.SITEINFO'
JZOSVM14(I): _=/bin/env
JZOSVM14(I): CLASSPATH=/sys/javatm2/v1r4m0/usr/lpp/java/J1.4/lib/tools.jar:/u/users/nfs/workload/apache-tomcat-5.5.17/bi
n/bootstrap.jar:/u/users/nfs/workload/jzos/jzos.jar:
JZOSVM14(I): LANG=C
JZOSVM14(I): LIBPATH=/lib:/usr/lib:/sys/javatm2/v1r4m0/usr/lpp/java/J1.4/bin:/sys/javatm2/v1r4m0/usr/lpp/java/J1.4/bin/c
lassic:/u/users/nfs/workload/jzos:
JZOSVM14(I): X_ADDR=//'VTAM.TCPIP.HOSTS.ADDRINFO'
JZOSVM14(I): JAVA_DUMP_HEAP=false
JZOSVM14(I): JAVA_HOME=/sys/javatm2/v1r4m0/usr/lpp/java/J1.4
JZOSVM14(I): TZ=EST5EDT
JZOSVM14(I): RESOLVER_CONFIG=//'VTAM.TCPIP.TCPIP.DATA'
JZOSVM14(I): MANPATH=/usr/lpp/Printsrv/man/C:/usr/man/%L:/sys/s390util/man:
JZOSVM14(I): NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lpp/Printsrv/en_US/%N
atoe_getcwd error: EDC5134I Function not implemented.
JVMXM008: Error occured while initialising System ClassException in thread "main" JZOSVM14(E): JNI_CreateJavaVM error,
rc = -1
JZOSVM - failed, no JVM created. RC=106.

I got the following prior to applying the compatability package

JZOSVM14(N): Copyright (C) IBM Corp. 2005. All rights reserved.
JZOSVM14(N): Version 1.2.4
JZOSVM14(N): Java Virtual Machine created. Version information follows:
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1)
Classic VM (build 1.4.1, J2RE 1.4.1 IBM z/OS Persistent Reusable VM build cm1411-20030930 (JIT enabled: jitc))
JZOSVM14(N): Invoking org.apache.catalina.startup.Bootstrap.main()
JZOSVM14(N): org.apache.catalina.startup.Bootstrap.main() completed.
JZOSVM - JVM completed with exit(0).
This release of Apache Tomcat was packaged to run on J2SE 5.0
or later. It can be run on earlier JVMs by downloading and
installing a compatibility package from the Apache Tomcat
binary download page.
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

I've not run 5.5 under Java 1.4, but it should work. I'd check the file permissions on the compatibility jars that you downloaded - make sure they match the other jars.

I assume you can run a simple (non Tomcat) java job?

If it isn't the file permissions, turn on trace level logging LOGLVL='+T' and send the log to info@dovetail.com. We might be able to pick out something that looks suspicious.
Brad Taylor
Posts: 4
Joined: Fri Jun 02, 2006 9:40 am

Resolved - file permissions

Post by Brad Taylor »

The uid did not have access to a temp directory. Once the uid was corrected it came up ok

thanx
Post Reply