Re: [Dspace-tech] OAI URL not accessible

2013-08-13 Thread Lewatle Phaladi
Hi Helix,

I appreciate help.

Regards,
Lewatle 

-Original Message-
From: helix84 [mailto:heli...@centrum.sk] 
Sent: 13 August 2013 03:54 PM
To: Lewatle Phaladi
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] OAI URL not accessible

Hi Lewatle,

did you tell Tomcat where to find the OAI webapp?




Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 

This communication is 
intended for the addressee only. It is confidential. If you have received this 
communication in error, please notify us immediately and destroy the original 
message. You may not copy or disseminate this communication without the 
permission of the University. Only authorised signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary. 


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] OAI URL not accessible

2013-08-13 Thread Lewatle Phaladi
Hi Hilton,

Thanks a lot.

Regards,
Lewatle

From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Sent: 13 August 2013 03:54 PM
To: Lewatle Phaladi
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] OAI URL not accessible

Hi

Check that you did not un-deploy the OAI app.
See: 
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08#Step_8._Enable_the_DSpace_Java_webapps_on_the_Java_Tomcat_webapp_server

Cheers

hg

On 13 August 2013 15:48, Lewatle Phaladi 
mailto:lewatle.phal...@wits.ac.za>> wrote:
Dear All,

My dspace oai link is not accessible, the link was accessible all along and as 
from last week when we tried to harvest some collections the error message I am 
getting displays as * OAI server could not be reached. I am using dspace 1.8.2 
and I have uncommented in dspace.cfg for the line which has  OAI URL  and 
checked under modules/oai file if URL for OAI is uncommended there and 
restarted tomcat, but still I can’t reach 
http://wiredspace.wits.ac.za/oai/request . Any suggestions and ideas are 
welcomed.

Regards,
Lewatle

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorised 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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



--
Hilton Gibson
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson

 

This communication is 
intended for the addressee only. It is confidential. If you have received this 
communication in error, please notify us immediately and destroy the original 
message. You may not copy or disseminate this communication without the 
permission of the University. Only authorised signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary. 

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Parameters for vocabulary xmlui not working

2013-08-13 Thread bcoballes
Hi everyone,

I'm trying to modify the delimiter string for my controlled vocabulary but I
already edited the following from my [dspace-src]/dspace/config/dspace.cfg:

choices.plugin.dc.subject = srscmod
choices.presentation.dc.subject = select
vocabulary.plugin.srscmod.hierarchy.store = true
vocabulary.plugin.srscmod.hierarchy.suggest = false
vocabulary.plugin.srscmod.delimiter = " -- "

but after rebuilding and restarting tomcat, no change was seen. The subjects
are delimited by default value "::" and the hierarchy is still present. I am
using a modified controlled vocabulary. My discovery and
DSpaceControlledVocabulary plugin are enabled. I have the following codes in
my [dspace-src]/dspace/config/input-forms.xml:


 dc
 subject
 
 
 true
 Subject Keywords
 twobox
 Enter appropriate subject keywords or phrases below. 
 
 srscmod
   

Any insights?




-
Librarian In-Charge of Non-Print 
Educational Media Center 
Ateneo de Manila High School 
Philippines
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Import FB to DSpace

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 10:35 PM, Thomas Ronayne
 wrote:
> That's another one I flipped back and forth about. en_UK vs. just en (and
> what about Old French, lots of these things are prior to the introduction of
> New French). I'm going to ask the Powers That Be about this one (and they're
> probably going to say, "Use the word." Sigh.

Not to worry! There's ISO 639-6 to the rescue: "... comprehensive
enumeration of language variants is possible, including living,
extinct, ancient and constructed languages ..."

http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=43380

http://xkcd.com/927/


> Well, the list wants plain text and plain text doesn't support tables and
> the like so, phooey.

This list does accept html emails:

http://dspace.2283337.n4.nabble.com/Get-item-id-from-bitstream-handle-tt4662208.html#a4662213


> Here's another crack at at with fixed width and inserting spaces:

Looks fine in a monospaced font.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Import FB to DSpace

2013-08-13 Thread Thomas Ronayne
Hi, Helix,

A riddle, wrapped in a mystery, inside an enigma but that's my story and I'm 
stickin' to it.

On 08/13/2013 04:07 PM, helix84 wrote:
> On Tue, Aug 13, 2013 at 8:20 PM, Thomas Ronayne
>  wrote:
>> Most of the date fields are defined as the date data type which does produce 
>> the ISO standard format; it's only the ones that are a year only that were 
>> defined as integer data type. The actual books typically (well, never, truth 
>> be known) define a date as anything but the year, no month, no day.
> I know how you feel. You can either stop caring about sorting dates or
> you can generate dates in form 1984-01-01.
You know, I flipped back and forth about that (didn't know about he 
limitation, though). I figure it'll be easy enough to tell folks to 
enter a date as, oh, 1749-01-01 or, maybe better, 1749-06-15 (so there's 
no problems with the year getting adjusted prior to the Gregorian 
calender adjustment someday -- you never about these things).
>
>
>>   My understanding of the ISO standard is that a date can take the form of 
>> , -mm and -mm-dd but it's certainly understandable that DSpace 
>> won't be happy about that.
> Yes, ISO 8601 does allow all those forms and more. It's an old
> limitation in DSpace.
>
>
>> 8 language VARCHAR(10),|dc:language.rfc3066|en (English), fr
> I'd personally go with dc.language.iso and put ISO 639-3 code in
> (others also use ISO 639-2). DSpace doesn't prescribe which one and
> AFAIK, DC doesn't, either. You may want to check whether QDC or
> DCTERMS prescribe a particular vocabulary.
That's another one I flipped back and forth about. en_UK vs. just en 
(and what about Old French, lots of these things are prior to the 
introduction of New French). I'm going to ask the Powers That Be about 
this one (and they're probably going to say, "Use the word." Sigh.
>
>
>> 34 publisher_ VARCHAR(40),| local:publisherlocation|Publisher 
>> location
> This _feels_ like it should go to dc.publisher.location (which we
> don't have by default). Check the standards. If unsure, leaving it in
> local is fine.
>
> In any case, it's a simple SQL query to change all values of a
> particular field to a different schema, element or qualifier, so don't
> worry too much about it.
I couldn't find a "location" in the Metadata Field Registry at 
http://localhost:8080/jspui/dspace-admin/metadata-field-registry?dc_schema_id=1,
 
so I did the local thing. Maybe I missed something.
>
>
>> PS: I did look at the submitted table and it really looks bad -- should I 
>> take a crack at formatting it a little better and resubmit?
> This is the one case where I use HTML emails - to explicitly format
> text as monospaced, or for syntax highlighting if I'm feeling fancy.
> You may want to also send it to dspace-general, but I don't think
> they'll have anything to add.
Well, the list wants plain text and plain text doesn't support tables 
and the like so, phooey.

Here's another crack at at with fixed width and inserting spaces:

FoxBase Field Name, TypeDSpace Field Name Example (note)

1 books (books NUMERIC(8),  local:books SERIAL data type
2 box_no NUMERIC(6),local:boxnumber Storage box number
3 unit_no INTEGER,  local:unitnumber Unit number
4 height NUMERIC(5, 2), local:height Height (inches)
5 width NUMERIC(5, 2),  local:width Width (inches)
6 row INTEGER,  local:row Row
7 books_column INTEGER, local:bookscolumn Column
8 language VARCHAR(10), dc:language.rfc3066 en (English), fr 
(French), de
(German), gr (Greek), la (Latin),
es (Spanish), it (Italian) (others)
9 curr_evalu VARCHAR(40),   local:evaluator Name of evaluator
10 orig_locat VARCHAR(30),  local:origlocation Original location
11 curr_locat VARCHAR(30),  local:currlocation Current location
12 date_creat DATE, local:datecreated Date record created
13 user_creat VARCHAR(15),  local:usercreated User created record
14 user_updat VARCHAR(15),  local:userupdated User updated record
15 date_updat DATE, local:dateupdated Date record updated
16 author VARCHAR(75),  dc:contributor.author Fielding, Henry
17 title VARCHAR(75),   dc:title History of Tom Jones A Foundling,
The
18 pub_date NUMERIC(4), dc:date.issued 1749
19 print_edit VARCHAR(10),  local:edition 1st, 4th, 1850, 1910
20 print_date NUMERIC(4),   dc:date.created 1749
21 purchase_d DATE, dc:date.available 1951-02-15 (date 
purchared by
Constantine, Aeneas MD)
22 original_p NUMERIC(9, 2),local:originalprice Publisher price
23 purchase_p NUMERIC(9, 2),local:purchaseprice Purchase price paid by
Constantine,Aeneas MD
24 present_va NUMERIC(9, 2),local:presentvalue Present value
25 book_condi VARCHAR(10),  local:condition Poor, Fair, Good, 
Excellent, Other
26 subject VARCHAR(40), dc:subject.classification Free-form subject
27 preface VARCHAR(40), local:pr

Re: [Dspace-tech] Import FB to DSpace

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 8:20 PM, Thomas Ronayne
 wrote:
> Most of the date fields are defined as the date data type which does produce 
> the ISO standard format; it's only the ones that are a year only that were 
> defined as integer data type. The actual books typically (well, never, truth 
> be known) define a date as anything but the year, no month, no day.

I know how you feel. You can either stop caring about sorting dates or
you can generate dates in form 1984-01-01.


>  My understanding of the ISO standard is that a date can take the form of 
> , -mm and -mm-dd but it's certainly understandable that DSpace 
> won't be happy about that.

Yes, ISO 8601 does allow all those forms and more. It's an old
limitation in DSpace.


> 8 language VARCHAR(10),|dc:language.rfc3066|en (English), fr

I'd personally go with dc.language.iso and put ISO 639-3 code in
(others also use ISO 639-2). DSpace doesn't prescribe which one and
AFAIK, DC doesn't, either. You may want to check whether QDC or
DCTERMS prescribe a particular vocabulary.


> 34 publisher_ VARCHAR(40),| local:publisherlocation|Publisher 
> location

This _feels_ like it should go to dc.publisher.location (which we
don't have by default). Check the standards. If unsure, leaving it in
local is fine.

In any case, it's a simple SQL query to change all values of a
particular field to a different schema, element or qualifier, so don't
worry too much about it.


> PS: I did look at the submitted table and it really looks bad -- should I 
> take a crack at formatting it a little better and resubmit?

This is the one case where I use HTML emails - to explicitly format
text as monospaced, or for syntax highlighting if I'm feeling fancy.
You may want to also send it to dspace-general, but I don't think
they'll have anything to add.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
I added this :



to *dspace/solr/statistics/conf/schema.xml

*
reload the tomcat webapp but still don't see the bistream downloaded stats.

-Jose*
*



On Tue, Aug 13, 2013 at 3:06 PM, Jose Blanco  wrote:

> Ok, I'm seeing them now.  Looking for number of bitstream downloaded in
> each collection per item, so say item A has which contains bitstreams x and
> y, has had x download 20 times and y download 34 times.  Will keep pocking
> around,
>
>
> On Tue, Aug 13, 2013 at 2:31 PM, Jose Blanco  wrote:
>
>> I may have messed up the construction of the URL to get to the stats page
>> when I merged my code. Can you tell me what the URL would look like if you
>> want to access the web page with stats for a particular collection.
>>
>>
>> On Tue, Aug 13, 2013 at 11:31 AM, Peter Dietz  wrote:
>>
>>> Hi Jose,
>>>
>>> DSpace 3.0 has SOLR Statistics enabled by default, so you shouldn't have
>>> to alter anything to make it work. SOLR statistics gets its data by every
>>> hit to an object firing off a UsageEvent, specifically, a
>>> SolrLoggerUsageEventListener.
>>> So, SOLR will add a document to its SOLR statistics index after a hit. You
>>> can also do an initial load of all your data from the past.
>>>
>>> To import your usage data from the past, you can run the:
>>> stats-log-converter and stats-log-importer tools.
>>>
>>> https://wiki.duraspace.org/display/DSDOC18/Managing+Usage+Statistics#ManagingUsageStatistics-DSpaceLogConverter
>>>
>>> By default, only the admin can view statistics. So, log in as the admin,
>>> and then either view your DSpace Home page, or browse to a Collection, a
>>> link to view statistics should show up.
>>>
>>>
>>> If you are having specific errors, where the process breaks down at some
>>> point, then mention the error you get.
>>>
>>> As I said, it should already be enabled, but you can double check these
>>> things. All of the entry points that are needed for SOLR to work are:
>>>
>>> dspace-xmlui/src/main/webapp/WEB-INF/spring/applicationContext.xml
>>>  (Needed for DSpace to forward UsageEvents to SOLR to log it)
>>>
>>> 
>>>
>>> 
>>>
>>>
>>>
>>> 
>>>
>>>
>>>
>>> 
>>>
>>>
>>>
>>> 
>>> 
>>>
>>>
>>> dspace/config/xmlui.xconf
>>> (Needed for the links to SOLR Stats to show up, and for SOLR Statistics
>>> pages to work)
>>>
>>>
>>>
>>> 
>>>
>>> 
>>> 
>>>
>>>
>>>
>>>
>>>
>>> Then, you can tweak some further settings in:
>>>
>>> https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/usage-statistics.cfg
>>>
>>> https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/solr-statistics.cfg
>>>
>>>
>>>
>>> Peter Dietz
>>>
>>>
>>> On Tue, Aug 13, 2013 at 10:40 AM, Jose Blanco  wrote:
>>>
 I don't see details about the stats system.  I'm looking for how to get
 solr stats config and going, and how to access it for version 3.0.  I'm not
 interested in recovering old stats, just getting it going using the latest
 stats system.




 On Tue, Aug 13, 2013 at 10:33 AM, Hilton Gibson <
 hilton.gib...@gmail.com> wrote:

> Perhaps reading this page will give you an overview of how it changed:
> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes
>
>
>
> On 13 August 2013 16:29, Jose Blanco  wrote:
>
>> Andrea, I'm a bit confused by the stats stuff.  At one time it was
>> all based on log file entries and now it's based on entries to solr, so
>> when I look at documentation I see things for both and don't quite
>> understand what to do.  Are there clear instructions on how stats works
>> with solr in 3.0?
>>
>>
>> It seems like stat-general gets its stats from the log files?  Is
>> that right?
>>
>> -Jose
>>
>>
>> On Mon, Aug 12, 2013 at 5:30 PM, Andrea Schweer <
>> schw...@waikato.ac.nz> wrote:
>>
>>>  Hi Jose,
>>>
>>>
>>> On 13/08/13 03:23, Jose Blanco wrote:
>>>
>>>  Just now, but when I go to the statistic page:
>>>
>>>  I get:
>>> No reports currently available
>>>
>>> There are currently no reports available for this service. Please
>>> check back later.
>>>
>>>
>>> That message comes from the content statistics -- ie the reports
>>> that you get when you go to http://demo.dspace.org/xmlui/statistics(you 
>>> will need to be logged in as the admin user)
>>> To get data into these, you'll need to run [dspace]/bin/dspace
>>> stat-general (I can't find the documentation for this in the wiki right 
>>> now)
>>>
>>> The configuration files you mentioned are for the
>>> usage/search/workflow sta

Re: [Dspace-tech] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
Ok, I'm seeing them now.  Looking for number of bitstream downloaded in
each collection per item, so say item A has which contains bitstreams x and
y, has had x download 20 times and y download 34 times.  Will keep pocking
around,


On Tue, Aug 13, 2013 at 2:31 PM, Jose Blanco  wrote:

> I may have messed up the construction of the URL to get to the stats page
> when I merged my code. Can you tell me what the URL would look like if you
> want to access the web page with stats for a particular collection.
>
>
> On Tue, Aug 13, 2013 at 11:31 AM, Peter Dietz  wrote:
>
>> Hi Jose,
>>
>> DSpace 3.0 has SOLR Statistics enabled by default, so you shouldn't have
>> to alter anything to make it work. SOLR statistics gets its data by every
>> hit to an object firing off a UsageEvent, specifically, a
>> SolrLoggerUsageEventListener.
>> So, SOLR will add a document to its SOLR statistics index after a hit. You
>> can also do an initial load of all your data from the past.
>>
>> To import your usage data from the past, you can run the:
>> stats-log-converter and stats-log-importer tools.
>>
>> https://wiki.duraspace.org/display/DSDOC18/Managing+Usage+Statistics#ManagingUsageStatistics-DSpaceLogConverter
>>
>> By default, only the admin can view statistics. So, log in as the admin,
>> and then either view your DSpace Home page, or browse to a Collection, a
>> link to view statistics should show up.
>>
>>
>> If you are having specific errors, where the process breaks down at some
>> point, then mention the error you get.
>>
>> As I said, it should already be enabled, but you can double check these
>> things. All of the entry points that are needed for SOLR to work are:
>>
>> dspace-xmlui/src/main/webapp/WEB-INF/spring/applicationContext.xml
>>  (Needed for DSpace to forward UsageEvents to SOLR to log it)
>>
>> 
>>
>> 
>>
>>
>> 
>>
>>
>> 
>>
>>
>> 
>> 
>>
>>
>> dspace/config/xmlui.xconf
>> (Needed for the links to SOLR Stats to show up, and for SOLR Statistics
>> pages to work)
>>
>>
>>
>> 
>>
>> 
>> 
>>
>>
>>
>>
>> Then, you can tweak some further settings in:
>>
>> https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/usage-statistics.cfg
>>
>> https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/solr-statistics.cfg
>>
>>
>>
>> Peter Dietz
>>
>>
>> On Tue, Aug 13, 2013 at 10:40 AM, Jose Blanco  wrote:
>>
>>> I don't see details about the stats system.  I'm looking for how to get
>>> solr stats config and going, and how to access it for version 3.0.  I'm not
>>> interested in recovering old stats, just getting it going using the latest
>>> stats system.
>>>
>>>
>>>
>>>
>>> On Tue, Aug 13, 2013 at 10:33 AM, Hilton Gibson >> > wrote:
>>>
 Perhaps reading this page will give you an overview of how it changed:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes



 On 13 August 2013 16:29, Jose Blanco  wrote:

> Andrea, I'm a bit confused by the stats stuff.  At one time it was all
> based on log file entries and now it's based on entries to solr, so when I
> look at documentation I see things for both and don't quite understand 
> what
> to do.  Are there clear instructions on how stats works with solr in 3.0?
>
>
> It seems like stat-general gets its stats from the log files?  Is that
> right?
>
> -Jose
>
>
> On Mon, Aug 12, 2013 at 5:30 PM, Andrea Schweer  > wrote:
>
>>  Hi Jose,
>>
>>
>> On 13/08/13 03:23, Jose Blanco wrote:
>>
>>  Just now, but when I go to the statistic page:
>>
>>  I get:
>> No reports currently available
>>
>> There are currently no reports available for this service. Please
>> check back later.
>>
>>
>> That message comes from the content statistics -- ie the reports that
>> you get when you go to http://demo.dspace.org/xmlui/statistics (you
>> will need to be logged in as the admin user)
>> To get data into these, you'll need to run [dspace]/bin/dspace
>> stat-general (I can't find the documentation for this in the wiki right 
>> now)
>>
>> The configuration files you mentioned are for the
>> usage/search/workflow statistics -- the URLs for those are
>> http://demo.dspace.org/xmlui/statistics-home and
>> http://demo.dspace.org/xmlui/search-statistics and
>> http://demo.dspace.org/xmlui/workflow-statistics
>>
>> cheers,
>> Andrea
>>
>> --
>> Dr Andrea Schweer
>> IRR Technical Specialist, ITS Information Systems
>> The University of Waikato, Hamilton, New Zealand
>>
>>
>

Re: [Dspace-tech] How to look up other fields in DSpaceObject?

2013-08-13 Thread helix84
Hi Elvi,

you could use getDC() to get any "dc.*.*" metadata, but I recommend
you to use the more generic getMetadata() method, which can get
metadata from other namespaces, too. You can use it either as
getMetadata("schema.element.qualifier") or as getMetadata("schema",
"element", "qualifier"). You can find more details here:

http://demo.dspace.org/javadocs/3/apidocs/org/dspace/content/Item.html


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Import FB to DSpace

2013-08-13 Thread helix84
DSpace doesn't really care at this time about your data, which is just
dumped into a TEXT field, as you can see here:

https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace/etc/postgres/database_schema.sql#L313

Of course, there have been talks about enforcing constraints on
metadata using one sort of schema or another, but this is all in a
conceptual stage.


The only exception I can think of is that your dates must be in the
-MM-DD format (not ; not -MM) if they're used in an index
(by default dc.date.issued and dc.date.accessioned), otherwise sorting
won't work as expected.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
I may have messed up the construction of the URL to get to the stats page
when I merged my code. Can you tell me what the URL would look like if you
want to access the web page with stats for a particular collection.


On Tue, Aug 13, 2013 at 11:31 AM, Peter Dietz  wrote:

> Hi Jose,
>
> DSpace 3.0 has SOLR Statistics enabled by default, so you shouldn't have
> to alter anything to make it work. SOLR statistics gets its data by every
> hit to an object firing off a UsageEvent, specifically, a
> SolrLoggerUsageEventListener.
> So, SOLR will add a document to its SOLR statistics index after a hit. You
> can also do an initial load of all your data from the past.
>
> To import your usage data from the past, you can run the:
> stats-log-converter and stats-log-importer tools.
>
> https://wiki.duraspace.org/display/DSDOC18/Managing+Usage+Statistics#ManagingUsageStatistics-DSpaceLogConverter
>
> By default, only the admin can view statistics. So, log in as the admin,
> and then either view your DSpace Home page, or browse to a Collection, a
> link to view statistics should show up.
>
>
> If you are having specific errors, where the process breaks down at some
> point, then mention the error you get.
>
> As I said, it should already be enabled, but you can double check these
> things. All of the entry points that are needed for SOLR to work are:
>
> dspace-xmlui/src/main/webapp/WEB-INF/spring/applicationContext.xml
> (Needed for DSpace to forward UsageEvents to SOLR to log it)
>
> 
>
> 
>
> 
>
> 
>
> 
> 
>
>
> dspace/config/xmlui.xconf
> (Needed for the links to SOLR Stats to show up, and for SOLR Statistics
> pages to work)
>
>
>
> 
>
> 
> 
>
>
>
> Then, you can tweak some further settings in:
>
> https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/usage-statistics.cfg
>
> https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/solr-statistics.cfg
>
>
>
> Peter Dietz
>
>
> On Tue, Aug 13, 2013 at 10:40 AM, Jose Blanco  wrote:
>
>> I don't see details about the stats system.  I'm looking for how to get
>> solr stats config and going, and how to access it for version 3.0.  I'm not
>> interested in recovering old stats, just getting it going using the latest
>> stats system.
>>
>>
>>
>>
>> On Tue, Aug 13, 2013 at 10:33 AM, Hilton Gibson 
>> wrote:
>>
>>> Perhaps reading this page will give you an overview of how it changed:
>>> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes
>>>
>>>
>>>
>>> On 13 August 2013 16:29, Jose Blanco  wrote:
>>>
 Andrea, I'm a bit confused by the stats stuff.  At one time it was all
 based on log file entries and now it's based on entries to solr, so when I
 look at documentation I see things for both and don't quite understand what
 to do.  Are there clear instructions on how stats works with solr in 3.0?


 It seems like stat-general gets its stats from the log files?  Is that
 right?

 -Jose


 On Mon, Aug 12, 2013 at 5:30 PM, Andrea Schweer 
 wrote:

>  Hi Jose,
>
>
> On 13/08/13 03:23, Jose Blanco wrote:
>
>  Just now, but when I go to the statistic page:
>
>  I get:
> No reports currently available
>
> There are currently no reports available for this service. Please
> check back later.
>
>
> That message comes from the content statistics -- ie the reports that
> you get when you go to http://demo.dspace.org/xmlui/statistics (you
> will need to be logged in as the admin user)
> To get data into these, you'll need to run [dspace]/bin/dspace
> stat-general (I can't find the documentation for this in the wiki right 
> now)
>
> The configuration files you mentioned are for the
> usage/search/workflow statistics -- the URLs for those are
> http://demo.dspace.org/xmlui/statistics-home and
> http://demo.dspace.org/xmlui/search-statistics and
> http://demo.dspace.org/xmlui/workflow-statistics
>
> cheers,
> Andrea
>
> --
> Dr Andrea Schweer
> IRR Technical Specialist, ITS Information Systems
> The University of Waikato, Hamilton, New Zealand
>
>


 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with <2% overhead.
 Download for free and get started troubleshooting in minutes.

 http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
 _

[Dspace-tech] Import FB to DSpace

2013-08-13 Thread Thomas Ronayne
Hi,

I've prepared what I think is a reasonable set of fields, both "dc" and 
"local" for importing a FoxBase data base.

I'd appreciate any hints about what I've done wrong and I'd appreciate 
any hints about the first field, which is SERIAL data and how that might 
be accomplished as well as the two TEXT fields that are free-form text 
containing line feed (do they need to be  codes, will DSpace 
accept multi-line text), and date stamps? I assume that I'll need to 
edit the DSpace field names into the input data file before importing?

Thanks

FoxBase Field Name, Type|   DSpace Field Name|  Example (note)

1 books (books NUMERIC(8),| local:books|SERIAL data type
2 box_no NUMERIC(6),|   local:boxnumber|Storage box number
3 unit_no INTEGER,| local:unitnumber|   Unit number
4 height NUMERIC(5, 2),|local:height|   Height (inches)
5 width NUMERIC(5, 2),| local:width|Width (inches)
6 row INTEGER,| local:row|  Row
7 books_column INTEGER,|local:bookscolumn|  Column
8 language VARCHAR(10),|dc:language.rfc3066|en (English), fr 
(French), de
|   |   (German), gr (Greek), la (Latin),
|   |   es (Spanish), it (Italian) (others)
9 curr_evalu VARCHAR(40),|  local:evaluator|Name of evaluator
10 orig_locat VARCHAR(30),| local:origlocation| Original location
11 curr_locat VARCHAR(30),| local:currlocation| Current location
12 date_creat DATE,|local:datecreated|  Date record created
13 user_creat VARCHAR(15),| local:usercreated|  User created record
14 user_updat VARCHAR(15),| local:userupdated|  User updated record
15 date_updat DATE,|local:dateupdated|  Date record updated
16 author VARCHAR(75),| dc:contributor.author|  Fielding, Henry
17 title VARCHAR(75),|  dc:title|   History of Tom Jones A Foundling,
|   |   The
18 pub_date NUMERIC(4),|dc:date.issued| 1749
19 print_edit VARCHAR(10),| local:edition|  1st, 4th, 1850, 1910
20 print_date NUMERIC(4),|  dc:date.created|1749
21 purchase_d DATE,|dc:date.available|  1951-02-15 (date purchared by
|   |   Constantine, Aeneas MD)
22 original_p NUMERIC(9, 2),|   local:originalprice|Publisher price
23 purchase_p NUMERIC(9, 2),|   local:purchaseprice|Purchase price paid 
by Constantine,
|   |   Aeneas MD
24 present_va NUMERIC(9, 2),|   local:presentvalue| Present value
25 book_condi VARCHAR(10),| local:condition|Poor, Fair, Good, 
Excellent, Other
26 subject VARCHAR(40),|dc:subject.classification|  Free-form 
subject
27 preface VARCHAR(40),|local:preface|  Yes, no, autor/editor
28 illustrato VARCHAR(40),| dc:contributor.illustrator| Cruikshank, 
George
29 book_selle VARCHAR(40),| local:seller|   Selling dealer
30 seller_loc VARCHAR(40),| local:sellerlocation|   Selling dealer location
31 bindery_lo VARCHAR(40),| local:binderylocation|  Bindry location
32 bindery_na VARCHAR(40),| local:binderyname|  Bindry name
33 publisher VARCHAR(40),|  dc:publisher|   Publisher name
34 publisher_ VARCHAR(40),| local:publisherlocation|Publisher 
location
35 notes TEXT,| local:notes|Free-form evaluator notes
36 box_jpg_no VARCHAR(10),| local:boxjpgnumber| Box image number
37 ass_copy BOOLEAN,|   local:asscopy|  Assocation copy (t, f)
38 notes_doc TEXT);|local:notesdoc| Free-form notes by Constantine,
|   |   Aeneas MD




-- 
A riddle, wrapped in a mystery, inside an enigma but that's my story and I'm 
stickin' to it.


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] How to look up other fields in DSpaceObject?

2013-08-13 Thread Nemiz, Elvi
Dear all,

While searching for the code on how to look up the item title, I found this
code in SuggestServlet.java: DCValue[] titleDC = item.getDC("title", null,
Item.ANY). I want to know the syntax if I want to get other fields like for
example dc.identifier.citation?

Thanks in advance.
-- 
Elvi S. Nemiz
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] enabling stats for 3.0

2013-08-13 Thread Peter Dietz
Hi Jose,

DSpace 3.0 has SOLR Statistics enabled by default, so you shouldn't have to
alter anything to make it work. SOLR statistics gets its data by every hit
to an object firing off a UsageEvent, specifically, a
SolrLoggerUsageEventListener.
So, SOLR will add a document to its SOLR statistics index after a hit. You
can also do an initial load of all your data from the past.

To import your usage data from the past, you can run the:
stats-log-converter and stats-log-importer tools.
https://wiki.duraspace.org/display/DSDOC18/Managing+Usage+Statistics#ManagingUsageStatistics-DSpaceLogConverter

By default, only the admin can view statistics. So, log in as the admin,
and then either view your DSpace Home page, or browse to a Collection, a
link to view statistics should show up.


If you are having specific errors, where the process breaks down at some
point, then mention the error you get.

As I said, it should already be enabled, but you can double check these
things. All of the entry points that are needed for SOLR to work are:

dspace-xmlui/src/main/webapp/WEB-INF/spring/applicationContext.xml
(Needed for DSpace to forward UsageEvents to SOLR to log it)









dspace/config/xmlui.xconf
(Needed for the links to SOLR Stats to show up, and for SOLR Statistics
pages to work)








Then, you can tweak some further settings in:
https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/usage-statistics.cfg
https://github.com/DSpace/DSpace/blob/master/dspace/config/modules/solr-statistics.cfg



Peter Dietz


On Tue, Aug 13, 2013 at 10:40 AM, Jose Blanco  wrote:

> I don't see details about the stats system.  I'm looking for how to get
> solr stats config and going, and how to access it for version 3.0.  I'm not
> interested in recovering old stats, just getting it going using the latest
> stats system.
>
>
>
>
> On Tue, Aug 13, 2013 at 10:33 AM, Hilton Gibson 
> wrote:
>
>> Perhaps reading this page will give you an overview of how it changed:
>> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes
>>
>>
>>
>> On 13 August 2013 16:29, Jose Blanco  wrote:
>>
>>> Andrea, I'm a bit confused by the stats stuff.  At one time it was all
>>> based on log file entries and now it's based on entries to solr, so when I
>>> look at documentation I see things for both and don't quite understand what
>>> to do.  Are there clear instructions on how stats works with solr in 3.0?
>>>
>>>
>>> It seems like stat-general gets its stats from the log files?  Is that
>>> right?
>>>
>>> -Jose
>>>
>>>
>>> On Mon, Aug 12, 2013 at 5:30 PM, Andrea Schweer 
>>> wrote:
>>>
  Hi Jose,


 On 13/08/13 03:23, Jose Blanco wrote:

  Just now, but when I go to the statistic page:

  I get:
 No reports currently available

 There are currently no reports available for this service. Please check
 back later.


 That message comes from the content statistics -- ie the reports that
 you get when you go to http://demo.dspace.org/xmlui/statistics (you
 will need to be logged in as the admin user)
 To get data into these, you'll need to run [dspace]/bin/dspace
 stat-general (I can't find the documentation for this in the wiki right 
 now)

 The configuration files you mentioned are for the usage/search/workflow
 statistics -- the URLs for those are
 http://demo.dspace.org/xmlui/statistics-home and
 http://demo.dspace.org/xmlui/search-statistics and
 http://demo.dspace.org/xmlui/workflow-statistics

 cheers,
 Andrea

 --
 Dr Andrea Schweer
 IRR Technical Specialist, ITS Information Systems
 The University of Waikato, Hamilton, New Zealand


>>>
>>>
>>> --
>>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>>> It's a free troubleshooting tool designed for production.
>>> Get down to code-level detail for bottlenecks, with <2% overhead.
>>> Download for free and get started troubleshooting in minutes.
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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
>>>
>>
>>
>>
>> --
>> *Hilton Gibson*
>> Ubuntu Linux Systems Administrator
>> JS Gericke Library
>> Room 1025D
>> Stellenbosch University
>> Private Bag X5036
>>  Stellenbosch
>> 7599
>> South Africa
>>
>> T

Re: [Dspace-tech] Upgrade to Solr

2013-08-13 Thread Anja Le Blanc
Hi Hardy,

We built a new UI outside of DSpace which our Jorum users will be using 
for all their search and stats queries. (That is the introduction for 
everyone who was not at OR13 in our DSpace API session ;-))
For that UI we built an ES index where the stats is a inner-document to 
the item. See below if you are interested otherwise you can safely 
ignore the next bit. Indentation is off as well.


--
{
 "_index": "jorumindex",
 "_type": "oerdocument",
 "_id": "19045",
 "_version": 3,
 "exists": true,
 "_source": {
 "hefe": [
 "fe"
 ],
 "author": [
 "Elesa Argent",
 "Radar Brookes",
 "2012 Legacies for Learning"
 ],
 "date": null,
 "date_accessioned": "2012-07-25T13:54:16Z",
 "date_created": null,
 "date_issued": null,
 "date_last_indexed": "2013-04-25T10:13:55.869Z",
 "description": [
 "Sports tourism can be defined as a type of tourism that 
refers to trips that are undertaken specifically to attend a sporting 
event. Common examples include the Olympic Games, the FIFA and Rugby 
World Cups and Formula 1 Grand Prix races. An estimated average of 12m 
sports tourists make international trips every year"
 ],
...

"resource_type": "Web Link",
"view_count": 5,
"download_count": 0,
"date_accessioned_short": "25-Jul-2012",
"id_text": "19045",
"statistics": [

 {
 "city": "Novo Hamburgo",
 "continent": "SA",
 "countryCode": "BR",
 "epersonid": null,
 "isBot": false,
 "time": "2013-03-26T23:58:40.043Z",
 "event_type": "view",
 "oer_id": 19045,
 "longitude_latitude": [
 -51.1333,
 -29.683304
 ],
 "truncated_ip": "177.18.180.*"
 },
 {
 "city": "Ashburn",
 "continent": "NA",
 "countryCode": "US",
 "epersonid": null,
 "isBot": false,
 "time": "2013-04-16T22:31:11.889Z",
 "event_type": "view",
 "oer_id": 19045,
 "longitude_latitude": [
 -77.4875,
 39.0437
 ],
 "truncated_ip": "23.20.204.*"
 },
...
--

We got a script which creates that ES index out of Solr stats and 
discovery indexes. But since we need to keep that ES up to date we added 
to the statistics package an ElasticSearchLogger.java (intgrated into 
UsageStatsEntity.java) and added a new Consumer to 
event.dispatcher.default.consumers which gets triggered whenever 
something happens to an item.

This all worked very well until we built the ES with our real data and 
ES fell over with memory problems -- Footprint of 6GB in memory with a 
fairly moderate index. The new version of ES solved the memory problem 
but is causing library conflicts. As usual you can't have everything.

That far to the 'tell me more' part. The other question of whether I 
would  consider contributing - yes, if that stuff is interesting to 
anyone else. Building the ES index is one bit but there is nothing 
within DSpace which is using it - that part is completely external.

(And I have not forgotten your question for making the sources open to 
the Rubi-UI either. We are heading towards the release of it.)

Best regards,
Anja


-- 
Anja Le Blanc
Jorum Team
Mimas

On 13/08/2013 15:10, Pottinger, Hardy J. wrote:
> Hi, Anja, everyone else will be chiming in on your specific question, I
> have a question for you, though: can you share more details about your
> work with Elastic Search? Is this work something that you'd consider
> submitting as an enhancement for DSpace 4.0? Shorter version: I'm
> intrigued, tell me more. Thanks!
> --
> HARDY POTTINGER 
> University of Missouri Library Systems
> http://lso.umsystem.edu/~pottingerhj/
> https://MOspace.umsystem.edu/
> "I am always doing that which I cannot do, in order that I may learn how
> to do it." --Pablo Picasso
>
>
>
>
>
> On 8/13/13 5:36 AM, "Anja Le Blanc"  wrote:
>
>> Hello,
>>
>> We are using DSpace 1.8. We modified the source to use ElasticSearch as
>> well as the build in Solr. After upgrading ElasticSearch to 0.90.3 we
>> are now forced (library conflict with lucene) to update the build in
>> Solr to 4.4.0.
>>
>> Is the version of Solr which comes with DSpace in any way modified to
>> make it work with DSpace?
>> Did anyone attempt an upgrade to Solr 4.4.0 before? Are there any known
>> pit-falls?
>>
>> Any advice appreciated!
>>
>> Best regards,
>> Anja
>>
>> --
>> 
>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> It's a free troubleshooting tool designed for production.
>> Get down to code-level detail for bottlenecks, with <2% overhead.
>> Download for free and get started troubleshooting in minutes.
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktr
>> k
>> 

Re: [Dspace-tech] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
I don't see details about the stats system.  I'm looking for how to get
solr stats config and going, and how to access it for version 3.0.  I'm not
interested in recovering old stats, just getting it going using the latest
stats system.




On Tue, Aug 13, 2013 at 10:33 AM, Hilton Gibson wrote:

> Perhaps reading this page will give you an overview of how it changed:
> http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes
>
>
>
> On 13 August 2013 16:29, Jose Blanco  wrote:
>
>> Andrea, I'm a bit confused by the stats stuff.  At one time it was all
>> based on log file entries and now it's based on entries to solr, so when I
>> look at documentation I see things for both and don't quite understand what
>> to do.  Are there clear instructions on how stats works with solr in 3.0?
>>
>>
>> It seems like stat-general gets its stats from the log files?  Is that
>> right?
>>
>> -Jose
>>
>>
>> On Mon, Aug 12, 2013 at 5:30 PM, Andrea Schweer wrote:
>>
>>>  Hi Jose,
>>>
>>>
>>> On 13/08/13 03:23, Jose Blanco wrote:
>>>
>>>  Just now, but when I go to the statistic page:
>>>
>>>  I get:
>>> No reports currently available
>>>
>>> There are currently no reports available for this service. Please check
>>> back later.
>>>
>>>
>>> That message comes from the content statistics -- ie the reports that
>>> you get when you go to http://demo.dspace.org/xmlui/statistics (you
>>> will need to be logged in as the admin user)
>>> To get data into these, you'll need to run [dspace]/bin/dspace
>>> stat-general (I can't find the documentation for this in the wiki right now)
>>>
>>> The configuration files you mentioned are for the usage/search/workflow
>>> statistics -- the URLs for those are
>>> http://demo.dspace.org/xmlui/statistics-home and
>>> http://demo.dspace.org/xmlui/search-statistics and
>>> http://demo.dspace.org/xmlui/workflow-statistics
>>>
>>> cheers,
>>> Andrea
>>>
>>> --
>>> Dr Andrea Schweer
>>> IRR Technical Specialist, ITS Information Systems
>>> The University of Waikato, Hamilton, New Zealand
>>>
>>>
>>
>>
>> --
>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> It's a free troubleshooting tool designed for production.
>> Get down to code-level detail for bottlenecks, with <2% overhead.
>> Download for free and get started troubleshooting in minutes.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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
>>
>
>
>
> --
> *Hilton Gibson*
> Ubuntu Linux Systems Administrator
> JS Gericke Library
> Room 1025D
> Stellenbosch University
> Private Bag X5036
> Stellenbosch
> 7599
> South Africa
>
> Tel: +27 21 808 4100 | Cell: +27 84 646 4758
> http://library.sun.ac.za
> http://za.linkedin.com/in/hiltongibson
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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
>
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Upgrade to Solr

2013-08-13 Thread Anja Le Blanc
Hi Helix,

We were using ES 20.6 before - that did not cause a problem. I got the 
same dependency as you in Maven just with a different version. They just 
have one 'catch all' jar or ES.

At the moment I am considering upgrading Solrj to 3.5 which does not 
have a dependency on Lucene. That might solve the problem without having 
to upgrade Solr itself.

Thanks a lot.
Anja


On 13/08/2013 14:07, helix84 wrote:
> On Tue, Aug 13, 2013 at 2:55 PM, Anja Le Blanc
>  wrote:
>> Your question is a very good one. I entirely agree. Unfortunately I am not
>> aware of a ElasticSearch client library.
>
> This is what we use for ES stats:
> https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/pom.xml#L421
>
> Here's the JavaDoc and source:
> http://elasticsearch.spantree.net/
> https://github.com/elasticsearch/elasticsearch/
>
>
>> Before integrating ElasticSearch in our DSpace I have not worked with ES
>> before, meaning I followed the guides
>> (http://www.elasticsearch.org/guide/reference/java-api/) and looking at the
>> Maven repository (http://mvnrepository.com/artifact/org.elasticsearch) I
>> can't see a java client lib either.
>
> Does this help?
>
> http://www.elasticsearch.org/guide/reference/java-api/client/
> http://elasticsearch.spantree.net/elasticsearch/HEAD/org/elasticsearch/client/transport/TransportClient.html
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
>

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] enabling stats for 3.0

2013-08-13 Thread Hilton Gibson
Perhaps reading this page will give you an overview of how it changed:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes



On 13 August 2013 16:29, Jose Blanco  wrote:

> Andrea, I'm a bit confused by the stats stuff.  At one time it was all
> based on log file entries and now it's based on entries to solr, so when I
> look at documentation I see things for both and don't quite understand what
> to do.  Are there clear instructions on how stats works with solr in 3.0?
>
>
> It seems like stat-general gets its stats from the log files?  Is that
> right?
>
> -Jose
>
>
> On Mon, Aug 12, 2013 at 5:30 PM, Andrea Schweer wrote:
>
>>  Hi Jose,
>>
>>
>> On 13/08/13 03:23, Jose Blanco wrote:
>>
>>  Just now, but when I go to the statistic page:
>>
>>  I get:
>> No reports currently available
>>
>> There are currently no reports available for this service. Please check
>> back later.
>>
>>
>> That message comes from the content statistics -- ie the reports that you
>> get when you go to http://demo.dspace.org/xmlui/statistics (you will
>> need to be logged in as the admin user)
>> To get data into these, you'll need to run [dspace]/bin/dspace
>> stat-general (I can't find the documentation for this in the wiki right now)
>>
>> The configuration files you mentioned are for the usage/search/workflow
>> statistics -- the URLs for those are
>> http://demo.dspace.org/xmlui/statistics-home and
>> http://demo.dspace.org/xmlui/search-statistics and
>> http://demo.dspace.org/xmlui/workflow-statistics
>>
>> cheers,
>> Andrea
>>
>> --
>> Dr Andrea Schweer
>> IRR Technical Specialist, ITS Information Systems
>> The University of Waikato, Hamilton, New Zealand
>>
>>
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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
>



-- 
*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] enabling stats for 3.0

2013-08-13 Thread Jose Blanco
Andrea, I'm a bit confused by the stats stuff.  At one time it was all
based on log file entries and now it's based on entries to solr, so when I
look at documentation I see things for both and don't quite understand what
to do.  Are there clear instructions on how stats works with solr in 3.0?


It seems like stat-general gets its stats from the log files?  Is that
right?

-Jose


On Mon, Aug 12, 2013 at 5:30 PM, Andrea Schweer wrote:

>  Hi Jose,
>
>
> On 13/08/13 03:23, Jose Blanco wrote:
>
>  Just now, but when I go to the statistic page:
>
>  I get:
> No reports currently available
>
> There are currently no reports available for this service. Please check
> back later.
>
>
> That message comes from the content statistics -- ie the reports that you
> get when you go to http://demo.dspace.org/xmlui/statistics (you will need
> to be logged in as the admin user)
> To get data into these, you'll need to run [dspace]/bin/dspace
> stat-general (I can't find the documentation for this in the wiki right now)
>
> The configuration files you mentioned are for the usage/search/workflow
> statistics -- the URLs for those are
> http://demo.dspace.org/xmlui/statistics-home and
> http://demo.dspace.org/xmlui/search-statistics and
> http://demo.dspace.org/xmlui/workflow-statistics
>
> cheers,
> Andrea
>
> --
> Dr Andrea Schweer
> IRR Technical Specialist, ITS Information Systems
> The University of Waikato, Hamilton, New Zealand
>
>
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Upgrade to Solr

2013-08-13 Thread Pottinger, Hardy J.
Hi, Anja, everyone else will be chiming in on your specific question, I
have a question for you, though: can you share more details about your
work with Elastic Search? Is this work something that you'd consider
submitting as an enhancement for DSpace 4.0? Shorter version: I'm
intrigued, tell me more. Thanks!
--
HARDY POTTINGER 
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
"I am always doing that which I cannot do, in order that I may learn how
to do it." --Pablo Picasso





On 8/13/13 5:36 AM, "Anja Le Blanc"  wrote:

>Hello,
>
>We are using DSpace 1.8. We modified the source to use ElasticSearch as
>well as the build in Solr. After upgrading ElasticSearch to 0.90.3 we
>are now forced (library conflict with lucene) to update the build in
>Solr to 4.4.0.
>
>Is the version of Solr which comes with DSpace in any way modified to
>make it work with DSpace?
>Did anyone attempt an upgrade to Solr 4.4.0 before? Are there any known
>pit-falls?
>
>Any advice appreciated!
>
>Best regards,
>Anja
>
>--
>
>Get 100% visibility into Java/.NET code with AppDynamics Lite!
>It's a free troubleshooting tool designed for production.
>Get down to code-level detail for bottlenecks, with <2% overhead.
>Download for free and get started troubleshooting in minutes.
>http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktr
>k
>___
>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


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Upgrade to Solr

2013-08-13 Thread Andrea Bollini
Il 13/08/2013 14:55, Anja Le Blanc ha scritto:
> Hi Andrea, hi Helix,
>
> First of all thank you both for your replies.
>
> Your question is a very good one. I entirely agree. Unfortunately I am 
> not aware of a ElasticSearch client library.
Ok, I was not aware of that too. Looks like there is not a separated lib 
that include only the client staff...

> Before integrating ElasticSearch in our DSpace I have not worked with 
> ES before, meaning I followed the guides 
> (http://www.elasticsearch.org/guide/reference/java-api/) and looking 
> at the Maven repository 
> (http://mvnrepository.com/artifact/org.elasticsearch) I can't see a 
> java client lib either.
>
> Looking at Solrj it seems that version 3.3, which DSpace 1.8 is using, 
> is depended on lucene, but Solrj 4.4 is not. (That does not help in 
> its own right - but going in the right direction.)
true... lucene-core dependency vanish in 3.5
http://mvnrepository.com/artifact/org.apache.solr/solr-solrj/3.5.0

I'm not sure if this can work but you can try to just upgrade the solrj 
client to 3.5.
If you are using discovery the other dependencies from lucene-core can 
just be ignored as they are required by the dspace built-in lucene 
search provider

Andrea

>
> I would very much like to get out of that upgrade, I just can't see 
> how at the moment.
>
> Best regards,
> Anja
>
>
>
> On 13/08/2013 12:07, Andrea Bollini wrote:
>> Hi Anjia,
>> as reported by helix we are in process to upgrade the solr used by
>> DSpace to Solr 4.
>> We have already get a working dspace installation with solr 4.1 many
>> changes are required primary at configuration level.
>> I have a vague memory of issues that I have had trying to use a more
>> recent solr... I will do a try in the next few days and send an update.
>> If no major issues are present we will be happy to update to the last
>> stable solr release.
>>
>> Now a question for you: why the upgrade of elastic search make trouble
>> to dspace and solr? you dspace application should be only dependent from
>> the elastic search client or solrj. Lucene should be hidden by that.
>> Andrea
>>
>>
>> Il 13/08/2013 12:46, helix84 ha scritto:
>>> Hi Anja,
>>>
>>> perhaps this will help, as a start:
>>>
>>> https://jira.duraspace.org/browse/DS-1623
>>>
>>>
>>> Regards,
>>> ~~helix84
>>>
>>> Compulsory reading: DSpace Mailing List Etiquette
>>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>>
>>> --
>>>  
>>>
>>>
>>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>>> It's a free troubleshooting tool designed for production.
>>> Get down to code-level detail for bottlenecks, with <2% overhead.
>>> Download for free and get started troubleshooting in minutes.
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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
>>
>>


-- 
Andrea Bollini
Dipartimento Servizi e Soluzioni per l'Amministrazione Universitaria
Divisione Ricerca

Via dei Tizii, 6
00185 Roma, Italy
tel. +39 06 44 486 087 - mob. +39 348 82 77 525
http://www.cineca.it


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] OAI URL not accessible

2013-08-13 Thread Hilton Gibson
Hi

Check that you did not un-deploy the OAI app.
See:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S08#Step_8._Enable_the_DSpace_Java_webapps_on_the_Java_Tomcat_webapp_server

Cheers

hg


On 13 August 2013 15:48, Lewatle Phaladi  wrote:

>  Dear All,
>
> ** **
>
> My dspace oai link is not accessible, the link was accessible all along
> and as from last week when we tried to harvest some collections the error
> message I am getting displays as * OAI server could not be reached. I am
> using dspace 1.8.2 and I have uncommented in dspace.cfg for the line which
> has  OAI URL  and checked under modules/oai file if URL for OAI is
> uncommended there and restarted tomcat, but still I can’t reach
> http://wiredspace.wits.ac.za/oai/request . Any suggestions and ideas are
> welcomed.
>
> ** **
>
> *Regards,*
>
> *Lewatle *
>
> ** **
>
>  This communication is intended for the addressee only. It is confidential. 
> If you have received this communication in error, please notify us 
> immediately and destroy the original message. You may not copy or disseminate 
> this communication without the permission of the University. Only authorised 
> signatories are competent to enter into agreements on behalf of the 
> University and recipients are thus advised that the content of this message 
> may not be legally binding on the University and may contain the personal 
> views and opinions of the author, which are not necessarily the views and 
> opinions of The University of the Witwatersrand, Johannesburg. All agreements 
> between the University and outsiders are subject to South African Law unless 
> the University agrees in writing to the contrary.
>
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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
>



-- 
*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] OAI URL not accessible

2013-08-13 Thread helix84
Hi Lewatle,

did you tell Tomcat where to find the OAI webapp?




Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] OAI URL not accessible

2013-08-13 Thread Lewatle Phaladi
Dear All,

My dspace oai link is not accessible, the link was accessible all along and as 
from last week when we tried to harvest some collections the error message I am 
getting displays as * OAI server could not be reached. I am using dspace 1.8.2 
and I have uncommented in dspace.cfg for the line which has  OAI URL  and 
checked under modules/oai file if URL for OAI is uncommended there and 
restarted tomcat, but still I can't reach 
http://wiredspace.wits.ac.za/oai/request . Any suggestions and ideas are 
welcomed.

Regards,
Lewatle




This communication is 
intended for the addressee only. It is confidential. If you have received this 
communication in error, please notify us immediately and destroy the original 
message. You may not copy or disseminate this communication without the 
permission of the University. Only authorised signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary. 


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Upgrade to Solr

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 2:55 PM, Anja Le Blanc
 wrote:
> Your question is a very good one. I entirely agree. Unfortunately I am not
> aware of a ElasticSearch client library.

This is what we use for ES stats:
https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-api/pom.xml#L421

Here's the JavaDoc and source:
http://elasticsearch.spantree.net/
https://github.com/elasticsearch/elasticsearch/


> Before integrating ElasticSearch in our DSpace I have not worked with ES
> before, meaning I followed the guides
> (http://www.elasticsearch.org/guide/reference/java-api/) and looking at the
> Maven repository (http://mvnrepository.com/artifact/org.elasticsearch) I
> can't see a java client lib either.

Does this help?

http://www.elasticsearch.org/guide/reference/java-api/client/
http://elasticsearch.spantree.net/elasticsearch/HEAD/org/elasticsearch/client/transport/TransportClient.html


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Upgrade to Solr

2013-08-13 Thread Anja Le Blanc
Hi Andrea, hi Helix,

First of all thank you both for your replies.

Your question is a very good one. I entirely agree. Unfortunately I am 
not aware of a ElasticSearch client library.
Before integrating ElasticSearch in our DSpace I have not worked with ES 
before, meaning I followed the guides 
(http://www.elasticsearch.org/guide/reference/java-api/) and looking at 
the Maven repository 
(http://mvnrepository.com/artifact/org.elasticsearch) I can't see a java 
client lib either.

Looking at Solrj it seems that version 3.3, which DSpace 1.8 is using, 
is depended on lucene, but Solrj 4.4 is not. (That does not help in its 
own right - but going in the right direction.)

I would very much like to get out of that upgrade, I just can't see how 
at the moment.

Best regards,
Anja



On 13/08/2013 12:07, Andrea Bollini wrote:
> Hi Anjia,
> as reported by helix we are in process to upgrade the solr used by
> DSpace to Solr 4.
> We have already get a working dspace installation with solr 4.1 many
> changes are required primary at configuration level.
> I have a vague memory of issues that I have had trying to use a more
> recent solr... I will do a try in the next few days and send an update.
> If no major issues are present we will be happy to update to the last
> stable solr release.
>
> Now a question for you: why the upgrade of elastic search make trouble
> to dspace and solr? you dspace application should be only dependent from
> the elastic search client or solrj. Lucene should be hidden by that.
> Andrea
>
>
> Il 13/08/2013 12:46, helix84 ha scritto:
>> Hi Anja,
>>
>> perhaps this will help, as a start:
>>
>> https://jira.duraspace.org/browse/DS-1623
>>
>>
>> Regards,
>> ~~helix84
>>
>> Compulsory reading: DSpace Mailing List Etiquette
>> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>>
>> --
>>
>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> It's a free troubleshooting tool designed for production.
>> Get down to code-level detail for bottlenecks, with <2% overhead.
>> Download for free and get started troubleshooting in minutes.
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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
>
>

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Upgrade to Solr

2013-08-13 Thread Andrea Bollini
Hi Anjia,
as reported by helix we are in process to upgrade the solr used by 
DSpace to Solr 4.
We have already get a working dspace installation with solr 4.1 many 
changes are required primary at configuration level.
I have a vague memory of issues that I have had trying to use a more 
recent solr... I will do a try in the next few days and send an update.
If no major issues are present we will be happy to update to the last 
stable solr release.

Now a question for you: why the upgrade of elastic search make trouble 
to dspace and solr? you dspace application should be only dependent from 
the elastic search client or solrj. Lucene should be hidden by that.
Andrea


Il 13/08/2013 12:46, helix84 ha scritto:
> Hi Anja,
>
> perhaps this will help, as a start:
>
> https://jira.duraspace.org/browse/DS-1623
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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


-- 
Andrea Bollini
Dipartimento Servizi e Soluzioni per l'Amministrazione Universitaria
Divisione Ricerca

Via dei Tizii, 6
00185 Roma, Italy
tel. +39 06 44 486 087 - mob. +39 348 82 77 525
http://www.cineca.it


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Dspace 3.2 - Separate access mechanism for internal and external users

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 10:55 AM, Pushkin Salim  wrote:
>We have a requirement in dspace 3.2 in which users from a particular
> subnet of our LAN should be able to READ or Download the research papers
> from dspace without any username-password authentication, at the same time
> users from public domain must be prompted to submit a formal request for
> accessing the required files.
>
>   What all things to be done to achieve this objective? I came across IP
> Authentication feature, but I am not able to understand how it works. Please
> help.

Hi Pushkin,

the documentation for the IPAuthentication plugin:

https://wiki.duraspace.org/display/DSDOC3x/Authentication+Plugins#AuthenticationPlugins-IPAuthentication

Using this plugin, you can put clients from an IP range into a certain
DSpace group. You can then use permissions on individual items to
allow/deny access to that group as needed. In your case, you want to
remove the READ permission from the Anonymous group from all items and
add the READ permission for your IP-based group to any items you need.

Also beware of this pitfall (you can also read there how to change
permissions in bulk):
https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-Ichangedaccessrestrictionsonacollection,butrestrictionsdidn'tchangeonitsitems


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Upgrade to Solr

2013-08-13 Thread helix84
Also forgot to mention the upgrade to from 3.3->3.5, since you're
running DSpace 1.8, not 3.

https://jira.duraspace.org/browse/DS-1181


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Upgrade to Solr

2013-08-13 Thread helix84
Hi Anja,

perhaps this will help, as a start:

https://jira.duraspace.org/browse/DS-1623


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Number of items displayed in DSpace Statistics

2013-08-13 Thread remi asare
Hello People,

In the XMLUI interface, the number of items displayed by defautl for
statistics is 10. Is there any way to change the number of items for
instance 50 or more?

I'm runnning on DSpace 1.8 on ubuntu.

Thanks for the help
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Using Git to Update

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 12:25 PM, Sean Carte  wrote:
>
> On 13 August 2013 12:10, helix84  wrote:
>>
>> no worries, we've all been through this. To overwrite your local
>> changes in one file with the upstream version of that file, do
>>
>> git checkout dspace/config/dspace.cfg
>
>
> Thanks, Ivan.
>
> So that puts dspace/config/dspace.cfg into the fetched files? What if there
> were changes in the newly fetched dspace.cfg. Would those get merged into my
> dspace.cfg?

No, using checkout, you're explicitly asking for the HEAD version of
the file (you could also ask for any other version of the file, e.g.
git checkout dspace-1.8.2 dspace/config/dspace.cfg).
Honestly, I'm not sure why this didn't get merged with a conflict
after you did git merge, like the other files below. I'd have to see
it to figure it out.


>> Should you have many locally mddified files and you wish to throw away
>> the changes, I know of two ways to do that, but use them with care:
>> a) git reset --hard HEAD
>> b) git stash save && git stash drop
>
>
> I want to keep my local changes though, don't I?
>
> So I did:
>
> dspace@ubuntu:~/dspace-src-git$ git checkout dspace/config/dspace.cfg
>
> dspace@ubuntu:~/dspace-src-git$ git merge upstream/master
>
> and got a bunch of errors:
>
> warning: Cannot merge binary files: dspace/docs/DSpace-Manual.pdf (HEAD vs.
> upstream/master)
>
> Auto-merging src/main/assembly/testEnvironment.xml
> CONFLICT (add/add): Merge conflict in src/main/assembly/testEnvironment.xml
> Auto-merging pom.xml
> CONFLICT (add/add): Merge conflict in pom.xml
> Auto-merging dspace/src/main/config/build.xml
> CONFLICT (add/add): Merge conflict in dspace/src/main/config/build.xml
> Auto-merging dspace/src/main/assembly/assembly.xml
> CONFLICT (add/add): Merge conflict in dspace/src/main/assembly/assembly.xml
> Auto-merging dspace/solr/statistics/conf/solrconfig.xml
> CONFLICT (add/add): Merge conflict in
> dspace/solr/statistics/conf/solrconfig.xml
> Auto-merging dspace/solr/statistics/conf/schema.xml
> CONFLICT (add/add): Merge conflict in dspace/solr/statistics/conf/schema.xml
> Auto-merging dspace/solr/oai/conf/solrconfig.xml
> CONFLICT (add/add): Merge conflict in dspace/solr/oai/conf/solrconfig.xml
> Auto-merging dspace/pom.xml
> ...
> Auto-merging dspace-api/pom.xml
> CONFLICT (add/add): Merge conflict in dspace-api/pom.xml
> Auto-merging build.properties
> CONFLICT (add/add): Merge conflict in build.properties
> Auto-merging .gitignore
> CONFLICT (add/add): Merge conflict in .gitignore
> Automatic merge failed; fix conflicts and then commit the result.
>
> Do I need to go through each of these (there are a lot!) and check out any I
> want to retain? For the most part, I'd want to overwrite with the new so I
> imagine, given those listed above I'd just need to
>
> git checkout .gitignore
> then git commit ?
>
> Then that presumably gives me an updated dspace-src that I can build and
> deploy as usual with maven and ant?
>
> Sean
> --
>

There's either "git mergetool" for resolving conflicts, or you can use
some GUI tools.

Alternatively, you could have just done a diff (or git diff) of your
changes with the original changed version (e.g. diff -ur
dspace-1.8.2-source/ my-modified-dspace-1.8.2). Then do a fresh
checkout of dspace-3_x and insert only the changes you want to port
manually. Or, if you're feeling up to it, try using patch to automate
it and only resolve the rejected changes (this is s similar workflow
to merging git conflicts). "git am" is the equivalent of "patch" for
patches generated using "git diff", beware that it creates commits,
too. These are just different ways to do the same thing.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Upgrade to Solr

2013-08-13 Thread Anja Le Blanc
Hello,

We are using DSpace 1.8. We modified the source to use ElasticSearch as 
well as the build in Solr. After upgrading ElasticSearch to 0.90.3 we 
are now forced (library conflict with lucene) to update the build in 
Solr to 4.4.0.

Is the version of Solr which comes with DSpace in any way modified to 
make it work with DSpace?
Did anyone attempt an upgrade to Solr 4.4.0 before? Are there any known 
pit-falls?

Any advice appreciated!

Best regards,
Anja

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] dspace logs filling up 75% disk space

2013-08-13 Thread helix84
On Tue, Aug 13, 2013 at 11:33 AM, Evans, Kevin  wrote:
> We are having an issue with dspace and other logs filling up disk space.
>
> Dspace/Tomcat seems to be rotating the logs but we would like to clear these
> down after three months or so.

There are two ways to do this - the Java way (logging.properties) and
the unix way (logrotate). logrotate has plenty of documentation and is
much more flexible, but it's also a bit harder to use because Java
already splits the files which would normally be the job of logrotate.

Here's an example of rotating Java logs:
http://stackoverflow.com/questions/8342336/how-to-set-maximim-number-of-rolls-and-maximum-log-size-for-tomcat

One thing you should be wary of is to keep around told dspace.log
files if you care about access statistics. Should you lose your
generated statistics (old stats, Solr stats or ES stats), they can all
be regenerated from dspace.log files. Of course, the preprocessed
files (using stats-log-converter) take up much less space.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Using Git to Update

2013-08-13 Thread helix84
Hi Sean,

no worries, we've all been through this. To overwrite your local
changes in one file with the upstream version of that file, do

git checkout dspace/config/dspace.cfg

Should you have many locally mddified files and you wish to throw away
the changes, I know of two ways to do that, but use them with care:
a) git reset --hard HEAD
b) git stash save && git stash drop


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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 Git to Update

2013-08-13 Thread Sean Carte
I'm totally new to git and totally confused; I'd be grateful if someone
could tell me where I'm going wrong.

dspace-src-git is my current 3.1 src directory.

Following Tim Donohue's Development With Git wiki page, I did the following:

dspace@ubuntu:~$ cd dspace-src-git/
dspace@ubuntu:~/dspace-src-git$ git remote add upstream
https://github.com/DSpace/DSpace.git
dspace@ubuntu:~/dspace-src-git$ git fetch upstream
warning: no common commits
remote: Counting objects: 82061, done.
remote: Compressing objects: 100% (25541/25541), done.
remote: Total 82061 (delta 43759), reused 80072 (delta 41987)
Receiving objects: 100% (82061/82061), 83.25 MiB | 51 KiB/s, done.
Resolving deltas: 100% (43759/43759), done.
>From https://github.com/DSpace/DSpace
 * [new branch]  dspace-1_2_2-patches -> upstream/dspace-1_2_2-patches
 * [new branch]  dspace-1_2_2-update -> upstream/dspace-1_2_2-update
 * [new branch]  dspace-1_4_x -> upstream/dspace-1_4_x
 * [new branch]  dspace-1_5_x -> upstream/dspace-1_5_x
 * [new branch]  dspace-1_6_x -> upstream/dspace-1_6_x
 * [new branch]  dspace-1_7_x -> upstream/dspace-1_7_x
 * [new branch]  dspace-1_8_x -> upstream/dspace-1_8_x
 * [new branch]  dspace-3_x -> upstream/dspace-3_x
 * [new branch]  master -> upstream/master
>From https://github.com/DSpace/DSpace
 * [new tag] dspace-1.7.3 -> dspace-1.7.3
 * [new tag] dspace-1.8.3 -> dspace-1.8.3
 * [new tag] dspace-3.0 -> dspace-3.0
 * [new tag] dspace-3.0-rc1 -> dspace-3.0-rc1
 * [new tag] dspace-3.0-rc2 -> dspace-3.0-rc2
 * [new tag] dspace-3.0-rc3 -> dspace-3.0-rc3
 * [new tag] dspace-3.1 -> dspace-3.1
 * [new tag] dspace-3.2 -> dspace-3.2
dspace@ubuntu:~/dspace-src-git$ git checkout master
Mdspace/config/dspace.cfg
Already on 'master'
dspace@ubuntu:~/dspace-src-git$ git merge upstream/master
error: Your local changes to the following files would be overwritten by
merge:
dspace/config/dspace.cfg
Please, commit your changes or stash them before you can merge.
Aborting

So my question is: how do I update dspace.cfg?

I'm really lost at this point.

Sean
--
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] dspace logs filling up 75% disk space

2013-08-13 Thread Hilton Gibson
Also see my yearly disk usage graph.
You can see last year when I upgraded to 1.8.2 and enabled discovery, the
logs went crazy!
The logs are in the /var partition as per best practices for a UNIX server.

PS: [image: Inline images 1]


On 13 August 2013 11:33, Evans, Kevin  wrote:

>  Hi,
>
> ** **
>
> We are having an issue with dspace and other logs filling up disk space. *
> ***
>
> Dspace/Tomcat seems to be rotating the logs but we would like to clear
> these down after three months or so. 
>
> ** **
>
> Is there a way to set this or script this? 
>
> ** **
>
> Any advice much appreciated.
>
> ** **
>
> Kevin Evans
> Systems Developer,
>
> Research & Collaborative Systems,
> Enterprise Applications,
> Room 911, 9th Floor, Laver Building,
> University of Exeter,
> Exeter,
> Devon,
> EX4 4QE
> 01392 725573
>
> 
>
> ** **
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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
>



-- 
*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson
<>--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] dspace logs filling up 75% disk space

2013-08-13 Thread Hilton Gibson
Perhaps this will help on an Ubuntu system:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Optimisations/Logs
Also see:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Dspace/Why_Ubuntu_Server



On 13 August 2013 11:33, Evans, Kevin  wrote:

>  Hi,
>
> ** **
>
> We are having an issue with dspace and other logs filling up disk space. *
> ***
>
> Dspace/Tomcat seems to be rotating the logs but we would like to clear
> these down after three months or so. 
>
> ** **
>
> Is there a way to set this or script this? 
>
> ** **
>
> Any advice much appreciated.
>
> ** **
>
> Kevin Evans
> Systems Developer,
>
> Research & Collaborative Systems,
> Enterprise Applications,
> Room 911, 9th Floor, Laver Building,
> University of Exeter,
> Exeter,
> Devon,
> EX4 4QE
> 01392 725573
>
> 
>
> ** **
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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
>



-- 
*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] dspace logs filling up 75% disk space

2013-08-13 Thread Evans, Kevin
Hi,

We are having an issue with dspace and other logs filling up disk space.
Dspace/Tomcat seems to be rotating the logs but we would like to clear these 
down after three months or so.

Is there a way to set this or script this?

Any advice much appreciated.

Kevin Evans
Systems Developer,
Research & Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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] Dspace 3.2 - Separate access mechanism for internal and external users

2013-08-13 Thread Pushkin Salim
Hi All,

   We have a requirement in dspace 3.2 in which users from a particular
subnet of our LAN should be able to READ or Download the research papers
from dspace without any username-password authentication, at the same time
users from public domain must be prompted to submit a formal request for
accessing the required files.

  What all things to be done to achieve this objective? I came across IP
Authentication feature, but I am not able to understand how it works.
Please help.

Thanks
Pushkin
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/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