Hi!
I'm trying to test glacier here, but I receive this error:
!! 07/10/11 15:35:59:774 Client: error: main: Ice.ObjectNotExistException
id.name = "router"
id.category = "Glacier2"
facet = ""
operation = "ice_isA"
at IceInternal.Outgoing.invoke(Outgoing.java:147)
at Ice._ObjectDelM.ice_isA(_ObjectDelM.java:30)
at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBas e.java:111)
at Ice.ObjectPrxHelperBase.ice_isA(ObjectPrxHelperBas e.java:77)
at Glacier2.RouterPrxHelper.checkedCast(RouterPrxHelp er.java:2268)
at Client.createSession(Client.java:85)
at Glacier2.Application.doMain(Application.java:388)
at Glacier2.Application.doMain(Application.java:342)
at Ice.Application.main(Application.java:182)
at Ice.Application.main(Application.java:118)
at Client.main(Client.java:9)
id.name = "router" and id.category = "Glacier2" because I have specified in client configuration file:
Ice.Default.Router=Glacier2/router:tcp -h 150.162.236.249 -p 20000
Ice.ACM.Client=0
Ice.RetryIntervals=-1
"router" should be created when I run glacier2router --Ice.Config=router.glacier2
Glacier2.Client.Endpoints=tcp -h 150.162.236.249 -p 4063
Glacier2.SessionTimeout=60
Glacier2.CryptPasswords=passwords.glacier2
Glacier2.InstanceName=Glacier2
What can I do?
Hugs!

Reply With Quote