here is the trace

Name=/replicator
Manager=null
Cluster=null
Distributable=true

as you can see, the cluster reference is null at this point in time.

Filip


Filip Hanik - Dev Lists wrote:
ok, I will dig to the bottom of this :)

Filip

Remy Maucherat wrote:
Filip Hanik - Dev Lists wrote:
I reverted the checkin on my local box, and it started to work again, do you want to handle it, or do you need me to provide you with more info what the actual cause was?

I have no idea what the problem is. I added tracing, and verified the manager instance was null (in the default case at least) when getting to:
                if (manager == null) {
                    if ((cluster != null) && distributable) {
                        try {
setManager(cluster.createManager(getName()));
                        } catch (Exception ex) {
log.error("standardContext.clusterFail", ex);
                            ok = false;
                        }
                    } else {
                        setManager(new StandardManager());
                    }
                }

So it should call createManager.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to