3 Replies Latest reply on May 7, 2005 8:34 AM by mysql_nut

    Cannot get to the jmx-console AT ALL...

    gilb

      For Java, I have
      C:\WINDOWS>java -version
      java version "1.5.0_01"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
      Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode)

      For Environment variables, I have:
      JAVA=C:\Program Files\Java\jdk1.5.0_01\bin\java
      JAVA_HOME=C:\Program Files\Java\jdk1.5.0_01
      JDK_HOME=C:\Program Files\Java\jdk1.5.0_01

      I get pages and pages of errors. Nothing like the 1/2 page all of the Jboss gurus get. Below are the few imortant ones (I think)

      ANY help is great - this should NOT be a problem so soon. Hope it gets better rather than deeper.

      Gil Blais

      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss:service=Mail
      State: FAILED
      Reason: java.lang.NoClassDefFoundError: com/sun/mail/util/LineInputStream

      ObjectName: jboss.ws4ee:service=JAFConfigService
      State: FAILED
      Reason: java.lang.NoClassDefFoundError: com/sun/activation/registries/LogSupport

      ObjectName: jboss.web:service=WebServer
      State: FAILED
      Reason: java.lang.ExceptionInInitializerError
      I Depend On:
      jboss.security:service=JaasSecurityManager
      jboss:service=TransactionManager
      Depends On Me:
      jboss.ws4ee:service=ServiceDeployerJSE
      jboss.mq:service=InvocationLayer,type=HTTP

        • 1. Re: Cannot get to the jmx-console AT ALL...
          darranl

          What version of JBoss are you using?

          What is the first error in the output? Generally all later errors are caused because of the first failure.

          • 2. Re: Cannot get to the jmx-console AT ALL...
            gilb

            JBoss 4.0.2 is the version.
            Here is the first error...
            -----------------------------------
            19:14:17,062 WARN [ServiceController] Problem starting service jboss.ws4ee:serv
            ice=JAFConfigService
            java.lang.NoClassDefFoundError: com/sun/activation/registries/LogSupport
            at javax.activation.MailcapCommandMap.(MailcapCommandMap.java:111)
            ---------------------------------------

            Gil

            • 3. Re: Cannot get to the jmx-console AT ALL...
              mysql_nut

              Gilb:

              My situation is similar to yours...

              Windows XP
              Java 1.5.0
              JBoss 4.0.2

              No jmx-console, because (according to the server console) of problem starting WebService.

              On the other hand, your log seemed to indicate that you got past that point...

              As I get ready to retire after spending the last 12 hours trying (unsuccessfully) to resolve my issue, I leave you with this thought:

              JBoss 4.0: Write Many times, run NOWHERE (at least nowhere in JDK5) :)

              Good luck...