[dspace-tech] solr_wrapper: command not found

2017-02-14 Thread ranjeev
Hi

I have installed solr 6.3.0 with the help of 
www.digitalocean.com/community/tutorials/how-to-install-solr-on-ubuntu-14-04 
this link. When I am trying to run solr_wrapper command in my rails 
application, it showing solr_wrapper: command not found.

I am using ubuntu 14.04

What should I do to resolve this. Please help me.

-- 
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] New registration email text - where is it?

2017-02-14 Thread Donald Bynum
I am running DSpace 5.5 with XMLUI and Mirage.  I want to edit the text of 
the email which is sent to a new user after they register.  The message 
which tells them where to go to complete their registration.  The current 
message body is as follows:

To complete registration for a DSpace account, please click the link

below:



  *http://mydspaceurl/register?token=618b7dc16a2cc065cd175e2a4bdc55af* 




If you need assistance with your account, please email

*dspace-h...@myu.edu*  or call us at xxx-555-.



The DSpace Team


I want to customize the text of this email.  I've looked in dspace.cfg and 
messages.xml, but no joy.


Any assistance here would be much appreciated.


Regards,


Don.

-- 
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] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
That was it!  Thank you!  You're super awesome!  BTW, I worked for Jesuits 
(at Santa Clara) for 10 years before joining the federal courts.  Ad 
maiorem Dei gloriam!   :)

Thanks again!

On Tuesday, February 14, 2017 at 4:42:05 PM UTC-8, Terry Brady wrote:
>
> Try getting rid of the  in the otherwise statement.
>
> It is possible that is getting triggered by trailing space in your 
> metadata.
>
> On Tue, Feb 14, 2017 at 3:26 PM, David Brian Holt  > wrote:
>
>> OK, I'm making some progress on this.  I used a closed  tag rather 
>> than  and that seemed to work but I'm still getting an extra space on 
>> the new line.
>>
>> Here is what I have right now:
>>>
>>>
>> 
>> 
>>  
>> 
>>  xmlui.dri2xhtml.METS-1.0.item-description
>> > select="dim:field[@element='description'][not(@qualifier)]">
>> 
>> 
>>> select="substring-before(., '')"/>
>>
>>> select="substring-after(., '')"/>
>> 
>> 
>> 
>>  
>> 
>> 
>> 
>> 
>> 
>>
>> 
>> 
>> 
>>
>> And this is what it produces:
>>
>>
>> 
>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Terry Brady
> Applications Programmer Analyst
> Georgetown University Library Information Technology
> http://georgetown-university-libraries.github.io/ 
> 
> 425-298-5498 (Seattle, WA)
>

-- 
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] Adding line break to abstract field

2017-02-14 Thread Terry Brady
Try getting rid of the  in the otherwise statement.

It is possible that is getting triggered by trailing space in your metadata.

On Tue, Feb 14, 2017 at 3:26 PM, David Brian Holt 
wrote:

> OK, I'm making some progress on this.  I used a closed  tag rather than
>  and that seemed to work but I'm still getting an extra space on the
> new line.
>
> Here is what I have right now:
>>
>>
> 
> 
>  
>  xmlui.dri2xhtml.METS-1.0.item-
> description
> 
> 
> 
> select="substring-before(., '')"/>
>
> select="substring-after(., '')"/>
> 
> 
>
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> And this is what it produces:
>
>
> 
>
> --
> 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.
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
http://georgetown-university-libraries.github.io/

425-298-5498 (Seattle, WA)

-- 
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] Adding label to dc.relations.uri

2017-02-14 Thread David Brian Holt
This might be impossible but I thought I'd ask.  My team uses the 
dc.relations.uri field to add links to where a document also exists (in our 
case: Westlaw and Lexis).  The issue is that we don't want the URL to 
display, but rather a label (for example, 2016 WL 12345).  Is that simply 
impossible? Alternatively, can we add a bitstream that actually just points 
out to an online source?  

See screenshot attached:





Thanks,

David

-- 
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] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
OK, I'm making some progress on this.  I used a closed  tag rather than 
 and that seemed to work but I'm still getting an extra space on the 
new line.

Here is what I have right now:
>
>


 

 xmlui.dri2xhtml.METS-1.0.item-description



   
   
   


  
   





   




And this is what it produces:



-- 
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] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
Thank you so much!  I tried that and at first it didn't give me a line 
break.   I then added a second  and it then did give me a line break 
but also an extra space at the beginning of the new line.  I'll play around 
with this and try to figure it out. 

Thank you!

On Tuesday, February 14, 2017 at 1:45:56 PM UTC-8, Terry Brady wrote:
>
> Here is a starting point inspired by the link you shared above.
>
> https://gist.github.com/terrywbrady/ba3b1b3ae6ef5551290fc9339f38ace9
>
> I recommend that you first start with the SplitOnFirstNewline 
> implementation to get a sense of how it works.
>
> If that succeeds, use the SplitOnAllNewlines implementation to recursively 
> find all newlines.
>
> Terry
>
>
> On Tue, Feb 14, 2017 at 1:02 PM, David Brian Holt  > wrote:
>
>> I hope you don't mind, but can you tell me where that should go here?:
>>
>> 
>> 
>>  
>> 
>>  xmlui.dri2xhtml.METS-1.0.item-description
>> > select="dim:field[@element='description'][not(@qualifier)]">
>> 
>> 
>> 
>>  
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>>
>>
>> On Tuesday, February 14, 2017 at 11:17:10 AM UTC-8, Terry Brady wrote:
>>>
>>> The substring-before/substring-after logic in the initial code you 
>>> shared would be the approach to find the insertion point for the line 
>>> break/paragraph break.
>>>
>>> On Tue, Feb 14, 2017 at 10:31 AM, David Brian Holt  
>>> wrote:
>>>
 I'm using Mirage2 on Dspace 6.  I tried your suggestion and it didn't 
 work (it just appended the text).  Can I simply add a link break somewhere 
 in the XSLT?

 Thanks!


 On Monday, February 13, 2017 at 8:54:44 PM UTC-8, Terry Brady wrote:
>
> I would consider breaking up the abstract field into 2 separate 
> dc.description.abstract entries rather than relying on the XSLT to parse 
> for newlines.
>
> To help troubleshoot this issue, which version of DSpace are you 
> running and which theme are you using?
>
> On Mon, Feb 13, 2017 at 1:52 PM, David Brian Holt  
> wrote:
>
>> What's the easiest method to do this?
>>
>> I see the instructions here but it looks like they're outdated: 
>> https://wiki.duraspace.org/pages/viewpage.action?pageId=19006441  
>>
>> Thanks,
>>
>> David
>>
>> -- 
>> 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...@googlegroups.com.
>> To post to this group, send email to dspac...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Terry Brady
> Applications Programmer Analyst
> Georgetown University Library Information Technology
> http://georgetown-university-libraries.github.io/ 
> 
> 425-298-5498 (Seattle, WA)
>
 -- 
 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...@googlegroups.com.
 To post to this group, send email to dspac...@googlegroups.com.
 Visit this group at https://groups.google.com/group/dspace-tech.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> -- 
>>> Terry Brady
>>> Applications Programmer Analyst
>>> Georgetown University Library Information Technology
>>> http://georgetown-university-libraries.github.io/ 
>>> 
>>> 425-298-5498 (Seattle, WA)
>>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Terry Brady
> Applications Programmer Analyst
> Georgetown University Library Information Technology
> http://georgetown-university-libraries.github.io/ 
> 
> 425-298-5498 (Seattle, WA)
>

-- 
You received this message because you are subscribed to the Google 

Re: [dspace-tech] Adding line break to abstract field

2017-02-14 Thread Terry Brady
Here is a starting point inspired by the link you shared above.

https://gist.github.com/terrywbrady/ba3b1b3ae6ef5551290fc9339f38ace9

I recommend that you first start with the SplitOnFirstNewline
implementation to get a sense of how it works.

If that succeeds, use the SplitOnAllNewlines implementation to recursively
find all newlines.

Terry


On Tue, Feb 14, 2017 at 1:02 PM, David Brian Holt 
wrote:

> I hope you don't mind, but can you tell me where that should go here?:
>
> 
> 
>  
>  xmlui.dri2xhtml.METS-1.0.item-
> description
> 
> 
> 
>
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
>
>
> On Tuesday, February 14, 2017 at 11:17:10 AM UTC-8, Terry Brady wrote:
>>
>> The substring-before/substring-after logic in the initial code you
>> shared would be the approach to find the insertion point for the line
>> break/paragraph break.
>>
>> On Tue, Feb 14, 2017 at 10:31 AM, David Brian Holt 
>> wrote:
>>
>>> I'm using Mirage2 on Dspace 6.  I tried your suggestion and it didn't
>>> work (it just appended the text).  Can I simply add a link break somewhere
>>> in the XSLT?
>>>
>>> Thanks!
>>>
>>>
>>> On Monday, February 13, 2017 at 8:54:44 PM UTC-8, Terry Brady wrote:

 I would consider breaking up the abstract field into 2 separate
 dc.description.abstract entries rather than relying on the XSLT to parse
 for newlines.

 To help troubleshoot this issue, which version of DSpace are you
 running and which theme are you using?

 On Mon, Feb 13, 2017 at 1:52 PM, David Brian Holt 
 wrote:

> What's the easiest method to do this?
>
> I see the instructions here but it looks like they're outdated:
> https://wiki.duraspace.org/pages/viewpage.action?pageId=19006441
>
> Thanks,
>
> David
>
> --
> 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...@googlegroups.com.
> To post to this group, send email to dspac...@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>



 --
 Terry Brady
 Applications Programmer Analyst
 Georgetown University Library Information Technology
 http://georgetown-university-libraries.github.io/
 
 425-298-5498 (Seattle, WA)

>>> --
>>> 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...@googlegroups.com.
>>> To post to this group, send email to dspac...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/dspace-tech.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Terry Brady
>> Applications Programmer Analyst
>> Georgetown University Library Information Technology
>> http://georgetown-university-libraries.github.io/
>> 
>> 425-298-5498 <(425)%20298-5498> (Seattle, WA)
>>
> --
> 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.
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
http://georgetown-university-libraries.github.io/

425-298-5498 (Seattle, WA)

-- 
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] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
I hope you don't mind, but can you tell me where that should go here?:



 

 xmlui.dri2xhtml.METS-1.0.item-description



  
   












On Tuesday, February 14, 2017 at 11:17:10 AM UTC-8, Terry Brady wrote:
>
> The substring-before/substring-after logic in the initial code you shared 
> would be the approach to find the insertion point for the line 
> break/paragraph break.
>
> On Tue, Feb 14, 2017 at 10:31 AM, David Brian Holt  > wrote:
>
>> I'm using Mirage2 on Dspace 6.  I tried your suggestion and it didn't 
>> work (it just appended the text).  Can I simply add a link break somewhere 
>> in the XSLT?
>>
>> Thanks!
>>
>>
>> On Monday, February 13, 2017 at 8:54:44 PM UTC-8, Terry Brady wrote:
>>>
>>> I would consider breaking up the abstract field into 2 separate 
>>> dc.description.abstract entries rather than relying on the XSLT to parse 
>>> for newlines.
>>>
>>> To help troubleshoot this issue, which version of DSpace are you running 
>>> and which theme are you using?
>>>
>>> On Mon, Feb 13, 2017 at 1:52 PM, David Brian Holt  
>>> wrote:
>>>
 What's the easiest method to do this?

 I see the instructions here but it looks like they're outdated: 
 https://wiki.duraspace.org/pages/viewpage.action?pageId=19006441  

 Thanks,

 David

 -- 
 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...@googlegroups.com.
 To post to this group, send email to dspac...@googlegroups.com.
 Visit this group at https://groups.google.com/group/dspace-tech.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> -- 
>>> Terry Brady
>>> Applications Programmer Analyst
>>> Georgetown University Library Information Technology
>>> http://georgetown-university-libraries.github.io/ 
>>> 
>>> 425-298-5498 (Seattle, WA)
>>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Terry Brady
> Applications Programmer Analyst
> Georgetown University Library Information Technology
> http://georgetown-university-libraries.github.io/ 
> 
> 425-298-5498 (Seattle, WA)
>

-- 
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] Adding line break to abstract field

2017-02-14 Thread Terry Brady
The substring-before/substring-after logic in the initial code you shared
would be the approach to find the insertion point for the line
break/paragraph break.

On Tue, Feb 14, 2017 at 10:31 AM, David Brian Holt 
wrote:

> I'm using Mirage2 on Dspace 6.  I tried your suggestion and it didn't work
> (it just appended the text).  Can I simply add a link break somewhere in
> the XSLT?
>
> Thanks!
>
>
> On Monday, February 13, 2017 at 8:54:44 PM UTC-8, Terry Brady wrote:
>>
>> I would consider breaking up the abstract field into 2 separate
>> dc.description.abstract entries rather than relying on the XSLT to parse
>> for newlines.
>>
>> To help troubleshoot this issue, which version of DSpace are you running
>> and which theme are you using?
>>
>> On Mon, Feb 13, 2017 at 1:52 PM, David Brian Holt 
>> wrote:
>>
>>> What's the easiest method to do this?
>>>
>>> I see the instructions here but it looks like they're outdated:
>>> https://wiki.duraspace.org/pages/viewpage.action?pageId=19006441
>>>
>>> Thanks,
>>>
>>> David
>>>
>>> --
>>> 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...@googlegroups.com.
>>> To post to this group, send email to dspac...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/dspace-tech.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Terry Brady
>> Applications Programmer Analyst
>> Georgetown University Library Information Technology
>> http://georgetown-university-libraries.github.io/
>> 
>> 425-298-5498 <(425)%20298-5498> (Seattle, WA)
>>
> --
> 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.
>



-- 
Terry Brady
Applications Programmer Analyst
Georgetown University Library Information Technology
http://georgetown-university-libraries.github.io/

425-298-5498 (Seattle, WA)

-- 
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] Adding line break to abstract field

2017-02-14 Thread David Brian Holt
I'm using Mirage2 on Dspace 6.  I tried your suggestion and it didn't work 
(it just appended the text).  Can I simply add a link break somewhere in 
the XSLT?

Thanks!


On Monday, February 13, 2017 at 8:54:44 PM UTC-8, Terry Brady wrote:
>
> I would consider breaking up the abstract field into 2 separate 
> dc.description.abstract entries rather than relying on the XSLT to parse 
> for newlines.
>
> To help troubleshoot this issue, which version of DSpace are you running 
> and which theme are you using?
>
> On Mon, Feb 13, 2017 at 1:52 PM, David Brian Holt  > wrote:
>
>> What's the easiest method to do this?
>>
>> I see the instructions here but it looks like they're outdated: 
>> https://wiki.duraspace.org/pages/viewpage.action?pageId=19006441  
>>
>> Thanks,
>>
>> David
>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Terry Brady
> Applications Programmer Analyst
> Georgetown University Library Information Technology
> http://georgetown-university-libraries.github.io/ 
> 
> 425-298-5498 (Seattle, WA)
>

-- 
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] Re: Adding URL to item record

2017-02-14 Thread David Brian Holt
Got it!  Thank you!  I took a look at the source file on Github for this 
and was able to figure it out.  It's working now!

Thanks!


On Monday, February 13, 2017 at 8:48:18 PM UTC-8, Terry Brady wrote:
>
> I use XMLUI and I have never modified webui.itemdisplay.default.  Perhaps 
> it is used by JSPUI or a specific XMLUI theme.
>
> On Mon, Feb 13, 2017 at 3:38 PM, David Brian Holt  > wrote:
>
>> This is probably a stupid question but what is the difference between 
>> the webui.itemdisplay.default section in dspace.cfg and the > match="dim:dim" mode="itemSummaryView-DIM"> in item-view.xsl?
>>
>> -- 
>> 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...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Terry Brady
> Applications Programmer Analyst
> Georgetown University Library Information Technology
> http://georgetown-university-libraries.github.io/ 
> 
> 425-298-5498 (Seattle, WA)
>

-- 
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] new user registration problem

2017-02-14 Thread Terry Brady
I see similar messages in my cocoon log, so I doubt that those info
messages related to "messages.xml" are the source of the error.

Unfortunately, I am not sure what to recommend for your page not found
error.

Do you see any additional errors in you tomcat log files?

Would you have any other rules in place that might be trying to secure the
register page and force it to https?

Does your login page work?

Terry

On Tue, Feb 14, 2017 at 6:06 AM, Wang, Yongming  wrote:

> Hi Terry,
>
> Thanks for your reply. I did the two things mentioned in your email. I
> still got the same "page not found" error.
>
> I found one weird log message this morning when I look at one of the
> cocoon log files such as this one: /dspace/log/cocoon.log.2017-02-12. I
> don't know what these messages mean. Does it mean what thing went wrong in
> the DSpace build process. I forgot to mention that I upgraded DSpace from
> previous 5.2 to current 6.0.
>
> Please see messages below:
>
>
> 2017-02-12 16:00:02,074 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
> Bundle  > not loaded: Source URI not found
>
> 2017-02-12 16:00:02,075 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
> Bundle  essages_en_US.xml> not loaded: Source URI not found
>
> 2017-02-12 16:00:02,075 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
> Bundle  not load
> ed: Source URI not found
>
> 2017-02-12 16:00:02,076 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
> Bundle  /messages_en_US.xml> not loaded: Source URI not found
>
> 2017-02-12 16:00:02,077 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
> Bundle  not lo
> aded: Source URI not found
> ...
> ...
> ...
>
>
> I looked over and didn't see "aspects" directory under i18n and couldn't
> find the file "messages_en_US.xml" at anyplace.
>
>
> Thanks,
>
>
>
> Yongming
>
> On Tue, Feb 14, 2017 at 12:17 AM, Terry Brady 
> wrote:
>
>> Yongming, I noticed that you did not get a response to this question.
>> Are you still encountering this issue?
>>
>> Your approach sounds correct to me.  Here are a couple things to try.
>>
>> 1. Since you are running XMLUI, have you cleared your Cocoon cache?
>> Sometimes that simple action can resolve unexpected behavior.
>> 2. If you grep the files in your config directory, do you see an residual
>> references to port 8080?
>>
>> Terry
>>
>> On Wed, Feb 8, 2017 at 7:07 AM, Wang, Yongming  wrote:
>>
>>> Dear all,
>>>
>>> Our environment:  New installation, DSpace 6.0, xmlui mirage2, RHEL7
>>>
>>> Description of problem:
>>>
>>> When the users conduct the self-registration by entering their email, an
>>> url is generated and sent to that user's email. When the users click that
>>> url, they got an "Unable to connect" error. I looked at the url. It's like
>>> the following:
>>>
>>> http://xxx..xxx:8080/xmlui/register?token=2bfb5abeaa6bf1
>>> fa3309ca63f9d8c2d5
>>>
>>> I realized that we have configured our server to have our dspace to
>>> point to the standard http port (80), not the default 8080. So I modified
>>> the local.cfg to remove 8080 from dspace.baseUrl. Now the generated url is
>>> like the following:
>>>
>>> http://xxx..xxx/xmlui/register?token=2bfb5abeaa6bf1fa330
>>> 9ca63f9d8c2d5
>>>
>>> This time the error massage is "Page cannot be found," with a stack of
>>> java errors like this:
>>>
>>> Java stacktrace: org.apache.cocoon.ResourceNotFoundException: Page
>>> cannot be found at org.dspace.app.xmlui.aspect.ge
>>> neral.PageNotFoundTransformer.addBody(PageNotFoundTransformer.java:185)
>>> at org.dspace.app.xmlui.wing.AbstractWingTransformer.startEleme
>>> nt(AbstractWingTransformer.java:234) at org.dspace.app.xmlui.aspect.ge
>>> neral.PageNotFoundTransformer.sendEvent(PageNotFoundTransformer.java:237)
>>> at org.dspace.app.xmlui.aspect.general.PageNotFoundTransformer.
>>> endElement(PageNotFoundTransformer.java:153) at
>>> sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>> at java.lang.reflect.Method.invoke(Method.java:606)
>>> ...
>>>
>>>
>>> My questions are:
>>>
>>> 1. Am I in the right direction to remove 8080 of dspace.baseUrl in
>>> local.cfg?
>>>
>>> 2. What's my next move to fix the "page cannot be found" error?
>>>
>>> Any help or guidance will be greatly appreciated.
>>>
>>>
>>>
>>>
>>> Yongming
>>>
>>> --
>>> Yongming Wang
>>> Systems Librarian/Associate Professor
>>> The College of New Jersey
>>> tel: 609-771-3337 <(609)%20771-3337>
>>> email: wan...@tcnj.edu
>>>
>>> --
>>> 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, 

Re: [dspace-tech] dspace-cris-5.6.X create administrator on the windows 10

2017-02-14 Thread Pascarelli Luigi Andrea
Sorry, but I don't realize what is the problem. I'm using Windows 10 and I 
never had this issue.

Actually I use jdk1.8.0_91 and Tomcat 8.0.38 version. Usually I never setup 
JAVA_OPTS, but I'm using CATALINA_OPTS for Tomcat and for batch script the 
default settings of "dspace" script. Try it, please.

Another suggestion is to use an advanced command line for Windows like the one 
provided by https://www.cygwin.com/

Let me know.

Regards,

Luigi Andrea

Il 13/02/2017 08:49, Yen-Tang Chen ha scritto:
Dear Luigi Andrea Pascarelli


My colleague create administrator successfully on the windows 7.

This is my colleague Environment settings

windows 7
JAVA_HOME = jdk_1.7.0_79
JAVA_OPTS = -Xms1024m -Xmx2048m
tomcat 8 (use jdk_1.8.0_111)

(cpu_memory.png, windows 7, java.png, Solr Admin.png)


But I still create administrator fail  on the windows

This is my Environment settings
windows 10
JAVA_HOME = jdk_1.7.0_79
JAVA_OPTS = -Xms1024m -Xmx2048m
tomcat 7 (use jdk_1.7.0_79)

(Solr Admin_me.png, tomcat7.png, memory.png)

I don't set up CATALINA_OPTS environment variable

Do you have recommend windows environment?
java , tomcat version, JAVA_OPTS, etc



Sincerely yours, Yen-Tang Chen


Yen-Tang Chen
Lib. Information Technology Services Div., NTU Library, 
http://www.lib.ntu.edu.tw/en
office: No. 1, Sec 4, Roosevelt Road, Taipei 10617, Taiwan, R.O.C.
TEL:886-2-33662291
EMAIL:exia0...@gmail.com



--
Luigi Andrea Pascarelli

DSpace and DSpace-CRIS Committer

4Science,  www.4science.it

office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy
tel: +39 333 934 1782
skype: l_a_p82
linkedin: luigiandreapascarelli

an Itway Group Company
Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates


Save a tree. Don't print this e-mail unless it's really necessary.

DISCLAIMER: The information contained in this message is confidential, can be 
legally protected by local Laws,
and must be exclusively used by the recipient. The publication, use, 
distribution, printing or unauthorized copy
of the content of this message is strictly forbidden and it can be illegal. If 
you received this message by mistake,
please destroy it and notify it to the sender.

-- 
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] Re: Removing access to private items for non-registered users and bots

2017-02-14 Thread Patricio Marrone
Just for clarifying, this is a DSpace 5 instance.


El martes, 14 de febrero de 2017, 11:00:24 (UTC-3), Patricio Marrone 
escribió:
>
> Hi all!
>
> We have a DSpace instance where admins have been marking elements as 
> private, expecting to protect them from unauthorized access. As far as I 
> understand, private items only marks them as non-discoverable, but makes 
> them accessible for anyone who has the item's link. This seems to include 
> Google crawlers and the like, which in this case is a problem.
>
> What I understand that needs to be done here is to find all items which 
> are marked as private and remove Anonymous read access (and add 
> Administrator ADMIN access, correct?). The advanced authorization 
> management page only seems to deal with collections, so I guess that I 
> should change this directly from the database.
>
> If anyone has some advice about this, it would be appreciated.
>
> I see some useful SQL scripts by Ivan Masár to get the policies for 
> bitstreams and items in 
> https://groups.google.com/d/msg/dspace-tech/WyMQkP-xmhk/PQ7tyl4EBwAJ
>
> So for bitstreams:
>>
>> SELECT * FROM resourcepolicy WHERE resource_type_id = '0'
>>
>>
>> and for items (with item handle added):
>>
>> SELECT handle.handle, resourcepolicy.*FROM resourcepolicy, handleWHERE 
>> resourcepolicy.resource_type_id = '2'AND resourcepolicy.resource_id = 
>> handle.resource_id
>>
>>
>>  
> And also this script from Peter Dietz to change access for Tiff bitsreams, 
> which seems close to what I am looking for (from 
> https://groups.google.com/d/msg/dspace-tech/gtlwKOaXoGc/Jegq67nABgAJ)
>
> You could write a SQL query to change the eperson_group with access from 0 
>> to 1. (From anonymous to administrator group).
>> The SELECT query to see what data your looking at:
>> SELECT 
>>   bitstream.bitstream_id, 
>>   bitstream."name", 
>>   bitstreamformatregistry.short_description, 
>>   resourcepolicy.policy_id, 
>>   resourcepolicy.action_id, 
>>   resourcepolicy.eperson_id, 
>>   resourcepolicy.epersongroup_id
>> FROM 
>>   public.bitstreamformatregistry, 
>>   public.bitstream, 
>>   public.resourcepolicy
>> WHERE 
>>   bitstream.bitstream_format_id = 
>> bitstreamformatregistry.bitstream_format_id AND
>>   resourcepolicy.resource_id = bitstream.bitstream_id AND
>>   bitstreamformatregistry.short_description = 'TIFF';
>>
>>
>> And the update query, that will actually change things.
>> UPDATE
>>   resourcepolicy
>> SET
>>   epersongroup_id=1
>> WHERE
>> (policy_id IN(
>> SELECT 
>>   resourcepolicy.policy_id
>> FROM 
>>   public.bitstreamformatregistry, 
>>   public.bitstream, 
>>   public.resourcepolicy
>> WHERE 
>>   bitstream.bitstream_format_id = 
>> bitstreamformatregistry.bitstream_format_id AND
>>   resourcepolicy.resource_id = bitstream.bitstream_id AND
>>   bitstreamformatregistry.short_description = 'TIFF'
>> ));
>>
>
>
> I'll try to derive a script for updating private items to Admin-only from 
> these posts. It would be helpful to know if someone has a better way to do 
> this or has already done this before.
>
> Thanks,
>
> - Patricio Marrone
>

-- 
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] new user registration problem

2017-02-14 Thread Wang, Yongming
Hi Terry,

Thanks for your reply. I did the two things mentioned in your email. I
still got the same "page not found" error.

I found one weird log message this morning when I look at one of the cocoon
log files such as this one: /dspace/log/cocoon.log.2017-02-12. I don't know
what these messages mean. Does it mean what thing went wrong in the DSpace
build process. I forgot to mention that I upgraded DSpace from previous 5.2
to current 6.0.

Please see messages below:


2017-02-12 16:00:02,074 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
Bundle  not loaded: Source URI not found

2017-02-12 16:00:02,075 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
Bundle  not loaded: Source URI not found

2017-02-12 16:00:02,075 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
Bundle  not load
ed: Source URI not found

2017-02-12 16:00:02,076 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
Bundle  not loaded: Source URI not found

2017-02-12 16:00:02,077 INFO  org.apache.cocoon.i18n.XMLResourceBundle  -
Bundle  not lo
aded: Source URI not found
...
...
...


I looked over and didn't see "aspects" directory under i18n and couldn't
find the file "messages_en_US.xml" at anyplace.


Thanks,



Yongming

On Tue, Feb 14, 2017 at 12:17 AM, Terry Brady 
wrote:

> Yongming, I noticed that you did not get a response to this question.  Are
> you still encountering this issue?
>
> Your approach sounds correct to me.  Here are a couple things to try.
>
> 1. Since you are running XMLUI, have you cleared your Cocoon cache?
> Sometimes that simple action can resolve unexpected behavior.
> 2. If you grep the files in your config directory, do you see an residual
> references to port 8080?
>
> Terry
>
> On Wed, Feb 8, 2017 at 7:07 AM, Wang, Yongming  wrote:
>
>> Dear all,
>>
>> Our environment:  New installation, DSpace 6.0, xmlui mirage2, RHEL7
>>
>> Description of problem:
>>
>> When the users conduct the self-registration by entering their email, an
>> url is generated and sent to that user's email. When the users click that
>> url, they got an "Unable to connect" error. I looked at the url. It's like
>> the following:
>>
>> http://xxx..xxx:8080/xmlui/register?token=2bfb5abeaa6bf1
>> fa3309ca63f9d8c2d5
>>
>> I realized that we have configured our server to have our dspace to point
>> to the standard http port (80), not the default 8080. So I modified the
>> local.cfg to remove 8080 from dspace.baseUrl. Now the generated url is like
>> the following:
>>
>> http://xxx..xxx/xmlui/register?token=2bfb5abeaa6bf1fa3309ca63f9d8c2d5
>>
>> This time the error massage is "Page cannot be found," with a stack of
>> java errors like this:
>>
>> Java stacktrace: org.apache.cocoon.ResourceNotFoundException: Page
>> cannot be found at org.dspace.app.xmlui.aspect.ge
>> neral.PageNotFoundTransformer.addBody(PageNotFoundTransformer.java:185)
>> at org.dspace.app.xmlui.wing.AbstractWingTransformer.startEleme
>> nt(AbstractWingTransformer.java:234) at org.dspace.app.xmlui.aspect.ge
>> neral.PageNotFoundTransformer.sendEvent(PageNotFoundTransformer.java:237)
>> at org.dspace.app.xmlui.aspect.general.PageNotFoundTransformer.
>> endElement(PageNotFoundTransformer.java:153) at
>> sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:606)
>> ...
>>
>>
>> My questions are:
>>
>> 1. Am I in the right direction to remove 8080 of dspace.baseUrl in
>> local.cfg?
>>
>> 2. What's my next move to fix the "page cannot be found" error?
>>
>> Any help or guidance will be greatly appreciated.
>>
>>
>>
>>
>> Yongming
>>
>> --
>> Yongming Wang
>> Systems Librarian/Associate Professor
>> The College of New Jersey
>> tel: 609-771-3337 <(609)%20771-3337>
>> email: wan...@tcnj.edu
>>
>> --
>> 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.
>>
>
>
>
> --
> Terry Brady
> Applications Programmer Analyst
> Georgetown University Library Information Technology
> http://georgetown-university-libraries.github.io/
> 
> 425-298-5498 <(425)%20298-5498> (Seattle, WA)
>
> --
> 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 

[dspace-tech] Removing access to private items for non-registered users and bots

2017-02-14 Thread Patricio Marrone
Hi all!

We have a DSpace instance where admins have been marking elements as 
private, expecting to protect them from unauthorized access. As far as I 
understand, private items only marks them as non-discoverable, but makes 
them accessible for anyone who has the item's link. This seems to include 
Google crawlers and the like, which in this case is a problem.

What I understand that needs to be done here is to find all items which are 
marked as private and remove Anonymous read access (and add Administrator 
ADMIN access, correct?). The advanced authorization management page only 
seems to deal with collections, so I guess that I should change this 
directly from the database.

If anyone has some advice about this, it would be appreciated.

I see some useful SQL scripts by Ivan Masár to get the policies for 
bitstreams and items 
in https://groups.google.com/d/msg/dspace-tech/WyMQkP-xmhk/PQ7tyl4EBwAJ

So for bitstreams:
>
> SELECT * FROM resourcepolicy WHERE resource_type_id = '0'
>
>
> and for items (with item handle added):
>
> SELECT handle.handle, resourcepolicy.*FROM resourcepolicy, handleWHERE 
> resourcepolicy.resource_type_id = '2'AND resourcepolicy.resource_id = 
> handle.resource_id
>
>
>  
And also this script from Peter Dietz to change access for Tiff bitsreams, 
which seems close to what I am looking for 
(from https://groups.google.com/d/msg/dspace-tech/gtlwKOaXoGc/Jegq67nABgAJ)

You could write a SQL query to change the eperson_group with access from 0 
> to 1. (From anonymous to administrator group).
> The SELECT query to see what data your looking at:
> SELECT 
>   bitstream.bitstream_id, 
>   bitstream."name", 
>   bitstreamformatregistry.short_description, 
>   resourcepolicy.policy_id, 
>   resourcepolicy.action_id, 
>   resourcepolicy.eperson_id, 
>   resourcepolicy.epersongroup_id
> FROM 
>   public.bitstreamformatregistry, 
>   public.bitstream, 
>   public.resourcepolicy
> WHERE 
>   bitstream.bitstream_format_id = 
> bitstreamformatregistry.bitstream_format_id AND
>   resourcepolicy.resource_id = bitstream.bitstream_id AND
>   bitstreamformatregistry.short_description = 'TIFF';
>
>
> And the update query, that will actually change things.
> UPDATE
>   resourcepolicy
> SET
>   epersongroup_id=1
> WHERE
> (policy_id IN(
> SELECT 
>   resourcepolicy.policy_id
> FROM 
>   public.bitstreamformatregistry, 
>   public.bitstream, 
>   public.resourcepolicy
> WHERE 
>   bitstream.bitstream_format_id = 
> bitstreamformatregistry.bitstream_format_id AND
>   resourcepolicy.resource_id = bitstream.bitstream_id AND
>   bitstreamformatregistry.short_description = 'TIFF'
> ));
>


I'll try to derive a script for updating private items to Admin-only from 
these posts. It would be helpful to know if someone has a better way to do 
this or has already done this before.

Thanks,

- Patricio Marrone

-- 
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] Previous stages moved to shared ServletListener on DSpaceCocoonServletFilter.java

2017-02-14 Thread rsantellan
Hi, 

I'm trying to implement the Citation Generation 
 on DSpace 
5.X

I already change the CitationManager.java and Item.java to use Metadatum 
and MetadataSchema. 

Now I'm on the step to add it to the DSpaceCocoonServletFilter. Looking on 
the comments of the code it says that now is deprecated and you have to: *Use 
Servlet Context Listener provided *

Where is the Servlet Context Provider located for dspace-xmlui ?

Thanks in advance!

-- 
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] Re: Dspace 6 not starting on XMLLUI

2017-02-14 Thread Faiyaz Ahmed
I'v also created JIRA ticket at : https://jira.duraspace.org/browse/DS-3493

Regards,
Faiyaz Ahmed

On Monday, February 13, 2017 at 3:46:15 PM UTC+5, Faiyaz Ahmed wrote:
>
> Also, does any have installed the DSPACE 6.0 succesfully with mirage2 
> theme. 
>
> If yes, please share complete configs and version of maven ant tomcat with 
> gem pem java heap size...
>
> Many thanks,
> Faiyaz Ahmed
>
> On Sunday, February 12, 2017 at 2:32:29 PM UTC+5, Faiyaz Ahmed wrote:
>>
>> Hi All,
>>
>> While starting dspace 6. I'm getting following error. Does any one have 
>> faced this before or it is a bug?
>>
>> SEVERE: The web application [/xmlui] appears to have started a thread 
>> named [org.hibernate.cache.internal.StandardQueryCache.data] but has failed 
>> to stop it. This is very likely to create a memory leak.
>> Feb 12, 2017 2:26:45 PM org.apache.catalina.loader.WebappClassLoaderBase 
>> clearReferencesThreads
>> SEVERE: The web application [/xmlui] appears to have started a thread 
>> named [org.dspace.content.MetadataSchema.data] but has failed to stop it. 
>> This is very likely to create a memory leak.
>> Feb 12, 2017 2:26:45 PM org.apache.catalina.loader.WebappClassLoaderBase 
>> clearReferencesThreads
>> SEVERE: The web application [/xmlui] appears to have started a thread 
>> named [org.dspace.content.MetadataField.data] but has failed to stop it. 
>> This is very likely to create a memory leak.
>> Feb 12, 2017 2:26:57 PM org.apache.catalina.startup.TldConfig execute
>>
>> INFO: Deployment of web application directory 
>> /dspace/local/apache-tomcat-7.0.75/webapps/ROOT has finished in 68 ms
>> Feb 12, 2017 2:27:11 PM org.apache.coyote.AbstractProtocol start
>> INFO: Starting ProtocolHandler ["http-bio-8080"]
>>
>> Feb 12, 2017 2:28:18 PM org.apache.catalina.loader.WebappClassLoaderBase 
>> loadClass
>> INFO: Illegal access: this web application instance has been stopped 
>> already.  Could not load 
>> net.sf.ehcache.store.compound.CompoundStore$KeySet.  The eventual following 
>> stack trace is caused by an error thrown for debugging purposes as well as 
>> to attempt to terminate the thread which caused the illegal access, and has 
>> no functional impact.
>> java.lang.IllegalStateException
>> at 
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1777)
>> at 
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1735)
>> at 
>> net.sf.ehcache.store.compound.CompoundStore.keySet(CompoundStore.java:216)
>> at 
>> net.sf.ehcache.store.compound.factories.DiskStorageFactory$DiskExpiryTask.run(DiskStorageFactory.java:690)
>> at 
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>> at 
>> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
>> at 
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
>> at 
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>> at 
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> at 
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> at java.lang.Thread.run(Thread.java:745)
>>
>> Feb 12, 2017 2:28:18 PM org.apache.catalina.loader.WebappClassLoaderBase 
>> loadClass
>> INFO: Illegal access: this web application instance has been stopped 
>> already.  Could not load 
>> net.sf.ehcache.store.compound.CompoundStore$KeySet.  The eventual following 
>> stack trace is caused by an error thrown for debugging purposes as well as 
>> to attempt to terminate the thread which caused the illegal access, and has 
>> no functional impact.
>> java.lang.IllegalStateException
>> at 
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1777)
>> at 
>> org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1735)
>> at 
>> net.sf.ehcache.store.compound.CompoundStore.keySet(CompoundStore.java:216)
>> at 
>> net.sf.ehcache.store.compound.factories.DiskStorageFactory$DiskExpiryTask.run(DiskStorageFactory.java:690)
>> at 
>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
>> at 
>> java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
>> at 
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
>> at 
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>> at 
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> at 
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> at java.lang.Thread.run(Thread.java:745)
>>
>> Feb 12, 2017