Re: [dspace-tech] google analytics and connection pool error

2017-03-20 Thread Jose Blanco
I spoke to our sys admin person, and he does not think there were any
network connectivity issues yesterday.  Today, I tried to re-enable GA
and it failed at some point, but not soon after restarting tomcat.  In
contrast, what I was seeing yesterday was very predictable.  I would
start tomcat and within a few minutes all the connections were taken.
It was as if every connection taken got locked.  I did this quite a
few times ( starting and stopping tomcat, and always with the same
result ).  Is this what you typically see and is there any workaround?

Thank you for your replies!
-Jose

On Mon, Mar 20, 2017 at 4:35 AM, Claudia Jürgen
 wrote:
> Hi Jose,
>
> see https://jira.duraspace.org/browse/DS-2904
> there is a default configuration which will be used:
> https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-services/src/main/resources/config/dspace-defaults.cfg#L23
>
> Hope this helps
>
> Claudia Jürgen
>
>
>
> Am 20.03.2017 um 00:58 schrieb Jose Blanco:
>>
>> We were seeing something strange in our production site this Sunday.
>> It seemed like calls to google analytics were locking db connections
>> and eventually taking all of them.  I tried to comment this line:
>>
>> #xmlui.google.analytics.key=UA-12656561-1
>>
>> But this did not change anything.  I eventually change it to this
>>
>> xmlui.google.analytics.key=
>>
>> and then the db connection error ended.
>>
>> I would have thought that commenting it out would have been the way to
>> do it.  Well in any case, the connection pool is now not being
>> exhausted.  But I wonder why it happened this Sunday, and when I can
>> re-enable it to get stats.  Perhaps there was a problem with Google
>> Anyalitics this Sunday?
>>
>> Thanks,
>> Jose
>>
>
> --
> 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 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.
>
> --
> 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.

-- 
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] Upload limit is not working?

2017-03-20 Thread Brendow Adriel
For default, uploads are limited to 512mb, but i can submit files with more 
thant 512mb. I tested in demo.dspace.org and in my local installation of 
the dspace.

Does the system show any message, when you adds or attempt to send a file 
that is over size of allowed? 





# Maximum size of uploaded files in bytes, negative setting will result in 
no limit being set
# 512Mb
upload.max = 536870912





-- 
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] How to import bitstreams/files without handle to dspace?

2017-03-20 Thread Brendow Adriel

up votedown votefavorite 


We assume that I want to insert into my DSpace repository  a CD with 
several files of publications in various formats without handle.


For example:


Mp4 

Text 

Mp3 

Pdf 

Jpeg


How to import this files in large scale?

-- 
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] Auto-assign e-person to a group upon registration

2017-03-20 Thread amgciadev
Claudia it does help indeed! 

Many thanks for the information,

Agustina

On Monday, 20 March 2017 08:40:45 UTC, Claudia Jürgen wrote:
>
> Hello Augustina, 
>
> there is a boolean self_registered in the eperson table. 
>
> Furthermore there is : 
> mail.registration.notify (5.x) 
> https://github.com/DSpace/DSpace/blob/dspace-5_x/build.properties#L124 
> 
>  
> registration.notify (6.x) 
>
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/local.cfg.EXAMPLE#L140
>  
>
> You may be notified about new registrations. 
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
>
> Am 19.03.2017 um 10:41 schrieb amgc...@gmail.com : 
> > Hi all, 
> > 
> > Mark many thanks for the extra info on special groups. I assumed that 
> this 
> > meant direct allocation to a dspace group. 
> > 
> > Is there then a quick way of finding out about all the self-registered 
> > users? We are thinking on enabling self-registration in our repository 
> but 
> > we need to easily track down who registers so that we can perform 
> > additional checks and verifications. 
> > 
> > Kind regards, 
> > Agustina 
> > 
> > On Thursday, 16 March 2017 16:40:17 UTC, admin wrote: 
> >> Thank you, 
> >> 
> >> 
> >> the special groups setting is perfectly fine for me, I have just tested 
> it. 
> >> 
> >> 
> >> 
> >> Peter 
> >> 
> >> 
> >> W dniu czwartek, 16 marca 2017 12:58:59 UTC użytkownik Mark Wood 
> napisał: 
> >>> But please note that "special groups" are assigned to *user sessions*, 
> >>> not to epersons.  Special group membership lasts until logout and is 
> not 
> >>> recorded anywhere.  If you need for a new account to be permanently a 
> >>> member of a group, so that this membership affects what others do, a 
> >>> special group won't serve, and you'll have to manually assign 
> permanent 
> >>> group membership.  We probably should have called them "session roles" 
> >>> rather than "special groups" since there is nothing special about the 
> group. 
> >>> 
> >>> One thing that isn't affected by special group membership is actions 
> >>> based on group membership which take place outside of a member's 
> session, 
> >>> such as the emails that are sent to members of an editorial group 
> during 
> >>> submission workflow. 
> >>> 
> >>> If a user only needs group membership within the scope of his own 
> >>> sessions, then special groups should serve well. 
> >>> 
>
> -- 
> 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. 
>

-- 
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] How many ways exists to integrate dspace repositories?

2017-03-20 Thread Luiz dos Santos
Hi Brendow,

I'm not sure if I understood the question, but I would like to add sword
and REST API.

thanks in advance

Luiz Claudio Santos
http://luizclaudiosantos.me/

On Mon, Mar 20, 2017 at 8:50 AM, Brendow Adriel 
wrote:

> 1 - OAI integration via harvesting.
> 2 - Metadata Importation via CSV or XML.
> 3 - Restore via AIP.
>
> --
> 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.
>

-- 
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] How many ways exists to integrate dspace repositories?

2017-03-20 Thread Brendow Adriel
1 - OAI integration via harvesting.
2 - Metadata Importation via CSV or XML.
3 - Restore via AIP.

-- 
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] Backup - DSPACE - reg

2017-03-20 Thread Alan Orth
Hello, Chkravarthy.

We use scheduled tasks via cron and systemd to back up the PostgreSQL
database and assetstore of our DSpace repository every evening and sync
them to offsite storage like Amazon S3—this will cover the DSpace data, but
you should make sure your DSpace customizations (if any) are backed up too,
for example in a git repository on GitHub, GitLab, BitBucket, etc.

For PostgreSQL:

$ pg_dump -b -v -o --format=custom -U dspace -f
/path/to/backups/dspace_2017-03-20.backup dspace

I often use these backups to create testing environments, which is a good
way to verify that the backups are working.

Hope that helps,

On Mon, Mar 20, 2017 at 12:27 PM Chakravarthy Kp 
wrote:

> Dear Sir,
>
> Can you please help me how to backup the DSPACE, Communities and
> Collections etc.
>
> With regards,
> K.P. Chakkaravarthy
>
> --
> 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.
>
-- 

Alan Orth
alan.o...@gmail.com
https://englishbulgaria.net
https://alaninkenya.org
https://mjanja.ch

-- 
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] Backup - DSPACE - reg

2017-03-20 Thread Chakravarthy Kp
Dear Sir,

Can you please help me how to backup the DSPACE, Communities and 
Collections etc.

With regards,
K.P. Chakkaravarthy

-- 
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] custom image not getting displayed in sidebar news

2017-03-20 Thread Ribin Jones
Hi all,

Recently installed dspace-5.4 in Ubuntu 14.04. I am trying to edit the 
sidebar news from the admin page with the following html code:

  

This should display an image (krc.jpg) in the side bar news. But my image 
is not getting displayed there. I copied the image krc.jpg in 
/dspace/webapps/jspui/image folder. I tried to change the image to some 
other file (ex:banner-large.jpg) which is already there in the folder and 
it works fine. What could be issue here? File permission for the image 
krc.jpg is all 777 with dspace as owner.

- Ribin

-- 
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: Blank/white screen on xmlui

2017-03-20 Thread ROBINSON MUKANGAYI
Hi Vimal,

I am experiencing the same problem on Dspace 5.4 on Lubuntu 14.04. I just 
cant figure out how to handle my new installation.

How did you solve the problem?

Wikana Robinson.


On Monday, March 14, 2016 at 10:17:23 AM UTC+3, Vimal Kumar wrote:
>
> Dear Friends, 
> I just install Dspace 5.4 on Lubuntu 14.04.
> I could install Dspace successfully.
>
> After sometimes working properly, after executing an action (e.g. file 
> upload, community creation) screen becomes blank.
> Kindly guide me to solve this problem.
> Regards,
>

-- 
Masinde Muliro University of Science and Technology | P.O Box 190 - 50100, 
Kakamega, Kenya
Tel: 056 31375 | Email: i...@mmust.ac.ke | Website: www.mmust.ac.ke
--

DISCLAIMER: *This email is confidential and intended for the sole use of 
the individual or entity to which it was addressed. If you have received 
this email in error please notify the sender immediately and delete this 
email without disclosing, copying, using, distributing or storing its 
contents. Kindly note that unless expressly stated, any views or opinions 
presented in this email are solely those of the author and do not 
necessarily represent those of Masinde Muliro University of Science and 
Technology. The recipient should check this email and any attachments for 
the presence of viruses. The University does not accept liability for any 
damage caused by this email*
--

-- 
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] Auto-assign e-person to a group upon registration

2017-03-20 Thread Claudia Jürgen

Hello Augustina,

there is a boolean self_registered in the eperson table.

Furthermore there is :
mail.registration.notify (5.x)
https://github.com/DSpace/DSpace/blob/dspace-5_x/build.properties#L124
registration.notify (6.x)
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/local.cfg.EXAMPLE#L140

You may be notified about new registrations.

Hope this helps

Claudia Jürgen



Am 19.03.2017 um 10:41 schrieb amgcia...@gmail.com:

Hi all,

Mark many thanks for the extra info on special groups. I assumed that this
meant direct allocation to a dspace group.

Is there then a quick way of finding out about all the self-registered
users? We are thinking on enabling self-registration in our repository but
we need to easily track down who registers so that we can perform
additional checks and verifications.

Kind regards,
Agustina

On Thursday, 16 March 2017 16:40:17 UTC, admin wrote:

Thank you,


the special groups setting is perfectly fine for me, I have just tested it.



Peter


W dniu czwartek, 16 marca 2017 12:58:59 UTC użytkownik Mark Wood napisał:

But please note that "special groups" are assigned to *user sessions*,
not to epersons.  Special group membership lasts until logout and is not
recorded anywhere.  If you need for a new account to be permanently a
member of a group, so that this membership affects what others do, a
special group won't serve, and you'll have to manually assign permanent
group membership.  We probably should have called them "session roles"
rather than "special groups" since there is nothing special about the group.

One thing that isn't affected by special group membership is actions
based on group membership which take place outside of a member's session,
such as the emails that are sent to members of an editorial group during
submission workflow.

If a user only needs group membership within the scope of his own
sessions, then special groups should serve well.



--
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 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.

--
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] google analytics and connection pool error

2017-03-20 Thread Claudia Jürgen

Hi Jose,

see https://jira.duraspace.org/browse/DS-2904
there is a default configuration which will be used:
https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-services/src/main/resources/config/dspace-defaults.cfg#L23

Hope this helps

Claudia Jürgen


Am 20.03.2017 um 00:58 schrieb Jose Blanco:

We were seeing something strange in our production site this Sunday.
It seemed like calls to google analytics were locking db connections
and eventually taking all of them.  I tried to comment this line:

#xmlui.google.analytics.key=UA-12656561-1

But this did not change anything.  I eventually change it to this

xmlui.google.analytics.key=

and then the db connection error ended.

I would have thought that commenting it out would have been the way to
do it.  Well in any case, the connection pool is now not being
exhausted.  But I wonder why it happened this Sunday, and when I can
re-enable it to get stats.  Perhaps there was a problem with Google
Anyalitics this Sunday?

Thanks,
Jose



--
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 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.

--
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] Browsing by author or subject in a foreign language (Arabic in our case).

2017-03-20 Thread Dalal Rahme
Hello,
We have entries in Dspace both in Arabic and English.
We are able to browse Arabic titles by "title" but unable to browse by 
"author" or "subject" when the entry is in Arabic. We would also like to be 
able to browse our titles, authors and subjects alphabetically.  
Does anyone have a solution for this issue maybe using another foreign 
language such as Arabic?
Thanks.
Dalal

-- 
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] google analytics and connection pool error

2017-03-20 Thread emilio lorenzo

Hi Jose

Well, it seems like  the unresolved error reported in 
https://jira.duraspace.org/browse/DS-2904


Probably due to network issues,

best luck

Emilio




El 20/03/2017 a las 0:58, Jose Blanco escribió:

We were seeing something strange in our production site this Sunday.
It seemed like calls to google analytics were locking db connections
and eventually taking all of them.  I tried to comment this line:

#xmlui.google.analytics.key=UA-12656561-1

But this did not change anything.  I eventually change it to this

xmlui.google.analytics.key=

and then the db connection error ended.

I would have thought that commenting it out would have been the way to
do it.  Well in any case, the connection pool is now not being
exhausted.  But I wonder why it happened this Sunday, and when I can
re-enable it to get stats.  Perhaps there was a problem with Google
Anyalitics this Sunday?

Thanks,
Jose



--
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.