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

2009-07-28 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 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

--
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] [Dspace-general] Customization Dspace

2009-07-28 Thread Allen Lam
Hi Hardik,

You can copy your new jsp and associated files to your dspace deployed
directory
dspace/webapps/jspui/
You will see the editing effect immediately by refreshing your browser.
Sometimes it may need restarting tomcat to take effect.
No packaging is needed. This is good for fast testing during development.

If you do not have Internet access, you can change dspace config to use
localhost as domain.

Take caution:
Copy your new jsp and other files to your source directory when you
finish testing.
Next time when you repackage dspace, all files in the deployed directory
will be removed.

Allen.

Hardik Mishra wrote:
 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-general mailing list
 dspace-gene...@mit.edu
 http://mailman.mit.edu/mailman/listinfo/dspace-general
   


--
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] Creative Commons problem - not returning to DSpace

2009-07-28 Thread Dorothea Salo
On Sat, Jul 25, 2009 at 1:33 AM, Federico
Lazcanofederico.lazc...@gmail.com wrote:

 Confirmed.

 Dspace 1.5.2 using Manakin. Patch 205 applied.

Here too, 1.5.1/Manakin.

Dorothea

-- 
Dorothea Salods...@library.wisc.edu
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

--
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-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(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
 

Re: [Dspace-tech] Creative Commons problem - not returning to DSpace

2009-07-28 Thread Federico Lazcano
El Tuesday 28 July 2009 10:09:00 Dorothea Salo escribió:
 On Sat, Jul 25, 2009 at 1:33 AM, Federico

 Lazcanofederico.lazc...@gmail.com wrote:
  Confirmed.
 
  Dspace 1.5.2 using Manakin. Patch 205 applied.

 Here too, 1.5.1/Manakin.

 Dorothea

Any news?
Comments?

Perhaps we should try to patch Manakin, because CreativeCommons think it's 
solved:
http://code.creativecommons.org/issues/issue142


Thanks in advance.
-- 

Federico Lazcano

--
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] Creative Commons problem - not returning to DSpace

2009-07-28 Thread William Hays
I contacted Nathan at CreateCommons with this new license issue.  As a
result of a recent code change at their end, clicking the CC License
button  results in the wrong webpage displaying.  He expects a fix very
shortly.

He writes:

I don't think this is related to the bug Graham reported, but it's
most likely related to
http://labs.creativecommons.org/2009/07/21/license-engine-path-changes/
(obviously).  It looks like the problem is that you're using POST for
the submission; the fact that we supported POST at all was something
of a, well, bug, I guess.  At the very least it wasn't something we
had a test for since our examples were primarily GETs.  So
unfortunately when we moved the license chooser, the redirect handler
doesn't pass along the POST payload.

I've opened an issue in our tracker
(http://code.creativecommons.org/issues/issue420) to fix this on our
end.  We don't want to break our existing deployments this way and I
suspect this may be impacting other DSpace deployments as well.  I'll
see about getting that updated and rolled out this afternoon.


-- 

William Hays
Technology Research  Development
MIT Libraries E25-131
617.324.5682 (phone)
wh...@mit.edu


--
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] How to get start with Manakin

2009-07-28 Thread Khan, Baseer
Hello Everyone ,
I have upgraded my dspace instance from 1.4.2 to 1.5,
I have a few questions here about Mankin .
I am able to access my page http://localhost:8080/jspui.
I want to get started with Manakin , but I don't know how ?
Can I someone help me getting started .
The goal of my project would be to customize either a single community or 
single submission etc.
Thank you,
Baseer.
--
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] Creative Commons problem - not returning to DSpace

2009-07-28 Thread Thompson-Young, Alexia A
Many thanks, William, for following up with Creative Commons.  

We appreciate it,
Lexie



Alexia Thompson-Young
atyo...@mail.utexas.edu

Licensing Coordinator
University of Texas Libraries
University of Texas at Austin
512-495-4251 phone 
512-495-4657 fax



-Original Message-
From: William Hays [mailto:wh...@mit.edu] 
Sent: Tuesday, July 28, 2009 2:16 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Creative Commons problem - not returning to DSpace

I contacted Nathan at CreateCommons with this new license issue.  As a
result of a recent code change at their end, clicking the CC License
button  results in the wrong webpage displaying.  He expects a fix very
shortly.

He writes:

I don't think this is related to the bug Graham reported, but it's
most likely related to
http://labs.creativecommons.org/2009/07/21/license-engine-path-changes/
(obviously).  It looks like the problem is that you're using POST for
the submission; the fact that we supported POST at all was something
of a, well, bug, I guess.  At the very least it wasn't something we
had a test for since our examples were primarily GETs.  So
unfortunately when we moved the license chooser, the redirect handler
doesn't pass along the POST payload.

I've opened an issue in our tracker
(http://code.creativecommons.org/issues/issue420) to fix this on our
end.  We don't want to break our existing deployments this way and I
suspect this may be impacting other DSpace deployments as well.  I'll
see about getting that updated and rolled out this afternoon.


-- 

William Hays
Technology Research  Development
MIT Libraries E25-131
617.324.5682 (phone)
wh...@mit.edu


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