Re: [Dspace-tech] Patch error for 1.6.0

2010-04-05 Thread Panyarak Ngamsritragul


Thanks again.

I have found that the correct way to checkout from repository is
svn co https://scm.dspace.org/svn/repo/dspace/branches/dspace-1_6_x/

It seems that the repository server does not accept connection through 
port 80, but 443.


Panyarak Ngamsritragul
Prince of Songkla University.

On Sun, 4 Apr 2010, Peter Dietz wrote:



That url is the trac frontend that is best from your browser.

You can do checkout using the true url to the svn repository, which in this
case is:
http://scm.dspace.org/svn/repo/dspace/branches/dspace-1_6_x/

  On Apr 4, 2010 11:50 AM, Panyarak Ngamsritragul
  pa...@me.psu.ac.th wrote:


  Thanks.
  I tried svn co
  http://scm.dspace.org/trac/dspace/browser/dspace/branches/dspace-1_6_x
  and got error like this:
  svn: The OPTIONS response did not include the requested
  activity-collection-set; this often means that the URL is not
  WebDAV-enabled

  I am not quite sure whether it is the problem at my side or the
  subversion
  server.  Googling the internet, I found some advice to config
  subversion
  to support WebDAV.  But after reading some of those, I suspect
  it is
  related to server side, not client side.

  Could you please help a little more ?  Thanks.

  Panyarak Ngamsritragul
  Prince of Songkla University.


  On Mon, 29 Mar 2010, Stuart Lewis wrote:

   Hi Panyarak,
  
   I am about to install a new instance ...

   This message has been scanned for viruses and
   dangerous content by MailScanner, and is
   believe...

  Download Intel#174; Parallel Studio Eval
  Try the new software tools for yourself. Speed compiling, ...


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Non-DC Import

2010-04-05 Thread RENTON Scott

Hi folks,

I'm having a shot at loading the generic metadata file (as opposed to 
dublin_core.xml) through import. First question- can this be done on 1.5.2, or 
must I upgrade before it becomes an option?

(If it's possible, I've followed patch DS-257's instructions:

File (metadata.xml):
?xml version=1.0 encoding=UTF-8?
metadata
  metadatavalue schema = cld element = custodialHistory qualifier = none 
 the whole wide world/metadatavalue
  metadatavalue schema = cld element = contentsDateRange qualifier = 
none  1985-2002/metadatavalue
  metadatavalue schema = cld element = hasAssociation qualifier = none  
Page 220/metadatavalue
  metadatavalue schema = cld element = hasPublication qualifier = none  
UCS/metadatavalue
  metadatavalue schema = cld element = accessControl qualifier = none  
us/metadatavalue
  metadatavalue schema = cld element = objectName qualifier = none  
books/metadatavalue
 /metadata

Command:
/u01/isdocs/dspace/bin/dsrun org.dspace.app.itemimport.ItemImport -a -e 
scott.ren...@ed.ac.uk -c 123456789/18 -s 
/u01/isdocs/dspace/carmichaelwatson/cw_dspace_test_non-dc -m mapfile.txt -l 
--resume

Output:
java.io.FileNotFoundException: 
/u01/isdocs/dspace/carmichaelwatson/cw_dspace_test_non-dc/0002789d/dublin_core.xml
 (No such file or directory)

(if I change the name back to dublin_core.xml, I get a NullPointerException).)

If I need to upgrade, I will do so; if I'm getting the syntax wrong though, 
please let me know!!

Cheers
Scott


Scott Renton
MIMS Project Officer
Digital Library Development
University Of Edinburgh
2 Buccleuch Place
Edinburgh
EH8 9LW

0131 651 5219

scott.ren...@ed.ac.uk 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Harvsted data in DSpace

2010-04-05 Thread Rajshekhar Pandey
Hello to all,

How can I show harvested data in my DSpace instance from other repositories?
Such as giving an option Browse by Source and it will show all the
harvested data.


-- 
Regards,
Rajshekhar Pandey
Jr. Software Engineer
Webinito Networks.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Statistics

2010-04-05 Thread Poulter, Dale
All,

We have a test installation of dspace 1.6 and are attempting to set up 
statistics but have encountered two problems that I cannot seem to find a 
solution for yet.  The first is that I cannot seem to find a way to create solr 
statistical reports.  The old logs imported fine but I do not see any reports.  
Second is that non-administrative users cannot even see the statistics link 
even though I have statistics.item.authorization.admin set to false.  Any 
suggestions?  Thanks.


--Dale

---
Dale Poulter
Automation Coordinator
Library Information Technology Services
Vanderbilt University
Suite 700
110 21st Avenue South
Nashville, TN  37240
(615)343-5388
(615)343-8834 (fax)
(615)207-9705 (cell)
dale.poul...@vanderbilt.edumailto:dale.poul...@vanderbilt.edu

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Non-DC Import

2010-04-05 Thread keith . gilbertson
Hi.

I don't think that the patch in DS-257 has been included with any version of 
DSpace yet.  You'd have to apply the patch manually and re-deploy in order to 
use that feature.

You can still import metadata for your cld schema, though, by following the 
instructions in the What if I need to import metadata in a schema other than 
Dublin Core? question in the Batch Importing FAQ section of this document:

www.tdl.org/files/DSpaceBatchImportFormat.pdf


Basically, you'll create a file similar to the typical dublin_core.xml file, 
but it will be named metadata_cld.xml instead, and the dublin_core element 
will appear as dublin_core schema=cld.

You may still need to create a dublin_core.xml file with the metadata for the 
dc schema - I'm unclear on whether it's always required.


If you try this method and still have problems, you can send files for a sample 
item to me, along with the output from the stack trace of your exception, and 
I'll try it over here.

--keith


- Original Message -
From: RENTON Scott scott.ren...@ed.ac.uk
To: dspace-tech@lists.sourceforge.net
Sent: Monday, April 5, 2010 7:21:38 AM GMT -05:00 US/Canada Eastern
Subject: [Dspace-tech] Non-DC Import

t
Hi folks,

I'm having a shot at loading the generic metadata file (as opposed to 
dublin_core.xml) through import. First question- can this be done on 1.5.2, or 
must I upgrade before it becomes an option?

(If it's possible, I've followed patch DS-257's instructions:

File (metadata.xml):
?xml version=1.0 encoding=UTF-8?
metadata
  metadatavalue schema = cld element = custodialHistory qualifier = none 
 the whole wide world/metadatavalue
  metadatavalue schema = cld element = contentsDateRange qualifier = 
none  1985-2002/metadatavalue
  metadatavalue schema = cld element = hasAssociation qualifier = none  
Page 220/metadatavalue
  metadatavalue schema = cld element = hasPublication qualifier = none  
UCS/metadatavalue
  metadatavalue schema = cld element = accessControl qualifier = none  
us/metadatavalue
  metadatavalue schema = cld element = objectName qualifier = none  
books/metadatavalue
 /metadata

Command:
/u01/isdocs/dspace/bin/dsrun org.dspace.app.itemimport.ItemImport -a -e 
scott.ren...@ed.ac.uk -c 123456789/18 -s 
/u01/isdocs/dspace/carmichaelwatson/cw_dspace_test_non-dc -m mapfile.txt -l 
--resume

Output:
java.io.FileNotFoundException: 
/u01/isdocs/dspace/carmichaelwatson/cw_dspace_test_non-dc/0002789d/dublin_core.xml
 (No such file or directory)

(if I change the name back to dublin_core.xml, I get a NullPointerException).)

If I need to upgrade, I will do so; if I'm getting the syntax wrong though, 
please let me know!!

Cheers
Scott


Scott Renton
MIMS Project Officer
Digital Library Development
University Of Edinburgh
2 Buccleuch Place
Edinburgh
EH8 9LW

0131 651 5219

scott.ren...@ed.ac.uk 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Non-DC Import

2010-04-05 Thread Matthew Zimmerman
I just finished up learning about batch imports by trial and error and I 
believe you do have to include the dublin_core.xml file during batch imports 
for it to work.
 
Matthew Zimmerman
Manager
Digital Services and Technology Planning
UT Southwestern Medical Center Library
Tel: 214-648-4873
 
matthew.zimmer...@utsouthwestern.edu 
www.utsouthwestern.edu/library 


 keith.gilbert...@library.gatech.edu 4/5/2010 9:34 AM 
Hi.

I don't think that the patch in DS-257 has been included with any version of 
DSpace yet.  You'd have to apply the patch manually and re-deploy in order to 
use that feature.

You can still import metadata for your cld schema, though, by following the 
instructions in the What if I need to import metadata in a schema other than 
Dublin Core? question in the Batch Importing FAQ section of this document:

www.tdl.org/files/DSpaceBatchImportFormat.pdf 


Basically, you'll create a file similar to the typical dublin_core.xml file, 
but it will be named metadata_cld.xml instead, and the dublin_core element 
will appear as dublin_core schema=cld.

You may still need to create a dublin_core.xml file with the metadata for the 
dc schema - I'm unclear on whether it's always required.


If you try this method and still have problems, you can send files for a sample 
item to me, along with the output from the stack trace of your exception, and 
I'll try it over here.

--keith


- Original Message -
From: RENTON Scott scott.ren...@ed.ac.uk
To: dspace-tech@lists.sourceforge.net 
Sent: Monday, April 5, 2010 7:21:38 AM GMT -05:00 US/Canada Eastern
Subject: [Dspace-tech] Non-DC Import

t
Hi folks,

I'm having a shot at loading the generic metadata file (as opposed to 
dublin_core.xml) through import. First question- can this be done on 1.5.2, or 
must I upgrade before it becomes an option?

(If it's possible, I've followed patch DS-257's instructions:

File (metadata.xml):
?xml version=1.0 encoding=UTF-8?
metadata
  metadatavalue schema = cld element = custodialHistory qualifier = none 
 the whole wide world/metadatavalue
  metadatavalue schema = cld element = contentsDateRange qualifier = 
none  1985-2002/metadatavalue
  metadatavalue schema = cld element = hasAssociation qualifier = none  
Page 220/metadatavalue
  metadatavalue schema = cld element = hasPublication qualifier = none  
UCS/metadatavalue
  metadatavalue schema = cld element = accessControl qualifier = none  
us/metadatavalue
  metadatavalue schema = cld element = objectName qualifier = none  
books/metadatavalue
/metadata

Command:
/u01/isdocs/dspace/bin/dsrun org.dspace.app.itemimport.ItemImport -a -e 
scott.ren...@ed.ac.uk -c 123456789/18 -s 
/u01/isdocs/dspace/carmichaelwatson/cw_dspace_test_non-dc -m mapfile.txt -l 
--resume

Output:
java.io.FileNotFoundException: 
/u01/isdocs/dspace/carmichaelwatson/cw_dspace_test_non-dc/0002789d/dublin_core.xml
 (No such file or directory)

(if I change the name back to dublin_core.xml, I get a NullPointerException).)

If I need to upgrade, I will do so; if I'm getting the syntax wrong though, 
please let me know!!

Cheers
Scott


Scott Renton
MIMS Project Officer
Digital Library Development
University Of Edinburgh
2 Buccleuch Place
Edinburgh
EH8 9LW

0131 651 5219

scott.ren...@ed.ac.uk 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/dspace-tech 

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/dspace-tech
BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:Matthew Zimmerman
TEL;WORK:214-648-4873
ORG:;Library
TEL;PREF;FAX:214-648-9202
EMAIL;WORK;PREF:matthew.zimmer...@utsouthwestern.edu
N:Zimmerman;Matthew
TITLE:Mgr, Lib Digital Svcs and Tech
ADR;DOM;WORK;PARCEL;POSTAL:;E04.324
LABEL;DOM;WORK;PARCEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Matthew Zimmerman=0A=
E04.324
END:VCARD

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for 

Re: [Dspace-tech] [Dspace-general] Regarding Installing : tomcat server showing some error

2010-04-05 Thread Mark H. Wood
The nature of the failure is not obvious to me, but the first thing I
would suspect is the change in the account used to run Tomcat.  That
probably requires changing the ownership or permissions on nearly all
of the files created when Tomcat was installed.

I prefer to let the installed instance(s) of DSpace be owned by the account
used to run Tomcat, instead of trying to fix up Tomcat to be run by an
account dspace that isn't really needed.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Balance your desire for bells and whistles with the reality that only a 
little more than 2 percent of world population has broadband.
-- Ledford and Tyler, _Google Analytics 2.0_


pgpAgNxVM9k58.pgp
Description: PGP signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Registering non-Dublin Core items

2010-04-05 Thread Keith Michael Pickett
I'm trying to register a folder whose items have metadata in a custom schema I 
came up with.  Right now, my item folder has the contents text file and an XML 
metadata document called metadata_schema only.  I ran a test registration on 
the command prompt and a message was returned that says 
java.io.FileNotFoundException: E:\LASC)contents\testfolder1\dublin_core.xml 
(the system cannot find the file specified).  It looks like it's still looking 
for that dublin_core.xml file.

Do I need to have another XML file in the folder called dublin_core.xml?  Is 
there a setting I need to tweak?

Thanks!


Keith M. Pickett, MLIS

Digital Initiatives Librarian
Biology Subject Specialist
Chair, LOUISiana Digital Library Committee
Earl K. Long Library, Room 319
University of New Orleans
2000 Lakeshore Drive
New Orleans, LA 70148
(504) 280-3273
http://library.uno.edu/aboutus/staff/keith.cfm

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Handle plugins

2010-04-05 Thread Heh, Gregory
I can't seem to get the handle links to work for my instance of Dspace,
they just time out.  From what I can tell, I installed and configured
the handle server correctly on my Virtual RHEL 5 server.  The
handle-server.log has no errors after starting the handle server.

 

UDP handle Request Listener:

   address: /

  port: 2641

Starting UDP request handlers: ...

TCP handle Request Listener:

   address: /

  port: 2641

Starting TCP request handlers: .HTTP handle Request Listener:

   address: /

  port: 8000

Starting HTTP request handlers: .DONE



 

All I noticed were these two errors in handle-plugins.log

 

2010-04-05 13:31:25,541 INFO  org.dspace.handle.HandlePlugin @ Called
init (not implemented)

2010-04-05 13:31:25,543 INFO  org.dspace.handle.HandlePlugin @ Called
scanNAs (not implemented)

 

Any advice would be greatly appreciated.  Thank you.

 

Greg


This email message and any files transmitted with it are intended only for the 
use of the individual or entity to which it is addressed and may contain 
information that is privileged, confidential, and exempt from disclosure under 
applicable law.  Any use, distribution, copying or disclosure by anyone other 
than the intended individual or entity is prohibited without prior approval.  
If you have received this information in error, please notify the sender 
immediately.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] OAI-PMH ListIdentifiers Not Working

2010-04-05 Thread pennington
Stuart,

As usual, you were absolutely correct - this is an issue related to 
'harvest.includerestricted.oai' being set to 'false' in dspace.cfg. I set it to 
'true' and the problem went away. I'll switch it back for now but put this on 
my list for a major reason to update to 1.6 sooner rather than later.

Thanks for your help in figuring this one out!

--
Stacy Pennington
Rhodes College
penning...@rhodes.edu
(901) 843-3968


-Original Message-
From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] 
Sent: Wednesday, March 31, 2010 3:34 PM
To: Pennington_Stacy
Cc: Tech List
Subject: Re: [Dspace-tech] OAI-PMH ListIdentifiers Not Working

Hi Stacy,

You might be suffering from this issue:

 - http://jira.dspace.org/jira/browse/DS-212

You could test this theory by seeing if you've got 
'harvest.includerestricted.oai' set to 'false'. If so, set it to 'true' and try 
again. If this fixes the problem, you could try enabling it again, and try the 
latest version of the harvest code from DSpace 1.6. I can't promise it'll be 
backwards compatibly with 1.5.2, but it should be:

 - 
http://scm.dspace.org/trac/dspace/browser/dspace/tags/dspace-1.6.0/dspace-api/src/main/java/org/dspace/search/Harvest.java

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
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/


On 1/04/2010, at 4:11 AM, penning...@rhodes.edu penning...@rhodes.edu wrote:

 Thanks for the advice, but those steps didn't make any difference in the 
 outcome.
 
 It is just really odd. This request fails with a 500 error:
 
 http://dlynx.rhodes.edu/oai/request?verb=ListIdentifiersmetadataPrefix=oai_dc
 
 But this request gives a response, which is the correct Bad Argument answer 
 (because there is not the required metadataPrefix part of the request):
 
 http://dlynx.rhodes.edu/oai/request?verb=ListIdentifiers
 
 And when I do a list of metadata formats, oai_dc is there, of course:
 
 http://dlynx.rhodes.edu/oai/request?verb=ListMetadataFormats
 
 When I get the 500 error, I get this entry in the dspace.log file:
 
 2010-03-31 10:03:55,111 INFO  org.dspace.app.oai.DSpaceOAICatalog @ 
 anonymous:no_context:oai_request:verb=listIdentifiers,from=0001-01-01T00\colon;00\colon;00Z,until=-12-31T23\colon;59\colon;59Z,set=null,metadataPrefix=oai_dc
 
 The catalina.out log for Tomcat gives:
 
 java.lang.NullPointerException
at 
 org.dspace.authorize.AuthorizeManager.getAuthorizedGroups(AuthorizeManager.java:718)
at org.dspace.search.Harvest.harvest(Harvest.java:273)
at 
 org.dspace.app.oai.DSpaceOAICatalog.listIdentifiers(DSpaceOAICatalog.java:240)
at 
 ORG.oclc.oai.server.verb.ListIdentifiers.construct(ListIdentifiers.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at ORG.oclc.oai.server.OAIHandler.getResult(OAIHandler.java:383)
at ORG.oclc.oai.server.OAIHandler.doGet(OAIHandler.java:292)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
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:873)
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(Thread.java:595)
 
 Any more thoughts? Is anyone else seeing this issue running 1.5.2?
 
 --
 Stacy Pennington
 Rhodes College
 penning...@rhodes.edu
 (901) 843-3968



[Dspace-tech] log4j causing slowness for DSpace

2010-04-05 Thread Jason Fowler
I've been beating my brains in over this issue, and I have tried every possible 
solution I can find. I've recently migrated to 1.6.0, and since making the 
change, problems with log4j occur at startup. This makes my Dspace startup take 
ten minutes. I've narrowed down the problem (I think) to being an issue with 
log4j. 

I just appended a date stamp to my catalina.out file while I restarted. I have 
output it below. The first thing that shows up after the stamp is log4j errors. 
After churning for 10 minutes, everything works fine, even logging, solr, etc. 
Does anyone have any idea what might be causing this problem? If so, many, many 
thanks in advance.

Mon Apr  5 15:29:51 CDT 2010
log4j:WARN No appenders could be found for logger 
(org.apache.catalina.startup.Embedded).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN No appenders could be found for logger 
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
INFO: Loading provided config file: /mnt/storage/dspace/config/dspace.cfg
INFO: Using dspace provided log configuration (log.init.config)
INFO: Loading: /mnt/storage/dspace/config/log4j.properties
Loading catalog: 
file:/usr/local/apache-tomcat-5.5.26/work/Catalina/localhost/xmlui/cocoon_xml_resolver_entities/catalog
log4j:WARN No appenders could be found for logger 
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
INFO: Loading provided config file: /mnt/storage/dspace/config/dspace.cfg
INFO: Using dspace provided log configuration (log.init.config)
INFO: Loading: /mnt/storage/dspace/config/log4j.properties
- Loading provided config file: /mnt/storage/dspace/config/dspace.cfg
- Using dspace provided log configuration (log.init.config)
- Loading: /mnt/storage/dspace/config/log4j.properties
log4j:WARN No appenders could be found for logger 
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
INFO: Loading provided config file: /mnt/storage/dspace/config/dspace.cfg
INFO: Using dspace provided log configuration (log.init.config)
INFO: Loading: /mnt/storage/dspace/config/log4j.properties
log4j:WARN No appenders could be found for logger 
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
INFO: Loading provided config file: /mnt/storage/dspace/config/dspace.cfg
INFO: Using dspace provided log configuration (log.init.config)
INFO: Loading: /mnt/storage/dspace/config/log4j.properties
Loading catalog: 
file:/usr/local/apache-tomcat-5.5.26/work/Catalina/localhost/_/cocoon_xml_resolver_entities/catalog
log4j:WARN No appenders could be found for logger 
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
INFO: Loading provided config file: /mnt/storage/dspace/config/dspace.cfg
INFO: Using dspace provided log configuration (log.init.config)
INFO: Loading: /mnt/storage/dspace/config/log4j.properties
Apr 5, 2010 3:39:31 PM org.apache.solr.servlet.SolrDispatchFilter init
INFO: SolrDispatchFilter.init()
Apr 5, 2010 3:39:31 PM org.apache.solr.core.SolrResourceLoader locateInstanceDir
INFO: Using JNDI solr.home: /mnt/storage/dspace/solr

Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
Vice President, ALABI
jfow...@sbts.edu

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Non-DC Import

2010-04-05 Thread Hayden Young
Yes, according to a similar thread named Non-DC import you will also 
need to create a file called dublin_core.xml.


Cheers


Hayden

On 05/04/10 23:14, Matthew Zimmerman wrote:
I just finished up learning about batch imports by trial and error and 
I believe you do have to include the dublin_core.xml file during batch 
imports for it to work.

Matthew Zimmerman
Manager
Digital Services and Technology Planning
UT Southwestern Medical Center Library
Tel: 214-648-4873
matthew.zimmer...@utsouthwestern.edu 
mailto:matthew.zimmer...@utsouthwestern.edu

www.utsouthwestern.edu/library http://www.utsouthwestern.edu/library


 keith.gilbert...@library.gatech.edu 4/5/2010 9:34 AM 
Hi.

I don't think that the patch in DS-257 has been included with any 
version of DSpace yet.  You'd have to apply the patch manually and 
re-deploy in order to use that feature.


You can still import metadata for your cld schema, though, by 
following the instructions in the What if I need to import metadata 
in a schema other than Dublin Core? question in the Batch Importing 
FAQ section of this document:


www.tdl.org/files/DSpaceBatchImportFormat.pdf


Basically, you'll create a file similar to the typical dublin_core.xml 
file, but it will be named metadata_cld.xml instead, and the 
dublin_core element will appear as dublin_core schema=cld.


You may still need to create a dublin_core.xml file with the metadata 
for the dc schema - I'm unclear on whether it's always required.



If you try this method and still have problems, you can send files for 
a sample item to me, along with the output from the stack trace of 
your exception, and I'll try it over here.


--keith


- Original Message -
From: RENTON Scott scott.ren...@ed.ac.uk
To: dspace-tech@lists.sourceforge.net
Sent: Monday, April 5, 2010 7:21:38 AM GMT -05:00 US/Canada Eastern
Subject: [Dspace-tech] Non-DC Import

t
Hi folks,

I'm having a shot at loading the generic metadata file (as opposed to 
dublin_core.xml) through import. First question- can this be done on 
1.5.2, or must I upgrade before it becomes an option?


(If it's possible, I've followed patch DS-257's instructions:

File (metadata.xml):
?xml version=1.0 encoding=UTF-8?
metadata
metadatavalue schema = cld element = custodialHistory qualifier = 
none  the whole wide world/metadatavalue
metadatavalue schema = cld element = contentsDateRange qualifier 
= none  1985-2002/metadatavalue
metadatavalue schema = cld element = hasAssociation qualifier = 
none  Page 220/metadatavalue
metadatavalue schema = cld element = hasPublication qualifier = 
none  UCS/metadatavalue
metadatavalue schema = cld element = accessControl qualifier = 
none  us/metadatavalue
metadatavalue schema = cld element = objectName qualifier = 
none  books/metadatavalue

/metadata

Command:
/u01/isdocs/dspace/bin/dsrun org.dspace.app.itemimport.ItemImport -a 
-e scott.ren...@ed.ac.uk -c 123456789/18 -s 
/u01/isdocs/dspace/carmichaelwatson/cw_dspace_test_non-dc -m 
mapfile.txt -l --resume


Output:
java.io.FileNotFoundException: 
/u01/isdocs/dspace/carmichaelwatson/cw_dspace_test_non-dc/0002789d/dublin_core.xml 
(No such file or directory)


(if I change the name back to dublin_core.xml, I get a 
NullPointerException).)


If I need to upgrade, I will do so; if I'm getting the syntax wrong 
though, please let me know!!


Cheers
Scott


Scott Renton
MIMS Project Officer
Digital Library Development
University Of Edinburgh
2 Buccleuch Place
Edinburgh
EH8 9LW

0131 651 5219

scott.ren...@ed.ac.uk
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.

Re: [Dspace-tech] [Dspace-general] Dspace 1.6 installation Build Failed error

2010-04-05 Thread Vinsenso

same problem here...

I want to upgrade from dspace 1.5.2 to 1.6.0.
at step 8, i run ant -Dconfig = c:\dspace\config\dspace.cfg update, then the
same error exist.

anyone help plz.




AMJAD USMAN wrote:
 
 
 Hi all,
 i am installing Dspace 1.6,when i runant fresh_installcommand, it gives
 build failed error.
 following is the error
 description:***build_webapps_wars:
 check_geolite:
 init_geolite:
 update_geolite: [echo] Downloading:
 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz 
 [get] Getting:
 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz 
 [get] To:
 C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\Dspace\config\GeoLiteCity.dat.gz
  
 [get] Error getting
 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz to
 C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\Dspace\config\GeoLiteCity.dat.gz
 BUILD
 FAILEDC:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:736:The
 following error occurred while executing this
 line:C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:799:The
 following error occurred while executing this
 line:C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:785:java.net.ConnectException:
 Connection timed out:
 connect
 Can anyone help me...
 From:
 Amjad
 
 

-- 
View this message in context: 
http://old.nabble.com/-Dspace-general--Dspace-1.6-installation-Build-Failed-error-tp27946182p28147152.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-general] Dspace 1.6 installation Build Failed error

2010-04-05 Thread Stuart Lewis
Hi Vinsenso,

Is your web connection through a proxy server? If so, try setting the proxy 
server settings for ant as this may help:

 - http://ant.apache.org/manual/proxy.html

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
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/


On 6/04/2010, at 3:28 PM, Vinsenso wrote:

 
 same problem here...
 
 I want to upgrade from dspace 1.5.2 to 1.6.0.
 at step 8, i run ant -Dconfig = c:\dspace\config\dspace.cfg update, then the
 same error exist.
 
 anyone help plz.
 
 
 
 
 AMJAD USMAN wrote:
 
 
 Hi all,
 i am installing Dspace 1.6,when i runant fresh_installcommand, it gives
 build failed error.
 following is the error
 description:***build_webapps_wars:
 check_geolite:
 init_geolite:
 update_geolite: [echo] Downloading:
 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz 
 [get] Getting:
 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz 
 [get] To:
 C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\Dspace\config\GeoLiteCity.dat.gz
  
 [get] Error getting
 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz to
 C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\Dspace\config\GeoLiteCity.dat.gz
 BUILD
 FAILEDC:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:736:The
 following error occurred while executing this
 line:C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:799:The
 following error occurred while executing this
 line:C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:785:java.net.ConnectException:
 Connection timed out:
 connect
 Can anyone help me...
 From:
 Amjad
 
 
 
 -- 
 View this message in context: 
 http://old.nabble.com/-Dspace-general--Dspace-1.6-installation-Build-Failed-error-tp27946182p28147152.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.
 
 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech