Archived

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

Icebox segmantation fault under ice 2.1.0

When I try to start up an ice storm topic manager the same way I did under 2.0.0 i get a segmentation fault.
The commandline I use is :

icebox --Ice.Config=storm.conf

And the contents of the storm configuration file is :

IceBox.Service.IceStorm=IceStormService,20:create
Freeze.DbEnv.IceStorm.DbHome=db/storm
IceStorm.TopicManager.Endpoints=tcp -h 192.168.0.201 -p 9999
IceStorm.Publish.Endpoints=tcp

The directory does exists, but as can be seen it is a relative path, if that means anything.

Comments

  • Sorry - Some extra information I forgot

    The system I'm trying to make this work on is running Fedora Core 2, so me manually build everything, as there where no RPMs. No problems where encountered in the build process.
  • marc
    marc Florida
    Most likely the problem is that you use:

    IceBox.Service.IceStorm=IceStormService,20:create

    This means that you load a 2.0 IceStorm shared lib into a 2.1 IceBox. Try this instead:

    IceBox.Service.IceStorm=IceStormService,21:create
  • Doh! Allow me to express my embarrament.

    That did the trick.

    mvh

    NHB