[Dspace-tech] HOW TO DEBUG JSP-UI WEB APPLICATION RESOURCES PROJECT

2012-08-30 Thread arjumand fatima
Dear All, I want to make a few changes in the submission process of the files that are uploaded in DSpace. For this purpose, i made a few changes in the SubmissionController class in package org.dspace.app.webui.servlet in JSP-UI Api and Implementation project. However when i run the JSP-UI

Re: [Dspace-tech] HOW TO DEBUG JSP-UI WEB APPLICATION RESOURCES PROJECT

2012-08-30 Thread helix84
Hi Arjumand, you can find information on how to turn on debugging here: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-TurningonDebugging%28optional%29 If you think you're seeing old code deployed instead of your modified code: 1) make sure you're using

[Dspace-tech] opening a specific page of a pdf file with search index

2012-08-30 Thread sanjukta pradhan
dear sir/madam, I have specific requirement as accessing the desired section ofa single pdf with the index search i.e. If the pdf has a main page, index page , content page, bibliography etc. Can I open the main page with the search index main and access content page with the

Re: [Dspace-tech] Mirage: customising the summary item view

2012-08-30 Thread helix84
On Thu, Aug 30, 2012 at 2:22 AM, Mushashu Mwansa Lumpa mlu...@cs.uct.ac.za wrote: On the summary item view (actually even the detailed item view), I would like to modify the section that lists the collection(s) to which a given item belongs to. Among other things, I would like to also add the

Re: [Dspace-tech] opening a specific page of a pdf file with search index

2012-08-30 Thread helix84
On Thu, Aug 30, 2012 at 11:00 AM, sanjukta pradhan sanjukta1...@gmail.com wrote: Can I open the main page with the search index main and access content page with the index content and so on Hi Sanjukta, what do you mean by open? Displaying a PDF means downloading it and using

Re: [Dspace-tech] opening a specific page of a pdf file with search index

2012-08-30 Thread helix84
On Thu, Aug 30, 2012 at 12:18 PM, sanjukta pradhan sanjukta1...@gmail.com wrote: hi, Thanks for quick respond. I hope I will get solution to my problem. The problem is : We need to open the Pdf to a pre defined page number on click to a the searched index . That is specific to that pdf

[Dspace-tech] Supress list of Communities on Front Page

2012-08-30 Thread Benjamin Ryan
Hi, What is the easiest way to suppress the list of Communities on the front page? I have been looking for XSLT templates that render this but cannot seem to find one that matches a DRI:div with n=community-browser. Regards, Ben

Re: [Dspace-tech] Supress list of Communities on Front Page

2012-08-30 Thread helix84
Hi Ben, xsl:template name=disable_front-page-communities match=dri:div[@id='aspect.artifactbrowser.CommunityBrowser.div.comunity-browser'] /xsl:template Regards, ~~helix84 -- Live Security Virtual Conference Exclusive

Re: [Dspace-tech] Supress list of Communities on Front Page

2012-08-30 Thread helix84
Anyway, the one you suggested works, too, I just like mine more because it's more specific. I guess the mistake you did was writing the dri: namespace using capital letters? xsl:template name=disable_front-page-communities match=dri:div[@n='comunity-browser'] /xsl:template Regards, ~~helix84

Re: [Dspace-tech] Problem with im4java

2012-08-30 Thread Daniel Shin
Hi Helix, The problem is that i cannot create the images in my directory. A user registered can upload your picture. My code need to publish the resized picture. Thanks, Daniel 2012/8/29 helix84 heli...@centrum.sk On Wed, Aug 29, 2012 at 6:55 PM, Daniel Shin danielshin...@gmail.com wrote:

Re: [Dspace-tech] Supress list of Communities on Front Page

2012-08-30 Thread Benjamin Ryan
Helix, I did try it both upper and lower though I have just noticed that your template looks for n=comunity-browser and not n=community-browser. Also where is the best place to put this template - in page-structure.xsl? Regards, Ben

Re: [Dspace-tech] Supress list of Communities on Front Page

2012-08-30 Thread helix84
On Thu, Aug 30, 2012 at 2:14 PM, Benjamin Ryan benjamin.r...@manchester.ac.uk wrote: I did try it both upper and lower though I have just noticed that your template looks for n=comunity-browser and not n=community-browser. Yes, I noticed. That's the actual attribute name (with the

Re: [Dspace-tech] Problem with im4java

2012-08-30 Thread helix84
On Thu, Aug 30, 2012 at 2:08 PM, Daniel Shin danielshin...@gmail.com wrote: The problem is that i cannot create the images in my directory. A user registered can upload your picture. My code need to publish the resized picture. Check that the target directory has write permissons for the user

Re: [Dspace-tech] Problem with im4java

2012-08-30 Thread Daniel Shin
Ok! Thanks for your help. Regards, Daniel 2012/8/30 helix84 heli...@centrum.sk On Thu, Aug 30, 2012 at 2:08 PM, Daniel Shin danielshin...@gmail.com wrote: The problem is that i cannot create the images in my directory. A user registered can upload your picture. My code need to publish

Re: [Dspace-tech] data entry errors

2012-08-30 Thread Darren Arsenault
Hi Bram, Cleaning up the current errors will have to be done, but I was more concerned with the prevention of future errors, as you deduced. (I do appreciate the information on the tools available for clean up though—Thanks!) I had the same idea that you mentioned below—hit the database for

Re: [Dspace-tech] data entry errors

2012-08-30 Thread helix84
On Thu, Aug 30, 2012 at 3:20 PM, Darren Arsenault arse...@algonquincollege.com wrote: Firstly, I highly doubt that I am the first person to come across this issue. I had hoped that someone had already developed a solution. There are so many different ideas, implementations, configurations,

Re: [Dspace-tech] Edit Item display Issue

2012-08-30 Thread Keith Jones
On Tue, 28 Aug 2012, helix84 wrote: Hi Keith, which version are you using? I just checked this on demo.dspace.org which runs the latest code (to become 3.0) from git and the problem is not present there. I'm running version 1.8.2. I'm using the new messages.xml. I've checked in the

Re: [Dspace-tech] Edit Item display Issue

2012-08-30 Thread helix84
I can't confirm that on 1.8.2, but then I added things to messages.xml so it's not a default installation. Can anyone here who hasn't edited messages.xml confirm it? Regards, ~~helix84 -- Live Security Virtual Conference

Re: [Dspace-tech] Edit Item display Issue

2012-08-30 Thread Keith Jones
Helix84, I've edited other things in the messages.xml and the edited items show up correctly. In this instance I did not edit the entries, they are not being displayed properly, but the matching entry exist in the file. On Thu, 30 Aug 2012, helix84 wrote: I can't confirm that on 1.8.2, but

[Dspace-tech] Ingesting large data set

2012-08-30 Thread Ingram , William A
I apologize if a similar questuon has been answered in a prior thread. We have a student needing to submit a 150 GB data set into DSpace. Is this even possible? Are there any tips or workarounds I should try? Cheers, Bill

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Pottinger, Hardy J.
Hi, Bill, the theoretical limit for posting data via HTTP is 1.8 GB [1]. Your only recourse for storing this particular data set in DSpace, is to transfer to the server via FTP, SFTP, or SCP, and then either batch load, or run the item update script [2]. However, my main question is: once it is

Re: [Dspace-tech] Choosing between CC in a single collection?

2012-08-30 Thread Darren Arsenault
Is it possible to set up a collection that allows an uploader to choose between multiple CC licences? For example, when they got to the GRANT LICENSE step they would see a list of available licenses and choose which one they would like to grant. Thanks, Darren

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread George S Kozak
Bill: Normally, at Cornell, we discourage files that are greater than 2GB. The problem isn’t that DSPace can’t handle it, the problem is in the time in uploading the file at submission time and downloading by a user. A lot of times, people’s browsers just time out. That said, we do have

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Mark H. Wood
We are just setting up a data repository and will probably soon be facing similar challenges. This also has some relationship to longer videos and the like. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Asking whether markets are efficient is like asking whether people are smart.

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Mark H. Wood
There's also the registration method: put the file into the assetstore space by some other means and then just tell DSpace it's there, and here are the metadata. No further copying required. I suppose you could even carry your 2TB file in on a hot-plug disk drive, push it into an empty slot,

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Richard Rodgers
Yes, as has been remarked, the bigger questions revolve around access and usage, rather than ingest. We recently did a pilot with large video files where we ingested them as preservation masters (via ItemImport), suppressed the download link, but offered in it's place a link to a much smaller

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Ryan Scherle
I agree with George. Files larger than 2GB are a serious pain. However, some users insist on giving us these files, and we would rather take the data than reject it. Even before you near 2GB, it is likely that something in your system will reject the upload. You must ensure that all of the

[Dspace-tech] NOTICE: JIRA Issue Tracker Maintenance TODAY from 4-4:30PM ET

2012-08-30 Thread Tim Donohue
All, DuraSpace will be performing maintenance upgrading our JIRA Issue Tracker today (Thurs, Aug 30) from 4-4:30PM ET. To see the corresponding maintenance time in your area, visit: http://www.timeanddate.com/worldclock/fixedtime.html?msg=DuraSpace+JIRA+Maintenanceiso=20120830T20am=30 This

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Mark H. Wood
On Thu, Aug 30, 2012 at 05:03:02PM +, Richard Rodgers wrote: Yes, as has been remarked, the bigger questions revolve around access and usage, rather than ingest. We recently did a pilot with large video files where we ingested them as preservation masters (via ItemImport), suppressed

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Pottinger, Hardy J.
This may be just me hijacking the thread, so, apologies up front, but I followed a link [1] on the Code4Lib mail list just now, and came across Miso Dataset [2] Which looks very cool, indeed. [1] http://selection.datavisualization.ch/ [2] http://misoproject.com/dataset/ -- HARDY POTTINGER

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Mark H. Wood
On Thu, Aug 30, 2012 at 01:17:03PM -0400, Ryan Scherle wrote: [snip] Even before you near 2GB, it is likely that something in your system will reject the upload. You must ensure that all of the pieces of your installation are configured correctly. This includes: * Apache -- LimitRequestBody

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Ingram, William A
Interesting discussion-I'm glad I asked. Thank you all. I'm going to give item import a shot. Let's hope it doesn't choke on the 150 GB payload. It shouldn't, if it just copies the file into the asset store. My fear is that it tries to load the file in to memory for some reason and overflows

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Benjamin Ryan
My 2p worth, 1. What does the 150Gb consist of – one data set, multiple data sets (that may be related e.g. time/geographic location) 2. How would someone use this data set – at 150Gb I would assume (hope) offline processing 3. There are ways for GIS, Geo-spatial, Time-Series

Re: [Dspace-tech] Ingesting large data set

2012-08-30 Thread Ingram, William A
1. The 150 GB consists of a few—multiple, but not many—datasets 2. These are supplementary files for an ETD 3. I have no idea what they actually are yet, other than that they are a hard drive that the graduate college folks should be bringing over soon 4. Storage in

Re: [Dspace-tech] XPDF to Thumbnail Preview in DSpace 1.8.2

2012-08-30 Thread Osama Alkadi
We upgraded pdftoppm from 3.0 to 3.02 and that fixed the problem. Thanks Osama On 30/08/2012, at 12:57 PM, Osama Alkadi wrote: Just a follow up on my previous email, I ran the pdftoppm manually using this command and got the error below: pdftoppm -q -f 1 -l 1 -r 62

Re: [Dspace-tech] XPDF to Thumbnail Preview in DSpace 1.8.2

2012-08-30 Thread helix84
On Fri, Aug 31, 2012 at 4:30 AM, Osama Alkadi osama.alk...@anu.edu.au wrote: We upgraded pdftoppm from 3.0 to 3.02 and that fixed the problem. Thanks for reporting back! Regards, ~~helix84 -- Live Security Virtual