I have a Corba question for which I was hoping to find an answer.
I just upgraded to VW7.7.1 and have found that my Corba connection code is not working. The client can no longer configure the primary service.
I did some research on the problem and think it might be with how Corba
initializes on the server:
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
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 haven't found a fix for it yet. Any ideas?
Here's the current Corba server settings:
self manager
iiopPortKind: #configured;
iiopPort: self localport asInteger;
iiopI3On: true;
namingKind: #local;
namingHostname: SocketAccessor getHostname;
namingPort: self localport asInteger;
repositoryKind: #local.
thanks,
David
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc