Re: [Dspace-tech] Statistic in 1.6.0: confused

2010-07-01 Thread Bram Luyten
Hi Gary, Currently, the UI for the statistics is added to item, collection and community pages. examples: http://demo.dspace.org/jspui/handle/1842/171 - button at the bottom View Statistics this gives you total visits, total visits per month, file downloads, top country views and top city views

[Dspace-tech] Could not find the main class: org.dspace.search.DSIndexer

2010-07-01 Thread greyknightnemo
Hello All! I try to install Dspace 1.6.2 on Ubuntu 10.04. Tomcat, Postgresql-8.4, Ant-optional, libpg-java, maven2, sun-java6-jdk I set from Ubuntu repository.After that I did from the instructions https://wiki.duraspace.org/display/DSPACE/Installing+DSpace+1.5+on+Ubuntu+8.04. mvn package was

Re: [Dspace-tech] solr logger error socket timeout exception on dns lookup

2010-07-01 Thread Claudia Jürgen
Hi Mark and all, DNS resolution is working, but with a couple of IP's we got a timeout. In org.dspace.statistics.util.DnsLookup the timeout for the extended resolver is set to 20 milliseconds see res.setTimeout(0, 20); The default in our env would be 5 seconds. So I wonder whether to set the

Re: [Dspace-tech] [Dspace-devel] Problem with Manakin and IE

2010-07-01 Thread Ricardo Borillo
Hi Tim, The problem only arises in Internet Explorer. I was able to reproduce the error in demo.dspace.org: *. Log as dspacedemo+ad...@gmail.com *. Access to 01 - OR2010 Collection 2 collection. *. Submit a 13Mb file only specifying title (mandatory field). The error that i get is: Problem

Re: [Dspace-tech] [Dspace-devel] Problem with Manakin and IE

2010-07-01 Thread Ricardo Borillo
Hi again Tim, The upload works perfectly in Firefox 3.6, but fails in Google Chrome 5.0 too. --- Salut, Ricardo Borillo Domenech http://xml-utils.com / http://twitter.com/borillo On Thu, Jul 1, 2010 at 11:53, Ricardo Borillo ricardo.bori...@si.uji.es

[Dspace-tech] Managment of historical archival

2010-07-01 Thread Miguel A. Robledo
Hello everyone, I need to implement DSpace for archiving valuable documents in the environment of government. I know there are standards such as ISO 15489 records management or the G-ISAD for archival description, but wanted to know if anyone has done anything like this or suggest any idea.

Re: [Dspace-tech] dspace manual prerequisite software postgres

2010-07-01 Thread Mark H. Wood
I think it's a good idea to update the prerequisites, especially PostgreSQL since the recommended minimum is so old. There's now a JIRA ticket: http://jira.dspace.org/jira/browse/DS-618 to capture the issue for discussion and action. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu

Re: [Dspace-tech] Meatadata dates stored as UTC

2010-07-01 Thread Mark H. Wood
It's just struck me that there ought to be established practice for dealing with date metadata for which the context of the object is the most significant in presenting them. If so, all we have to do is turn that into code. It would probably require that, alongside a date, we also record the

[Dspace-tech] Previous Monthly Stats Missing...

2010-07-01 Thread Jewel Makda
I have a several batch files which have been running successfully for over a year generating my monthly reports. Today I noticed that for some reason in the web interface the monthly reports for May and April are not there. I have these scripts running nightly so for the whole month to not be

[Dspace-tech] Poorly worded documentation

2010-07-01 Thread Gary Browne
Hello all, It would be great if someone could clearly explain to me the situations in which you would use the following commands: ant -Dconfig=/[dspace]/config/dspace.cfg update ant init_configs ant update_configs and the results of running each of these commands, because I find the dspace