Archived

This forum has been archived. Please start a new discussion on GitHub.

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(IndirectReference.java:180)
at Ice._ObjectDelM.setup(_ObjectDelM.java:199)
at Ice.ObjectPrxHelperBase.__getDelegate(ObjectPrxHelperBase.java:648)
at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.java:41)
at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBase.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

Comments

  • benoit
    benoit Rennes, France
    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.
  • 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