[Dspace-tech] exports directory already exists

2013-04-24 Thread Patrick West
http://data.rpi.edu/repository/ CentOS release 5.9 dspace 1.8.2 Apache Tomcat 7.0.26 Browsing data holdings I then clicked on "Export item" in the left-hand navigation. It took me to a page: The item was exported successfully. You should receive an e-mail when the archive is ready for download.

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread Abhishek Kulkarni
Will do as mentioned and get back.. Thanks, Abhishek On Wed, Apr 24, 2013 at 1:29 PM, helix84 wrote: > On Wed, Apr 24, 2013 at 7:47 PM, abhishek.kulkarni > wrote: > > Search started working after I refreshed the indexes. > > However, I wasn't successful in refreshing Discovery. > > Faced exce

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread helix84
On Wed, Apr 24, 2013 at 7:47 PM, abhishek.kulkarni wrote: > Search started working after I refreshed the indexes. > However, I wasn't successful in refreshing Discovery. > Faced exception: - > > Exception: java.net.ConnectException: Connection refused > org.dspace.discovery.SearchServiceException:

[Dspace-tech] How can I set the homepage to display a collection?

2013-04-24 Thread Will Clarke
Hello All, I am working to upgrade DSpace from 1.8 to 3.1. So far so good - DSpace 3.1 seems to be working but I would like to have a second hostname that accesses the DSpace instance to pull up a specific collection. In the server.xml file I have added a second host definition above the first:

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread abhishek.kulkarni
Search started working after I refreshed the indexes. However, I wasn't successful in refreshing Discovery. Faced exception: - Exception: java.net.ConnectException: Connection refused org.dspace.discovery.SearchServiceException: java.net.ConnectException: Connection refused at org.dspace.

Re: [Dspace-tech] Internal Server Error due to Browse index erros

2013-04-24 Thread helix84
If you want to fix it in DSpace, this is where you should modify the code to check for empty type parameter and treat it as "title" instead: https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-jspui/src/main/java/org/dspace/app/webui/servlet/AbstractBrowserServlet.java#L111 Regards, ~~helix8

Re: [Dspace-tech] Internal Server Error due to Browse index erros

2013-04-24 Thread helix84
On Wed, Apr 24, 2013 at 3:53 PM, Kirti Bodhmage wrote: > It looks like some robot is using http://qmro.qmul.ac.uk/jspui/browse url > while it should be using this url with some parameter. Hi Kirti, that must be some kind of error in your repository, because it shouldn't happen. If you call bro

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread Abhishek Kulkarni
Thanks for speedy response Ivan. I will follow the steps mentioned and get back. Many thanks ! -Abhishek On Wed, Apr 24, 2013 at 11:41 AM, helix84 wrote: > On Wed, Apr 24, 2013 at 6:14 PM, Abhishek Kulkarni > wrote: > >> I created new db, dspace_new and performed all the steps as mentione

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread helix84
On Wed, Apr 24, 2013 at 6:14 PM, Abhishek Kulkarni wrote: > I created new db, dspace_new and performed all the steps as mentioned > successfully. > I made a mistake, here's how you should run the database upgrade scripts: psql dspace_new < [dspace-src]/dspace/etc/postgres/database_schema_17-18

Re: [Dspace-tech] How to change the start page of Mirage?

2013-04-24 Thread helix84
On Wed, Apr 24, 2013 at 6:24 PM, Abhishek Kulkarni wrote: > How do we change the name "Mirage" on landing page of Dspace? You can do that here: https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl#L327 Please, start a new thr

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread abhishek.kulkarni
Hi Ivan, I created new db, dspace_new and performed all the steps as mentioned successfully. However, I am still not getting search results after searching for any keyword in dspace. Also, on item submission I faced the following exception after the 'Grant license' step. java.lang.RuntimeExcepti

Re: [Dspace-tech] How to change the start page of Mirage?

2013-04-24 Thread Abhishek Kulkarni
Hi Jose, How do we change the name "Mirage" on landing page of Dspace? -Abhishek On Wed, Apr 24, 2013 at 11:02 AM, Jose Blanco wrote: > The file that contains this is: > > dspace/config/news-xmlui.xml. Change it there. > > > On Wed, Apr 24, 2013 at 10:18 AM, Stefanie Behnke wrote: > >> Hell

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread Abhishek Kulkarni
Hi Ivan, I created new db, dspace_new and performed all the steps as mentioned successfully. However, I am still not getting search results after searching for any keyword in dspace. Also, on item submission I faced the following exception after the 'Grant license' step. java.lang.RuntimeExcepti

Re: [Dspace-tech] How to change the start page of Mirage?

2013-04-24 Thread Jose Blanco
The file that contains this is: dspace/config/news-xmlui.xml. Change it there. On Wed, Apr 24, 2013 at 10:18 AM, Stefanie Behnke wrote: > Hello, > > ** ** > > I want to customize the text: > > “DSpace Repository > > DSpace is a digital service that collects, preserves, and distrib

[Dspace-tech] controlled-vocabulary question

2013-04-24 Thread Jose Blanco
I'm trying to implement controlled-vocabulary, and I used the srsc to try it out. I see a link to "Subject Categories" vocabulary: http://blancoj.dev.deepblue.lib.umich.edu/JSON/controlled-vocabulary?vocabularyIdentifier=srsc&metadataFieldName=dc_subject I see this "vocabulary:" in front of the

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread Abhishek Kulkarni
Should I run update-sequences.sql present in /dspace/dspace-3.1-release/dspace/etc/postgres too after running: - (i) database_schema_17-18.sql & (ii) database_schema_18-3.sql ? On Wed, Apr 24, 2013 at 10:03 AM, Abhishek Kulkarni wrote: > Thanks Helix! > > > On Wed, Apr 24, 2013 at 9:57 AM, hel

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread Abhishek Kulkarni
Thanks Helix! On Wed, Apr 24, 2013 at 9:57 AM, helix84 wrote: > Please, always CC dspace-tech. > > It seems what you're doing is running the data export over an existing > database (with data). > > What you should do instead is take the export (created using pg_dump), > import it into an empty

Re: [Dspace-tech] "java.sql.SQLException: bad_dublin_core schema" after modifying input-forms.xml file.

2013-04-24 Thread helix84
Please, always CC dspace-tech. It seems what you're doing is running the data export over an existing database (with data). What you should do instead is take the export (created using pg_dump), import it into an empty database (you can create a separate database for that purpose), let's call it

Re: [Dspace-tech] Importing database dump to dspace 3.1

2013-04-24 Thread abhishek.kulkarni
Hello Ivan, Can you please help me out with importing postgres database? I have installed dspace 3.1 (fresh install) on new server and already have dspace 1.7 running on another server. I copied entire assetstore from 1.7 to 3.1 dspace. After copying, I tried searching for items in new dspace, and

[Dspace-tech] How to change the start page of Mirage?

2013-04-24 Thread Stefanie Behnke
Hello, I want to customize the text: "DSpace Repository DSpace is a digital service that collects, preserves, and distributes digital material. Repositories are important tools for preserving an organization's legacy; they facilitate digital preservation and scholarly communication." from

[Dspace-tech] Internal Server Error due to Browse index erros

2013-04-24 Thread Kirti Bodhmage
Hi, All of a sudden we started to get loads of errors related to browse indexes. It looks like some robot is using http://qmro.qmul.ac.uk/jspui/browse url while it should be using this url with some parameter. An internal server error occurred on http://qmro.qmul.ac.uk/jspui: Date:

Re: [Dspace-tech] Servlet compilation problem.

2013-04-24 Thread Divya Gandhi
Sir, There is no main/java in version 1.8.2. I have following directory paths in this version. D:\dspace-1.8.2-src-release\dspace\modules\jspui\src\main\resources OR D:\dspace-1.8.2-src-release\dspace\modules\jspui\src\main\webapp does that mean I put the servlet in resources and the jsp in webapp

Re: [Dspace-tech] Dspace sending too many alert emails

2013-04-24 Thread helix84
If you really want to do filtering as Bram suggests, I'd recommend you to do it in your MTA on the DSpace server. Assuming you're using an MTA with a smarthost configuration, which is the usual and easy configuration, you can configure it to do some filtering depending on body content and drop only

Re: [Dspace-tech] RSS feed are not appearing in my home page

2013-04-24 Thread Hilton Gibson
Hi Please see: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Upgrading/Repository_Software#Theme When upgrading DSpace make sure to incorporate new theme additions to your custom theme. The RSS feeds are defined by the XMLUI theme. This is assuming you are using the XMLUI and Mirage Manakin theme

Re: [Dspace-tech] Dspace sending too many alert emails

2013-04-24 Thread Bram Luyten
Right, you are referring to those errors that trigger emails *during *the database downtime. As far as I know, there are no email digest features in DSpace out of the box, so this would require customization. You might be able to circumvent this by having a more selective number of recipients in t

[Dspace-tech] Servlet compilation problem.

2013-04-24 Thread Divya Gandhi
I added a new servlet in the directory * D:\dspace-1.8.2-src-release\dspace-jspui\dspace-jspui-api\src\main\java\org\dspace\app\webui\servlet\TestServlet. * I am just learning how to add servlet. The TestServlet file does the same work as the CommunityList.servlet. Then I also connected it to anot