[Dspace-tech] Display of non-DC metadata fields in XMLUI

2014-11-25 Thread amutsikiwa
Hi

 

Hope I find you well. I have added some non-dc metadata field for capturing
thesis-based metadata as informed by
http://www.ndltd.org/standards/metadata/etd-ms-v1.1.html
http://ir.uz.ac.zw/jspui/dspace-admin/metadata-field-registry?dc_schema_id=
3  . The additional fields are displaying very well in JSPUI
(http://ir.uz.ac.zw/jspui/handle/10646/907?mode=full ). Now I want to use
XMLUI and I will appreciate any pointer on how I can make the additional
fields display in XMLUI.

 

 

 

 

Kind Regards,

 

Admire Mutsikiwa 

ICT Projects Manager

Libraries 

University of Zimbabwe

Tel:+263-4-303276

It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities.  Josiah Charles Stamp,
1880-1941, former director of the Bank of England 

 

 

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Moving items from one Collection to another

2014-09-23 Thread amutsikiwa
Thank you very much for the information.

-Original Message-
From: Keir Vaughan-Taylor [mailto:kei...@optusnet.com.au] 
Sent: Tuesday, September 23, 2014 1:49 AM
To: amutsik...@uzlib.uz.ac.zw
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Moving items from one Collection to another

# Use psql commands to
# move one collection into another
# where collection defined by its ID
#Adjust the two totals for each collection.
#Find the collection id for the two collections.
#In this example moving items from 7 to 2 update collection2item set 
collection_id='2' where collection_id='7'; update collection_item_count set 
count='0' where collection_id='7'; # change the new collection ID over to the 
existing collection update item set owning_collection='2' where 
owning_collection='7';
# run /data/dspace/bin/dspace itemcounter






On Mon, 2014-09-22 at 15:28 +0200, amutsik...@uzlib.uz.ac.zw wrote:
 Hi
 
  
 
 I am interested in the sql statement that will enable me to move a 
 number of items from one collection to  another.
 
  
 
 Kind Regards,
 
  
 
 Admire Mutsikiwa
 
 ICT Projects Manager
 
 Libraries
 
 University of Zimbabwe
 
 Tel:+263-4-303276
 
 “It is easy to dodge our responsibilities, but we cannot dodge the 
 consequences of dodging our responsibilities.”  Josiah Charles Stamp, 
 1880-1941, former director of the Bank of England
 
  
 
  
 
 
 --
  Meet PCI DSS 3.0 Compliance Requirements with EventLog 
 Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI 
 DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download 
 White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with 
 EventLog Analyzer 
 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.
 clktrk ___ DSpace-tech 
 mailing list DSpace-tech@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/dspace-tech List 
 Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Moving items from one Collection to another

2014-09-22 Thread amutsikiwa
Hi

 

I am interested in the sql statement that will enable me to move a number of
items from one collection to  another.

 

Kind Regards,

 

Admire Mutsikiwa 

ICT Projects Manager

Libraries 

University of Zimbabwe

Tel:+263-4-303276

It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities.  Josiah Charles Stamp,
1880-1941, former director of the Bank of England 

 

 

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Problem with solr statitsics not been updated

2014-09-10 Thread amutsikiwa
I have been experiencing problems with my solr statistics not been updated.
I try to upgrade from dspace 3.1 to dspace 3.2 to no avail. I can elink
http://localhost/solr and get the welcome to Solr page and the Solr Admin
Page, Admin Statistics  and admin oai links. I am running my dspace
instance on port 80. However, when I try to run
[dspace]/bin/dspace update-discovery-index -f as part of the upgrade
process. This is what I am getting  

 

INFO [main] (DSpaceKernelInit.java:52) - Created new kernel:
DSpaceKernel:org.dspace:name=a7ff425e-81e7-46ab-bf63-1f1f16557613,type=DSpac
eKernel:lastLoad=null:loadTime=0:running=false:kernel=null

INFO [main] (ConfigurationManager.java:1224) - Loading from classloader:
file:/home/dspace/dspace/config/dspace.cfg

INFO [main] (ConfigurationManager.java:1224) - Using dspace provided log
configuration (log.init.config)

INFO [main] (ConfigurationManager.java:1224) - Loading:
/home/dspace/dspace/config/log4j.properties

Exception: java.net.ConnectException: Connection refused

org.dspace.discovery.SearchServiceException: java.net.ConnectException:
Connection refused

at
org.dspace.discovery.SolrServiceImpl.cleanIndex(SolrServiceImpl.java:418)

at org.dspace.discovery.IndexClient.main(IndexClient.java:119)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57
)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:43)

at java.lang.reflect.Method.invoke(Method.java:622)

at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)

Caused by: org.apache.solr.client.solrj.SolrServerException:
java.net.ConnectException: Connection refused

at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpS
olrServer.java:483)

at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpS
olrServer.java:244)

at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:
89)

at
org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)

at
org.dspace.discovery.SolrServiceImpl.getSolr(SolrServiceImpl.java:106)

at
org.dspace.discovery.SolrServiceImpl.cleanIndex(SolrServiceImpl.java:384)

... 6 more

Caused by: java.net.ConnectException: Connection refused

at java.net.PlainSocketImpl.socketConnect(Native Method)

at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327)

at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.ja
va:193)

at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)

at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)

at java.net.Socket.connect(Socket.java:546)

at java.net.Socket.connect(Socket.java:495)

at java.net.Socket.init(Socket.java:392)

at java.net.Socket.init(Socket.java:266)

at
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSo
cket(DefaultProtocolSocketFactory.java:80)

at
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSo
cket(DefaultProtocolSocketFactory.java:122)

at
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

at
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnect
ionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)

at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethod
Director.java:387)

at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDir
ector.java:171)

at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)

at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpS
olrServer.java:427)

... 11 more


 


 


 


 


 


 


 


 


 

Kind Regards,

 

Admire Mutsikiwa 

ICT Projects Manager

Libraries 

University of Zimbabwe

Tel:+263-4-303276

It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities.  Josiah Charles Stamp,
1880-1941, former director of the Bank of England 

 

 

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Using Dspace for Maps

2014-06-17 Thread amutsikiwa
Hi All,

 

We are in the process  of digitizing our maps for the University of
Zimbabwe. I am wondering if it is possible to use DSpace for capturing the
map. If not can anyone point us to the proper open source software to use
for maps.

 

Kind Regards,

 

Admire Mutsikiwa 

ICT Projects Manager

Libraries 

University of Zimbabwe

Tel:+263-4-303276

It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities.  Josiah Charles Stamp,
1880-1941, former director of the Bank of England 

 

 

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Global addition of a group or e-person to all submission workflow steps

2014-05-06 Thread amutsikiwa
Hi

 

Hope I found you well.  We are in the process of trying to improve the
quality of our submission process. We would like to add a group called
irsubmitter  for submission   as well as irreviewer to step 2 of the
workflows of all  collections in our repository. We have a number of
collections so we do not intend to do this manually. We will appreciate  a
global way through  may be an SQL statement to achieve that.

 

 

Kind Regards,

 

Admire Mutsikiwa 

ICT Projects Manager

Libraries 

University of Zimbabwe

Tel:+263-4-303276

It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities.  Josiah Charles Stamp,
1880-1941, former director of the Bank of England 

 

 

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Displaying additional metafields in DSpace Xmlui

2014-03-18 Thread amutsikiwa
I have been using JSPUI and I now want to use the XMLUI. I would like my
XMLUI to display the same metafields as with my JSPUI. For instance, I have
added thesis.degree.faculty, thesis.degree.country and thesis.degree.level
and I am capturing them. I now want to display the fields in XMLUI as in my
JSPUI. Visit http://ir.uz.ac.zw/jspui/handle/10646/1088  and
http://ir.uz.ac.zw/xmlui/handle/10646/1088 to appreciate what  I want to
achieve

 

Kind Regards,

 

Admire Mutsikiwa 

ICT Projects Manager

LibrariesUniversity of Zimbabwe

 

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Error installing dspace on Ubuntu

2014-02-22 Thread amutsikiwa
Hi All,

 

After googling for a while, I came across this listserv message
http://osdir.com/ml/dspace-users-digital-asset-management/2013-12/msg00029.h
tml and the problem was resolved. The issue was :

When upgrading, the mvn -U clean package command MUST be run from the 
[dspace-source] directory (NOT from [dspace-source]/dspace/).

Running the command from [dspace-source] ensures that *all* DSpace 
modules are recompiled/rebuilt for DSpace 4.0. (Whereas, running the 
build from [dspace-source]/dspace/ performs a quick build, which does 
NOT recompile all modules.)

 

For more information visit
https://wiki.duraspace.org/display/DSDOC4x/Upgrading+From+3.x+to+4.0 

 

 

From: amutsik...@uzlib.uz.ac.zw [mailto:amutsik...@uzlib.uz.ac.zw] 
Sent: Tuesday, February 11, 2014 8:41 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Error installing dspace on Ubuntu

 

Hi All

 

I am installing dspace4.0  on Ubuntu.  Everthing seems to have run well but
on about to complete the  mvnpackage stage, it is giving me the
following error:

   

 

main:

fileset: Setup scanner in dir
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui with patternSet{
includes: [*.properties] excludes: [] }

[native2ascii] No sources found.

[INFO] Executed tasks

[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-resources-plugin:2.3:resources' --

[DEBUG]   (f) encoding = UTF-8

[DEBUG]   (f) filters =
[/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/../../../target/bu
ild.properties]

[DEBUG]   (s) includeEmptyDirs = false

[DEBUG]   (s) outputDirectory =
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/target/classes

[DEBUG]   (s) overwrite = false

[DEBUG]   (f) project = MavenProject: org.dspace.modules:xmlui:4.0 @
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/pom.xml

[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false,
FileSet {directory:
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/src/main/resources,
PatternSet [includes: {}, excludes: {}]}}]

[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@15b55bc

[DEBUG] -- end configuration --

[INFO] [resources:resources {execution: default-resources}]

[INFO]


[ERROR] BUILD ERROR

[INFO]


[INFO] Error loading property file
'/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/../../../target/bu
ild.properties'

 

 

I tried to copy the file
/home/dspace/dspace-4.0-src-release/build.properties to
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/../../../target/bui
ld.properties and re-run mvn packages to no avail

 

 

I will appreciate any pointers

 

 

Kind Regards,

 

Admire Mutsikiwa 

ICT Projects Manager

LibrariesUniversity of Zimbabwe

 


-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Error installing dspace on Ubuntu

2014-02-11 Thread amutsikiwa
Hi All

 

I am installing dspace4.0  on Ubuntu.  Everthing seems to have run well but
on about to complete the  mvnpackage stage, it is giving me the
following error:

   

 

main:

fileset: Setup scanner in dir
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui with patternSet{
includes: [*.properties] excludes: [] }

[native2ascii] No sources found.

[INFO] Executed tasks

[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-resources-plugin:2.3:resources' --

[DEBUG]   (f) encoding = UTF-8

[DEBUG]   (f) filters =
[/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/../../../target/bu
ild.properties]

[DEBUG]   (s) includeEmptyDirs = false

[DEBUG]   (s) outputDirectory =
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/target/classes

[DEBUG]   (s) overwrite = false

[DEBUG]   (f) project = MavenProject: org.dspace.modules:xmlui:4.0 @
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/pom.xml

[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false,
FileSet {directory:
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/src/main/resources,
PatternSet [includes: {}, excludes: {}]}}]

[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@15b55bc

[DEBUG] -- end configuration --

[INFO] [resources:resources {execution: default-resources}]

[INFO]


[ERROR] BUILD ERROR

[INFO]


[INFO] Error loading property file
'/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/../../../target/bu
ild.properties'

 

 

I tried to copy the file
/home/dspace/dspace-4.0-src-release/build.properties to
/home/dspace/dspace-4.0-src-release/dspace/modules/xmlui/../../../target/bui
ld.properties and re-run mvn packages to no avail

 

 

I will appreciate any pointers

 

 

Kind Regards,

 

Admire Mutsikiwa 

ICT Projects Manager

LibrariesUniversity of Zimbabwe

 

--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Item-level statistics not displaying

2013-10-18 Thread amutsikiwa
Hi All,

I have a D Space instance (version 3.0) that have been upgraded over the
years.  I am using JSPUI. Now, my item-level statistics are not  showing/ or
been displayed. Visit  http://ir.uz.ac.zw/jspui/handle/10646/1054/statistics
. I will appreciate any pointers

 

Admire Mutsikiwa 

ICT Projects Manager

Libraries

University of Zimbabwe

 



---
Join the Alumni Associaton of the University of Zimbabwe and become a part of 
this great legacy!!!
The Alumni Association of the University of Zimbabwe.  Our Past, Our Present, 
Our Future Together

Follow us on

Facebook: www.facebook.com/UniversityofZimbabweAlumni   Twitter: AlumniUZ
Website:  www.alumni.uz.ac.zw   E-mail:  
dev.alumnirelati...@admin.uz.ac.zw--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Using DSpace for hosting Past Exams Online

2013-08-20 Thread amutsikiwa
Hi All,

 

I have an in-house Past  Exams Online running on Linux, Apache, Mysql and
PHP (LAMP). In the in-house system I  have tables contain the  relationships
between Faculty, Departments, Course Codes and Course titles.  During data
ingestion (uploading a past exam script), the use simply selects the course
code and the other pieces of information  such as the course title,
department and the faculty are selected in the background without the user
input. Now I want to implement the project on DSpace. My question is it
possible have the value of a given metadata field, e.g Department  been a
function of another value, which could be in another separate table, say.

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe



---
Join the Alumni Associaton of the University of Zimbabwe and become a part of 
this great legacy!!!
The Alumni Association of the University of Zimbabwe.  Our Past, Our Present, 
Our Future Together

Follow us on  

Facebook: www.facebook.com/UniversityofZimbabweAlumni   Twitter: AlumniUZ
Website:  www.alumni.uz.ac.zw   E-mail:  
dev.alumnirelati...@admin.uz.ac.zw--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] problems with ant fresh_install on DSpace 3.1

2013-04-15 Thread amutsikiwa
I was in the process of installing Dspace 3.1 on Ubuntu. My mvn package
command was successfully. However, when I run  ant fresh_install, I am
getting the following error

[java] Unable to load the launcher configuration file:
[dspace]/config/launcher.xml

 [java] no protocol:
/home/dspace/dspace/config/launcher.xml

When I check my installation directory  /home/dspace/dspace, the directory
is empty. 

 

I appreciate any pointers.

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] problems with ant fresh_install on DSpace 3.1

2013-04-15 Thread amutsikiwa
Hi 

The error I was getting  was because my  /home/dspace/dspace/ was in
quotes . I have removed them in the dspace.cfg  file. Now the error  I am
now getting is given below:

 

[java] 2013-04-15 21:55:45,977 INFO
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database

[java] 2013-04-15 21:55:45,991 FATAL
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:

[java] java.io.FileNotFoundException: database_schema.sql
(No such file or directory)

 

From: amutsikiwa [mailto:amutsik...@uzlib.uz.ac.zw] 
Sent: Monday, April 15, 2013 9:33 PM
To: 'dspace-tech@lists.sourceforge.net'
Subject: problems with ant fresh_install on DSpace 3.1

 

I was in the process of installing Dspace 3.1 on Ubuntu. My mvn package
command was successfully. However, when I run  ant fresh_install, I am
getting the following error

[java] Unable to load the launcher configuration file:
[dspace]/config/launcher.xml

 [java] no protocol:
/home/dspace/dspace/config/launcher.xml

When I check my installation directory  /home/dspace/dspace, the directory
is empty. 

 

I appreciate any pointers.

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Compatibility of DSpace and EPrint OAI-PMH

2012-08-08 Thread amutsikiwa
I have a number of Institution running DSpace. However, our parent
institution is running EPrints. Now we intent to harvest metadata from
Dspace instances to the EPrint repository. I am wondering if this is
possible and if anyone can point me to some documentation.

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Listing articles of a given collection in a Departmental webpage

2012-07-17 Thread amutsikiwa
Hi

 

We are running DSpace 1.8.2. Our DSpace instance http://ir.uz.ac.zw is
organized along department community/collection. I would like to list
articles available in a given  departmental collection on their  webpage on
our University website. I would appreciate any help in  to this end.

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe Library

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Uploading and Displaying the Author's passport sized photo

2012-07-16 Thread amutsikiwa
Hi All,

 

I am interested in uploading and displaying the Author's passport sized
photo together with an article.  I will appreciate any help.

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Displaying articles of a given community/collection on another website

2012-07-06 Thread amutsikiwa
Hi

 

I am running Dspace 1.8.2 using JSPUI. I would like to have articles in  for
a given community/collection to be displayed on the website of a given
Faculty. Can someone point me to how to do that.

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Item Statistics not displaying countries -GeoLiteCity

2012-07-06 Thread amutsikiwa
Hi All,

 

I have a problem with my statistics  failing to display Top Countries and
Top Cities. It is displaying  Unknown Country. Please visit
http://ir.uz.ac.zw/jspui/handle/10646/511/statistics 

Any assistance is greatly appreciated .

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Email Link in Dspace

2012-07-03 Thread amutsikiwa
Hi All,

 

I am wondering if it is possible to have an email link in the display page
which when clicked will invoke an email client. Currently,  I have
implemented the author's  email as dc.contributor.authoremail(link) in the
webui.itemdisplay.default directive in the dspace.cfg file.  Visit
http://ir.uz.ac.zw/jspui/handle/10646/761 

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Sorl statistics giving a blank

2012-06-26 Thread amutsikiwa
Hi All,

 

I have recently restored my dspace instance after some problems.  Everything
is working well except for item-level  statistics. I am on DSpace 1.8.2 and
I am using JSPUI. An example of my item statistics page is given by the link
http://ir.uz.ac.zw/jspui/handle/10646/631/statistics .  I have tried to
follow the following  advice
https://wiki.duraspace.org/display/DSDOC18/DSpace+Statistics but I am still
getting an blank page 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] An unsual problem with the Authorization page

2012-06-26 Thread amutsikiwa

I am having a problem with my authorization page in the JSPUI. When I  click
on authorization page in the administrative area
(http://ir.uz.ac.zw/jspui/dspace-admin/authorize )  I am getting a Error:
Document Not Found. However, when I paste authorize-main.jsp to
http://ir.uz.ac.zw/jspui/dspace-admin/ on the address bar, I can view the
page http://ir.uz.ac.zw/jspui/dspace-admin/paste
http://ir.uz.ac.zw/jspui/dspace-admin/paste%20authorize-main.jsp
authorize-main.jsp .  Any assistance  would be appreciated.


 


Admire Mutsikiwa


University of Zimbabwe


 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace not searching

2012-06-21 Thread amutsikiwa
Hi all,

 

I have recently restored my DSpace instance. I am on Dspace 1.8.2. I can
browse but I cannot search.  Whatever search I do I am getting the  Search
produced no results. My  DSpace instance is publicly available on
http://ir.uz.ac.zw 

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] No files associated with articles after upgrade from 1.7.2 to 1.8.0

2012-05-02 Thread amutsikiwa
I have recently upgrade my Dspace instance from DSpace 1.7.2 to 1.8.0 on my
test server. Everything seems to be okay ( the metadata for an article are
been displayed) except that there are no files associated with any article.
In fact, there is no link for the files  associated with a given article.
Instead of the link to the pdf files,  am getting the following message.

Files in This Item:

There are no files associated with this item.

 

I will appreciate an pointers,

 

Regards,

 

Admire Mutsikiwa

 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] e-Theses authoring on DSpace

2012-03-14 Thread amutsikiwa
Hi All, 

 

We intent to encorporate our e-theses into our Institutional Repository.
However,  we have an additional requirement of using the system as an
authoring platform. I am on dspace 1.7.2.  Does the current dspace version
has this feature? Is there anyone who has added authoring platform on
DSpace +1.7.x

 

Regards,

Admire Mutsikiwa 

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Modification of Input form- Embargo fields to be show if a thesis is embargoed

2011-11-29 Thread amutsikiwa
Hi

 


I am implementing a thesis repository using DSpace.  I would like to be able
to add the statement   The thesis has been embargoed   on the Describe
this Item of the submission  process, so that embargo-related fields are
shown if the submitter has indicated so, just as with the item has been
published before. 


 


I will appreciate any pointers to implement that.


 

 

Kind Regards,

 

Admire Mutsikiwa

ICT Projects Manager

Library IT

University of Zimbabwe

Tel:+263-4-303276

Cel:+263-772-239187

 




The University of Zimbabwe is eternally grateful to the tremendous support
it received from both local and international partners at its fundraising
dinner.  Partnerships supported are partnerships solidified; we hope to
continue working together with you our partners in our teaching and research
journey.  May the Lord richly bless you.

Website: www.fundraising.uz.ac.zw
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace Logs

2011-11-08 Thread amutsikiwa
Thanks. I managed to  make a copy of cocoon.log , checker.log and 
handle-plugin.log  and managed to recover 2GB. Now I am wondering of the 
dspace.log.2010-12-21 and   dspace.log.2010-12-21.solr which one are necessary 
for computation of access statistics.

 

From: Peter Dietz [mailto:pdiet...@gmail.com] 
Sent: Monday, November 07, 2011 7:27 PM
To: amutsikiwa
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace Logs

 

Hi Admire,

 

There is interesting information that lives in old logs. You could in the 
future build something to count how many queries have been performed on your 
system, see how popular your RSS feeds are, look at errors users encounter, etc.

 

So, if your concerned with space and backup time, you could either move your 
old logs off of your production server, and move them to another server that 
works more as an archive. Or.. you could just tar/zip up some old logs to 
compress them which will save a massive amount of space. So that when you need 
the logs in the future, you can just extract them.

 

The dspace.log logs are important. Cocoon.log is not important.

I wouldn't recommend altering the contents of dspace.log, but if you've had 
debug mode on for an extended period of time, you might want to remove debug 
entries.

 

 

Peter Dietz




On Mon, Nov 7, 2011 at 5:03 AM, amutsikiwa amutsik...@uzlib.uz.ac.zw wrote:

Hi

 

I have been running dspace for a while. Now my dspace directory is over 13GB in 
size. My assetstore directory is under 700MB. My dspace log is the one that is 
over 9GB.  The size is taking a toll on my backup. I know I have to preserve 
the logs  in the interest of access statistics. But  I believe not all the log 
entries contribute to  access statistics. So   I am wondering which log entries 
can  I delete from the log directory?

 

 

 

Kind Regards,

 

Admire Mutsikiwa

ICT Projects Manager

Library IT

University of Zimbabwe

Tel:+263-4-303276

Cel:+263-772-239187 tel:%2B263-772-239187 

 

 


The University of Zimbabwe is eternally grateful to the tremendous support it 
received from both local and international partners at its fundraising dinner. 
Partnerships supported are partnerships solidified; w e hope to continue 
working together with you our partners in our teaching and research journey. 
May the Lord richly bless you. 

Website: www.fundraising.uz.ac.zw 

 


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

 




The University of Zimbabwe is eternally grateful to the tremendous support
it received from both local and international partners at its fundraising
dinner.  Partnerships supported are partnerships solidified; we hope to
continue working together with you our partners in our teaching and research
journey.  May the Lord richly bless you.

Website: www.fundraising.uz.ac.zw



--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace Logs

2011-11-07 Thread amutsikiwa
Hi

 

I have been running dspace for a while. Now my dspace directory is over 13GB
in size. My assetstore directory is under 700MB. My dspace log is the one
that is over 9GB.  The size is taking a toll on my backup. I know I have to
preserve the logs  in the interest of access statistics. But  I believe not
all the log entries contribute to  access statistics. So   I am wondering
which log entries can  I delete from the log directory?

 

 

 

Kind Regards,

 

Admire Mutsikiwa

ICT Projects Manager

Library IT

University of Zimbabwe

Tel:+263-4-303276

Cel:+263-772-239187

 




The University of Zimbabwe is eternally grateful to the tremendous support
it received from both local and international partners at its fundraising
dinner.  Partnerships supported are partnerships solidified; we hope to
continue working together with you our partners in our teaching and research
journey.  May the Lord richly bless you.

Website: www.fundraising.uz.ac.zw
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Harvesting from Multiple collection to a single collection using OAI-PMH

2011-10-04 Thread amutsikiwa
 

Hi

 

We are in the process of setting up our e-Theses Repository using DSpace. We
want to setup communities for each faculty with the intention of having
collection for theses in each community.  However, there is a national
e-Theses portal project which would be harvesting from our local e-Theses
collection. I am  wondering if it would be possible to harvest from the
multiple faculty collection on our local e-Theses repoisotory to a single
institution collection on the national e-Theses repository?  Or there would
need to mirror the collection on the local e-theses Repository

Kind Regards,

 

Admire Mutsikiwa

ICT Projects Manager

Library IT

University of Zimbabwe

Tel:+263-4-303276

Cel:+263-772-239187

 

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Metadata for ETDs on DSpace

2011-09-29 Thread amutsikiwa
I have piloted my ETDs on DSpace. I now want to go to production stage.  I
am   wondering if  the ETD-MS  metadata schema
(http://www.ndltd.org/standards/metadata/etd-ms-v1.1.html/?searchterm=ETD-MS
) given its inclusion of non-DC element such as thesis.degree
(thesis.degree.name, thesis.degree.level , thesis.degree.discipline and
thesis.degree.grantor) is OAI-PMH harvestable. The following thread raised
my eyebrows http://listserv.vt.edu/cgi-bin/wa?A2=ind0506
http://listserv.vt.edu/cgi-bin/wa?A2=ind0506L=etd-lP=1551
L=etd-lP=1551  pertaining the non-harvestability of non-DC element in the
ETD-MS. Can anyone confirm this.

 

 

 

Kind Regards,

 

Admire Mutsikiwa

ICT Projects Manager

Library IT

University of Zimbabwe

Tel:+263-4-303276

Cel:+263-772-239187

 


---

The University of Zimbabwe is on a drive to raise 5 million dollars for an 
endowment fund for projects, improvement of students facilities and 
infrastructure re-capitalization. To this end a university tour and dinner will 
be hosted on 1st October 2011. Your participation in Cash or Kind is most 
welcome. VIP tickets USD100 per person, other tickets USD30 per person and 
raffle tickets at USD 10. 

For more information contact bus.developm...@admin.uz.ac.zw, 
in...@admin.uz.ac.zw. 
Telephone numbers: 30321/13 Ext 11103/11334; 
Website: www.fundraising.uz.ac.zw

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Sorl statistics

2011-09-21 Thread amutsikiwa
I have recently  re-installed my ubuntu server on which my  dspace instance
runs on.  I then used my back up to re-install dspace. I changed my port
from port 8080 to 80. I managed to change the log entries  in [dspace]/logs
from, for example http://localhost:8080/solr/statistics/update?wt=javabin
http://localhost:8080/solr/statistics/update?wt=javabinversion=1
version=1 to http://localhost/solr/statistics/update?wt=javabin
http://localhost/solr/statistics/update?wt=javabinversion=1 version=1 .
However, when I want to view statistic on an item such as
http://ir.uz.ac.zw/jspui/displaystats?handle=10646%2F631
http://ir.uz.ac.zw/jspui/displaystats?handle=10646%2F631submit_simple=View
+Statistics submit_simple=View+Statistics  I am getting a blank page. 

 

I checked on the logs that were created after I changed the port from 8080
to 80  and they are logged as
http://localhost:8080/solr/statistics/update?wt=javabin
http://localhost:8080/solr/statistics/update?wt=javabinversion=1
version=1. Where else should I change so that the statistics are logged
correctly?

 

Kind Regards,

 

Admire Mutsikiwa

ICT Projects Manager

Library IT

University of Zimbabwe

 


---

The University of Zimbabwe is on a drive to raise 5 million dollars for an 
endowment fund for projects, improvement of students facilities and 
infrastructure re-capitalization. To this end a university tour and dinner will 
be hosted on 1st October 2011. Your participation in Cash or Kind is most 
welcome. VIP tickets USD100 per person, other tickets USD30 per person and 
raffle tickets at USD 5.00. 

For more information contact bus.developm...@admin.uz.ac.zw, 
in...@admin.uz.ac.zw. 
Telephone numbers: 30321/13 Ext 11103/11334; 
Website: www.fundraising.uz.ac.zw

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Importing records from ETD-db platform to DSpace

2011-09-09 Thread amutsikiwa
Hi

 I have been running my  electronic theses and dissertations on ETD-db from
Virginia Tech. I now want to import then into my new DSpace Platform. Is
there anyone who has a script or a way of achieving that.

 

Kind Regards,

 

Admire Mutsikiwa

ICT Projects Manager

Library IT

University of Zimbabwe

 


---

The University of Zimbabwe is on a drive to raise 5 million dollars for an 
endowment fund for projects, improvement of students facilities and 
infrastructure re-capitalization. To this end a university tour and dinner will 
be hosted on 1st October 2011. Your participation in Cash or Kind is most 
welcome. VIP tickets USD100 per person, other tickets USD30 per person and 
raffle tickets at USD 5.00. 

For more information contact bus.developm...@admin.uz.ac.zw, 
in...@admin.uz.ac.zw. 
Telephone numbers: 30321/13 Ext 11103/11334; 

--
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Developing static pages to be part of Dspace

2011-07-28 Thread amutsikiwa
Hi All,

 

I have a separate portal for our Institutional Repository
(http://ir.uz.ac.zw) that explains the purposes, policies etc about our
Institutional repository that runs on apache web server. Our Repository
which uses DSpace is accessible on http://ir.uz.ac.zw:8080/jspui (still
using the JSPUI). Now I want to incorporate the pages on our portal to be
part of  our IR, maintain the same look and feel and only populating the
content part of DSpace. 

 

Any idea on or how-to achieve this would be greatly appreciated.

 

Regards,

Admire Mutsikiwa

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Including the email and picture of the authorof an article when viewing record metadata

2011-06-25 Thread amutsikiwa
Hi

 

I am interested in including  the email and a small picture of the author of
an article when viewing  record metadata. For instance on this page
http://ir.uz.ac.zw:8080/jspui/handle/10646/571 of an article. Any pointers
or how tos?

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Migrating DSpace from Fedora to Ubuntu

2011-06-24 Thread amutsikiwa
Hi 

I have an instance of dspace 1.7.2 runing on  Fedora 8 using JDK  6U26. I
now want to have  the same instance running on my laptop which is running
Ubuntu 10.10 but using the same java version from Oracle Java. I followed
the instruction for updating a dspace instance. When I run the command  for
Generate Browse and Search Indexes, Iam getting the following error message:

 

 

Started: 1308909872821

Ended: 1308909872857

Elapsed time: 0 secs (36 msecs)

Exception: java.lang.ClassNotFoundException: 

java.sql.SQLException: java.lang.ClassNotFoundException: 

at
org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSourceInit.java:14
9)

at
org.dspace.storage.rdbms.DatabaseManager.initialize(DatabaseManager.java:151
3)

at
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:
585)

at org.dspace.core.Context.init(Context.java:95)

at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:624)

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

at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)

Caused by: java.lang.ClassNotFoundException: 

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:169)

at
org.dspace.storage.rdbms.DataSourceInit.getDatasource(DataSourceInit.java:38
)

 

Any pointers?

 

Regards,

Admire Mutsikiwa

University of Zimbabwe

 

 

--
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] problem with my handle server

2011-05-30 Thread amutsikiwa
Hi All,

 

I am running DSpace 1.7.2 on Fedora 8 with  jdk1.6.0_25 and apache tomcat
-7.0.14. I am having problems with my handle server. When I start it, it is
not giving any error. However, if I do a netstat -tnlp, it is clear that it
is not running. When I look at the error logs in the
/home/dspace/dspace/handle-server, the error log reads:

 

2011/05/30 04:38:09 CAT 100 class net.handle.server.HdlTcpInterface: Error
setting up server socket: java.net.BindException: Address already in use

2011/05/30 04:43:09 CAT 100 class net.handle.server.HdlHttpInterface:
Error setting up server socket: java.net.BindException: Address already in
use

2011/05/30 04:43:09 CAT 100 class net.handle.server.HdlHttpInterface:
Error setting up server socket: java.net.BindException: Address already in
use

2011/05/30 04:43:09 CAT 100 class net.handle.server.HdlUdpInterface: Error
setting up server socket: java.net.BindException: Address already in use

2011/05/30 04:43:09 CAT 100 class net.handle.server.HdlUdpInterface: Error
setting up server socket: java.net.BindException: Address already in use

2011/05/30 04:43:09 CAT 100 class net.handle.server.HdlTcpInterface: Error
setting up server socket: java.net.BindException: Address already in use

2011/05/30 04:43:09 CAT 100 class net.handle.server.HdlTcpInterface: Error
setting up server socket: java.net.BindException: Address already in use

2011/05/30 04:48:09 CAT 100 class net.handle.server.HdlHttpInterface:
Error setting up server socket: java.net.BindException: Address already in
use

2011/05/30 04:48:09 CAT 100 class net.handle.server.HdlHttpInterface:
Error setting up server socket: java.net.BindException: Address already in
use

2011/05/30 04:48:09 CAT 100 class net.handle.server.HdlTcpInterface: Error
setting up server socket: java.net.BindException: Address already in use

2011/05/30 04:48:09 CAT 100 class net.handle.server.HdlTcpInterface: Error
setting up server socket: java.net.BindException: Address already in use

2011/05/30 04:48:09 CAT 100 class net.handle.server.HdlUdpInterface: Error
setting up server socket: java.net.BindException: Address already in use

2011/05/30 04:48:09 CAT 100 class net.handle.server.HdlUdpInterface: Error
setting up server socket: java.net.BindException: Address already in use

2011/05/30 04:52:47 CAT 25 Shutting down server at Mon May 30 16:52:47 CAT
2011

2011/05/30 04:52:47 CAT 100 Error sleeping!: java.lang.ThreadDeath

2011/05/30 04:52:47 CAT 100 Error sleeping!: java.lang.ThreadDeath

2011/05/30 04:52:47 CAT 100 Error sleeping!: java.lang.ThreadDeath

2011/05/30 04:52:47 CAT 100 Error sleeping!: java.lang.ThreadDeath

2011/05/30 04:52:47 CAT 100 Error sleeping!: java.lang.ThreadDeath

2011/05/30 04:52:47 CAT 100 Error sleeping!: java.lang.ThreadDeath

2011/05/30 04:52:47 CAT 25 Shutting down server at Mon May 30 16:52:47 CAT
2011

2011/05/30 04:52:47 CAT 75 class net.handle.server.HdlUdpInterface: Error
handling request: java.net.SocketException: Socket closed

java.net.SocketException: Socket closed

at java.net.PlainDatagramSocketImpl.receive0(Native Method)

at
java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:145)

at java.net.DatagramSocket.receive(DatagramSocket.java:725)

at
net.handle.server.HdlUdpInterface.serveRequests(HdlUdpInterface.java:156)

at net.handle.server.NetworkInterface.run(NetworkInterface.java:150)

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

2011/05/30 04:52:47 CAT 75 class net.handle.server.HdlTcpInterface: Error
handling request: java.net.SocketException: Socket closed

java.net.SocketException: Socket closed

at java.net.PlainSocketImpl.socketAccept(Native Method)

at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)

at java.net.ServerSocket.implAccept(ServerSocket.java:462)

at java.net.ServerSocket.accept(ServerSocket.java:430)

at
net.handle.server.HdlTcpInterface.serveRequests(HdlTcpInterface.java:155)

at net.handle.server.NetworkInterface.run(NetworkInterface.java:150)

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

2011/05/30 04:52:47 CAT 75 class net.handle.server.HdlHttpInterface: Error
handling request: java.net.SocketException: Socket closed

java.net.SocketException: Socket closed

at java.net.PlainSocketImpl.socketAccept(Native Method)

at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:408)

at java.net.ServerSocket.implAccept(ServerSocket.java:462)

at java.net.ServerSocket.accept(ServerSocket.java:430)

at
net.handle.server.HdlHttpInterface.serveRequests(HdlHttpInterface.java:217)

at net.handle.server.NetworkInterface.run(NetworkInterface.java:150)

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

 

However, my netstat -talnp produces

 

Active Internet connections (only servers)

Proto Recv-Q Send-Q Local Address   Foreign Address
State   PID/Program name   

tcp0  0 

[Dspace-tech] FW: DSpace: Internal Server Error

2011-03-31 Thread amutsikiwa

Hi All,

 I m getting the following errors, but I cannot figure out the source of the
problem.
-Original Message-
From: dsp...@uzlib.uz.ac.zw [mailto:dsp...@uzlib.uz.ac.zw] 
Sent: Wednesday, March 30, 2011 8:49 PM
To: ictmana...@uzlib.uz.ac.zw
Subject: DSpace: Internal Server Error

An internal server error occurred on http://ir.uz.ac.zw:8080/jspui:

Date:   3/30/11 8:49 PM
Session ID: B870EEAD5BADCC6F892503A11C400FA3
User:   Anonymous
IP address: 66.249.71.46

-- URL Was:
http://ir.uz.ac.zw:8080/jspui/handle/10646/184/browse?type=titlesort_by=1o
rder=ASCrpp=15etal=25submit_browse=Update
-- Method: GET
-- Parameters were:
-- etal: 25
-- order: ASC
-- submit_browse: Update
-- sort_by: 1
-- type: title
-- rpp: 15


Exception:
org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool
error Timeout waiting for idle object
at
org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.ja
va:114)
at
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:
588)
at org.dspace.core.Context.init(Context.java:95)
at org.dspace.app.webui.util.UIUtil.obtainContext(UIUtil.java:98)
at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java
:100)
at
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:206)
at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServ
letFilter.java:78)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127
)
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:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http
11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.util.NoSuchElementException: Timeout waiting for idle object
at
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPoo
l.java:958)
at
org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.ja
va:106)
... 22 more





--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] modifying config dspace.cfg

2011-02-09 Thread amutsikiwa
After making changes  to [dspace-source]/dspace/config/dspace.cfg, change
directory to [dspace-source]/dspace/ and  then run
 mvn -e -o packages
Then  change directory to  
 [dspace-source]/dspace/target/dspace-1.7.0-build.dir
 And run 
  ant -Doverwrite=true update clean_backups


The changes should be effected.


Regards,

Admire Mutsikiwa
University of Zimbabwe

-Original Message-
From: Glenn Little [mailto:lit...@cs.ucsd.edu] 
Sent: Wednesday, February 09, 2011 2:00 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] modifying config dspace.cfg

I've got an install of dspace and am now trying to modify the
dspace.cfg file.  But I'm confused as to which file to edit.  I
thought I was supposed to do this:

+ edit [dspace-source]/dspace/config/dspace.cfg

+ change dir to [dspace-source]/dspace/target/dspace-1.7.0-build.dir

+ ant update_configs

The problem is that this does not do anything with my new changes.
Instead it puts an old copy of my dspace.cfg file over into
[dspace]/config/dspace.cfg.new.  As far as I can tell, that *old* copy
comes from:

  [dspace-source]/dspace/target/dspace-1.7.0-build.dir/config/dspace.cfg

So what is the real intent of the copy in dspace-version-build.dir
compared to the one higher up in the source tree?  How is one *really*
supposed to update the configuration, post-install?

Thanks...

-glenn


--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

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




--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item count in a community and collection

2011-02-08 Thread amutsikiwa
Hi helix84,

Thank you very much!

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Tuesday, February 08, 2011 11:05 AM
To: amutsikiwa
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Item count in a community and collection

On Tue, Feb 8, 2011 at 08:29, amutsikiwa amutsik...@uzlib.uz.ac.zw wrote:
 I am interested in displaying the number of item in a community/collection
 when communities/collections are listed on the home page of my dspace
 installation. Which directive should I turn on in the dspace.cfg fiel?

You should set
webui.strengths.show = true
webui.strengths.cache = true
and run
/[dspace]/bin/dspace itemcounter
periodically from cron (how often depends on how often number of items changes).

From documentation:
Property: webui.strengths.show
Informational Note: Determines if communities and collections should
   display item counts when listed. The default behav-
  ior if omitted, is true. (This configuration property
 key is not used by XMLUI. To show thumbnails using
XMLUI, you need to create a theme which displays
   them).
Property: webui.strengths.cache
Informational Note: When showing the strengths, should they be count-
   ed in real time, or fetched from the cache. Counts
  fetched in real time will perform an actual count of
 the database contents every time a page with this fea-
ture is requested, which will not scale. If you set the
   property key is set to cache (true) you must run the
  following command periodically to update the count:
 /[dspace]/bin/dspace itemcounter. The
default is to count in real time (set to false).

Regards,
~~helix84

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




--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] bulk update of the license bundle

2011-02-08 Thread amutsikiwa
 I would like to change the archived submission license for all the items in
my repository. Is there a way to achieve this?

 

Regars,

 

Admire

--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.7.0 statistics scripts

2011-02-07 Thread amutsikiwa
Hi  Bram,

 

I am at a loss on how to use the new command to update the statistics. The
online manual  does not  specify how we can go ahead  and  run the cron
jobs. I will appreciate it  if you can point on how we can run  new command
launcher. For instance how do we run the  command

 [dspace]/bin/dspace stat-general

 

in the new command launcher?

 

From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten
Sent: Friday, February 04, 2011 3:20 PM
To: amutsikiwa
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace 1.7.0 statistics scripts

 

As the cron jobs were used to launch scripts the old way, you'll have to
make sure that your cron jobs also use the new command launcher

best regards,

Bram Luyten

@mire

Technologielaan 9 - 3001 Heverlee - Belgium

2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA


atmire.com http://atmire.com/  - Institutional Repository Solutions



On Fri, Feb 4, 2011 at 2:13 PM, amutsikiwa amutsik...@uzlib.uz.ac.zw
wrote:

Hi Bram,

Thanks for the information. As a follow-up, we becomes of the cron jobs? Are
they going to work as they were or there are some changes?

 

Regards,

Admire Mutsikiwa

 

From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten
Sent: Friday, February 04, 2011 12:25 PM
To: amutsikiwa
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace 1.7.0 statistics scripts

 

Hi,

many scripts are now being started by dspace name of script with the
new command launcher.
Documentation:
http://www.dspace.org/1_7_0Documentation/Application%20Layer.html#Applicati
onLayer-DSpaceCommandLauncher
http://www.dspace.org/1_7_0Documentation/Application%20Layer.html#Applicatio
nLayer-DSpaceCommandLauncher
The file launcher.xml gives you all the info about the commands and the
attributes you can use.

best regards,

Bram Luyten

@mire

Technologielaan 9 - 3001 Heverlee - Belgium

2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA


atmire.com http://atmire.com/  - Institutional Repository Solutions

On Fri, Feb 4, 2011 at 9:02 AM, amutsikiwa amutsik...@uzlib.uz.ac.zw
wrote:

Hi

 

I am trying DSpace 1.7.0. I have downloaded and installed
dspace-1.7.0-src-release.tar.gz ( 6.5M in size). My installation went on
smoothly. However, when I look in to the  [dspace]/bin directory, the
statistics scripts are conspicuously missing.  My [dspace]/bin directory
listing has the following:

buildpath.bat

dspace

dspace.bat

dspace-info.pl

dspace_migrate

log-reporter

make-handle-config

start-handle-server

Is this coorect?



--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 



-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 

--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.7.0 statistics scripts

2011-02-07 Thread amutsikiwa
Hi  Stuart,

I am not sure if I did not express myself well. I meant to ask what is the
equivalent of that [dspace]/bin/stat-general in the new command launcher?

-Original Message-
From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] 
Sent: Monday, February 07, 2011 7:56 PM
To: amutsikiwa
Cc: Dspace-tech Tech
Subject: Re: [Dspace-tech] DSpace 1.7.0 statistics scripts

Hi,

 I am at a loss on how to use the new command to update the statistics. The
online manual  does not  specify how we can go ahead  and  run the cron
jobs. I will appreciate it  if you can point on how we can run  new command
launcher. For instance how do we run the  command
  [dspace]/bin/dspace stat-general
  
 in the new command launcher?

That is using the new command launcher.

The old way of doing it was to execute:

  [dspace]/bin/stat-general

Thanks,


Stuart Lewis
Digital Development Manager
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


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




--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Item count in a community and collection

2011-02-07 Thread amutsikiwa
Hi,

 

I am interested in displaying the number of item in a community/collection
when communities/collections are listed on the home page of my dspace
installation. Which directive should I turn on in the dspace.cfg fiel?

 

Regards,

 

Admire Mutsikiwa

--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace 1.7.0 statistics scripts

2011-02-04 Thread amutsikiwa
Hi

 

I am trying DSpace 1.7.0. I have downloaded and installed
dspace-1.7.0-src-release.tar.gz ( 6.5M in size). My installation went on
smoothly. However, when I look in to the  [dspace]/bin directory, the
statistics scripts are conspicuously missing.  My [dspace]/bin directory
listing has the following:

buildpath.bat

dspace

dspace.bat

dspace-info.pl

dspace_migrate

log-reporter

make-handle-config

start-handle-server

Is this coorect?

--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace 1.7.0 statistics scripts

2011-02-04 Thread amutsikiwa
Hi Bram,

Thanks for the information. As a follow-up, we becomes of the cron jobs? Are
they going to work as they were or there are some changes?

 

Regards,

Admire Mutsikiwa

 

From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten
Sent: Friday, February 04, 2011 12:25 PM
To: amutsikiwa
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace 1.7.0 statistics scripts

 

Hi,

many scripts are now being started by dspace name of script with the
new command launcher.
Documentation:
http://www.dspace.org/1_7_0Documentation/Application%20Layer.html#Applicati
onLayer-DSpaceCommandLauncher
http://www.dspace.org/1_7_0Documentation/Application%20Layer.html#Applicatio
nLayer-DSpaceCommandLauncher
The file launcher.xml gives you all the info about the commands and the
attributes you can use.

best regards,

Bram Luyten

@mire

Technologielaan 9 - 3001 Heverlee - Belgium

2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA


atmire.com http://atmire.com/  - Institutional Repository Solutions



On Fri, Feb 4, 2011 at 9:02 AM, amutsikiwa amutsik...@uzlib.uz.ac.zw
wrote:

Hi

 

I am trying DSpace 1.7.0. I have downloaded and installed
dspace-1.7.0-src-release.tar.gz ( 6.5M in size). My installation went on
smoothly. However, when I look in to the  [dspace]/bin directory, the
statistics scripts are conspicuously missing.  My [dspace]/bin directory
listing has the following:

buildpath.bat

dspace

dspace.bat

dspace-info.pl

dspace_migrate

log-reporter

make-handle-config

start-handle-server

Is this coorect?



--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world?
http://p.sf.net/sfu/oracle-sfdevnlfb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



-- 
This message has been scanned for viruses and 
dangerous content by  http://www.mailscanner.info/ MailScanner, and is 
believed to be clean. 

--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Updating the license bundle

2011-02-04 Thread amutsikiwa
Hi,

They are some items on our repository that were  archived with the default
license. Now  we want to update/replace the  archived license. Can you point
to any lead.

 

Regards,

 

Admire Mutsikiwa

--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] error creating a handle server

2010-12-23 Thread amutsikiwa
Hi all,

I am trying to create a  handle server for my new dspace instance  by
running  [dspace]/bin/make-handle-config.  My   [dspace]/ handle-server  is
initially empty. When I run the command I am gteeted with the following
error:

Writing simple Handle server configuration

Error setting up the server:

java.lang.NullPointerException

java.lang.NullPointerException

at
net.handle.server.SimpleSetup.responseToPrompt(SimpleSetup.java:853)

at net.handle.server.SimpleSetup.getIPAddress(SimpleSetup.java:532)

at net.handle.server.SimpleSetup.main(SimpleSetup.java:92)

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

at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:212)

./make-handle-config: 88: cannot open /dspace/handle-server/config.dct: No
such file

./make-handle-config: 97: cannot open /tmp/handleconfig4364: No such file

 

 

Is the file /dspace/handle-server/config.dct supposed to exist before I run
the make-handle-config?

 

Regards

Admire Mutsikiwa

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Changing the white background

2010-12-17 Thread amutsikiwa
Hi  All, 

I appreciate that DSpace makes heavy usage of css. However, I am interested
in establishing how I can go ahead and change the default white background
for the Navigation bar, content , sider bar and footer. It is clear that it
is not affected by the body background  element of the  styles.css.jsp,
which I have pasted below.

BODY { font-family: verdana, Arial, Helvetica, sans-serif;

   font-size: 10pt;

   font-style: normal;

   color: #00;

   background: #bb; 

   margin: 0;

   padding: 0;

   margin-left:0px;

   margin-right:0px;

   margin-top:0px;

   margin-bottom:0px }

 

any  hints

 

--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace log permissiom problem

2010-12-14 Thread amutsikiwa
Hi all,

I have a rather queer problem. My newly created dspace log files are always
owned by user root, though they are affiliated with the group dspace.  For
example:

~$ ls -l /dspace/log/dspace.log.2010-12-14

-rw-r--r-- 1 root dspace 1176 2010-12-14 10:50
/dspace/log/dspace.log.2010-12-14 

 

This gives me permission errors when running utilities that run as user
dspace. How can I make sure that the flog files are owned by dspace without
having to run chown -R dspace.dspace /dspace/log*

--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] statistics generation question

2010-12-14 Thread amutsikiwa
I was very happy to bumb into this thread. I am experiencing the same
problems as Jason was experiencing. I checked on my solr.log.server in the
dspace.cfg file. It was set to  ${dspace.baseUrl}/solr/statistics and I
modified it to  http://localhost:8080/solr/statistics as directed below. I
rebuild dspace (mvn  package) and them run ant update. When I point my
browser to http://ir.uz.ac.zw:8080/solr/statistics, I get a HTTP Status 403-
description Access to the specified resource () has been forbidden. Iam at a
loss as to where I am getting it wrong.
-Original Message-
From: Jason Nugent [mailto:jnug...@unb.ca] 
Sent: Friday, December 10, 2010 3:57 PM
To: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] statistics generation question

Hi Stuart,

I've tracked down what my issue was.  SOLR was properly deployed, but the
1.6.0 dspace.cfg file appeared to default to the baseUrl property, not
localhost:8080, so my instance was bumping into the
LocalHostRestrictionFilter.enabled property, which is not disabled by
default in the web.xml file that ships with the webapp.

solr.log.server = ${dspace.baseUrl}/solr/statistics

With that filter in place, anything other than localhost for a domain will
fail silently.  I haven't checked to see if this is still the case in newer
DSpace releases.

Cheers,

Jason

On 2010-12-09, at 5:00 PM, Stuart Lewis wrote:

 Hi Jason,
 
 In 1.6+ there are two forms of statistics.  There is the 'classic'
statistics that used to be there and continues to be, and the new 'solr'
statistics.
 
 The classic statistics are available from /statistics and are generated
nightly from your dspace.log files.
 
 The solr statistics rely on a new webapp being deployed.  The solr webapp
needs to be deployed, and is configured in dspace.cfg: 
 
 - solr.log.server = http://localhost:8080/solr/statistics
 
 This collects events 'as they happen', and logs them into a solr index in
real-time so that the statics are always up to date.  It is these statistics
that are shown on the community / collection / item pages.  The solr stats
also perform other tasks that Minho stats provided, such as logging of the
geographical location of the visits.
 
 I hope this helps,
 
 
 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 (0)9 373 7599 x81928
 
 
 
 On 10/12/2010, at 8:04 AM, Jason Nugent wrote:
 
 Hi everyone,
 
 I am curious about the stats reporting in DSpace 1.6.x.  I'm running  a
1.6.0 installation and I've noticed that the general stats pages do have
stats, but if I drill down into a particular collection at a particular
handle, I also have a statistics link that points to a URL with a handle in
it.  Clicking that link gives me a Manakin themed page which is empty.
 
 My top level pages do show stats, and I can browse by month without
problem.  
 
 Is this simply a UI issue and that link shouldn't exist? maybe a relative
path to statistics instead of an absolute one to the top of my DSpace
installation?  Bug in the UI, maybe?  Here's an example of that:
 
 http://dspace.hil.unb.ca:8080/handle/1882/38
 
 The link in the lower right (you'd need to log in to see it) points to
 
 http://dspace.hil.unb.ca:8080/handle/1882/38/statistics 
 
 which doesn't seem right.
 
 My./stats-* report generation tools run just fine.
 
 Also, I was wondering if the add-on for statistics, originally created by
the University of Minho, will ever be updated for newer versions?  Has
anyone looked at creating a Manakin-compatible stats addon?
 
 Thanks,
 
 Jason
 -
 Programmer/Analyst
 University of New Brunswick Libraries
 jnug...@unb.ca
 (506) 447 3177
 
 


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

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




--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] how to upgrade handle server after upgrade from rrelease 1.6.1 to 1.6.2

2010-12-07 Thread amutsikiwa
Hi I have upgraded my dspace instance  from release 1.6.1 to 1.6.2 to fix
the handle server issue as mentioned in  http://www.duraspace.org/node/946 .
Now I am at a loss as on how to update the handle application. Should I copy
the handle file from [dspace-source]/dspace/bin to the [dspace]/bin
directory?

 

Regards,

Admire Mutsikiwa

--
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Support for searching and browsing of multi-byte UTF-8 in apache-tomcat 6.0.29

2010-11-24 Thread amutsikiwa
Hi,

I am installing DSpace 1.6.2 and would like to use apache-tomcat 6.0.29.
when I open the file  /usr/local/apache-tomcat-6.0.2/ conf/server.xml, I can
see that the first line has the following:

?xml version='1.0' encoding='utf-8'?

 

I am wondering if it is necessary now to  explicitly add support for
searching and browsing of multi-byte UTF-8, as specified in the online
DSpace installation manual?

 

Regards,

 

Admire

--
Increase Visibility of Your 3D Game App  Earn a Chance To Win $500!
Tap into the largest installed PC base  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Manually installation of GeoLiteCity.Ddat.gz

2010-11-09 Thread amutsikiwa
Hi all,

I am in the process of compiling dspace by running ant fresh_install.  
Everthing is going on smoothly but I can't to go past the download of  
GeoLite.dat.gz. I am wondering if it is not possible to download the  
GeoLite.dat.gz files from the repsoitory  
http://geolite.maxmind.com/download/geoip/database.

Regards,

Admire Mutsikiwa


This message was sent using IMP, the Internet Messaging Program.


--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Manually installation of GeoLiteCity.Ddat.gz

2010-11-09 Thread amutsikiwa
Hi all,

I am in the process of compiling dspace by running ant fresh_install.  
Everthing is going on smoothly but I can't to go past the download of  
GeoLite.dat.gz. I am wondering if it is not possible to download the  
GeoLite.dat.gz files from the repsoitory  
http://geolite.maxmind.com/download/geoip/database.

Regards,

Admire Mutsikiwa


This message was sent using IMP, the Internet Messaging Program.


--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech