[Dspace-tech] NullPointerException in CollectionRecentSubmissions

2013-02-26 Thread Joachim Bingel
Hi all, every once in a while I get a NullPointerException at CollectionRecentSubmissions (line 147) when browsing communities/collections (Manakin 3.0). The log says the following: org.apache.cocoon.ProcessingException: Failed to process pipeline at map:serialize type=xml -

Re: [Dspace-tech] NullPointerException in CollectionRecentSubmissions

2013-02-26 Thread helix84
Hi Joachim, do you have Discovery enabled? What is your value of recent.submissions.count in dspace.cfg? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] NullPointerException in CollectionRecentSubmissions

2013-02-26 Thread helix84
Also - can you figure out for which particular collections it happens? Do they seem somehow special (e.g. empty, less than N items, etc)? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] NullPointerException in CollectionRecentSubmissions

2013-02-26 Thread helix84
Well, the method does say FIXME Exception Handling... but I'm none the wiser. https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/CollectionRecentSubmissions.java#L194 It would be best to file a Jira issue with all the info

[Dspace-tech] After upgrade to DSpace 3.0 cannot add new items

2013-02-26 Thread Alain Tschanz
Hello, I upgraded DSpace from version 1.8.2 to DSpace 3.0. but now I cannot add any new items to collections. I thought that installing DSpace Replication Suite 3.0 would solve the problem, but I still receive an error message when I click on Submit a new item to this collection. Error message

Re: [Dspace-tech] After upgrade to DSpace 3.0 cannot add new items

2013-02-26 Thread helix84
Hi Alain, when installing the curation task and you copied the jar to [dspace]/lib, did you also copy the .jar to [dspace]/webapps/xmlui/WEB-INF/lib/ ? If not, XMLUI won't be able to load the class. Anyway, your emails sounds like you installed Replication Suite only because of this error. If

[Dspace-tech] Extra fields when registering or submitting an item

2013-02-26 Thread Drover, Matt
Is it possible to add 2 required fields to the user registratin page? or Is it possible to add a couple of required fields to the Distribution License or Initial Questions pages ? Matthew Drover Programmer Consultant Immersive Technology Distance Education, Learning and Teaching Support

Re: [Dspace-tech] After upgrade to DSpace 3.0 cannot add new items

2013-02-26 Thread Alain Tschanz
According to the install instructions at https://wiki.duraspace.org/display/DSPACE/ReplicationTaskSuite the version of dspace-replicate is 3.0-SNAPSHOT. When I look in the [dspace]/lib and [dspace]/webapps/xmlui/WEB-INF/lib/ folders I see dspace-replicate-3.0-20130103.183052-1.jar. Could this

Re: [Dspace-tech] After upgrade to DSpace 3.0 cannot add new items

2013-02-26 Thread helix84
On Tue, Feb 26, 2013 at 3:12 PM, Alain Tschanz atsch...@njstatelib.org wrote: According to the install instructions at https://wiki.duraspace.org/display/DSPACE/ReplicationTaskSuite the version of dspace-replicate is 3.0-SNAPSHOT. When I look in the [dspace]/lib and

Re: [Dspace-tech] Extra fields when registering or submitting an item

2013-02-26 Thread helix84
On Tue, Feb 26, 2013 at 2:59 PM, Drover, Matt mattdro...@mun.ca wrote: Is it possible to add 2 required fields to the user registratin page? or Is Hi Matt, yes, it should be possible here:

Re: [Dspace-tech] After upgrade to DSpace 3.0 cannot add new items

2013-02-26 Thread Alain Tschanz
I changed the entry in the pom.xml files to this: !-- Adding this dependency will install the Replication Task Suite Addon -- dependency groupIdorg.dspace/groupId artifactIddspace-replicate/artifactId version3.0-20130103.183052-1/version /dependency After I ran mvn

[Dspace-tech] discovery.xsl

2013-02-26 Thread Jose Blanco
I'm using discovery in 3.0 and find that the results page after a search is done which is rendered by discovery.xsl in dri2xhtml-alt (I'm using Mirage ) does not have the mets file available. I have a whole bunch of xsl that relies on the mets files and don't want to re-write that. Is there a

Re: [Dspace-tech] discovery.xsl

2013-02-26 Thread Jose Blanco
Along the lines of this question, where is the transformer for the results page of a discovery search? On Tue, Feb 26, 2013 at 1:22 PM, Jose Blanco blan...@umich.edu wrote: I'm using discovery in 3.0 and find that the results page after a search is done which is rendered by discovery.xsl in

Re: [Dspace-tech] discovery.xsl

2013-02-26 Thread Jose Blanco
found it : discovery/AbstractSearch.java, now I'm looking into putting the mets reference in there. Make sense? Any shortcuts? On Tue, Feb 26, 2013 at 1:49 PM, Jose Blanco blan...@umich.edu wrote: Along the lines of this question, where is the transformer for the results page of a discovery

Re: [Dspace-tech] discovery.xsl

2013-02-26 Thread Jose Blanco
helix84, Thank you. I'm close to getting what I need now. -Jose On Tue, Feb 26, 2013 at 1:56 PM, helix84 heli...@centrum.sk wrote: On Tue, Feb 26, 2013 at 7:49 PM, Jose Blanco blan...@umich.edu wrote: Along the lines of this question, where is the transformer for the results page of a

[Dspace-tech] /advanced-search

2013-02-26 Thread Jose Blanco
Currently I have in my sitemap for artifactbrowse a pattern catch for /advanced-search and for /search. These two use the lucene search engine to do the searches. I would like to have the searches take place using discovery, but I don't see any pattern matching for these two in the discovery

Re: [Dspace-tech] /advanced-search

2013-02-26 Thread helix84
On Tue, Feb 26, 2013 at 9:07 PM, Jose Blanco blan...@umich.edu wrote: Currently I have in my sitemap for artifactbrowse a pattern catch for /advanced-search and for /search. These two use the lucene search engine to do the searches. I would like to have the searches take place using

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-02-26 Thread Keith Gilbertson
Jonathan - I'm not sure if you're using xmlui or jspui. I know that in xmlui, the servlet didn't implement content range. You have to uncomment some code in BitstreamReader, and then fix a couple of bugs in it to get things working. Sample: http://vtechworks.lib.vt.edu/handle/10919/18426 I've

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-02-26 Thread Jonathan Freesbay
Hi Keith, Impressive! When do you plan to contribute the code? Regards, 2013/2/27 Keith Gilbertson keith.gilbert...@gmail.com Jonathan - I'm not sure if you're using xmlui or jspui. I know that in xmlui, the servlet didn't implement content range. You have to uncomment some code in