View Single Post
  #2 (permalink)  
Old 05-08-2008
mes's Avatar
mes mes is offline
ZeroC Staff
 
Name: Mark Spruiell
Organization: ZeroC, Inc.
Project: Ice Developer
 
Join Date: Feb 2003
Location: California
Posts: 959
Welcome to the forum.

The most likely reason for an UnmarshalOutOfBoundsException is a mismatch between the Slice definitions used by client and server. For example, this can occur if you change your Slice definitions and rebuild the server, but forget to rebuild the client.

This FAQ provides more information on UnmarshalOutOfBoundsException.

Let us know if you're still having trouble.

Take care,
Mark
Reply With Quote