You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Vasily Zakharov <vm...@apache.org> on 2008/03/18 02:19:22 UTC

Re: Strange console message: Endpoint connection to JMS broker failed

I've found the cause for this problem. In the JMS deployment plan, in the
following part:

    <resourceadapter>
        <resourceadapter-instance>
            <resourceadapter-name>SPECjAppServerJMS</resourceadapter-name>
            <config-property-setting
name="Clientid">SPECJMS</config-property-setting>
            <nam:workmanager
xmlns:nam="http://geronimo.apache.org/xml/ns/naming-1.2">
                <nam:gbean-link>DefaultWorkManager</nam:gbean-link>
            </nam:workmanager>
        </resourceadapter-instance>

The config-property-setting was an extra. After that tag is removed, the problem
disappears.

Vasily