Results 1 to 3 of 3

Thread: UnmarshalOutOfBoundsException

  1. #1
    sattursa is offline Registered User
    Name: Sandeep Sattur
    Organization: UBS
    Project: Trader Desk Top
    Join Date
    May 2008
    Posts
    8

    UnmarshalOutOfBoundsException

    I get Ice.UnmarshalOutOfBoundsException when a java method call tries to unmarshall a string array member of a struct.
    The struct in question is the return value from the method call.

    Please let me know if there are any slice restrictions on struct definition.

    The stack trace is as below:

    Ice.UnmarshalOutOfBoundsException
    reason = (null)
    at IceInternal.BasicStream.readSize(BasicStream.java: 574)
    at IceInternal.BasicStream.readStringSeq(BasicStream. java:1197)
    at com.ubs.firc.common.iicetest.internal.test.StringA rrayHelper.read(StringArrayHelper.java:26)
    at com.ubs.firc.common.iicetest.internal.test.ChildSe rviceObject.__read(ChildServiceObject.java:144)
    at com.ubs.firc.common.iicetest.internal.test.Service Object.__read(ServiceObject.java:99)
    at com.ubs.firc.common.iicetest.internal.test._Reques tResponseDelM.getServiceObject(_RequestResponseDel M.java:215)
    at com.ubs.firc.common.iicetest.internal.test.Request ResponsePrxHelper.getServiceObject(RequestResponse PrxHelper.java:213)
    at com.ubs.firc.common.iicetest.internal.test.Request ResponsePrxHelper.getServiceObject(RequestResponse PrxHelper.java:187)
    at com.ubs.firc.common.iicetest.client.Client.testReq uestResponse(Client.java:78)

  2. #2
    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
    1,441
    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

  3. #3
    sattursa is offline Registered User
    Name: Sandeep Sattur
    Organization: UBS
    Project: Trader Desk Top
    Join Date
    May 2008
    Posts
    8

    UnmarshalOutOfBoundsException

    Hi Mark,

    It was indeed a mismatch between server and client code. The client
    config was pointing to a server which had old code.

    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. UnmarshalOutOfBoundsException
    By Andrew in forum Help Center
    Replies: 7
    Last Post: 06-26-2009, 02:29 PM
  2. Replies: 6
    Last Post: 10-03-2008, 01:25 AM
  3. UnmarshalOutOfBoundsException
    By Xlinthisias in forum Help Center
    Replies: 6
    Last Post: 02-14-2006, 12:53 AM
  4. Replies: 3
    Last Post: 08-03-2005, 03:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •