Search:

Type: Posts; User: rlk

Search: Search took 0.11 seconds.

  1. Thread: JAVA RMI question

    by rlk
    Replies
    6
    Views
    2,528

    Re: JAVA RMI question

    I am getting java outofmemory: java heap space exception when deserializing.
    the returned object is bigger. how to handle this situation?
  2. Thread: JAVA RMI question

    by rlk
    Replies
    6
    Views
    2,528

    Re: JAVA RMI question

    yes i changed my code on the Remote method to return the map;

    Map<String, Object> mapObj = new HashMap<String, Object>();

    mapObj = remoteObjectIF.callMethod(mapObj);

    in the remote method it...
  3. Thread: JAVA RMI question

    by rlk
    Replies
    6
    Views
    2,528

    Re: JAVA RMI question

    yes. i realised that it is between 2 jvms.

    when I explicitly return the structure back again, the client received the values.
  4. Thread: JAVA RMI question

    by rlk
    Replies
    6
    Views
    2,528

    JAVA RMI question

    I am a newbie to RMI.

    From the client side, calling Remote method and passing hashmap of keys and values are null. I want the server to fill the values for each key. is that possible.

    ...
Results 1 to 4 of 4