Re: [Dspace-tech] Owner of Assetstore directories and files

2015-08-25 Thread helix84
iately notice it because only uploads won't work). I speak from my own experience :) Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.dur

Re: [Dspace-tech] Owner of Assetstore directories and files

2015-08-24 Thread helix84
here the tomcat package determines the user name (tomcat7). You shouldn't change the ownership of tomcat's files because they belong to the package and the package will reinstall them under the tomcat7 name upon the nearest package upgrade. Regards, ~~helix84 Compulsory reading: DSpace Mai

Re: [Dspace-tech] DSpace 5.1 - oai 500

2015-08-18 Thread helix84
can try something like this: SELECT handle, text_valueFROM metadatavalue, handleWHERE metadatavalue.resource_id = handle.resource_idAND text_value LIKE E'%\u0017%'; Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

Re: [Dspace-tech] Embargo process and future releases

2015-08-17 Thread helix84
At this time, it looks like the plugin-based embargo added in 1.6 might be removed and only the resoucepolicy-based 3.0 embargo kept. See https://jira.duraspace.org/browse/DS-2588 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE

Re: [Dspace-tech] CPU usage when idle

2015-08-17 Thread helix84
I should add that this was on DSpace 5 and that APR is not on by default (requires the libtcnative-1 package). On Mon, Aug 17, 2015 at 11:39 AM, helix84 wrote: > Hi everyone, > > this is just a heads-up about a problem I solved with my repository. > > I was getting ~60% CPU usage

[Dspace-tech] CPU usage when idle

2015-08-17 Thread helix84
also getting occasional "Too many open files" message with APR despite trying to raise the respective ulimit. They haven't appeared yet with APR turned off. If you have similar experiences, please do share them with us. Regards, ~~helix84 Compulsory reading: DSpace Mailing

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread helix84
as collapsible. Replace with your ... and it should work. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread helix84
will partly work, but > the arrow icons do not appear, when viewing the community list. > > Thanks > Keith > > On Thu, Aug 13, 2015 at 9:07 AM, helix84 wrote: > >> Try this: >> >> > match="dri:div[@id='aspect.artifactbrowser.CommunityBrowser.di

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread helix84
Try this: It hides the community browser unless the request URI is non-empty (like "/community-list"). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] Front Page Build

2015-08-13 Thread helix84
SPACE/TechnicalFAQ#TechnicalFAQ-HowdoIremovethesearchboxfromthefrontpageinXMLUI ? [2] https://wiki.duraspace.org/display/DSPACE/TechnicalFAQ#TechnicalFAQ-HowcanIchangewhatisdisplayedinXMLUIforaparticularcollection ? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Filter by language - search

2015-07-23 Thread helix84
running [dspace]/bin/dspace index-discovery -b, otherwise the changes will not appear." If you also want facets: "Each sidebar facet must also occur in the list of the search filters." Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.

Re: [Dspace-tech] extract pdf files from an entire collection

2015-06-25 Thread helix84
ame '*.pdf' -print0 | xargs -0 -I {} cp -i {} ./cdrom/ Note that the -i argument in this non-interactive mode is there just to notify you of files which had identical filenames and therefore only one of them is in the target directory. Regards, ~~helix84 Compulsory read

Re: [Dspace-tech] about hosting and external interface

2015-06-24 Thread helix84
earch dspace from external website? > If you want to display the results in the DSpace interface, just use URL parameters. If you want to display them in your interface, it's easiest to use Solr: https://wiki.duraspace.org/display/DSPACE/Solr Regards, ~~helix84 Compulsory reading: DSpace Ma

Re: [Dspace-tech] Altmetrics and DSpace how to add?

2015-06-24 Thread helix84
Sorry, I was wrong. It seems they started supporting handles, too. http://api.altmetric.com/embeds.html It's possible they'll have to harvest your repository first to recognize handles, consult this with Altmetric. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiqu

Re: [Dspace-tech] Altmetrics and DSpace how to add?

2015-06-24 Thread helix84
which have DOI. > 2) Altmetrics team, give me API KEY but i dont known what i can do with > this, where i must write this KEY? > I don't think you need the API key for using badges. Only if you want to use the API, this is not used in DSpace. Regards, ~~helix84 Compulsor

Re: [Dspace-tech] about hosting and external interface

2015-06-24 Thread helix84
torage+Layer#StorageLayer-RDBMS/DatabaseStructure [2] https://wiki.duraspace.org/display/DSDOC5x/Ingesting+Content+and+Metadata Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+Li

Re: [Dspace-tech] Vagrant or Docker

2015-06-24 Thread helix84
is matters only if you run multiple containers per machine. I also talked about this briefly with Hardy and he pointed out one benefit of Vagrant - vagrant-share. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing

Re: [Dspace-tech] Altmetrics and DSpace how to add?

2015-06-23 Thread helix84
[3]? Which altmetrics do you want to use? DSpace 5 supports Altmetric [2] and PlumX [3] in XMLUI out-of-the-box [1]. Adding it to JSPUI would be quite simple. [1] https://jira.duraspace.org/browse/DS-1222 [2] http://api.altmetric.com/embeds.html [3] https://plu.mx/developers/widgets Regard

Re: [Dspace-tech] Search API returning JSON

2015-06-18 Thread helix84
raspace.org/display/DSPACE/Solr Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- ___ DSpac

Re: [Dspace-tech] Problem with Search Result display in Mirage2 theme (resend)

2015-06-17 Thread helix84
ng the search terms, but this should give you an idea where to start looking. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.durasp

Re: [Dspace-tech] Upgrade to JSPUI or XMLUI or not at all ?

2015-06-17 Thread helix84
om LINDAT/CLARIN, they have a custom license module with such features and use XMLUI. It was briefly mentioned here: http://www.doria.fi/handle/10024/97724 Their repo is here: https://github.com/ufal/lindat-dspace Regards, ~~helix84 Compulsory rea

Re: [Dspace-tech] Dspace 4.2 Issue

2015-06-16 Thread helix84
al in order to provide context to you, the repository administrator. Instead, access the feedback page from any other DSpace page by clicking on the feedback link. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/

Re: [Dspace-tech] Dspace 4.2 Issue

2015-06-16 Thread helix84
, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette On Tue, Jun 16, 2015 at 2:02 PM, Wasefer Zaman < wasefer.za...@simplexinfra.com> wrote: > Please find the output of the command "wget http://local

Re: [Dspace-tech] Dspace 4.2 Issue

2015-06-16 Thread helix84
r at http://localhost:8080/solr/search. Proceed as I described. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+

Re: [Dspace-tech] Dspace 4.2 Issue

2015-06-16 Thread helix84
"200 OK" response, there is a problem. To run Solr, make sure its is defined as per installation instructions and search.server in [dspace]/config/modules/discovery.cfg is a working URL endpoint (the procedure shown above). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiq

Re: [Dspace-tech] dspace ldap

2015-06-16 Thread helix84
have one, I see no point in installing your own LDAP server just for DSpace, in that case you can just use PasswordAuthentication. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+Lis

Re: [Dspace-tech] Question Rest Javadoc

2015-06-15 Thread helix84
Hi Paul, there certainly is some JavaDoc for classes under org.dspace.rest in DSpace 5 as you can see here: http://demo.dspace.org/javadocs/5/apidocs/ Perhaps you ran "mvn javadoc:javadoc" in ~/dspace-src/dspace-rest/ ? Try running it in ~/dspace-src/ instead. Regards, ~~helix84

Re: [Dspace-tech] eperson and groups

2015-05-22 Thread helix84
tadata_field_id FROM metadatafieldregistry WHERE metadata_schema_id = 1 AND element = 'title' AND qualifier IS NULL ), 6, currval('epersongroup_seq'), 'NEW_GROUP_NAME'); Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] eperson and groups

2015-05-21 Thread helix84
in previous versions using this query instead (6 is the constant for group): SELECT e.*, m.text_value AS name FROM epersongroup eLEFT JOIN metadatavalue m ON ( m.resource_id = e.eperson_group_id AND m.resource_type_id = 6) Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiqu

Re: [Dspace-tech] eperson and groups

2015-05-19 Thread helix84
roup membership is dynamic - it doesn't appear in the epersongroup2eperson table, but you can check effective membership in the profile of a logged in user. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

Re: [Dspace-tech] Batch move item between collections

2015-05-14 Thread helix84
field and export only those items): https://github.com/DSpace/DSpace/pull/801 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- One

Re: [Dspace-tech] problems with dspace 5.1 migration - error on eperson-firstname and unable to create administrator fresh install

2015-05-12 Thread helix84
h contains this information. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- One dashboard for servers and applications across Physica

Re: [Dspace-tech] Question about SQL query

2015-05-12 Thread helix84
ourcepolicy WHERE resource_type_id = '0' and for items (with item handle added): SELECT handle.handle, resourcepolicy.*FROM resourcepolicy, handleWHERE resourcepolicy.resource_type_id = '2'AND resourcepolicy.resource_id = handle.resource_id Regards, ~~helix84 Compulsory reading

Re: [Dspace-tech] access rights in METS ingest are ignored

2015-05-04 Thread helix84
meber whether metsrights in AIP uses the same concept of users/groups as DSpace, though. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation

2015-04-22 Thread helix84
u consider primary if you have both deployed, so it doesn't try to guess. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- BPM Camp

Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation

2015-04-22 Thread helix84
Hi Hilton, that part is specific to DSpace. Harvesting from any other OAI-ORE-compliant provider should work just fine. The reason DSpace is mentioned specifically is that there are two different bitstream URL syntaxes depending on which UI you use. Regards, ~~helix84 Compulsory reading

Re: [Dspace-tech] OAI-PMH/OAI-ORE Harvesting configuration documentation

2015-04-22 Thread helix84
Hi David, the ore.authoritative.source option and the related OREDisseminationCrosswalk seem to be a remnant from pre-DSpace 3 OAI. Why don't you try this instead: http://demo.dspace.org/oai/request?verb=GetRecord&metadataPrefix=ore&identifier=oai:demo.dspace.org:10673/3 Regar

Re: [Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread helix84
or one with a special name. Such implementation will still be contained within the curation task and doesn't require changes to DSpace. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DS

Re: [Dspace-tech] Advanced Embargo: Dark Metadata

2015-04-21 Thread helix84
Hi Peter, the easiest thing I can think of with no new development is to put the items in archive as withdrawn, put embargo lift date in a metadata field and run a curation task daily to to "lift" the embargo (reinstate the items). Regards, ~~helix84 Compulsory reading: DSpace Ma

Re: [Dspace-tech] XMLUI modification: search collections from front page

2015-04-15 Thread helix84
ost:8080/solr/search/select?q=search.resourcetype:3 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- BPM Camp - Free Virtual Workshop May

Re: [Dspace-tech] Turning SSL on with self-signed certificate breaks solr functionality

2015-04-11 Thread helix84
ng a web server as a frontend to Tomcat, you could take care of it there as Stuart suggests. Another solution would be to have another Connector on another port number which doesn't force the redirect to HTTPS. While you can't disallow non-localhost access to this in Tomcat (due to 1)

Re: [Dspace-tech] reuse of resource IDs in database

2015-04-03 Thread helix84
/main/java/org/dspace/core/Constants.java#L20-41 In case I misunderstand, please provide an example that will help me see the problem in this form: epersongroup.eperson_group_id = 123 community.community_id = 456 ... Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] APIs to alter Reports and Userprofiles

2015-03-31 Thread helix84
API: https://wiki.duraspace.org/display/DSDOC5x/REST+API There may be other APIs available for specialized tasks, too. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] Cocoon cache

2015-03-27 Thread helix84
https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSpace Upgrade from v3.1 to v5.1

2015-03-25 Thread helix84
onnector in Tomcat's server.xml? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the World of Parallel Programming T

Re: [Dspace-tech] Security Points

2015-03-24 Thread helix84
one of the ways to acheive that). This list is non-exhaustive. For a more conceptual approach, check out [2]. [1] https://wiki.duraspace.org/display/DSPACE/Running+DSpace+on+Standard+Ports [2] https://wiki.duraspace.org/display/DSPACE/SecuringDspace Regards, ~~helix84 Compulsory reading: DSpa

Re: [Dspace-tech] BTE OAI import - NullPointerException

2015-03-13 Thread helix84
Sending link to the source, hope it helps: https://github.com/EKT/Biblio-Transformation-Engine/blob/version-0.9.4/bte-io/src/main/java/gr/ekt/bteio/loaders/OAIPMHDataLoader.java#L179 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE

Re: [Dspace-tech] Cant access some archived file without login

2015-03-11 Thread helix84
alFaq#TechnicalFaq-Ichangedaccessrestrictionsonacollection,butrestrictionsdidn'tchangeonitsitems Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] displaying full titles for pool tasks

2015-03-07 Thread helix84
ot;mvn clean package" to avoid multiple versions of the same .jar being present in the build, in which case it's generally unpredictable which version tomcat will pick up. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.o

Re: [Dspace-tech] displaying full titles for pool tasks

2015-03-07 Thread helix84
lob/dspace-5_x/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/xmlworkflow/Submissions.java#L394-395 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette On Fri, Mar 6, 2015 at 7:22 PM, Bran, Adela wrote: &

Re: [Dspace-tech] displaying full titles for pool tasks

2015-03-06 Thread helix84
ese classes: dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/submission/Submissions.java dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/workflow/Submissions.java dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/xmlworkflow/Submissions.java Regards, ~~helix84 Compulsory read

Re: [Dspace-tech] OAI-PMH data provider 2.0 not persistent?

2015-03-06 Thread helix84
t;-Original Message- >>From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of >>helix84 >>Sent: Thursday, March 05, 2015 3:46 PM >>To: Kristian Roberto Salcedo >>Cc: dspace-tech@lists.sourceforge.net; João Melo >>Subject: Re: [Dspace-tech]

Re: [Dspace-tech] External Searching of DSpace contents

2015-03-05 Thread helix84
-1264 [3] https://github.com/dergachev/solr-security-proxy [4] http://stackoverflow.com/questions/3637014/running-solr-in-read-only-mode [5] http://www.elasticsearch.org/overview/shield/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPA

Re: [Dspace-tech] OAI-PMH data provider 2.0 not persistent?

2015-03-05 Thread helix84
w items, I think you're fine. But you should test what happens to them during "oai import -c". Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette --

Re: [Dspace-tech] Dspace migration from 1.7 to 4 in new setup

2015-03-05 Thread helix84
/dspace-4_x/dspace/config/dspace.cfg#L1016-1017 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the World of Parallel Pr

Re: [Dspace-tech] Submission process and input-forms.xml - enable language fields

2015-03-05 Thread helix84
y. If I may say so, patches to add this to input forms would be welcome, but on the other hand people tend to simplify input forms (e.g. reduce the number of steps) rather than complicate it. Preferably, this would be done in a way that's very unobtrusive. Regards, ~~helix84 Compulsory readi

Re: [Dspace-tech] OAI-PMH data provider 2.0 not persistent?

2015-03-05 Thread helix84
Hi Kristian, I think you're right that the declared persistent doesn't match how DSpace behaves. I filed a Jira issue and created a pull request to change the declared status to transient. https://jira.duraspace.org/browse/DS-2491 Regards, ~~helix84 Compulsory reading: DSpace Ma

Re: [Dspace-tech] Input Forms Value Pairs

2015-03-05 Thread helix84
On Thu, Mar 5, 2015 at 11:33 AM, Hilton Gibson wrote: > Can I make it public? Sure. I took the data from Wikipedia, so consider it CC-BY-SA 3.0 Unported. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etique

Re: [Dspace-tech] Input Forms Value Pairs

2015-03-05 Thread helix84
File attached. This took literally three minutes to look up and create in vim. I used alpha-2 as the stored value. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette Afghanistan AF Åland Islands AX

Re: [Dspace-tech] XOAI wrong request info

2015-03-05 Thread helix84
org/dspace/xoai/data/DSpaceIdentify.java#L76-85 Please note that I tested the behaviour described above only on current master, not on 4.2. https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-oai/src/main/java/org/dspace/xoai/services/impl/xoai/DSpaceRepositoryConfiguration.java#L72-81

Re: [Dspace-tech] Input Forms Value Pairs

2015-03-04 Thread helix84
thing. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the World of Parallel Programming The Go Parallel Website, sponsor

Re: [Dspace-tech] XOAI wrong request info

2015-03-04 Thread helix84
ace-4.2/dspace/config/crosswalks/oai/description.xml#L3 Then just restart your servlet container. You have caching turned off (may I suggest you reconsider this decision?), so no need to run "oai clean-cache". Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette htt

Re: [Dspace-tech] install error for upstream/master

2015-03-04 Thread helix84
On Wed, Mar 4, 2015 at 8:34 PM, Monika C. Mevenkamp wrote: > after the compile I still find WEB-INF/lib/servlet-api-2.5-20081211.jar in > webapps/*/WEB-INF/lib directories Sorry for asking the obvious, but did you run mvn clean? Regards, ~~helix84 Compulsory reading: DSpace Mailin

Re: [Dspace-tech] Registering DOIs with crossref from DSpace

2015-03-04 Thread helix84
ere's how: https://wiki.duraspace.org/display/DSDOC5x/DOI+Digital+Object+Identifier#DOIDigitalObjectIdentifier-AddingsupportforotherRegistrationAgencies Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] ORCID patch for DSpace 3.2

2015-03-04 Thread helix84
e not part of PR#612. Your best bet is to upgrade to DSpace 5. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the Wor

Re: [Dspace-tech] Solr and IP authentication

2015-03-03 Thread helix84
/src/main/java/org/dspace/statistics/SolrLogger.java#L300-311 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the World of

Re: [Dspace-tech] [Dspace-devel] DSpace 5 and solr usage statistics data

2015-03-01 Thread helix84
Hi Andrea, at least part of your problem - the missing uid for old documents - is a known open issue: https://jira.duraspace.org/browse/DS-2212 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Manakin, collection name

2015-02-26 Thread helix84
Hi Anja, save it in a variable outside any template, then you can use it even in any dim template. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Reinstate a group of items that has previously been withdrawn with Batch Metadata Editing Tool

2015-02-26 Thread helix84
he value in double quotes to prevent it from being treated as a separator. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive

Re: [Dspace-tech] Dspace 5 with Tomcat 8 on OSX

2015-02-21 Thread helix84
Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] Dspace 5 with Tomcat 8 on OSX

2015-02-20 Thread helix84
On Thu, Feb 19, 2015 at 5:54 PM, Daniel Sifton wrote: > I can try. The log you attached in your second email is not dspace.log, it's also Tomcat's log like the first one. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/D

Re: [Dspace-tech] Dspace 5 with Tomcat 8 on OSX

2015-02-18 Thread helix84
Hi Daniel, that's just a very generic error in the log. Can you attach the relevant part of dspace.log? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] OAI Import Error

2015-02-18 Thread helix84
=2} {add=[123456789/2611 (1493435116024758272)]} 0 2 If you have multiple submitters without an email, you'll need to repeat the process. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/

Re: [Dspace-tech] : Upload bitstream problem

2015-02-18 Thread helix84
Make sure that your [dspace]/assetstore/ directory has write access for the user your servlet container (Tomcat) runs as. Assuming that user is "dspace" with group "dspace", you would run chown -R dspace:dspace [dspace]/assetstore/ chmod -R u+rw [dspace]/assetstore/

Re: [Dspace-tech] : Upload bitstream problem

2015-02-17 Thread helix84
the Etiquette link below and always state your version information. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Download BIRT iHu

Re: [Dspace-tech] Solr Statistics problem

2015-02-17 Thread helix84
CE/TechnicalFaq#TechnicalFaq-ErrorsconnectingtoSolr Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Download BIRT iHub F-Type - The

Re: [Dspace-tech] Apache "blocking" file upload

2015-02-12 Thread helix84
size? Could any timeout come to play? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the World of Parallel Programming. T

Re: [Dspace-tech] Default item metadata for XMULI

2015-02-11 Thread helix84
> How would I add “Default Item Metadata” to a collection created in XMLUI 4.x > or XMLUI 5.0? 1) log in as admin 2) go to collection 3) Edit Collection 4) Item template: Create Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/

Re: [Dspace-tech] (no subject)

2015-02-11 Thread helix84
sure you start with a fresh configuration directory and make your changes to it, don't overwrite newer configuration with your older one. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPAC

Re: [Dspace-tech] Edit item - Upload a new bitstream problem: buttons and footer not rendered

2015-02-10 Thread helix84
On Tue, Feb 10, 2015 at 2:58 PM, Vladimir Tomić wrote: > How should I use xmllint to check messages.xml files? xmllint -noout messages.xml No output means good. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+L

Re: [Dspace-tech] Edit item - Upload a new bitstream problem: buttons and footer not rendered

2015-02-10 Thread helix84
nning xmllint on that file. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the World of Parallel Programming. The Go Par

Re: [Dspace-tech] Importing data to DSpace from custom database

2015-02-10 Thread helix84
gards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Inte

Re: [Dspace-tech] Embargoed items

2015-02-09 Thread helix84
HP? No need for json decoding. I added a complete example here: https://wiki.duraspace.org/display/DSPACE/Solr#Solr-Solrresponses Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

Re: [Dspace-tech] list Items in a Collection

2015-02-04 Thread helix84
Hi Fernando, please see https://jira.duraspace.org/browse/DS-1188 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the

Re: [Dspace-tech] HANDLE table entries without resource_id

2015-02-03 Thread helix84
purpose of a persistent ID. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Dive into the World of Parallel Programming. The Go

Re: [Dspace-tech] SQL query to count number of downloadables (bitstream)

2015-01-23 Thread helix84
WHERE resource_type_id=1 AND metadata_field_id=(SELECT metadata_field_id FROM metadatafieldregistry WHERE metadata_schema_id=(SELECT metadata_schema_id FROM metadataschemaregistry WHERE short_id='dc') AND element='title' AND qualifier IS NULL) AND text_value='ORIGINAL' Reg

Re: [Dspace-tech] dpsace3, solr, tomcat7, debian question

2015-01-23 Thread helix84
sts file to no longer translate localhost to ::1. If my assumptions are correct, connections from your other allowed address range (129.27.218.*) currently do work, you only have a problem with the "localhost" host name. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiqu

Re: [Dspace-tech] dpsace3, solr, tomcat7, debian question

2015-01-23 Thread helix84
AddrValve syntax was slightly different, see: http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Remote_Address_Filter Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

Re: [Dspace-tech] Problem update Mirage 2 in DSpace 5.x

2015-01-22 Thread helix84
Hi Carlos, it should be easier running without " -Dmirage2.deps.included=false". Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] DSpace crashes during the file upload process

2015-01-20 Thread helix84
The "Internal Server Error" message is just an indication that you should look at the error in logs. Here's how: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org

Re: [Dspace-tech] dspace customization and administration

2015-01-20 Thread helix84
re of content and leave the administration up to someone else, there are plenty of companies who will take care of that for you, most prominently these [1]. [1] http://dspace.org/service-providers Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/di

Re: [Dspace-tech] FATAL: Cannot find dspace.cfg

2015-01-20 Thread helix84
://github.com/DSpace/DSpace/blob/dspace-5.0/dspace/bin/start-handle-server#L47 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- New Year. New

Re: [Dspace-tech] problem building dspace 5.x

2015-01-20 Thread helix84
uot;. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNE

Re: [Dspace-tech] IP Authentification

2015-01-20 Thread helix84
-addr.arpa records are recommended in RFCs, they are not mandated and honestly they are rarely enforced. IP address blocks are much more stable and predictable. You can use multiple address blocks with IPAuthentication, if you need. Regards, ~~helix84 Compulsory reading: DSpace Mailin

Re: [Dspace-tech] Erroe occured during export metadata

2015-01-16 Thread helix84
On Fri, Jan 16, 2015 at 6:31 AM, Awanish Singh wrote: > Caused by: java.lang.OutOfMemoryError: Java heap space Since you're doing this from the UI, you have to give Tomcat more heap memory. See: https://wiki.duraspace.org/display/DSDOC5x/Performance+Tuning+DSpace Regards, ~

Re: [Dspace-tech] Dspace 3.2 Swordv2 Encoding issues

2015-01-14 Thread helix84
Are you running with -Dfile.encoding=UTF-8" as suggested in the installation docs? https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-ServletEngine(ApacheTomcat5.5orlater,Jetty,CauchoResinorequivalent) Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] java.lang.OutOfMemoryError: PermGen space

2015-01-14 Thread helix84
some sort of incompatibility. > That's always possible, but it wouldn't be my first guess. After looking at the graphs you will see how each of the memory spaces grow, that should at the very least pinpoint the problem. Regards, ~~helix84 Compulsory reading: DSpace Mai

Re: [Dspace-tech] ERROR: creating index discovery

2015-01-14 Thread helix84
rom the new version and put your changes in there, not the other way around. 2) Check your authority control configuration. The specific configuration depends on what you are trying to achieve. But the default configuration (no authority control) should work, so start with that and modify as neede

Re: [Dspace-tech] java.lang.OutOfMemoryError: PermGen space

2015-01-14 Thread helix84
uns and crashes Tomcat by starving it from memory. Check when your DSpace CLI tasks are scheduled to run. [1] https://wiki.duraspace.org/display/DSDOC5x/Performance+Tuning+DSpace [2] https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/bin/dspace#L75 Regards, ~~helix84 Compulsory reading: DSpa

Re: [Dspace-tech] Fwd: Null pointer exception while using configurable workflow, select Reviewer Step

2015-01-13 Thread helix84
ns in the bigger picture. Meanwhile you should try following the new version of the docs: https://wiki.duraspace.org/display/DSDOC5x/Configurable+Workflow There have been changes to that page, at least in the way the extra database tables are created is now different (DS-2243). Regards, ~~he

  1   2   3   4   5   6   7   8   9   10   >