Results 1 to 3 of 3

Thread: Simple Ice Pack Demo

  1. #1
    Narendranath is offline Registered User
    Join Date
    Jun 2005
    Posts
    8

    Simple Ice Pack Demo

    When I try to run ice-2.1.1\demoj\icepack\simple (Java Client) ,
    I m getting following error even after specifying the end points in application.xml

    Ice.NoEndpointException
    proxy = "hello2 -t @ IceBox.Hello.Hello"
    at IceInternal.IndirectReference.getConnection(Indire ctReference.java:180)
    at Ice._ObjectDelM.setup(_ObjectDelM.java:199)
    at Ice.ObjectPrxHelperBase.__getDelegate(ObjectPrxHel perBase.java:648)
    at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBas e.java:41)
    at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBas e.java:29)
    at Demo.HelloPrxHelper.checkedCast(Unknown Source)
    at Client.run(Client.java:46)
    at Client.main(Client.java:166)


    Please Help me !!
    Thanks,
    Narendranath

  2. #2
    benoit's Avatar
    benoit is online now ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    It looks like for some reasons the server can't be started on-demand. Can you make sure the tracing is enabled for the IcePack node (IcePack.Node.Trace.Activator=3) and post the traces here?

    The traces should show the server being activated and eventually the reason why it failed to start.

    Benoit.

  3. #3
    Narendranath is offline Registered User
    Join Date
    Jun 2005
    Posts
    8

    Got it..

    Hi ,
    Thanks for the quick reply !!
    I got it working. When I saw the Trace.. it said that the Service class was not found. I hadn't set the classpath properly..

    Thanks,
    Narendranath

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. iceGrid/simple demo with replication
    By prettyMan in forum Help Center
    Replies: 8
    Last Post: 06-10-2010, 04:32 PM
  2. Simple IceGrid Java Demo for a total Newbie
    By zhi in forum Help Center
    Replies: 17
    Last Post: 07-09-2009, 03:15 PM
  3. simple IcePack demo?
    By bterwijn in forum Help Center
    Replies: 8
    Last Post: 06-16-2005, 09:31 AM
  4. how to pack a server to a dll
    By simpley in forum Help Center
    Replies: 4
    Last Post: 01-13-2005, 03:06 AM
  5. Who can give me a simple of using Ice in Java?
    By na57 in forum Help Center
    Replies: 1
    Last Post: 08-06-2003, 09:13 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
  •