On Fri, Jan 30, 2009 at 1:27 AM, Falby, Walter <[email protected]> wrote: > I'm trying to run one of the samples on USS. This is IBM's version of > UNIX that runs on z/OS (mainframe). I've brought derby over and it works > fine. I've compiled the Image request/response sample on USS using Java > 5. I've copied over the jar files for MINA and SLF4J. I've updated the > sample to include debug statements. What happens is the connect request > from the client is refused. When I look at the trace on USS, I see the > application get started. When I run the application on Windows, what I > see in the trace is a line from the > org.apache.mina.filter.executor.ExecutorFilter. I don't see that line in > the USS trace. This may be a platform issue. Has anyone tried MINA on > USS running on z/OS 1.10?
Couple of things you can try 1. Try a simple socket program there (not MINA based), just to narrow down the problem 2. try the sample UDP program from MINA. 3. If nothing works, then would recommend using Eclipse debugger/wireshark to see what's going on in there. 4. Also, ask System Admins of any there are any specific setting, that may be causing this - ashish - ashish
