sorry about that, I committed an experiment by mistake.

should be fixed in svn.

david jencks

On Oct 19, 2004, at 2:19 PM, Jeff Fletcher wrote:

I got a bunch of NullPointerExceptions
test:test:
[junit] Running org.apache.geronimo.transaction.log.HOWLLogTest
Thread-28
java.lang.NullPointerException
at org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
at org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
at org.objectweb.howl.log.Logger.put(Logger.java:200)
at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
at org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
at org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTe st.java:137)
Thread-27
java.lang.NullPointerException
at org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
at org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
at org.objectweb.howl.log.Logger.put(Logger.java:200)
at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
at org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
at org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTe st.java:137)
.. (19 different threads total) ...
Thread-36
java.lang.NullPointerException
at org.objectweb.howl.log.BlockLogBuffer.put(BlockLogBuffer.java:195)
at org.objectweb.howl.log.LogBufferManager.put(LogBufferManager.java:605)
at org.objectweb.howl.log.Logger.put(Logger.java:200)
at org.objectweb.howl.log.xa.XALogger.putDone(XALogger.java:531)
at org.apache.geronimo.transaction.log.HOWLLog.commit(HOWLLog.java:274)
at org.apache.geronimo.transaction.log.AbstractLogTest$1.run(AbstractLogTe st.java:137)
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.321 sec
[junit] [ERROR] TEST org.apache.geronimo.transaction.log.HOWLLogTest FAILED
[junit] Running org.apache.geronimo.transaction.context.TransactionContextManagerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.074 sec
[junit] Running org.apache.geronimo.transaction.manager.XidImporterTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
[junit] Running org.apache.geronimo.transaction.manager.MockLogRecoveryTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.029 sec
[junit] Running org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest
[junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 5.078 sec
[junit] [ERROR] TEST org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest FAILED
[junit] Running org.apache.geronimo.transaction.manager.RecoveryTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
[junit] Running org.apache.geronimo.transaction.manager.ProtocolTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
[junit] Running org.apache.geronimo.transaction.TransactionManagerProxyTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
BUILD FAILED
File...... /home/jeff/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] -- /home/jeff/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: <fail> There were test failures.
Total time: 5 minutes 19 seconds
Finished at: Tue Oct 19 15:00:57 MDT 2004





David Jencks wrote:

looks good to me -- I was fixing something that another participant broke yesterday. Since my environment often has a bunch of uncommitted changes it would be good to get others to check that this works.

thanks
david jencks

On Oct 19, 2004, at 11:58 AM, Ralf Barkow wrote:


I just updated the Building page on the wiki. In the section "For the impatient .." it currently reads:


$ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk geronimo
$ cd geronimo
$ maven m:fresh-checkout
[ BECAREFUL: Deletes checkout of ActiveMQ, HOWL, OpenEJB, and TranQL and checks them out again
]


$ maven m:rebuild-all
[ Same as m:clean m:clean-repo m:default and it includes geronimo-spec modules
]



The instructions are meant for the fresh checkout scenario. Any comments?


--  Ralf



David Jencks wrote:

OK, I've updated the dependencies and successfully built once. Please do maven m:update; maven -p dependencies.xml;maven m:rebuild -o

I might have missed something but it did work once for me. Please report any further problems.

many thanks
david jencks








Reply via email to