-
Bug
-
Resolution: Fixed
-
P2
-
6u18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2192352 | 7 | Sunita Koppar | P4 | Resolved | Fixed | b123 |
JDK-2195144 | 6u22 | Sunita Koppar | P2 | Closed | Fixed | b01 |
JDK-2195638 | 6u21-rev | Sunita Koppar | P2 | Closed | Fixed | b08 |
Test case is on the new cores server cores2-da-sparc-2-a/cores/72760424. Description on how to run test case is in OriginalEmail.txt in the same directory as the test case and here:
Attached are three jar files(in cores2-da-sparc-2-a/cores/72760424).
1. suntest.jar contains all the necessary classes for this test case.
2. suntestsrc.jar contains all the necessary source files for this test case.
3. suntestout.jar contains all the output generated by the different executables that were run as part of this test case.
Test Procedure. Make sure that the provided suntest.jar is in your classpath.
1. Run the TempObjectServer using the following command or something equivalent.M:\class>java com.brooks.suntest.TempObjectServerImpl TOS
2. Run the TempObjectClient using the following command or something equivalent.M:\class>java com.brooks.suntest.TempObjectClient TOS TO
3. Read and follow the instructions on the TempObjectClient and observe the output for the server and the client.
The same output has been redirected and captured in TempObjectServer.out and TempObjectClient.out files in the attached suntestout.jar.
1. The first time, the TempObjectClient/TempObjectServer combination succeed to
load/activate, access and unload/deactivate the TempObject (TO).
2. The second time also, the TempObjectClient/TempObjectServer combination succeed to load/activate, access and unload/deactivate the TempObject (TO) demonstrating the significance of the step #4 listed above. However this time, the TempObjectClients tries to interact with the unloaded object and as expected fails.
3. The third time, the TempObjectClient/TempObjectServer combination FAIL to load/activate, access and unload/deactivate the TempObject (TO) and the exceptions
are there to be analyzed.
This test scenario works correctly with Java 1.4.2, but fails with Java 1.5 and
Java 1.6.
Refer to comments for details.
Attached are three jar files(in cores2-da-sparc-2-a/cores/72760424).
1. suntest.jar contains all the necessary classes for this test case.
2. suntestsrc.jar contains all the necessary source files for this test case.
3. suntestout.jar contains all the output generated by the different executables that were run as part of this test case.
Test Procedure. Make sure that the provided suntest.jar is in your classpath.
1. Run the TempObjectServer using the following command or something equivalent.M:\class>java com.brooks.suntest.TempObjectServerImpl TOS
2. Run the TempObjectClient using the following command or something equivalent.M:\class>java com.brooks.suntest.TempObjectClient TOS TO
3. Read and follow the instructions on the TempObjectClient and observe the output for the server and the client.
The same output has been redirected and captured in TempObjectServer.out and TempObjectClient.out files in the attached suntestout.jar.
1. The first time, the TempObjectClient/TempObjectServer combination succeed to
load/activate, access and unload/deactivate the TempObject (TO).
2. The second time also, the TempObjectClient/TempObjectServer combination succeed to load/activate, access and unload/deactivate the TempObject (TO) demonstrating the significance of the step #4 listed above. However this time, the TempObjectClients tries to interact with the unloaded object and as expected fails.
3. The third time, the TempObjectClient/TempObjectServer combination FAIL to load/activate, access and unload/deactivate the TempObject (TO) and the exceptions
are there to be analyzed.
This test scenario works correctly with Java 1.4.2, but fails with Java 1.5 and
Java 1.6.
Refer to comments for details.
- backported by
-
JDK-2192352 Corba issue, fail to reload object
-
- Resolved
-
-
JDK-2195144 Corba issue, fail to reload object
-
- Closed
-
-
JDK-2195638 Corba issue, fail to reload object
-
- Closed
-