error when trying to access WTO test

General discussion on the JZOS batch launcher and toolkit
Post Reply
sandeepch1
Posts: 1
Joined: Wed Nov 03, 2004 7:11 am

error when trying to access WTO test

Post by sandeepch1 »

hi ,
I download the jzos1.1.zip tool and installed in the Z/os


I could not do the following
In the instructions

Enter the following TSO command to unload the load module library into a PDSE:


>tso receive inda('HLQ.JZOS.LOADLIB.XMIT')

I get the error

FSUM7332 syntax error: got (, expecting Newline

I went ahead and copied jzos.war in webapps folder

I get the following error when trying to access WTO test "execute" link in the jzos web application .

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 28 in the jsp file: /WtoTest.jsp

Generated servlet error:
[javac] Warning: WtoTest_jsp.java modified in the future.
[javac] Compiling 1 source file

/u/rnaraya/zos_51rep/res/repository/server/work/Standalone/localhost/jzos/WtoTest_jsp.java:7: package com.dovetail.jzos does not exist
Ž
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

Are you sure you followed the installation instructions correctly? The fact that you got an error on the tso receive tells me that you may not have ftp'ed the files correctly.

You should verify that you can run the basic JZOS launcher tests before you try to run Tomcat. Were you able to successfully submit RUN13 or RUN14?

Once you've confirmed that you can run the basic tests, please post back.

You can find the installation instructions here:

http://www.jzos.com/docs/install.html
Post Reply