If you log in
with your developerWorks ID, you can leave comments and feedback for the development team.
| Component |
Catalog Services and Dynamic Environment |
| Software Version |
6.1 |
Problem
The original server-side exception is propagated to the client-side exception stack.
In dynamic deployment environment (using a catalog server), if a ObjectGrid client request causes an exception to occur in an ObjectGrid server, the client receives an exception. However, the server-side exception is not shown in the client exception stack. A common error that results on the client follows:
org.omg.CORBA.INTERNAL: An internal error happened processing the request
Cause
The object request broker (ORB) that is used to communicate between the client and server processes does not automatically put the original server-side exception into the client-side exception.
Solution
The ObjectGrid server needs to explicitly send the original exception to the client. The client runtime then must chain the server-side exception into the client-side exception.
Apply ObjectGrid cumulative intermediate fix 3.
© Copyright IBM Corporation 2007,2010. All Rights Reserved.