Re: [Dspace-tech] dspace collection import problem

2013-05-15 Thread Hilton Gibson
Here is an example that may help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Import_and_Export/Import_on_the_new_server On 15 May 2013 06:23, jayachandra B jayachandra1...@gmail.com wrote: Hi, I am using dspace 1.8.2 jspui in ubuntu, when I am using the following command to

Re: [Dspace-tech] Modify dspace-xmlui java class - Overlay way

2013-05-15 Thread RUIZ MORENO, ROBERT
Solved. The problem was I didn't delete the Tomcat cache in my compilation process. After deleting it, it overlays perfectly. Thanks! Robert 2013/5/14 helix84 heli...@centrum.sk You're right, it's supposed to be [dspace-source]/dspace/modules/xmlui, my mistake. This looks correct, does it

Re: [Dspace-tech] Modify dspace-xmlui java class - Overlay way

2013-05-15 Thread RUIZ MORENO, ROBERT
Hi, I'll reopen my question. The fact is I want to apply this patch: https://jira.duraspace.org/secure/attachment/11271/i18nBasicsForXmlui.patch but in an overlay way, as I said before. My new

[Dspace-tech] how to export dspace 1.7 content to 3.1

2013-05-15 Thread adywp
Hiy'all, First of all thank you for accepting me into this milist. straight to the point, i have dspace 1.7 with xmlui manakin for about two years now. my repository site (repository.unhas.ac.id) have also been listed in dspace list. right now i have a new machine and already setup

Re: [Dspace-tech] using autocomplete

2013-05-15 Thread Peter Dietz
Hi Jose, Since it looks like your hitting your own custom servlet, you might want to look at using something already built. I would take a look at: http://jqueryui.com/autocomplete/#remote Peter Dietz On Tue, May 14, 2013 at 4:14 PM, Jose Blanco blan...@umich.edu wrote: I would like to use

Re: [Dspace-tech] how to export dspace 1.7 content to 3.1

2013-05-15 Thread Lighton Phiri
Hello there, See this [1] Wiki page. Interestingly, Helix recommended an alternative method in this [2] post. [1] https://wiki.duraspace.org/display/DSDOC3x/Transferring+or+Copying+Content+Between+Repositories [2] http://sourceforge.net/mailarchive/message.php?msg_id=30430890 -- Phiri

[Dspace-tech] Swordv2 Mets Multi-part Deposit

2013-05-15 Thread Andrew Waterman
Hi, I've been having some trouble with multipart POST on deposits to the swordv2 server deployed as part of the DSpace 3.1 release (from the git tag in source). When I post my ATOM xml and binary zip to the server, I get the following error: [status code] 400 [reason phrase] Bad Request [url]

Re: [Dspace-tech] Error with Dspace OAI-PHM listing records and Identifiers

2013-05-15 Thread esa
hi, i have same problem with you, and i manage to finish it. try deleting files in [dspace folder]/var/oai/requests I managed to bring up the record after deleting all the files in the folder, but I have another problem when trying to use the OAI-ORE see my post if you can help me .. my post:

Re: [Dspace-tech] how to export dspace 1.7 content to 3.1

2013-05-15 Thread Hilton Gibson
You can also consult this hardware upgrade guide: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Upgrading/Hardware All the contents have to be moved during a hardware upgrade, similar to your situation. On 15 May 2013 17:10, Lighton Phiri lighton.ph...@gmail.com wrote: Hello there, See this

[Dspace-tech] Tomcat on port 80

2013-05-15 Thread Henry Atsu Agbodza
I had a problem with my tomcat installation and since i wanted to run Dspace from port 80, i uninstalled it together with Java and tried the installation notes on http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S05. Everything was ok until i runned the command sudo netstat -tapn |

Re: [Dspace-tech] Tomcat on port 80

2013-05-15 Thread Drover, Matt
Did you restart Tomcat after your config changes ? I found that using iptables to redirect port 80 to port 8082 worked much easier. iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8082 iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443

[Dspace-tech] Filterable document types in DSpace

2013-05-15 Thread Thornton, Susan M. (LARC-B702)[LITES]
Hello, Can someone confirm that the following bitstream types are the ONLY ones that are currently filterable as of Dspace version 1.7.1? 1. .pdf 2. .doc 3. .docx 4. .ppt 5. .pptx 6. .html Just to clarify, are the following types filterable? 1. .rtf 2. .xls

Re: [Dspace-tech] Tomcat on port 80

2013-05-15 Thread Hilton Gibson
Ok. A few things to check. Can you run the following command to see if the ports are properly enabled. ls -l /etc/authbind/byport Plse attach the output to the list. Then the following to see if Tomcat has authbind enabled. cat /etc/default/tomcat6 Plse attach the output to the list Then

Re: [Dspace-tech] Tomcat on port 80

2013-05-15 Thread Hilton Gibson
Hi Matt Where did you write these firewall rules to make them permanent? Cheers hg On 15 May 2013 20:15, Drover, Matt mattdro...@mun.ca wrote: Did you restart Tomcat after your config changes ? I found that using iptables to redirect port 80 to port 8082 worked much easier. ** **

Re: [Dspace-tech] Tomcat on port 80

2013-05-15 Thread Hilton Gibson
PS: After viewing your website I realised you may have apache2 listening on port 80 already. You will have to remove apache2 since two servers cannot listen on the same port. Regards hg On 15 May 2013 19:51, Henry Atsu Agbodza atsu.agbo...@gmail.com wrote: I had a problem with my tomcat

Re: [Dspace-tech] Number of items archived each month

2013-05-15 Thread Thornton, Susan M. (LARC-B702)[LITES]
Thanks for the great query! Sue Sue Thornton Office: (757) 224-4130 Mobile: (757) 506-9903 susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov From: van Hoek, Wilko [mailto:wilko.vanh...@gesis.org] Sent: Tuesday,

[Dspace-tech] Content-disposition header in sword server

2013-05-15 Thread Andrew Waterman
Hi all, I keep hitting the following error during my multipart post to swordv2, provoked by line 311 in the SwordApp servlet: http://grepcode.com/file/repo1.maven.org/maven2/org.swordapp/server/2.0/org/swordapp/server/SwordAPIEndpoint.java#311 The filename is extracted by the getFilename

Re: [Dspace-tech] Number of items archived each month

2013-05-15 Thread Thornton, Susan M. (LARC-B702)[LITES]
Here's the query I used to provide monthly counts of Items added to our repository in April of 2013, grouped by Community, Collection, and -mm (from the date.accessioned metadata field). You can adjust the date range, grouping, and sort order to what you need. Also, this query only lists

Re: [Dspace-tech] how to export dspace 1.7 content to 3.1

2013-05-15 Thread adywp
Thank you Mr.Gibson and Mr.Phiri, i'll work on it and let you know the result regards, adywp On Wed, 15 May 2013 19:15:55 +0200, Hilton Gibson wrote: You can also consult this hardware upgrade guide: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Upgrading/Hardware [15] All the

[Dspace-tech] problem in creating user group

2013-05-15 Thread jayachandra B
Hi, I am using dspace 1.8.2. jspui, After logged in as administrator when i try create E-group, I am not getting selection of e people. Can any one help me. -- Regards Jayachandra -- AlienVault Unified Security