I think we'll be able to use server affinity, still this shouldn't be
required.
I still don't understand why is ServiceSerializationSupport not getting
initialized in one of the cluster nodes.

That's right, Tapestry is handling all the serialization stuff.

On 5/18/07, James Carman <[EMAIL PROTECTED]> wrote:

Can you use server affinity for your application?  Basically, HiveMind
looks for a thread local variable to be set to deserialize your service
proxies.  The variable gets set on the initial server where the session is
serialized first, but it's not set on the other server where it's
deserialized.  I'm assuming Tapestry is doing this behind the scenes for you
and you have no control over what gets serialized?

On 5/18/07, Hugo Palma <[EMAIL PROTECTED]> wrote:
>
> I'm getting the following exception all over the logs in a clustered
> environment :
>
> org.apache.hivemind.ApplicationRuntimeException: The
> ServiceSerializationSupport instance has not been set; this indicates that
> the HiveMind Registry has not been created within this JVM.
>
> The application seems to work ok, but we are also having some session
> replication problems with the same application that might be related to this
> issue also.
> Any ideas about might be causing this would be great. I'm using
> hivemind-1.1.1.
>


Reply via email to