|
|
|
|||||
|
UnmarshalOutOfBoundsException
Greetings,
I've trouble with exception raising and catching. I'm sure, that both the server and the client use the same definitions of the raised exceptions. But still, on the client side I see UnmarshalOutOfBoundsException exception instead of an exception declared by me. I use Ice 3.0.0, have exception.ice with the declaration of the exception and test.ice with method that raise the exception. As I know, exception is raised properly on the server side, but the client side, cannot find class to reraise the exception. Perhaps, I've not properly initialized the client side. Any hint would be appreciated. regards, Xlinthisias |
|
|||||
|
Hello,
thanks for the tip. I've filled up the signature with requested data. regards, Xlinthisias |
|
|||||
|
Hello,
I downloaded the sample test project, mentioned about. Regards, Xlinthisias |
|
||||||
|
Hi,
Since you used the java:package metadata to alter the default package, you need to run your client with the following configuration: Ice.Default.Package=dist.dj.protocol You can find more information about this in the Ice manual. Take care, - Mark |
|
|||||
|
Hello,
thank you for solving this problem. I could spent few days, before I would figure out, that the problem was the default package settings. Regards, Xlinthisias |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UserException but catches Ice.UnmarshalOutOfBoundsException | David | Help Center | 1 | 06-15-2006 10:35 AM |
| UnmarshalOutOfBoundsException when sending byte sequences | csammis | Help Center | 3 | 08-03-2005 03:37 PM |