Re: [Dspace-tech] resource policy recursive

2011-10-21 Thread Soporte DIGITUM
Ok, i'm going to do this way. Thank you. El 20/10/2011 18:06, Blanco, Jose escribió: You have to change the policy individually on the items. Every item from now on will get the policies you just gave to the collection. Changing the collection's resource policy only affects future items to

Re: [Dspace-tech] mvn pacage error

2011-10-21 Thread helix84
On Fri, Oct 21, 2011 at 07:25, kazi nomankaz...@yahoo.com wrote: dspace@localhost:~$ mvn package You're running the command in your home directory, while you should be running it in the [dspace-source]/dspace directory. Follow the installation instructions here

[Dspace-tech] ant fresh_install failed

2011-10-21 Thread kazi
Dear community, Helix thankx for ur help. after that I face the error below- dspace@localhost:~/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir$ ls binCHANGES docs KNOWN_BUGS LICENSE solr build.xml config etc lib README webapps

Re: [Dspace-tech] bitstream descriptions fail on import

2011-10-21 Thread Blanco, Jose
Josh, This is what I do. I run the import command like this: ./import org.dspace.app.itemimport.ItemImport -a -e admin_id -c collection_handle -s directory_to_data -m mapfile And the in the content file you want to make sure you have File_name\tdescription:The_actual_description -Jose

Re: [Dspace-tech] Regenerate monthly reports

2011-10-21 Thread Mark H. Wood
On Wed, Oct 19, 2011 at 09:18:18AM -0400, Mark H. Wood wrote: It would be nice if the stat. converters and loaders were able to run as filters, so you could do something like: gunzip foo.log | dspace stats-log-converter | dspace stats-log-importer but no: ClassicDSpaceLogConverter

Re: [Dspace-tech] Removing a colon character from search results pages in XMLUI

2011-10-21 Thread Scott Thurston
Brian, thanks for your response. The Mirage theme uses an alternate dri2xhtml structure, so the template in structural.xsl doesn't apply. However, that did prompt me to dig more deeply into the dri2xhtml-alt XSL files, and I found the corresponding template in forms.xsl. I had to modify the

[Dspace-tech] Problems with low speed connection

2011-10-21 Thread Germán Biozzoli
Hi people Today we have a problem with a remote user trying to modify a deposit. She reported that was modifying metadata using the option of restart submission process based in the input-form.xml, when she submitted the second screen of metadata suddendly lost the connection to the server.

[Dspace-tech] Java error when starting Handle server

2011-10-21 Thread Herbert Lensch
I'm still having problems when trying to start the Handle server. I get the following error when executing ./start-handle-server from /dspace/bin/: javax.crypto.BadPaddingException: Given final block not properly padded at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:811)