Re: [Dspace-tech] [Dspace-general] Statistics update

2009-07-27 Thread Michael Guthrie
 
Hi Mark

One request we get from customers a lot is to have statistics of downloaded 
bitstreams be more meaningful. We currently provide them with Google analytics 
which shows what bitsreams have been downloaded, but these are often long urls 
that are difficut to decipher. What would be really good to see is a list of 
bitstreams with their dc.title crossreferenced showing what item they 
downloaded the bitstreams from.

Thanks
Michael


Michael Guthrie
Manager, Open Repository

BioMed Central
www.openrepository.com


-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.uni-dortmund.de] 
Sent: Friday, July 24, 2009 7:59 AM
To: dspace-gene...@mit.edu; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] [Dspace-general] Statistics update

Hi Mark,

one aspect which is very important, depending in which legal area you are, is 
data privacy protection. So the data gathered should be completely anonymized.

Cheers

Claudia


Mark H. Wood schrieb:
 There has been some good discussion of ways, means, and end products, 
 mostly by developers.  This is good, but we need more guidance from 
 end-users.  If better statistics in DSpace is important to you, 
 please chime in and tell us what better statistics means to you.
 
 Here's a sketch of how things stand:
 
 It's assumed that relevant download counts on each detail page plus 
 some sort of consolidated reports will meet most needs.
 
 DSpace already has instrumentation in place to notice that something 
 has been viewed and pass that information to a plugin for e.g. 
 counting.  Work to improve this infrastructure is ongoing.
 
 @mire has a statistics package in the works which they would like to 
 contribute.
 
 It's understood that some sites would like to have access to the data 
 for processing by other products.
 
 Attention is being paid to modularity, so if you don't like the 
 statistical features that will come with DSpace :-O it should not be 
 too hard to replace them.
 
 Is this what you're looking for?
 
 
 
 --
 --
 
 ___
 Dspace-general mailing list
 dspace-gene...@mit.edu
 http://mailman.mit.edu/mailman/listinfo/dspace-general

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to Config Dspace allow only some Email address can register

2009-07-27 Thread Nguyen Hung Thanh
Hi!
I'm using Dspace 1.52. I config Dspace allow only Email address in the
format username@gmail.com.
And I config in 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 = @gmail.com*

But when I register with E-mail address *nghungth...@gmail.com*  Dspace can
validate the address
This is the error
User Registration

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

If you've never logged on to DSpace before, please enter your e-mail address
in the box below and click Register.

Any body help me!

Thanks
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Upgrading Version And Getting Error On Viewing Item

2009-07-27 Thread Hardik Mishra
Hi Micheal,

Run this command form your command prompt


c:/dspace/bin/dsrun org.dspace.browse.IndexBrowse -f -r

c:/dspace/bin/dsrun org.dspace.browse.ItemCounter

c:/dspace/bin/ dsrun org.dspace.search.DSIndexer -b




---
Best Regards
Hardik Mishra
Jr. Software Engineer
*Follow Us On Twitter : webinito
Webinito Networks
*Give a man a fish, and you feed him for a day. Teach a man to catch fish
and you feed him for a lifetime.



 Original Error :

I upgraded our Dspace from 1.4.2 to 1.5 by following the steps on the
manual. Everything seems to work fine after that except when we do a search
and then click on the name of the title. I then get the message Internal
System Error. Below is the java stack displayed when I viewed the source of
the page.

If anybody can help, it would be greatly appreciated.


java.lang.NullPointerException
 at
org.dspace.app.webui.servlet.HandleServlet.displayItem(HandleServlet.java:331)
 at
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:180)
 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:690)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
 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:210)
 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
 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:151)
 at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
 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:685)
 at java.lang.Thread.run(Thread.java:595)

Michael Onte
Database Administrator
Lovelace Respiratory Research Institute

--
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Customization Dspace

2009-07-27 Thread Hardik Mishra
Hello Everyone

I am in need of customization of JSPUI and i have enough details to do it.

From material i got for customization says that after each change , i need
to repackage using mvn.

But i do not have internet at the place where i am doing customization.

So, is there anyway to have that i made is get change reflected without
internet.

I think it won't be possible without internet.

Please let me know ASAP.

-- 
Best Regards
Hardik Mishra
Jr. Software Engineer
Follow Us On Twitter : webinito
*Webinito Networks
*Give a man a fish, and you feed him for a day. Teach a man to catch fish
and you feed him for a lifetime.
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Upgrading Version And Getting Error On Viewing Item

2009-07-27 Thread Onte, Michael
I ran the commands you sent me but I encountered an error when I ran
dsrun org.dspace.search.DSIndexer -b

 

The error is below.

 

Exception in thread main java.lang.NoClassDefFoundError:
org/dspace/browse/DSIndexer

 

I'm running Linux if that makes a difference.

 

Michael Onte

Database Administrator

Lovelace Respiratory Research Institute

mo...@lrri.org mailto:mo...@lrri.org 

Office - (505) 348-9460

Cell - (505) 975-4504

 

From: Hardik Mishra [mailto:har...@webinito.com] 
Sent: Monday, July 27, 2009 5:38 AM
To: Onte, Michael
Cc: General List; Tech List
Subject: Upgrading Version And Getting Error On Viewing Item

 

Hi Micheal,

 

Run this command form your command prompt 

 

c:/dspace/bin/dsrun org.dspace.browse.IndexBrowse -f -r

c:/dspace/bin/dsrun org.dspace.browse.ItemCounter

c:/dspace/bin/ dsrun org.dspace.search.DSIndexer -b

 

 

---

Best Regards
Hardik Mishra
Jr. Software Engineer
Follow Us On Twitter : webinito
Webinito Networks 
Give a man a fish, and you feed him for a day. Teach a man to catch fish
and you feed him for a lifetime. 

 


 

Original Error :

 

I upgraded our Dspace from 1.4.2 to 1.5 by following the steps on the
manual. Everything seems to work fine after that except when we do a
search and then click on the name of the title. I then get the message
Internal System Error. Below is the java stack displayed when I viewed
the source of the page.

 

If anybody can help, it would be greatly appreciated.

 

 

java.lang.NullPointerException

 at
org.dspace.app.webui.servlet.HandleServlet.displayItem(HandleServlet.jav
a:331)

 at
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:18
0)

 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:690)

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

 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:210)

 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)

 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
51)

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

 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:685)

 at java.lang.Thread.run(Thread.java:595)

 

Michael Onte

Database Administrator

Lovelace Respiratory Research Institute


-- 

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Upgrading Version And Getting Error On Viewing Item

2009-07-27 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
For some reason, it can't find Java program DSIndexer.  You say you are trying 
to run org.dspace.search.DSIndexer, but for some reason, it's looking for 
DSIndexer in org.dspace.browse


From: Onte, Michael [mailto:mo...@lrri.org]
Sent: Monday, July 27, 2009 11:02 AM
To: Hardik Mishra
Cc: Tech List; General List
Subject: Re: [Dspace-tech] Upgrading Version And Getting Error On Viewing Item


I ran the commands you sent me but I encountered an error when I ran dsrun 
org.dspace.search.DSIndexer -b



The error is below.



Exception in thread main java.lang.NoClassDefFoundError: 
org/dspace/browse/DSIndexer



I'm running Linux if that makes a difference.

Michael Onte
Database Administrator
Lovelace Respiratory Research Institute
mo...@lrri.orgmailto:mo...@lrri.org
Office - (505) 348-9460
Cell - (505) 975-4504

From: Hardik Mishra [mailto:har...@webinito.com]
Sent: Monday, July 27, 2009 5:38 AM
To: Onte, Michael
Cc: General List; Tech List
Subject: Upgrading Version And Getting Error On Viewing Item

Hi Micheal,

Run this command form your command prompt


c:/dspace/bin/dsrun org.dspace.browse.IndexBrowse -f -r

c:/dspace/bin/dsrun org.dspace.browse.ItemCounter

c:/dspace/bin/ dsrun org.dspace.search.DSIndexer -b




---
Best Regards
Hardik Mishra
Jr. Software Engineer
Follow Us On Twitter : webinito
Webinito Networks
Give a man a fish, and you feed him for a day. Teach a man to catch fish and 
you feed him for a lifetime.



Original Error :

I upgraded our Dspace from 1.4.2 to 1.5 by following the steps on the manual. 
Everything seems to work fine after that except when we do a search and then 
click on the name of the title. I then get the message Internal System Error. 
Below is the java stack displayed when I viewed the source of the page.

If anybody can help, it would be greatly appreciated.


java.lang.NullPointerException
 at 
org.dspace.app.webui.servlet.HandleServlet.displayItem(HandleServlet.java:331)
 at 
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:180)
 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:690)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
 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:210)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
 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:151)
 at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
 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:685)
 at java.lang.Thread.run(Thread.java:595)

Michael Onte
Database Administrator
Lovelace Respiratory Research Institute

--
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Upgrading Version And Getting Error On ViewingItem

2009-07-27 Thread Onte, Michael
This was my fault. I ran org.dspace.browse.DSIndexer instead of
org.dspace.search.DSIndexer

 

So I ran the commands again but it didn't help at all. The error is
still there.

 

Michael Onte

Database Administrator

Lovelace Respiratory Research Institute

mo...@lrri.org

Office - (505) 348-9460

Cell - (505) 975-4504

 

From: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES
COMPANY] [mailto:susan.m.thorn...@nasa.gov] 
Sent: Monday, July 27, 2009 11:21 AM
To: Onte, Michael; Hardik Mishra
Cc: Tech List; General List
Subject: RE: [Dspace-tech] Upgrading Version And Getting Error On
ViewingItem

 

For some reason, it can't find Java program DSIndexer.  You say you are
trying to run org.dspace.search.DSIndexer, but for some reason, it's
looking for DSIndexer in org.dspace.browse

 



From: Onte, Michael [mailto:mo...@lrri.org] 
Sent: Monday, July 27, 2009 11:02 AM
To: Hardik Mishra
Cc: Tech List; General List
Subject: Re: [Dspace-tech] Upgrading Version And Getting Error On
Viewing Item

 

I ran the commands you sent me but I encountered an error when I ran
dsrun org.dspace.search.DSIndexer -b

 

The error is below.

 

Exception in thread main java.lang.NoClassDefFoundError:
org/dspace/browse/DSIndexer

 

I'm running Linux if that makes a difference.

 

Michael Onte

Database Administrator

Lovelace Respiratory Research Institute

mo...@lrri.org

Office - (505) 348-9460

Cell - (505) 975-4504

 

From: Hardik Mishra [mailto:har...@webinito.com] 
Sent: Monday, July 27, 2009 5:38 AM
To: Onte, Michael
Cc: General List; Tech List
Subject: Upgrading Version And Getting Error On Viewing Item

 

Hi Micheal,

 

Run this command form your command prompt 

 

c:/dspace/bin/dsrun org.dspace.browse.IndexBrowse -f -r

c:/dspace/bin/dsrun org.dspace.browse.ItemCounter

c:/dspace/bin/ dsrun org.dspace.search.DSIndexer -b

 

 

---

Best Regards
Hardik Mishra
Jr. Software Engineer
Follow Us On Twitter : webinito
Webinito Networks 
Give a man a fish, and you feed him for a day. Teach a man to catch fish
and you feed him for a lifetime. 

 


 

Original Error :

 

I upgraded our Dspace from 1.4.2 to 1.5 by following the steps on the
manual. Everything seems to work fine after that except when we do a
search and then click on the name of the title. I then get the message
Internal System Error. Below is the java stack displayed when I viewed
the source of the page.

 

If anybody can help, it would be greatly appreciated.

 

 

java.lang.NullPointerException

 at
org.dspace.app.webui.servlet.HandleServlet.displayItem(HandleServlet.jav
a:331)

 at
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:18
0)

 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:690)

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

 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:210)

 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)

 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
51)

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

 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:685)

 at java.lang.Thread.run(Thread.java:595)

 

Michael Onte

Database Administrator

Lovelace Respiratory Research Institute


-- 

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Upgrading Version And Getting Error On ViewingItem

2009-07-27 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Let's see what error you're getting now (the entire error output would be 
helpful - thanks!)
Sue


From: Onte, Michael [mailto:mo...@lrri.org]
Sent: Monday, July 27, 2009 1:37 PM
To: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]; Hardik 
Mishra
Cc: Tech List; General List
Subject: RE: [Dspace-tech] Upgrading Version And Getting Error On ViewingItem

This was my fault. I ran org.dspace.browse.DSIndexer instead of 
org.dspace.search.DSIndexer

So I ran the commands again but it didn't help at all. The error is still there.

Michael Onte
Database Administrator
Lovelace Respiratory Research Institute
mo...@lrri.orgmailto:mo...@lrri.org
Office - (505) 348-9460
Cell - (505) 975-4504

From: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY] 
[mailto:susan.m.thorn...@nasa.gov]
Sent: Monday, July 27, 2009 11:21 AM
To: Onte, Michael; Hardik Mishra
Cc: Tech List; General List
Subject: RE: [Dspace-tech] Upgrading Version And Getting Error On ViewingItem

For some reason, it can't find Java program DSIndexer.  You say you are trying 
to run org.dspace.search.DSIndexer, but for some reason, it's looking for 
DSIndexer in org.dspace.browse


From: Onte, Michael [mailto:mo...@lrri.org]
Sent: Monday, July 27, 2009 11:02 AM
To: Hardik Mishra
Cc: Tech List; General List
Subject: Re: [Dspace-tech] Upgrading Version And Getting Error On Viewing Item


I ran the commands you sent me but I encountered an error when I ran dsrun 
org.dspace.search.DSIndexer -b



The error is below.



Exception in thread main java.lang.NoClassDefFoundError: 
org/dspace/browse/DSIndexer



I'm running Linux if that makes a difference.

Michael Onte
Database Administrator
Lovelace Respiratory Research Institute
mo...@lrri.orgmailto:mo...@lrri.org
Office - (505) 348-9460
Cell - (505) 975-4504

From: Hardik Mishra [mailto:har...@webinito.com]
Sent: Monday, July 27, 2009 5:38 AM
To: Onte, Michael
Cc: General List; Tech List
Subject: Upgrading Version And Getting Error On Viewing Item

Hi Micheal,

Run this command form your command prompt


c:/dspace/bin/dsrun org.dspace.browse.IndexBrowse -f -r

c:/dspace/bin/dsrun org.dspace.browse.ItemCounter

c:/dspace/bin/ dsrun org.dspace.search.DSIndexer -b




---
Best Regards
Hardik Mishra
Jr. Software Engineer
Follow Us On Twitter : webinito
Webinito Networks
Give a man a fish, and you feed him for a day. Teach a man to catch fish and 
you feed him for a lifetime.



Original Error :

I upgraded our Dspace from 1.4.2 to 1.5 by following the steps on the manual. 
Everything seems to work fine after that except when we do a search and then 
click on the name of the title. I then get the message Internal System Error. 
Below is the java stack displayed when I viewed the source of the page.

If anybody can help, it would be greatly appreciated.


java.lang.NullPointerException
 at 
org.dspace.app.webui.servlet.HandleServlet.displayItem(HandleServlet.java:331)
 at 
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:180)
 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:690)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
 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:210)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
 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:151)
 at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
 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:685)
 at java.lang.Thread.run(Thread.java:595)

Michael Onte
Database Administrator
Lovelace Respiratory Research Institute

--
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net

Re: [Dspace-tech] Upgrading Version And Getting Error On ViewingItem

2009-07-27 Thread Onte, Michael
I didn't receive any error when running the commands below.

dspace/bin/dsrun org.dspace.browse.IndexBrowse -f -r

dspace/bin/dsrun org.dspace.browse.ItemCounter

dspace/bin/ dsrun org.dspace.search.DSIndexer -b

I did find something interesting though. Currently the errors I have
been reporting to you guys are based on the URL http://dspace
URL:8080/jspui 

 

But if I go to the other site http://dspace URL:8080/xmlui, everything
seems to work fine though.

 

I'm not sure what is going on.

 

Michael Onte

Database Administrator

Lovelace Respiratory Research Institute

mo...@lrri.org

Office - (505) 348-9460

Cell - (505) 975-4504

 

From: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES
COMPANY] [mailto:susan.m.thorn...@nasa.gov] 
Sent: Monday, July 27, 2009 12:06 PM
To: Onte, Michael; Hardik Mishra
Cc: Tech List; General List
Subject: RE: [Dspace-tech] Upgrading Version And Getting Error On
ViewingItem

 

Let's see what error you're getting now (the entire error output would
be helpful - thanks!)

Sue

 



From: Onte, Michael [mailto:mo...@lrri.org] 
Sent: Monday, July 27, 2009 1:37 PM
To: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY];
Hardik Mishra
Cc: Tech List; General List
Subject: RE: [Dspace-tech] Upgrading Version And Getting Error On
ViewingItem

 

This was my fault. I ran org.dspace.browse.DSIndexer instead of
org.dspace.search.DSIndexer

 

So I ran the commands again but it didn't help at all. The error is
still there.

 

Michael Onte

Database Administrator

Lovelace Respiratory Research Institute

mo...@lrri.org

Office - (505) 348-9460

Cell - (505) 975-4504

 

From: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES
COMPANY] [mailto:susan.m.thorn...@nasa.gov] 
Sent: Monday, July 27, 2009 11:21 AM
To: Onte, Michael; Hardik Mishra
Cc: Tech List; General List
Subject: RE: [Dspace-tech] Upgrading Version And Getting Error On
ViewingItem

 

For some reason, it can't find Java program DSIndexer.  You say you are
trying to run org.dspace.search.DSIndexer, but for some reason, it's
looking for DSIndexer in org.dspace.browse

 



From: Onte, Michael [mailto:mo...@lrri.org] 
Sent: Monday, July 27, 2009 11:02 AM
To: Hardik Mishra
Cc: Tech List; General List
Subject: Re: [Dspace-tech] Upgrading Version And Getting Error On
Viewing Item

 

I ran the commands you sent me but I encountered an error when I ran
dsrun org.dspace.search.DSIndexer -b

 

The error is below.

 

Exception in thread main java.lang.NoClassDefFoundError:
org/dspace/browse/DSIndexer

 

I'm running Linux if that makes a difference.

 

Michael Onte

Database Administrator

Lovelace Respiratory Research Institute

mo...@lrri.org

Office - (505) 348-9460

Cell - (505) 975-4504

 

From: Hardik Mishra [mailto:har...@webinito.com] 
Sent: Monday, July 27, 2009 5:38 AM
To: Onte, Michael
Cc: General List; Tech List
Subject: Upgrading Version And Getting Error On Viewing Item

 

Hi Micheal,

 

Run this command form your command prompt 

 

c:/dspace/bin/dsrun org.dspace.browse.IndexBrowse -f -r

c:/dspace/bin/dsrun org.dspace.browse.ItemCounter

c:/dspace/bin/ dsrun org.dspace.search.DSIndexer -b

 

 

---

Best Regards
Hardik Mishra
Jr. Software Engineer
Follow Us On Twitter : webinito
Webinito Networks 
Give a man a fish, and you feed him for a day. Teach a man to catch fish
and you feed him for a lifetime. 

 


 

Original Error :

 

I upgraded our Dspace from 1.4.2 to 1.5 by following the steps on the
manual. Everything seems to work fine after that except when we do a
search and then click on the name of the title. I then get the message
Internal System Error. Below is the java stack displayed when I viewed
the source of the page.

 

If anybody can help, it would be greatly appreciated.

 

 

java.lang.NullPointerException

 at
org.dspace.app.webui.servlet.HandleServlet.displayItem(HandleServlet.jav
a:331)

 at
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:18
0)

 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:690)

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

 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:210)

 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)

 at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)

 at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117)

 at

Re: [Dspace-tech] Internal System Error

2009-07-27 Thread Van Ly
| You could also check if the `click on the name of the title' reduces to
| an sql-query in the dspace-source and apply that query to see if you get
| the expected result.
|
| Can you tell me in detail how to do it?

It's just a theory.

Have a look at an example title link in html form, like,

tr
td headers=t1 class=evenRowEvenCol nowrap=nowrap 
align=rightstrong2009 /strong/td
td headers=t2 class=evenRowOddCol a href=/handle/12345/6789cw3 
rpm/a/td
td headers=t3 class=evenRowEvenCol emName Authore/em/td
/tr

if the title `cw3 rpm' is clicked a request for url ending with 
`/handle/12345/6789' occurs, and if you follow that request, you may find it 
touches on files in dspace-source, such as, rdbms/DatabaseManager.java where I 
expect an sql query happens.

Best wishes,

-- Van Ly 




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

2009-07-27 Thread Van Ly

 [ how to change handle prefix for dspace objects ]

Have a look at

[dspace]/bin/update-handle-prefix

Best wishes,

-- Van Ly 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

2009-07-27 Thread Nguyen Hung Thanh
Hi
I'm running [dspace]/bin/update-handle-prefix but only change *123456789 *in
Uri (  *http://hdl.handle.net/123456789/ http://hdl.handle.net/123456789/8
*8 http://hdl.handle.net/123456789/8). Uri *http://hdl.handle.net* cannot
change.
Thanh

On Tue, Jul 28, 2009 at 8:59 AM, Van Ly v...@library.usyd.edu.au wrote:


  [ how to change handle prefix for dspace objects ]

 Have a look at

 [dspace]/bin/update-handle-prefix

 Best wishes,

 -- Van Ly



 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ tohttp://myip in all items

2009-07-27 Thread Van Ly
If you look further in the details of it, it does a string rewrite at offset 
and length, that you could change. There might be an easier way.

-- Van Ly 

-Original Message-
From: Nguyen Hung Thanh [mailto:nghungth...@gmail.com]
Sent: Tue 2009-07-28 12:14
To: Van Ly; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] How change uri handle from http://hdl.handle.net/ 
tohttp://myip in all items
 
Hi
I'm running [dspace]/bin/update-handle-prefix but only change *123456789 *in
Uri (  *http://hdl.handle.net/123456789/ http://hdl.handle.net/123456789/8
*8 http://hdl.handle.net/123456789/8). Uri *http://hdl.handle.net* cannot
change.
Thanh

On Tue, Jul 28, 2009 at 8:59 AM, Van Ly v...@library.usyd.edu.au wrote:


  [ how to change handle prefix for dspace objects ]

 Have a look at

 [dspace]/bin/update-handle-prefix

 Best wishes,

 -- Van Ly



 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace - Novell Suse

2009-07-27 Thread Emilios Hadjiprokopi
Has anyone used Novell Suse with DSpace.

 

I am planning to buy a server and I need to choose the OS of the system.

 

If somebody used Novell Suse is there any special requirements or
difficulties with that distro ? 

 

Thanks

 

Emilios 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech