Thanks for your detailed report. the ODT version worked great.
I'm not sure about the buffer overflow, but I have a pretty good idea
how to find the problem with the tests that are failing.
The error you can see is caused, I think, when a test cannot clear the
database and media store. Tests clear all this data out so they can run
from a "known state." An line 184 of the file MigrationSupport.java
(in ogoglio-appdev/src/main/java/com/ogoglio/appdev/migrate) is the
function destroyAllData. I believe that you are seeing the error
because this method is returning false. When all the data can be
cleared it returns true. So....
1) Make sure you look to see if any log messages have been generated
that could tell us if one of the errors in that function happened. That
will narrow down the problem a great deal. Usually log messages go to
catalina.out in your tomcat/logs directory.
OR
2) You can introduce a bunch of System.out.println() messages in that
function and figure out which of the various tests it is performing is
failing. Again, that should be a big clue about what the problem is.
Please advise when you get this information, I think we are close to
getting it working on windows...
thanks again
ian
Ian Smith, CTO, Transmutable Networks LLC
Emai: ian...@tr...
Mobi: +1.415.867.6532
Blog: http://blog.iansmith.name
Phys: shores of puget sound
/////////////////////////////////////////
|