[Dspace-tech] Why xmlui.user.loginredirect= does not work?

2011-07-14 Thread Shaw Yu
Hi,

We want to change the login hyperlink so after users login, they can be 
directed to /submissions (or better, to /mydspace. But /mydspace does 
not seem to be available in version 1.7 anymore) . After much struggle, 
I finally found 'xmlui.user.loginredirect=' in dspace.cfg. However, it 
does not seem to be working. After I made the change and re-start tomcat 
after that, nothing actually happened.

Why it does not work? Is there any other way that we can make the change 
to redirect users besides using 'xmlui.user.loginredirect='? We have 
Dspace 1.7 using xmlui.


Any help appreciated and thanks in advance.

Shaw Yu
Systems Librarian
Virginia Commonwealth University Libraries


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Why xmlui.user.loginredirect= does not work?

2011-07-14 Thread Verdonck Christof




Dear


I tried what you said, and it works fine for me!

In /repos/dspace.cfg, I changed
#xmlui.user.loginredirect=/profile

one time with

xmlui.user.loginredirect=/submissions == works fine!


and another time

xmlui.user.loginredirect=/submit   == works fine!


I want to stress out that I didn't change anything else.
Did you change the right dspace.cfg?


Yours Sincerely



Christof Verdonck



Shaw Yu wrote:

  Hi,

We want to change the login hyperlink so after users login, they can be 
directed to "/submissions" (or better, to /mydspace. But /mydspace does 
not seem to be available in version 1.7 anymore) . After much struggle, 
I finally found 'xmlui.user.loginredirect=' in dspace.cfg. However, it 
does not seem to be working. After I made the change and re-start tomcat 
after that, nothing actually happened.

Why it does not work? Is there any other way that we can make the change 
to redirect users besides using 'xmlui.user.loginredirect='? We have 
Dspace 1.7 using xmlui.


Any help appreciated and thanks in advance.

Shaw Yu
Systems Librarian
Virginia Commonwealth University Libraries


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  





--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Why xmlui.user.loginredirect= does not work?

2011-07-14 Thread Shaw Yu
Thanks Peter and Christof.

Yes, I think that's the right dspace.cfg file that I edited.

The only thing that I can think of is that we use LDAP login instead of 
the basic password login. I now guess that's the problem. Does anybody 
know how to make it work using LDAP login?

Thanks.

Peter Dietz wrote:

 Hello Shaw,

 The login redirect works fine for our system, and for many that I'm 
 aware of.
 Are you sure you're changing the right dspace.cfg?

 The right file to edit is [dspace]/config/dspace.cfg, where [dspace] 
 is typically /dspace, or C:/dspace


 Be sure to try various values for loginredirect too just to test that 
 it is working, and make sure its not commented out by having a # 
 before the line.
 xmlui.user.loginredirect=/submissions
 xmlui.user.loginredirect=/profile
 xmlui.user.loginredirect=/
 xmlui.user.loginredirect=/submit


 I don't know if this will help solve anything, but are you logging in 
 using the basic password login, or through shibboleth?




 Peter Dietz



 On Thu, Jul 14, 2011 at 10:18 AM, Shaw Yu x...@vcu.edu 
 mailto:x...@vcu.edu wrote:

 Hi,

 We want to change the login hyperlink so after users login, they
 can be
 directed to /submissions (or better, to /mydspace. But /mydspace
 does
 not seem to be available in version 1.7 anymore) . After much
 struggle,
 I finally found 'xmlui.user.loginredirect=' in dspace.cfg. However, it
 does not seem to be working. After I made the change and re-start
 tomcat
 after that, nothing actually happened.

 Why it does not work? Is there any other way that we can make the
 change
 to redirect users besides using 'xmlui.user.loginredirect='? We have
 Dspace 1.7 using xmlui.


 Any help appreciated and thanks in advance.

 Shaw Yu
 Systems Librarian
 Virginia Commonwealth University Libraries


 
 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 mailto:DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] adding cosign to xmlui instance

2011-07-14 Thread Blanco, Jose
I have been trying to add cosign, which I have working in jspui just fine, in 
xmlui, and I have a few questions.

I see that in /aspects/EPerson/sitemap.xmap

There is this code:

map:match pattern=profile
map:select type=AuthenticatedSelector
map:when test=eperson
map:match type=request pattern=eperson-continue
map:call continuation={1}/
/map:match
map:call function=doUpdateProfile/
/map:when
map:otherwise
map:act type=StartAuthentication/
/map:otherwise
/map:select
/map:match

And what I have done so far is put in a filter in the web.xml file so that the 
cosign code can gets called when /webiso-login is seen.  I changed 
PasswordAuthentication.java to redirect to /webiso-login.  And so, when I click 
on the /login I go to cosign and login just fine, but when I get back to dspace 
I get a message that the page is not  found.  

I've  created an action called FinshAuthenticationAction and want to put it 
somewhere to run after returning from cosign.  The url I get back from cosign 
looks like this:

cosign/valid?cosign-blancoj.d...

so I think I have to create something to catch the return and run 
FinishAuthenticationAction.  I would think it would be something like this:

map:match pattern=cosign
map:select type=AuthenticatedSelector
map:when test=eperson
map:match type=request pattern=eperson-continue
map:call continuation={1}/
/map:match
map:call function=doUpdateProfile/
/map:when
map:otherwise
map:act type=FinishAuthentication/
/map:otherwise
/map:select
/map:match

But I'm not sure, because I don't quite understand why in the pattern it looks 
for profile in the case of the start of the authentication.  I would think 
the patter comes from the url?

Thank you!
Jose

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Claudia Juergen
Hello Susan,

the place for feature requests, bugs etc. is the DSpace Jira
https://jira.duraspace.org/browse/DS

Hope that helps

Claudia Jürgen

 Hi,

  Is there an appropriate place to submit suggestions for future
 releases of DSpace software?  I really would like to see a “Next”
 button on the Item pages so that when browsing for records, when the
 user clicks on a record, it would not be necessary to scroll back to
 the browse screen to select the next record and instead this could be
 done from the Item pages?

 Thanks,

 Sue







 Sue Walker-Thornton

 Software Developer/Database Administrator

 NASA Langley Research Center|LITES Contract

 SGT, Inc.|130 Research Drive

 Hampton, Va.  23666

 Office: (757) 224-4074

 Mobile: (757) 506-9903

 Fax: (757) 224-4001

 susan.m.thorn...@nasa.gov



 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



Mit freundlichen Gruessen

Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/
Tel.: 0049-231-755-4043




--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-general] Multiple files upload into dspace

2011-07-14 Thread Peter Dietz
Hi Abdul,

Take a look at Batch Import, as mentioned.

There is a Java tool available, that might be of interest to you, to help
with building a package suitable for importing. You just need a spreadsheet
with metadata, and a directory full of files.
Wiki:
https://wiki.duraspace.org/display/DSPACE/Simple+Archive+Format+Packager
Code: https://github.com/peterdietz/SAFBuilder


Peter Dietz



On Thu, Jul 14, 2011 at 7:29 AM, Verdonck Christof 
verdonck.chris...@eurodyn.com wrote:

 **
 Dear


 I think you can use the Batch import.
 You have to put and describe you files in a certain 'DSpace Batch Import '
 directory structure
 as explained in the Dspace Batch Import document;
 http://www.scottphillips.com/files/2009/06/dspacebatchimport.pdf

 You can also find more information regarding this in the DSpace Manual:
 http://www.dspace.org/1_7_1Documentation/DSpace-Manual.pdf


 Yours Sincerely



 Christof Verdonck



 Abdul Vali wrote:

 dear all

  i m running dspace at ubuntu 10.04 server.  i have a large number of
 articles and books in digital form.  can i import all of them to dspace from
 web interface or some other linux script?

  all articles / books are in pdf, djvu format

 --
 Regards

 Abdul Vali
 Librarian - ASE School


  --

 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business 
 strategy.http://p.sf.net/sfu/appsumosfdev2dev

 --

 ___
 Dspace-general mailing 
 listDspace-general@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-general



 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Disable search stemming in DSAnalyzer without source distribution?

2011-07-14 Thread Jason B .
Is it possible to disable stemming in the DSAnalyzer in 1.7.2 without
modifying the source?  We didn't use the source distribution initially
and would rather not just to make this one change...

Thanks!


--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Peter Dietz
Hi Susan,

I've seen a demo of the Wind Music site, which has implemented the feature
you are talking about.
An example entry would be:
http://www.windmusic.org/dspace/handle/68502/97349?45735available

I believe the person who developed these features was Christophe Dupriez.

---
As far as the idea of having an easy feedback system for suggesting
improvements to DSpace... I'm not sure how best to tackle that one. We have
the user-voice portal on demo.dspace.org, so that people can report bugs,
and other feedback of the demo site. That gets some use, but not a wide
source of feedback, and I'm not sure we're wanting to use it for that. Jira
tickets sometimes work, but they will often get dismissed if its just a
feature request with no implementer and no patches. I'm not sure how much
activity there is on the DSpace facebook page, or Google+ circle for DSpace.
In any case, the mailing list more or less works fine for this. Bram had an
idea for tagging mailing list posts with things like feature request,
statistics, xmlui, DSpace 1.7, so there could be a knowledge base for
finding what other people have submitted, but that would take work to build
as well.

However, there could be a way for people to pool effort to work on common
needs. For instance, at Ohio State, I'm working on a usage statistics
project with team members here. I could be more vocal and chatty with other
developers to say, I need a better way to detect and remove robots. Another
group, such as @mire, might say, we've got a good way to present statistical
data and make reports. Another group has figured out how to search in SOLR
for having a wildcard at the start of a query. Another group is saying we
need to anonymize our statistical logs, since its against the law in their
country to store visitors IP addresses.


Peter Dietz



On Thu, Jul 14, 2011 at 11:48 AM, Claudia Juergen 
claudia.juer...@ub.tu-dortmund.de wrote:

 Hello Susan,

 the place for feature requests, bugs etc. is the DSpace Jira
 https://jira.duraspace.org/browse/DS

 Hope that helps

 Claudia Jürgen

  Hi,
 
   Is there an appropriate place to submit suggestions for future
  releases of DSpace software?  I really would like to see a “Nextâ€
  button on the Item pages so that when browsing for records, when the
  user clicks on a record, it would not be necessary to scroll back to
  the browse screen to select the next record and instead this could be
  done from the Item pages?
 
  Thanks,
 
  Sue
 
 
 
 
 
 
 
  Sue Walker-Thornton
 
  Software Developer/Database Administrator
 
  NASA Langley Research Center|LITES Contract
 
  SGT, Inc.|130 Research Drive
 
  Hampton, Va.  23666
 
  Office: (757) 224-4074
 
  Mobile: (757) 506-9903
 
  Fax: (757) 224-4001
 
  susan.m.thorn...@nasa.gov
 
 
 
 
 --
  AppSumo Presents a FREE Video for the SourceForge Community by Eric
  Ries, the creator of the Lean Startup Methodology on Lean Startup
  Secrets Revealed. This video shows you how to validate your ideas,
  optimize your ideas and identify your business strategy.
 
 http://p.sf.net/sfu/appsumosfdev2dev___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


 Mit freundlichen Gruessen

 Claudia Juergen
 Universitaetsbibliothek Dortmund
 Eldorado
 0231/755-4043
 https://eldorado.tu-dortmund.de/
 Tel.: 0049-231-755-4043





 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
Thanks a bunch Peter.  I took a look at the Wind Music site and that’s similar 
to what we have in mind.

Sue







Sue Walker-Thornton

Software Developer/Database Administrator

NASA Langley Research Center|LITES Contract

(757) 224-4074





From: Peter Dietz [mailto:pdiet...@gmail.com]
Sent: Thursday, July 14, 2011 1:14 PM
To: Claudia Juergen
Cc: Thornton, Susan M. (LARC-B702)[LITES]; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace suggestions?



Hi Susan,



I've seen a demo of the Wind Music site, which has implemented the feature you 
are talking about.

An example entry would be:

http://www.windmusic.org/dspace/handle/68502/97349?45735available



I believe the person who developed these features was Christophe Dupriez.



---

As far as the idea of having an easy feedback system for suggesting 
improvements to DSpace... I'm not sure how best to tackle that one. We have the 
user-voice portal on demo.dspace.orghttp://demo.dspace.org, so that people 
can report bugs, and other feedback of the demo site. That gets some use, but 
not a wide source of feedback, and I'm not sure we're wanting to use it for 
that. Jira tickets sometimes work, but they will often get dismissed if its 
just a feature request with no implementer and no patches. I'm not sure how 
much activity there is on the DSpace facebook page, or Google+ circle for 
DSpace. In any case, the mailing list more or less works fine for this. Bram 
had an idea for tagging mailing list posts with things like feature request, 
statistics, xmlui, DSpace 1.7, so there could be a knowledge base for finding 
what other people have submitted, but that would take work to build as well.



However, there could be a way for people to pool effort to work on common 
needs. For instance, at Ohio State, I'm working on a usage statistics project 
with team members here. I could be more vocal and chatty with other developers 
to say, I need a better way to detect and remove robots. Another group, such as 
@mire, might say, we've got a good way to present statistical data and make 
reports. Another group has figured out how to search in SOLR for having a 
wildcard at the start of a query. Another group is saying we need to anonymize 
our statistical logs, since its against the law in their country to store 
visitors IP addresses.




Peter Dietz




On Thu, Jul 14, 2011 at 11:48 AM, Claudia Juergen 
claudia.juer...@ub.tu-dortmund.demailto:claudia.juer...@ub.tu-dortmund.de 
wrote:

Hello Susan,

the place for feature requests, bugs etc. is the DSpace Jira
https://jira.duraspace.org/browse/DS

Hope that helps

Claudia Jürgen


 Hi,

  Is there an appropriate place to submit suggestions for future

 releases of DSpace software?  I really would like to see a “Nextâ€

 button on the Item pages so that when browsing for records, when the
 user clicks on a record, it would not be necessary to scroll back to
 the browse screen to select the next record and instead this could be
 done from the Item pages?

 Thanks,

 Sue







 Sue Walker-Thornton

 Software Developer/Database Administrator

 NASA Langley Research Center|LITES Contract

 SGT, Inc.|130 Research Drive

 Hampton, Va.  23666

 Office: (757) 224-4074tel:%28757%29%20224-4074

 Mobile: (757) 506-9903tel:%28757%29%20506-9903

 Fax: (757) 224-4001tel:%28757%29%20224-4001

 susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov




 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



Mit freundlichen Gruessen

Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043tel:0231%2F755-4043
https://eldorado.tu-dortmund.de/
Tel.: 0049-231-755-4043




--
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on Lean Startup
Secrets Revealed. This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets 

Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
Thanks again Bram.  I just created a DSpace “New feature” request:  
https://jira.duraspace.org/browse/DS-956



Best regards,

Sue







Sue Walker-Thornton

Software Developer/Database Administrator

NASA Langley Research Center|LITES Contract

(757) 224-4074





From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten
Sent: Thursday, July 14, 2011 11:36 AM
To: Thornton, Susan M. (LARC-B702)[LITES]
Subject: Re: [Dspace-tech] DSpace suggestions?



Hi Sue,

submitting it as a feature request in JIRA would ensure that the request 
wouldn't get lost.
I'd really recommend that compared to putting it on the wiki somewhere.

A few of mine are listed there:
https://jira.duraspace.org/browse/DS-919
https://jira.duraspace.org/browse/DS-929 (this one is actually submitted as an 
Improvement, so you can choose whether you want to label your request as a 
new feature or an improvement).

good luck,

Bram

@mire

Esperantolaan 4 - 3001 Heverlee - Belgium

2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA


atmire.comhttp://atmire.com/ - Institutional Repository Solutions



On Thu, Jul 14, 2011 at 5:18 PM, Thornton, Susan M. (LARC-B702)[LITES] 
susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov wrote:

Hi,

 Is there an appropriate place to submit suggestions for future releases of 
DSpace software?  I really would like to see a “Next” button on the Item pages 
so that when browsing for records, when the user clicks on a record, it would 
not be necessary to scroll back to the browse screen to select the next record 
and instead this could be done from the Item pages?

Thanks,

Sue







Sue Walker-Thornton

Software Developer/Database Administrator

NASA Langley Research Center|LITES Contract

SGT, Inc.|130 Research Drive

Hampton, Va.  23666

Office: (757) 224-4074

Mobile: (757) 506-9903

Fax: (757) 224-4001

susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov




--
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on Lean Startup
Secrets Revealed. This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
I created an error in the sitemap.xmap error.  I went back to a version that 
worked, and I'm still getting the same error.  It's like in the cache.  Is 
there a way to clear it.  I rebuild and redeployed.

Jose

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
I just restarted tomcat and that fixed it, but there must be an easier way.  I 
was deploying the app with tomcat.

-Jose

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Thursday, July 14, 2011 2:28 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] sitemap.xmap error

I created an error in the sitemap.xmap error.  I went back to a version that 
worked, and I'm still getting the same error.  It's like in the cache.  Is 
there a way to clear it.  I rebuild and redeployed.

Jose

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Mark Diggory
Jose,

Yes, this the challenge, cocoon is caching in tomcats work directory,
that needs to get cleaned, there was some recent talk in teh DSpace
lists about an admin option that will clear the cocoon pipeline cache,
this looks promising, but the current approach is to delete your work
dir for the webapp and restart the webapplication.

Best,
Mark

On Thu, Jul 14, 2011 at 11:29 AM, Blanco, Jose blan...@umich.edu wrote:
 I just restarted tomcat and that fixed it, but there must be an easier way.  
 I was deploying the app with tomcat.

 -Jose

 -Original Message-
 From: Blanco, Jose [mailto:blan...@umich.edu]
 Sent: Thursday, July 14, 2011 2:28 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] sitemap.xmap error

 I created an error in the sitemap.xmap error.  I went back to a version that 
 worked, and I'm still getting the same error.  It's like in the cache.  Is 
 there a way to clear it.  I rebuild and redeployed.

 Jose

 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Mark R. Diggory
@mire - www.atmire.com
2888 Loker Avenue East - Suite 305 - Carlsbad - CA - 92010
Esperantolaan 4 - Heverlee 3001 - Belgium

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
I do delete the work and then I undeploy the app and then I deploy the new one, 
but it seems I then need to restart tomcat also.  This is not real good because 
my dev and prod area are managed by the same tomcat, so this restart causes a 
hiccup in the prod area, but I'm glad I know about it.

Thanks!
Jose

-Original Message-
From: Mark Diggory [mailto:mdigg...@atmire.com] 
Sent: Thursday, July 14, 2011 2:38 PM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] sitemap.xmap error

Jose,

Yes, this the challenge, cocoon is caching in tomcats work directory,
that needs to get cleaned, there was some recent talk in teh DSpace
lists about an admin option that will clear the cocoon pipeline cache,
this looks promising, but the current approach is to delete your work
dir for the webapp and restart the webapplication.

Best,
Mark

On Thu, Jul 14, 2011 at 11:29 AM, Blanco, Jose blan...@umich.edu wrote:
 I just restarted tomcat and that fixed it, but there must be an easier way.  
 I was deploying the app with tomcat.

 -Jose

 -Original Message-
 From: Blanco, Jose [mailto:blan...@umich.edu]
 Sent: Thursday, July 14, 2011 2:28 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] sitemap.xmap error

 I created an error in the sitemap.xmap error.  I went back to a version that 
 worked, and I'm still getting the same error.  It's like in the cache.  Is 
 there a way to clear it.  I rebuild and redeployed.

 Jose

 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 --
 AppSumo Presents a FREE Video for the SourceForge Community by Eric
 Ries, the creator of the Lean Startup Methodology on Lean Startup
 Secrets Revealed. This video shows you how to validate your ideas,
 optimize your ideas and identify your business strategy.
 http://p.sf.net/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Mark R. Diggory
@mire - www.atmire.com
2888 Loker Avenue East - Suite 305 - Carlsbad - CA - 92010
Esperantolaan 4 - Heverlee 3001 - Belgium

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Andrea Schweer
Hi,

On 15/07/11 05:13, Peter Dietz wrote:
 However, there could be a way for people to pool effort to work on 
 common needs.

I like what you describe in terms of sharing information / pooling
efforts to work on common needs. Though I have no idea for a good
platform for that, other than the mailing list or IRC.

As to one of the specific points you mentioned:

 Another group has figured out how to search in SOLR for having a
 wildcard at the start of a query.

I have a working but hackish solution for this that is probably not
efficient enough for production use (I needed it for a one-off query
only). I'm happy to share this if anyone is interested.

cheers,
Andrea

-- 
Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Tim Donohue
All,

On 7/14/2011 12:13 PM, Peter Dietz wrote:
 As far as the idea of having an easy feedback system for suggesting
 improvements to DSpace... I'm not sure how best to tackle that one. We
 have the user-voice portal on demo.dspace.org http://demo.dspace.org,
 so that people can report bugs, and other feedback of the demo site.
 That gets some use, but not a wide source of feedback, and I'm not sure
 we're wanting to use it for that. Jira tickets sometimes work, but they
 will often get dismissed if its just a feature request with no
 implementer and no patches.


Just a quick point to add.

JIRA is often the best place to add new feature requests. The reason is 
that our DSpace Community Advisory Team (DCAT) also reviews all Feature 
Requests which are entered into JIRA.  So, I'd recommend that as the 
place to enter in new feature requests.  Obviously, if they are just 
very early ideas it can also help to first discuss them on the lists 
before putting a feature request in JIRA.

More information on DCAT  their Feature Request review processes:
https://wiki.duraspace.org/display/cmtygp/DSpace+Community+Advisory+Team

- Tim

--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Modifications in DSpace

2011-07-14 Thread Guillermo Esteban Murillo Goussen
Simple question.  When I have to do a change, for example: change the
webui.supported.locales, I have to modify the dspace.cfg file in the dspace
installation directory or in the dspace-source directory?

-- 
La pureza del alma no se pierde sin consentimiento
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Any hints for StreamCorruptedException

2011-07-14 Thread Jennifer Whalan
Tim,

It turns out that I didn't actually need to do even that much. I had to shut 
down tomcat for another reason, and after I started it back up, the error 
stopped.

Sigh technology~


Thanks for the help


Jennifer

Jennifer Whalan
Systems Support Officer | Innovation  Access
Northern Territory Library 'Celebrating 30 Years'
Department of Natural Resources, Environment, The Arts and Sport
Northern Territory Government 

Phone:  (08) 8922 0752
Fax:(08) 8922 0722
Email:  jennifer.wha...@nt.gov.au
Web:www.ntl.nt.gov.au

The information contained in this message and any attachments may be 
confidential information and may be subject to legal privilege, public interest 
or legal profession privilege. If you are not the intended recipient, any use, 
disclosure or copying of this message or any attachments is unauthorised. If 
you have received this document in error, please advise the sender. No 
representation or warranty is given that attached files are free from viruses 
or other defects. The recipient assumes all responsibility for any loss or 
damage resulting directly or indirectly from the use of any attached files.

-Original Message-
From: Tim Donohue [mailto:tdono...@duraspace.org] 
Sent: Thursday, 14 July 2011 12:43 AM
To: Jennifer Whalan
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Any hints for StreamCorruptedException

Hi Jennifer,

I've never actually seen that error before either.  But, a little bit of 
Google searching seems to imply that somehow your XMLUI/Cocoon Cache has 
been corrupted (not sure what the cause could have been though).

http://web.archiveorange.com/archive/v/fTi8LIEB3AxnszySzs8E

The solution they give is to actually remove your Cocoon Cache 
altogether and restart the web application.

To clear you XMLUI/Cocoon Cache in DSpace, you'd do the following:
(1) Stop Tomcat

(2) Go into Tomcat's 'work' directory, and look for a folder named 
xmlui (or whatever the name of your XMLUI webapp folder is, if you 
renamed it).  It likely should be at a path similar to:
[tomcat]/work/Catalina/localhost/xmlui/

(This path may be slightly different based on how your Tomcat is 
configured locally)

(3) Inside that xmlui folder, you'll find a cache-dir folder.  This 
folder contains the Cocoon Cache (you'll see files named 
'cocoon-ehcache.*' in that folder). Delete that entire folder and all 
its contents.

(4) Now, restart Tomcat. As XMLUI/Cocoon starts back up, it will 
recreate its cache automatically.

I've been looking around on the web to see if there's any easier way to 
do this (without having to reboot Tomcat), but it doesn't seem like 
there is.

Good luck. Let us know if this resolves the problems or not.

- TIm

On 7/12/2011 5:27 PM, Jennifer Whalan wrote:
 Just having a look through the logs today, I've noticed a lot of a
 particular error popping up. I've never seen it before, and a google
 search didn't really give me much about it (or at least anything that I
 could understand).
 Has anyone seen this error, or have any idea what might be causing it.
 Thanks
 Jennifer

 2011-07-13 07:53:18,627 ERROR net.sf.ehcache.store.DiskStore @ 
 cocoon-ehcacheCache: Could not read disk store element for key 
 PK_G-aspect-cocoon://DRI/3/password-login?pipelinehash=6295047711776200716. 
 Error was invalid stream header: 
 java.io.StreamCorruptedException: invalid stream header: 
   at 
 java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:783)
   at java.io.ObjectInputStream.init(ObjectInputStream.java:280)
   at net.sf.ehcache.store.DiskStore$1.init(DiskStore.java:284)
   at 
 net.sf.ehcache.store.DiskStore.loadElementFromDiskElement(DiskStore.java:279)
   at net.sf.ehcache.store.DiskStore.get(DiskStore.java:250)



 2011-07-13 07:53:18,867 ERROR net.sf.ehcache.store.DiskStore @ 
 cocoon-ehcacheCache: Could not read disk store element for key 
 PK_G-aspect-cocoon://DRI/4/?pipelinehash=4201346776282703005_T-SystemwideAlerts-1_T-Navigation-131656041572558754.
  Error was invalid stream header: 
 java.io.StreamCorruptedException: invalid stream header: 
   at 
 java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:783)
   at java.io.ObjectInputStream.init(ObjectInputStream.java:280)
   at net.sf.ehcache.store.DiskStore$1.init(DiskStore.java:284)
   at 
 net.sf.ehcache.store.DiskStore.loadElementFromDiskElement(DiskStore.java:279)
   at net.sf.ehcache.store.DiskStore.get(DiskStore.java:250)
   at net.sf.ehcache.Cache.searchInDiskStore(Cache.java:846)



 2011-07-13 07:53:18,933 ERROR net.sf.ehcache.store.DiskStore @ 
 cocoon-ehcacheCache: Could not read disk store element for key 
 PK_G-aspect-cocoon://DRI/3/?pipelinehash=-6508156652230851455. Error was 
 invalid stream header: 
 java.io.StreamCorruptedException: invalid stream header: 
   at 
 java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:783)
   at