Re: [Dspace-tech] another unscheduled shutdown

2013-07-03 Thread adywp

 I,ve done several hardware test these couple of days using memtest86+ 
 and`IBM DSA Memory stress test.
 IBM DSA Memory Stress Test gave me 'Passed' result, but memtest86+ 
 showed errors.
 I don't know which one to believe, so i think i will try Dr.Andrea's 
 option.

 Dr.Andrea, which jvm version now you are running?

 Regards,
 AdyWP

 On Wed, 03 Jul 2013 16:01:33 +1200, Andrea Schweer wrote:
> Hi,
>
> On 03/07/13 14:20, Ady Wahyudi Paundu wrote:
>
>> is it a known problem? because i've read several article about
>> bugs on java 7, something about loops?
>> so, did you downgrade your jvm?
>
>  We downgraded the jvm; I haven't had time to do a root cause
> investigation.
>
>  cheers,
>  Andrea


 
Powered by PTIK UNHAS ~ http://unhas.ac.id/


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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] Issue with SMTP/endmail/postfix for a DSpace installation on CentOS 6.3

2013-07-03 Thread Eric Mousset
Hi there,

I'm facing an issue that is more a CentOS issue that a DSpace issue. But
there result in the same
,
I am stuck!
 Any assistance will be most appreciated. 


Here is the context.
I've performed a fresh installation of DSpace on a CentOS 6.3 distribution.
The box has a fix IP address but is not attached to a domain. It is part of
a local network that has no SMTP server.
I've been fiddling around for hours (maybe days) with sendmail and postfix
settings. The best I've obtained is running the
"/usr/local/dspace/bin/dspace test-email" command with no error
, using the Google SMTP server as a relay (with my own credentials)
. Unfortunately, no email has ever been received on the recipient side.
I believe Google has simply ignored all emails from the DSpace server
(identified as 'localhost.localdomain')
Evidently, this is stopping a range of DSpace features from working
properly, such as submission workflows.

Any guidance will be most appreciated.

Kind regards,

Eric




—
Cambodia: +855 12 988 693
skype: ericmousset





-- 
—
Cambodia: +855 12 988 693
skype: ericmousset
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
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] item counter

2013-07-03 Thread Bram Luyten
Hi Sisay,

just a wild guess at this point, but do you know if you have any items in
there that are mapped into multiple collections?
If there aren't, you can already exclude this as a potential cause.

best regards,

Bram


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


On Wed, Jul 3, 2013 at 8:37 AM, Webshet, Sisay (ILRI)
wrote:

>  ** **
>
> We are using dsapce 3.1/xmlui versuion
>
> We have a number of top level communities  which has different number of
> items.
>
> However when they browsed output type they show the same number of counts*
> ***
>
> http://cgspace.cgiar.org/handle/10568/16498/browse?type=output
>
> http://cgspace.cgiar.org/browse?type=output
>
> ** **
>
> ** **
>
> Can anybody has hint on this
>
> Thanks
>
> ** **
>
>
> --
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> ___
> 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
>
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
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 reverse sorting order of sub-community?

2013-07-03 Thread Jordan . Piščanc
I have done a "patch" in 
community-home.jsp

Inserting after:
-
<%-- 
Collections in this community
 --%>


  

--

This code:
--
<%
boolean rvrs = false;
int i;

if ( community.getHandle().equals("XYZ/XYXY1") ||
community.getHandle().equals("XYZ/XYXY2") )rvrs=true;
  
for(int j=0;j 
---

So now I have Reverse order for example on:
http://www.openstarts.units.it/dspace/handle/10077/4673

Hope this help you




-
Jordan PIŠČANC
IR IT Manager & Developer
CenTraCon-SI
http://www.centracon.units.it
http://www.openstarts.units.it
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/How-to-reverse-sorting-order-of-sub-community-tp4665463p4665511.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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] Migrate Solr statistics from two server

2013-07-03 Thread Hilton Gibson
I had the same problem and a java guy helped with the following:
http://www.scottphillips.com/2011/10/merging-two-dspace-solr-based-data-sets-together/



On 3 July 2013 15:47, hblancoca  wrote:

> Hi,
> I installed dspace 3.1 in a new server and all works fine. I migrated all
> data from my old server, updated the database schema, and reviewed  the new
> server and works fine. Only have problems migrating the solr stats.
>
> I copy the solr data directory in the new server but does not work, any
> idea
> about how migrate the statistics in the new server?
>
>
>
> --
> View this message in context:
> http://dspace.2283337.n4.nabble.com/Migrate-Solr-statistics-from-two-server-tp4665509.html
> Sent from the DSpace - Tech mailing list archive at Nabble.com.
>
>
> --
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> ___
> 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*
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
http://library.sun.ac.za
http://scholar.sun.ac.za
http://www.journals.ac.za
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
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] Migrate Solr statistics from two server

2013-07-03 Thread hblancoca
Hi, 
I installed dspace 3.1 in a new server and all works fine. I migrated all
data from my old server, updated the database schema, and reviewed  the new
server and works fine. Only have problems migrating the solr stats.

I copy the solr data directory in the new server but does not work, any idea
about how migrate the statistics in the new server?



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Migrate-Solr-statistics-from-two-server-tp4665509.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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