Fixes are available
Rational Developer for System z 9.1.1
Rational Developer for System z Interim Fix 1 for 9.1.1
Rational Developer for System z Interim Fix 2 for 9.1.1
Rational Developer for System z Fix Pack 1 (9.1.1.1) for 9.1.1.
Rational Developer for System z Interim Fix 1 for 9.1.1.1
Rational Developer for System z Interim Fix 2 for 9.1.1.1
Rational Developer for System z Fix Pack 1 (9.1.1.2) for 9.1.1.
Rational Developer for System z Interim Fix 1 for 9.1.1.2
Rational Developer for System z Interim Fix 2 for 9.1.1.2
Rational Developer for System z Fix Pack 1 (9.1.1.3) for 9.1.1.
Rational Developer for System z Interim Fix 1 for 9.1.1.3
Rational Developer for System z Fix Pack 1 (9.1.1.4) for 9.1.1.
Rational Developer for System z Fix Pack 1 (9.1.1.5) for 9.1.1.
Rational Developer for System z Fix Pack 1 (9.1.1.6) for 9.1.1.
Rational Developer for System z Fix Pack 1 (9.1.1.7) for 9.1.1.
Rational Developer for System z Fix Pack 1 (9.1.1.8) for 9.1.1
Rational Developer for System z Fix Pack 9 (9.1.1.9) for 9.1.1
APAR status
Closed as program error.
Error description
Rational Developer for System z - RDz - zLinux When you try to access files from RDz via the Remote System Explorer (RSE) view, you receive this error: CoreJNI.java Authentication script did not provide any feedback: perl ./../lib/auth.pl -->tkth000<--- The connection is killed before the DIE text is written out. Therefore, you never sees the message, "Cannot connect to $host: $@" Local Fix: Change the DIE statement in the script below: use Net::Domain; use Net::FTP; $host = hostname(); chomp($host); $ftp = Net::FTP->new($host, Debug => 0) or die "Cannot connect to $host: $@"; if (!$ftp->login($userIN, $pwdIN)) { print "incorrect password\n"; To: use Net::Domain; use Net::FTP; $host = hostname(); chomp($host); $ftp = Net::FTP->new($host, Debug => 0) or print "Cannot connect to $host: $@"; if (!$ftp->login($userIN, $pwdIN)) { print "incorrect password\n";
Local fix
Problem summary
Perl script auth.pl would abort without any error message. The class in CoreJNI.java expecting an error message would not have a message to issue to the user.
Problem conclusion
Fixed by adding a missing return message. The problem listed in this APAR has been resolved with IBM Rational Developer for System z V9.1.1.0 Refresh Pack which is available from the Recommended Fixes support download page: http://www-1.ibm.com/support/docview.wss?rs=2294&uid=swg27006335
Temporary fix
Comments
APAR Information
APAR number
PI15887
Reported component name
RATL DEV FOR SY
Reported component ID
5724T0700
Reported release
900
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2014-04-11
Closed date
2014-12-11
Last modified date
2014-12-11
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
RATL DEV FOR SY
Fixed component ID
5724T0700
Applicable component levels
R911 PSY
UP
Document Information
Modified date:
17 October 2021