Re: [Dspace-tech] Anonymous group in Dsapce deleted by mistake

2010-07-15 Thread Andrea Bollini
Hi,
the anonymous group (as the administrator group) has a special role in
DSpace.
The ID of the group is hardcoded in some places so you need to restore
the expected ID.
Run a sql update on your db and set to 0 the anonymous group id (table
epersongroup, column eperson_group_id)

update epersongroup set eperson_group_id = 0 where "name" like 'Anonymous'

Best,
Andrea

इन्‍दु भूषण Indu Bhushan ha scritto:
> Dear Sir
>  
>  
> Anonymous  group in Dsapce deleted by mistake. Now it is asking user
> name password when we click on titles. Logos of Commuties and
> Collections are also not shown.
>  
> Only admin can view the files. Also i do`t have latest backup. I also
> tried to create anonymous group using admin id but it is not working.
>  
> With Regards
>  
> Indu Bhushan
>  
> rrcat.ggov.in 
>  
> Indore India
>  


-- 
Dott. Andrea Bollini
Project Manager, IT Architect & Systems Integrator
Sezione Servizi per le Biblioteche e l'Editoria Elettronica
CILEA, http://www.cilea.it
tel. +39 06-59292853
cel. +39 348-8277525

---

Disclaimer: the content of this email is confidential and may be privileged, 
and it must not be disclosed or copied without the sender's consent. If you 
have received this message in error, please notify the sender and remove it 
from your system. The content of this email does not constitute legal advice, 
nor any responsibility is accepted for loss or damage incurred as a result of 
acting upon its contents or attachments. 
The statements and opinions expressed in this email are those of the author and 
do not necessarily reflect those of the employer.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Need ur help regarding browse by type

2010-07-15 Thread Allen Lam

Dear Amjad,

Here is a brief list of how our dspace instance, HKU Scholars Hub, 
prepared this "Browse by Type" function.


1. Each item should have a dc.type value. The values are controlled 
unique words.


2. In dspace.cfg, add dc.type into one of the search.index list
(search.index.1, search.index.2, etc)

3. Run index-init

4. Prepare some dspace search URLs, write them into links for users.
e.g. in our dspace instance we have a link 
"/simple-search?query=(type:Journal)" for searching journal items
Consult the dspace help page for the format of the query string. This 
help page is supposed to help your users.


5. That's it. Our "Browse by Type" is actually a result of "Search by 
Type". We predefined the search and users will get a list by clicking 
into a link.


Simple, easy way to introduce additional aspects to classify and display 
items.

Hope you find it useful.

Best,
Allen Lam.
HKU Scholars Hub Administrator, http://hub.hku.hk


On 2010-07-15 7:13 PM, AMJAD USMAN wrote:

Respected Sir,
hi. hope you will be fine, doing well.

sir i need your help regarding "browse by type".
i want to add this facility to my dspace.
can you tell me how can i do that ?

waiting for your reply...

From:
Amjad
NUST, Pakistan.



Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up 
now. 
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] filter-media hanging

2010-07-15 Thread Andrea Bollini
Another solution could be update the version of pdfbox. Using the last
version of pdfbox we have solved a lot of issues, it could work also in
your case.
I will post a patch to JIRA as soon as possible, in meantime you just
need to update the follow jars and remove some unused import in dspace code
bcprov-jdk15-145
bcmail-jdk15-145
icu4j-3_8_1
fontbox-1.1.0
jempbox-1.1.0
pdfbox-1.1.0
Andrea


Sean Carte ha scritto:
> On 16 July 2010 00:25, Thornton, Susan M. (LARC-B702)[RAYTHEON
> TECHNICAL SERVICES COMPANY]  wrote:
>   
>> We had tons of problems with filter-media until we switched from using 
>> PDFBox to XPDF.  With PDFBox ours used to hang too and take 4-EVER to run.  
>> Since we've switched over, our filter-media takes a fraction of the time to 
>> complete and 100% of our documents filter, except for those that truly are 
>> corrupt.
>>
>> Take a look at http://www.foolabs.com/xpdf/index.html.  Also Google "xpdf 
>> AND dspace" and you'll find detailed instructions on how to implement it.
>>
>> Btw, we are currently running DSpace 1.5.1.
>>
>> Good luck,
>> Sue
>> 
>
> Thanks Sue; I was beginning to think it was just me.
>
> Sean
>   


-- 
Dott. Andrea Bollini
Project Manager, IT Architect & Systems Integrator
Sezione Servizi per le Biblioteche e l'Editoria Elettronica
CILEA, http://www.cilea.it
tel. +39 06-59292853
cel. +39 348-8277525

---

Disclaimer: the content of this email is confidential and may be privileged, 
and it must not be disclosed or copied without the sender's consent. If you 
have received this message in error, please notify the sender and remove it 
from your system. The content of this email does not constitute legal advice, 
nor any responsibility is accepted for loss or damage incurred as a result of 
acting upon its contents or attachments. 
The statements and opinions expressed in this email are those of the author and 
do not necessarily reflect those of the employer.

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] filter-media hanging

2010-07-15 Thread Sean Carte
On 16 July 2010 00:25, Thornton, Susan M. (LARC-B702)[RAYTHEON
TECHNICAL SERVICES COMPANY]  wrote:
> We had tons of problems with filter-media until we switched from using PDFBox 
> to XPDF.  With PDFBox ours used to hang too and take 4-EVER to run.  Since 
> we've switched over, our filter-media takes a fraction of the time to 
> complete and 100% of our documents filter, except for those that truly are 
> corrupt.
>
> Take a look at http://www.foolabs.com/xpdf/index.html.  Also Google "xpdf AND 
> dspace" and you'll find detailed instructions on how to implement it.
>
> Btw, we are currently running DSpace 1.5.1.
>
> Good luck,
> Sue

Thanks Sue; I was beginning to think it was just me.

Sean
-- 
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] filter-media hanging

2010-07-15 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
We had tons of problems with filter-media until we switched from using PDFBox 
to XPDF.  With PDFBox ours used to hang too and take 4-EVER to run.  Since 
we've switched over, our filter-media takes a fraction of the time to complete 
and 100% of our documents filter, except for those that truly are corrupt.

Take a look at http://www.foolabs.com/xpdf/index.html.  Also Google "xpdf AND 
dspace" and you'll find detailed instructions on how to implement it.

Btw, we are currently running DSpace 1.5.1.

Good luck,
Sue

-Original Message-
From: Sean Carte [mailto:sean.ca...@gmail.com] 
Sent: Wednesday, July 14, 2010 2:17 AM
To: dspace-tech
Subject: [Dspace-tech] filter-media hanging

I have a problem with filter-media apparently getting stuck processing
a file. It ends up pegging the CPU at 100% until I kill the process.
I've tried leaving it for a few days to complete, but it never does.

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
21853 dspace20   0  411m 292m 8364 S  100  7.2   1782:59 java
27008 dspace20   0  418m 299m 8368 S  100  7.4 343:01.51 java


r...@ir:~# ps -ef | grep 21853
dspace   21853 21847 99 Jul13 ?1-05:43:53 java -Xmx256m
-classpath 
:/dspace/lib/activation-1.1.jar:/dspace/lib/bcmail-jdk14-136.jar:/dspace/lib/bcprov-jdk14-136.jar:/dspace/lib/commons-cli-1.0.jar:/dspace/lib/commons-codec-1.3.jar:/dspace/lib/commons-collections-3.2.jar:/dspace/lib/commons-dbcp-1.2.2.jar:/dspace/lib/commons-fileupload-1.2.1.jar:/dspace/lib/commons-io-1.4.jar:/dspace/lib/commons-lang-2.2.jar:/dspace/lib/commons-logging-1.0.4.jar:/dspace/lib/commons-logging-1.0.jar:/dspace/lib/commons-pool-1.4.jar:/dspace/lib/dom4j-1.6.1.jar:/dspace/lib/dspace-api-1.5.3-20090716.011317-5.jar:/dspace/lib/dspace-api-1.5.3-SNAPSHOT.jar:/dspace/lib/dspace-api-lang-1.5.2.1.jar:/dspace/lib/embargo-api-1.0.3.jar:/dspace/lib/embargo-dspace-1.0.3.jar:/dspace/lib/fontbox-0.1.0.jar:/dspace/lib/handle-5.3.4.jar:/dspace/lib/handle-6.2.5.02.jar:/dspace/lib/icu4j-3.4.4.jar:/dspace/lib/jargon-1.4.25.jar:/dspace/lib/jaxen-1.1.jar:/dspace/lib/jdom-1.0.jar:/dspace/lib/jempbox-0.2.0.jar:/dspace/lib/log4j-1.2.14.jar:/dspace/lib/lucene-analyzers-2.3.0.ja
 
r:/dspace/lib/lucene-core-2.3.0.jar:/dspace/lib/mail-1.4.jar:/dspace/lib/mets-1.5.2.jar:/dspace/lib/oro-2.0.8.jar:/dspace/lib/pdfbox-0.7.3.jar:/dspace/lib/poi-2.5.1-final-20040804.jar:/dspace/lib/postgresql-8.1-408.jdbc3.jar:/dspace/lib/rome-0.8.jar:/dspace/lib/tm-extractors-0.4.jar:/dspace/lib/xalan-2.7.0.jar:/dspace/lib/xercesImpl-2.8.1.jar:/dspace/lib/xml-apis-1.3.02.jar:/dspace/lib/xmlParserAPIs-2.0.2.jar:/dspace/config
org.dspace.app.mediafilter.MediaFilterManager
root 28484 18209  0 07:43 pts/100:00:00 grep 21853
r...@ir:~# ps -ef | grep 27008
dspace   27008 27002 99 02:00 ?05:44:04 java -Xmx256m
-classpath 
:/dspace/lib/activation-1.1.jar:/dspace/lib/bcmail-jdk14-136.jar:/dspace/lib/bcprov-jdk14-136.jar:/dspace/lib/commons-cli-1.0.jar:/dspace/lib/commons-codec-1.3.jar:/dspace/lib/commons-collections-3.2.jar:/dspace/lib/commons-dbcp-1.2.2.jar:/dspace/lib/commons-fileupload-1.2.1.jar:/dspace/lib/commons-io-1.4.jar:/dspace/lib/commons-lang-2.2.jar:/dspace/lib/commons-logging-1.0.4.jar:/dspace/lib/commons-logging-1.0.jar:/dspace/lib/commons-pool-1.4.jar:/dspace/lib/dom4j-1.6.1.jar:/dspace/lib/dspace-api-1.5.3-20090716.011317-5.jar:/dspace/lib/dspace-api-1.5.3-SNAPSHOT.jar:/dspace/lib/dspace-api-lang-1.5.2.1.jar:/dspace/lib/embargo-api-1.0.3.jar:/dspace/lib/embargo-dspace-1.0.3.jar:/dspace/lib/fontbox-0.1.0.jar:/dspace/lib/handle-5.3.4.jar:/dspace/lib/handle-6.2.5.02.jar:/dspace/lib/icu4j-3.4.4.jar:/dspace/lib/jargon-1.4.25.jar:/dspace/lib/jaxen-1.1.jar:/dspace/lib/jdom-1.0.jar:/dspace/lib/jempbox-0.2.0.jar:/dspace/lib/log4j-1.2.14.jar:/dspace/lib/lucene-analyzers-2.3.0.ja
 
r:/dspace/lib/lucene-core-2.3.0.jar:/dspace/lib/mail-1.4.jar:/dspace/lib/mets-1.5.2.jar:/dspace/lib/oro-2.0.8.jar:/dspace/lib/pdfbox-0.7.3.jar:/dspace/lib/poi-2.5.1-final-20040804.jar:/dspace/lib/postgresql-8.1-408.jdbc3.jar:/dspace/lib/rome-0.8.jar:/dspace/lib/tm-extractors-0.4.jar:/dspace/lib/xalan-2.7.0.jar:/dspace/lib/xercesImpl-2.8.1.jar:/dspace/lib/xml-apis-1.3.02.jar:/dspace/lib/xmlParserAPIs-2.0.2.jar:/dspace/config
org.dspace.app.mediafilter.MediaFilterManager
root 28486 18209  0 07:43 pts/100:00:00 grep 27008

I've tried running it manually with the -v switch, but that doesn't
offer me any clues as to the problem bitstream:

dsp...@ir:~$ /dspace/bin/filter-media -v
Applying Media Filters
The following MediaFilters are enabled:
Full Filter Name: org.dspace.app.mediafilter.HTMLFilter
org.dspace.app.mediafilter.HTMLFilter
Full Filter Name: org.dspace.app.mediafilter.WordFilter
org.dspace.app.mediafilter.WordFilter
Full Filter Name: org.dspace.app.mediafilter.JPEGFilter
org.dspace.app.mediafilter.JPEGFilter
Full Filter Name: org.dspace.app.mediafilter.PDFFilter
org.dspace.app.mediafilter.PDFFilter
SKIPPED: bitstream 3640 (item: 10321/287) because
'

Re: [Dspace-tech] Adding metadata automatically to a user submitted item

2010-07-15 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
In Dspace 1.5.1, when you create a new collection, in the "Describe" step you 
check a box that says, "New submissions will have some metadata already filled 
out with defaults".  Another screen will display that will allow you to enter 
"Default Item Metadata".  Whenever a new submission is started in this 
collection, it will have the metadata you entered already filled out.

Sue

Sue Walker-Thornton
NASA Langley Research Center
Integrated Library Systems
Developer, Application & Database Administrator
ConITS Contract ~ NCI Information Systems, Inc.
130 Research Drive
Hampton, VA  23666
Office: (757) 224-4074 ~ Mobile: (757) 506-9903 ~ Fax: (757) 224-4001
email:  susan.m.thorn...@nasa.gov



From: Tim Ribaric [mailto:triba...@brocku.ca]
Sent: Thursday, July 15, 2010 4:03 PM
To: DSpace Tech(dspace-tech@lists.sourceforge.net)
Subject: [Dspace-tech] Adding metadata automatically to a user submitted item

Hello List,
  Does anyone know how (if possible) to configure a self submission in DSpace 
to pre-populate certain fields all hidden from the user?  For example if I have 
a user submitting a Thesis is there any way I can fix dc.type to equal "Thesis" 
in such a way that the user doesn't need to pick it from a dropdown, since they 
are getting a customized submit form anyway.  Basically I want to set some dc 
values at time of submission in a way that is transparent to the user?

Thanks,
 Tim

+
|Tim Ribaric
|Digital Services Librarian
| Brock University
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [SOLVED]LDAPAuthentication and PasswordAuthentication does not work (for me)

2010-07-15 Thread Aldo Vizcaino
>
> Well..
>
> i see that anybody has the same trouble :D or i can't explain my problem
> :).
>
> So i will try to explain it in a better way, i have the next Stackable
> configuration,
>
>
> plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
>   org.dspace.authenticate.PasswordAuthentication, \
>   org.dspace.authenticate.LDAPAuthentication
>
> But i can't access with password-login method.
>


Hi everyone,

i'm happy i could solve this problem :D..

the plugin.sequence.org.dspace.authenticate.AuthenticationMethod variable
was been rewrited with
org.dspace.authenticate.LDAPHierarchicalAuthentication at 612 line.

i know that is my mistake, but i think that could be better define only once
the var on configuration file.

the line numbers are:

  Stackable Authentication Methods #---> 364
and
# Hierarchical LDAP Settings # --> 604

greetings,
-- 
Aldo.
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Adding metadata automatically to a user submitted item

2010-07-15 Thread Tim Ribaric
Hello List,
  Does anyone know how (if possible) to configure a self submission in DSpace 
to pre-populate certain fields all hidden from the user?  For example if I have 
a user submitting a Thesis is there any way I can fix dc.type to equal "Thesis" 
in such a way that the user doesn't need to pick it from a dropdown, since they 
are getting a customized submit form anyway.  Basically I want to set some dc 
values at time of submission in a way that is transparent to the user?

Thanks,
 Tim

+
|Tim Ribaric
|Digital Services Librarian
| Brock University
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] windows installation documentation

2010-07-15 Thread liss RR


 Hi all!!!

 

I am Sorry but I want to know if there a most complete manual for configuring 
dspace for who uses windows it's just that some command are in unix and I don't 
know their's similiar commands in windows... for example the 3.4 the advanced 
installation that part is not in the 3.5 Windows installation please help me...

 

thanks really thanks!!!


 
  
_
¿Qué signigica Messenger para ti?
www.vivirmessenger.com--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] FW: Accented words

2010-07-15 Thread Filimon Orozco Cortes
 

 

From: Filimon Orozco Cortes [mailto:foroz...@suagm.edu] 
Sent: Thursday, July 15, 2010 2:47 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Accented words

 

Hi all,

 

I've recently completed an installation of Dspace.  Everything appeared to run 
normally.  I added some content to the collections.  Some authors' names and 
the description of their contributions contain accented words in Spanish.  When 
searching in the front page with accented words,  the query does not return the 
what it should.  if I search for Sánchez, Dspace returns  the following: 

 



 

Suggestions for how to fix the issue will be greatly appreciated.

 

Filimón 

 

 

 

 

<>--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Accented words

2010-07-15 Thread Filimon Orozco Cortes
Hi all,

 

I've recently completed an installation of Dspace.  Everything appeared to run 
normally.  I added some content to the collections.  Some authors' names and 
the description of their contributions contain accented words in Spanish.  When 
searching in the front page with accented words,  the query does not return the 
what it should.  if I search for Sánchez, Dspace returns  the following:  
Suggestions for how to fix the issue will be greatly appreciated.

 

 

 

Suggestions for how to fix the issue will be greatly appreciated.

 

Filimón 

 

 

 

 

<>--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] contributing code

2010-07-15 Thread Mark Diggory
Conversly, I will add that if you really want to endorse the addition of
your work to the release, you should try to be present in that meeting
and/or be making a case for your changes.  As they say, "the squeaky wheel
gets the grease".

Cheers,
Mark

On Thu, Jul 15, 2010 at 1:06 AM, TAYLOR Robin  wrote:

> Hi Jose,
>
> Yes that's right. All new Jira issues are reviewed weekly, although
> occasionally it may be less frequent, and an initial decision is made. The
> review is done as part of the weekly developer meetings which are open to
> all so feel free to join in
> https://wiki.duraspace.org/display/DSPACE/Developer+Meetings.
>
> Cheers, Robin.
>
>
> Robin Taylor
> Main Library
> University of Edinburgh
> Tel. 0131 6513808
>
> > -Original Message-
> > From: Blanco, Jose [mailto:blan...@umich.edu]
> > Sent: 14 July 2010 19:31
> > To: dspace-tech@lists.sourceforge.net
> > Subject: Re: [Dspace-tech] contributing code
> >
> > Hi Claudia,
> >
> > So the patch I've submitted will be reviewed by the team, and
> > a determination to incorporated or not in the next release
> > will be made?  Is that correct?
> >
> > Thanks!
> > Jose
> >
> > -Original Message-
> > From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
> > Sent: Wednesday, July 14, 2010 12:10 PM
> > To: dspace-tech@lists.sourceforge.net
> > Subject: Re: [Dspace-tech] contributing code
> >
> > Hello Jose,
> >
> > some information e.g. Contribution Guidelines can be found at
> > the DSpace
> > Wiki: https://wiki.duraspace.org/display/DSPACE/ContributionGuidelines
> >
> > You can submit patches to JIRA or use your own scm branch for
> > bigger development projects.
> >
> > A more general aspect is talk about/share your work at an
> > early even planning stage with the community. You can
> > brainstorm with other people and get a different perspective.
> > Often patches made for a particular instance do only cover
> > the use case(s) needed in that instance and are not
> > abstract/flexible enough for general inclusion.
> >
> > Some things are better made into modules/addons or are just
> > beyond the scope of DSpace. For some features good solutions
> > already exist, then it might be worthwile looking at
> > interoperability rather than recreating the feature within DSpace.
> >
> > Have a sunny day
> >
> > Claudia Jürgen
> >
> >
> >
> >
> > Am 14.07.2010 16:36, schrieb Blanco, Jose:
> > >
> > > I would like to make some code submission to see if some of the
> > > changes we've made here at University of Michigan could get into
> > > version 1.7 of Dspace.  I submitted something using the
> > jira system,
> > > and I'm wondering if this is what I should be doing?  Could
> > you let me
> > > know if the procedure I have followed is right?  Many thanks!
> > > Jose
> > >
> > > http://jira.dspace.org/jira/browse/DS-587
> > >
> > >
> > >
> > --
> > > 
> > >
> > >
> > This SF.net email is sponsored by Sprint
> > > What will you do first with EVO, the first 4G phone? Visit
> > > sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> > > ___ 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/
> >
> > --
> > 
> > This SF.net email is sponsored by Sprint What will you do
> > first with EVO, the first 4G phone?
> > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> > ___
> > DSpace-tech mailing list
> > DSpace-tech@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> >
> > --
> > 
> > This SF.net email is sponsored by Sprint What will you do
> > first with EVO, the first 4G phone?
> > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> > ___
> > DSpace-tech mailing list
> > DSpace-tech@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/dspace-tech
> >
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>
>
> --
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-- 
Mark R. Diggory - http://www.atmire.com

[Dspace-tech] modify tablespace

2010-07-15 Thread Miguel A. Robledo
Hi all,

I need modify the default's tablespace on oracle database, i need
specify a index's tablespace and other data's tablespace, is that
possible in the install script?

thanks

-- 
Miguel A. Robledo



--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Error

2010-07-15 Thread Claudia Jürgen
Hello,

[DSpaceURL]/bitstream is an invalid URL. You can ignore the error.

 From 1.6.x on this is treated more kindly as an invalid identifier and 
not as an error.

Hope that helps

Claudia Jürgen




Am 14.07.2010 20:39, schrieb liss RR:
>
> Hi all...
>
>   I received this mail yesterday but I don't understand what I most do
> please help me!!!
>
>
>
>
>
>
>
>
>
> Asunto: DSpace: Error Interno de Servidor
> Ha ocurrido un error interno 
> http://srvcoldiguv.xalapa.intra.uv.mx:8080/dspace:
>
> Fecha:   7/14/10 12:05 PM
> Sesión ID: 0E60CA9C6BA95D0F0FED7CC63ADA6518
>
> -- URL Was: http://148.226.9.79:8080/dspace/bitstream
> -- Method: GET
> -- Parameters were:
>
>
> Exception:
> java.lang.NullPointerException
>  at 
> org.dspace.app.webui.servlet.BitstreamServlet.doDSGet(BitstreamServlet.java:106)
>  at 
> org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:151)
>  at 
> org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>  at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>  at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>  at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
>  at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>  at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>  at 
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:581)
>  at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>  at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>  at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
>  at 
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>  at 
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>  at 
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>  at 
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>  at java.lang.Thread.run(Unknown Source)
>
>
>   
> _
> ¿Te crees fan de Messenger? Compruébalo
> www.vivirmessenger.com
>
>
>
> --
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
>
>
>
> ___
> 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/

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] contributing code

2010-07-15 Thread TAYLOR Robin
Hi Jose,

Yes that's right. All new Jira issues are reviewed weekly, although 
occasionally it may be less frequent, and an initial decision is made. The 
review is done as part of the weekly developer meetings which are open to all 
so feel free to join in 
https://wiki.duraspace.org/display/DSPACE/Developer+Meetings.

Cheers, Robin.


Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

> -Original Message-
> From: Blanco, Jose [mailto:blan...@umich.edu] 
> Sent: 14 July 2010 19:31
> To: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] contributing code
> 
> Hi Claudia,
> 
> So the patch I've submitted will be reviewed by the team, and 
> a determination to incorporated or not in the next release 
> will be made?  Is that correct?
> 
> Thanks!
> Jose
> 
> -Original Message-
> From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
> Sent: Wednesday, July 14, 2010 12:10 PM
> To: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] contributing code
> 
> Hello Jose,
> 
> some information e.g. Contribution Guidelines can be found at 
> the DSpace
> Wiki: https://wiki.duraspace.org/display/DSPACE/ContributionGuidelines
> 
> You can submit patches to JIRA or use your own scm branch for 
> bigger development projects.
> 
> A more general aspect is talk about/share your work at an 
> early even planning stage with the community. You can 
> brainstorm with other people and get a different perspective. 
> Often patches made for a particular instance do only cover 
> the use case(s) needed in that instance and are not 
> abstract/flexible enough for general inclusion.
> 
> Some things are better made into modules/addons or are just 
> beyond the scope of DSpace. For some features good solutions 
> already exist, then it might be worthwile looking at 
> interoperability rather than recreating the feature within DSpace.
> 
> Have a sunny day
> 
> Claudia Jürgen
> 
> 
> 
> 
> Am 14.07.2010 16:36, schrieb Blanco, Jose:
> >
> > I would like to make some code submission to see if some of the 
> > changes we've made here at University of Michigan could get into 
> > version 1.7 of Dspace.  I submitted something using the 
> jira system, 
> > and I'm wondering if this is what I should be doing?  Could 
> you let me 
> > know if the procedure I have followed is right?  Many thanks!
> > Jose
> >
> > http://jira.dspace.org/jira/browse/DS-587
> >
> >
> > 
> --
> > 
> >
> >
> This SF.net email is sponsored by Sprint
> > What will you do first with EVO, the first 4G phone? Visit 
> > sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> > ___ 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/
> 
> --
> 
> This SF.net email is sponsored by Sprint What will you do 
> first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 
> --
> 
> This SF.net email is sponsored by Sprint What will you do 
> first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Storage of documents

2010-07-15 Thread AMJAD USMAN

respected sir,
i mean to say that Dspace dynamically supports data storage or not?
As far i have understood the DSpace documentation regarding "assetstore", it 
was saying that you have to mention the place and number of stores.

# File Storage ##

# Asset (bitstream) store number 0 (zero)
assetstore.dir = ${dspace.dir}/assetstore

# Specify extra asset stores like this, counting from 1 upwards:
# assetstore.dir.1 = /second/assetstore
# assetstore.dir.2 = /third/assetstore

# Specify the number of the store to use for new bitstreams with this property
# The default is 0 (zero) which corresponds to the 'assetstore.dir' above
# assetstore.incoming = 1
# End of File Storage ##

My question is:
let i have mentioned to store bitstreams in asetstore number zero.
suppose after some time, the store fills (means the space allocated to that 
store is consumed). then how can i assign it new assetstore ?
secondly, can i assign a different harddisk located in  different machine ?
will i have to reconfigure the dspace config file and whether it will effect 
the existing data ?

From:
Amjad
NUST, Pakistan




Date: Wed, 14 Jul 2010 21:29:58 +0800
From: allen.dsp...@gmail.com
To: dspace-gene...@lists.sourceforge.net; DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] [Dspace-general] Storage of documents






  


Hi Amjad,



Dspace is working in the application layer, while RAID is much close to
layers about hardware and OS.

There is no much relationship between them.



In short, if your OS supports RAID, dspace can benefit from this
feature.



Cheers,


Allen Lam.


HKU Hub Administrator, http://hub.hku.hk








On 2010-07-14 8:33 PM, AMJAD USMAN wrote:

  
hello every body,

can anybody tell me whether DSpace supports RAID technology for storing
data?

  

From: 

Amjad Usman Marwat 

MSIT 9 , SEECS, NUST, H-12 Campus Islamabad. 

  

  

  

Hotmail: Trusted email with powerful SPAM protection. Sign up now.
  
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
  
___
Dspace-general mailing list
dspace-gene...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-general
  
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Adding reference of a class in XMLUI 1.6.0

2010-07-15 Thread Rajshekhar Pandey
Hello to all,

I have developed a test java code in XMLUI under
org.dspace.app.xmlui.xmltest package with name MyTest.java.

I have added the navigation link also in Navigation.java.

When I click on the link I get "Page not found error".

So, how can I add reference of my class to the server so that I can test my
code?

Thank You

-- 
Regards,
Rajshekhar Pandey
Software Programmer
Webinito Networks.
--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech