Re: [dspace-tech] OAI harveing or resumption token issue.

2019-03-14 Thread Tim Donohue
Hello,

Unfortunately, we'd need more information about the exact error you are
seeing (preferably from the logs) to be able to help.  Likely though,
either your OAI index may have gotten corrupted in some way, or there's a
specific Item (or a few items) that has not been indexed properly. You
could consider trying a full OAI reindex (which can take some time on a
large site) by running `./dspace oai import -c`.

I'd also recommend looking closer at your DSpace logs and pass along (to
this mailing list) the exact error stack.  It looks like you are getting a
"NullPointerException" somewhere, but the location that is throwing that
error might be the most important piece of information. More info on
finding errors in the logs can be found here:
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

Good luck,

Tim

On Thu, Mar 14, 2019 at 12:31 PM Zikrul  wrote:

> Hi,
>
> https://core.ac.uk/ is trying to harvest our repository (DSpace v5.6 ,
> JSP, Postgres, RedHat) but unable to do so as it is harvesting is failing
> as different random points.
> For example:
>
> Working:
>
> https://bura.brunel.ac.uk/oai/request?verb=ListRecords=oai_dc700
>
> https://bura.brunel.ac.uk/oai/request?verb=ListRecords=oai_dc1000
> .
>
> Not Working:
>
> https://bura.brunel.ac.uk/oai/request?verb=ListRecords=oai_dc800
>
> https://bura.brunel.ac.uk/oai/request?verb=ListRecords=oai_dc900
> .
>
>
> The issue is similar to the url but still could not resolve.
>
> http://dspace.2283337.n4.nabble.com/Dspace-5-5-OAI-Error-when-request-td4683977.html
>
>
>
> Also found a solution at below url but didn't work for me.
>
> https://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg09661.html
>
> I am wondering if there is any idea which would be helpful to resolve the
> issue please.
>
>
> Kind Regards
> Zikrul
>
> --
> All messages to this mailing list should adhere to the DuraSpace Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>


-- 

Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] DSpace in Google Scholar

2019-03-14 Thread admin
Hi,

I was wondering, why entries from my DSpace are marked in Google Scholar as 
"[citation]"?
The search results point to the actual repository entries. Does it mean 
some metadata are missing maybe?

Peter

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] OAI harveing or resumption token issue.

2019-03-14 Thread Zikrul
Hi,

https://core.ac.uk/ is trying to harvest our repository (DSpace v5.6 , JSP, 
Postgres, RedHat) but unable to do so as it is harvesting is failing as 
different random points.
For example:

Working:
https://bura.brunel.ac.uk/oai/request?verb=ListRecords=oai_dc700
https://bura.brunel.ac.uk/oai/request?verb=ListRecords=oai_dc1000
.

Not Working:
https://bura.brunel.ac.uk/oai/request?verb=ListRecords=oai_dc800
https://bura.brunel.ac.uk/oai/request?verb=ListRecords=oai_dc900
.


The issue is similar to the url but still could not resolve.
http://dspace.2283337.n4.nabble.com/Dspace-5-5-OAI-Error-when-request-td4683977.html
  



Also found a solution at below url but didn't work for me. 
https://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg09661.html

I am wondering if there is any idea which would be helpful to resolve the 
issue please.


Kind Regards
Zikrul

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] null pointer exception: model misc not exist

2019-03-14 Thread hy zhang
Hi,
Thanks for your attention to my question.
I'm using Dspace-cris 5.8, today I try to use 'deduplication' , it returned 
404, I can't visit /tools/duplicate . 

When I read the dspace log, it told me Null Pointer Exceptionn, the model 
config 'misc' doesn't exists, and I extractly hadn't find it, but when I 
see the source code on github, I didn't find it either.


my dspace error logs:
2019-03-14 01:15:55,634 WARN  org.dspace.core.ConfigurationManager @ 
Requested configuration module: misc not found
2019-03-14 01:15:55,704 WARN  
org.dspace.app.webui.servlet.InternalErrorServlet @ 
:session_id=BE14EF3B61C1A59882D15C57E41EF00A:internal_error:-- URL Was: 
http://localhost:8080/jspui/internal-error
-- Method: GET
-- Parameters were:

java.lang.NullPointerException
   at 
org.dspace.core.ConfigurationManager.getMutableProperties(ConfigurationManager.java:166)
   at 
org.dspace.core.ConfigurationManager.getProperty(ConfigurationManager.java:209)
   at 
org.dspace.app.webui.cris.servlet.DuplicateCheckerServlet.(DuplicateCheckerServlet.java:119)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

...
Today I also find a strange problem , the component "Most Viewed Item" at 
home page showing 0 visit time, and no error log in either dspace.log or 
solr.log ,
 
but I found the true results in "statistic" ,  it might mean solr query 
work normally? What may cause this?

Appreciate for your help

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Community/collection introductory text language

2019-03-14 Thread Claudia Jürgen

Hello András,

this is at the moment no feature which can be turned on.
The metadata for all objects makes an implementation possible, but it
has not been implemented yet.

Hope this helps

Claudia Jürgen

Am 14.03.2019 um 09:54 schrieb András Kiszely:

Dear Claudia,

I try to find a solution for a similar problem like Peter's and i found
this:
https://wiki.duraspace.org/display/DSPACE/Metadata+for+all+DSpace+objects

What's about it? I would like to add translated names to my collections.
How can i turn on this feature?

regards,
Andras


2017. március 27., hétfő 10:50:39 UTC+2 időpontban Claudia Jürgen a
következőt írta:

Hello Peter,

yes, e.g.
the name of a collection/community is in terms of metadata values a
dc.title, the description an abstract and so on.
At the moment no language qualifier is set for the metadata and there is
no possibility to add multi language meta information via the UI.
But this would be the starting point to i18n the meta information about
communities and collections.

Hope this helps

Claudia Jürgen



Am 27.03.2017 um 09:51 schrieb admin:

Dear Claudia,


you mean to describe the collection item with metadata in various

languages?



Best,

Peter

W dniu poniedziałek, 27 marca 2017 08:38:52 UTC+1 użytkownik Claudia

Jürgen

napisał:

Hello Peter,

no there is no out of the box way to do this.
But the change having metadata for all objects will make it easier to

do.

As the metadata got language qualifiers.

Hope this helps

Claudia Jürgen


Am 26.03.2017 um 21:38 schrieb admin:

Hello,


is there any out-of-the box way to put community/collection

introductory

text in different languages, depending on chosen UI language?
The same question would apply to, e.g., community/collection title.



Thanks,

Peter


--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia...@tu-dortmund.de 
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich.

Sie

ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der

für

diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den

Absender

und vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher
Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung

eines

solchen Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is

confidential.

It is solely intended for the recipient. If you are not the intended
recipient of this e-mail please contact the sender and delete this

message.

Thank you. Without prejudice of e-mail correspondence, our statements

are

only legally binding when they are made in the conventional written

form

(with personal signature) or when such documents are sent by fax.


--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia...@tu-dortmund.de 
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie
ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für
diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender
und vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher
Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines
solchen Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential.
It is solely intended for the recipient. If you are not the intended
recipient of this e-mail please contact the sender and delete this message.
Thank you. Without prejudice of e-mail correspondence, our statements are
only legally binding when they are made in the conventional written form
(with personal signature) or when such documents are sent by fax.



--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the 

Re: [dspace-tech] Community/collection introductory text language

2019-03-14 Thread András Kiszely
Dear Claudia,

I try to find a solution for a similar problem like Peter's and i found 
this:
https://wiki.duraspace.org/display/DSPACE/Metadata+for+all+DSpace+objects

What's about it? I would like to add translated names to my collections.
How can i turn on this feature?

regards,
Andras


2017. március 27., hétfő 10:50:39 UTC+2 időpontban Claudia Jürgen a 
következőt írta:
>
> Hello Peter, 
>
> yes, e.g. 
> the name of a collection/community is in terms of metadata values a 
> dc.title, the description an abstract and so on. 
> At the moment no language qualifier is set for the metadata and there is 
> no possibility to add multi language meta information via the UI. 
> But this would be the starting point to i18n the meta information about 
> communities and collections. 
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
>
> Am 27.03.2017 um 09:51 schrieb admin: 
> > Dear Claudia, 
> > 
> > 
> > you mean to describe the collection item with metadata in various 
> languages? 
> > 
> > 
> > 
> > Best, 
> > 
> > Peter 
> > 
> > W dniu poniedziałek, 27 marca 2017 08:38:52 UTC+1 użytkownik Claudia 
> Jürgen 
> > napisał: 
> >> Hello Peter, 
> >> 
> >> no there is no out of the box way to do this. 
> >> But the change having metadata for all objects will make it easier to 
> do. 
> >> As the metadata got language qualifiers. 
> >> 
> >> Hope this helps 
> >> 
> >> Claudia Jürgen 
> >> 
> >> 
> >> Am 26.03.2017 um 21:38 schrieb admin: 
> >>> Hello, 
> >>> 
> >>> 
> >>> is there any out-of-the box way to put community/collection 
> introductory 
> >>> text in different languages, depending on chosen UI language? 
> >>> The same question would apply to, e.g., community/collection title. 
> >>> 
> >>> 
> >>> 
> >>> Thanks, 
> >>> 
> >>> Peter 
> >>> 
> >> -- 
> >> Claudia Juergen 
> >> Eldorado 
> >> 
> >> Technische Universität Dortmund 
> >> Universitätsbibliothek 
> >> Vogelpothsweg 76 
> >> 44227 Dortmund 
> >> 
> >> Tel.: +49 231-755 40 43 
> >> Fax: +49 231-755 40 32 
> >> claudia...@tu-dortmund.de  
> >> www.ub.tu-dortmund.de 
> >> 
> >> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. 
> Sie 
> >> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der 
> für 
> >> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den 
> Absender 
> >> und vernichten Sie diese Mail. Vielen Dank. 
> >> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> >> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> >> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung 
> eines 
> >> solchen Schriftstücks per Telefax erfolgen. 
> >> 
> >> Important note: The information included in this e-mail is 
> confidential. 
> >> It is solely intended for the recipient. If you are not the intended 
> >> recipient of this e-mail please contact the sender and delete this 
> message. 
> >> Thank you. Without prejudice of e-mail correspondence, our statements 
> are 
> >> only legally binding when they are made in the conventional written 
> form 
> >> (with personal signature) or when such documents are sent by fax. 
> >> 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 
> claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Swordv2 Deposit in DSpace-CRIS 5.10

2019-03-14 Thread Sean Carte
I'm trying to use swordv2 for depositing items to DSpace-CRIS 5.10 and am
getting a 404 error.

I am using the following curl command (pilfered from someone else's post):

curl -v -i --data-binary "@Downloads/Singh_2009.pdf" -H
"Content-Disposition:attachment; filename=Singh_2009.pdf" -H
"Content-Type:application/pdf" -H "Packaging:
http://purl.org/net/sword/package/Binary; -u sean.ca...@gmail.com:password
-X POST http://dev-ir.dut.ac.za:8080/swordv2/collection/123456789/3119

This is the response on the command line:
Note: Unnecessary use of -X or --request, POST is already inferred.
*   Trying 10.4.36.12...
* Connected to dev-ir.dut.ac.za (10.4.36.12) port 8080 (#0)
* Server auth using Basic with user 'sean.ca...@gmail.com'
> POST /swordv2/collection/123456789/3119 HTTP/1.1
> Host: dev-ir.dut.ac.za:8080
> Authorization: Basic c2Vhbi5jYXJ0ZUBnbWFpbC5jb206MHJhbmRvbTA=
> User-Agent: curl/7.47.0
> Accept: */*
> Content-Disposition:attachment; filename=Singh_2009.pdf
> Content-Type:application/pdf
> Packaging:http://purl.org/net/sword/package/Binary
> Content-Length: 1413724
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
HTTP/1.1 100 Continue

* We are completely uploaded and fine
< HTTP/1.1 404 Not Found
HTTP/1.1 404 Not Found
< Server: Apache-Coyote/1.1
Server: Apache-Coyote/1.1
< Content-Length: 0
Content-Length: 0
< Date: Thu, 14 Mar 2019 07:48:21 GMT
Date: Thu, 14 Mar 2019 07:48:21 GMT
< Connection: close
Connection: close

<
* Closing connection 0


And this is what I get in the dspace.log:

2019-03-14 09:53:02,522 INFO  org.swordapp.server.SwordAPIEndpoint @ Auth
type = Basic
2019-03-14 09:53:02,668 INFO  org.dspace.sword2.SwordAuthenticator @
anonymous:session_id=0:sword_authenticate:username=sean.ca...@gmail.com
,on_behalf_of=null
2019-03-14 09:53:02,669 INFO
org.dspace.authenticate.PasswordAuthentication @
anonymous:session_id=0:authenticate:attempting password auth of user=
sean.ca...@gmail.com
2019-03-14 09:53:02,965 INFO
org.dspace.authenticate.PasswordAuthentication @ sean.ca...@gmail.com:
session_id=0:authenticate:type=PasswordAuthentication
2019-03-14 09:53:02,965 INFO  org.dspace.sword2.DSpaceSwordAPI @
sean.ca...@gmail.com:session_id=0:sword_auth_request:username=
sean.ca...@gmail.com,on_behalf_of=NONE


I am able to submit items to that collection with that user using the
JSPUI. Is there something I'm doing wrong with swordv2?

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.