Re: [Dspace-tech] SMTP Authentication failed

2013-05-26 Thread Alan Orth
Hey, helix.

I just had a go at solving this... :)

https://gist.github.com/alanorth/5652740

This works, both for `dspace test-email` as well as Forgot password 
functions.

I will comment on the Jira bug.  I'm not sure how DSpace releases go, 
but is this type of fix a candidate for 3.1.x or 3.2?

Cheers,

Alan

On 05/25/2013 01:58 PM, helix84 wrote:
 On Sat, May 25, 2013 at 12:54 PM, Alan Orth alan.o...@gmail.com wrote:
 Thanks for doing that for me.  I'll make sure to keep an eye on DS-1561.
 I maked you as the reporter and added the issue to your watchlist, so
 you will receive any updates to that issue.

 I'll try to prepare a fix when I can get to it.


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone. 
-Bjarne Stroustrup, inventor of C++


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] SMTP Authentication failed

2013-05-26 Thread helix84
On Sun, May 26, 2013 at 3:17 PM, Alan Orth alan.o...@gmail.com wrote:
 I will comment on the Jira bug.  I'm not sure how DSpace releases go, but is
 this type of fix a candidate for 3.1.x or 3.2?

Glad to hear that.

I'm actually on the fence with this one - in a certain aspect it is a
fix, but it changes the past behaviour, which also brings potential to
break a corner case. There is still the possibility that sending empty
username and password serves a purpose, I just don't know about it.

Since DSpace 3 the release numbering actually changed and 3.2 would be
the next bugfix release and 4.0 will be the next major release.

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] SMTP Authentication failed

2013-05-26 Thread Alan Orth
Helix,

I hear you about changing past behavior, but something to consider: The 
move to build.properties and Maven filtering broke the setup we've been 
using since DSpace 1.5!  This may merit a special case.

Of course we'll have to see how the wider DSpace community feels about 
this, and if we can unearth any corner cases and or side effects.

Cheers,

Alan

On 05/26/2013 04:26 PM, helix84 wrote:
 On Sun, May 26, 2013 at 3:17 PM, Alan Orth alan.o...@gmail.com wrote:
 I will comment on the Jira bug.  I'm not sure how DSpace releases go, but is
 this type of fix a candidate for 3.1.x or 3.2?
 Glad to hear that.

 I'm actually on the fence with this one - in a certain aspect it is a
 fix, but it changes the past behaviour, which also brings potential to
 break a corner case. There is still the possibility that sending empty
 username and password serves a purpose, I just don't know about it.

 Since DSpace 3 the release numbering actually changed and 3.2 would be
 the next bugfix release and 4.0 will be the next major release.

 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
I have always wished for my computer to be as easy to use as my telephone; my 
wish has come true because I can no longer figure out how to use my telephone. 
-Bjarne Stroustrup, inventor of C++


--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] SMTP Authentication failed

2013-05-26 Thread Bram Luyten
Hi Alan,

did you trace back the origin of why it broke?

I had an older setup with maven profiles that also didn't immediately build
dspace 3.x, because a new property, dspace.install.dir, was not present in
my maven profiles. Info about this in particular:
https://github.com/DSpace/DSpace/pull/126

Did you experience any other incompatibilities?

rgds

Bram


-- 
[image: logo]
*Bram Luyten* *@mire*
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.comhttp://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml


On Sun, May 26, 2013 at 3:40 PM, Alan Orth alan.o...@gmail.com wrote:

 Helix,

 I hear you about changing past behavior, but something to consider: The
 move to build.properties and Maven filtering broke the setup we've been
 using since DSpace 1.5!  This may merit a special case.

 Of course we'll have to see how the wider DSpace community feels about
 this, and if we can unearth any corner cases and or side effects.

 Cheers,

 Alan

 On 05/26/2013 04:26 PM, helix84 wrote:
  On Sun, May 26, 2013 at 3:17 PM, Alan Orth alan.o...@gmail.com wrote:
  I will comment on the Jira bug.  I'm not sure how DSpace releases go,
 but is
  this type of fix a candidate for 3.1.x or 3.2?
  Glad to hear that.
 
  I'm actually on the fence with this one - in a certain aspect it is a
  fix, but it changes the past behaviour, which also brings potential to
  break a corner case. There is still the possibility that sending empty
  username and password serves a purpose, I just don't know about it.
 
  Since DSpace 3 the release numbering actually changed and 3.2 would be
  the next bugfix release and 4.0 will be the next major release.
 
  Regards,
  ~~helix84
 
  Compulsory reading: DSpace Mailing List Etiquette
  https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 --
 Alan Orth
 alan.o...@gmail.com
 http://alaninkenya.org
 http://mjanja.co.ke
 I have always wished for my computer to be as easy to use as my
 telephone; my wish has come true because I can no longer figure out how to
 use my telephone. -Bjarne Stroustrup, inventor of C++



 --
 Try New Relic Now  We'll Send You this Cool Shirt
 New Relic is the only SaaS-based application performance monitoring service
 that delivers powerful full stack analytics. Optimize and monitor your
 browser, app,  servers with just a few lines of code. Try New Relic
 and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] SMTP Authentication failed

2013-05-26 Thread Alan Orth

Bram,

Sorry, I meant to say that Maven filtering broke our setup with regards 
to SMTP only.  I migrated our configs to *.properties based on the 
default build.properties and we've had no other problems. :)


Alan

On 05/26/2013 05:35 PM, Bram Luyten wrote:

Hi Alan,

did you trace back the origin of why it broke?

I had an older setup with maven profiles that also didn't immediately 
build dspace 3.x, because a new property, dspace.install.dir, was not 
present in my maven profiles. Info about this in particular: 
https://github.com/DSpace/DSpace/pull/126


Did you experience any other incompatibilities?

rgds

Bram


--
logo
*Bram Luyten*/@mire/
/2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010/
/Esperantolaan 4, Heverlee 3001, Belgium/
www.atmire.com 
http://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml 





On Sun, May 26, 2013 at 3:40 PM, Alan Orth alan.o...@gmail.com 
mailto:alan.o...@gmail.com wrote:


Helix,

I hear you about changing past behavior, but something to
consider: The
move to build.properties and Maven filtering broke the setup we've
been
using since DSpace 1.5!  This may merit a special case.

Of course we'll have to see how the wider DSpace community feels about
this, and if we can unearth any corner cases and or side effects.

Cheers,

Alan

On 05/26/2013 04:26 PM, helix84 wrote:
 On Sun, May 26, 2013 at 3:17 PM, Alan Orth alan.o...@gmail.com
mailto:alan.o...@gmail.com wrote:
 I will comment on the Jira bug.  I'm not sure how DSpace
releases go, but is
 this type of fix a candidate for 3.1.x or 3.2?
 Glad to hear that.

 I'm actually on the fence with this one - in a certain aspect it
is a
 fix, but it changes the past behaviour, which also brings
potential to
 break a corner case. There is still the possibility that sending
empty
 username and password serves a purpose, I just don't know about it.

 Since DSpace 3 the release numbering actually changed and 3.2
would be
 the next bugfix release and 4.0 will be the next major release.

 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Alan Orth
alan.o...@gmail.com mailto:alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
I have always wished for my computer to be as easy to use as my
telephone; my wish has come true because I can no longer figure
out how to use my telephone. -Bjarne Stroustrup, inventor of C++



--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance
monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt!
http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
mailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




--
Alan Orth
alan.o...@gmail.com
http://alaninkenya.org
http://mjanja.co.ke
I have always wished for my computer to be as easy to use as my telephone; my wish 
has come true because I can no longer figure out how to use my telephone. -Bjarne 
Stroustrup, inventor of C++

--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Dspace Index not created.

2013-05-26 Thread onkar rai
Hi sir,

I installed Dspace successfully but the problem in when i submitted any
file in collection its index is not created. I am sending the dspace.cfg
file kindly suggest me where am I lacking.


Thanks in advance.


Regards,
Onkar Rai
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] how to disable download form communities and collection for unregistered users

2013-05-26 Thread ribin . jones
Let me explain my situation:

I have a Community by name Journal Articles and I have various collections in 
this community namely 2007, 2008, 2012 etc. In these collections we have 
various documents. While accessing a journal from 2007 and 2008 collection, it 
shows the abstract and the basic info regarding a journal and while we try to 
download the journal, it asks for uname/pwd (any registered user can access and 
this is an easy process to get anyone to have a user account). But in my 2012 
collections, it is possible to download the journal - it never asks for a 
username/pwd). I don;t know why it works in 2007 and 2008 collections and not 
in 2012 collection. 

Let me know if you need any further info.

Ribin Jones S.B 
IT LAB, Knowledge Resource Centre 
CSIR - NIIST (National Institute for Interdisciplinary Science and Technology), 
Govt. of India 
Pappanamcode, Thiruvananthapuram - 695019 
Kerala, India 
www.niist.res.in 
Mob: +91 9895226242 

- Original Message -
From: Andrea Bollini a.boll...@cineca.it
To: dspace-tech@lists.sourceforge.net
Sent: Friday, May 24, 2013 3:18:41 PM
Subject: Re: [Dspace-tech] how to disable download form communities and 
collection for unregistered users



You should change the default bitstream read policy of any collections so to 
give permission to a specific group say: Registred users. 
https://wiki.duraspace.org/display/DSDOC3x/Functional+Overview#FunctionalOverview-Authorization
 

You don't need to put people inside this grop manually, instead you can use the 
login.specialgroup configuration for the PasswordLogin 
login.specialgroup = Registred users 
https://wiki.duraspace.org/display/DSDOC3x/Authentication+Plugins#AuthenticationPlugins-ConfiguringAuthenticationbyPassword
 

Hope this help, 
Andrea 

Il 24/05/2013 11:41, ribin.jo...@niist.res.in ha scritto: 


My motive is to keep a track of who all access which documents. 

Ribin Jones S.B 
Scientist 
IT LAB, Knowledge Resource Centre 
CSIR - NIIST (National Institute for Interdisciplinary Science and Technology), 
Govt. of India 
Pappanamcode, Thiruvananthapuram - 695019 
Kerala, India www.niist.res.in Mob: +91 9895226242 

- Original Message -
From: Hilton Gibson hilton.gib...@gmail.com To: ribin jones 
ribin.jo...@niist.res.in Cc: dspace-tech 
dspace-tech@lists.sourceforge.net Sent: Friday, May 24, 2013 3:00:03 PM
Subject: Re: [Dspace-tech] how to disable download form communities and 
collection for unregistered users


Hi Ribin 


Doesn't this request obviate the open access nature of an institutional 
repository. 
DSpace was built to be an open access institutional repository vehicle. 
I also do not think it was meant to be a peer-reviewed system for submission of 
academic articles. 
Perhaps the mission and scope of DSpace has changed, I am not sure. 
Recently a set core principles was released. Perhaps someone on this list can 
point us to the online documentation regarding these core principles. 


Regards 


hg 



On 24 May 2013 11:22,  ribin.jo...@niist.res.in  wrote: 


Hi, 

I have created a Community in dspace. How do we set permission in Communities 
and Collections so that when an anonymous user tries to download the file asks 
for the email address and password? 

Ribin Jones S.B 
Scientist 
IT LAB, Knowledge Resource Centre 
CSIR - NIIST (National Institute for Interdisciplinary Science and Technology), 
Govt. of India 
Pappanamcode, Thiruvananthapuram - 695019 
Kerala, India www.niist.res.in Mob: +91 9895226242 


-- 
Try New Relic Now  We'll Send You this Cool Shirt 
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your 
browser, app,  servers with just a few lines of code. Try New Relic 
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may 
___ 
DSpace-tech mailing list DSpace-tech@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette 


-- 

CINECA  
Andrea Bollini 
Dipartimento Servizi e Soluzioni per l'Amministrazione Universitaria 
Divisione Ricerca 
Via dei Tizii, 6 
00185 Roma , Italy 
tel. +39 06 59 292 853 - mob. +39 348 82 77 525 
http://www.cineca.it 
--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net