Re: [Dspace-tech] error while installing dspace

2013-10-02 Thread helix84
e user before you run ant. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code for Performance Free Intel webina

Re: [Dspace-tech] Edit authorities using batch editing tool

2013-10-02 Thread helix84
, only this slight annoyance with seemingly redundant columns in Batch Metadata Editor (they're not redundant, they're complementary). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Delete SOLR stats from deleted item

2013-10-02 Thread helix84
re running the following delete query, which should delete all events with that item id: curl "http://localhost:8080/solr/statistics/update?stream.body=id:4215" Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

Re: [Dspace-tech] threebox

2013-10-02 Thread helix84
/submit/edit-metadata.jsp for XMLUI: dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/submission/submit/DescribeStep.java Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] threebox

2013-10-01 Thread helix84
I'm assuming you're talking about input forms, correct? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webina

Re: [Dspace-tech] XMLUI Question - Identifying embargo/restricted thumbnails in XSLT (DSpace 3.1)

2013-10-01 Thread helix84
he information should be added somewhere into //meta/userMeta. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: C

Re: [Dspace-tech] Redirect handle to different item_id?

2013-09-30 Thread helix84
Hi Alcides, I think it should work fine. You'd have to update the "resource_id" value in the "handle" table for the given handle. You'd also want to modify the item's metadata to contain the new handle, because the links on the item's page are generated

Re: [Dspace-tech] XMLUI Question - Identifying embargo/restricted thumbnails in XSLT (DSpace 3.1)

2013-09-30 Thread helix84
[2], especially the getStartDate() and getEndDate() methods. [1] https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-api/src/main/java/org/dspace/content/crosswalk/METSRightsCrosswalk.java#L249 [2] http://demo.dspace.org/javadocs/3/apidocs/ Regards, ~~helix84 Compulsory reading: DSpace Mailing

Re: [Dspace-tech] Nutch crawl and Hadoop

2013-09-30 Thread helix84
could distribute Postgres, Solr (for search) or a reverse proxy (for bitstream caching, probably not your use case). The DSpace application itself is not really distributable apart from running the separate webapps on different nodes. Regards, ~~helix84 Compulsory reading: DSpace Mai

Re: [Dspace-tech] show bibtex for an item?

2013-09-27 Thread helix84
Sorry, the way I wrote it might be confusing. To clarify: On Fri, Sep 27, 2013 at 2:07 PM, helix84 wrote: > Store it anywhere in your theme and use xsl:import to import it in > your main theme's xsl file. Here I meant the modified bibtex.xsl. > You don't have to explicit

Re: [Dspace-tech] show bibtex for an item?

2013-09-27 Thread helix84
ample, here's a template that works this way: https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl#L82 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/dis

Re: [Dspace-tech] Display all items in a collection

2013-09-27 Thread helix84
st the code now, we'll be happy to hear your comments about it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinar

Re: [Dspace-tech] Querying Solr

2013-09-27 Thread helix84
0&start=0&wt=csv"; curl -s "http://localhost:8080/solr/statistics/select?q=*:*&rows=10&start=0&wt=csv"; Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ---

Re: [Dspace-tech] Querying Solr

2013-09-26 Thread helix84
ow should i write the request? Hi Remi, this should help: https://wiki.duraspace.org/display/DSPACE/Solr Let me know if there's something it doesn't answer. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.or

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
On Thu, Sep 26, 2013 at 2:21 PM, remi asare wrote: > Will do. Thanks a bundle You're welcome a collection :) Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+E

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
r any additional local schema files - "n\metadata_*.xml") 3) copy the bitstream into "n\" 4) create a "n\contents" file for the bitstream (e.g. "bitstream.pdf bundle:ORIGINAL primary:true") Where "n\" is a numeric name of the directory correspondin

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
ese: http://stackoverflow.com/questions/1813427/extracting-information-from-pdfs-of-research-papers This is really worth doing only if you have a large number of items to import. Personally, I wouldn't bother for less than 100 items. Regards, ~~helix84 Compulsory reading: DSpace Mailing List E

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
18/Importing+and+Exporting+Items+via+Simple+Archive+Format#ImportingandExportingItemsviaSimpleArchiveFormat-DSpaceSimpleArchiveFormat Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailin

Re: [Dspace-tech] Dspace doesn't send email after change template jspui to xmlui (v3.1)

2013-09-26 Thread helix84
h information as you can - if something doesn't work as you expect, say what exactly happens; including any messages, error logs. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/

Re: [Dspace-tech] Import Items in DSpace that have not been exported previously from DSpace

2013-09-26 Thread helix84
hing like that in DSpace. Where is the information stored that says which item bitstream belongs to which item? If you have a large number of such bitstreams, it could be worth to write a simple curation task to add them. Regards, ~~helix84 Compulsory reading: DSpace Mailing List E

Re: [Dspace-tech] Dspace doesn't send email after change template jspui to xmlui (v3.1)

2013-09-25 Thread helix84
iption, submission state change, error notification, ...)? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- October Webinars: Code fo

Re: [Dspace-tech] Blank Page item-view

2013-09-25 Thread helix84
Do you have browse indexes (webui.browse.index.*) defined for those fields (e.g. dc.cplace.country)? If not, you must add them and run index-init. If a blank page shows, there should be a message written to the log. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] show bibtex for an item?

2013-09-25 Thread helix84
as the added benefit of you not depending on running OAI. [1] https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-Installation [2] https://raw.github.com/lyncode/DSpace/51a3187796a3df275dc05cf4647e2461bacbba5f/dspace/config/crosswalks/export/bibtex.xsl Regards, ~~helix84

Re: [Dspace-tech] Login banner for xmlui? (DSpace 3.2)

2013-09-25 Thread helix84
Hi Andrew, put this into your themes's xsl: Your stuff goes here Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] show bibtex for an item?

2013-09-24 Thread helix84
sformation-Engine (already a part of DSpace 3.x) to write your own XMLUI aspect or JSPUI code. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Reordering Metadata

2013-09-24 Thread helix84
ield and metadatavalue tables to metadata_field_id = 3 3) change all occurences of (metadata_field_id = 1000) in metadatafield and metadatavalue tables to metadata_field_id = 64 Make sure you have a full backup before you do any changes to the database. Regards, ~~helix84 Compulsory reading

Re: [Dspace-tech] SOLR: stats-log-importer NullPointerException

2013-09-23 Thread helix84
page, especially use the workaround script for importing in smaller batches because importing many items is very slow. That should be fixed in 4.0. [1] https://wiki.duraspace.org/display/DSDOC3x/Elastic+Search+Usage+Statistics Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] SOLR: stats-log-importer NullPointerException

2013-09-23 Thread helix84
s actually being set in the whole DSpace codebase. So I don't understand it myself. [1] https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/src/main/java/org/dspace/statistics/util/StatisticsImporter.java#L343 Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] XSL Examples

2013-09-22 Thread helix84
3.2/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl#L104 [2] https://github.com/osulibraries/DSpaceOSUKB/wiki/XMLUI-Customizations-to-Themes#metadata-display---simple-item-view Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https:

Re: [Dspace-tech] media filter question

2013-09-22 Thread helix84
special here... > > The database seems OK, I am able to follow the communities to collections to > items just fine, but no bitstreams are being filtered. > > I'll keep debugging on my end, but if you have any other ideas, do pass them > my way! > Bill > > > On T

Re: [Dspace-tech] Workflow statistics, negative numbers - what do they mean?

2013-09-20 Thread helix84
lob/master/src/main/webapp/i18n/messages_pt_BR.xml#L1951 If you tell me the message key and the correct translation, I can change it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/displa

Re: [Dspace-tech] Kindly remove umapathy...@gmail.com fro your mail list.

2013-09-20 Thread helix84
On Fri, Sep 20, 2013 at 6:40 AM, umapathymku wrote: > Kindly remove umapathy...@gmail.com fro your mail list. send an empty email to dspace-tech-le...@lists.sourceforge.net Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mail

Re: [Dspace-tech] send a mail to the user after submitting to a colllection

2013-09-19 Thread helix84
an item to the repository and sending the emails depending on collection. Also consider the option of RSS feeds, although I think it requires you to have JSPUI deployed: https://wiki.duraspace.org/dosearchsite.action?spaceSearch=false&queryString=rss Regards, ~~helix84 Compulsory reading:

Re: [Dspace-tech] How to automatically add read permissions to generated thumbnails to anonymous users?

2013-09-19 Thread helix84
ses an unwanted redirect later during login. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LIMITED TIME SALE - Full Year of Mic

Re: [Dspace-tech] How to automatically add read permissions to generated thumbnails to anonymous users?

2013-09-19 Thread helix84
red method is writing them in Jython [2] because you can skip the compile step and just run it and see the result. [1] https://wiki.duraspace.org/display/DSDOC3x/Curation+System [2] https://wiki.duraspace.org/display/DSDOC3x/Curation+tasks+in+Jython Regards, ~~helix84 Compulsory reading: DSpa

Re: [Dspace-tech] Fwd: What are the options for restricting the display of the login box for embargoed files

2013-09-19 Thread helix84
r another publicly accessible item, try to remove the READ right for the Anonymous group, i.e. not set an embargo, just remove them and see if the lock shows up. This is to see whether there is a problem with embargoed items showing the lock (sorry, can't rest it myself right now). Regards, ~~heli

Re: [Dspace-tech] media filter question

2013-09-19 Thread helix84
pace/DSpace/blob/dspace-3.2/dspace-api/src/main/java/org/dspace/app/mediafilter/MediaFilterManager.java#L502 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DS

Re: [Dspace-tech] Fwd: What are the options for restricting the display of the login box for embargoed files

2013-09-19 Thread helix84
e.cfg: plugin.named.org.dspace.content.crosswalk.DisseminationCrosswalk = \ ... org.dspace.content.crosswalk.METSRightsCrosswalk = METSRIGHTS, \ ... This could be missing if you upgraded from 1.6.x and reused the old configuration file (practice which I also recommend against). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] bulk import of EPeople

2013-09-19 Thread helix84
L, which would allow you to do the subscriptions, too. The DSpace DB schema is described here: https://wiki.duraspace.org/display/DSDOC3x/Storage+Layer#StorageLayer-RDBMS/DatabaseStructure Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/

Re: [Dspace-tech] Database query to XML

2013-09-19 Thread helix84
, make sure your /etc/hosts file translates localhost to 127.0.0.1 and if you're using RemoteAddrValve that 127.0.0.1 is among the allowed addresses. The localhost restriction doesn't work with IPv6. Regards, ~~helix84 Compulsory reading: DSpace Mailing Lis

Re: [Dspace-tech] [SPAM] Re: [SPAM] Re: [SPAM] DSpace 3.2 SOLR doesn't work with previous version index

2013-09-19 Thread helix84
's causing problems (or for all cores) and see if it helps. solrconfig for the "search" core is here: https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace/solr/search/conf/solrconfig.xml#L102 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.dur

Re: [Dspace-tech] User Registration Notification

2013-09-19 Thread helix84
ail server that would forward emails to your set of email addresses and then put the alias email to registration.notify in dspace.cfg. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/M

Re: [Dspace-tech] Remove me from the mail list

2013-09-19 Thread helix84
You can unsubscribe here: https://lists.sourceforge.net/lists/listinfo/dspace-tech or by sending an empty email to dspace-tech-le...@lists.sourceforge.net Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSPACE error

2013-09-19 Thread helix84
m an earlier version of DSpace, you have to run all the relevant scripts in correct order, e.g. if upgrading 1.6.x to 3.2: 1) database_schema_16-17.sql 2) database_schema_17-8.sql 3) database_schema_18-3.sql Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duras

Re: [Dspace-tech] media filter question

2013-09-18 Thread helix84
thus it skips the majority of your files. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LIMITED TIME SALE - Full Year of Micr

Re: [Dspace-tech] Database query to XML

2013-09-18 Thread helix84
rom Lucene- to Solr-based indexes. That's a big change that warrants thourough testing itself. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing

Re: [Dspace-tech] Database query to XML

2013-09-18 Thread helix84
ry. Then use a ProxyPass directive for that directory to tell HTTPD to bypass the AJP connector and call the PHP handler instead. If you have a different setup than AJP, let me know, but it will be similar. [1] https://wiki.duraspace.org/display/DSPACE/Solr [2] https://wiki.duraspace.org/display/DSPAC

Re: [Dspace-tech] SUBSCRIBE TO E-MAIL ALERTS

2013-09-18 Thread helix84
Hi Shrilatha, please make sure sending email in your DSpace works by running "[dspace]/bin/dspace test-email". Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] LDAPAuthenticate Conflict

2013-09-18 Thread helix84
older version of DSpace and it will work just fine (with the old authentication-ldap.cfg). Of course, that's a workaround and I appreciate you're trying to find a solution to the problem. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/disp

Re: [Dspace-tech] What are the options for restricting the display of the login box for embargoed files

2013-09-18 Thread helix84
both the old ones based on dri2xhtml and the new ones based on dri2xhtml-alt. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LIMIT

Re: [Dspace-tech] DSpace e-mail templates

2013-09-17 Thread helix84
a/org/dspace/xmlworkflow/state/actions/userassignment/AssignOriginalSubmitterAction.java#L66 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+Li

Re: [Dspace-tech] Java Concurrent Modification Exception

2013-09-17 Thread helix84
new-events-in-event-consumers-td4665174.html In my case I got this exception now and then, but it never crashed DSpace. Is that really what's happening in your case? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+E

Re: [Dspace-tech] [SPAM] Re: [SPAM] DSpace 3.2 SOLR doesn't work with previous version index

2013-09-17 Thread helix84
You can unsubscribe here: https://lists.sourceforge.net/lists/listinfo/dspace-tech Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] [SPAM] Re: [SPAM] DSpace 3.2 SOLR doesn't work with previous version index

2013-09-17 Thread helix84
://wiki.apache.org/solr/SolrPerformanceFactors#OutOfMemoryErrors Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LIMITED TIME SALE - Full Yea

Re: [Dspace-tech] apache maven error installing dspace ver 3.2

2013-09-17 Thread helix84
Hi Lewatle, run "mvn package", not "mvn Package". Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LIMITED T

Re: [Dspace-tech] DSpace LDAP authentication problem

2013-09-17 Thread helix84
domain") > > Is returning not a null character but instead the string "null" > I think this is a bug. Yes, sounds like a bug. Please, file a Jira issue so that we don't forget about it. Regards, ~~helix84 Compulsory reading: DSpace Mailing

Re: [Dspace-tech] Encoding problem in discovery search results, xmlui

2013-09-17 Thread helix84
On Mon, Sep 16, 2013 at 11:40 PM, Alcides Carlos de Moraes Neto wrote: > A successful execution of update-discovery-index -b with the proper LANG > environment variable (pt_BR, UTF-8) seems to have fixed the issue. That makes sense. Thanks for reporting back. Regards, ~~helix84 Comp

Re: [Dspace-tech] How to purge/remove old thumbnails?

2013-09-17 Thread helix84
in the bitstream table and deleted the matching > lines from bundle2bitstream. That most likely left some orphaned resourcepolicies and whatnot behind. I don't think there would be any serious consequences but I'd still recommend you to rollback if you can and use the above procedure. R

Re: [Dspace-tech] [SPAM] DSpace 3.2 SOLR doesn't work with previous version index

2013-09-17 Thread helix84
pped while you copied the index data from the old instance? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LIMITED TIME SALE

Re: [Dspace-tech] Unable to connect DSpace

2013-09-17 Thread helix84
On Tue, Sep 17, 2013 at 8:12 AM, SanjibKumarDeka wrote: > But which log file I have to see, I have seen lots of files with .txt, .log. Look at the end of catalina.out (this is a large file) or, alternatively, in the file with today's date (e.g. catalina.2013-09-17.log). Regards, ~

Re: [Dspace-tech] Embargo in 3.x

2013-09-17 Thread helix84
On Tue, Sep 17, 2013 at 11:37 AM, Sean Carte wrote: > Is it possible to add an embargo to a bitstream that has already been > archived? Hi Sean, go to Edit item - Authorizations - Add a new Bitstream policy - and select a start/end date. Regards, ~~helix84 Compulsory reading: DSpace M

Re: [Dspace-tech] dspace 3.2 embargo lift

2013-09-16 Thread helix84
go, you do not need to run embargo-lifter at all, embargo terms would be stored in resource policies, not in metadata fields. You only need to make sure your server always has correct time (e.g. using NTP). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.dur

Re: [Dspace-tech] Apache/Tomcat/DSpace munging jquery files

2013-09-15 Thread helix84
bug in our Jira. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99

Re: [Dspace-tech] DSpace 3.2 index-init errors

2013-09-15 Thread helix84
S": invalid > identifier Hi Damanzano, you have a typo in your source code. On this line you somehow changed sequence_id to sequence_is. You must change it back, rebuild, redeploy and restart DSpace. https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-api/src/main/java/org/dsp

Re: [Dspace-tech] Question about mod_jk, x-forwarded-for and IP-based authentication

2013-09-15 Thread helix84
dress (which in your case is always Apache's IP). You need to set this in dspace.cfg: useProxies = true That should make not only IPAuthentication recognize the IP from X-Forwarded-For, but also other parts of DSpace such as statistics. Regards, ~~helix84 Compulsory reading: DSpace Ma

Re: [Dspace-tech] LDAP auto-registration -- what am I missing?

2013-09-15 Thread helix84
alues, this is not how the code in DSpace currently works. Even if you enable hierarchical auth (which you otherwise don't need - because the authentication itself works for you), DSpace will still use the actual user's account to retrieve its attributes, not the search.user accoun

Re: [Dspace-tech] (no subject)

2013-09-15 Thread helix84
f each point are, feel free to ask. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LIMITED TIME SALE - Full Year of Microsoft Trai

Re: [Dspace-tech] High CPU usage

2013-09-15 Thread helix84
s could be that you gave Tomcat too little memory and it spends a lot of time doing garbage collection. For other tips, also try a google search for "tomcat 100% cpu". Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

Re: [Dspace-tech] How to purge/remove old thumbnails?

2013-09-15 Thread helix84
Hi Alcides, you could do something like the following SQL query. Please note that I didn't actually test it, it's just to give you the idea. SELECT bistream_id, nameFROM bitstreamWHERE name LIKE '%.jpg'AND rtrim(name, '.jpg') NOT IN (SELECT name FROM bitstream);

Re: [Dspace-tech] Migrate Bitstream Store

2013-09-15 Thread helix84
tories there. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!

Re: [Dspace-tech] Email Registration

2013-09-10 Thread helix84
So, did you try doing what the message tells you to do? What is the exact contents of that email (including line breaks)? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSpace Link Checker Error

2013-09-10 Thread helix84
6789" is your handle prefix. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- How ServiceNow helps IT people transform IT depar

Re: [Dspace-tech] DSpace Link Checker Error

2013-09-10 Thread helix84
community? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy I

Re: [Dspace-tech] Error sending email

2013-09-10 Thread helix84
It seems like you're changing [dspace-source]/dspace/config/dspace.cfg. You should also do the changes in [dspace]/config/dspace.cfg. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] Enforcing password complexity, expiration

2013-09-10 Thread helix84
dules/authentication-password.cfg c) The initial administrator account is not special in any way. You can use any LDAP account (or multiple accounts) instead and put it into the Administrators group. Then you can disable PasswordAuthentication completely if you don't need it for other accou

Re: [Dspace-tech] Error sending email

2013-09-10 Thread helix84
Please, send the relevant part of your configuration file and the error message again. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] SOLR

2013-09-10 Thread helix84
setting is to point DSpace to the correct URL of your Solr. Make sure Solr is listening on the port listed there and make sure to use the localhost address, not a public IP or a hostname. You can check the connection from the DSpace host (that is important) by making a HTTP GET request to that URL.

Re: [Dspace-tech] Question about "Users who visited this item also visited..."

2013-09-10 Thread helix84
uot;Morelikethis"configuration Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- How ServiceNow helps IT people transform IT depar

Re: [Dspace-tech] Problem with ant update

2013-09-10 Thread helix84
ower to you all. I don't know either why ant cares about your vocabulary, but try to check whether it's well-formed XML: xmllint -noout yourvocab.xml http://code.google.com/p/xmllint/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette htt

Re: [Dspace-tech] Error sending email

2013-09-10 Thread helix84
Hi Jimena, firewall is not the problem. Your configuration is wrong. Please, follow this article: http://blog.stuartlewis.com/2009/09/05/using-gmail-with-dspace/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] Mathematical formulas support

2013-09-09 Thread helix84
), and this example is specific for images. That means there will be an extra step for the user - he will have to export the equation in some text format that you can process. [1] http://www.w3.org/TR/clipboard-apis/ [2] http://strd6.com/2011/09/html5-javascript-pasting-image-data-in-chrome/

Re: [Dspace-tech] Problem with ant update

2013-09-09 Thread helix84
rnals that could be useful. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Learn the latest--Visual Studio 2012, SharePoint 2013

Re: [Dspace-tech] Own metadata format and OAI-PMH in dspace 3.

2013-09-09 Thread helix84
Oops, I missed a step: 2.5) Add a record into in [dspace]/config/crosswalks/oai/xoai.xml Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Own metadata format and OAI-PMH in dspace 3.

2013-09-09 Thread helix84
out file.xsl" to check for errors in xml well-formedness of your stylesheer and "xmllint --noout --schema XSD_FILE XML_FILE" (if you have a XSD for your metadata format) to check the validity of your resulting XML. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Mathematical formulas support

2013-09-08 Thread helix84
Relevant Jira issue: https://jira.duraspace.org/browse/DS-635 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Learn the latest

Re: [Dspace-tech] converting csv to xml doubline core format

2013-09-06 Thread helix84
ol myself. Perhaps there already was an identical item and you imported it again? Try the process again with a different, new item. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPAC

Re: [Dspace-tech] Malayalam full text search in DSpace

2013-09-05 Thread helix84
in future DSpace versions anyway. Here are steps necessary to enable Discovery in DSpace 3.x: https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-EnablingDiscovery With Discovery, you'll be using "dspace update-discovery-index" instead of "dspace index-update"

Re: [Dspace-tech] [Dspace-general] Those letters, how do they work?

2013-09-05 Thread helix84
On Thu, Sep 5, 2013 at 1:15 AM, wrote: > Hi ~~helix84. > > I was not clear enough. When I asked about the < (less than) operator I was > more concerned with the semantics of the comparison in the context of the > query/search: shoudn't it be "starts with"? &

Re: [Dspace-tech] Malayalam full text search in DSpace

2013-09-04 Thread helix84
d interface (XMLUI/JSPUI). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Learn the latest--Visual Studio 2012, SharePoint 201

Re: [Dspace-tech] Migrate Bitstream Store

2013-09-04 Thread helix84
assetstore.dir; in that case all new content would be stored to assetstore.dir.1 and the old content would remain in assetstore.dir. More information here: https://wiki.duraspace.org/display/DSDOC3x/Storage+Layer#StorageLayer-BitstreamStore Regards, ~~helix84 Compulsory reading: DSp

Re: [Dspace-tech] converting csv to xml doubline core format

2013-09-04 Thread helix84
Hi Sisay, use this program: https://wiki.duraspace.org/display/DSPACE/Simple+Archive+Format+Packager Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Error while Browsing XMLUI?

2013-09-04 Thread helix84
Try changing backslashes in the appBase attribute in the Host element to regular slashes. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Error while Browsing XMLUI?

2013-09-04 Thread helix84
If you're using Tomcat, look at Context tags in server.xml or in conf/Catalina/localhost/*.xml. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] Getting DSpace to use Amazon S3 for content storage

2013-09-04 Thread helix84
dspace.2283337.n4.nabble.com/iRODS-support-in-DSpace-td4664148.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Learn the lat

Re: [Dspace-tech] Encoding problem in discovery search results, xmlui

2013-09-03 Thread helix84
txt ? No, that's normal. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette <>-- Learn the latest--Visual Studio 2012, Sha

Re: [Dspace-tech] XMLUI Question - Identifying embargo/restricted thumbnails in XSLT (DSpace 3.1)

2013-09-03 Thread helix84
rc/main/webapp/themes/dri2xhtml-alt/aspect/artifactbrowser/discovery.xsl#L178 [3] https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/webapp/themes/dri2xhtml-alt/aspect/artifactbrowser/item-list.xsl#L150 [4] https://github.com/DSpace/DSpace/pull/74/files [5] https://jira.duraspace.org/

Re: [Dspace-tech] metadata extract for withdrawn items

2013-09-03 Thread helix84
d || ' -d /save/export/here -n 1' FROM item WHERE withdrawn = 't'; [1] https://wiki.duraspace.org/display/DSDOC3x/Importing+and+Exporting+Items+via+Simple+Archive+Format#ImportingandExportingItemsviaSimpleArchiveFormat-ExportingItems Regards, ~~helix84 Compu

Re: [Dspace-tech] default.license : Manakin : XMLUI : style

2013-09-03 Thread helix84
notice that those are DRI tags, not HTML tags. There's DRI element reference here: https://wiki.duraspace.org/display/DSDOC3x/DRI+Schema+Reference Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] Simple Archive Format

2013-09-03 Thread helix84
/etc/postgres/update-sequences.sql to reset handle_seq to the value of the highest handle postfix you have. That should ensure that DSpace doesn't try to assign a handle that was already assigned once. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/di

Re: [Dspace-tech] Modify the emails automatically sent from Dspace (1.8.2)

2013-09-03 Thread helix84
used (getEmail()) and a single parameter being added (addArgument()): https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/src/main/java/org/dspace/eperson/Subscribe.java#L474 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

<    2   3   4   5   6   7   8   9   10   11   >