Re: [Dspace-tech] Ldap Authentification and profile

2014-02-24 Thread helix84
d since at least 1.5. IIRC, the 1.8 modules didn't support mapping LDAP users into more than one group. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing

Re: [Dspace-tech] Unable to delete Community

2014-02-24 Thread helix84
Hi Mike, for a safe option, try to run index-init with the -r and -f parameters (see -h). The reindex will take a while, depending on the size of your repo, so prepare for the downtime. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display

Re: [Dspace-tech] Statistics issues - upgrading DSpace in 2 phases

2014-02-24 Thread helix84
or ES stats, the normal process applies. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Flow-based real-time traffic analytics softwar

Re: [Dspace-tech] Internal System Error after loading jspui

2014-02-21 Thread helix84
space]\webapps\solr". But you're getting a 500 error, which is a generic code that says you should look at Solr's logs to see what the error is. You can find Solr's logs in Tomcat's logs (catalina.out). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Et

Re: [Dspace-tech] OAI validation for Dspace 3.0 failure

2014-02-21 Thread helix84
entId=33753&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-33753 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Perfor

Re: [Dspace-tech] Ldap Authentification and profile

2014-02-20 Thread helix84
ace group based on information stored in LDAP. I didn't look at Keir's code but it's probably safe to leave it commented out (it definitely is safe with the groupmap option in the DSpace code). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://w

Re: [Dspace-tech] OAI2.0 utf-8 encoding problem (dspace 4.0)

2014-02-20 Thread helix84
What about the -Dfile.encoding=UTF-8 option in your JAVA_OPTS? Make sure it's the JAVA_OPTS that Tomcat uses. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] Ldap Authentification and profile

2014-02-19 Thread helix84
AP attribute to DSpace groups since DSpace 4: https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/config/modules/authentication-ldap.cfg#L158 Sorry, it's late here now and I might be missing something, so correct me if your approach does something different. Regards, ~~helix84 Compu

Re: [Dspace-tech] OAI2.0 utf-8 encoding problem (dspace 4.0)

2014-02-19 Thread helix84
Hi Leire, do you have the URIEncoding="UTF-8" attribute declared on the OAI context in your Tomcat configuration? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] OAI harvest problem

2014-02-19 Thread helix84
> Hi Alain, better late than never - I think this was your problem: https://jira.duraspace.org/browse/DS-1537 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ---

Re: [Dspace-tech] another problem OAI

2014-02-19 Thread helix84
On Wed, Feb 19, 2014 at 4:17 PM, helix84 wrote: > Which DSpace version? If you're using DSpace 3.0, 3.1 or 1.8.x + XOAI, this is the issue: https://jira.duraspace.org/browse/DS-1537 It has been fixed in 3.2. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquet

Re: [Dspace-tech] another problem OAI

2014-02-19 Thread helix84
Which DSpace version? https://jira.duraspace.org/browse/DS-1014 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the

Re: [Dspace-tech] Ldap Authentification and profile

2014-02-19 Thread helix84
taken from an LDAP attribute) to form the email address that DSpace uses as username. It's quite difficult to test all the possible configurations. You fix one thing, some other configuration breaks... and if you can't test that configuration, it's a problem. Regards, ~~helix84 Compul

Re: [Dspace-tech] Ldap Authentification and profile

2014-02-19 Thread helix84
AP setup, not in DSpace. If this is the case, it might be worked around using the initial bind (with a user who has access to these attributes). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.or

Re: [Dspace-tech] problems with OAI

2014-02-19 Thread helix84
So this actually worked. Please note that the last parameter of the INSERT (resource_id) should be an integer, not a string (without apostrophes). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Ldap Authentification and profile

2014-02-19 Thread helix84
Space authn system (login=email) that doesn't sit well with LDAP, but fixing it would be quite an extensive change, so try this workaround for now. The consequence is that your LDAP users won't have a valid email address in DSpace, so subscriptions won't work for them. Regards, ~

Re: [Dspace-tech] problems with OAI

2014-02-19 Thread helix84
query, does the first query return anything now? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Cloud

Re: [Dspace-tech] DSpace import from .tar archives

2014-02-18 Thread helix84
ould transform also to the AIP format [2], but that one is a bit more complex, so I recommend you to go with SAF. [1] https://wiki.duraspace.org/display/DSDOC4x/Importing+and+Exporting+Items+via+Simple+Archive+Format [2] https://wiki.duraspace.org/display/DSDOC4x/DSpace+AIP+Format Regards, ~~

Re: [Dspace-tech] DSpace import from .tar archives

2014-02-18 Thread helix84
ome XSLT knowledge to transform your main.xml files into dublin_core.xml files, plus creating the DSpace Simple Archive Format structure. I'm assuming that you have at least several hundred items here. If not, it might be easier to just do it manually. Regards, ~~helix84 Compulsory reading

Re: [Dspace-tech] DSpace import from .tar archives

2014-02-18 Thread helix84
eel free to attach an example item (again, e.g. the 02731177 subdirectory), otherwise there's not enough information to tell what it is that you have there. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duras

Re: [Dspace-tech] problems with OAI

2014-02-18 Thread helix84
them to the handle table (replace 123456789 with your handle prefix and 11 with your item_id): INSERT INTO handle (handle_id, handle, resource_type_id, resource_id) VALUES (nextval('handle_seq'), '123456789/'||currval('handle_seq'), 2, '11'); Regards,

Re: [Dspace-tech] How to migrate collection to main community ?

2014-02-17 Thread helix84
Did you try clearing the Cocoon cache? Other than that I have no idea right now. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to migrate collection to main community ?

2014-02-17 Thread helix84
ny way. UPDATE community2item SET community_id=NewCommunityID WHERE item_id IN (SELECT item_id FROM collection2item WHERE collection_id = '22') Update the index and run itemcounter afterwards Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.o

Re: [Dspace-tech] How to migrate collection to main community ?

2014-02-17 Thread helix84
the assetstore. It only changes the database. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Android apps run on BlackBerry 10 Introducing

Re: [Dspace-tech] How to migrate collection to main community ?

2014-02-15 Thread helix84
On Feb 15, 2014 5:14 AM, "Bhavesh Patel" wrote: > [dspace]/bin/dspace community-filiator --set --parent=123456789/11734 --child=123456789/11287 This would have worked, but you used the short option syntax instead. Notice the absence of the equal sign in the short form: [dspace]/bin/dspace commun

Re: [Dspace-tech] How to migrate collection to main community ?

2014-02-14 Thread helix84
ty and put its handle instead of "parentID": [dspace]/bin/dspace community-filiator --set --parent=parentID --child=123456789/11287 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

Re: [Dspace-tech] ldap authentication after upgrade 1.8 to 3.2

2014-02-14 Thread helix84
Hi Erik, what does your LDAP configuration look like? Which field do you use as the user identifier and do you use a suffix (@example.com)? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace cant load sidebar, header,...

2014-02-14 Thread helix84
Hi Alex, try downloading the DSpace source again (preferably using git) to a different location than you had until now. Also set up the project in your IDE with the new location. Then try building it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] How to migrate collection to main community ?

2014-02-14 Thread helix84
] https://wiki.duraspace.org/display/DSDOC3x/Managing+Community+Hierarchy Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Android apps

Re: [Dspace-tech] using a new commons-pool.jar

2014-02-14 Thread helix84
Hi Jose, this should help: http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Call for translation updates

2014-02-14 Thread helix84
that is a problem for you, you can email us instead. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Android apps run on BlackBerry 10 I

Re: [Dspace-tech] Handle assignment strangeness

2014-02-14 Thread helix84
the update, there's no way to tell which metadata has been previously affected. You'd have to have a list from before you fixed it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.o

Re: [Dspace-tech] Handle assignment strangeness

2014-02-13 Thread helix84
Hooray! Someone to test the fix! https://jira.duraspace.org/browse/DS-1536 -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Ma

Re: [Dspace-tech] Hide bitstreams with restricted access?

2014-02-13 Thread helix84
e that reads this information looks like this: https://github.com/DSpace/DSpace/pull/188/files Unfortunately, there is currently no information about the current user/group in DRI. So the only other easy option I see is to try to access it and check the HTTP return code. Regards, ~~helix84 Compu

Re: [Dspace-tech] FW: OAI Validation (step 1): http://wiredspace.wits.ac.za/oai/request

2014-02-13 Thread helix84
ve not imported anything to OAI or are affected by the "No matches for the query" bug Hilton mentioned (I can't help you with that one at this point). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duras

Re: [Dspace-tech] Solr Queries and Item IDs

2014-02-13 Thread helix84
l also want to filter only by bundleName:ORIGINAL. This will work only for bitstreams that have at least one usage event. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/M

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread helix84
ar. That means I want the > page for aspect.discovery.SimpleSearch.div.discovery-search-box' to be viewed > and to hide the page for the aspect_discovery_SimpleSearch_field_scope to be > hidden. Screenshot again? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquett

Re: [Dspace-tech] Solr Queries and Item IDs

2014-02-12 Thread helix84
rom any of the Solr cores. I looked and didn't see it. You can find out from the database (handle, item2bundle, bundle2bitstream tables) or via the REST API (provided that you know item_id, which you can look up in the Solr search core). Regards, ~~helix84 Compulsory reading: DSpace Mailing L

Re: [Dspace-tech] Caching is not supported by the ItemCountDAOSolr

2014-02-12 Thread helix84
rengths.cache = true" which was the default in previous versions and can still be used if you decide to switch away from Solr to the legacy DB-based DAO. To silence the harmless message, it should be enough to just set webui.strengths.cache = false Regards, ~~helix84 Compulsory reading:

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread helix84
r work. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Ru

Re: [Dspace-tech] dSpace 3.2 - Enabling Disocvery XMLUI

2014-02-12 Thread helix84
What's your output for the following command? netstat -tulpn | grep 8080 Did you deploy the solr webapp in Tomcat? This is described in Step 9 here: https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-Installation Regards, ~~helix84 Compulsory reading: DSpace Mailing

Re: [Dspace-tech] Hit Highlight functionality in JSPUI

2014-02-12 Thread helix84
ery-Customizinghithighlighting&searchsnippets [2] https://jira.duraspace.org/browse/DS-1907 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Et

Re: [Dspace-tech] dSpace 3.2 - Enabling Disocvery XMLUI

2014-02-12 Thread helix84
What's your value of "search.server" in [dspace]/config/modules/discovery.cfg? Is the hostname and port correct? Usually it would be "search.server = http://localhost:8080/solr/search";, though it depends on how you configured your servlet container. Regards, ~~he

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread helix84
ore/page-structure.xsl > - 436:48 It should work just as I pasted it. You probably made some syntactic error. Make sure to put it inside xsl:stylesheet but outside any xsl:template (xsl:template cannot be nested). >From the message it seems like you put something else than attributes (name, ma

Re: [Dspace-tech] dSpace 3.2 - Type field in Submission Process

2014-02-12 Thread helix84
Hi Anthony, type-based submission is documented here: https://wiki.duraspace.org/display/DSDOC3x/Submission+User+Interface#SubmissionUserInterface-ItemtypeBasedMetadataCollection Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE

Re: [Dspace-tech] Scopus Citations Count Integration

2014-02-12 Thread helix84
XSL where you want it to appear. You're supposed to put scopus-citecounts.js as a separate file into Mirage/lib/js/ (or equivalent in your theme), this JS file also needs to be linked from your theme. You're supposed put the second snippet somewhere within and (though not just

Re: [Dspace-tech] Solr Queries and Item IDs

2014-02-12 Thread helix84
Bot:false AND time:[2013-01-01T00:00:00Z TO 2014-01-01T00:00:00Z] or about the item (assuming 866 is item_id): id:866 AND type:2 AND isBot:false AND time:[2013-01-01T00:00:00Z TO 2014-01-01T00:00:00Z] Regards, ~~helix84 Compulsory reading: DSpace Mailing List

Re: [Dspace-tech] How to update database schema into Window

2014-02-12 Thread helix84
reenshot (psql shell) dspace=> \i c:\something\something\database_schema_3-4.sql Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ---

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread helix84
want to remove the link: Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Android apps run on BlackBerry 10 Introducing th

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread helix84
To everyone: Actually, wiki/Jira registration was disabled in December due to a large number of spam accounts being created, so in order to register, let me know and I'll send you a registration link right away, Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Remove search filter from Discovery

2014-02-12 Thread helix84
creenshot. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Ru

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-12 Thread helix84
Hi Christian, could you please update the relevant wiki page with your instructions? People might not find it buried in the archive, but that page should be their first place to look. Thanks in advance. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https

Re: [Dspace-tech] How to create a Dspace project in Eclipse

2014-02-11 Thread helix84
://wiki.duraspace.org/display/DSPACE/IDE+Integration+-+DSpace,+Eclipse+and+Tomcat [3] http://www.scottphillips.com/2010/02/how-to-setup-eclipse-tomcat-and-dspace-for-developmen/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How Do Custom Fields Effect OAI Harvesting?

2014-02-11 Thread helix84
s also available as an OAI output format; if you look at xoai.xsl you'll see that it's an identity transformation Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailin

Re: [Dspace-tech] How Do Custom Fields Effect OAI Harvesting?

2014-02-11 Thread helix84
;t know about OAI 1.0, but in OAI 2.0 it's very easy to customize the output, especially to add new fields. Here's an example of a mapping for a new metadata field: https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/config/crosswalks/oai/metadataFormats/oai_dc.xsl#L147-L149 Regards

Re: [Dspace-tech] How Do Custom Fields Effect OAI Harvesting?

2014-02-11 Thread helix84
DSpace version? Did you add custom fields to the dc namespace or did you create a new namespace with custom fields? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] dSpace 3.2 - Copy collections across multiple sub-communities

2014-02-11 Thread helix84
ow add a corresponding row in the "community2collection" table. Then you will still need to set up any special treatment for these collections in input-forms. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.or

Re: [Dspace-tech] Lift Embargoes in DSpace 3.2

2014-02-11 Thread helix84
se bitstream_id or item_id, respectively, for resource_id) etc to narrow it down to the required set. But with 69 items, it may be simply more trouble than doing it manually. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSP

Re: [Dspace-tech] Hide a community or collection from list

2014-02-11 Thread helix84
XMLUI or JSPUI? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Android apps run on BlackBerry 10 Introducing the new BlackBerry

Re: [Dspace-tech] R: DOI DATACITE

2014-02-10 Thread helix84
Before Pascal gives you an authoritative reply, I'd check whether you have the [dspace]/config/crosswalks/DIM2DataCite.xsl file present. Perhaps you reused your old configuration directory from DSpace 3.x that didn't have this file? Regards, ~~helix84 Compulsory reading: DSpace Ma

Re: [Dspace-tech] Ldap Authentification and profile

2014-02-10 Thread helix84
gards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
e-3_x/dspace/config/xmlui.xconf Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Cloud-Based Applications

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
OK. Edit your [dspace]/config/xmlui.xconf and make sure aspects are in this order: Then restart Tomcat. There's a small chance this might break something else. We'll see. Regards, ~~helix84 Compulsory reading: DSpace Ma

Re: [Dspace-tech] item-mapping

2014-02-07 Thread helix84
On Fri, Feb 7, 2014 at 1:55 PM, Tumie Morupisi wrote: > how do i find item-mapping in version 3.1? https://wiki.duraspace.org/display/DSDOC3x/Mapping+Items Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etique

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
iscovery: https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-StepsrequiredforXMLUI Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] item count error

2014-02-07 Thread helix84
ent browse index). If the explanation doesn't make sense, nevermind. Just try it in DSpace 4 and see if it works. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DS

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread helix84
On Feb 7, 2014 11:20 AM, "Hilton Gibson" wrote: > ​Remember when you clean the cache, either manually or via the script, then it needs to be rebuilt. > $ /home/dspace/bin/dspace import -o -v -c ​ That rebuilds the index. The cache is something different - it caches whole XML responses. Running im

Re: [Dspace-tech] MoreLikeThis Solr

2014-02-07 Thread helix84
Also linking your other thread for context: http://lucene.472066.n3.nabble.com/MoreLikeThis-td4114605.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Eti

Re: [Dspace-tech] How to stop using full text search?

2014-02-07 Thread helix84
ndex with -b, right? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Cloud-Based Applications Take advantag

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
conf. If you have enabled Discovery, you should have the browseArtifacts and discovery aspects enabled. The ordering is in discovery/Navigation.java. It's simple to change it, but you'll have to remember to do so every time you upgrade. Regards, ~~helix84 Compulsory reading: DSpace Mailin

Re: [Dspace-tech] Error after upgrading from 3.2 to 4.0

2014-02-06 Thread helix84
ou can copy build.properties to local.properties, change that and then always use "mvn package -Denv=local". Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailin

Re: [Dspace-tech] Error after upgrading from 3.2 to 4.0

2014-02-06 Thread helix84
you have an empty database without tables lying around and you mistakenly told DSpace to use that. Try connecting to the same database that DSpace is configured to connect to and send me the list of tables. (the "\dt" command in psql). There should be around 50 tables there. Regards, ~

Re: [Dspace-tech] SOLR Optimize fails

2014-02-06 Thread helix84
Keep a backup of the old index somewhere ([dspace]/solr). Delete all *.lock files and try again. Restarting Tomcat won't hurt. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] How to stop using full text search?

2014-02-06 Thread helix84
bin/dspace update-discovery-index You should be able to verify that these fields are gone from the index by going to the Solr admin UI [1]. Actually, do this even now before you execute the above steps, just to confirm the problem. [1] https://wiki.duraspace.org/display/DSPACE/Solr Regards,

Re: [Dspace-tech] SOLR Optimize fails

2014-02-06 Thread helix84
This is just a generic message from DSpace that Solr returned and error. You have to find the Solr error in the Tomcat log (catalina.out). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to stop using full text search?

2014-02-06 Thread helix84
hether these are accessible via HTTP). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Cloud-Based App

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-06 Thread helix84
ario you'd also need to install jai_imageio to root's ~/.m2/. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-06 Thread helix84
It should be within the same mvn run: mvn -U clean package -Pxpdf-mediafilter-support Alternatively, delete your ~/.m2/ directory to force maven to download all dependencies again. Do you have any reason to run maven as root? There's no need to do so. Regards, ~~helix84 Compulsory re

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-06 Thread helix84
Try it again with: mvn -U clean package Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Cloud-Based

Re: [Dspace-tech] Editing item-submission.xml file dspace 3.2

2014-02-06 Thread helix84
Manor Royal, Crawley, > West Sussex, RH10 9LU > > Registered in England and Wales No. 606177 > > > Please, always reply to dspace-tech, never directly to me. I'll need to see the relevant part of your dspace.log and/or catalina.o

Re: [Dspace-tech] Editing item-submission.xml file dspace 3.2

2014-02-06 Thread helix84
his issue to see how to disable the initial step: https://jira.duraspace.org/browse/DS-1655 > Should I be restarting Tomcat? Yes. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+Li

Re: [Dspace-tech] "enter first few letters" in xmlui browse not working correctly

2014-02-06 Thread helix84
eCreateDAO Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Cloud-Based Applications Take advantage of w

Re: [Dspace-tech] Community suscription alerts

2014-02-06 Thread helix84
you use RSS feeds instead of email subscriptions. They work for communities or the whole site, too, and they stress your server much less because they're generated periodically, independently from number of user subscriptions. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquet

Re: [Dspace-tech] Technique for Deploy Web Applications in DSpace

2014-02-06 Thread helix84
ebapps on a running Tomcat simply by moving or changing these xml files. When they're defined in server.xml, everything still works, but you won't be able to do these operations simply by manipulating files. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wi

Re: [Dspace-tech] mysterious mvn behavior

2014-02-04 Thread helix84
odules Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Cloud-Based Applications Take advantage of what the

Re: [Dspace-tech] mysterious mvn behavior

2014-02-04 Thread helix84
You're trying to build DSpace 1.8.x using Java 7. Only Java 6 is supported for that version of DSpace, see: https://wiki.duraspace.org/display/DSDOC18/Installation#Installation-OracleJavaJDK6(standardSDKisfine,youdon'tneedJ2EE) Regards, ~~helix84 Compulsory reading: DSpace Ma

Re: [Dspace-tech] external items (metadata only records)?

2014-02-04 Thread helix84
item_id. You can find out it from the import stdout, database or export csv. id and collection are mandatory columns. Try to export some existing items to see the csv format. 2) dc.relation.uri Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki

Re: [Dspace-tech] external items (metadata only records)?

2014-02-04 Thread helix84
On Tue, Feb 4, 2014 at 4:39 PM, Shawn M. Kiewel wrote: > > On Feb 4, 2014, at 10:11 AM, helix84 wrote: > >> On Mon, Feb 3, 2014 at 6:35 PM, Shawn M. Kiewel wrote: >>> Is there a way to have “external” items in a DSpace repository? I have a >>> large number o

Re: [Dspace-tech] How can I enable Solr Statistics in DSpace 4?

2014-02-04 Thread helix84
Hi Shazia, you'll find all the information on why you can't access Solr, how to access it and how to query it here: https://wiki.duraspace.org/display/DSPACE/Solr Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Ma

Re: [Dspace-tech] external items (metadata only records)?

2014-02-04 Thread helix84
thods does it support? Storing only metadata and links to PDFs stored externally is possible. There are even ways to make them full-text searchable in DSpace, but still accessible only from the source repo. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duras

Re: [Dspace-tech] Unable to create administrator while installation

2014-02-04 Thread helix84
On Windows [dspace]/bin/dspace.bat is used, not [dspace]/bin/dspace. So edit that and change set CURRENT_DIR=%cd% to set CURRENT_DIR=D:\Dspace\dspace\bin (I'm not 100% sure with the path syntax on Windows, but this should get you started). Regards, ~~helix84 Compulsory reading: DSpace Ma

Re: [Dspace-tech] Syncronize two DSpace instances

2014-02-04 Thread helix84
P packages for single items, that should save you a lot of work on the import/export code. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] Forget Admin password

2014-02-04 Thread helix84
or you can change the password for the existing administrator in database. This will work with all versions of DSpace so far: UPDATE eperson SET password=md5('newpassword'), salt=NULL, digest_algorithm=NULL where email='administrators-em...@example.com'; Regards, ~~helix84

Re: [Dspace-tech] [Dspace-devel] dSpace Size Limit

2014-02-04 Thread helix84
is not enough, you can scale Solr horizontally (same with Postgres, though that shouldn't become a problem). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+Lis

Re: [Dspace-tech] [Dspace-devel] Output Location of Data

2014-02-04 Thread helix84
with 123456 would be stored in the [assetstore]/12/34/56/ directory. That's really all there is to it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-04 Thread helix84
Check that both your dspace.url and dspace.baseUrl are set to "http://vslir.iimahd.ernet.in:8080";. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List

Re: [Dspace-tech] Dspace with phpMyAdmin

2014-02-04 Thread helix84
You can use Adminer (http://www.adminer.org/) instead of phpMyAdmin to work with both MySQL and Postgres. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-04 Thread helix84
Hi Bhavesh, that is normal behaviour of OAI. Your OAI works correctly and I can access it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Moving top level community

2014-02-03 Thread helix84
to explain, but should be very easy to do. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Clo

Re: [Dspace-tech] Moving top level community

2014-02-03 Thread helix84
Hi Sisay, you can do it using this tool: https://wiki.duraspace.org/display/DSDOC3x/Managing+Community+Hierarchy Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+

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