Archived

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

Demoj IceStorm

Hi

I'm trying to get the IceStorm running, since my own attempts are going nowhere.

According to the README file
Start the IceStorm service:
$ icebox --Ice.Config=config.icebox

Isn't that Start the IceBox service and not IceStorm? There is no config.icebox but a config.box which I assumed is the right one.

However running
icebox --Ice.Config=config.box
fails with the following output:
11/19/09 16:07:12.344 icebox: error: ServiceManager: exception while starting service IceS
torm:
PropertiesI.cpp:291: Ice::FileException:
file exception: The system cannot find the file specified.
path: config.service

I renamed config.storm to config.service.

The README and config file contents is out of sync with the actual filenames.

Thanks.

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Which distribution did you download to try out the demos and which platform do you use? We don't a have configuration files named config.box or config.storm in any of our demos. Here are the files I'm seeing for the IceStorm/clock demo for example:
    $ ls
    Clock.ice       Subscriber.java config.icebox   config.sub
    Publisher.java  build.xml       config.pub      db
    README          classes         config.service  generated
    

    You shouldn't have to modify anything to run the demos, it should just work out of the box if you follow the instructions from the README file located in the demo directory.

    Perhaps someone else modified your demo directory to do some experimentations? I recommend unpacking a fresh demo distribution if this might be the case :)

    Cheers,
    Benoit.