Re: [Dspace-tech] OAI ListRecords fails with until parameter without from parameter

2015-03-13 Thread Tim Donohue
Hi Chris, While I'm not 100% certain, this behavior sounds similar to this reported bug (which was fixed in DSpace 4.1): https://jira.duraspace.org/browse/DS-1445 - Tim On 3/12/2015 12:26 PM, Chris Gray wrote: Our instance of DSpace 3.1 seems to have an OAI bug. The following request works

Re: [Dspace-tech] Upgrading to version 4.3 in reponse to security advisory

2015-03-09 Thread Tim Donohue
Hutchinson Smithsonian Libraries hutchins...@si.edu -Original Message- -- Message: 2 Date: Thu, 26 Feb 2015 11:30:21 -0600 From: Tim Donohue tdono...@duraspace.org Subject: [Dspace-general] DSPACE SECURITY ADVISORY: New DSpace 5.1, 4.3 and 3.4

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

2015-03-09 Thread Tim Donohue
Chelsea, Correct, you can upgrade directly from 3.x to 5.x per the DSpace 5 upgrade instructions: https://wiki.duraspace.org/display/DSDOC5x/Upgrading+DSpace - Tim On 3/9/2015 12:46 PM, Chelsea Lobdell wrote: Hi, We will soon be upgrading our development instance of DSpace and I just

Re: [Dspace-tech] maven error

2015-03-06 Thread Tim Donohue
Regards, Lewatle -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: 05 March 2015 11:40 PM To: Lewatle Phaladi; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] maven error Hi Lewatle, We likely need more information here on your environment

Re: [Dspace-tech] browse list with contains option not starts_with

2015-03-06 Thread Tim Donohue
Hi Pablo, You can get to the same list of items in either the Search or the Browse interfaces. The Browse interface is more meant for known items, where we assume you likely know what you are looking for. The Search interface is used for finding items where you know it contains (or should

Re: [Dspace-tech] maven error

2015-03-06 Thread Tim Donohue
:. JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 Regards, Lewatle -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: 06 March 2015 04:16 PM To: Lewatle Phaladi; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] maven error Hi Lewatle, Interesting

Re: [Dspace-tech] maven error

2015-03-05 Thread Tim Donohue
Hi Lewatle, We likely need more information here on your environment. What OS are you using? What version of Java? The ${toolsjar} setting is supposed to be auto-determined by our Maven POM based on your JAVA_HOME..and it's different based on your operating system. Here's the relevant part

Re: [Dspace-tech] browse list with contains option not starts_with

2015-03-05 Thread Tim Donohue
Hi Pablo, Why not just use the Search box in DSpace? That'll let you search on any string anywhere in the item. In the most recent versions of DSpace, the Browse and Search functionality both use the same backend (Apache Solr). So you are searching the same Apache Solr data whether you are

Re: [Dspace-tech] maven error

2015-03-05 Thread Tim Donohue
, Ubuntu 14.04), so it seems like a possible configuration issue. - Tim On 3/5/2015 3:40 PM, Tim Donohue wrote: Hi Lewatle, We likely need more information here on your environment. What OS are you using? What version of Java? The ${toolsjar} setting is supposed to be auto-determined by our

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-02-27 Thread Tim Donohue
Hi Pablo, For the JSPUI, you'd want to look in the JSPUI's web.xml. It is what matches various URL paths and defines which Java Servlet will respond to the request: https://github.com/DSpace/DSpace/blob/master/dspace-jspui/src/main/webapp/WEB-INF/web.xml - Tim On 2/27/2015 4:11 AM, Pablo

Re: [Dspace-tech] TOR SQL injection attack

2015-02-27 Thread Tim Donohue
Hi Contanio, Newer versions of DSpace (4.x or above) now use Apache Solr for all browse and search interfaces (instead of direct database access for browsing). This means that such a SQL injection attack would no longer be possible (since the browse interface never even executes SQL, it

Re: [Dspace-tech] Shibboleth login on DSpace 4.2

2015-02-27 Thread Tim Donohue
to work, but if I figure it out, I will let everyone know what I found out (it's probably just a simple configuration problem). -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Thursday, February 26, 2015 4:43 PM To: dspace-tech@lists.sourceforge.net Subject

Re: [Dspace-tech] Shibboleth login on DSpace 4.2

2015-02-27 Thread Tim Donohue
there: https://gist.github.com/tdonohue/423f173bfcc2baec76ce If this ends up being helpful let me know...we can always add something similar to the official docs. - Tim On 2/27/2015 9:35 AM, Tim Donohue wrote: Hi George, While I don't know the exact answer you need (as Shibboleth admittedly can

Re: [Dspace-tech] Fwd: Pls help: Dspace migration from 1.8.2 to 5 in new machine

2015-02-27 Thread Tim Donohue
Hi, I finally got a chance to look at the database SQL backup that you forwarded along. I've noticed that it does *not* seem to be a complete backup (which may be why you are having upgrade issues). Here's what is missing from a normal DSpace database schema: 1) Your backup has *no*

Re: [Dspace-tech] 5.1 source tarball has DOS line ends in some files

2015-02-26 Thread Tim Donohue
Chris, Thanks for letting us know. This has now been resolved and the release files/packages have been updated. - Tim On 2/25/2015 4:30 PM, Chris Gray wrote: In the source tarball for 5.1, the script file dspace/bin/dspace has DOS line ends so it can't run on Linux. Instead you get an error

[Dspace-tech] DSPACE SECURITY ADVISORY: New DSpace 5.1, 4.3 and 3.4 releases resolve security issues in XMLUI and JSPUI

2015-02-26 Thread Tim Donohue
All, In recent weeks, several security vulnerabilities where discovered in the XMLUI and JSPUI of DSpace 3.x, 4.x and 5.x sites. Some of these vulnerabilities also affect Space 1.x.x sites. While these security vulnerabilities vary in severity (see below), WE RECOMMEND ALL DSPACE USERS

Re: [Dspace-tech] Shibboleth login on DSpace 4.2

2015-02-26 Thread Tim Donohue
Hi George, Sorry for the delayed response. This issue sounds very similar to this bug: https://jira.duraspace.org/browse/DS-2421 Simply put, I'm fairly certain the LDAPAuthentication plugin is not working correctly *unless* you configure either: search.anonymous=true OR specify both:

Re: [Dspace-tech] [DSpace-tech]: user profile

2015-02-26 Thread Tim Donohue
Hi Nada, Sorry for the delayed response. This issue sounds very similar to this bug: https://jira.duraspace.org/browse/DS-2421 Simply put, I'm fairly certain the LDAPAuthentication plugin is not working correctly *unless* you configure either: search.anonymous=true OR specify both:

Re: [Dspace-tech] Shibboleth login on DSpace 4.2

2015-02-26 Thread Tim Donohue
Hi George, Apologies, I just responded to the wrong thread. :) This was meant for someone else, as you are obviously using Shibboleth authentication. - Tim On 2/26/2015 3:39 PM, Tim Donohue wrote: Hi George, Sorry for the delayed response. This issue sounds very similar to this bug: https

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-02-26 Thread Tim Donohue
Hi Pablo, Sorry for the delayed response. Assuming you are looking to use the XMLUI, I think what you are looking for is the XMLUI sitemap.xmap (which is an Apache Cocoon config): https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/webapp/sitemap.xmap This sitemap config file

Re: [Dspace-tech] DSpace 5 upgrade error

2015-02-19 Thread Tim Donohue
Hi Lewatle, This doesn't sound like an *upgrade* error. It actually looks more like an error with building the Mirage2 theme (xmlui-mirage2). You may want to review some of the Common Build Issues with Mirage2. I'm not certain which exactly is the problem here, but it's possible one of them

Re: [Dspace-tech] Fwd: Pls help: Dspace migration from 1.8.2 to 5 in new setup(due to harddisk crash)

2015-02-18 Thread Tim Donohue
, Tim Donohue tdono...@duraspace.org mailto:tdono...@duraspace.org wrote: Could you also check to see what errors are reported in your DSpace log files? Those files should be located at: [dspace.dir]/log/dspace.log.[__date] Where dspace.dir is configured in your dspace.cfg

Re: [Dspace-tech] Fwd: Pls help: Dspace migration from 1.8.2 to 5 in new machine

2015-02-18 Thread Tim Donohue
: unexpected EOF on client connection LOG: unexpected EOF on client connection LOG: unexpected EOF on client connection For more details all logs from dspace and tomcat are attached herewith. Pls reply soon With regards Indu Bhushan On Tue, Feb 17, 2015 at 9:11 PM, Tim Donohue tdono

Re: [Dspace-tech] Web Uploader File Sizes

2015-02-17 Thread Tim Donohue
Hi Matt, The uploads to the DSpace web front-end are highly dependent on your local internet connection speed. So, the file size that can be uploaded may actually depend on whether you are located on-campus (usually has a faster internet speed) versus at a coffee shop (where internet speed

Re: [Dspace-tech] Advanced Search...

2015-02-17 Thread Tim Donohue
Hi Layale, The Advanced Search option is no longer necessary if you are running DSpace with Discovery enabled. As of DSpace 4, the Discovery faceted/filtered search browse is enabled by default. This is the main reason why we've removed that Advanced Search option from the user interface.

Re: [Dspace-tech] Fwd: Pls help: Dspace migration from 1.8.2 to 5 in new setup(due to harddisk crash)

2015-02-17 Thread Tim Donohue
Could you also check to see what errors are reported in your DSpace log files? Those files should be located at: [dspace.dir]/log/dspace.log.[date] Where dspace.dir is configured in your dspace.cfg file. Based on what you've reported, it definitely looks like the database migration process

Re: [Dspace-tech] Is XMLUI the default interface for dspace [Was: dc.rights and dc.rights.uri not populated]

2015-02-11 Thread Tim Donohue
Chris, No, by default does not always refer to the XMLUI. There is no default interface for DSpace. However, in this situation, the wording in the documentation *is* misleading. It should instead state: In the XMLUI, by default, when a license is selected in the interface, the URI for the

Re: [Dspace-tech] Use AND logic search instead of OR

2015-02-11 Thread Tim Donohue
Hi, What version of DSpace are you using? The most recent versions of DSpace (4.x and 5.x) both use Discovery (based on Solr) for searching. This means they actually perform weighted/relevancy searches. So, if you search on multiple words, items which have both words (essentially an AND)

Re: [Dspace-tech] Possible bug in restricted PDFs/ extracted text/ indexing

2015-02-04 Thread Tim Donohue
A followup to this thread. I've logged a bug for this discussion, as I'm fairly certain it *is* a bug. https://jira.duraspace.org/browse/DS-2442 We still do need a volunteer to help us resolve this, hopefully even in time for 5.1. - Tim On 1/13/2015 10:42 AM, Tim Donohue wrote: Hi Ryan

Re: [Dspace-tech] LDAP autoregister

2015-01-23 Thread Tim Donohue
Olivier, Yes, that process sounds correct. To be clear though, here are the changes that should be in your LDAPAuthentication class to fix DS-1781: https://github.com/DSpace/DSpace/pull/663/files So, if you don't see those changes in your

Re: [Dspace-tech] OJS SWORD submission to DSpace demo not working?

2015-01-22 Thread Tim Donohue
Hello, It looks like the DSpace Demo site is reporting a SWORDv2 packaging type error, specifically: 2015-01-22 21:17:12,639 INFO org.dspace.sword2.DSpaceSwordAPI @ dspacedemo+sub...@gmail.com:session_id=0:sword_auth_request:username=dspacedemo+sub...@gmail.com,on_behalf_of=NONE 2015-01-22

Re: [Dspace-tech] IP Authentification

2015-01-22 Thread Tim Donohue
Hi Stefanie, This new error (org.dspace.statistics.SolrLogger @ java.net.ConnectException: Connection refused) actually is unrelated to IP Authentication. It seems that DSpace cannot seem to locate your Solr web application, or the location of it is mis-configured in your

[Dspace-tech] ANNOUNCEMENT: DSpace 5 is Now Available!

2015-01-20 Thread Tim Donohue
in the testathons. Additionally we would like to thank Tim Donohue of DuraSpace for ensuring that DSpace 5.0 went off without a hitch. A detailed listing of all known people/institutions who contributed directly to DSpace 5.0 is available in the Release Notes. If you contributed and were accidentally

Re: [Dspace-tech] Possible bug in restricted PDFs/ extracted text/ indexing

2015-01-13 Thread Tim Donohue
Hi Ryan (and all), Had a moment this morning to dig a little deeper here... From what I can tell, it looks like this *may* be the result of a flaw/bug in the logic of the Discovery Access Rights Awareness feature (which is supposed to respect access restrictions on Items). I believe what may

Re: [Dspace-tech] Hardware Configuration for DSpace

2015-01-05 Thread Tim Donohue
Hi, The exact hard drives listed in those details are just *examples*. We probably should just remove those examples, as they will always be outdated. The most important specifications with regards to DSpace are the amount of storage and memory you need. * Storage Space: You need enough

Re: [Dspace-tech] What's DSpace--Ubuntu--vg-root?

2015-01-02 Thread Tim Donohue
Hi P.Hadadan, That directory is not used or created by default in DSpace. I'm not sure what its purpose could be, but it would have been either created manually or perhaps created by your operating system. DSpace does not create or refer to any such directory. - Tim On 12/27/2014 7:27 AM,

Re: [Dspace-tech] Can't create administrator account after successful install of DSpace 5 RC 3

2015-01-02 Thread Tim Donohue
Hi Alain, I cannot seem to replicate this error with either an ant fresh_install or an ant update. It almost sounds like the Database isn't initialized properly, or the Administrator group was accidentally deleted somehow. Could you send us some more info on how you got this to occur? * Was

Re: [Dspace-tech] Error when running ant update DSpace version 5 rc3

2014-12-23 Thread Tim Donohue
Hi Alain, This sounds like a possible issue in your build.properties file (which is used during the mvn package build step). I suspect that either you are accidentally using an older version of the build.properties file (e.g. one that came with DSpace 4.x), or the dspace.ui or dspace.url

Re: [Dspace-tech] Error when running ant update DSpace version 5 rc3

2014-12-23 Thread Tim Donohue
As a followup, I've added a note about this error to our latest Upgrade Instructions in the Troubleshooting Upgrade Issues section: https://wiki.duraspace.org/display/DSDOC5x/Upgrading+DSpace#UpgradingDSpace-Propertywascircularlydefinederrors - Tim On 12/23/2014 9:45 AM, Tim Donohue wrote

[Dspace-tech] DSpace 5.0 Release Candidate 3 is now available! DSpace 5.0 release coming in mid-January.

2014-12-22 Thread Tim Donohue
://wiki.duraspace.org/display/DSPACE/DSpace+Release+5.0+Status We hope you all have a wonderful holiday and happy new year! Tim Donohue, on behalf of the DSpace Committers -- Download BIRT iHub F-Type - The Free Enterprise

Re: [Dspace-tech] FW: Questions Demo XMLUI 5: Embargo on bitstreams, Batch import (ZIP) Private/Withdrawn items

2014-12-12 Thread Tim Donohue
(on the right) * Content Administration subsection * Withdrawn Items Thanks for reporting these issues! Sorry it took us so long to get back on this one. Tim Donohue -- Download BIRT iHub F-Type - The Free Enterprise

Re: [Dspace-tech] FW: Questions Demo XMLUI 5: Embargo on bitstreams, Batch import (ZIP) Private/Withdrawn items

2014-12-12 Thread Tim Donohue
/ , which uses the same logins as the Demo site). We are still investigating exactly what is wrong on the demo server which is causing it to act this way. - Tim On 12/12/2014 11:11 AM, Tim Donohue wrote: Paolo and Lotta, Sorry for the delay in getting back. As we are in the midst of testing

Re: [Dspace-tech] Queued Curation Tasks

2014-12-11 Thread Tim Donohue
Hi Terry, The quick answers to your questions are: * Unfortunately, Curation Tasks are still very much an Administrator tool. There's not currently a way to email the result of queued tasks, but that'd make a nice feature (if anyone wanted to volunteer to build it out). Currently, the results

Re: [Dspace-tech] [DSpace-tech]: Restore entire site via AIP packager problem!

2014-12-09 Thread Tim Donohue
Hi Nada, Restoring an entire site actually requires a special command (-r -a -f -t). Here's the documentation on that: https://wiki.duraspace.org/display/DSDOC5x/AIP+Backup+and+Restore#AIPBackupandRestore-RestoringEntireSite You cannot restore a site with -r -k mode, as when restoring a site,

Re: [Dspace-tech] possible bug in SpiderDetector.java...

2014-12-09 Thread Tim Donohue
Hi Bill, This does seem like a good fix. If possible, I'd encourage you to submit this as a bug fix, since it's often difficult for us to track code suggestions via email. We'd just ask that you create a bug description in our issue tracker (https://jira.duraspace.org/browse/DS/), and

Re: [Dspace-tech] Dspace 3.0 is displaying an error message sometimes I attempt to view

2014-12-08 Thread Tim Donohue
Hi, We'd likely need some additional information before we could provide good advice on solving this problem. Could you send us the full error stacktrace? We'd need to understand exactly where the File Not Found exception occurs. Also, you should look more closely at the File Not Found

Re: [Dspace-tech] Oracle JVM vs. OpenJDK JVM performance?

2014-12-08 Thread Tim Donohue
. Tim Donohue On 11/22/2014 3:37 PM, Brown, Jacob wrote: Hi all, Has anyone run any benchmarks for OpenJDK JVM vs. Oracle JVM for a recent version of DSpace on Java 7? Everything I've read online suggests that Oracle *for Java 7* is not significantly faster than OpenJDK. I'm inclined

[Dspace-tech] Input on Developer Track at OR2015

2014-11-13 Thread Tim Donohue
, Tim Donohue [1] http://www.or2015.net/call-for-proposals/ -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take

[Dspace-tech] NOTICE: DuraSpace Wiki/Issue-Tracker Maintenance Saturday, Nov 8th from 9am to 5pm EST

2014-11-05 Thread Tim Donohue
questions or concerns. Sincerely, Tim Donohue (on behalf of sysad...@duraspace.org) -- Tim Donohue Technical Lead for DSpace DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org

Re: [Dspace-tech] dspace -fedora interop

2014-10-13 Thread Tim Donohue
Hi Stuart, There's really no direct path from DSpace to Fedora that would work for everyone, mainly because Fedora is so flexible it doesn't even come with a default data model. So, migrating from DSpace to Fedora would be different based on what you were using on top of Fedora (e.g. Hydra or

Re: [Dspace-tech] importing classified collection

2014-10-06 Thread Tim Donohue
Hi P. Hadadan, Unfortunately, DSpace doesn't support importing entire folder structures into Collections. A list of all valid ways to import content into DSpace is in the Documentation at: https://wiki.duraspace.org/display/DSDOC4x/Ingesting+Content+and+Metadata Likely, in this scenario,

Re: [Dspace-tech] some handles accessible others not accessible

2014-10-03 Thread Tim Donohue
Hi Lewatle, Could something have been cached in your local web browser? Both these links work fine for me: http://hdl.handle.net/10539/12376 - Redirects to: http://wiredspace.wits.ac.za//handle/10539/12376 http://hdl.handle.net/10539/12373 - Redirects to:

Re: [Dspace-tech] FW: [rt.creativecommons.org #10395] CC API

2014-10-02 Thread Tim Donohue
-- Tim Donohue Technical Lead for DSpace DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org On 10/1/2014 6:21 PM, Lilly Li wrote: Hi there, We are using DSpace 4.2... It seems the current version of DSpace system is still assigning version 3.0 CC license. Matt from CC.org provided

Re: [Dspace-tech] Administrative Statistics Issue

2014-09-24 Thread Tim Donohue
org.dspace.app.statistics.CreateStatReport -r stat-initial .* * * I believe i need to update the commands in the stat-* files as* dspace dsrun [command] . *Is that right? Regards, Naveen Illinois Institute of Technology Graduate (MCS) Mob : (312) 774-1687 On Tue, Sep 23, 2014 at 9:56 AM, Tim Donohue

Re: [Dspace-tech] hdl feature registration

2014-09-23 Thread Tim Donohue
DSpace will work fine without a valid Handle registration. All features of DSpace will still work, but it won't support http://hdl.handle.net/xx/xx URLs. If you wish to have a valid Handle (and have DSpace automatically redirect http://hdl.handle.net URLs to the appropriate page), then you

Re: [Dspace-tech] Administrative Statistics Issue

2014-09-23 Thread Tim Donohue
Hi Naveen, In more recent versions of DSpace (including DSpace 3.x), these older stat-* commands have been replaced by a single dspace commandline script ([dspace]/bin/dspace). So, the commands should now be: [dspace]/bin/dspace stat-general [dspace]/bin/dspace stat-monthly

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-22 Thread Tim Donohue
Hi Elvi, After some further investigation, I'm seeing the same issue on Windows 8 64bit, Maven 3.0.5 and Oracle Java 1.7.0_65. It looks like some recent work on the master branch has accidentally broken the build process on Windows. I'll look into it. Just as an FYI, obviously the master

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-22 Thread Tim Donohue
features for DSpace 5 that's why I'm using the master branch in my 'test' server. Thanks again and regards, Elvi On Mon, Sep 22, 2014 at 11:22 PM, Tim Donohue-3 [via DSpace] [hidden email] /user/SendEmail.jtp?type=nodenode=4675001i=0 wrote: Hi Elvi, After some further investigation, I'm

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread Tim Donohue
Elvi, All you should need to do is rebuild DSpace: mvn clean package This recreates the [src]/dspace/target/dspace-installer/ directory. After that, just run ant update from that folder. - Tim On 9/19/2014 2:29 AM, Nemiz, Elvi wrote: Dear Hilton, I am using the dspace master branch

Re: [Dspace-tech] Problems with create-administrator command during install‏

2014-09-19 Thread Tim Donohue
Try running: ./dspace create-administrator It's possible that the ../dspace/bin/ directory is just not in your PATH, so it may not be seeing the dspace script in that directory. - Tim On 9/19/2014 9:25 AM, ʚïɞ...liss ...εïз wrote: I just installed dspace 4.2 and I can see good in the

Re: [Dspace-tech] Help - Dsrun command not found

2014-09-19 Thread Tim Donohue
Try running: ./dsrun [command] It's possible that the /dspace/bin/ directory is just not in your PATH, so it may not be seeing the dsrun script in that directory. By running ./dsrun it lets your system know to look in your current directory. - Tim On 9/19/2014 10:24 AM, Naveen Srinivasan

Re: [Dspace-tech] embargo bug? second attempt

2014-09-19 Thread Tim Donohue
Hi Bill, This sounds like a bug to me, but I haven't had a chance to dig into it further. I'd recommend going ahead and creating a new ticket to describe the problem in our issue tracker: https://jira.duraspace.org/browse/DS/ Once we have it tracked in the issue tracker, hopefully we can

[Dspace-tech] Important message from Google Scholar team - DSpace URL Redirects Issue

2014-09-17 Thread Tim Donohue
Hi all, I'm forwarding on this message from Darcy Dapra at Google Scholar. If there are any questions or concerns, feel free to ask on this list. If we cannot answer them, we'll make sure to forward them on to the Google Scholar team for additional feedback. - Tim

Re: [Dspace-tech] dspace 4.2 and sword

2014-09-16 Thread Tim Donohue
Hi Jose, DSpace 4.2 comes with both a SWORD v1.3 server (the 'sword' webapp) and a SWORD v2 server (the 'swordv2' webapp). So, you'd just want to use the 'sword' webapp. - Tim On 9/12/2014 9:11 AM, Jose Blanco wrote: We have someone that wants to use sword with our 4.2 instance. They want

[Dspace-tech] Fwd: Open Access Repository Ranking

2014-09-11 Thread Tim Donohue
Forwarding on this announcement from the code4lib mailing list. Original Message Subject: [CODE4LIB] Open Access Repository Ranking Date: Thu, 11 Sep 2014 17:40:12 +0200 From: Dennis Zielke zielk...@cms.hu-berlin.de Reply-To: Code for Libraries code4...@listserv.nd.edu To:

Re: [Dspace-tech] Dspace admin capability

2014-09-10 Thread Tim Donohue
Hello P. Hadadan, You might want to try out DSpace for yourself. We have a Demo version of it up and running at: http://demo.dspace.org/ You can login using any of the demo user accounts specified in the paragraph of text at the top of the Demo XMLUI or JSPUI interfaces:

Re: [Dspace-tech] Problem with solr statitsics not been updated

2014-09-10 Thread Tim Donohue
Hi, You probably should check your [dspace]/config/modules/discovery.cfg and [dspace]/config/modules/solr-statistics.cfg files for the value of search.server there. The first config is used by Discovery to connect to Solr (and used by that update-discovery-index command). The second is used

Re: [Dspace-tech] DSpace Request Copy Add-on

2014-09-09 Thread Tim Donohue
A minor followup to this thread. Of course the Request a Copy feature is out-of-the-box in DSpace 4.x. So, another option may be to upgrade to DSpace 4. Here's the documentation for Request a Copy in DSpace 4: https://wiki.duraspace.org/display/DSDOC4x/Request+a+Copy - Tim On 9/5/2014 7:22

Re: [Dspace-tech] 3rd party jar installation error in xpdf

2014-09-09 Thread Tim Donohue
Hi Bender, It sounds like you might be running on Windows. With Windows, whenever you pass in -D[whatever] properties to Maven, you need to surround them with quotes. For example: mvn install:install-file -Dfile=[path] -DgroupId=com.sun.media ... So, try surrounding any of your properties

Re: [Dspace-tech] mvn package command error - Non-resolvable parent POM

2014-09-09 Thread Tim Donohue
Hi Bhavesh, This sounds like a Maven proxy issue to me. Are you sure you've properly configured Maven to use the proxy you've setup (and that you've made your proxy active)? Here's a guide for configuring proxies in Maven: http://maven.apache.org/guides/mini/guide-proxies.html (I found this

Re: [Dspace-tech] DSpace SWORD and Drupal

2014-09-09 Thread Tim Donohue
Hi Joseph, You may be better off asking this question on either the SWORD mailing list [1] or a Drupal mailing list. I'm unaware of a Drupal + SWORD plugin, though there is a SWORDv2 PHP client library [2]. - Tim [1] SWORD mailing list info: http://swordapp.org/contact/ [2] SWORD v2

Re: [Dspace-tech] harvester.handleMetadataField on oai.cfg

2014-09-02 Thread Tim Donohue
Hello Rodrigo, I actually don't see that setting in the DSpace 3.2 oai.cfg file: https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace/config/modules/oai.cfg It doesn't look to exist by default. Is this some sort of custom code you've added or installed? - Tim On 8/29/2014 10:43 AM,

Re: [Dspace-tech] Very old Dspace 1.2.1 Upgrade errors

2014-08-13 Thread Tim Donohue
) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) ... 15 more Kindly help and suggest. On Tue, Aug 12, 2014 at 6:38 PM, Tim Donohue tdono...@duraspace.org mailto:tdono...@duraspace.org wrote: Hello, It's difficult to determine exactly which step of the upgrade went incorrectly

Re: [Dspace-tech] Very old Dspace 1.2.1 Upgrade errors

2014-08-12 Thread Tim Donohue
...@tu-berlin.de wrote: Did you use all SQL-Scripts in the right order while performing step 4 upgrading of the replicated database? Did any errors occurred during this step? Regards, Pascal -Original Message- From: Tim Donohue [mailto:tdono

Re: [Dspace-tech] Very old Dspace 1.2.1 Upgrade errors

2014-08-11 Thread Tim Donohue
Hello, Can you send us the exact error messages you are seeing? It's difficult to determine the upgrade problem without more information about what did not work, or what errors are being reported. Here's more information on tracking down the error messages in DSpace:

Re: [Dspace-tech] DSpace 4.2 out of memory error

2014-07-31 Thread Tim Donohue
Hi Stephano, Your JAVA_OPTS settings look OK. It seems rather odd that this is failing on a simple Ant command (which should NOT be using that much memory). Do you have a lot of other software running on this server which could be using memory? It almost sounds like Java just cannot even find

Re: [Dspace-tech] DSpace 4.2 out of memory error

2014-07-30 Thread Tim Donohue
Hi Stephano, That error seems to be saying that Ant cannot find enough memory to update your DSpace. It sounds like either your server is overwhelmed or all of the memory is being allocated elsewhere. Here's a few questions we'd likely need you to answer: * How much memory do you have

[Dspace-tech] Welcome to the latest DSpace committer: Pascal-Nicolas Becker

2014-07-29 Thread Tim Donohue
Dear DSpace Community, The DSpace Committers team are delighted to announce a new member to the group: Pascal-Nicolas Becker from Technische Universität Berlin. Please join us in welcoming him! Pascal is a Java Developer with eight years of repository experience. Starting in 2006, he worked

Re: [Dspace-tech] ant fresh_install error

2014-07-25 Thread Tim Donohue
Hi Andy, It sounds like the dspace.hostname setting in your build.properties file is either missing or commented out. Here's what it should look like: https://github.com/DSpace/DSpace/blob/master/build.properties#L28 If this property is missing, then it is unable to be specified in the final

Re: [Dspace-tech] DS-1205 fix for 1.7.x

2014-07-24 Thread Tim Donohue
Hi Thomas, Looking more closely at DS-1205, I now realize that it won't inherently fix any existing OutofMemory problems itself. All that DS-1205 does is add the *option* to use a Read-Only Context (which avoids all caching)...however that option is disabled by default in the current

Re: [Dspace-tech] [Dspace-devel] Search using filetype:pdf at Google Scholar returns less results

2014-07-21 Thread Tim Donohue
Hi Manuela, Unfortunately, offhand, Google Scholar may have the best answer to this question (as they may be able to point at exactly what is wrong in your scenario). But there are a few things you probably should be aware of that could help you debug this issue yourself as well: (1) Newer

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-11 Thread Tim Donohue
Hilton, All DSpace prerequisites are specified in the official Documentation in the Installing DSpace section. So, here are the prerequisite software requirements for DSpace 4: https://wiki.duraspace.org/display/DSDOC4x/Installing+DSpace#InstallingDSpace-PrerequisiteSoftware On 7/11/2014 3:35

Re: [Dspace-tech] mvn installation problems with 4.1

2014-07-10 Thread Tim Donohue
Hi Sean, What version of Maven are you using? (NOTE: DSpace requires Maven 3) Have you made any other customizations to the DSpace pom.xml? I'm not able to replicate this issue with Maven 3.0.4, Java 7 and DSpace 4.1 (well, more accurately the dspace-4_x branch in GitHub, which is pre-4.2).

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Tim Donohue
Hi Bryson, Just to clarify, have you seen the official 4.x documentation for setting up Shibboleth at: https://wiki.duraspace.org/display/DSDOC4x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication The official docs go into some detail as to how you can configure Apache +

Re: [Dspace-tech] Code for Lib addon for DSpace

2014-07-09 Thread Tim Donohue
Hi Lewatle, I'm not sure what add-on you are talking about. Code4lib (often pronounced: code for Lib) is actually an informal community/organization, see http://code4lib.org/ So, I'm not aware of any DSpace 'add-on' associated with the code4lib community, unless maybe you are referencing an

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Tim Donohue
and not the ConfigurationManager. https://github.com/DSpace/DSpace/blob/dspace-4.1/dspace-api/src/main/java/org/dspace/authenticate/ShibAuthentication.java#L494 Bryson -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Wednesday, July 09, 2014 9:13 AM To: Duda, Bryson

Re: [Dspace-tech] Shibboleth woes

2014-07-09 Thread Tim Donohue
Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Wednesday, July 09, 2014 10:10 AM To: Duda, Bryson; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Shibboleth woes Hi Bryson, If you are using the mod_proxy to forward to Tomcat, you might want to ensure you have

Re: [Dspace-tech] Replication Task Suite problem

2014-07-09 Thread Tim Donohue
Hi Alain, Unfortunately, this seems to be an annoying SSL certificate issue with the certificate installed on https://m2.duraspace.org/ (which is where the DuraCloud JARs are pulled down via Maven). There is a workaround, but it involves having to manually install the GoDaddy certificates in

Re: [Dspace-tech] IP Authentication

2014-07-07 Thread Tim Donohue
Hi Oliver, I suspect there may be an assumption in the IP Authentication plugin that you are using it for READ access rather than full ADMIN access. The reality here is that the IP Authentication plugin was built primarily for one use case -- to allow unauthenticated users *READ* access to

Re: [Dspace-tech] Question about implementation of SOLR

2014-07-07 Thread Tim Donohue
Hi Jonathan, I suspect the reason is simply that we want the change in Solr to happen *immediately* rather than waiting for the next autocommit. By default, our Solr auto-commit settings are defaulted to 10,000 docs or 10 seconds:

Re: [Dspace-tech] basis of incomplete data displayed

2014-07-07 Thread Tim Donohue
Hi, The command to run is: ./dspace index-discovery -b That should rebuild your entire search/browse index in Discovery. See: https://wiki.duraspace.org/display/DSDOC4x/Discovery#Discovery-DiscoverySolrIndexMaintenance I addition, you should make sure that you are using the 4.1 version of the

Re: [Dspace-tech] Thinking through an automated ingest process...feedback or comments?

2014-07-03 Thread Tim Donohue
Hi Charlene, My immediate thought is whether using SWORD (v1 or v2) would help with this automated ingest. Creating SWORD packages may take a bit more work, but SWORD is built for this sort of ingest process (i.e. ingesting automatically from another system or program) http://swordapp.org/

Re: [Dspace-tech] Postgres to MySQL

2014-07-02 Thread Tim Donohue
Hi Matthew, Just to clarify, DSpace currently does not actively support MySQL. We currently only support PostgreSQL and Oracle. It's *possible* DSpace may work on MySQL, but it's not actively being tested/developed on that database backend. However, if you or your institution is interested in

Re: [Dspace-tech] DSpace Export to Archivematica

2014-07-02 Thread Tim Donohue
Hi James, Those Zip files which Archivematica is referring to are being created by the AIP Backup and Restore process: https://wiki.duraspace.org/display/DSDOC4x/AIP+Backup+and+Restore Specifically, if you are trying to export the *entire* site to AIPs to send to Archivematica, you'd look at

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Tim Donohue
Hi Jose, This is a bit confusing, cause the error you show says the NullPointerException is on line 616 of DSIndexer.java. In version 4.x of DSpace, that's this line (and NOT the liveDocs line you sent previously):

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Tim Donohue
Hi Jose, On 7/1/2014 11:46 AM, Jose Blanco wrote: Tim, Thanks for helping me out with this. I am using 4.1 code, it's just that I have some changes in there particular to our instance. The changes I have I don't think should affect this. I put in the check you suggested, and now I don't

Re: [Dspace-tech] index-lucene-update

2014-07-01 Thread Tim Donohue
Jose, I forgot to check JIRA for this issue. :) Looks like you may be hitting this: https://jira.duraspace.org/browse/DS-1970 It's fixed in the upcoming 4.2 release (hoping to be released in mid-July) - Tim On 7/1/2014 12:45 PM, Tim Donohue wrote: Hi Jose, On 7/1/2014 11:46 AM, Jose

Re: [Dspace-tech] Publication Date Metadata

2014-06-27 Thread Tim Donohue
) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432) ... 44 more This makes me think the dc.date.issued is still blank. Any ideas ? Sebastien Original Message From: Tim Donohue tdono...@duraspace.org Sent: Thursday, June 26, 2014 10:03 AM

Re: [Dspace-tech] Publication Date Metadata

2014-06-27 Thread Tim Donohue
not assume wrongly. I am trying (unsuccessfully) to revert to the 3.2 behaviour. Thanks for your help. This is really appreciated. -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: June-27-14 10:37 AM To: Sebastien Ival; dspace-tech@lists.sourceforge.net Cc

Re: [Dspace-tech] Publication Date Metadata

2014-06-27 Thread Tim Donohue
have to find someone to look into it and resolve it. - Tim On 6/27/2014 10:15 AM, Tim Donohue wrote: Hi Sebastien, OK, now I think I'm finally understanding things...sorry, it was not initially clear what your goal was and how you were getting this error. It sounds like you're hitting an error

<    1   2   3   4   5   6   7   8   >