1 Reply Latest reply on Jun 14, 2004 8:42 AM by hbaxmann

    Errors in the 3.2.4 distribution

    hbaxmann

      I have the following 3 unanticipated errors in my single node install:

      run -c all

      Java Version 1.4.2_04
      Java Vendor Sun Microsystems Inc.
      Java VM Name Java HotSpot(TM) Client VM
      Java VM Version 1.4.2_04-b05
      Java VM Info mixed mode
      OS Name Windows XP
      OS Version 5.1
      OS Arch x86

      1.)

      Name Tests Errors Failures Time(s)
      SyncTxUnitTestCase 1 1 0 0.000

      Tests
      Name Status Type Time(s)
      unknown Error Timeout occurred

      junit.framework.AssertionFailedError: Timeout occurred
      at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
      at org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:361)
      at org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:376)
      at org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:241)
      0.000

      2.)

      Name Tests Errors Failures Time(s)
      ScopingUnitTestCase 7 1 0 4.506

      Tests
      Name Status Type Time(s)
      testWarXmlOverrides Error Server returned HTTP response code: 500 for URL: http://localhost:8080/oldxerces/

      java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/oldxerces/
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:791)
      at java.net.URLConnection.getContent(URLConnection.java:585)
      at java.net.URL.getContent(URL.java:927)
      at org.jboss.test.classloader.test.ScopingUnitTestCase.testWarXmlOverrides(ScopingUnitTestCase.java:132)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)



        • 1. Re: Errors in the 3.2.4 distribution
          hbaxmann

          OOOps, forgot the third one:

          3.)

          Class org.jboss.test.management.test.JSR77SpecUnitTestCase
          Name Tests Errors Failures Time(s)
          JSR77SpecUnitTestCase 16 1 0 11.447

          Tests
          Name Status Type Time(s)
          testNavigation Error java.lang.String

          java.lang.ClassCastException: java.lang.String
          at org.jboss.test.management.test.JSR77SpecUnitTestCase.report(JSR77SpecUnitTestCase.java:562)
          at org.jboss.test.management.test.JSR77SpecUnitTestCase.report(JSR77SpecUnitTestCase.java:569)
          at org.jboss.test.management.test.JSR77SpecUnitTestCase.report(JSR77SpecUnitTestCase.java:562)
          at org.jboss.test.management.test.JSR77SpecUnitTestCase.report(JSR77SpecUnitTestCase.java:569)
          at org.jboss.test.management.test.JSR77SpecUnitTestCase.report(JSR77SpecUnitTestCase.java:569)
          at org.jboss.test.management.test.JSR77SpecUnitTestCase.report(JSR77SpecUnitTestCase.java:569)
          at org.jboss.test.management.test.JSR77SpecUnitTestCase.testNavigation(JSR77SpecUnitTestCase.java:467)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
          at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
          at junit.extensions.TestSetup.run(TestSetup.java:23)


          any reason for this??

          bax