-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2, 5.0
-
07
-
generic, sparc
-
generic, solaris_8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2074070 | 5.0 | Yumin Qi | P2 | Resolved | Fixed | beta2 |
JDK-2074069 | 1.4.2 | Yumin Qi | P2 | Resolved | Fixed | 04 |
The JDK ORB has a bug when dealing with repository id lists in valuetypes. When reading these we sometimes see this exception:
Exception in thread "main" java.rmi.RemoteException: CORBA INTERNAL
1398079695 N
o; nested exception is:
org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 207 completed: No
at
com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemExceptio
n(ShutdownUtilDelegate.java:134)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
at test._Simple_Stub.testEJBException(Unknown Source)
at test.Client.example(Client.java:91)
at test.Client.main(Client.java:50)
Caused by: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 207 completed: No
at
com.sun.corba.se.internal.orbutil.CacheTable.put(CacheTable.java:73)
at
com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_repositoryIds(
CDRInputStream_1_0.java:1762)
at
com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInput
Stream_1_0.java:1027)
at
com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStre
am.java:293)
Exception in thread "main" java.rmi.RemoteException: CORBA INTERNAL
1398079695 N
o; nested exception is:
org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 207 completed: No
at
com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemExceptio
n(ShutdownUtilDelegate.java:134)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
at test._Simple_Stub.testEJBException(Unknown Source)
at test.Client.example(Client.java:91)
at test.Client.main(Client.java:50)
Caused by: org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 207 completed: No
at
com.sun.corba.se.internal.orbutil.CacheTable.put(CacheTable.java:73)
at
com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_repositoryIds(
CDRInputStream_1_0.java:1762)
at
com.sun.corba.se.internal.iiop.CDRInputStream_1_0.read_value(CDRInput
Stream_1_0.java:1027)
at
com.sun.corba.se.internal.iiop.CDRInputStream.read_value(CDRInputStre
am.java:293)
- backported by
-
JDK-2074069 RepositoryId Lists not handled correctly
- Resolved
-
JDK-2074070 RepositoryId Lists not handled correctly
- Resolved
- duplicates
-
JDK-4939854 RepositoryId Lists not handled correctly
- Closed