1 Reply Latest reply on Mar 6, 2003 5:08 PM by joelvogt

    where does JMX show deployed bean.

    pervaza

      Hi ya'll:

      I was trying out my first helloWorld app (stateful session) bean.

      I was getting errors with my client on which I am working. Jnp network unreachable; but I see some posts here.

      What I would like to ask here is about my problem of not seeing the EJB on the JMX console.

      The bean name is HelloWorld and I looked under the J2EE subheading but I do not see my Hello World.

      Is the bean not being deployed. I jarred it and copyed it in the ~/jboss/deploy but I do not see the name in the Server logs or anywhere on the Jmx-Console.

      Where should I be looking and what am I doing wrong.

      perez

        • 1. Re: where does JMX show deployed bean.
          joelvogt

          Start jboss and copy your jar over. Do you see any output in the logs at all? Try turning up the debug level in log4j.properties. Make sure your jar has deployment descriptors that are valid. There should be some message to tell you what is going on.