JZOS Cookbook V 1.0.6 Big Web Services

General discussion on the JZOS batch launcher and toolkit
Post Reply
meseguea
Posts: 15
Joined: Fri Mar 31, 2006 12:41 pm
Location: USA

JZOS Cookbook V 1.0.6 Big Web Services

Post by meseguea »

Hi,

Can't get the Inventory web service to run on z/OS.
Using J6.0_64, Axis2 1.4, Eclipse 3.5.

java.lang.RuntimeException: Unexpected error recording MaintTransaction via web services.
Caused by: org.apache.axis2.AxisFault: EDC8128I Connection refused.

INFO org.apache.axis2.transport.http.HTTPSender - Unable to sendViaPost to url http://204.63.120.154:6060/axis2/servic ... oryService

port 6060 is not in use.

Job abends with RC=100.
Regards,
Alex
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Are you running the server at this address and port? Can you telnet into this port to get a connection? The error you are getting (from the client), indicates that it can't get a socket connection.
meseguea
Posts: 15
Joined: Fri Mar 31, 2006 12:41 pm
Location: USA

JZOS Cookbook V 1.0.6 Big Web Services

Post by meseguea »

Well, after reading step 3 on page 126 of the Cookbook, I think what is meant by the 'external IP address of the local machine' is my desktop host where I am running eclipse/service.
If this is the case, then I provided the wrong IP address.
I did changed it my localhost IP, however this IP address is behind a firewall and therefore not reachable.
Regards,
Alex
Post Reply