Thanks all for your reply. When i try running "
 java org.apache.derbyTesting.functionTests.harness.RunTest
unit/T_RawStoreFactory.unit", i see the following in derby.log

With Regards
Jayaram


[main] FAIL - org.apache.derby.shared.common.sanity.AssertFailure:
ASSERT FAILED There should be 0 observers, but we still have 1
observers.
org.apache.derby.shared.common.sanity.AssertFailure: ASSERT FAILED
There should be 0 observers, but we still have 1 observers.
        at 
org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:162)
        at 
org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:147)
        at org.apache.derby.impl.store.raw.xact.Xact.doComplete(Xact.java:1969)
        at org.apache.derby.impl.store.raw.xact.Xact.preComplete(Xact.java:1925)
        at 
org.apache.derby.impl.store.raw.xact.Xact.prepareCommit(Xact.java:769)
        at org.apache.derby.impl.store.raw.xact.Xact.commit(Xact.java:882)
        at org.apache.derby.impl.store.raw.xact.Xact.commit(Xact.java:679)
        at 
org.apache.derbyTesting.unitTests.store.T_Util.t_commit(T_Util.java:840)
        at 
org.apache.derbyTesting.unitTests.store.T_RawStoreFactory.TC001(T_RawStoreFactory.java:7310)
        at 
org.apache.derbyTesting.unitTests.store.T_RawStoreFactory.runTempTests(T_RawStoreFactory.java:417)
        at 
org.apache.derbyTesting.unitTests.store.T_RawStoreFactory.runTestSet(T_RawStoreFactory.java:248)
        at 
org.apache.derbyTesting.unitTests.harness.T_MultiIterations.runTests(T_MultiIterations.java:95)
        at 
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.runTests(T_MultiThreadedIterations.java:92)
        at 
org.apache.derbyTesting.unitTests.harness.T_Generic.Execute(T_Generic.java:118)
        at 
org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager.runATest(BasicUnitTestManager.java:184)
        at 
org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager.runTests(BasicUnitTestManager.java:246)
        at 
org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager.boot(BasicUnitTestManager.java:93)
        at 
org.apache.derby.impl.services.monitor.BaseMonitor.boot(BaseMonitor.java:2021)
        at 
org.apache.derby.impl.services.monitor.TopService.bootModule(TopService.java:333)
        at 
org.apache.derby.impl.services.monitor.BaseMonitor.bootService(BaseMonitor.java:1858)
        at 
org.apache.derby.impl.services.monitor.BaseMonitor.startServices(BaseMonitor.java:997)
        at 
org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(BaseMonitor.java:429)
        at 
org.apache.derby.impl.services.monitor.FileMonitor.<init>(FileMonitor.java:60)
        at 
org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Monitor.java:289)
        at 
org.apache.derbyTesting.unitTests.harness.UnitTestMain.main(UnitTestMain.java:51)
---------------
Stack traces for all live threads:
Thread name=derby.rawStoreDaemon id=15 priority=5 state=TIMED_WAITING
isdaemon=true
        java.lang.Object.wait(Native Method)
        java.lang.Object.wait(Object.java:196)
        
org.apache.derby.impl.services.daemon.BasicDaemon.rest(BasicDaemon.java:571)
        
org.apache.derby.impl.services.daemon.BasicDaemon.run(BasicDaemon.java:388)
        java.lang.Thread.run(Thread.java:736)

Thread name=JIT Compilation Thread id=4 priority=10 state=RUNNABLE isdaemon=true

Thread name=Finalizer thread id=9 priority=5 state=RUNNABLE isdaemon=true

Thread name=Attach handler id=6 priority=6 state=RUNNABLE isdaemon=true
        com.ibm.tools.attach.javaSE.IPC.waitSemaphore(Native Method)
        
com.ibm.tools.attach.javaSE.CommonDirectory.waitSemaphore(CommonDirectory.java:252)
        
com.ibm.tools.attach.javaSE.AttachHandler.waitForNotification(AttachHandler.java:282)
        com.ibm.tools.attach.javaSE.AttachHandler.run(AttachHandler.java:203)

Thread name=derby.antiGC id=8 priority=1 state=WAITING isdaemon=true
        java.lang.Object.wait(Native Method)
        java.lang.Object.wait(Object.java:167)
        org.apache.derby.impl.services.monitor.AntiGC.run(BaseMonitor.java:2219)
        java.lang.Thread.run(Thread.java:736)

Thread name=Signal Dispatcher id=2 priority=5 state=RUNNABLE isdaemon=true
        com.ibm.misc.SignalDispatcher.waitForSignal(Native Method)
        com.ibm.misc.SignalDispatcher.run(SignalDispatcher.java:54)

Thread name=Thread-4 id=10 priority=5 state=WAITING isdaemon=true
        java.lang.Object.wait(Native Method)
        java.lang.Object.wait(Object.java:167)
        java.util.Timer$TimerImpl.run(Timer.java:226)

Thread name=Thread-8 id=14 priority=5 state=TIMED_WAITING isdaemon=true
        java.lang.Thread.sleep(Native Method)
        java.lang.Thread.sleep(Thread.java:851)
        org.apache.derbyTesting.unitTests.harness.T_Bomb.run(T_Bomb.java:105)
        java.lang.Thread.run(Thread.java:736)

Thread name=Gc Slave Thread id=5 priority=5 state=RUNNABLE isdaemon=true

Thread name=main id=1 priority=5 state=RUNNABLE isdaemon=false
        java.lang.Thread.getStackTraceImpl(Native Method)
        java.lang.Thread.getStackTrace(Thread.java:1042)
        java.lang.Thread.getAllStackTraces(Thread.java:1070)
        
org.apache.derby.shared.common.sanity.ThreadDump.getStackDumpString(ThreadDump.java:34)
        sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
        
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        java.lang.reflect.Method.invoke(Method.java:600)
        
org.apache.derby.shared.common.sanity.AssertFailure$1.run(AssertFailure.java:165)
        java.security.AccessController.doPrivileged(AccessController.java:251)
        
org.apache.derby.shared.common.sanity.AssertFailure.dumpThreads(AssertFailure.java:159)
        
org.apache.derby.shared.common.sanity.AssertFailure.<init>(AssertFailure.java:72)
        
org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:162)
        
org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT(SanityManager.java:147)
        org.apache.derby.impl.store.raw.xact.Xact.doComplete(Xact.java:1969)
        org.apache.derby.impl.store.raw.xact.Xact.preComplete(Xact.java:1925)
        org.apache.derby.impl.store.raw.xact.Xact.prepareCommit(Xact.java:769)
        org.apache.derby.impl.store.raw.xact.Xact.commit(Xact.java:882)
        org.apache.derby.impl.store.raw.xact.Xact.commit(Xact.java:679)
        org.apache.derbyTesting.unitTests.store.T_Util.t_commit(T_Util.java:840)
        
org.apache.derbyTesting.unitTests.store.T_RawStoreFactory.TC001(T_RawStoreFactory.java:7310)
        
org.apache.derbyTesting.unitTests.store.T_RawStoreFactory.runTempTests(T_RawStoreFactory.java:417)
        
org.apache.derbyTesting.unitTests.store.T_RawStoreFactory.runTestSet(T_RawStoreFactory.java:248)
        
org.apache.derbyTesting.unitTests.harness.T_MultiIterations.runTests(T_MultiIterations.java:95)
        
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.runTests(T_MultiThreadedIterations.java:92)
        
org.apache.derbyTesting.unitTests.harness.T_Generic.Execute(T_Generic.java:118)
        
org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager.runATest(BasicUnitTestManager.java:184)
        
org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager.runTests(BasicUnitTestManager.java:246)
        
org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager.boot(BasicUnitTestManager.java:93)
        
org.apache.derby.impl.services.monitor.BaseMonitor.boot(BaseMonitor.java:2021)
        
org.apache.derby.impl.services.monitor.TopService.bootModule(TopService.java:333)
        
org.apache.derby.impl.services.monitor.BaseMonitor.bootService(BaseMonitor.java:1858)
        
org.apache.derby.impl.services.monitor.BaseMonitor.startServices(BaseMonitor.java:997)
        
org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(BaseMonitor.java:429)
        
org.apache.derby.impl.services.monitor.FileMonitor.<init>(FileMonitor.java:60)
        
org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Monitor.java:289)
        
org.apache.derbyTesting.unitTests.harness.UnitTestMain.main(UnitTestMain.java:51)

Thread name=MemoryPoolMXBean notification dispatcher id=12 priority=6
state=RUNNABLE isdaemon=true
        
com.ibm.lang.management.MemoryNotificationThread.processNotificationLoop(Native
Method)
        
com.ibm.lang.management.MemoryNotificationThread.run(MemoryNotificationThread.java:55)


---------------


On Mon, Dec 20, 2010 at 7:57 AM, Kathey Marsden
<[email protected]> wrote:
> On 12/11/2010 8:02 AM, Jayaram Subramanian wrote:
>>
>> Hi All,
>> Thanks for your reply.. When i run DerbyAll from a clean folder I dont
>> see any errors in derbyall.sum file..
>>
>> But in derbyall.fail file i see the following
>> ----------------------------------------------------------
>> derbyall/storeall/storeall.fail:unit/T_RawStoreFactory.unit
>
> Hello Jayaram,
>
> If you look at the derby.log, does it look like this failure?
>
> https://issues.apache.org/jira/browse/DERBY-3993
>
>
>

Reply via email to