Results 1 to 2 of 2

Thread: Ice.UnmarshalOutOfBoundsException issue

  1. #1
    Aura is offline Registered User
    Name: Natalia de Dios
    Organization: S21sec
    Project: Connectors for specific data crawling
    Join Date
    Jan 2012
    Posts
    1

    Ice.UnmarshalOutOfBoundsException issue

    Hello,

    I have a problem with UnmarshalOutOfBoundsException. The StackTrace is as follows:

    Se produjo una excepción de tipo 'Ice.UnmarshalOutOfBoundsException'.
    en Ice.ObjectPrxHelperBase.handleExceptionWrapper__(O bjectDel_ delegate, LocalExceptionWrapper ex)
    en logic.queries.QueryPrxHelper.getBingResults(String collection, Dictionary`2 context__, Boolean explicitContext__)


    After reading the documentation I checked that client and server have the code for the same Slice definition. I recompiled the same Slice file for both, just to be sure, but the exception remains.

    I have a Java server-C# client structure, it worked properly some days ago, don't know what happens. I don't use ["javaackage"] in my Slice definition, it just contains classes, sequences and one interface. Could it be because of the sequences?? I define them like this:

    ["java:type:java.util.ArrayList<models.web.WebResul tBing>"] sequence<web::WebResultBing> WebResultsBing;
    //["clr:generic:List"] sequence<web::WebResultBing> WebResultsBing;


    An then compile with "java:type:java.util.ArrayList" for creating Java code, and "clr:generic:List" for C#. But this used to work well...

    I also checked that the server behaves properly and returns the expected data object.

    I could really use some help with this. Thank you very much in advance.
    Last edited by Aura; 02-01-2012 at 04:01 AM.

  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,445
    Hi,

    Welcome to the forum.

    It looks like you've already checked for the most common causes of UnmarshalOutOfBoundsException, so I would need more information to help you further. The quickest way to resolve this is for you to provide a small, self-contained client-server example that reproduces the problem.

    Best regards,
    Mark

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. UnmarshalOutOfBoundsException in eclipse plugin
    By piccinini in forum Help Center
    Replies: 10
    Last Post: 02-17-2012, 02:51 AM
  2. UnmarshalOutOfBoundsException
    By Andrew in forum Help Center
    Replies: 7
    Last Post: 06-26-2009, 02:29 PM
  3. Replies: 6
    Last Post: 10-03-2008, 01:25 AM
  4. UnmarshalOutOfBoundsException
    By sattursa in forum Bug Reports
    Replies: 2
    Last Post: 05-08-2008, 02:50 PM
  5. UnmarshalOutOfBoundsException
    By Xlinthisias in forum Help Center
    Replies: 6
    Last Post: 02-14-2006, 12:53 AM

Posting Permissions

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