Re: [dspace-tech] Re: Unable to login to new DSpace 7 installation

2021-02-26 Thread Tim Donohue
All,

Just a note that, with Sten's help, we seem to have narrowed down the issue 
here.  See discussion in https://github.com/DSpace/dspace-angular/issues/1036

For those having issues with login after a fresh install, try adding this to 
your local.cfg (on the backend) & restarting Tomcat (where "server" webapp is 
running):


proxies.trusted.ipranges = [IP-address-of-UI-server]

It seems that this proxy setting is getting in the way of login working 
correctly when using a Production build/installation.

This appears, at a glance, to be a bug... I'll be digging into it more next 
week to see if we can fix it soon (prior to the upcoming 7.0 Beta 5).  (The fix 
might be to remove this configuration altogether, see 
https://github.com/DSpace/DSpace/issues/2984)  So, just consider this a 
temporary workaround​ for now.

Thanks,

Tim


From: dspace-tech@googlegroups.com  on behalf of 
Sten Aus 
Sent: Friday, February 26, 2021 1:23 AM
To: DSpace Technical Support 
Subject: Re: [dspace-tech] Re: Unable to login to new DSpace 7 installation

As this seems to be an issue for at least 3 now, I suggest to move this thread 
to Github: https://github.com/DSpace/dspace-angular/issues/1036

On Thursday, February 25, 2021 at 6:57:15 PM UTC+2 Tim Donohue wrote:

Hi Sten & Michael,

Sorry to hear you are having issues getting login working right for DSpace 7.

Unfortunately, though, I think we'd need more information to help debug this.

  *   What's the exact error you are seeing?
 *   If you are using a browser like Chrome, you could also open up 
"DevTools" (More Tools -> Developer Tools) and look at the "Network" tab right 
before you try to login.  Then attempt to login & it may give you a more 
detailed error message.
 *   You also could check the (backend) logs to see if it gives additional 
details
  *   As we are in very active​ development right now, I'd highly encourage 
updating to the latest "main" GitHub branch (both for Angular UI and the 
backend).  Because we are merging new fixes daily/weekly, if one of the two is 
outdated, you might hit odd issues.  (Additionally, sometimes we merge fixes to 
both the frontend & backend simultaneously because you need both fixes 
together​ to fix some bugs.)
  *   I'd also highly recommend double checking that the URLs in the 
"dspace.server.url" and "dspace.ui.url" (in the backend local.cfg) match up 
with the URL parts in your "environment.*.ts" configuration in Angular UI.  If 
those don't match​, then the frontend may not trust​ the backend and will 
refuse to allow you to login.

If you could provide more info, I might be able to help figure out what is 
going on.   I can verify though that login works on our Demo site 
(https://demo7.dspace.org) and it also works for me locally using the Docker 
setup 
(https://wiki.lyrasis.org/display/DSPACE/Try+out+DSpace+7#TryoutDSpace7-InstallviaDocker).
  So, we just need to determine how your setup differs.

Thanks for doing some early testing for us!

Tim




From: dspac...@googlegroups.com on behalf of Michael Plate
Sent: Thursday, February 25, 2021 7:21 AM
To: dspac...@googlegroups.com
Subject: Re: [dspace-tech] Re: Unable to login to new DSpace 7 installation

Am 25.02.21 um 11:50 schrieb Sten Aus:
> I've discovered that Docker was running in "development". After building
> with the same configuration, only using yarn start:dev login works.


fascinating facts - now I have the same problem, and indeed yesterday I
started it with "yarn run start:dev", later on just "yarn start".

--
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/713cf613-2e76-622c-ff6b-1d3e4cc952bb%40bibliothek.uni-kassel.de.

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/afd70bd4-e102-4fae-a9c4-032a07e932fbn%40googlegroups.com.

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this 

Re: [dspace-tech] Using DSpace7 and dspace-angular behind Apache proxy

2021-02-26 Thread Michael Plate

Am 26.02.21 um 18:30 schrieb Sten Aus:
Is there someone from Atmire team here to possibly see my request or am 
I alone in the dark? :D

[…]

well, I got it running partially behind a simple Apache reverse proxy - 
means, I had CORS errors in FF.


It however worked with Chrome (google-chrome-stable 
--disable-web-security --disable-gpu --user-data-dir=/tmp) and I was 
able to login (in prod mode, dev does not work because of websockets).


Michael


--
All messages to this mailing list should adhere to the 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/d69d5f12-acc8-626f-6605-7c7fa9040ba7%40bibliothek.uni-kassel.de.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [dspace-tech] Using DSpace7 and dspace-angular behind Apache proxy

2021-02-26 Thread Sten Aus
Is there someone from Atmire team here to possibly see my request or am I 
alone in the dark? :D

On Friday, February 26, 2021 at 5:44:23 PM UTC+2 Tim Donohue wrote:

> Hi Sten,
>
> Just wanted to drop a note to say I appreciate the (early) questions on 
> DSpace 7, as it's helpful to us to know *what to document* .
>
> As you rightly noted, a guide for Apache proxying with DSpace 7 just 
> doesn't exist *yet* .  The DSpace 7 documentation is being worked on, and 
> this guide *will exist* prior to the release. My goal is to have an early 
> draft in time for the community-wide "Testathon" for 7.0 final.  That 
> Testathon is not yet scheduled but seems likely for sometime in April 
> (assuming dev work stays on course in early March, as we are looking likely 
> to wrap up that 7.0 dev work in March).
>
> I wish I had a better answer for you now, but I admit I don't.   It's 
> possible the Atmire team (who is hosting the frontend demo: 
> https://demo7.dspace.org/ behind a proxy) could give you a few early 
> tips, but I'll also admit I have most of them very busy finishing up 7.0 
> dev work.  
>
> In the meantime, if you want to play around with this, you are welcome to 
> do so.  I'll do my best to answer specific questions (if I know the 
> immediate answer).  But, I'll also be sure to let this list know once the 
> 7.0 installation docs are in a better state to test/verify -- again, I 
> think that is coming in the nearish future, but it's not there quite yet.  
> (Currently they are very rough: 
> https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace)
>
> Tim
>
>
> --
> *From:* dspac...@googlegroups.com  on behalf 
> of Sten Aus 
> *Sent:* Friday, February 26, 2021 3:34 AM
> *To:* DSpace Technical Support 
> *Subject:* [dspace-tech] Using DSpace7 and dspace-angular behind Apache 
> proxy 
>  
> Hi all 
>
> I guess there's not much manual wandering around about using DSpace and 
> dspace-angular behind Apache proxy, so I'm reaching out if anyone has done 
> so?
>
> If angular.ui.url and dspace.ui.url must match in DSpace and angular 
> configurations and API must be accessible outside localhost how do you 
> configure your tomcat, dspace and angular?
>
> I've tried configuring them to my local network IPs, therefore I can get 
> DSpace API and angular to work, but as Apache proxy forwards requests to 
> http://localhost:8080 it get's mixed content response and it's blocked.
>
> Also, API should be accessible outside internet, as DSpace example (
> https://api7.dspace.org/server/) and this is using Apache's proxy.
> There's an "outdated manual" saying to use AJP connector, but not sure if 
> it's outdated because DSpace6->7 or it's just not complete yet.
>
> So, any information using reverse proxy in front of DSpace API and angular 
> frontend is appreciated!
>
> -- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/0c001bf6-ac09-426f-8b46-0d925276acf1n%40googlegroups.com
>  
> 
> .
>

-- 
All messages to this mailing list should adhere to the 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/aa240549-eb7e-43e6-87dd-16e490e2fe51n%40googlegroups.com.


Re: [dspace-tech] Issue with Solr query

2021-02-26 Thread Juan López
Hi! 
I just found out that we have a splitted solr:

[image: Captura de pantalla 2021-02-26 112532.png]
How can I make a query to any of these splitted solr?

Best regards,

Juan
El lunes, 22 de febrero de 2021 a las 15:08:19 UTC-5, Juan López escribió:

> Hi Mark,
>
> Thanks for your response!
>
> I've been trying to work with your example and got something like this:
>
>
> http://localhost:8080/solr/statistics/select?indent=on=0=type:2+id:3c940477-1803-4b4e-a0a5-c69701b8c049=(time:%5B2021-01-01T00:00:00Z+TO+2020-01-31T00:00:00Z%5D)=-isBot:true=(bundleName:ORIGINAL)=(statistics_type:view)=xml
>
> However, solr is showing "0" in the view count :
>
> [image: Captura de pantalla 2021-02-22 150604.png]
> As you can see, my solr didn't throw any error this time.
>
> Could this issue be related with a missconfiguration or something similar?
>
> Best regards,
>
> Juan López
>
> El miércoles, 17 de febrero de 2021 a las 9:03:31 UTC-5, Mark H. Wood 
> escribió:
>
>> On Mon, Feb 15, 2021 at 08:12:30AM -0800, Juan López wrote: 
>> > I'm having a little problem extracting the views and downloads from my 
>> > items with solr. It seems that my solr is not taking any of the date 
>> that I 
>> > throw at it, it prints the same if I do something like [2020-01-10 +TO 
>> + 
>> > 2020-12-31] or [* + TO + *] 
>> > 
>> > Heres the exact query's that I'm using: 
>> > 
>> > 1. with a date range: 
>> > 
>> http://localhost:8080/solr/statistics/select?indent=on=0=type:2+id:3c940477-1803-4b4e-a0a5-c69701b8c049=-isBot:true=-(bundleName:[2020-01-01+TO+2020-01-01]-bundleName:ORIGINAL)=-(statistics_type:[2020-01-01+TO+2020-01-01]+-statistics_type:view)=xml
>>  
>> > 
>> > 2. without a date range: 
>> > 
>> > 
>> http://localhost:8080/solr/statistics/select?indent=on=0=type:2+id:9673dfde-1ef1-4129-a3c0-088e8745f1a3=-isBot:true=-(bundleName:[*+TO+*]-bundleName:ORIGINAL)=-(statistics_type:[*+TO+*]+-statistics_type:view)=xml
>>  
>> > 
>> > In both cases, solr shows the same amount of views for my item. 
>>
>> Filtering 'statistics_type' or 'bundleName' with a date range will not 
>> work, since these fields doesn't contain dates. Try applying that 
>> filter to the 'time' field instead: 
>>
>>
>> http://localhost:8080/solr/statistics/select?indent=on=0=type:2+id:3c940477-1803-4b4e-a0a5-c69701b8c049=time:[2020-01-01+TO+2020-01-01]=-isBot:true=bundleName:ORIGINAL=statistics_type:view=xml
>>  
>>
>> That may not be precisely the query that you intended, but it should 
>> serve as a model. 
>>
>> -- 
>> Mark H. Wood 
>> Lead Technology Analyst 
>>
>> University Library 
>> Indiana University - Purdue University Indianapolis 
>> 755 W. Michigan Street 
>> Indianapolis, IN 46202 
>> 317-274-0749 <(317)%20274-0749> 
>> www.ulib.iupui.edu 
>>
>

-- 
All messages to this mailing list should adhere to the 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/e98537b3-d90d-42ac-bb85-2c019fb8bfbcn%40googlegroups.com.


Re: [dspace-tech] Using DSpace7 and dspace-angular behind Apache proxy

2021-02-26 Thread Tim Donohue
Hi Sten,

Just wanted to drop a note to say I appreciate the (early) questions on DSpace 
7, as it's helpful to us to know what to document​.

As you rightly noted, a guide for Apache proxying with DSpace 7 just doesn't 
exist yet​.  The DSpace 7 documentation is being worked on, and this guide will 
exist​ prior to the release. My goal is to have an early draft in time for the 
community-wide "Testathon" for 7.0 final.  That Testathon is not yet scheduled 
but seems likely for sometime in April (assuming dev work stays on course in 
early March, as we are looking likely to wrap up that 7.0 dev work in March).

I wish I had a better answer for you now, but I admit I don't.   It's possible 
the Atmire team (who is hosting the frontend demo: https://demo7.dspace.org/ 
behind a proxy) could give you a few early tips, but I'll also admit I have 
most of them very busy finishing up 7.0 dev work.

In the meantime, if you want to play around with this, you are welcome to do 
so.  I'll do my best to answer specific questions (if I know the immediate 
answer).  But, I'll also be sure to let this list know once the 7.0 
installation docs are in a better state to test/verify -- again, I think that 
is coming in the nearish future, but it's not there quite yet.  (Currently they 
are very rough: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace)

Tim



From: dspace-tech@googlegroups.com  on behalf of 
Sten Aus 
Sent: Friday, February 26, 2021 3:34 AM
To: DSpace Technical Support 
Subject: [dspace-tech] Using DSpace7 and dspace-angular behind Apache proxy

Hi all

I guess there's not much manual wandering around about using DSpace and 
dspace-angular behind Apache proxy, so I'm reaching out if anyone has done so?

If angular.ui.url and dspace.ui.url must match in DSpace and angular 
configurations and API must be accessible outside localhost how do you 
configure your tomcat, dspace and angular?

I've tried configuring them to my local network IPs, therefore I can get DSpace 
API and angular to work, but as Apache proxy forwards requests to 
http://localhost:8080 it get's mixed content response and it's blocked.

Also, API should be accessible outside internet, as DSpace example 
(https://api7.dspace.org/server/) and this is using Apache's proxy.
There's an "outdated manual" saying to use AJP connector, but not sure if it's 
outdated because DSpace6->7 or it's just not complete yet.

So, any information using reverse proxy in front of DSpace API and angular 
frontend is appreciated!

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/0c001bf6-ac09-426f-8b46-0d925276acf1n%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/DM5PR2201MB1148106D5B3EC01B8732D4B0ED9D9%40DM5PR2201MB1148.namprd22.prod.outlook.com.


Re: [dspace-tech] Checking number of documents in each community

2021-02-26 Thread José Geraldo
Hi,

In dspace.cfg there is setting named webui.strengths.show.

https://github.com/DSpace/DSpace/blob/80c3f98447dfe1ca6977faebb774ac406532a29e/dspace/config/dspace.cfg#L976

# Settings for item count (strength) information 

# Whether to display collection and community strengths (i.e. item counts)
# XMLUI only makes strengths available to themes if this is set to true!
# To show strengths in the XMLUI, you also need to create or use a theme
which
# displays them.
webui.strengths.show = false



Em sex., 26 de fev. de 2021 às 11:54, EPHRAIM MAKEKE <
make...@staff.msu.ac.zw> escreveu:

> Hello people
>
> Is there an easy way of checking the number of documents in each
> community. Sorry I have started using Dspace after a long time.
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/dspace-tech/181cd95b-1c6a-4024-bb36-706940842ba9n%40googlegroups.com
> 
> .
>


-- 
At.te,

José Geraldo

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CANP4ikSXNmWuCv8xT2gyFr9cCo%2BEEhD-czxVT%2Bq7qk4nLijvKg%40mail.gmail.com.


[dspace-tech] Checking number of documents in each community

2021-02-26 Thread EPHRAIM MAKEKE
Hello people

Is there an easy way of checking the number of documents in each community. 
Sorry I have started using Dspace after a long time.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/181cd95b-1c6a-4024-bb36-706940842ba9n%40googlegroups.com.


Re: [dspace-tech] Dspace 5.2 MVN package error on centos

2021-02-26 Thread Ghazi Anwar
Hi Shaun 
Thanks for your update . it helped me a lot
I have build the package using mvn -Dhttps.protocols=TLSv1.2  package 
command
then second level build by using ant fresh_install
But now i am struck here at http://localhost:8080/jspui 
or http://localhost:8080/jxmuli
HTTP status error -> the requested resource is not available.
Tomcat is running  fine.
copied all webapps from dspace to tomcat/webapps.

can you please also guide me on this as well

regards
Ghazi


 
 



On Thursday, February 25, 2021 at 1:55:53 PM UTC+5:30 sha...@teqcle.co.za 
wrote:

> Hi Ghazi.
>
> I remember having this same issue. It is due to enhanced security on the 
> repos. If memory serves, I had to go through all of the pom files and 
> change http to https. Then, you need to disable old protocols for java. You 
> can find this information at 
> https://stackoverflow.com/questions/50824789/why-am-i-getting-received-fatal-alert-protocol-version-or-peer-not-authentic
> Kind Regards.
> Shaun
>
> On 2021/02/24 13:13, Ghazi Anwar wrote:
>
> Dear All, 
> i am installing the dspace 5.2 on centos 7 . everything was fine until I 
> reach at 
>
> [dspace@localhost dspace-5.2-src-release]$ mvn package  
>
> //got the following errortried both from [source-release]/Dspace and 
> [Source-release] same error .. My computer is connected with internet and 
> not using any proxy.
>
> [INFO] Scanning for projects...
> Downloading: 
> https://oss.sonatype.org/content/repositories/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
> Downloading: 
> http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.dspace:dspace-parent:5.2 
> (/opt/dspace-5.2-src-release/pom.xml) has 1 error
> [ERROR] Non-resolvable parent POM: Could not transfer artifact 
> org.sonatype.oss:oss-parent:pom:9 from/to sonatype-releases (
> https://oss.sonatype.org/content/repositories/releases/): Received fatal 
> alert: protocol_version and 'parent.relativePath' points at no local POM @ 
> line 20, column 13 -> [Help 2]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the 
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, 
> please read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] 
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>
> -- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/10ce704e-157c-4779-ac24-5794379b0206n%40googlegroups.com
>  
> 
> .
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/a83f303d-a4a9-45b0-8591-497171035381n%40googlegroups.com.


[dspace-tech] Using DSpace7 and dspace-angular behind Apache proxy

2021-02-26 Thread Sten Aus
Hi all

I guess there's not much manual wandering around about using DSpace and 
dspace-angular behind Apache proxy, so I'm reaching out if anyone has done 
so?

If angular.ui.url and dspace.ui.url must match in DSpace and angular 
configurations and API must be accessible outside localhost how do you 
configure your tomcat, dspace and angular?

I've tried configuring them to my local network IPs, therefore I can get 
DSpace API and angular to work, but as Apache proxy forwards requests to 
http://localhost:8080 it get's mixed content response and it's blocked.

Also, API should be accessible outside internet, as DSpace example 
(https://api7.dspace.org/server/) and this is using Apache's proxy.
There's an "outdated manual" saying to use AJP connector, but not sure if 
it's outdated because DSpace6->7 or it's just not complete yet.

So, any information using reverse proxy in front of DSpace API and angular 
frontend is appreciated!

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/0c001bf6-ac09-426f-8b46-0d925276acf1n%40googlegroups.com.