Re: [Dspace-tech] Changing the community/collection name

2015-03-02 Thread Andrea Schweer

  
  
Hi Anja,

there are a few resources out there for XMLUI; an older (but still
good) one is
http://www.slideshare.net/tdonohue/making-dspace-xmlui-your-own 
I see TDL have just released their training material for XMLUI
themeing under a CC license, I haven't looked at it yet myself
though: http://www.slideshare.net/DuraSpace/dspace-42-xmlui-theming

For your specific question, look at the XML representation of the
collection page, http://demo.dspace.org/xmlui/handle/10673/22?XML
You'll see that the corresponding element is now 1st
  sem (the data on the test server re-sets every
Saturday, so it's no longer the same as in your question). This is
rendered in the HTML as 

Re: [Dspace-tech] [Dspace-devel] DSpace 5 and solr usage statistics data

2015-03-02 Thread Andrea Schweer
Hi helix84,

On 02/03/15 20:21, helix84 wrote:
> at least part of your problem - the missing uid for old documents - is
> a known open issue:
>
> https://jira.duraspace.org/browse/DS-2212

Perfect thanks, I hadn't spotted that, even though I saw the same thing 
when I tried out the sharding.

I see there are a couple of approaches on there for retrospectively 
adding uids (with code, thanks folks!), so I'll look into using one of 
those in the hope that it will also fix my docValues problem.

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
+64-7-837 9112


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
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] Solr and IP authentication

2015-03-02 Thread Bram Luyten
Hi Stefanie,

I don't think the SOLR logger lookup error you are seeing is related to
your IP authentication problem.
This lookup tries to identify the country/region of your IP, in order to
include geo information into the usage events.

It makes sense that this fails if the IP you are hiding is an internal IP,
for these kinds of IPs, it's impossible to lookup the location in the
Geomind database that is used for this purpose.

There must be a different problem why your IP authentication isn't working.

with kindest regards,

Bram Luyten

-- 
[image: logo]
*Bram Luyten*
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.com



On 25 February 2015 at 09:49, Stefanie Behnke <
dsp...@eurographics-office-goslar.de> wrote:

> Dear all,
>
>
>
> I am using Dspace 3.1 with XMLUI.
>
>
>
> I have inserted the patch, described at
>
> https://github.com/DSpace/DSpace/pull/632/files
>
>
>
> but got the ERROR message in dspace.log:
>
> ERROR org.dspace.statistics.SolrLogger @ Failed DNS Lookup for IP: hidden
>
> And although the IP address (here: hidden) is listed in the
> authentication-ip.cfg file,
>
> there is no further check, with the result that the IP address is not
> authenticated.
>
>
>
> Any help is appreciated.
>
> Best regards
>
> Stefanie
>
>
>
>
>
> *Von:* Stefanie Behnke [mailto:dsp...@eurographics-office-goslar.de]
> *Gesendet:* Montag, 9. Februar 2015 17:39
> *An:* 'Riese Wolfgang'; dspace-tech@lists.sourceforge.net
> *Betreff:* Re: [Dspace-tech] IP Authentification Problems
>
>
>
> Dear Wolfgang,
>
>
>
> I did already uses this patch, you mentioned
>
> dspace-api/src/main/java/org/dspace/authenticate/IPMatcher.java
>
>
>
> rebuilt Maven, ant and started Tomcat.
>
>
>
> This does not work for me.
>
>
>
> Best regards
>
> Stefanie
>
>
>
>
>
>
>
>
>
>
>
> *Von:* Riese Wolfgang [mailto:w.ri...@zbw.eu ]
> *Gesendet:* Montag, 9. Februar 2015 17:24
> *An:* 'Stefanie Behnke'; dspace-tech@lists.sourceforge.net
> *Betreff:* AW: [Dspace-tech] IP Authentification Problems
>
>
>
> Hi,
>
>
>
> for me on Dspace 3.2 XMLUI, Patch DS-1235 does the trick.
>
> https://jira.duraspace.org/browse/DS-1235
>
>
>
>
>
> Hope it helps,
>
> Wolfgang
>
>
>
>
>
> --
>
> WOLFGANG RIESE
>
> IIPT
>
>
>
> HH, Raum 414
>
> T:  +49-40-42834-240
>
> http://www.zbw.eu
>
>
>
> ZBW - Deutsche Zentralbibliothek für Wirtschaftswissenschaften
> Leibniz-Informationszentrum Wirtschaft
>
> - Standort Hamburg -
>
> Neuer Jungfernstieg 21
>
>
>
> 20354 Hamburg
>
>
>
> *Von:* Stefanie Behnke [mailto:dsp...@eurographics-office-goslar.de
> ]
> *Gesendet:* Montag, 9. Februar 2015 15:54
> *An:* dspace-tech@lists.sourceforge.net
> *Betreff:* [Dspace-tech] IP Authentification Problems
>
>
>
> Dear all,
>
>
>
> we are using Dspace 3.1 with the XMLUI (Mirage).
>
>
>
> I have set the IP configuration:
>
> In authentification.cfg:
>
> plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
>
> org.dspace.authenticate.IPAuthentication, \
>
> org.dspace.authenticate.LDAPAuthentication, \
>
> org.dspace.authenticate.PasswordAuthentication
>
>
>
> I have visit https://github.com/DSpace/DSpace/pull/632/files and added
> the patch to my system.
>
> Also I added the patch from
> https://github.com/DSpace/DSpace/pull/255/files
>
>
>
> In our repository all items are visible to all users, but the bitsteams
> are only accessible with read right group
>
> “eg-member”.
>
>
>
> So I have configured
>
> authentication-ip.cfg (see attachment)
>
>
>
> Full IPs, partial IPs are working,
>
> but using network/netmask or network/CIDR then only one entry works.
>
>
>
> For example:
>
> ….
>
> 129.27, \
>
> 139.174, \
>
> …. Is working
>
> But
>
> ….
>
> 129.27.0.0/16, \
>
> 139.174.0.0/16, \
>
> ….
>
> does not work.
>
>
>
> As you can see I have a lot of IP ranges where I have to use
> network/netmask or network/CIDR,
>
> I tried both, with same result: If the CIDR is not 32 or the netmask not
> 255.255.255.255,
>
> it only works for one IP range.
>
>
>
> I hope you can help me, thanking you in advance
>
> Stefanie
>
>
>
>
>
>
> --
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> ___
> 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] Changing the community/collection name

2015-03-02 Thread Anja Radoicic

Hi,

Can someone at least point us to the document where this is explained?

Thanks ahead,
A.

On 2/27/2015 2:43 PM, Anja Radoicic wrote:

Hi,

I have a question regarding one community/collection view. Can anyone 
tell me the name of the XSL file where I can change the way the title 
is neing written? I went through most of the files and I dont see the 
part where the title can be changed.


For example in demo, it would be "The scramble for and Partition of 
Africa" in this page: http://demo.dspace.org/xmlui/handle/10673/22.


Thanks ahead,
Anja



--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/


___
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




smime.p7s
Description: S/MIME Cryptographic Signature
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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] Pls help: Dspace migration from 1.7 to 5 in new setup(due to harddisk crash)

2015-03-02 Thread इन्‍दु भूषण Indu Bhushan
Apache Maven *3.0.5* , *Java version: 1.8.0_31, Apache Ant(TM) version
1.8.2* , postgres (PostgreSQL) 9.0.3, Linux RHEL 5
Dear Team,

Now i have tried with old backup and error are less. Please advice to solve
database error menationed below.
LOG: unexpected EOF on client connection
ERROR: constraint "metadatavalue_item_id_fkey" of relation "metadatavalue"
does not exist
STATEMENT: ALTER TABLE metadatavalue DROP CONSTRAINT
metadatavalue_item_id_fkey

With Regardds
Indu Bhushan
SIRC, RRCAT
Indore MP


Folowing error in the  middle of  database import process.
---
ERROR:  canceling autovacuum task
CONTEXT:  automatic analyze of table "dspace.public.checksum_history"
---

[dspace@sircdl bin]$ /opt/dspace/bin/dspace database info

Database URL: jdbc:postgresql://localhost:5432/dspace
Database Schema: public
Database Software: PostgreSQL version 9.0.3
Database Driver: PostgreSQL Native Driver version PostgreSQL 9.1 JDBC4
(build 901)
+++-+-+
| Version| Description| Installed on|
State   |
+++-+-+
| 1.1| Initial DSpace 1.1 databas | |
PreInit |
| 1.2| Upgrade to DSpace 1.2 sche | |
PreInit |
| 1.3| Upgrade to DSpace 1.3 sche | |
PreInit |
| 1.3.9  | Drop constraint for DSpace | |
PreInit |
| 1.4| Upgrade to DSpace 1.4 sche | |
PreInit |
| 1.5| Upgrade to DSpace 1.5 sche | |
PreInit |
| 1.5.9  | Drop constraint for DSpace | |
PreInit |
| 1.6| Upgrade to DSpace 1.6 sche | |
PreInit |
| 1.7| Initializing from DSpace 1 | 2015-03-02 02:42:13 |
Success |
| 1.8| Upgrade to DSpace 1.8 sche | 2015-03-02 02:42:13 |
Success |
| 3.0| Upgrade to DSpace 3.x sche | 2015-03-02 02:42:14 |
Success |
| 4.0| Upgrade to DSpace 4.x sche | 2015-03-02 02:42:15 |
Success |
| 5.0.2014.08.08 | DS-1945 Helpdesk Request a | 2015-03-02 02:42:16 |
Success |
| 5.0.2014.09.25 | DS 1582 Metadata For All O | |
Pending |
| 5.0.2014.09.26 | DS-1582 Metadata For All O | |
Pending |
+++-+-+
Following error on postgres screen.

LOG:  unexpected EOF on client connection
ERROR:  constraint "metadatavalue_item_id_fkey" of relation "metadatavalue"
does not exist
STATEMENT:  ALTER TABLE metadatavalue DROP CONSTRAINT
metadatavalue_item_id_fkey
ERROR:  constraint "metadatavalue_item_id_fkey" of relation "metadatavalue"
does not exist
STATEMENT:  ALTER TABLE metadatavalue DROP CONSTRAINT
metadatavalue_item_id_fkey
LOG:  unexpected EOF on client connection
LOG:  unexpected EOF on client connection
LOG:  unexpected EOF on client connection
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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 5 application not showing

2015-03-02 Thread Hilton Gibson
Here are some instructions that worked for me:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M2

Cheers

hg

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

Tel: +27 21 808 4100 | Cell: +27 84 646 4758

On 2 March 2015 at 10:00, euler  wrote:

> Hi Lewatle,
>
> Did you check during the build if what tasks failed to execute? As I've
> said
> earlier, it will still result in "BUILD SUCCESS" even though some of the
> tasks during the "DSpace XML-UI Mirage2 Theme :: Local Customisations" part
> of the build failed. I only managed to install mirage2 (successfully) after
> I installed the prerequisite softwares[1].
>
> Best of luck,
> euler
>
> Prerequisites for OSX / Linux
> <
> https://github.com/DSpace/DSpace/blob/master/dspace-xmlui-mirage2/readme.md#prerequisites-for-osx--linux
> >
>
>
>
> --
> View this message in context:
> http://dspace.2283337.n4.nabble.com/DSpace-5-application-not-showing-tp4676744p4676842.html
> Sent from the DSpace - Tech mailing list archive at Nabble.com.
>
>
> --
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> ___
> 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
>
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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 5 application not showing

2015-03-02 Thread euler
Hi Lewatle,

Did you check during the build if what tasks failed to execute? As I've said
earlier, it will still result in "BUILD SUCCESS" even though some of the
tasks during the "DSpace XML-UI Mirage2 Theme :: Local Customisations" part
of the build failed. I only managed to install mirage2 (successfully) after
I installed the prerequisite softwares[1].

Best of luck,
euler

Prerequisites for OSX / Linux

  



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-5-application-not-showing-tp4676744p4676842.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
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