Re: [Dspace-tech] How to Add more than 3 Workflow Steps?

2013-04-08 Thread LifeH2O
Anyone there? -- View this message in context: http://dspace.2283337.n4.nabble.com/How-to-Add-more-than-3-Workflow-Steps-tp4663012p4663031.html Sent from the DSpace - Tech mailing list archive at Nabble.com. --

[Dspace-tech] Integrate thesaurus such as MeSH into Dspace

2013-04-08 Thread rémi Asare
Hello lovely community, Is there any possibility to integrate the medical subject heading MeSH into Dspace.? Thanks in advance -- Rémi Asare. -- Minimize network downtime and maximize team effectiveness. Reduce network

Re: [Dspace-tech] Indexing one collection

2013-04-08 Thread helix84
Hi Mark, AFAIK, this can't be done out-of-the-box, neither for Lucene nor for Solr (you didn't specify which one). It can be done by writing a curation task and perhaps even invoking it as a workflow step. But perhaps there's another way where this is not necessary - what is your overall

Re: [Dspace-tech] Maven: Cannot find parent: org.sonatype.oss:oss-parent for project

2013-04-08 Thread helix84
Specified destination directory cannot be created: /opt/tomcat/.m2/repository/org/sonatype/oss/oss-parent/7 This is the problem. Are you running the mvn package command as a user who has write access to /opt/tomcat/ ? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Indexing one collection

2013-04-08 Thread Mark Ehle
I am importing newspaper scans, and there are a bunch. I would like each submission to be available after I import it. Am I thinking about this wrong? What I have been doing up to this point is import about 100 days worth, then run index-update and update-discovery-index. It takes a while for them

Re: [Dspace-tech] item-vew.xsl

2013-04-08 Thread helix84
Is this what you need? diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl index 36fe116..d6c3641 100644 ---

Re: [Dspace-tech] Indexing one collection

2013-04-08 Thread helix84
Hi Mark, again, what method of import are you using? There are several. I think all of them update the Lucene index. IIRC some don't update the Solr index (obviously, they all should). In order to verify that, you can look at the dspace log and see a bunch of messages like this for Lucene:

Re: [Dspace-tech] oai

2013-04-08 Thread helix84
On Thu, Apr 4, 2013 at 8:34 PM, Jose Blanco blan...@umich.edu wrote: ./dspace oai -c import Now I'm seeing the records. Question. It seems like this should be done when the system is down, or we could have performance problems and even an interruption to the indexing. I have 75,000

Re: [Dspace-tech] Bots and cpu

2013-04-08 Thread Ene Rammer Nielsen
Hi, Thanks for the responses. We discovered our problems by looking through apache logs. Unfortunately we are not using the xmlui, but jsp ui, so I guess we can't use sitemap.xmap. We are looking into setting up some restrictions in our robots.txt to see if that will help. We also talked

Re: [Dspace-tech] oai

2013-04-08 Thread helix84
Regarding your Solr problems, it seems you still didn't change solr.url to localhost. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] blocking Recent submssions

2013-04-08 Thread helix84
Hi Sisay, here's the code: xsl:template name=disable_collection_recent-submissions match=dri:div[@id='aspect.artifactbrowser.CollectionRecentSubmissions.div.collection-recent-submission'] xsl:if test=//dri:metadata[@element='request' and @qualifier='URI']/text() != 'handle/123456789/123'

Re: [Dspace-tech] Bots and cpu

2013-04-08 Thread helix84
On Mon, Apr 8, 2013 at 3:13 PM, Ene Rammer Nielsen ram...@ruc.dk wrote: We also talked about restricting bots bandwidth by using mod-bw. Does anybody have any experience with that? I don't, but another option you might consider is shaping using iptables (if you're running Linux). The

Re: [Dspace-tech] (no subject)

2013-04-08 Thread helix84
On Fri, Apr 5, 2013 at 8:33 AM, Meron Mesfin m.mero...@yahoo.com wrote: hello there as you told me last time to change the DSPACEDIR=`cd $BINDIR/.. ; pwd` with your path to dspace, e.g. DSPACEDIR=/dspace what do you mean by that DSPACEDIR=/dspace can you tell me with a little brief and also

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread helix84
Does this help? http://dspace.2283337.n4.nabble.com/Recurring-Error-org-dspace-app-oai-PluginCrosswalk-td4662351.html#a4662359 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Bots and cpu

2013-04-08 Thread George Stanley Kozak
Hi, Ene: We are using the JSPUI at Cornell University, and we are using sitemaps, so you should be able to set them up to help in your bot problem. I run path to dspace/bin/dspace generate-sitemaps every Saturday. The sitemaps end up in path to dspace/sitemaps and as I recall I had to

[Dspace-tech] DSpace scalability (tens of hundreds TBs)

2013-04-08 Thread Vlastimil Krejcir
Hello all, I have already posted this to dspace-general, however, without a great effect. I hope it will be better here :-). I have been recently asked the question on DSpace scalability - assume the project: 16 millions of items (bistreams size about 230 TB) increasing by 3 millions

Re: [Dspace-tech] DSpace scalability (tens of hundreds TBs)

2013-04-08 Thread helix84
Hi Vlastik, I don't know the answer, either, but I tried to gather some links on that topic: http://www.imaging.org/IST/store/epub.cfm?abstrid=38878 http://www.dspace.org/index.php?option=com_contentItemid=11catid=65id=377view=article http://archive.nlm.nih.gov/pubs/ceb2008/2008016.pdf

Re: [Dspace-tech] oai

2013-04-08 Thread Jose Blanco
helix84, I have my production instance using solr, and I noticed that if I don't import items, when an item is requested using GetRecord it grabs it and puts it in the cache area (var/oai), and this may be OK for us, in other words don't do the import and just have items build up in the var/oai

Re: [Dspace-tech] Bots and cpu

2013-04-08 Thread Mark H. Wood
Well, one thing I'd do is to complain to the people who run the GSA. IMHO it shouldn't be hitting any site that hard. If there isn't a way to throttle it back...there should be. We had problems with a runaway GSA and I just firewalled it off until I'm satisfied that they have it under control.

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread helix84
On Mon, Apr 8, 2013 at 4:09 PM, Drover, Matt mattdro...@mun.ca wrote: Looks easy enough. Do I leave out the id column if I'm just adding? Also, how do I add the metadata info of the bitstream (size, name, etc) as the file resides out side of dspace? No, you put in a +. This is the best

Re: [Dspace-tech] oai

2013-04-08 Thread Jose Blanco
I checked the db and I saw that there are no null handles. I did not run import. Since I noticed that if do a GetRecord with a valid handle like: http://deepblue.lib.umich.edu/dspace-oai/request?verb=GetRecordmetadataPrefix=oai_dcidentifier=oai:2027.42:2027.42/991 I get the record, regardless

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread Drover, Matt
Ok, I've got the item importing fine, but how do I add my bitstream? I'm not saving the file in dspace but I need the bitstream details to display in the item view page. Thanks. -Matt -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread helix84
Simply include the bitstream URL in a metadata field and then render that metadata field as a clickable link. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to Add more than 3 Workflow Steps?

2013-04-08 Thread Tim Donohue
Hello, DSpace JSPUI only supports up to 3 workflow steps, as you mentioned. However, if you instead used the DSpace XMLUI, you could enable the new Configurable Workflow feature to more easily customize your workflow approval process:

Re: [Dspace-tech] oai

2013-04-08 Thread Jose Blanco
Thanks for all this valuable information. I have a few more questions. 1. In the old oai we used to put the dc values associated with a particular format in crosswalks dir (say we wanted to add a particular dc value, or remove one from the response). I think in this version of oai, if we want

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread Drover, Matt
But how do I get it to show up in the bitstreasm list ? -Matt -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Monday, April 8, 2013 12:25 PM To: Drover, Matt Cc: dspace-tech Subject: Re: [Dspace-tech] importing to the db directly

Re: [Dspace-tech] oai

2013-04-08 Thread Jose Blanco
Great. Thank you! On Mon, Apr 8, 2013 at 11:54 AM, helix84 heli...@centrum.sk wrote: On Mon, Apr 8, 2013 at 5:33 PM, Jose Blanco blan...@umich.edu wrote: 1. In the old oai we used to put the dc values associated with a particular format in crosswalks dir (say we wanted to add a

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread helix84
You should try to raise the number of allowed concurrent transactions in both Postgres configuration (max_connections) and DSpace configuration (db.maxconnections). If you connect to your database and run SELECT * from pg_stat_activity; and you see many items as IDLE in transaction, it means all

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread abhishek.kulkarni
I am facing this problem after creation new instance of dspace 3.0. -- View this message in context: http://dspace.2283337.n4.nabble.com/java-util-NoSuchElementException-Timeout-waiting-for-idle-object-tp4663019p4663076.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread abhishek.kulkarni
I have created new instance of dspace 3.0, and facing this problem on it. Thanks, Abhishek -- View this message in context: http://dspace.2283337.n4.nabble.com/java-util-NoSuchElementException-Timeout-waiting-for-idle-object-tp4663019p4663078.html Sent from the DSpace - Tech mailing list

Re: [Dspace-tech] importing to the db directly

2013-04-08 Thread Drover, Matt
xmlui and 3.0. -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Monday, April 8, 2013 1:14 PM To: Drover, Matt Cc: dspace-tech Subject: Re: [Dspace-tech] importing to the db directly Which DSpace version, UI and theme are you using?

[Dspace-tech] CC support, testing needed

2013-04-08 Thread Tomas Cohen Arazi
Hi, there's are a few patches, regarding CreativeCommons localization support, waiting for someone to test them. They will provide better localization support and are pretty trivial to test. We already use them in production @Universidad Nacional de Córdoba (currently on 1.8). Our testing

Re: [Dspace-tech] java.util.NoSuchElementException: Timeout waiting for idle object

2013-04-08 Thread abhishek.kulkarni
Full java stack trace: - Caused by: org.xml.sax.SAXException: An error was encountered while processing the 'aspect.general.PageNotFoundTransformer' Wing based component: org.dspace.app.xmlui.aspect.general.PageNotFoundTransformer org.apache.commons.dbcp.SQLNestedException: Cannot get a