Hi,

I've been playing with the jbosstest suite and find that many of the tests
give me errors.  I am running against JBoss 2.1 (downloaded last week).  My
test platform is linux (RedHat 6.2 with many upgrades, kernel 2.2.18, Sun
JDK 1.3.0). The tests that I have problems with are:

ctstest.sh: fails with 4 errors:
        testRemoveSessionObject: Expected javax.ejb.RemoveException, 
                                got Unknown Exception
        testProbeBeanContext: server exception
        testUserTrx : naming excepiton failure
        testEjbRemove   expecting java.rmi.NoSuchObjectException

mdbtest.sh:  hangs indefinitely (10+ minutes before I killed it).  Last
message to stdout was:

        Testing exception, every other message should be rolled back, 
        excpect a lot of stacktraces
        TestQueue: queue/ex Sending 10 messages 1-10

perfcreate.sh, perftest.sh: these give me "vbj" usage errors.  

spydermqperf.sh: 
        testAsynchQueuePerformance: Runtime exception: not locked!
spydermqtest.sh: hangs after 1 successful "run".  Last stdout output:

        java.rmi.RemoteException: ; nested exception is: 
        javax.jms.JMSException: Cannot write a persistent message to a
temporary destination!
javax.jms.JMSException: Cannot write a persistent message to a temporary
destination!
        <<no stack trace available>>
javax.jms.JMSException: Cannot send a message to the JMS provider
        at org.jbossmq.SpyConnection.failureHandler(SpyConnection.java:318)
        at org.jbossmq.SpyConnection.sendToServer(SpyConnection.java:390)
        at org.jbossmq.SpySession.sendMessage(SpySession.java:383)
        at org.jbossmq.SpyQueueSender.send(SpyQueueSender.java:95)
        at org.jbossmq.SpyQueueSender.send(SpyQueueSender.java:54)
        at org.jboss.test.spydermq.test.Main$1.run(Main.java:208)

testbeantest.sh: 
        javax.ejb.DuplicateKeyException: Bean with id=1 already exists.

I built JBoss from CVS sources on Friday and ran the tests again;
testbeantest.sh worked on that instance, but everything else failed as
before.

With so many errors, I wonder if there might be some problem with my
configuration, or something I am doing wrong. Are others running these
tests successfully?

-- Stewart










_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to