[Dspace-tech] Importer error

2007-11-27 Thread Mika Stenberg
Would someone know what might be causing the importer to throw error like below. All the files are there. Is this a permission issue? Thanks, Mika Processing contents file: /var/www/tds_submit/dc/674/0/contents java.io.IOException: No such file or directory at

Re: [Dspace-tech] Importer error

2007-11-27 Thread Blanco, Jose
If you do a ls -la /var/www/tds_submit/dc/674/0/contents What do you see? -Jose -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mika Stenberg Sent: Tuesday, November 27, 2007 8:49 AM To: 'dspace-tech@lists.sourceforge.net' Subject: [Dspace-tech]

Re: [Dspace-tech] Importer error

2007-11-27 Thread Mark Diggory
Looks like a permissions error on the file system. If you are running tomcat under the tomcat user and your Importer under the dspace user this is an issue that will arise. I really haven't a great solution for this yet. I put the tomcat user in the dspace group and set a sticky bit on the

Re: [Dspace-tech] streaming video?

2007-11-27 Thread Vlastimil Krejcir
Hi, Symlink DSpace project is stopped now. ad to Shane Beers reply -- it would be nice to have everything in central repository. But DSpace doesn't support many features that is needed for downloading big video files - all the things behind such as load balancing, data flow

[Dspace-tech] Language pack authors - czech translation

2007-11-27 Thread Vlastimil Krejcir
Hi all, does anybody know who are the authors of the translations of Messages_properties. Especially who is the author of czech (cs) translation for DSpace version 1.5? Or better - this is message for the one who has translated Messages_properties into czech: Could you contact me?

Re: [Dspace-tech] Importer error

2007-11-27 Thread Robin Taylor
Experienced a similar problem where assetstore was owned by user dspace, group dspace. Tomcat was running as user tomcat with primary group tomcat. Tomcat did also belong to group dspace but whenever it added files to the assetstore it would set the group owner to be tomcat. I have thought about

Re: [Dspace-tech] Language pack authors - czech translation

2007-11-27 Thread Claudia Jürgen
Hi Vlastimil, the first and only czech translation is based on 1.3.2 and was done by Dusan Jaluvka. You might contact the author via the Sourceforge page, see patch http://sourceforge.net/tracker/index.php?func=detailaid=1472553group_id=19984atid=319984 An update of the translations to Czech

[Dspace-tech] Item Permissions

2007-11-27 Thread mfrodrigues
Hello, I have a collection where the bitstream permissions are set to Anonymous. Since the collection bitstream permission are set to Anonymous can i set a permission for a specific item on that collection, other than anonymous? To give the entire idea: COLLECTION A

Re: [Dspace-tech] Reading other files in Manakin (was: Re: Desired hierarchical display of communities and collection list)

2007-11-27 Thread Dorothea Salo
Okay, I did a little bit of scouting around today, and I discovered that this gets really hairy really fast, but we probably can do something about it, if we're willing to create a DSpace-specific metadata schema just to hold bitstream information (which might not be the world's worst idea,

[Dspace-tech] (no subject)

2007-11-27 Thread Maike Dulk
Hi I've been looking into this for a some now and it does not become any clearer. It's this. When you submit an item, there are these Initial Questions (initial-questions.jsp). There seem to be three of them. I was wondering how it is determined whether they are displayed or not? In

[Dspace-tech] Strange error in our Dspace instance

2007-11-27 Thread Blanco, Jose
Every evening at 12:08 we restart tomcat and postgres. On 3 occasions Oct 30 Nov 01 Nov 19 We started getting errors like the one below: 2007-10-30 00:22:23,752 WARN org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=9B156F98DC9E832C74A86E0DFDBFDD5B:internal_error:-- URL Was:

Re: [Dspace-tech] Item Permissions

2007-11-27 Thread Claudia Juergen
Hi Marcelo, you can change the rights for an item and it's parts (bundles and bitstreams). Each element got it's own rights. The settings are derived during ingest from the DEFAULT_ITEM_READ and DEFAULT_BITSTREAM_READ of the collection. Once an item is submitted it's rights are independent of the

[Dspace-tech] Restoring a deleted Group

2007-11-27 Thread George Kozak
Hi... By accident, one of our Admins deleted a Group in DSpace. Unfortunately, it is our largest group (the group of students who can submit a thesis or dissertation and the professors who can view those papers). Is there a way through PostGreSQL to recover the group? I really don't want

[Dspace-tech] advanced search

2007-11-27 Thread spvempat
Hi, Could somebody explain to me how the advanced search works. I would like to add one more drop down for date of publication(for ex: 2000 to 2007) Could you somebody tell me how can i do this. Thanks, Sree - This

Re: [Dspace-tech] advanced search

2007-11-27 Thread Claudia Juergen
Hallo, in order to change the advanced search you must 1 Edit [dspace-source]/config/dspace.cfg 2 Set/Change a search index search.index.1 = author:dc.contributor.* search.index.2 = affiliation:myschema.creator.affiliation ... search.index.[number] =

Re: [Dspace-tech] Item Permissions

2007-11-27 Thread mfrodrigues
Hi Claudia, Thank you for your reply. I had already tested this situation but even with anonymous user i was able to still see the bitstream of protected content. But since you were confident that this would work, i've tested other situation, such as cleaning my browser cache! And it

Re: [Dspace-tech] Restoring a deleted Group

2007-11-27 Thread Mark Diggory
If you have a sql dump backup from just prior to the incident you could diff it against a new dump for comparison of what exactly is different. Merging in the entries that were removed from epersongroups and its various tables and then do a full restore of the merged sql dump. But you'll

Re: [Dspace-tech] Restoring a deleted Group

2007-11-27 Thread Mark Diggory
Sorry, this was probibly a bit short-sighted a response, I went and tested it and the line numbers get reordered between submissions... its difficult to merge. What I might recommend is to get a list of all tables and sequences effected in a group deletion and do the following. 1.) get

Re: [Dspace-tech] External database authentication in dspace

2007-11-27 Thread Nikolas Lam
On Tue, 2007-11-27 at 12:30 +0530, Mohammad Ehtesham wrote: Thanks for your reply Nik, I have checked the links and it seems using shibboleth it is possible. I want to discuss further, I have already integrated our LMS (moodle) with our organization's MS AD (LDAP server) and I think we

Re: [Dspace-tech] Restoring a deleted Group

2007-11-27 Thread George Kozak
Mark: Thank you...I was starting to think along those lines as well. I appreciate the advice and the help. George Kozak Mark Diggory wrote: Sorry, this was probibly a bit short-sighted a response, I went and tested it and the line numbers get reordered between submissions... its difficult