JDK-6465377 : NullPointerException for RMI ORB in 1.5.0_08
  • Type: Bug
  • Component: other-libs
  • Sub-Component: corba:orb
  • Affected Version: 5.0,5.0u8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8,windows_xp
  • CPU: x86,sparc
  • Submitted: 2006-08-30
  • Updated: 2011-02-23
  • Resolved: 2007-03-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6 JDK 7 Other
5.0u10,OpenJDK6Fixed 6u2 b01Fixed 7Fixed OpenJDK6Fixed
Related Reports
Duplicate :  
Description
Application throws NPE with 1.5.0 while its works fine with 1.4.2_xx.

Exception with 1.5.0_08 is as follows:
java.lang.NullPointerException
at com.sun.corba.se.impl.resolver.INSURLOperationImpl.resolveINSURL(INSURLOperationImpl.java:120)
at com.sun.corba.se.impl.resolver.INSURLOperationImpl.operate(INSURLOperationImpl.java:111)
        at com.sun.corba.se.impl.orb.ORBImpl.string_to_object(ORBImpl.java:819)
        at Client.readWDFromFile(Client.java:32)
        at Client.main(Client.java:11)

Comments
EVALUATION see evaluation for 6317211.
31-08-2006

WORK AROUND Not known
30-08-2006