Re: [Dspace-tech] FW: items as thumbnails

2010-07-14 Thread Claudia Jürgen
Hello Michael, yes there is, see section 5.2.25 and 5.2.14 of the DSpace documentation. Basically you got to configure some parameters in the DSpace config: webui.browse.thumbnail.show webui.browse.thumbnail.max.height webui.browse.thumbnail.max.width webui.item.thumbnail.show

[Dspace-tech] filter-media hanging

2010-07-14 Thread Sean Carte
I have a problem with filter-media apparently getting stuck processing a file. It ends up pegging the CPU at 100% until I kill the process. I've tried leaving it for a few days to complete, but it never does. PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 21853 dspace20

Re: [Dspace-tech] 404 errors after upgrading to 1.6.2

2010-07-14 Thread Sean Carte
On 13 July 2010 23:16, Kurzenberger, Eric eric.kurzenber...@yale.edu wrote: Hi all, After upgrading my Dspace installation from 1.5 to 1.6.2, I’m getting 404 errors when attempting to access the XMLUI interface, which I have set as the default in dspace.cfg (I’m still able to access the

Re: [Dspace-tech] filter-media errors.

2010-07-14 Thread Claudia Jürgen
Hello Jose, you got several types of filter media errors, for the jpeg one best check the bitstream to be filtered, might be corrupt. The org.pdfbox.pdmodel.PDPageNode.getAllKids(PDPageNode.java:194) at... one, update to pdfbox 1.1.0 (including jempbox and fontbox). Hope that helps Claudia

[Dspace-tech] Suggestions regarding search or interoperability issues in DSpace

2010-07-14 Thread AMJAD USMAN
respected community, hello and Asalamo Alaikum to all of you. i am a post graduate student at SEECS - NUST, Pakistan. i have completed my course work. i want to contribute to DSpace as my research thesis. can anybody tell me any feature that Dspace is lacking, or which needs improvement. any

Re: [Dspace-tech] Suggestions regarding search or interoperability issues in DSpace

2010-07-14 Thread helix84
Hello Amjad, you can find inspiration on current goals on these wiki pages https://wiki.duraspace.org/display/DSPACE/DevelopmentAreas https://wiki.duraspace.org/display/DSPACE/DSpace+2.0 Of course you're also welcome to work on whatever new feature will help your local institution using DSpace.

Re: [Dspace-tech] Suggestions regarding search or interoperability issues in DSpace

2010-07-14 Thread helix84
Also, see https://wiki.duraspace.org/display/DSPACE/Google+Summer+of+Code+Ideas -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first --

Re: [Dspace-tech] Suggestions regarding search or interoperability issues in DSpace

2010-07-14 Thread Claudia Jürgen
Hello Amjad, you'll find a lot of ideas in the DSpace Wiki (e.g. GSOC), the JIRA trackers and the discussion lists. Regarding IR's in general, maybe the latest Open Repository Conference wll be incentive too. Naturally any new ideas based on your prior work/current research focus are welcome.

[Dspace-tech] Storage of documents

2010-07-14 Thread AMJAD USMAN
hello every body, can anybody tell me whether DSpace supports RAID technology for storing data? From: Amjad Usman Marwat MSIT 9, SEECS, NUST, H-12 Campus Islamabad. _ Hotmail: Trusted

Re: [Dspace-tech] Storage of documents

2010-07-14 Thread helix84
On Wed, Jul 14, 2010 at 14:33, AMJAD USMAN amjad...@hotmail.com wrote: hello every body, can anybody tell me whether DSpace supports RAID technology for storing data? Well, it's a wrong question, like asking whether DSpace supports harddisk for storing data. Of course you can store DSpace

Re: [Dspace-tech] [Dspace-general] Storage of documents

2010-07-14 Thread Allen Lam
Hi Amjad, Dspace is working in the application layer, while RAID is much close to layers about hardware and OS. There is no much relationship between them. In short, if your OS supports RAID, dspace can benefit from this feature. Cheers, Allen Lam. HKU Hub Administrator, http://hub.hku.hk

Re: [Dspace-tech] 404 errors after upgrading to 1.6.2

2010-07-14 Thread Kurzenberger, Eric
Thanks for the response, Sean. Defining the context path in the server.xml file enabled me to see the XMLUI interface. However, I'm getting java.lang.NullPointerException errors when I attempt to view any items, communities, or collections. I've updated all my config files. I've copied the

[Dspace-tech] contributing code

2010-07-14 Thread Blanco, Jose
I would like to make some code submission to see if some of the changes we've made here at University of Michigan could get into version 1.7 of Dspace. I submitted something using the jira system, and I'm wondering if this is what I should be doing? Could you let me know if the procedure I

Re: [Dspace-tech] 404 errors after upgrading to 1.6.2

2010-07-14 Thread Sands Alden Fish
Eric, Have you run the bin/index-init script? If so, have you restarted your Tomcat instance after running it? I have seen this (not restarting post-index) cause very strange, sometimes NPE, errors in the browse interface. -- sands fish Software Engineer MIT Libraries Technology Research

Re: [Dspace-tech] 404 errors after upgrading to 1.6.2

2010-07-14 Thread Kurzenberger, Eric
Thanks, Sands. It actually looks to be a problem with my custom theme; something with it must have gotten borked by the upgrade, as the default theme works fine. I’m going to have to dig into the theme to find out. But your solution helped me find an error in my dspace.cfg file. Cheers,

Re: [Dspace-tech] LDAPAuthentication and PasswordAuthentication does not work (for me)

2010-07-14 Thread Aldo Vizcaino
Well.. i see that anybody has the same trouble :D or i can't explain my problem :). So i will try to explain it in a better way, i have the next Stackable configuration, plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.PasswordAuthentication, \

Re: [Dspace-tech] How can i create 'cron' Jobs for windows

2010-07-14 Thread liss RR
Hi all: Please how can I execute 'sh' for windows I want execute the sub-daily file on windows thanks... _ Prefiero un día sin coche que sin Messenger

Re: [Dspace-tech] contributing code

2010-07-14 Thread Blanco, Jose
Hi Claudia, So the patch I've submitted will be reviewed by the team, and a determination to incorporated or not in the next release will be made? Is that correct? Thanks! Jose -Original Message- From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] Sent: Wednesday, July

Re: [Dspace-tech] How can i execute 'sh' for windows

2010-07-14 Thread liss RR
From: liss...@hotmail.com To: dspace-tech@lists.sourceforge.net Date: Wed, 14 Jul 2010 13:17:10 -0500 Subject: Re: [Dspace-tech] How can i create 'cron' Jobs for windows Hi all: Please how can I execute 'sh' for windows I want execute the sub-daily file on windows thanks... ¿Te

Re: [Dspace-tech] Error

2010-07-14 Thread liss RR
Hi all... I received this mail yesterday but I don't understand what I most do please help me!!! Asunto: DSpace: Error Interno de Servidor Ha ocurrido un error interno http://srvcoldiguv.xalapa.intra.uv.mx:8080/dspace: Fecha: 7/14/10 12:05 PM Sesión ID:

Re: [Dspace-tech] How can i create 'cron' Jobs for windows

2010-07-14 Thread Mark H. Wood
On Wed, Jul 14, 2010 at 01:17:10PM -0500, liss RR wrote: Please how can I execute 'sh' for windows I want execute the sub-daily file on windows I would use the Task Scheduler for that. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Balance your desire for bells and whistles with

Re: [Dspace-tech] Error

2010-07-14 Thread Allen Lam
A user typed in an incorrect URL and brought about this error. You can do nothing as long as users can access dspace services normally. If you hate getting this kind of exception reports causing by incorrect URLs, you may wish to find a programmer to fix your source code. Best, Allen Lam.