Re: [Dspace-tech] Creating handle.net handles retrospectively

2011-08-30 Thread Claudia Jürgen
Hello Mark,

you can run
[dspace]/bin/dspace update-handle-prefix OldPrefix NewPrefix
This script will change any handles currently assigned OldPrefix to 
NewPrefix. So you got to run
[dspace]/bin/dspace update-handle-prefix 123456789 YourPrefix


Hope that helps

Claudia Jürgen




Am 29.08.2011 18:05, schrieb Mark Melia:
 Hi Guys,

 My handle server wasn't working for a while and some contributors added
 items. These items obviously got the default 123456789 handle - instead
 of the handle.net one. Does anyone know how to give these a handle.net
 handle?

 Thanks,
 Mark

 --
 EMC VNX: the world's simplest storage, starting under $10K
 The only unified storage solution that offers unified management
 Up to 160% more powerful than alternatives and 25% more efficient.
 Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] (no subject)

2011-08-30 Thread Surinder Kumar Gaba
I have installed dspace-1.7.2 on my local server. While creating
adminsitrator user account, I could not find create-administrator
file in bin folder. I didnot come accross in any error.  Any help is
highly appreciated.
-- 
Surinder Kumar Gaba
Senior Technical Director
Digital Archiving  Management Group
National Informatics Centre
A-Block, CGO Complex, Lodhi Road
New Delhi-110 003
Tel : 011-24362359 (o)
  : 011-27865224 (r)

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to enable OAI-PMH?

2011-08-30 Thread Stan Orlov
Hi Alvaro,

We have a file named DSpaceOAICatalog.class in
C:\dspace-1.6.2-src-release\dspace-1.6.2-src-release\dspace-oai\dspace-oai-api\target\classes\org\dspace\app\oai.

And we have a file name dspace-oai-api-1.6.2.jar in
C:\DSpace\webapps\oai\WEB-INF\lib.

Cheers,
Stan


On Mon, Aug 29, 2011 at 6:12 PM, Alvaro Sandoval alsando...@bcn.cl wrote:

 **
 Stan:

 Do you have
 [dspace-source]/dspace-oai/dspace-oai-api/target/classes/org/dspace/app/oai/DSpaceOAICatalog.class?

 The jar that includes that class should be at:
 [dspace]/webapps/oai/WEB-INF/lib/dspace-oai-api-1.x.x.jar, where 1.x.x is
 your dspace installed version.

 Alvaro

 El 29/08/11 17:50, Stan Orlov escribió:

 Thank you, Alonso.  I have tried the url with a verb, but it gives me:

 HTTP Status 500 - type Exception report
 description The server encountered an internal error () that prevented it
 from fulfilling this request.
 exception
 javax.servlet.ServletException: org.dspace.app.oai.DSpaceOAICatalog
 ORG.oclc.oai.server.OAIHandler.init(OAIHandler.java:134)

 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)

 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)

 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 java.lang.Thread.run(Unknown Source)

 note The full stack trace of the root cause is available in the Apache
 Tomcat/6.0.18 logs.

 I looked at Tomcat logs and found this:

 stdout.log:
 java.lang.ClassNotFoundException: org.dspace.app.oai.DSpaceOAICatalog
 at
 org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
 at
 org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Unknown Source)
 at
 ORG.oclc.oai.server.catalog.AbstractCatalog.factory(AbstractCatalog.java:384)
 at ORG.oclc.oai.server.OAIHandler.getAttributes(OAIHandler.java:160)
 at ORG.oclc.oai.server.OAIHandler.init(OAIHandler.java:121)
 at
 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1172)
 at
 org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:808)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
 at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
 at
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
 at
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 at
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 at java.lang.Thread.run(Unknown Source)

 localhost.log:
 Aug 29, 2011 5:26:21 PM org.apache.catalina.core.StandardWrapperValve
 invoke
 SEVERE: Allocate exception for servlet oai-handler
 javax.servlet.ServletException: org.dspace.app.oai.DSpaceOAICatalog
 at ORG.oclc.oai.server.OAIHandler.init(OAIHandler.java:134)
 at
 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1172)
 at
 org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:808)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
 at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
 at
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
 at
 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 at
 org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 at java.lang.Thread.run(Unknown Source)

 How should I interpret this.  Maybe I need to rebuild Dspace?  Or maybe
 there are some files missing in my oai directory?

 Cheers,
 Stan



 On Mon, Aug 29, 2011 at 4:21 PM, Alvaro Sandoval alsando...@bcn.clwrote:

  Hi Stan:

 The OAI service is expecting a verb.
 Try this url instead:

 http://localhost:8080/oai/request?verb=ListMetadataFormats

 Regards,
 Alvaro


  El 29/08/11 12:58, Stan Orlov escribió:

 Hi Alvaro,

 

[Dspace-tech] DSpace Issue: Sort by - Issue Date not functioning

2011-08-30 Thread Patrick Etienne
DSpace Techies -

We're having a problem with part of the user interface of our main
institutional repository (running dspace 1.7.1).
I'm going to toss out some URLs with examples so that you can (if you like)
follow along in a tangible way.

Here's a step-by-step recreation of the problem:

Browse to: http://smartech.gatech.edu/handle/1853/36700
Perform a search within this community and its collections: for
dellaert.
Change results/page to 100 and press (submit the form) go (not
necessary, but visually accentuates that records are not reordered in the
next step).
Change sort items by from relevance to issue date, press go (submit
the form)

Note here that the order is not affected. Nor is it if you change from
Ascending to Descending are resubmit the form.

A few more notes:
I've attempted this same search in many communities/collections with
different searches and each browse by issue date change fails.
The html form seems to be working properly as the query part of the url
string responds appropriately to any and all changes.
The index is rebuilt through a cron job nightly.
A different instance of dspace on a different server with the same exact
theme behaves correctly (with order being changed per issue date).
Instances with the same theme have been setup fresh from 1.7.2 and 1.7.1
builds and behave correctly.

Our current solution is to rebuild the index from scratch in the wee hours
of the morn' come Sunday. I just wanted to write in to see if anyone had any
suggestions outside of rebuilding the index from scratch, on the case that
Tuesday rolls around and this hasn't fixed the issue.

Any tips, hints, suggestions or relevant resources would be greatly
appreciated!

 - Patrick E.

One other tidbit that might be relevant:
Solr is enabled for this instance but only for statistics.
The Discovery aspect is not enabled.

-- 
Patrick K. Etienne
Systems Analyst
Georgia Institute of Technology
Library  Information Center
(404) 385-8121
--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech