Re: [Dspace-tech] Hit Hightlighting

2013-01-16 Thread helix84
It turned out that the custom theme needed to be updated because of changes in DRI. Mirage from 3.0 works fine. Probably all the themes included with 3.0 do. More details are here: https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-Hithighlightingtechnicaldetails Regards, ~~helix84

[Dspace-tech] Oracle-using DSpace installations: I'm seeking help debugging DS-1435

2013-01-16 Thread Pottinger, Hardy J.
Forwarding to DSpace-tech mail list, at the suggestion of Helix84 (thanks!). On 1/16/13 4:10 PM, "Pottinger, Hardy J." wrote: >Hi, I'm working on trying to find a solution for DS-1435 >(https://jira.duraspace.org/browse/DS-1435) which is the bug preventing >DSpace 3.0 from running with an Oracl

Re: [Dspace-tech] virus checker unavailable

2013-01-16 Thread helix84
> java.net.SocketException: Broken pipe This exception occurs when one connection endpoint tries to write to the socket after the other endpoint has closed the socket on their end. Can you post the full stacktrace? That should let us see whether the browser closed the connection prematurely or cla

Re: [Dspace-tech] virus checker unavailable

2013-01-16 Thread Jose Blanco
I have a bit more info. First the file is not as big as I thought, just 1M, and this is what I'm seeing in the logfile: 13-01-16 15:37:58,453 DEBUG org.dspace.ctask.general.ClamScan @ Scanning wallenberg-gunnoe.mp4 . . . 2013-01-16 15:37:58,453 DEBUG org.dspace.storage.rdbms.DatabaseManager @ Run

Re: [Dspace-tech] Hit Hightlighting

2013-01-16 Thread Thomas Misilo
>You first have to run filter-media, then index-update and >update-discovery-index. I have done this, and still no luck. Is there anything specific to turn on hit highlighting, or as long as Discovery is enabled it should work? Remember to upgrade your theme, if you have customized it at all.

Re: [Dspace-tech] virus checker unavailable

2013-01-16 Thread Jose Blanco
I changed it to 10 minutes and it failed after 3 minutes. It seems like right after the file is uploaded and it begins the virus check it fails. This is the message I get: A technical problem was encountered whilst attempting to scan the file for viruses. Please contact the system administrator.

Re: [Dspace-tech] virus checker unavailable

2013-01-16 Thread Jose Blanco
I have a little bit more info. I have a file that consistently fails. It is an mp4 file about 1G. If I turn the virus scanner off, it uploads. If I turn the virus scanner on and change the timeout period to 1msec it fails right away. If I set it to 5min it fails about 3 minutes into it. Can t

Re: [Dspace-tech] virus checker unavailable

2013-01-16 Thread Jose Blanco
In UploadStep.java there is this code: Curator curator = new Curator(); curator.addTask("vscan").curate(item); int status = curator.getStatus("vscan"); if (status == Curator.CURATE_ERROR) {

Re: [Dspace-tech] Hit Hightlighting

2013-01-16 Thread Thomas Misilo
>You first have to run filter-media, then index-update and >update-discovery-index. I have done this, and still no luck. Is there anything specific to turn on hit highlighting, or as long as Discovery is enabled it should work? Thanks, Tom ---

Re: [Dspace-tech] virus checker unavailable

2013-01-16 Thread helix84
Also, try looking here, seems there are some options in how the communication with clamav can be configured. I never tried it myself, though. http://dspace.2283337.n4.nabble.com/ClamScan-curation-task-td4660181.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wi

[Dspace-tech] Show simple records

2013-01-16 Thread Parul dubey
Thanks for the reply For the point show all the metadata fields in *Simple record* rather than clicking to the *Show Full Item Record*. I have added the Metadata filed(Volume) to dspace.cfg file as webui.itemdisplay.default = dc.title, dc.title.alternative, \ dc.contributor.*, d

[Dspace-tech] Document Type Based Submission

2013-01-16 Thread Joachim Bingel
Hi all, I would like to tailor the metadata input forms during item submission to the respective item/document type. I know this can be done by using the tag in the input-forms.xml, but this does not give me control over which metadata fields are *required* for which item type, right? For in

Re: [Dspace-tech] How do I share solr statistics server between two dspace servers?

2013-01-16 Thread helix84
To explain all the things you asked, you should know that Solr has multiple cores ("search" used by discovery, "statistics" and "oai"). These work completely independently and all of them are started when the Solr server is started. That's why there's a separate Solr URL configured for discovery, s

Re: [Dspace-tech] virus checker unavailable

2013-01-16 Thread helix84
On Tue, Jan 15, 2013 at 5:32 PM, Jose Blanco wrote: > This morning in my installation (1.8.2) some one tried to upload a file and > got an error because the virus checker was unavailable. The same user tried > it again now and it worked well. Why would it have been unavailable? Can > it only be

Re: [Dspace-tech] Restricted Item Setting

2013-01-16 Thread helix84
On Wed, Jan 16, 2013 at 7:26 AM, mErRYo wrote: > I am using Dspace 3.0 jspui with discovery. I want to know what this > restricted item setting is for. In my dspace.cfg file I tried to make the > values of harvest.includerestricted.oai = true, harvest.includerestricted.rss > = true & harvest.in