10 Replies Latest reply on Apr 21, 2002 12:26 PM by kirkross

    3.0.0beta installation problem

    leonid_prokopets

      I downloaded jboss-3.0.0beta_tomcat-4.0.2.tgz from www.jboss.org and tried to run.
      But it seems some jar files are missing. Then server throws many exceptions and
      as a result does not start properly.

      There is some lines from the output:

      19:31:20,656 WARN [MainDeployer] The manifest entry in file:/D:/Programme/jboss-3.0.0beta/lib/ext/castor.jar references URL file:/D:/Programme/jboss-3.0.0beta/lib/ext/xerces.jar, which could not be opened, entry ignored
      19:31:20,686 WARN [MainDeployer] The manifest entry in file:/D:/Programme/jboss-3.0.0beta/lib/ext/castor.jar references URL file:/D:/Programme/jboss-3.0.0beta/lib/ext/jdbc-se2.0.jar, which could not be opened, entry ignored
      19:31:20,706 WARN [MainDeployer] The manifest entry in file:/D:/Programme/jboss-3.0.0beta/lib/ext/castor.jar references URL file:/D:/Programme/jboss-3.0.0beta/lib/ext/jndi.jar, which could not be opened, entry ignored
      19:31:20,726 WARN [MainDeployer] The manifest entry in file:/D:/Programme/jboss-3.0.0beta/lib/ext/castor.jar references URL file:/D:/Programme/jboss-3.0.0beta/lib/ext/jta1.0.1.jar which could not be opened, entry ignored
      ...
      19:31:23,920 ERROR [ServiceController] Could not create MBean: jboss.management.single:type=J2EEDomain,name=Manager
      javax.management.NotCompliantMBeanException: Getter isStateManageable cannot co-exist with getter getStateManageable
      at com.sun.management.jmx.Introspector.testConsistency(Introspector.java:328)
      at com.sun.management.jmx.Introspector.introspect(Introspector.java:264)
      at com.sun.management.jmx.Introspector.testCompliance(Introspector.java:134)
      at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
      at com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:759)
      at org.jboss.system.ServiceCreator.install(ServiceCreator.java:96)
      at org.jboss.system.ServiceController.install(ServiceController.java:153)

      Could someone help ?

      Leonid Prokopets.

        • 1. Re: 3.0.0beta installation problem
          feuxeu77

          Hi,

          I had the same problem with JDK1.4 and I didn't find a solution.

          • 2. Re: 3.0.0beta installation problem
            agusmb

            Same here.
            Tried to start it using j2sdk1.4 and jdk1.3.1_03 to no avail. It will issue many exceptions and won't start properly.

            Any help would be much appreciated.

            (Win NT SP6 box)

            Thanks,
            Agustín Martín.

            • 3. Re: 3.0.0beta installation problem
              rtr

              I have been using jboss-3.0.0alpha with jdk1.3.1_02 for several months without any problems. I just tried to switch to jdk1.4.0 and got the exception mentioned above. Switched back to jdk1.3.1_02 and it works fine.

              Cheers, Robert

              • 4. Re: 3.0.0beta installation problem
                agusmb

                Ok, I got JBoss to start with jdk1.3.1_03.
                I have both (1.3.1 and 1.4) sdks installed, and there's no easy way to switch completely between them. Even after changing every environment variable I saw, and a few registry stuff, I couldn't switch back to 1.3.1 completely.
                I had to edit by hand the script run.bat so that any "java" calls were made to %JAVA_HOME%\bin\java.exe ... instead.

                Now JBoss seems to start ok, save for the last line...

                2002-04-09 16:01:51,265 INFO [org.jboss.system.Server] JBoss (MX MicroKernel) [3.0.0beta Date:200202210220] Started in 1m:26s:531ms
                2002-04-09 16:05:58,687 INFO [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING configuration error for request URI

                and still http:\\localhost:8080 gives an error:

                Apache Tomcat/4.0.2 - HTTP Status 500 - No Context configured to process this request

                (should I start apache first and JBoss later? or the other way around?)

                • 5. Re: 3.0.0beta installation problem
                  agusmb

                  If tomcat is aready started, JBoss throws exceptions on startup.

                  Either way, I get a warning:

                  2002-04-09 16:01:43,765 WARN [org.jboss.system.ServiceController] jboss.jca:service=RARDeployment,name=Minerva JDBC XATransaction ResourceAdapter does not implement any Service methods

                  Is this the reason why I get errors on localhost:8080 ??
                  (is that the entrance to JBoss too?)

                  Thanks,
                  Agustín.

                  • 6. Re: 3.0.0beta installation problem
                    jianyu
                    • 7. Re: 3.0.0beta installation problem
                      rgjawanda

                      I had the same problem however I am not sure it is a bug.
                      You need to use java 1.3 not java 1.4

                      Then for The files xerces.jar, jaxp.jar,xalan.jar you need to download from the ANT and XERCES distribution.
                      Place them in the jboss\lib\ext directory (or in your case jboss-xxx/lib/ext

                      This will work.

                      • 8. Re: 3.0.0beta installation problem
                        kirkross

                        I've encountered the same thing. I can work around it with two jdks for now, but it seems like it would be desirable to have 3.0 run on 1.4. Does anyone know of a way to run 3.0 under jdk 1.4 or what is causing this or if work is underway to allow for running under 1.4?

                        • 9. Re: 3.0.0beta installation problem

                          JBoss3.0RC1 runs under java 1.4

                          Regards,
                          Adrian

                          • 10. Re: 3.0.0beta installation problem
                            kirkross

                            Thanks Adrian. I had just looked at date and compression format and had overlooked the obvious (RC1 vs BETA). I see that there are some significant differences.