Peter,

Bingo!  What you've described is what I am seeing with our log files.

   $ tail -n 1 /home/dspace/log/dspace.log.500
2010-11-03 19:13:04,375 INFO org.dspace.app.webui.servlet.AbstractBrowserServlet @
   
anonymous:session_id=FAC3B4F3A515EC258F2C972A17664EC9:ip_addr=x.x.x.x:browse:type=author,order=ASC,value=Doe,month=null,year=null,starts_with=null,vfocus=null,focus=-1,rpp=60,sort_by=3,community=n/a,collection=n/a,level=1,etal=25

There's a false sense of security in there being ~1 year's worth of stats in the reports, but those are generated HTML so I understand now. Looking forward to 1.6's safer defaults.

Alan

On 11/22/2010 06:39 PM, Peter Dietz wrote:
Hi Alan,

Take a look at your {dspace}/log/dspace.log files. Do you have files dspace.log.0 to dspace.log.500 ?

If so, look at the oldest file, dspace.log.500 and check the timestamp of log records in there. I'm suspecting that you've been bit by the rolling-log turnover, where for space saving, the default had been in 1.5 to just keep the last 500 log files, rolling dspace.log, into dspace.log.001 after the file reached some limit such as 1 MB.

This is the jira issue associated with that: https://jira.duraspace.org/browse/DS-460

It has a safer default in 1.6+


--
Peter Dietz
Systems Developer/Engineer
Ohio State University Libraries



On Mon, Nov 22, 2010 at 10:12 AM, Alan Orth <[email protected] <mailto:[email protected]>> wrote:

    All,

    One of the reasons we were so excited to move to 1.6 was the
    "per-item" stats which can be viewed on items, collections,
    communities, etc.

    I recently tested migrating our 1.5.2 installation to 1.6.2 and
    found that the new per-item stats don't seem to list any
    historical hits from the ~1 year history of the repository (only
    hits going back to the beginning of this month).  Have I
    overlooked something during the import?

    I used these commands to import the dspace.log files:

        sudo /home/dspace/bin/dspace stats-log-converter -i
        /home/dspace/log/dspace.log -o /home/dspace/log/dspace.solr -m
        sudo /home/dspace/bin/dspace stats-log-importer -i
        /home/dspace/log/dspace.solr -m

    Thanks a bunch,

-- Alan Orth
    [email protected]  <mailto:[email protected]>
    "I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone." 
-Bjarne Stroustrup, inventor of C++


    
------------------------------------------------------------------------------
    Beautiful is writing same markup. Internet Explorer 9 supports
    standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
    Spend less time writing and  rewriting code and more time creating
    great
    experiences on the web. Be a part of the beta today
    http://p.sf.net/sfu/msIE9-sfdev2dev
    _______________________________________________
    DSpace-tech mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.sourceforge.net/lists/listinfo/dspace-tech



------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to