Archived

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

running sample server error on rh9

when i running demo server ,i got:
./server: error: exception in IceSSL plug-in:
ConfigParser.cpp:89: IceSSL::ConfigParseException:
error while parsing sslconfig.xml:
Parser.cpp:370: IceXML::ParserException
unable to open file `../../../certs/sslconfig.xml'
PluginManagerI.cpp:195: Ice::PluginInitializationException:
plug-in initialization failed: failure in entry point `IceSSL:create'

what happen?
i have install ice-1.5.1 on /usr/local/ICE-1.5.1
and openssl was default install.

Comments

  • marc
    marc Florida
    As the error message says, the file ../../../certs/sslconfig.xml cannot be found. Which demo is this? How exactly and from which directory do you run the demo? Is ../../../certs/sslconfig.xml a valid path from this directory?