"David Long"<
[hidden email]> wrote:
> In the old VW7.7 image, the server would start up and print this to the
> transcript:
>
> IIOP daemon process listening on socket: IPSocketAddress(port#7000
> at:-thishost-)
> ORB started
>
> This is what it says now in VW7.7.1:
>
> IIOP daemon process listening on socket: IPSocketAddress(0.0.0.0:7000)
> ORB started
That should be a harmless change in how the address prints. It means the same thing, we just stopped forcing a reverse DNS lookup in printOn:, it was causing too much trouble. There's a flag on the class side to restore previous behavior if you want to try the old way.
> We are now getting a message that says the configuration of the naming
> service has failed. This is when the client tries to lookup the service
> on the server. I think the server is not publishing its address anymore.
I'm not seeing any fundamental problems with the naming service in my tests. Can you inspect the naming service on the server and make sure it's configured as expected?
HTH,
Martin
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc