Re: [Dspace-tech] Can I move GeoLiteCity.dat?

2015-05-22 Thread Monika C. Mevenkamp
there is a setting in

dspace/config/modules/solr-statistics.cfg:dbfile = 
${dspace.dir}/config/GeoLiteCity.dat

if you are using solr stats you can probably move the fie, if you adjust the 
config accordingly

Monika



Monika Mevenkamp
phone: 609-258-4161
Princeton University, Princeton, NJ 08544


On May 22, 2015, at 12:16 PM, Schuster, David 
mailto:dschus...@mail.twu.edu>> wrote:

This is growing quite large on my system and about to fill up my home 
directory…  I have moved the logs etc.. to another point through the config 
files, but I don’t see that I can point this in another direction.

/home/dspace/config – is where it lives and mine has grown to about 17216036…

Suggestions, recommendations?  My home directory was setup small when we 
started newbie on my own I didn’t know how this might impact me in the future.

My drive is setup with LVS but we have used all of the original space allocated 
for that.

Looking for suggestions for best direction.

David Schuster
Texas Woman's University
Director of Library Information Technology & Technical Support
Phone: 940-898-3909
dschus...@twu.edu



--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] BUILD FAILURE DSpace5.2

2015-05-22 Thread Pottinger, Hardy J.
FYI, I've created a JIRA ticket to track this issue:

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

Thanks for reporting the issue!

--Hardy


From: Pottinger, Hardy J.
Sent: Friday, May 22, 2015 1:08 PM
To: dspace-tech
Subject: Re: [Dspace-tech] BUILD FAILURE DSpace5.2

Hi, again, I have found a temporary workaround, have built new distribution zip 
files, and have pushed them over to SourceForge. Mark Wood is working on a far 
more elegant solution. We'll write it all up eventually, but I have tested both 
the release and src-release zip files, they have all required folders and all 
build DSpace correctly. The new distribution files work correctly, so if you 
depend on these files, just download new ones [1].

If you are tired of downloading and managing vendor drops, I do recommend you 
check out Git and GitHub [2].

Speaking of GitHub, they build distribution zip files on the fly, so, through 
all of this, the GitHub-made distribution zip file [3] has worked fine.

--Hardy

[1] https://sourceforge.net/projects/dspace/files/DSpace%20Stable/5.2/
[2] https://github.com/dspace/dspace
[3] https://github.com/DSpace/DSpace/releases/tag/dspace-5.2


From: Pottinger, Hardy J.
Sent: Friday, May 22, 2015 12:30 PM
To: Pottinger, Hardy J.
Subject: RE: BUILD FAILURE DSpace5.2

Hi, to be absolutely clear, the DSpace 5.2 application works fine. If you clone 
the DSpace repository from GitHub and check out the dspace-5_x branch, you will 
have a working repository. The issue here is that the "distribution" zip files 
are missing some important, though empty, folders. We are working to resolve 
this issue, so that people who might depend on using the distribution zip files 
(such as anyone still using Subversion for version control, and following a 
"vendor drop" protocol for tracking changes to DSpace) can make use of them.

Sorry for the inconvenience, we will sort it out soon, I'm sure.

--Hardy


From: Pottinger, Hardy J.
Sent: Friday, May 22, 2015 10:38 AM
To: Lewatle Phaladi; DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] BUILD FAILURE DSpace5.2

Hi, Lewatle, thank you for bringing this to our attention. There appears to be 
a problem with our distribution packaging configuration (confirmed by myself 
and Mark Wood). We are looking into it. The gist of the problem is, the Maven 
overlay folders are not getting packaged up in the distributions. These overlay 
folders are necessary to build DSpace, as our Maven configuration expects to 
find these folders, even if they are empty.

Since this is a "packaging" error, we should be able to produce new 
distribution packages that *do* work, and I expect that will happen later 
today. I hope we'll have a solution for the problem with the packaging 
configuration as well. In the mean time, if you'd like to manually fix your own 
distribution, and you're using the BASH shell (Linux or OSX), run this from 
your dspace-5.2-src-release folder:

cd dspace/modules; for X in jspui lni oai rdf rest sword swordv2 xmlui; do 
mkdir -p $X/src/main/webapp; done

Thanks to Mark Wood for the one-line BASH script. If you're using Windows or 
some other shell, the general idea is: create empty src/main/webapp folders in 
each folder in dspace/modules.

Sorry for the mix-up, I'm sure we'll have this sorted out later today.

--Hardy

PS: if you or anyone else would like to pitch in with the packaging debugging, 
here is how:

https://wiki.duraspace.org/display/DSPACE/Release+Procedure#ReleaseProcedure-CreatetheDistributionZipsforSourceForge

Follow along with the instructions in the block that begins "what if I 
deleted..." The gist of it is: start with a fresh clone of DSpace from GitHub, 
check out the 5.2 tag, build the distributions, and then see that they are 
indeed missing the overlay folders...


From: Lewatle Phaladi [lewatle.phal...@wits.ac.za]
Sent: Friday, May 22, 2015 4:43 AM
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] BUILD FAILURE DSpace5.2

Hi Dspace Team,

I am getting the following error while running :
$ mvn -U clean package

from dspace-5.2-src-release/dspace
see error message that follows


BUILD FAILURE
[INFO] 
[INFO] Total time: 3:13.958s
[INFO] Finished at: Fri May 22 11:34:32 SAST 2015
[INFO] Final Memory: 37M/191M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-war-plugin:2.4:war (default-war) on project 
xmlui: Execution default-war of goal 
org.apache.maven.plugins:maven-war-plugin:2.4:war failed: basedir 
/dspace/src/dspace-5.2-src-release/dspace/modules/xmlui/src/main/webapp does 
not exist -> [Help 1]

Reg

[Dspace-tech] My Dspace instance not respecting CSS in Mirage 2

2015-05-22 Thread Admire Mutsikiwa
Hi All,

 

I have struggled to have Mirage 2 run on my DSpace instance.  Now it is
running but  the interface is not rendering well. It appears it is not
respecting the CSS or the scss files. Everything is been displayed in a
single column on the left hand side.

 

I will appreciate any help

 

Kind Regards,

 

Admire Mutsikiwa (Mr)

ICT Manager

Libraries

University of Zimbabwe

Tel:+263-4-303276

Mob:+263782476883

 

"It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities."  Josiah Charles Stamp
 

 


--
UZ at 60: Celebrating our Past, Inspiring the Future. --
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] BUILD FAILURE DSpace5.2

2015-05-22 Thread Pottinger, Hardy J.
Hi, again, I have found a temporary workaround, have built new distribution zip 
files, and have pushed them over to SourceForge. Mark Wood is working on a far 
more elegant solution. We'll write it all up eventually, but I have tested both 
the release and src-release zip files, they have all required folders and all 
build DSpace correctly. The new distribution files work correctly, so if you 
depend on these files, just download new ones [1].

If you are tired of downloading and managing vendor drops, I do recommend you 
check out Git and GitHub [2].

Speaking of GitHub, they build distribution zip files on the fly, so, through 
all of this, the GitHub-made distribution zip file [3] has worked fine.

--Hardy

[1] https://sourceforge.net/projects/dspace/files/DSpace%20Stable/5.2/
[2] https://github.com/dspace/dspace
[3] https://github.com/DSpace/DSpace/releases/tag/dspace-5.2


From: Pottinger, Hardy J.
Sent: Friday, May 22, 2015 12:30 PM
To: Pottinger, Hardy J.
Subject: RE: BUILD FAILURE DSpace5.2

Hi, to be absolutely clear, the DSpace 5.2 application works fine. If you clone 
the DSpace repository from GitHub and check out the dspace-5_x branch, you will 
have a working repository. The issue here is that the "distribution" zip files 
are missing some important, though empty, folders. We are working to resolve 
this issue, so that people who might depend on using the distribution zip files 
(such as anyone still using Subversion for version control, and following a 
"vendor drop" protocol for tracking changes to DSpace) can make use of them.

Sorry for the inconvenience, we will sort it out soon, I'm sure.

--Hardy


From: Pottinger, Hardy J.
Sent: Friday, May 22, 2015 10:38 AM
To: Lewatle Phaladi; DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] BUILD FAILURE DSpace5.2

Hi, Lewatle, thank you for bringing this to our attention. There appears to be 
a problem with our distribution packaging configuration (confirmed by myself 
and Mark Wood). We are looking into it. The gist of the problem is, the Maven 
overlay folders are not getting packaged up in the distributions. These overlay 
folders are necessary to build DSpace, as our Maven configuration expects to 
find these folders, even if they are empty.

Since this is a "packaging" error, we should be able to produce new 
distribution packages that *do* work, and I expect that will happen later 
today. I hope we'll have a solution for the problem with the packaging 
configuration as well. In the mean time, if you'd like to manually fix your own 
distribution, and you're using the BASH shell (Linux or OSX), run this from 
your dspace-5.2-src-release folder:

cd dspace/modules; for X in jspui lni oai rdf rest sword swordv2 xmlui; do 
mkdir -p $X/src/main/webapp; done

Thanks to Mark Wood for the one-line BASH script. If you're using Windows or 
some other shell, the general idea is: create empty src/main/webapp folders in 
each folder in dspace/modules.

Sorry for the mix-up, I'm sure we'll have this sorted out later today.

--Hardy

PS: if you or anyone else would like to pitch in with the packaging debugging, 
here is how:

https://wiki.duraspace.org/display/DSPACE/Release+Procedure#ReleaseProcedure-CreatetheDistributionZipsforSourceForge

Follow along with the instructions in the block that begins "what if I 
deleted..." The gist of it is: start with a fresh clone of DSpace from GitHub, 
check out the 5.2 tag, build the distributions, and then see that they are 
indeed missing the overlay folders...


From: Lewatle Phaladi [lewatle.phal...@wits.ac.za]
Sent: Friday, May 22, 2015 4:43 AM
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] BUILD FAILURE DSpace5.2

Hi Dspace Team,

I am getting the following error while running :
$ mvn -U clean package

from dspace-5.2-src-release/dspace
see error message that follows


BUILD FAILURE
[INFO] 
[INFO] Total time: 3:13.958s
[INFO] Finished at: Fri May 22 11:34:32 SAST 2015
[INFO] Final Memory: 37M/191M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-war-plugin:2.4:war (default-war) on project 
xmlui: Execution default-war of goal 
org.apache.maven.plugins:maven-war-plugin:2.4:war failed: basedir 
/dspace/src/dspace-5.2-src-release/dspace/modules/xmlui/src/main/webapp does 
not exist -> [Help 1]

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. 

Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread cbeltran
I'm not very expert in DSpace, you could tell me a step by step to rebuild 
DSpace, please.

Thank you very much.




--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-translate-text-in-Dspace-4-2-JSPUI-tp4677976p4678000.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread Anthony Petryk
You have to rebuild DSpace for the changes to be picked up; just restarting 
Tomcat isn't enough.  There are instructions for building DSpace in the docs.  
Once you've rebuilt DSpace, you would then deploy it to your /web deploy 
directory.

Anthony

-Original Message-
From: cbeltran [mailto:cbelt...@humboldt.org.co] 
Sent: Friday, May 22, 2015 12:35 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

Hi Anthony 

Thanks.

I dont understand, I have two directories:

/dspace-4.2-src-release --> Source code

and

/web --> Deploy

Now, in this path:
/home/dspace/dspace-4.2-src-release/dspace-api/src/main/resources, found 
Messages.properties

After create directory "resources" in path:
/home/dspace/dspace-4.2-src-release/dspace/modules/jspui/src/main, and copy 
"Messages.properties" and "Messages_es.properties"

Restart tomcat, but not work the translation to spanish.

I'm doing the right process?

In the web / directory I have to do something extra?

Im sorry. 

Regards




--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-translate-text-in-Dspace-4-2-JSPUI-tp4677976p4677997.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread cbeltran
Hi Anthony 

Thanks.

I dont understand, I have two directories:

/dspace-4.2-src-release --> Source code

and

/web --> Deploy

Now, in this path:
/home/dspace/dspace-4.2-src-release/dspace-api/src/main/resources, found 
Messages.properties

After create directory "resources" in path:
/home/dspace/dspace-4.2-src-release/dspace/modules/jspui/src/main, and copy
"Messages.properties" and "Messages_es.properties"

Restart tomcat, but not work the translation to spanish.

I'm doing the right process?

In the web / directory I have to do something extra?

Im sorry. 

Regards




--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-translate-text-in-Dspace-4-2-JSPUI-tp4677976p4677997.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] Can I move GeoLiteCity.dat?

2015-05-22 Thread Schuster, David
This is growing quite large on my system and about to fill up my home 
directory...  I have moved the logs etc.. to another point through the config 
files, but I don't see that I can point this in another direction.

/home/dspace/config - is where it lives and mine has grown to about 17216036...

Suggestions, recommendations?  My home directory was setup small when we 
started newbie on my own I didn't know how this might impact me in the future.

My drive is setup with LVS but we have used all of the original space allocated 
for that.

Looking for suggestions for best direction.

David Schuster
Texas Woman's University
Director of Library Information Technology & Technical Support
Phone: 940-898-3909
dschus...@twu.edu

[Description: emailsignature]

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread Anthony Petryk
Hi again,

See section "2.4.2 Overview of DSpace Directories" of the DSpace 4.x 
documentation for details.

When you download DSpace 4.2, it doesn't have a "resources" directory under 
[dspace-src]/dspace/modules/jspui/src/main/, so you can just create it.  Then 
you can put all your Messages.properties files in there.

Anthony 

-Original Message-
From: cbeltran [mailto:cbelt...@humboldt.org.co] 
Sent: Friday, May 22, 2015 11:32 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

Hi Anthony

Thanks for your reply.

On my dspace installation not exists this path: 
[dspace-src]/dspace/modules/jspui/src/main/resources/

How do I?

Thanks




--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-translate-text-in-Dspace-4-2-JSPUI-tp4677976p4677993.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] BUILD FAILURE DSpace5.2

2015-05-22 Thread Hilton Gibson
Perhaps this could help with "stable" releases in future:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Software_Release_Cadence


*Hilton Gibson*
Ubuntu Linux Systems Administrator
Stellenbosch University Library
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


On 22 May 2015 at 17:38, Pottinger, Hardy J. 
wrote:

>  Hi, Lewatle, thank you for bringing this to our attention. There appears
> to be a problem with our distribution packaging configuration (confirmed by
> myself and Mark Wood). We are looking into it. The gist of the problem is,
> the Maven overlay folders are not getting packaged up in the distributions.
> These overlay folders are necessary to build DSpace, as our Maven
> configuration expects to find these folders, even if they are empty.
>
> Since this is a "packaging" error, we should be able to produce new
> distribution packages that *do* work, and I expect that will happen later
> today. I hope we'll have a solution for the problem with the packaging
> configuration as well. In the mean time, if you'd like to manually fix your
> own distribution, and you're using the BASH shell (Linux or OSX), run this
> from your dspace-5.2-src-release folder:
>
> cd dspace/modules; for X in jspui lni oai rdf rest sword swordv2 xmlui; do
> mkdir -p $X/src/main/webapp; done
>
> Thanks to Mark Wood for the one-line BASH script. If you're using Windows
> or some other shell, the general idea is: create empty src/main/webapp
> folders in each folder in dspace/modules.
>
> Sorry for the mix-up, I'm sure we'll have this sorted out later today.
>
> --Hardy
>
> PS: if you or anyone else would like to pitch in with the packaging
> debugging, here is how:
>
>
> https://wiki.duraspace.org/display/DSPACE/Release+Procedure#ReleaseProcedure-CreatetheDistributionZipsforSourceForge
>
> Follow along with the instructions in the block that begins "what if I
> deleted..." The gist of it is: start with a fresh clone of DSpace from
> GitHub, check out the 5.2 tag, build the distributions, and then see that
> they are indeed missing the overlay folders...
>
>  --
> *From:* Lewatle Phaladi [lewatle.phal...@wits.ac.za]
> *Sent:* Friday, May 22, 2015 4:43 AM
> *To:* DSpace-tech@lists.sourceforge.net
> *Subject:* [Dspace-tech] BUILD FAILURE DSpace5.2
>
>   Hi Dspace Team,
>
> I am getting the following error while running :
> $ mvn -U clean package
>
> from dspace-5.2-src-release/dspace
> see error message that follows
>
>
> 
> BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 3:13.958s
> [INFO] Finished at: Fri May 22 11:34:32 SAST 2015
> [INFO] Final Memory: 37M/191M
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-war-plugin:2.4:war (default-war) on project
> xmlui: Execution default-war of goal
> org.apache.maven.plugins:maven-war-plugin:2.4:war failed: basedir
> /dspace/src/dspace-5.2-src-release/dspace/modules/xmlui/src/main/webapp
> does not exist -> [Help 1]
>
> 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.
>
>
>
> --
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> ___
> 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
>
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applicat

Re: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread cbeltran
Hi Anthony

Thanks for your reply.

On my dspace installation not exists this path: 
[dspace-src]/dspace/modules/jspui/src/main/resources/

How do I?

Thanks




--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-translate-text-in-Dspace-4-2-JSPUI-tp4677976p4677993.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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] BUILD FAILURE DSpace5.2

2015-05-22 Thread Pottinger, Hardy J.
Hi, Lewatle, thank you for bringing this to our attention. There appears to be 
a problem with our distribution packaging configuration (confirmed by myself 
and Mark Wood). We are looking into it. The gist of the problem is, the Maven 
overlay folders are not getting packaged up in the distributions. These overlay 
folders are necessary to build DSpace, as our Maven configuration expects to 
find these folders, even if they are empty.

Since this is a "packaging" error, we should be able to produce new 
distribution packages that *do* work, and I expect that will happen later 
today. I hope we'll have a solution for the problem with the packaging 
configuration as well. In the mean time, if you'd like to manually fix your own 
distribution, and you're using the BASH shell (Linux or OSX), run this from 
your dspace-5.2-src-release folder:

cd dspace/modules; for X in jspui lni oai rdf rest sword swordv2 xmlui; do 
mkdir -p $X/src/main/webapp; done

Thanks to Mark Wood for the one-line BASH script. If you're using Windows or 
some other shell, the general idea is: create empty src/main/webapp folders in 
each folder in dspace/modules.

Sorry for the mix-up, I'm sure we'll have this sorted out later today.

--Hardy

PS: if you or anyone else would like to pitch in with the packaging debugging, 
here is how:

https://wiki.duraspace.org/display/DSPACE/Release+Procedure#ReleaseProcedure-CreatetheDistributionZipsforSourceForge

Follow along with the instructions in the block that begins "what if I 
deleted..." The gist of it is: start with a fresh clone of DSpace from GitHub, 
check out the 5.2 tag, build the distributions, and then see that they are 
indeed missing the overlay folders...


From: Lewatle Phaladi [lewatle.phal...@wits.ac.za]
Sent: Friday, May 22, 2015 4:43 AM
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] BUILD FAILURE DSpace5.2

Hi Dspace Team,

I am getting the following error while running :
$ mvn -U clean package

from dspace-5.2-src-release/dspace
see error message that follows


BUILD FAILURE
[INFO] 
[INFO] Total time: 3:13.958s
[INFO] Finished at: Fri May 22 11:34:32 SAST 2015
[INFO] Final Memory: 37M/191M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-war-plugin:2.4:war (default-war) on project 
xmlui: Execution default-war of goal 
org.apache.maven.plugins:maven-war-plugin:2.4:war failed: basedir 
/dspace/src/dspace-5.2-src-release/dspace/modules/xmlui/src/main/webapp does 
not exist -> [Help 1]

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.



--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] How to translate text in Dspace 4.2 JSPUI

2015-05-22 Thread Anthony Petryk
Hi,

Check your DSpace source directory for the following file: 
[dspace-src]/dspace/modules/jspui/src/main/resources/Messages_es.properties.

If it's not there, you can download it from here: 
https://github.com/DSpace/dspace-api-lang/blob/master/src/main/resources/Messages_es.properties.

Then, you'll need to add the following entries to the file and translate them:

jsp.search.facet.refine 
= Discover
jsp.search.facet.refine.author  
= Authors
jsp.search.facet.refine.subject 
= Subjects
jsp.search.facet.refine.dateIssued  
= Date Issued

Finally, rebuild DSpace and it should pick up your translations.

As for the "See" button, the text appears to be hard-coded into the following 
file (line 149): [dspace-src]/dspace-jspui/src/main/webapp/home.jsp.  You can 
either translate it there directly, or (better) replace 'See' with a new token 
, add this a new entry for "jsp.home.see" to 
your Messages_es.properties file.  Then rebuild.

I hope this helps.

Anthony

-Original Message-
From: cbeltran [mailto:cbelt...@humboldt.org.co] 
Sent: Thursday, May 21, 2015 5:37 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] How to translate text in Dspace 4.2 JSPUI

Hi Everybody,

I need translate texts to spanish language in my dspace installation version 
4.2, interface JSPUI over centos server.

how I do?

Attached picture with text i need translate.

 

Thanks.

Regards.



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-translate-text-in-Dspace-4-2-JSPUI-tp4677976.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud Widest 
out-of-the-box monitoring support with 50+ applications Performance metrics, 
stats and reports that give you Actionable Insights Deep dive visibility with 
transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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 community and collectionnumber of publications summary

2015-05-22 Thread euler
Hi Ally,

In your dspace.cfg, look for "webui.strengths.show", uncomment and change
the value to true. Restart tomcat.

Hope this helps.

Regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-community-and-collectionnumber-of-publications-summary-tp4677985p4677990.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Problems with the browse indexes

2015-05-22 Thread Fernando Gómez Romero
 

Thank you for your answer but I tried to change the authority ignore
value and it didn't work at all. 

Finally I resolve it changing the confidence field on every author. In
the new submitted items the author's confidence value is 600, but the
old ones was -1 so it was creating a double index. 

Changing every value to 600 and updating has been my final solution! 

---

FERNANDO GÓMEZ ROMERO
Sección de Informática y Tecnología

Tfn: 954550905
Biblioteca - Universidad de Sevilla
C/ San Fernando, 4
__

El 21/05/2015 13:51, euler escribió: 

> Hi Fernando,
> 
> Just a hunch, maybe you should set your dspace instance to ignore authority
> values. The settings can be found in
> [dspace-install-dir]/config/modules/discovery.cfg. Reference here: 
> https://wiki.duraspace.org/display/DSDOC5x/Discovery?src=search#Discovery-Configurationfiles
>  [1]
>   [1]> 
> Don't forget to reindex (ie dspace index-discovery -b).
> 
> Hope this helps.
> 
> Regards,
> euler
> 
> --
> View this message in context: 
> http://dspace.2283337.n4.nabble.com/Problems-with-the-browse-indexes-tp4677958p4677969.html
>  [2]
> Sent from the DSpace - Tech mailing list archive at Nabble.com.
> 
> --
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y [3]
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech [4]
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette [5]
 

Links:
--
[1]
https://wiki.duraspace.org/display/DSDOC5x/Discovery?src=search#Discovery-Configurationfiles
[2]
http://dspace.2283337.n4.nabble.com/Problems-with-the-browse-indexes-tp4677958p4677969.html
[3] http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
[4] https://lists.sourceforge.net/lists/listinfo/dspace-tech
[5] https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] BUILD FAILURE DSpace5.2

2015-05-22 Thread Lewatle Phaladi
Hi Dspace Team,

I am getting the following error while running :
$ mvn -U clean package

from dspace-5.2-src-release/dspace
see error message that follows


BUILD FAILURE
[INFO] 
[INFO] Total time: 3:13.958s
[INFO] Finished at: Fri May 22 11:34:32 SAST 2015
[INFO] Final Memory: 37M/191M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-war-plugin:2.4:war (default-war) on project 
xmlui: Execution default-war of goal 
org.apache.maven.plugins:maven-war-plugin:2.4:war failed: basedir 
/dspace/src/dspace-5.2-src-release/dspace/modules/xmlui/src/main/webapp does 
not exist -> [Help 1]

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. 

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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 taking too long to open/view (download) file

2015-05-22 Thread Ruben

Hi Vineet,

Also I've found this issue with DSpace 5.1, was impossible to open/view 
item files or community logos. The bug fix that I applied was this, it's 
related with google analytics key:


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

I hope this will be helpfully

On 22/05/15 09:54, Vineet Kumar Rakesh wrote:

Dear All,

1. Dspace taking too long to open/view (download) file.
2. Also suggest best practice (steps/software) for backup and restore 
for this environment , Please help.


The system details are
OS- RHEL 6.5
Dspace 5.1 (xmlui)
Database- Oracle 11gR2.

regards,

? ? ? / vineet kumar rakesh
?? ??? / Technical Officer
 ?  ?? / Variable Energy Cyclotron Centre
?? ? ? / Department of Atomic Energy
 ? / Government of India
1/? ?? ? ??? / 1/AF Bidhan Nagar
??? - 700064 ,  / Kolkata - 700064, India


???./ Tel: +91 33 2318 2206, 9330984666
? / Fax: +91 33 2334 6871
 / Email : vin...@vecc.gov.in


--
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y


___
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



--


Rubén Boada
Tècnic de Càlcul i Aplicacions
Consorci de Serveis Universitaris de Catalunya (CSUC)

Gran Capità, 2 (Edifici Nexus).08034 Barcelona
T.93 551 62 13.ruben.bo...@csuc.cat
www.csuc.cat .Twitter @CSUC_info.Facebook.Linkedin
Subscriu-te al butlletí; (www.csuc.cat/butlleti)


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] Adding more publication types

2015-05-22 Thread allybitebo
Dear All,

Hello,

I am a new bee in this Dspace software i managed to configure Dspace 5.1
on windows and now i am in the position to customize it but my question is
how to add new publication type like conference paper or masters or phd
thesis
in the input form type field. Please any help or proper directions to
achieve this functionality.

Regards
Ally


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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 community and collectionnumber of publications summary

2015-05-22 Thread allybitebo
Hello,

I am a new bee in this Dspace software i managed to configure Dspace 5.1
on windows and now i am in the position to customize it but my question is
how to display number of publication in the given community or sub
community or collections?

example in a collage of engineering community have 12 publications to
display as follows

Collage of Engineering [12]

Regards
Ally



--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
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 taking too long to open/view (download) file

2015-05-22 Thread Vineet Kumar Rakesh
Dear All,1. Dspace taking too long to open/view (download) file.2. Also suggest best practice (steps/software) for backup and restore for this environment , Please help.The system details are OS- RHEL 6.5Dspace 5.1 (xmlui)Database- Oracle 11gR2.regards,विनीत कुमार राकेश / vineet kumar rakeshतकनीकी अधिकारी / Technical Officerपरिवर्ती उर्जा साइक्लोट्रॉन केंद्र / Variable Energy Cyclotron Centreपरमाणु उर्जा विभाग / Department of Atomic Energyभारत सरकार / Government of India1/ए एफ विधान नगर / 1/AF Bidhan Nagarकोलकाता - 700064 , भारत / Kolkata - 700064, Indiaटेल./ Tel: +91 33 2318 2206, 9330984666फैक्स / Fax: +91 33 2334 6871ईमेल / Email : vin...@vecc.gov.in

--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] eperson and groups

2015-05-22 Thread helix84
On Fri, May 22, 2015 at 9:07 AM, Vegard Korvald 
wrote:

>  Is it possible to make groups with the CLI, similar to the «user»
> command for creating users, or in any other way script this behavior?
>

Well again, not currently using CLI, but using SQL. This used to be just
one insert, now it's two. Add a new row to the epersongroup table and its
name to the metadatavalue table.

INSERT INTO epersongroup (eperson_group_id) VALUES
(nextval('epersongroup_seq'));
INSERT INTO metadatavalue (metadata_field_id, resource_type_id,
resource_id, text_value) VALUES (
  (SELECT metadata_field_id
FROM metadatafieldregistry
WHERE metadata_schema_id = 1
AND element = 'title'
AND qualifier IS NULL
  ),
  6,
  currval('epersongroup_seq'),
  'NEW_GROUP_NAME');


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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] eperson and groups

2015-05-22 Thread Vegard Korvald
That worked like a charm, helix84!

Is it possible to make groups with the CLI, similar to the «user» command for 
creating users, or in any other way script this behavior?


--
Vegard


From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Thursday, May 21, 2015 12:57 PM
To: Vegard Korvald
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] eperson and groups

On Thu, May 21, 2015 at 12:22 PM, Vegard Korvald 
mailto:vegard.korv...@usit.uio.no>> wrote:
I used "SELECT * FROM epersongroup " to get the IDs, but I couldn't seem to 
find the corresponding group name in the database. To find the name I had to 
look it up as an admin on our DSpace page under Access Control->Groups. Is 
there a way to find the IDs and names of the groups in the database?

Sorry about that, I forgot to note that since DSpace 5, the epersongroup table 
changed due to the "metadata for all dspace objects" feature. You can get the 
same view on the table as in previous versions using this query instead (6 is 
the constant for group):


SELECT e.*, m.text_value AS name FROM epersongroup e

LEFT JOIN metadatavalue m ON (

  m.resource_id = e.eperson_group_id

  AND m.resource_type_id = 6

)


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
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