[Dspace-tech] Discovery search results displaying in opposite order

2012-12-20 Thread M. Àngels Pulido

  
  

  Hello
  everybody:
  I'm working with
  DSpace 1.7.2 with XMLUI.

  By default, the search results sorts the records
  in ascending order
  when you search. So first you see the records that have less relevance. I am interested to order the records in descending order to
  see first records that are most relevant. 

I performed all the steps explained here:

  http://dspace.2283337.n4.nabble.com/Change-default-sorting-in-search-results-td3637278.html

  I have
  been recompiled
  and completely reindex but nothing has
changed ...
  
Can anybody help me?
  thanks.



-- 
  
M. Àngels Pulido Medina
  Biblioteca. Servei de Recursos
Informàtics
  
  Universitat de Vic
  C. Sagrada Família, 7
  08500 Vic
  Tel. 938 816 170 (8333)
  m.angels.pul...@uvic.cat 
  www.uvic.cat
  

  

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
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] PremGen Error While adding community

2012-12-20 Thread mErRYo
I am running Dspace 3.0 jspui with postgre 9.2 and tomcat 7. When i try to add 
top level community or check item statistics i get premgen error. Does anyone 
know what is happening wrong. I don't see it a memory issue what else is wrong.



INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Dec 20, 2012 2:17:44 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 62960 ms
Dec 20, 2012 2:20:43 PM org.apache.jasper.compiler.TldLocationsCache tldScanJar
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug 
logging for this logger for a complete list of JARs that were scanned but no 
TLDs were found in them. Skipping unneeded JARs during scanning can improve 
startup time and JSP compilation time.
Dec 20, 2012 2:23:35 PM org.apache.solr.core.SolrCore execute
INFO: [statistics] webapp=/solr path=/select 
params={q=type:2+AND+id:1&wt=javabin&version=2} hits=0 status=0 QTime=63 
Exception in thread "http-bio-8080-exec-7" java.lang.OutOfMemoryError: PermGen 
space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at 
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2904)
at 
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1173)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1681)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)
at org.xbill.DNS.Record.newRecord(Record.java:157)
at org.xbill.DNS.Record.newRecord(Record.java:175)
at org.dspace.statistics.util.DnsLookup.reverseDns(DnsLookup.java:33)
at 
org.dspace.statistics.SolrLogger.getCommonSolrDoc(SolrLogger.java:290)
at org.dspace.statistics.SolrLogger.postView(SolrLogger.java:216)
at 
org.dspace.statistics.SolrLoggerUsageEventListener.receiveEvent(SolrLoggerUsageEventListener.java:40)
at 
org.dspace.services.events.SystemEventService.fireLocalEvent(SystemEventService.java:144)
at 
org.dspace.services.events.SystemEventService.fireEvent(SystemEventService.java:86)
at 
org.dspace.app.webui.servlet.HandleServlet.communityHome(HandleServlet.java:498)
at 
org.dspace.app.webui.servlet.HandleServlet.doDSGet(HandleServlet.java:254)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:119)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
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] PremGen Error While adding community

2012-12-20 Thread helix84
How did you set the amount of memory for Tomcat, in which variable and
which file? Even if the amounts are sufficient, maybe Tomcat isn't
picking them up. The correct variables are described here, along with
some guidelines about the values for individual memory pools:

https://wiki.duraspace.org/display/DSDOC3x/Performance+Tuning+DSpace


Regards,
~~helix84

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

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
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] PremGen Error While adding community

2012-12-20 Thread mErRYo
Thanks the article resolved our issue.

--- On Thu, 12/20/12, helix84  wrote:

> From: helix84 
> Subject: Re: PremGen Error While adding community
> To: "mErRYo" 
> Cc: hilton.gib...@gmail.com, lighton.ph...@gmail.com, jm...@lyncode.com, 
> dspace-tech@lists.sourceforge.net, mw...@iupui.edu
> Date: Thursday, December 20, 2012, 2:42 PM
> How did you set the amount of memory
> for Tomcat, in which variable and
> which file? Even if the amounts are sufficient, maybe Tomcat
> isn't
> picking them up. The correct variables are described here,
> along with
> some guidelines about the values for individual memory
> pools:
> 
> https://wiki.duraspace.org/display/DSDOC3x/Performance+Tuning+DSpace
> 
> 
> Regards,
> ~~helix84
> 
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
> 

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
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] 2 Level Approval

2012-12-20 Thread Amira Shoukry
Dear Sir,

I just want to ask is it possible to have a two-level agreement for a
certain collection. So that the items submitted to that collection are
first reviewed by an admin then if approved they will be forwarded to a
second admin.

-- 
Thanks

Amira Shoukry
Software Developer
University Academic Computing Technologies (UACT)
The American University in Cairo (AUC)
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
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 1.6.2 --connectivity with 11g

2012-12-20 Thread Kirti Bodhmage
Hi,

Can anybody confirm that Dspace 1.6.2 is compatible with Oracle 11g?
Dspace 1.6.2 needs 9i.


We are in process of migrating from 1.6.2 to 1.7.2  and 1.7.2 needs  Oracle
11g database.

The first step for us is to migrate our 9i database to 11g database. And
then do Dspace upgrade.

Will current Dspace 1.6.2 will work with 11g?

Thanks
Kirti

-Original Message-
From: Lighton Phiri [mailto:lighton.ph...@gmail.com] 
Sent: 13 December 2012 19:46
To: Kirti Bodhmage
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] dspace upgrade to 1.7.2-- oracle database version

You could use 10g if you wanted; the documentation [1] says 1.7.2 supports
Oracle database 10g or greater.

[1]
https://wiki.duraspace.org/display/DSDOC17/Installation#Installation-Relatio
nalDatabase:(PostgreSQLorOracle).
Lighton Phiri
http://lightonphiri.org


On 13 December 2012 19:42, Kirti Bodhmage  wrote:
> Hi,
>
>
>
> We are in process to upgrade from 1.6.2 to 1.7.2.
>
> Our  database is Oracle 9i.
>
>
>
> Does version 1.7.2 needs 11g as database ?
>
>
>
> Thanks
>
> Kirti
>
>
> --
>  LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free 
> Trial Remotely access PCs and mobile devices and provide instant 
> support Improve your efficiency, and focus on delivering more 
> value-add services Discover what IT Professionals Know. Rescue 
> delivers http://p.sf.net/sfu/logmein_12329d2d
> ___
> 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


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
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] File Description problem

2012-12-20 Thread Samson, Wesley
That's a mistake in my e-mail.  The .mp3 file has an .mp3 extension.  That's 
what I get for trying to do too many things at once.  Thanks for the catch.

Wes.

Wes Samson
Systems Administration
Mansfield Library
The University of Montana
32 Campus Dr.
Missoula, MT  59812

-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, December 19, 2012 4:50 PM
To: Samson, Wesley
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] File Description problem

On Wed, Dec 19, 2012 at 11:54 PM, Samson, Wesley  
wrote:
> Doc1.pdf description:PDF Document
> Mp31.pdfdescription:Audio File
> Wav1.wav   description:Wav file

Hi Wesley,

is this just a mistake in your email or does your mp3 really have a pdf 
extension?


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
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] File Description problem

2012-12-20 Thread helix84
On Thu, Dec 20, 2012 at 4:26 PM, Samson, Wesley
 wrote:
> That's a mistake in my e-mail.  The .mp3 file has an .mp3 extension.  That's 
> what I get for trying to do too many things at once.  Thanks for the catch.

OK, I was just checking the obvious things first. I can't think of
anything else that could go wrong, sorry. There's nothing in DSpace
that would treat mp3s differently.

Try thinking of what else those files have in common besides being an
mp3. Try changing its extension to something else, just for testing.
What about capital letters in file name or extension?


Regards,
~~helix84

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

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
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] Updating stats with new spider IP addresses

2012-12-20 Thread Steve Swinsburg
Thanks Bram,

I've added a note to the Jira about our additional spider list. We are rolling 
out 1.8.2 early in 2013 so I'll just hold off until then.

regards,
Steve


On 20/12/2012, at 6:14 PM, Bram Luyten mailto:b...@mire.be>> 
wrote:

Hi Steve,

already apologies in advance for the vagueness of this answer but there have 
been several performance related optimizations to the stats between 1.6.2 and 
3.0.

The latest one, SOLR sharding by year, was added in 3.0. This is especially 
useful for those institutions who have accumulated multiple years of SOLR stats.

https://wiki.duraspace.org/display/DSDOC3x/Managing+Usage+Statistics#ManagingUsageStatistics-Solr
 
ShardingByYear

Enabling auto commit was also something not included in the DSpace 1.6 version 
of the stats by default:
https://atmire.com/website/?q=content/increasing-dspace-performance

Hope this helps! 200,000 usage events is indeed not a huge number so there 
should be a way to optimize.

Can I also ask you to share your findings about the spiders here?
https://jira.duraspace.org/browse/DS-790

best regards,

Bram

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


On Thu, Dec 20, 2012 at 3:36 AM, Ian Boston 
mailto:ib...@cam.ac.uk>> wrote:
Hi,

I was having a problem recently with stats in ds3, caused by excessive SQL 
queries building parent collections. There was a patch shared on list about a 
week ago by Andrea. It might help ?

Ian


On Thursday, December 20, 2012, Steve Swinsburg wrote:
Does anyone ever update their solr stats? Does anyone know about the 
performance issue I am seeing here?

thanks,
Steve


On 18/12/2012, at 5:15 PM, Steve Swinsburg  wrote:

Hi all,

We have identified a number of new spider IP addresses from Google and other 
indexers being responsible for vastly inflating our stats. I've created a local 
spider filter list with the IP addresses and I am running the stats updater:
dspace stats-util -m

to reprocess the stats and mark them appropriately, then will remove them via:
dspace stats-util -f

However the mark is taking hours. Likewise if I go ahead and just delete them 
based on the new rules, via:
dspace stats-util -i

Is that normal? We only have about 200,000 views to process.

Version 1.6.2 but about to rollout an upgrade. If the performance has improved 
in 1.8.2 we can wait a week or so.


regards,
Steve

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
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


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
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


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
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] Full text indexing non-english docs

2012-12-20 Thread Filbert Minj
Hi All,

I am using DSpace 3.0 on CentOS 6.2 OS. I tried searching Internet but did
not get any solution and I would like to know how to index full text
non-English documents like Indian languages (e.g Hindi).
Any help will be appreciated.

Thanks,

Regards,

--
Filbert Minj


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


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
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] (no subject)

2012-12-20 Thread Parul dubey
Dear All

 

Want to how is it possible to restrict the search criteria to particular
fields as per Communities.

1.  For Ex: There are 3 communities

 Books  , Staff Members , Others.

1.   Books Community then searching would be on Author , Subject ,
Title(default Settings)

2.  Staff Members searching would be on Name , Designation (new metadata
fields) 

3.   Others searching on Event , Name of institution(new metadata fields)  .

2.  Also is there a possibility to restrict particular submission to users
other than Admin.

For Example we have submitted 3 Items Item1 , Item2 , Item3

And want that other users donot view the Item3.

Kindly suggest solution.

 

 

 

Thanks

Parul Dubey 

 

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
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] Free text search

2012-12-20 Thread Parul dubey
Hi All

 

Also want to know is there a possibility of free text search.

For Ex:I have added metadata fields Edition and Volume 

  If I want to search documents having particular
Edition number  = E01 , then how it can be done.

 

Thanks

APrul

 

 

From: Parul dubey [mailto:parul.du...@itsl.in] 
Sent: Friday, December 21, 2012 1:04 PM
To: 'dspace-tech@lists.sourceforge.net'
Subject: 

 

Dear All

 

Want to how is it possible to restrict the search criteria to particular
fields as per Communities.

1.  For Ex: There are 3 communities

 Books  , Staff Members , Others.

1.   Books Community then searching would be on Author , Subject ,
Title(default Settings)

2.  Staff Members searching would be on Name , Designation (new metadata
fields) 

3.   Others searching on Event , Name of institution(new metadata fields)  .

2.  Also is there a possibility to restrict particular submission to users
other than Admin.

For Example we have submitted 3 Items Item1 , Item2 , Item3

And want that other users donot view the Item3.

Kindly suggest solution.

 

 

 

Thanks

Parul Dubey 

 

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
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