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]

Reply via email to