From: Richard C. <ri...@cy...> - 2005-11-30 18:52:11
|
Hi Jeff, I can't think of anything causing this problem right now. Not having access to the log, there's not really much we can do, unless you are willing to do all the work ... I suggest you have a look at the CVS log. You'll see that it contains one section for each file in the repository. Please copy only the first section into a new file and try to run StatCVS on that. Does it work? If it does, then try to find the file that caused the problem (using the debug output from your initial file). The files are processed in the order they appear in the file, so it shouldn't be hard. Can you spot anything suspicious in that file's log? Try to run StatCVS on only that part. Hope that helps, Richard On 29 Nov 2005, at 20:23, Jeff McRae wrote: > > sta...@li... wrote on 2005-11-25 > 05:42:36 PM: > > > Hi Jeff, > > > > On Saturday 26 November 2005 01:58, Jeff McRae wrote: > > > I tried to run cvsstat on my cvs log and I get > > > > > > [tioadmin@jmcrae3 statcvs-0.2.2]$ java -jar statcvs.jar > > > /tmp/statcvs-0.2.2/cvs-log.txt /home/tioadmin/cvs/tcdriver > > > StatCVS - CVS statistics generation > > > > > > null > > > [tioadmin@jmcrae3 statcvs-0.2.2]$ > > > > I don't know if it matters or not, but which version of Java are > you using? > > (java -version) > > Java is > > java version "1.4.2" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) > Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxia321420-20040626 > (JIT enabled: jitc)) > > > > > It might also be worthwhile attaching the log file that causes the > > problem, if > > that's not a drama. :) > > Unfortunately I cannot post the entire log file or I'm sure to > cause heart attacks in my company. Maybe someone else could attach > a sample log file here and then I will try it out to see if the > problem is with my log file or my setup. > > > > > > When I run with debug mode on, here are the last few lines > before it > > > stops. > > > > > > <lots of stuff cut out> > > > FINE statcvs.input.FileBuilder <init>(): logging > > > db2/workflow/DB2_Product_Check_Status.wkf > > > FINE statcvs.input.FileBuilder <init>(): logging > > > db2/workflow/DB2_Product_Install.wkf > > > FINE statcvs.input.FileBuilder <init>(): logging > > > db2/workflow/DB2_Product_Uninstall.wkf > > > null > > > [tioadmin@jmcrae3 statcvs-0.2.2]$ > > > > > > Any ideas what is wrong? > > > My log is successfully parsed by cvstat (another tool) but I > want to use > > > cvsstat because it shows more information. > > > My machine is Redhat EL 3. > > > > > > Thanks > > > > > > Jeff > > > > Regards, > > James > > > > -- > > James Ring > > [attachment "att9369r.dat" deleted by Jeff McRae/Toronto/IBM] > > Jeff |