Hi, The jvm was this:
java version "1.3.1_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_06-b01) Java HotSpot(TM) Server VM (build 1.3.1_06-b01, mixed mode) On redhat7.2/dual 1GHZ cpu, 1mb RAM. It did not end, it just seemed to stall. The machine was doing nothing for several hours. I ran the jboss server separately and then went to the testsuite directory and ran this: sh build.sh tests-unit Regards, Chris --- David Jencks <[EMAIL PROTECTED]> wrote: > How did you run them, and what vm? Last night I ran on linux w/ > sun 1.3.1 > which completed and on linux w sun 1.4.1 which did not, ending with > this: > > [exec] tests-report-text: > [exec] [mkdir] Created dir: > /usr/java/jboss/anon-head/jboss-head/testsuite/output/reports/text > [exec] [style] Transforming into > /usr/java/jboss/anon-head/jboss-head/testsuite/output/reports/text > [exec] [style] Processing > /usr/java/jboss/anon-head/jboss-head/testsuite/output/reports/TESTS-TestSuites.xml > to > /usr/java/jboss/anon-head/jboss-head/testsuite/output/reports/text/TESTS-TestSuites.txt > [exec] [style] Loading stylesheet > /usr/java/jboss/anon-head/jboss-head/testsuite/output/stylesheets/summary1b.xsl > [exec] BUILD SUCCESSFUL > [exec] Total time: 181 minutes 37 seconds > [echo] Stopping JBoss > [exec] Exception in thread "main" > java.lang.NoClassDefFoundError: > org/jboss/system/server/ServerImpl > [exec] at org.jboss.Shutdown.main(Shutdown.java:194) > [exec] Result: 1 > > > thanks > david > > On 2002.12.04 05:26:48 -0500 Chris Kimpton wrote: > > Hi, > > > > I ran the tests last night (midnight GMT on linux) - but it still > > failed to complete for me... :-( > > > > I am just running the tests-unit target within the testsuite > > directory these days. > > > > Regards, > > Chris > > > > > > --- David Jencks <[EMAIL PROTECTED]> wrote: > > > I put I've modified the build scripts and xsl so that the > > > run-nightly-test > > > target works for me on linux and produces some indication of > what > > > the > > > errors are. Here's an example email generated. I find this > level > > > of > > > detail on the errors appropriate because I can see which tests > are > > > failing > > > and often guess if I can fix it easily (for instance if > > > configuration has > > > changed incompatibly), yet its not really long. > > > > > > I put a simple script to produce this in > > > server/src/bin/co-run-test-email.sh. You need to set the email > > > addresses > > > for this, make sure it is where you want it, and comment out > the > > > "exit" > > > line to make it work. > > > > > > I plan to run this fairly frequently to check that I didn't > break > > > things > > > after checking stuff in. Is there general interest in having > these > > > emailed > > > to the dev list? How about setting up a test-results list? > > > > > > I can run this on jdks sun/linux 1.3.1, sun/linux 1.4.1, and > mac > > > osx 1.4.1 > > > (only tested on one so far). > > > > > > thanks > > > david jencks > > > > > > > > > > > > On 2002.12.03 15:07:59 -0500 [EMAIL PROTECTED] > wrote: > > > > > > > > > JBoss daily test results > > > > > > SUMMARY > > > > > > Number of tests run: 1006 > > > > > > -------------------------------------------- > > > > > > Successful tests: 973 > > > > > > Errors: 29 > > > > > > Failures: 4 > > > > > > -------------------------------------------- > > > > > > > > > > > > [time of test: 3 December 2002 15:7 GMT] > > > [java.version: 1.3.1_04] > > > [java.vendor: Sun Microsystems Inc.] > > > [java.vm.version: 1.3.1_04-b02] > > > [java.vm.name: Java HotSpot(TM) Client VM] > > > [java.vm.info: mixed mode] > > > [os.name: Linux] > > > [os.arch: i386] > > > [os.version: 2.4.18] > > > > > > See http://lubega.com for full details > > > > > > NOTE: If there are any errors shown above - this mail is only > > > highlighting > > > them - it is NOT indicating that they are being looked at by > > > anyone. > > > > > > It is assumed that whoever makes change(s) to jboss that > > > break the test will be fixing the test or jboss, as > appropriate! > > > > > > -------------------------------------------- > > > > > > > > > > > > DETAILS OF ERRORS > > > > > > > > > > > > Suite: HttpsUnitTestCase > > > Test: > > > testHttpsURL(org.jboss.test.security.test.HttpsUnitTestCase) > > > Type: error > > > Exception: java.io.IOException > > > Message: Failed to get SSLContext for TLS algorithm > > > --------------------------------- > > > > > > > > > > > > Suite: DeployXMBeanUnitTestCase > > > Test: > > > > > > testValuesSetFromXMBeanDD(org.jboss.test.jmx.test.DeployXMBeanUnitTestCase) > > > Type: failure > > > Exception: junit.framework.AssertionFailedError > > > Message: number should be 5, found: 0 > > > --------------------------------- > > > > > > > > > > > > Suite: DeployXMBeanUnitTestCase > > > Test: > > > > > > testValuesSetFromInlineXMBeanDD(org.jboss.test.jmx.test.DeployXMBeanUnitTestCase) > > > Type: failure > > > Exception: junit.framework.AssertionFailedError > > > Message: number should be 5, found: 0 > > > --------------------------------- > > > > > > > > > > > > Suite: InvocationLayerStressTestCase > > > Test: > > > > > > testTrunkMutliSessionOneConnection(org.jboss.test.jbossmq.perf.InvocationLayerStressTestCase) > > > Type: error > > > Exception: java.lang.InternalError > > > Message: Test timeout > > > --------------------------------- > > > > > > > > > > > > Suite: BeanUnitTestCase > > > Test: > > > testRealBMP(org.jboss.test.testbean.test.BeanUnitTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Error while creating table: Table > already > > > exists: > > > SIMPLEBEAN in statement [CREATE TABLE simpleBean (id INTEGER, > name > > > VARCHAR(200))] > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > > > testTeller(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: org.jboss.test.bank.interfaces.BankException > > > Message: Could not get customer for Marc > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > testBank(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Load failed; CausedByException is: > > > Connection is > > > broken > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > > > testMultiThread(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Load failed; CausedByException is: > > > Connection is > > > broken > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > > > testMultiThread2(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Load failed; CausedByException is: > > > Connection is > > > broken > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > > > testTransaction(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Load failed; CausedByException is: > > > Connection is > > > broken > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > > > testTransfer(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Load failed; CausedByException is: > > > Connection is > > > broken > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > > > testReadOnly(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Load failed; CausedByException is: > > > Connection is > > > broken > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > > > testPassivation(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Load failed; CausedByException is: > > > Connection is > > > broken > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > > > testFinder(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Load failed; CausedByException is: > > > Connection is > > > broken > > > --------------------------------- > > > > > > > > > > > > Suite: BankEJB20StressTestCase > > > Test: > > > testServerFound(org.jboss.test.bank.test.BankStressTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Load failed; CausedByException is: > > > Connection is > > > broken > > > --------------------------------- > > > > > > > > > > > > Suite: BeanUnitTestCase > > > Test: > > > > testRealBMP(org.jboss.test.testbeancluster.test.BeanUnitTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: EJBException:; nested exception > is: > > > > > > javax.ejb.EJBException: Error while creating table: Table > already > > > exists: > > > SIMPLEBEAN in statement [CREATE TABLE simpleBean (id INTEGER, > name > > > VARCHAR(200))] > > > --------------------------------- > > > > > > > > > > > > Suite: BeanUnitTestCase > > > Test: > > > > > > testEntityBeanCMP(org.jboss.test.testbeancluster.test.BeanUnitTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: RuntimeException; nested > exception > > > is: > > > java.lang.IllegalStateException: Task already scheduled or > > > cancelled > > > --------------------------------- > > > > > > > > > > > > Suite: BeanUnitTestCase > > > Test: > > > > > > testEntityBeanBMP(org.jboss.test.testbeancluster.test.BeanUnitTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: RuntimeException; nested > exception > > > is: > > > java.lang.NullPointerException > > > --------------------------------- > > > > > > > > > > > > Suite: BeanUnitTestCase > > > Test: > > > > > > testEntityBeanPK(org.jboss.test.testbeancluster.test.BeanUnitTestCase) > > > Type: error > > > Exception: java.rmi.ServerException > > > Message: RemoteException occurred in server thread; nested > > > exception > > > is: java.rmi.ServerException: RuntimeException; nested > exception > > > is: > > > java.lang.IllegalStateException: Task already scheduled or > > > cancelled > > > --------------------------------- > > > > > > > > > > > > Suite: BeanUnitTestCase > > > Test: > > > > > > testAllTypesBean(org.jboss.test.testbeancluster.test.BeanUnitTestCase) > > > Type: error > > > Exception: javax.ejb.CreateException > > > Message: null; nested exception is: > > > java.lang.NullPointerException > > > --------------------------------- > > > > > > > > > > > > Suite: JarInSarJSR77UnitTestCase > > > Test: > > > > > > testFakeParentCreatedAndRemoved(org.jboss.test.jmx.test.JarInSarJSR77UnitTestCase) > > > Type: failure > > > Exception: junit.framework.AssertionFailedError > > > Message: fakeApp jsr-77 mbean is missing > > > --------------------------------- > > > > > > > > > > > > Suite: BootstrapContextUnitTestCase > > > Test: > > > > testStartWork(org.jboss.test.jca.test.BootstrapContextUnitTestCase) > > > Type: error > > > Exception: javax.transaction.xa.XAException > > > Message: No such transation! XidImpl [FormatId=257, > > > GlobalId=HP.home.home//1307, BranchQual=HP.home.home//] > > > --------------------------------- > > > > > > > > > > > > Suite: BootstrapContextUnitTestCase > > > Test: > > > > > > testScheduleWork(org.jboss.test.jca.test.BootstrapContextUnitTestCase) > > > Type: error > > > Exception: javax.transaction.xa.XAException > > > Message: No such transation! XidImpl [FormatId=257, > > > GlobalId=HP.home.home//1357, BranchQual=HP.home.home//] > > > --------------------------------- > > > > > > > > > > > > Suite: RollBackUnitTestCase > > > Test: > > > > > > testAsynchQueueReceiveBack(org.jboss.test.jbossmq.test.RollBackUnitTestCase) > > > Type: error > > > Exception: java.lang.NoSuchMethodError > > > Message: > > > --------------------------------- > > > > > > > > > > > > Suite: RollBackUnitTestCase > > > Test: > > > > > > testAsynchTopicReceiveRollBack(org.jboss.test.jbossmq.test.RollBackUnitTestCase) > > > Type: error > > > Exception: java.lang.NoSuchMethodError > > > Message: > > > --------------------------------- > > > > > > > > > > > > Suite: RollBackUnitTestCase > > > Test: > > > > > > testAsynchDurableTopicReceiveRollBack(org.jboss.test.jbossmq.test.RollBackUnitTestCase) > > > Type: error > > > Exception: java.lang.NoSuchMethodError > > > Message: > > > --------------------------------- > > > > > > > > > > > > Suite: DeployConnectionManagerUnitTestCase > > > Test: > > > > > > testAddRemoveConnectionManager(org.jboss.test.jmx.test.DeployConnectionManagerUnitTestCase) > > > Type: failure > > > Exception: junit.framework.AssertionFailedError > > > Message: java:/ConnectionManagerTestDS is still bound, > after > > > stopping > > > the cm > > > --------------------------------- > > > > > > > > > > > > Suite: JSR77SpecUnitTestCase > > > Test: > > > > > > testNavigation(org.jboss.test.management.test.JSR77SpecUnitTestCase) > > > Type: error > > > Exception: javax.management.InstanceNotFoundException > > > Message: jboss.management.local:J2EEApplication= > > > ,J2EEServer=cts-v1cmp.ear,j2eeType=EJBModule,name=cts-v1cmp.jar > is > > > not > > > registered. > > > --------------------------------- > > > > > > > > > > > > Suite: UnackedUnitTestCase > > > Test: > > > > testUnackedTopic(org.jboss.test.jbossmq.test.UnackedUnitTestCase) > > > Type: error > > > Exception: java.lang.NoSuchMethodError > > > Message: > > > --------------------------------- > > > > > > > > > > > > Suite: UnackedUnitTestCase > > > Test: > > > > > > testUnackedDurableTopic(org.jboss.test.jbossmq.test.UnackedUnitTestCase) > > > Type: error > > > Exception: java.lang.NoSuchMethodError > > > Message: > > > --------------------------------- > > > > > > > > > > > > Suite: WebIntegrationUnitTestCase > > > Test: org.jboss.deployment.DeploymentException: > exception in > > > init of > > > > > > file:/usr/java/jboss/anon-head/jboss-head/testsuite/output/lib/jbosstest-web.ear; > > > - nested throwable: (org.jboss.deployment.DeploymentException: > > > Failed to > > > find module file: cts.jar) > > > Type: error > > > Exception: org.jboss.deployment.DeploymentException > > > Message: exception in init of > > > > > > file:/usr/java/jboss/anon-head/jboss-head/testsuite/output/lib/jbosstest-web.ear; > > > - nested throwable: (org.jboss.deployment.DeploymentException: > > > Failed to > > > find module file: cts.jar) > > > --------------------------------- > > > > > > > > > > > > Suite: ExceptionUnitTestCase > > > Test: org.jboss.deployment.DeploymentException: > Verification > > > of > > > Enterprise Beans failed, see above for error messages. > > > Type: error > > > Exception: org.jboss.deployment.DeploymentException > > > Message: Verification of Enterprise Beans failed, see above > for > > > error > > > messages. > > > --------------------------------- > > > > > > > > > > > > Suite: UndeployBrokenPackageUnitTestCase > > > Test: > > > > > > testBrokenPackageRedeployment(org.jboss.test.jmx.test.UndeployBrokenPackageUnitTestCase) > > > Type: error > > > Exception: org.jboss.deployment.DeploymentException > > > Message: Could not deploy > > > > > > file:/usr/java/jboss/anon-head/jboss-head/testsuite/output/lib/undeploybroken.jar; > > > - nested throwable: (org.jboss.deployment.DeploymentException: > > > Error: can't > > > find data source: java:/XmlDeployTestDS; - nested throwable: > > > (javax.naming.NameNotFoundException: XmlDeployTestDS not > bound)) > > > --------------------------------- > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft Visual Studio.NET > > > comprehensive development tool, built to increase your > > > productivity. Try a free online hosted session at: > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en > > > _______________________________________________ > > > Jboss-development mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > > ===== > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > > http://mailplus.yahoo.com > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft Visual Studio.NET > > comprehensive development tool, built to increase your > > productivity. Try a free online hosted session at: > > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en > > _______________________________________________ > > Jboss-development mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Microsoft Visual Studio.NET > comprehensive development tool, built to increase your > productivity. Try a free online hosted session at: > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development ===== __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
