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

2009-07-28 Thread Onte, Michael
Claudia,

This was my mistake. I ran dsrun org.dspace.browse.DSIndexer instead of 
org.dspace.search.DSIndexer. That's why I have the error.

So I corrected it and it didn't give me any errors when I ran it but it did not 
correct my problem.

One thing I noticed though is if I use the URL http://localhost:8080/jspui I 
encounter the Internal System Error when I view an item. But if I use the URL 
http://localhost:8080/xmlui I don't have any problems whatsoever. 

Do you have an idea what's going on?

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

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.uni-dortmund.de] 
Sent: Tuesday, July 28, 2009 12:05 AM
To: Onte, Michael
Cc: Tech List
Subject: Re: [Dspace-tech] Upgrading Version And Getting Error On Viewing Item

Hi Michael,

this seems to be xhtml crosswalk rather than search related. Did you 
change anything from default install, crosswalk, metadata, display?

Claudia Jürgen


Onte, Michael schrieb:
> 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

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

2009-07-27 Thread Claudia Jürgen
Hi Michael,

this seems to be xhtml crosswalk rather than search related. Did you 
change anything from default install, crosswalk, metadata, display?

Claudia Jürgen


Onte, Michael schrieb:
> 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

--
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] 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.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.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 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  

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