On Jun 10, 2010, at 4:29 PM, Jarek Gawor wrote:

> +0.5
> 
> M1 is affected by GERONIMO-5336. All services will most likely bind to
> the local loopback device instead of all network devices so you won't
> be able to access the console, etc. remotely. That can be fixed by
> setting the ServerHostname property to 0.0.0.0 in
> var/config/config-substitutions.properties file and also changing the
> following in var/config/config.xml:
> 
> <attribute name="ServerUrl">tcp://${ServerHostname}:${ActiveMQPort +
> PortOffset}</attribute>
> 
> to
> 
> <attribute name="ServerUrl">tcp://localhost:${ActiveMQPort +
> PortOffset}</attribute>
> 
> Otherwise, without the second change an exception will be generated at
> server startup by the activemq plugin.
> 
> M1 also seems to be affected by GERONIMO-5334. But I only see that
> error from time to time.

Thanks Jarek. I haven't reviewed the release yet (though given past reviews, I 
think I'll be able to support this one). IMO, those issues are acceptable for 
an M1. Hope to get to a full review, but I've got family in town. So, may be a 
little slow...

--kevan

Reply via email to