-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b31
-
sparc
-
solaris_1
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2074101 | 5.0 | Hemanth Puttaswamy | P3 | Closed | Fixed | b32 |
******************************************************************************
###@###.### 2003-08-29
build : ripint-generic
Problem description:
This is a regression in ripint generic. Various complex dynanys are throwing NPE for operation like destory, from_any. I have not looked into this in detail. Opening a bug to track this.
tests :
<RTM_HOME>/tests/api/dynany/ComplexTypes
********************************************************************************
###@###.### 2003-09-16
This is due to the Log wrapper not initialized in the following classes
com.sun.corba.se.impl.dynamicany.DynFixedImpl
com.sun.corba.ee.impl.dynamicany.DynAnyConstructedImpl
The following tests are failing :
api_dynany_ComplexTypes_DynFixedTest:Test015
api_dynany_ComplexTypes_DynArrayTest:Test017 :
api_dynany_ComplexTypes_DynSequenceTest:Test017
api_dynany_ComplexTypes_DynStructTest:Test024
api_dynany_ComplexTypes_DynUnionTest:Test027
Error traces for both the classes :
java.lang.NullPointerException
at com.sun.corba.ee.impl.dynamicany.DynFixedImpl.get_value(DynFixedImpl.java:57)
at api.dynany.ComplexTypes.DynFixedTest.Test015(DynFixedTest.java:496)
at api.dynany.ComplexTypes.DynFixedTest.run(DynFixedTest.java:64)
at api.dynany.ComplexTypes.DynFixedTest.main(DynFixedTest.java:31)
---
java.lang.NullPointerException
at com.sun.corba.ee.impl.dynamicany.DynAnyConstructedImpl.current_component(DynAnyConstructedImpl.java:102)
at api.dynany.ComplexTypes.DynArrayTest.Test017(DynArrayTest.java:643)
at api.dynany.ComplexTypes.DynArrayTest.run(DynArrayTest.java:84)
at api.dynany.ComplexTypes.DynArrayTest.main(DynArrayTest.java:33)
*******************************************************************************
###@###.### 2003-08-29
build : ripint-generic
Problem description:
This is a regression in ripint generic. Various complex dynanys are throwing NPE for operation like destory, from_any. I have not looked into this in detail. Opening a bug to track this.
tests :
<RTM_HOME>/tests/api/dynany/ComplexTypes
********************************************************************************
###@###.### 2003-09-16
This is due to the Log wrapper not initialized in the following classes
com.sun.corba.se.impl.dynamicany.DynFixedImpl
com.sun.corba.ee.impl.dynamicany.DynAnyConstructedImpl
The following tests are failing :
api_dynany_ComplexTypes_DynFixedTest:Test015
api_dynany_ComplexTypes_DynArrayTest:Test017 :
api_dynany_ComplexTypes_DynSequenceTest:Test017
api_dynany_ComplexTypes_DynStructTest:Test024
api_dynany_ComplexTypes_DynUnionTest:Test027
Error traces for both the classes :
java.lang.NullPointerException
at com.sun.corba.ee.impl.dynamicany.DynFixedImpl.get_value(DynFixedImpl.java:57)
at api.dynany.ComplexTypes.DynFixedTest.Test015(DynFixedTest.java:496)
at api.dynany.ComplexTypes.DynFixedTest.run(DynFixedTest.java:64)
at api.dynany.ComplexTypes.DynFixedTest.main(DynFixedTest.java:31)
---
java.lang.NullPointerException
at com.sun.corba.ee.impl.dynamicany.DynAnyConstructedImpl.current_component(DynAnyConstructedImpl.java:102)
at api.dynany.ComplexTypes.DynArrayTest.Test017(DynArrayTest.java:643)
at api.dynany.ComplexTypes.DynArrayTest.run(DynArrayTest.java:84)
at api.dynany.ComplexTypes.DynArrayTest.main(DynArrayTest.java:33)
*******************************************************************************
- backported by
-
JDK-2074101 Complex dynany types is raising NPE for various operations.
- Closed
-
JDK-2074102 Complex dynany types is raising NPE for various operations.
- Closed