Archived

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

Ice.DNSException

I am using IceGrids to run two nodes together, one node is running normal, but the other always got the exception below. I am sure the address is right.
This node is running using RedHat Enterprise 5, java1.6.

Any suggestions?

MessageServer: Ice.DNSException
error = 0
host = "l92.168.64.183"
Ice.DNSException
error = 0
host = "l92.168.64.183"
at IceInternal.Network.getAddress(Network.java:661)
at IceInternal.TcpAcceptor.equivalent(TcpAcceptor.java:184)
at IceInternal.TcpEndpointI.equivalent(TcpEndpointI.java:429)
at IceInternal.IncomingConnectionFactory.equivalent(IncomingConnectionFactory.java:157)
at Ice.ObjectAdapterI.isLocal(ObjectAdapterI.java:624)
at IceInternal.ObjectAdapterFactory.findObjectAdapter(ObjectAdapterFactory.java:209)
at Ice.ObjectPrxHelperBase.__getDelegate(ObjectPrxHelperBase.java:1043)
at Ice.LocatorPrxHelper.getRegistry(LocatorPrxHelper.java:133)
at Ice.LocatorPrxHelper.getRegistry(LocatorPrxHelper.java:109)
at IceInternal.LocatorInfo.getLocatorRegistry(LocatorInfo.java:57)
at Ice.ObjectAdapterI.updateLocatorRegistry(ObjectAdapterI.java:1163)
at Ice.ObjectAdapterI.activate(ObjectAdapterI.java:81)
at server.MessageServer.run(MessageServer.java:18)
at Ice.Application.main(Application.java:114)
at Ice.Application.main(Application.java:30)
at server.MessageServer.main(MessageServer.java:27)

Comments

  • mes
    mes California
    Hi,

    The first character of that hostname looks like a lower-case "L" and not a "1".

    Take care,
    Mark