Archived

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

IceStorm with IceGrid

Hello, It just (I think) a configuration problem using the IceGridGui. I would like to set up the IceStorm service using Icegrid. However, I'm a bit lost.

I have created a service template with the following endpoints for the IceStorm:
IceStormService:createIceStorm

When I'm starting the IceBox it failed. So I've missed something, can you help me ?

Thank you

Comments

  • I Forgot the attachment file.
  • xdm
    xdm La Coruña, Spain
    Hi joel

    I think that your problem is that your entry point is incorrect

    I have IceStorm (Ice-3.1.1) working with IceGrid with out problems

    here is my config
    <icebox id="IceStorm"
     exe="/opt/Ice-3.1.1/bin/icebox"
     activation="on-demand">
     <service name="IceStorm" entry="IceStormService,31:createIceStorm">				
    	<property name="FreezeDbEnv" value="IceStorm"/>
    	<property name="FreezeDbFile" value="IceStormDB"/>
    	<property name="Ice.MessageSizeMax" value="2048"/>
    	<property name="Freeze.DbEnv.IceStorm.OldLogsAutoDelete" value="1"/>
    	<property name="Freeze.DbEnv.IceStorm.DbPrivate" value="0"/>
    	<property name="Freeze.DbEnv.IceStorm.CheckpointPeriod" value="120"/>
    	<dbenv name="IceStorm"/>
    					
    	<adapter name="${service}.TopicManager" endpoints="tcp">
    	<object 
    		identity="${service}/TopicManager" 
    		type="::IceStorm::TopicManager"/>
    	</adapter>
    	<adapter name="${service}.Publish" endpoints="tcp"/>
    </service>
    </icebox>
    

    I hope this help you