Re: [Dspace-tech] Reading dspace DB from other applications

2009-02-02 Thread Andrew Marlow
On Mon, Feb 2, 2009 at 12:42 AM, Kim Shepherd k...@waikato.ac.nz wrote: Hi all, I'm currently developing a standalone stats package to analyse dspace logs and generate usage reports based on some custom requirements (similar to built-in stats, but with per-author views/downloads statistics,

Re: [Dspace-tech] Reading dspace DB from other applications - tangent !

2009-02-02 Thread Mark H. Wood
On Mon, Feb 02, 2009 at 12:21:54PM +, Andrew Marlow wrote: On Mon, Feb 2, 2009 at 11:10 AM, Robin Taylor robin.tay...@ed.ac.uk wrote: So my question is, are there any current/planned solutions that integrate the compiling of stats into the heart of the Dspace code ? I hope not. Or if

Re: [Dspace-tech] Reading dspace DB from other applications - tangent !

2009-02-02 Thread John Preston
Where does it get triggered from?. Is it via the events system? John On Mon, Feb 2, 2009 at 9:21 AM, Mark H. Wood mw...@iupui.edu wrote: On Mon, Feb 02, 2009 at 12:21:54PM +, Andrew Marlow wrote: On Mon, Feb 2, 2009 at 11:10 AM, Robin Taylor robin.tay...@ed.ac.uk wrote: So my question

Re: [Dspace-tech] Reading dspace DB from other applications - tangent !

2009-02-02 Thread Kim Shepherd
Hi Robin, I have indeed used Minho, but it breaks an easy upgrade to 1.5.1, modifies the dspace db schema and low-level source code like Constant.java, etc... which are things I wanted to avoid. My idea when I started this was to achieve similar results, but (a) not touch the dspace DB, (b)

Re: [Dspace-tech] Bug (?) opening a PDF in IR via firefox

2009-02-02 Thread Diggory Mark
Correct, and the threshold can be adjusted in one configuration to lower it to 5Mb, if seen fit we can adjust that in the default dspace.cfg for the next release. Mark On Feb 2, 2009, at 4:37 AM, Claudia Jürgen wrote: Hi , this patch has been committed to the codebase for the 1.5 release

Re: [Dspace-tech] Reading dspace DB from other applications - tangent !

2009-02-02 Thread Robin Taylor
Hi Kim, Apologies for sort of hijacking your thread, I have renamed the title to allow separate replies. It sounds to me like you have taken a similar approach to the Minho guys in that you take the dspace log as your starting point for compiling the stats. In fact if you are not familiar with

Re: [Dspace-tech] Bug (?) opening a PDF in IR via firefox

2009-02-02 Thread Andrew Marlow
On Mon, Feb 2, 2009 at 5:51 AM, Diggory Mark mdigg...@gmail.com wrote: Yes, we encountered this problem as well with Firefox. Terry Reese from Oregon State told me that there was a patch posted sometime ago that forces the browser to initiate a download by setting the Content-Disposition

Re: [Dspace-tech] Error 404 and Tomcat configuration

2009-02-02 Thread Stan Orlov
Hi Susan, I edited the files as suggested, so now I have the following lines: in /usr/local/dspace/config/dspace.cfg: log.init.config = ${dspace.dir}/config/log4j.xml log.dir = ${dspace.dir}/log in /usr/local/dspace/config/log4j.xml: param name=File value=/usr/local/dspace/log/dspace.log / in

[Dspace-tech] Internal Server Error - backdoor.trojan attempt

2009-02-02 Thread Van Ly
Hi, Should I be worried about this kind of activity? The link involved refers to something the auto-protection system cleans by deletion, and is expanded on at http://securityresponse.symantec.com/security_response/detected_writeup.jsp?name=Backdoor.Trojan I've inserted [THE_LINK] to prevent

Re: [Dspace-tech] Bug (?) opening a PDF in IR via firefox

2009-02-02 Thread Claudia Jürgen
Hi , this patch has been committed to the codebase for the 1.5 release see [dspace-src]/dspace/CHANGES or https://sourceforge.net/tracker/?func=detailatid=319984aid=1751638group_id=19984 the tracker which has been set to closed, acceptes. Claudia Jürgen Andrew Marlow schrieb: On Mon, Feb 2,

Re: [Dspace-tech] Reading dspace DB from other applications - tangent!

2009-02-02 Thread Andrew Marlow
On Mon, Feb 2, 2009 at 12:52 PM, Robin Taylor robin.tay...@ed.ac.uk wrote: Sorry, I assumed everyone magically knew what I was thinking about :) The University of Minho produced a stats package a while back which has proved popular, it can be found at

Re: [Dspace-tech] Reading dspace DB from other applications - tangent !

2009-02-02 Thread Mark H. Wood
On Mon, Feb 02, 2009 at 09:32:58AM -0500, John Preston wrote: Where does it get triggered from?. Is it via the events system? It's a different event system, very light and focused on simply taking notice of object views and handing over to the plugin enough information to develop some

Re: [Dspace-tech] Reading dspace DB from other applications - tangent !

2009-02-02 Thread Robin Taylor
That certainly sounds like a step in the right direction, for my purposes at least. I guess its a bit premature for anyone to have contributed a stats module based on this as yet so I'd better see if I can convince my boss of the merits of writing something. Thanks, Robin. Quoting Mark

Re: [Dspace-tech] Reading dspace DB from other applications - tangent !

2009-02-02 Thread Andrew Marlow
On Mon, Feb 2, 2009 at 11:10 AM, Robin Taylor robin.tay...@ed.ac.uk wrote: Hi Kim, Apologies for sort of hijacking your thread, I have renamed the title to allow separate replies. It sounds to me like you have taken a similar approach to the Minho guys who? eh? in that you take the

Re: [Dspace-tech] Reading dspace DB from other applications - tangent!

2009-02-02 Thread Robin Taylor
Sorry, I assumed everyone magically knew what I was thinking about :) The University of Minho produced a stats package a while back which has proved popular, it can be found at http://wiki.dspace.org/index.php//StatisticsAddOn. We do use it but I do have some reservations as outlined before.

[Dspace-tech] Error in build

2009-02-02 Thread João Santana
Hi all. I'm trying to build DSpace in Ubuntu 8.04 and when I try to build it, a got this error message: ant fresh_install Buildfile: build.xml BUILD FAILED /opt/dspace-1.4-source/build.xml:88: No supported regular expression matcher found: java.lang.ClassNotFoundException:

Re: [Dspace-tech] Error in build

2009-02-02 Thread Christopher Steven Yates [csy]
Hi João Installing ant-optional should resolve the issue, sudo apt-get install ant-optional Regards, Chris -- Chris Yates Technical Repository Support Officer JISC Repositories Support Project Gwasanaethau Gwybodaeth  

Re: [Dspace-tech] Error 404 and Tomcat configuration

2009-02-02 Thread Mr Havercamp
Make sure the permissions on your dspace file hierarchy are set to your tomcat user. I had the same problem last night while installing a new dspace instance and missed this step only to wind up with a 404 error. Hope this helps Cheers Hayden Stan Orlov wrote: Hi Susan, I edited the