Archived

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

Using Properties Programmatically

Greetings,

We've facing with different behaviour of Ice::initializeWithProperties(argc, argv, Ice::PropertiesPtr ) and Ice::initialize(Ice::InitializationData) methods. Ice::initializeWithProperties is deprecated but works properly while Ice::initialize with Ice::InitializationData trows:

select: Bad file descriptor
IceUtil::Thread::run(): uncaught exception

Do you have any suggestions?

Comments

  • dwayne
    dwayne St. John's, Newfoundland
    Could you post a code sample that demonstrates the behavior that you are seeing?