Hi zeroc
Is correct include the char ':' in the indentity.name?
i observe the next problem
I try to register a object in IceGrid with id "192.168.0.20:8080/WebManager"
here is the descriptor that i use and the template works well with other ids
and here the IceGrid exception when parse the descriptorCode:<!--WebService--> <server-instance template="WebService" icebox-id="DogaWebService" exe="/opt/Ice-3.0.1/bin/icebox" dll-entry-point="DogaWeb:create" server-name="DogaWebService" identity="192.168.0.20:8080/WebManager" router="Glacier2/router:tcp -h 192.168.0.20 -p 10005" domainName="alcompleto.com" xslTemplateDir="/home/pepone/hydra/WebFramework/xsl"/>
Code:[ icegridregistry: Object: added object `SessionService-permission-verifier' ] icegridregistry: warning: dispatch exception: ReferenceFactory.cpp:448: Ice::EndpointParseException: error while parsing endpoint `8080/WebManager@titanio-DogaWebService.DogaWebService.DogaWebService' identity: IceGrid/Admin facet: operation: addApplication

Reply With Quote