[Dspace-tech] How to export collection from dspace ver 1.4.1

2012-10-08 Thread atul jaiswal
Hi everyone

I m using dspace ver 1.4.1. i want to migrate my data to latest version of
Dspace. I m usind export command " /dspace/bin/dspace dsrun
org.dspace.app.itemexport.ItemExport -t COLLECTION -i handle -d /export -n
123". But this command is not working. Please help me for right command.

with regard
Atul Jaiswal
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] java.lang.NullPointerException when submission hits the CC License Step

2012-10-08 Thread helix84
Hi Enrique,

I'm assuming from your documentation link that you're using DSpace 1.8.

On Mon, Oct 8, 2012 at 10:48 PM, Martínez Zuñiga, Enrique
 wrote:
> java.lang.NullPointerException
> at 
> org.dspace.app.xmlui.aspect.submission.submit.CCLicenseStep.addBody(CCLicenseStep.java:121)

This is the relevant line of code:
https://github.com/DSpace/DSpace/blob/dspace-1_8_x/dspace-api/src/main/java/org/dspace/submit/step/CCLicenseStep.java#L121

I'm not sure why it says 121 and not 120 (did you change any code in
this file? Can you confirm that the line has the same contents in your
source?), but it seems to me that the only thing there that can be
null is choiceButton. Does that help explain what's going on? I'm not
very familiar with sumbission forms.

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] filtering out a value from suject browse

2012-10-08 Thread helix84
On Mon, Oct 8, 2012 at 10:15 PM, Jose Blanco  wrote:
> how would you delete it?

That's trivial:
wget 
"http://localhost:8080/solr/search/update?stream.body=subject:yoursubject&commit=true"
-O response.xml

Don't forget that updating the index (e.g. when depositing an item)
will probably restore those values.

Details on connecting to Solr and querying it are here:
https://wiki.duraspace.org/display/DSPACE/Solr

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] filtering out a value from suject browse

2012-10-08 Thread Jose Blanco
how would you delete it?

-Jose

On Mon, Oct 8, 2012 at 4:03 PM, helix84  wrote:

> On Mon, Oct 8, 2012 at 9:56 PM, Jose Blanco  wrote:
> > I was looking into filtering out a particular value from the subject
> browse,
> > so that the user is not presented with that value, but it does not look
> very
> > straight forward.  Any opinions/guidelines if this can be done without
> too
> > much trouble.
>
> Hmm, what about deleting it from Solr index after an index update?
> Should be fairly easy, only it would have to be done after every index
> update.
>
> Regards,
> ~~helix84
>
>
> --
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] filtering out a value from suject browse

2012-10-08 Thread helix84
On Mon, Oct 8, 2012 at 9:56 PM, Jose Blanco  wrote:
> I was looking into filtering out a particular value from the subject browse,
> so that the user is not presented with that value, but it does not look very
> straight forward.  Any opinions/guidelines if this can be done without too
> much trouble.

Hmm, what about deleting it from Solr index after an index update?
Should be fairly easy, only it would have to be done after every index
update.

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] filtering out a value from suject browse

2012-10-08 Thread Jose Blanco
I was looking into filtering out a particular value from the subject
browse, so that the user is not presented with that value, but it does not
look very straight forward.  Any opinions/guidelines if this can be done
without too much trouble.

Thanks!
Jose
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Extracted text showing in Google scholar search results instead of Bundle: ORIGINAL pdfs

2012-10-08 Thread Peter Dietz
Hi Elvi,

That is strange..


I had to go re-read Google Scholar's Inclusion Guidelines, and I see an
issue.. (not with you, but with DSpace, and with Google's requirement). I
remember discussing this with Anurag (from Google Scholar), and I thought
we were on the same page, but your site is clearly evidence of an issue.

The "" tags normally apply only to the exact page on which they're
provided. If this page shows only the abstract of the paper and you have
the full text in a separate file, e.g., in the PDF format, please specify
the locations of *all* full text versions using citation_pdf_url or
DC.identifier tags. The content of the tag is the absolute URL of the PDF
file; *for security reasons, it must refer to a file in the same
subdirectory as the HTML abstract*.

Failure to link the alternate versions together could result in the
incorrect indexing of the PDF files, because these files would be processed
as separate documents without the information contained in the meta tags.

 from: http://scholar.google.com/intl/en/scholar/inclusion.html#indexing My
bold emphasis added.

Your DSpace Item:
http://repository.seafdec.org.ph/handle/10862/124

Your citation_pdf_url meta-tag:
http://repository.seafdec.org.ph/bitstream/10862/124/1/adsea94p037-062.pdf";
name="citation_pdf_url" />

"the PDF file [...] must refer to a file in the same subdirectory as the
HTML abstract"
http://repository.seafdec.org.ph/handle/10862/124
http://repository.seafdec.org.ph/bitstream/10862/124/1/adsea94p037-062.pdf

umm, nope.

I'm wondering if Google wants us to restructure some URL's, so we also
allow something like:
http://repository.seafdec.org.ph/handle/10862/124*
/bitstream/1/adsea94p037-062.pdf*

That would pass the requirement of PDF within the HTML subdirectory...
So, I do have a question for Google, and that is:  really???
(I'll contact them to see how required this is...).

Peter Dietz



On Thu, Oct 4, 2012 at 9:14 PM, Nemiz, Elvi  wrote:

> Dear all,
>
> I am just wondering why a lot of extracted text from our items comes up
> when doing a google search instead of the Bundle: ORIGINAL which are all
> pdfs. Do I have to set manually the original bundle as the primary
> bitstream? Or is it already set as the default primary bundle if we only
> uploaded a single bitstream? Please check this search results
> http://scholar.google.com/scholar?start=0&q=site:repository.seafdec.org.ph&hl=en&as_sdt=0,5.
> I want our users to view or download the pdf and not the extracted text
> from Google scholar search results.
>
> Thanks in advance and regards,
> Elvi S. Nemiz
> Information Assistant
> Library and Data Bank Services Section
> Training and Information Division
> SEAFDEC Aquaculture Department
> Tigbauan, Iloilo
> Philippines
>
> Access and download SEAFDEC/AQD publications for FREE
>
> http://repository.seafdec.org.ph
>
> [SEAFDEC/AQD Institutional Repository (SAIR)]
>
> - the official digital repository of scholarly and research information of
> the department
>
>
> --
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DCAT mtg agenda for tomorrow

2012-10-08 Thread Valorie Hollister
Apologies for the cross posting -

Please find the DCAT meeting agenda for tomorrow, Tuesday October 9 at 10:00am 
Eastern/14:00 UTC: 
https://wiki.duraspace.org/display/cmtygp/DCAT+Meeting+Agenda+October+9%2C+2012

In light of the 3.0 testathon starting this week we will have one of the 
release team members, Sands Fish, join our mtg to discuss how DCAT and the rest 
of the DSpace community can help. 

Anyone from the community is welcome to attended. Dial in instructions can be 
found at 
https://wiki.duraspace.org/display/cmtygp/DCAT+Conference+Call+Dial-in. Please 
note: we are still having connectivity issues with the 
"freeconferencecallhd.2096471600" Skype dial-in. Generally you can get on, but 
Skype seems to boot you off at regular intervals. To avoid the frustration we 
recommend dialing in via a Skype phone call -- simply use the Skype dial pad 
and dial the USA # 209-647-1600 and then the conference code # as prompted. You 
will need to have a Skype account with money in it in order to place this kind 
of call.

For anyone not familiar with the DSpace Community Advisory Team (DCAT) 
(https://wiki.duraspace.org/display/cmtygp/DSpace+Community+Advisory+Team), the 
group helps review the JIRA issues (https://jira.duraspace.org/browse/DS) 
classified as new feature requests for DSpace. The goal of the DCAT review is 
to help move the feature along by fleshing out requirements or ideas for 
implementation, as well as recruiting developers and other community members to 
work on the request. DCAT generally selects the new feature requests which 
appear to be of broad interest in the community. DCAT discussions are 
documented and are always open to the entire community for comment/feedback 
(https://wiki.duraspace.org/display/dsforum/DCAT+Discussion+Forum) or in JIRA 
directly (https://jira.duraspace.org/browse/DS).  

Additionally, there is a DCAT Google Group mailing list for members 
(http://groups.google.com/group/DSpaceCommunityAdvisoryTeam), but it is mainly 
used for logistics. All material DCAT discussions are conducted either on the 
DCAT Discussion Forum or in JIRA. That said, DCAT Google Group is also open for 
anyone in the community to join. 

If you have questions or are interested in becoming a DCAT member, please 
contact me at vhollis...@duraspace.org.

Valorie Hollister
Director of Community Programs
DuraSpace
vhollis...@duraspace.org--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] CC questions - missing one?

2012-10-08 Thread Tim Donohue
Jose,

That content is generated from the Creative Commons REST API.  If you 
look at the Creative Commons site, they've simplified their license 
selection process down to those two questions: 
http://creativecommons.org/choose/

So, the short answer is that the two questions you are seeing are the 
result of the content generated by the Creative Commons REST API 
(http://api.creativecommons.org/docs/readme_15.html). We have no control 
over the number of creative commons questions that are returned via that 
API.

- Tim

On 10/8/2012 10:46 AM, Jose Blanco wrote:
> I have configured my test dspace to be prompted with CC questions.  I
> see that I get two questions:
>
>   * Allow commercial uses of your work?  ( yes or no )
>
>   * Allow modifications of your work? ( ShareAlike or yes or no )
>
> But I was expecting 3 questions:
>
>   * Allow commercial uses of your work?  ( yes or no )
>
>   * Allow modifications of your work? ( yes or no )
>
>   * ShareLike? ( yes or no )
>
>
> Can this be changed?
>
>
> --
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
>
>
>
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] CC questions - missing one?

2012-10-08 Thread Jose Blanco
I have configured my test dspace to be prompted with CC questions.  I see
that I get two questions:


   - Allow commercial uses of your work?  ( yes or no )


   - Allow modifications of your work? ( ShareAlike or yes or no )

But I was expecting 3 questions:


   - Allow commercial uses of your work?  ( yes or no )


   - Allow modifications of your work? ( yes or no )


   - ShareLike? ( yes or no )


Can this be changed?
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace REST API Showcase

2012-10-08 Thread Hayden Young
For anyone interested in integrating DSpace with other applications.

A brief case study of an integration between Joomla and DSpace using the 
DSpace REST API (https://github.com/wijiti/dspace-rest-api):

http://www.wijiti.com/saber

Features include:
- Full integration of DSpace communities/collections, items and assets 
using the OSS Joomla extension JSpace,
- Index and search of DSpace items and assets using both the REST API 
and the OSS Joomla extension JSolr,
- Latest Items / Most Popular Items using JSpace modules and the DSpace 
REST API,
- Project portals for displaying related assets and items in the archive 
to site users.

A link to the live site is available at the end of the above case study 
page.

Cheers


Hayden

-- 
Hayden Young
Managing Director
Wijiti Pty Ltd
p. +61 (0) 8 6398 5010
e. haydenyo...@wijiti.com
w. www.wijiti.com
vcard. www.wijiti.com/vcard/haydenyoung.vcf

NOTICE
This e-mail and any attachments are intended for the addressee(s) only and may 
be confidential. They may contain legally privileged or copyright material. You 
should not read, copy, use or disclose them without authorization. If you are 
not the intended recipient please contact the sender as soon as possible by 
return e-mail and then please delete both messages. This notice should not be 
removed.


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Password change url redirect

2012-10-08 Thread Steve Kiarie
Thanks it works now, I am new to dspace i am using dspace 1.8 and interface is 
jspui

--- On Mon, 10/8/12, helix84  wrote:

From: helix84 
Subject: Re: [Dspace-tech] Password change url redirect
To: "Steve Kiarie" 
Cc: dspace-tech@lists.sourceforge.net
Date: Monday, October 8, 2012, 1:08 AM

On Mon, Oct 8, 2012 at 9:47 AM, Steve Kiarie  wrote:
> When a user send a forgot password change request, the system is able to
> send a url to the emaill address provides which should redirect the user to
> the ability to change the password page.
>
> however the same redirects to a page not found page

Hi Steve,

what is the URL in your email address? It's more likely a
misconfiguration in your dspace.cfg. What are your values of these
config properties?
dspace.hostname
dspace.baseUrl
dspace.url

Please, always mention the DSpace version, interface and XMLUI theme
you're using.

Regards,
~~helix84
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] location of robots.txt on the Dspace

2012-10-08 Thread helix84
Hi Kirti,

On Mon, Oct 8, 2012 at 12:12 PM, Kirti Bodhmage  wrote:
> Does this mean that our robots.txt is not visible?

that's correct.

> Should we keep our robots.txt at the root of apache i.e. in /var/www/html
> directory ?

Correct.

> There is no other application on this server. Apache /tomcat are solely
> installed for Dspace.

In that case, I recommend you to move one of the webapps to the root
URL, i.e. one of them would be available at https://qmro.qmul.ac.uk/
There are several ways to do that depending on your configuration, but
basically you either rename (symlink) one of the webapp directories to
the ROOT webapp or you specify the root URL ("/") in your Context tag
in server.xml or in the context fragment file. I can provide details
if you specify which method you're using.

The alternative is to create a new https://qmro.qmul.ac.uk/robots.txt
file, paste in paths from boths and append "jspui/" and "xmlui/" to
the respective paths. You mentioned you're running Apache in front of
Tomcat, so the path you specified seems correct.

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] location of robots.txt on the Dspace

2012-10-08 Thread Kirti Bodhmage
Hi 

 

In our Dspace installation, we got apache in front of tomcat.

I saw errors in apache log 

 

[Sun Oct 07 04:44:19 2012] [error] [client 138.37.31.252] File does not
exist: /var/www/html/robots.txt

 

Does this mean that our robots.txt is not visible?

 

We have our robots.txt for dspace in jspui and xmlui  directory.

 

https://qmro.qmul.ac.uk/jspui/robots.txt

https://qmro.qmul.ac.uk/xmlui/robots.txt

 

Should we keep our robots.txt at the root of apache i.e. in /var/www/html
directory ?

There is no other application on this server. Apache /tomcat are solely
installed for Dspace.

 

Thanks

Kirti

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Password change url redirect

2012-10-08 Thread helix84
dspace.url is the actual property where the base URL is taken from:

https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/eperson/AccountManager.java#L249

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Password change url redirect

2012-10-08 Thread helix84
On Mon, Oct 8, 2012 at 9:47 AM, Steve Kiarie  wrote:
> When a user send a forgot password change request, the system is able to
> send a url to the emaill address provides which should redirect the user to
> the ability to change the password page.
>
> however the same redirects to a page not found page

Hi Steve,

what is the URL in your email address? It's more likely a
misconfiguration in your dspace.cfg. What are your values of these
config properties?
dspace.hostname
dspace.baseUrl
dspace.url

Please, always mention the DSpace version, interface and XMLUI theme
you're using.

Regards,
~~helix84

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Password change url redirect

2012-10-08 Thread Steve Kiarie
Greetings

When a user send a forgot password change request, the system is able to send a 
url to the emaill address provides which should redirect the user to the 
ability to change the password page.

however the same redirects to a page not found page 

Kindly help

Stephen
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech