Archived

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

the IceBox servicedManager

Hi

test the iceBox demo:
input:icebox --Ice.Config=config.icebox
error:ServicedManager:unable to load entry point 'HelloService:creat'

input:ice --start Helloserved
error service start pending.
service failed to start.
Current specific exit code:1
Check point:0
Wait hint:0


How can I do to run the demo?

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Did you compile the demo with the debug or release configuration? If you built it with the debug configuration there should be a file named "helloserviced.dll" in the demo\IceBox\hello directory whereas if you built it with the release configuration it should be named "helloservice.dll"

    If you compiled the demo with the debug configuration you need to use iceboxd.exe:
    C:\Ice-3.3.0\demo\IceBox\hello> iceboxd --Ice.Config=config.icebox
    

    If you built it with the release configuration, you need to use icebox.exe:
    C:\Ice-3.3.0\demo\IceBox\hello> icebox --Ice.Config=config.icebox
    

    See also the demo\IceBox\hello\README file for more information.

    Cheers,
    Benoit.