RTC / zOS / Jazz: problem loading files to zOS, connection time-out, losing connections
Hi guys, I've been facing some problems with RTC when trying to load files to z/OS, besides that, when working in the z/OS perspective / zOZ sub-project is often to lose the connection to the z/OS. Is it common? I'm trying a configuration increasing the interval for connections time out, but i don't think it is the right solution. The components and PDS are just keeping some couples of files.
TIA |
Accepted answer
Hi Otavio,
I'm assuming you're using RDz and its RTC integration feature? What version of RTC are you using? If it's v3.x, you might be hitting an issue where the code that is loading files onto z/OS is also writing some diagnostic output to STDOUT and STDERR. After a while, those streams get full and further attempts to write there just block -- sometimes this can result in a disconnection from the z/OS system. This problem is tracked in defect 236028. If this is the issue you're hitting, you can disable the problematic write to STDOUT by creating a file named log4j.properties in your RSE configuration directory on z/OS (where rsed.envvars is)giving it the following contents, and restarting the RSE server: log4j.rootLogger=OFF Hope this helps! - John Otavio Areias selected this answer as the correct answer
Comments
Otavio Areias
commented Oct 25 '12, 12:05 p.m.
Hi John! I think your solution has solved the time-out issue! Thanks a bunch! However, I still have problems when my developers are changing the files using the z/OS Perspective (direct in the PDS). I don't know why but:
Suddenly files lose the link to the Jazz (turn the green/yellow icon to the blue one)
Our cenary:
Every developer loads the files to his own private area (PDS), makes the changes and save in times in times to the PDS.
TIA
Hi Otavio,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.