[Dspace-tech] Files in this item

2009-05-12 Thread Lyn Amery
Hi all,

 

Here I am again, wanting to change things!

 

On the Simple item record page, in the listing of Files in this
item,

are the headings File, Size, View, Format and Description.  I don't 

require any info on Format, and View seems rather redundant as I can

click on the filename to view the bitstream.  Am I able to remove these

fields?

 

Cheers,

Lyn

 

Lyn Amery

Web Analyst/Programmer

State Records Office

(08) 9427 3493

lyn.am...@sro.wa.gov.au mailto:lyn.am...@sro.wa.gov.au 

 

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] i can't Login and register on dspace i installed

2009-05-12 Thread Ruth Anjo
Good Day all,

Please, i can't Login and register on dspace i installed. when i try to
register or login i get the following

An internal server error occurred on http://dspace.unijos.edu.ng/jspui:

Date:   12/05/09 09:26
Session ID: D55AD1FBD6A6A248C5BB6F43CE85D672

-- URL Was: http://127.0.0.1/ldap-login
-- Method: POST
-- Parameters were:
-- login_password: **not logged**
-- login_submit: Log In
-- login_netid: dspace-h...@unijos.edu.ng dspace-h...@unijos.edu.ng


Exception:
java.lang.NullPointerException
at 
org.dspace.authenticate.LDAPHierarchicalAuthentication$SpeakerToLDAP.getDNOfUser(LDAPHierarchicalAuthentication.java:383)
at 
org.dspace.authenticate.LDAPHierarchicalAuthentication.authenticate(LDAPHierarchicalAuthentication.java:214)
at 
org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:199)
at 
org.dspace.authenticate.AuthenticationManager.authenticate(AuthenticationManager.java:136)
at 
org.dspace.app.webui.servlet.LDAPServlet.doDSPost(LDAPServlet.java:110)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
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.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:875)
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)


Thank you

Ruth Anjo
University of Jos

at java.lang.Thread.run(Unknown Source)
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] i can't Login and register on dspace i installed

2009-05-12 Thread Allen Lam
If you do not have LDAP server, you should not use this feature.

In your dspace.cfg, set ldap.enable = false

Restart and try again.

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


Ruth Anjo wrote:
 Good Day all,
 
 Please, i can't Login and register on dspace i installed. when i try to 
 register or login i get the following
 
 An internal server error occurred on http://dspace.unijos.edu.ng/jspui:
 
 
 Date:   12/05/09 09:26
 Session ID: D55AD1FBD6A6A248C5BB6F43CE85D672
 
 -- URL Was: http://127.0.0.1/ldap-login
 -- Method: POST
 -- Parameters were:
 
 -- login_password: *not logged*
 -- login_submit: Log In
 -- login_netid: dspace-h...@unijos.edu.ng
 
 
 
 Exception:
 java.lang.NullPointerException
   at 
 org.dspace.authenticate.LDAPHierarchicalAuthentication$SpeakerToLDAP.getDNOfUser(LDAPHierarchicalAuthentication.java:383)
   at 
 org.dspace.authenticate.LDAPHierarchicalAuthentication.authenticate(LDAPHierarchicalAuthentication.java:214)
 
   at 
 org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:199)
   at 
 org.dspace.authenticate.AuthenticationManager.authenticate(AuthenticationManager.java:136)
   at 
 org.dspace.app.webui.servlet.LDAPServlet.doDSPost(LDAPServlet.java:110)
 
   at 
 org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
   at 
 org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
 
   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.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:875)
   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)
 
 
 Thank you 
 
 Ruth Anjo
 
 University of Jos
 
   at java.lang.Thread.run(Unknown Source)
 
 
 
 
 
 --
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
 production scanning environment may not be a perfect world - but thanks to
 Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
 Series Scanner you'll get full speed at 300 dpi even with all image 
 processing features enabled. http://p.sf.net/sfu/kodak-com
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 37, Issue 19

2009-05-12 Thread Timothy Gitonga
hi,
wanted to change the interface on Dspace,am quite new to Dspace,and
wanted to know which file one changes so as to change the html interface
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] diacritics browse by author

2009-05-12 Thread Horan, Gabrielle

Are you using apache-tomcat connector? If so, check that you have to set the 
tomcat connector to UTF-8 in the server.xml conf file.
Gabrielle.

-Original Message-
From: Sarah Ryder [mailto:sry...@hampshire.edu]
Sent: Mon 11/05/2009 21:35
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] diacritics browse by author
 

Hi folks

I recently ran a batch import on an image collection of ours which has a 
number of characters w/ accents, umlauts, etc. within the titles and 
athors' names.  Before I ran the batch import I did a search/replace on 
all diacritics and replaced them w/ the appropriate html numbers (à 
for example).  This worked fine for the import and they all seem to 
displaying correctly in the browser, but the problem now is in the browse 
by author link.  If an author has one of these characters in their name 
and a user clicks on the name to retreive all works by this author, they 
get the no entries in index error because the href value for that author 
link is something like this: Ad%C3%A9la%C3%AF+de+Labille-Guiard.  Does 
anyone know if there is a better way to work w/ diacritics to avoid this 
problem?

Thanks

-Sarah Ryder
Web Development
Hampshire College
413.559.5477

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] HELP PLEASE

2009-05-12 Thread olufunmilayo favour
Hi guys. 
Please, our dspace is now up but there is a problem with user login. Whenever 
an authourised user wants to login, it displays this error:



DSpace at University of JOS 




















Internal System Error

The
system has experienced an internal error. Please try to do what you
were doing again, and if the problem persists, please contact us so we
can fix the problem.
If one then clicks on Leave a message for the DSpace at University of JOS 
administrators., it sends the following error to the administrators:
-- URL Was: http://dspace.unijos.edu.ng/password-login
-- Method: POST
-- Parameters were:
-- login_email: f...@unijos.edu.ng
-- login_password: *not logged*
-- login_submit: Log In


Exception:
java.lang.NullPointerException
at
org.dspace.authenticate.LDAPHierarchicalAuthentication$SpeakerToLDAP.getDNOfUser(LDAPHierarchicalAuthentication.java:383)
at
org.dspace.authenticate.LDAPHierarchicalAuthentication.authenticate(LDAPHierarchicalAuthentication.java:214)
at
org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:199)
at
org.dspace.authenticate.AuthenticationManager.authenticate(AuthenticationManager.java:136)
at 
org.dspace.app.webui.servlet.PasswordServlet.doDSPost(PasswordServlet.java:95)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
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.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:875)
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)

We will appreciate any assistance from your ends. THANKS

Funmi




  --
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] HELP PLEASE

2009-05-12 Thread olufunmilayo favour
Hi guys. 
Please, our dspace is now up but there is a problem with user login. Whenever 
an authourised user wants to login, it displays this error:



DSpace at University of JOS 




















Internal System Error

The
system has experienced an internal error. Please try to do what you
were doing again, and if the problem persists, please contact us so we
can fix the problem.
If one then clicks on Leave a message for the DSpace at University of JOS 
administrators., it sends the following error to the administrators:
-- URL Was: http://dspace.unijos.edu.ng/password-login
-- Method: POST
-- Parameters were:
-- login_email: f...@unijos.edu.ng
-- login_password: *not logged*
-- login_submit: Log In


Exception:
java.lang.NullPointerException
at
org.dspace.authenticate.LDAPHierarchicalAuthentication$SpeakerToLDAP.getDNOfUser(LDAPHierarchicalAuthentication.java:383)
at
org.dspace.authenticate.LDAPHierarchicalAuthentication.authenticate(LDAPHierarchicalAuthentication.java:214)
at
org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:199)
at
org.dspace.authenticate.AuthenticationManager.authenticate(AuthenticationManager.java:136)
at 
org.dspace.app.webui.servlet.PasswordServlet.doDSPost(PasswordServlet.java:95)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
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.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:875)
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)

We will appreciate any assistance from your ends. THANKS

Funmi




  --
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] HELP PLEASE

2009-05-12 Thread olufunmilayo favour
Hi guys. 
Please, our dspace is now up but there is a problem with user login. Whenever 
an authourised user wants to login, it displays this error:



DSpace at University of JOS 




















Internal System Error

The
system has experienced an internal error. Please try to do what you
were doing again, and if the problem persists, please contact us so we
can fix the problem.
If one then clicks on Leave a message for the DSpace at University of JOS 
administrators., it sends the following error to the administrators:
-- URL Was: http://dspace.unijos.edu.ng/password-login
-- Method: POST
-- Parameters were:
-- login_email: f...@unijos.edu.ng
-- login_password: *not logged*
-- login_submit: Log In


Exception:
java.lang.NullPointerException
at
org.dspace.authenticate.LDAPHierarchicalAuthentication$SpeakerToLDAP.getDNOfUser(LDAPHierarchicalAuthentication.java:383)
at
org.dspace.authenticate.LDAPHierarchicalAuthentication.authenticate(LDAPHierarchicalAuthentication.java:214)
at
org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:199)
at
org.dspace.authenticate.AuthenticationManager.authenticate(AuthenticationManager.java:136)
at 
org.dspace.app.webui.servlet.PasswordServlet.doDSPost(PasswordServlet.java:95)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
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.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:875)
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)

We will appreciate any assistance from your ends. THANKS

Funmi




  --
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] HELP PLEASE

2009-05-12 Thread olufunmilayo favour
Hi guys. 
Please, our dspace is now up but there is a problem with user login. Whenever 
an authourised user wants to login, it displays this error:



DSpace at University of JOS 




















Internal System Error

The
system has experienced an internal error. Please try to do what you
were doing again, and if the problem persists, please contact us so we
can fix the problem.
If one then clicks on Leave a message for the DSpace at University of JOS 
administrators., it sends the following error to the administrators:
-- URL Was: http://dspace.unijos.edu.ng/password-login
-- Method: POST
-- Parameters were:
-- login_email: f...@unijos.edu.ng
-- login_password: *not logged*
-- login_submit: Log In


Exception:
java.lang.NullPointerException
at
org.dspace.authenticate.LDAPHierarchicalAuthentication$SpeakerToLDAP.getDNOfUser(LDAPHierarchicalAuthentication.java:383)
at
org.dspace.authenticate.LDAPHierarchicalAuthentication.authenticate(LDAPHierarchicalAuthentication.java:214)
at
org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:199)
at
org.dspace.authenticate.AuthenticationManager.authenticate(AuthenticationManager.java:136)
at 
org.dspace.app.webui.servlet.PasswordServlet.doDSPost(PasswordServlet.java:95)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
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.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:875)
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)

We will appreciate any assistance from your ends. THANKS

Funmi




  --
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] HELP PLEASE

2009-05-12 Thread olufunmilayo favour
Hi guys. 
Please, our dspace is now up but there is a problem with user login. Whenever 
an authourised user wants to login, it displays this error:



DSpace at University of JOS 




















Internal System Error

The
system has experienced an internal error. Please try to do what you
were doing again, and if the problem persists, please contact us so we
can fix the problem.
If one then clicks on Leave a message for the DSpace at University of JOS 
administrators., it sends the following error to the administrators:
-- URL Was: http://dspace.unijos.edu.ng/password-login
-- Method: POST
-- Parameters were:
-- login_email: f...@unijos.edu.ng
-- login_password: *not logged*
-- login_submit: Log In


Exception:
java.lang.NullPointerException
at
org.dspace.authenticate.LDAPHierarchicalAuthentication$SpeakerToLDAP.getDNOfUser(LDAPHierarchicalAuthentication.java:383)
at
org.dspace.authenticate.LDAPHierarchicalAuthentication.authenticate(LDAPHierarchicalAuthentication.java:214)
at
org.dspace.authenticate.AuthenticationManager.authenticateInternal(AuthenticationManager.java:199)
at
org.dspace.authenticate.AuthenticationManager.authenticate(AuthenticationManager.java:136)
at 
org.dspace.app.webui.servlet.PasswordServlet.doDSPost(PasswordServlet.java:95)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
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.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:875)
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)

We will appreciate any assistance from your ends. THANKS

Funmi




  --
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace Foundation and Fedora Commons join together

2009-05-12 Thread Michele Kimpton

Dear members of the DSpace community,

I wanted to let you know the DSpace and Fedora Boards of Directors  
have approved the joining of the DSpace Foundation and Fedora  
Commons.  The new organization will be called DuraSpace and will  
support the DSpace platform, the Fedora Platform, the Mulgara semantic  
store, and our new cloud offering DuraCloud (in development).   The  
organization will be led by an executive team consisting of Sandy  
(Chief Executive Officer), Michele (Chief Business Officer) and Brad  
McLean (Chief Technology Officer).


We and our Boards are enthusiastic about the opportunities possible in  
the new  organization, whose purpose  is to provide sustainable open  
technologies and services for building durable digital content spaces  
that support scholarship, science, and culture.  The new organization  
will begin operations on July 1st.


Below is a copy of the press release, more details to follow at OR09.   
You can also view the FAQ's  at www.duraspace.org.  I will do my best  
to answer any questions posted to the list.


best, Michele Kimpton
Executive Director, DSpace Foundation




FOR IMMEDIATE RELEASE
May 12, 2009
Contact: Carol Minton Morris, c...@cornell.edu, (607) 255-2702
Contact: Michele Kimpton, mich...@dspace.org
Contact: Sandy Payette, spaye...@fedora-commons.org


Fedora Commons and DSpace Foundation Join Together to Create  
DuraSpace Organization


Ithaca, NY, Boston, MA --- Fedora Commons and the DSpace Foundation,  
two of the largest providers of open source software for managing and  
providing access to digital content, have announced today that they  
will join their organizations to pursue a common mission.  Jointly,  
they will provide leadership and innovation in open source  
technologies for global communities who manage, preserve, and provide  
access to digital content.


The joined organization, named “DuraSpace,” will sustain and grow its  
flagship repository platforms - Fedora and DSpace.  DuraSpace will  
also expand its portfolio by offering new technologies and services  
that respond to the dynamic environment of the Web and to new  
requirements from existing and future users.  DuraSpace will focus on  
supporting existing communities and will also engage a larger and more  
diverse group of stakeholders in support of its not-for-profit  
mission.  The organization will be led by an executive team consisting  
of Sandy Payette (Chief Executive Officer), Michele Kimpton (Chief  
Business Officer), and Brad McLean (Chief Technology Officer) and will  
operate out of offices in Ithaca, NY and Cambridge, MA.


“This is a great development,” said Clifford Lynch, Executive Director  
of the Coalition for Networked Information (CNI).  “It will focus  
resources and talent in a way that should really accelerate progress  
in areas critical to the research, education, and cultural memory  
communities.  The new emphasis on distributed reliable storage  
infrastructure services and their integration with repositories is  
particularly timely. ”


Together Fedora and DSpace make up the largest market share of open  
repositories worldwide, serving over 700 institutions.  These include  
organizations committed to the use of open source software solutions  
for the dissemination and preservation of academic, scientific, and  
cultural digital content.


 “The joining of DSpace and Fedora Commons is a watershed event for  
libraries, specifically, and higher education, more generally,” said  
James Hilton, CIO of the University of Virginia.  “Separately, these  
two organizations operated with similar missions and a shared  
commitment to developing and supporting open technologies.  By  
bringing together the technical, financial, and community-based  
resources of the two organizations, their communities gain a robust  
organization focused on solving the many challenges involved in  
storing, curating, and preserving digital data and scholarship,” he  
said.


New Products

DuraSpace will continue to support its existing software platforms,  
DSpace and Fedora, as well as expand its offerings to support the  
needs of global information communities.  The first new technology to  
emerge will be a Web-based service named “DuraCloud.”  DuraCloud is a  
hosted service that takes advantage of the cost efficiencies of cloud  
storage and cloud computing, while adding value to help ensure  
longevity and re-use of digital content.  The DuraSpace organization  
is developing partnerships with commercial cloud providers who offer  
both storage and computing capabilities.


The DuraCloud service will be run by the DuraSpace organization.  Its  
target audiences are organizations responsible for digital  
preservation and groups creating shared spaces for access and re-use  
of digital content.  DuraCloud will be accessible directly as a Web  
service and also via plug-ins to digital repositories including 

[Dspace-tech] The e-mail address you entered was invalid.

2009-05-12 Thread liss RR

Hi all !!
 

when somebody try to register  on my repository  
(http://dgb.xalapa.intra.uv.mx:8080/dspace/) if the email's domain is uv.mx the 
registration is successfully for example: lr...@uv.mx, but if the domain is 
diferent for example: liss...@hotmail.com or yahoo or gmail, I get the following

User Registration
The e-mail address you entered was invalid. Please try again.

 

this is my email settings in the dspace.cfg, I hope you can help me 

 


# Email settings ##

# SMTP mail server
mail.server=mailweb.uv.mx

# SMTP mail server authentication username and password (if required)
# mail.server.username = myusername
# mail.server.password = mypassword

# From address for mail
mail.from.address = lr...@uv.mx

# Currently limited to one recipient!
feedback.recipient = lr...@uv.mx

# General site administration (Webmaster) e-mail
mail.admin = lr...@uv.mx

# Recipient for server errors and alerts
# alert.recipient = lr...@uv.mx

 

 

thank you.

_
Windows Live te ayuda a mantenerte en contacto con todos tus amigos en un solo 
sitio.
http://www.microsoft.com/mexico/windows/windowslive/products/social-network-connector.aspx--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] item record customization

2009-05-12 Thread Sarah Ryder

Hello

We're using the jsp interface and our librarians would like to de-clutter 
the simple and full item record pages by only showing metadata fields 
that have a value for that item.  As far as I can tell this is not an 
option that can be set in the configuration.  Is that the case or can 
this be configured somewhere?  Has anybody else run across the want/need 
for this and put the change into place?

Thanks

-Sarah Ryder
Web Development
Hampshire College
413.559.5477

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-devel] Manakin themes

2009-05-12 Thread Stuart Lewis
Hi João,

 

The following links may help you:

 

http://di.tamu.edu/projects/xmlui/manakin/resources/DevelopersGuide.pdf

http://wiki.dspace.org/index.php/Manakin_2fThemes

http://di.tamu.edu/projects/xmlui/resources/ThemeTutorial.pdf

http://di.tamu.edu/publications/

 

If you have any particular questions, please post back to the list. 

 

Thanks,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

 

 

From: Joao Caseiro [mailto:jpedr...@gmail.com] 
Sent: Tuesday, 12 May 2009 3:04 a.m.
To: dspace-tech@lists.sourceforge.net; dspace-de...@lists.sourceforge.net
Subject: [Dspace-devel] Manakin themes

 

Hi,

I want edit a existing Manakin theme how can I do!?

What is the best way to edit a default manakin theme in the Dspace 1.5.2, alter 
de schema and structure and add a new features? How do I to edit the 
configuration files? What files I need to edit!?

 

 

Cumprimentos,

João Caseiro

 

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] item record customization

2009-05-12 Thread Stuart Lewis
Hi Sarah,

Only showing metadata fields that have a value for a given item is the
default behaviour for DSpace.

Could you share with us a screenshot showing an example of you have /
what you want?

Thanks,


Stuart Lewis
Digital Services Programmer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/



-Original Message-
From: Sarah Ryder [mailto:sry...@hampshire.edu] 
Sent: Wednesday, 13 May 2009 8:05 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] item record customization


Hello

We're using the jsp interface and our librarians would like to
de-clutter 
the simple and full item record pages by only showing metadata fields 
that have a value for that item.  As far as I can tell this is not an 
option that can be set in the configuration.  Is that the case or can 
this be configured somewhere?  Has anybody else run across the want/need

for this and put the change into place?

Thanks

-Sarah Ryder
Web Development
Hampshire College
413.559.5477


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks
to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] item record customization

2009-05-12 Thread Kim Shepherd
Hi Sarah,

The webui.itemdisplay.default parameter in dspace.cfg will allow you to change 
the metadata that is displayed for a simple item record, etc.

#webui.itemdisplay.default = dc.title, dc.title.alternative, dc.contributor.*, \
#dc.subject, dc.date.issued(date), dc.publisher, \
#dc.identifier.citation, 
dc.relation.ispartofseries, \
#dc.description.abstract, dc.description, \
#dc.identifier.govdoc, dc.identifier.uri(link), \
#dc.identifier.isbn, dc.identifier.issn, \
#dc.identifier.ismn, dc.identifier

Changing the full item record display in JSPUI is a bit trickier... but adding 
a webui.itemdisplay.full might not be a bad configuration option, hmm...

Cheers,

Kim
--
Kim Shepherd
IRR Technical Specialist
ITS Systems  Development
The University of Waikato
New Zealand

DDI +64 7 838 4025




 -Original Message-
 From: Sarah Ryder [mailto:sry...@hampshire.edu]
 Sent: Wednesday, 13 May 2009 8:05 a.m.
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] item record customization
 
 
 Hello
 
 We're using the jsp interface and our librarians would like to de-
 clutter
 the simple and full item record pages by only showing metadata fields
 that have a value for that item.  As far as I can tell this is not an
 option that can be set in the configuration.  Is that the case or can
 this be configured somewhere?  Has anybody else run across the
 want/need
 for this and put the change into place?
 
 Thanks
 
 -Sarah Ryder
 Web Development
 Hampshire College
 413.559.5477
 
 ---
 ---
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
 Your
 production scanning environment may not be a perfect world - but thanks
 to
 Kodak, there's a perfect scanner to get the job done! With the NEW
 KODAK i700
 Series Scanner you'll get full speed at 300 dpi even with all image
 processing features enabled. http://p.sf.net/sfu/kodak-com
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Files in this item

2009-05-12 Thread Kim Shepherd
Hi Lyn,

 

Are you using JSPUI or XMLUI?

 

Cheers,

 

Kim

 

From: Lyn Amery [mailto:lyn.am...@sro.wa.gov.au] 
Sent: Tuesday, 12 May 2009 6:38 p.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Files in this item

 

Hi all,

 

Here I am again, wanting to change things!

 

On the “Simple item record” page, in the listing of “Files in this item”,

are the headings File, Size, View, Format and Description.  I don’t 

require any info on Format, and View seems rather redundant as I can

click on the filename to view the bitstream.  Am I able to remove these

fields?

 

Cheers,

Lyn

 

Lyn Amery

Web Analyst/Programmer

State Records Office

(08) 9427 3493

lyn.am...@sro.wa.gov.au mailto:lyn.am...@sro.wa.gov.au 

 

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace 1.6: Batch metadata editing

2009-05-12 Thread Stuart Lewis
Hi!

 

In the recent DSpace 1.6 survey, having a batch metadata editing
facility in DSpace was voted one of the top three features that we
should be concentrating on.

 

This email is to ask for your help and involvement to try and decide how
such a facility should work. We would like to gather the requirements
that the community has for this facility in order to ensure that what we
develop a suitable solution.

 

Please could you either respond by adding a response to the wiki page
http://wiki.dspace.org/index.php/Batch_Metadata_Editing_Feature or by
emailing it directly to me and I will add it to the wiki.

 

Please respond by the 20th May 2009. 

 

Once we have gathered all the responses, we will try to draw up a final
list of requirements, and look into how best to develop them. If you
would like to be involved in the development phase, please get in touch.

 

Thanks,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] The e-mail address you entered was invalid.

2009-05-12 Thread Stuart Lewis
Hi Liss,

 

Do you have the following section set in your dspace.cfg?

 

 PasswordAuthentication options 

 

# Only emails ending in the following domains are allowed to self-register

# Example - example.com domain : @example.com

# Example - MIT domain and all .ac.uk domains: @mit.edu, .ac.uk

# authentication.password.domain.valid = example.com

 

This might be set to '@uv.mx' which would explain the behaviour you are seeing.

 

Thanks,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

 

 

From: liss RR [mailto:liss...@hotmail.com] 
Sent: Wednesday, 13 May 2009 5:35 a.m.
To: listaDspace
Subject: [Dspace-tech] The e-mail address you entered was invalid.

 


Hi all !!


 
when somebody try to register  on my repository  
(http://dgb.xalapa.intra.uv.mx:8080/dspace/) if 
http://dgb.xalapa.intra.uv.mx:8080/dspace/)%20if  the email's domain is uv.mx 
the registration is successfully for example: lr...@uv.mx, but if the domain is 
diferent for example: liss...@hotmail.com or yahoo or gmail, I get the following


User Registration


The e-mail address you entered was invalid. Please try again.
 
this is my email settings in the dspace.cfg, I hope you can help me 
 

# Email settings ##
# SMTP mail server
mail.server=mailweb.uv.mx
# SMTP mail server authentication username and password (if required)
# mail.server.username = myusername
# mail.server.password = mypassword
# From address for mail
mail.from.address = lr...@uv.mx
# Currently limited to one recipient!
feedback.recipient = lr...@uv.mx
# General site administration (Webmaster) e-mail
mail.admin = lr...@uv.mx
# Recipient for server errors and alerts
# alert.recipient = lr...@uv.mx
 
 
thank you.



Actualiza tu Perfil de Windows Live y cuéntale al mundo quién eres

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HELP PLEASE

2009-05-12 Thread Stuart Lewis
Hi,

 

Are you trying to use hierarchical LDAP authentication? The stack trace
suggests that you are, but that the dspace.cfg key 'ldap.search.scope'
is not set.

 

Please could you tell us what type of authentication you are trying to
use, and send us the relevant lines from your dspace.cfg file?

 

We will need to see what you have set for
'plugin.sequence.org.dspace.authenticate.AuthenticationMethod' and the
settings for the authentication methods defined there.
Thanks,

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz http://www.library.auckland.ac.nz/ /

 

 

 

From: olufunmilayo favour [mailto:olufunmilayo_fav...@yahoo.com] 
Sent: Wednesday, 13 May 2009 12:14 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] HELP PLEASE

 

Hi guys. 
Please, our dspace is now up but there is a problem with user login.
Whenever an authourised user wants to login, it displays this error:

DSpace at University of JOS http://127.0.0.1/   


Internal System Error


The system has experienced an internal error. Please try to do what you
were doing again, and if the problem persists, please contact us so we
can fix the problem.

 

If one then clicks on Leave a message for the DSpace at University of
JOS administrators. http://127.0.0.1/feedback , it sends the
following error to the administrators:

 

-- URL Was: http://dspace.unijos.edu.ng/password-login

-- Method: POST

-- Parameters were:

-- login_email: f...@unijos.edu.ng
http://mail.unijos.edu.ng/webmail/src/compose.php?send_to=fatio%40unijo
s.edu.ng 

-- login_password: *not logged*

-- login_submit: Log In

  

  

Exception:

java.lang.NullPointerException

at

org.dspace.authenticate.LDAPHierarchicalAuthentication$SpeakerToLDAP.get
DNOfUser(LDAPHierarchicalAuthentication.java:383)

at

org.dspace.authenticate.LDAPHierarchicalAuthentication.authenticate(LDAP
HierarchicalAuthentication.java:214)

   
 at

org.dspace.authenticate.AuthenticationManager.authenticateInternal(Authe
nticationManager.java:199)

at

org.dspace.authenticate.AuthenticationManager.authenticate(Authenticatio
nManager.java:136)

at
org.dspace.app.webui.servlet.PasswordServlet.doDSPost(PasswordServlet.ja
va:95)

at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.
java:147)

at
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105
)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)

at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)

at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)


at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.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.core.StandardEngineValve.invoke(StandardEngineValve.
java:108)

at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
74)

at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
5)

at

org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665)

at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528)

at

org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81)

at
 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:689)

at java.lang.Thread.run(Unknown Source)

  

We will appreciate any assistance from your ends. THANKS

  

Funmi

 

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech