Re: [Dspace-tech] create-administrator automation

2012-08-21 Thread helix84
Hi Mushashu, here are the options it accepts: options.addOption("e", "email", true, "administrator email address"); options.addOption("f", "first", true, "administrator first name"); options.addOption("l", "last", true, "administrator last name"); options.addOption

Re: [Dspace-tech] what happens to handles, once an item is expunged?

2012-08-21 Thread Thornton, Susan M. (LARC-B702)[LITES]
My understanding has always been that if you "Withdraw" an Item, the handle is not "reusable", but if you "Delete (Expunge)" an Item, then the handle is technically available for use. Even though we don't use handle.net since all of our sites are behind our firewall, our policy has always been

[Dspace-tech] create-administrator automation

2012-08-21 Thread Mushashu Mwansa Lumpa
Hi, I am trying fully automate the installation of dspace (using python + fabric). now, on the create-administrator step, I have not seen any documentation on whether it is possible to run it in in single step like below: create-administrator param1 param2 param3. i know i can achieve this popul

Re: [Dspace-tech] Compatibility of DSpace and EPrint OAI-PMH

2012-08-21 Thread Hilton Gibson
Or you can try this: http://wiki.eprints.org/w/Synchronize_your_repository_via_OAI-PMH On 21 August 2012 23:33, Josefina Perez Alvarez wrote: > Hi Admire, > > I don't know how to configure that on your EPrint environment, but usually > there is a place where you can to indicate the URL OAI. > >

Re: [Dspace-tech] Compatibility of DSpace and EPrint OAI-PMH

2012-08-21 Thread Josefina Perez Alvarez
Hi Admire, I don't know how to configure that on your EPrint environment, but usually there is a place where you can to indicate the URL OAI. Considering that your DSpace installation is at: http://ir.uz.ac.zw/jspui then, your URL OAI is http://ir.uz.ac.zw/oai/request You can manually test usin

Re: [Dspace-tech] LDAPServlet failed login result=5

2012-08-21 Thread helix84
On Tue, Aug 21, 2012 at 9:16 PM, Joseph Thomas wrote: > 2012-08-21 13:59:58,723 INFO org.dspace.app.webui.servlet.LDAPServlet @ > anonymous:session_id=8576C39FA34E6905D2D00F332D94DB37:ip_addr=MYIPADDR:failed_login:netid=HiddenUserName, > result=5 This gets printed here: https://github.com/DSpac

[Dspace-tech] LDAPServlet failed login result=5

2012-08-21 Thread Joseph Thomas
Hi everyone, I'm trying to get hierarchical LDAP working in my environment and keep running into snags. I've gotten past most of them but I am hung up on this one and have had little to no luck figuring out what it means. I am hoping one of you can graciously point me in the right direction.

Re: [Dspace-tech] double lines in log file

2012-08-21 Thread Jose Blanco
right now I'm in dev, so I use DEBUG, but in prod I use INFO. Thanks! Jose On Tue, Aug 21, 2012 at 1:21 PM, helix84 wrote: > On Tue, Aug 21, 2012 at 7:17 PM, Jose Blanco wrote: > > I was just checking this, and I have this: > > > > log4j.rootCategory=DEBUG, A1 > > log4j.category.org.dspace=DEB

Re: [Dspace-tech] double lines in log file

2012-08-21 Thread Jose Blanco
I was just checking this, and I have this: log4j.rootCategory=DEBUG, A1 log4j.category.org.dspace=DEBUG, A1 I commented out the 1st line, and now, I just get one line. Not understanding this very much, I'm not sure why I had the 1st line in there in the first place. On Tue, Aug 21, 2012 at 1:

Re: [Dspace-tech] double lines in log file

2012-08-21 Thread helix84
On Tue, Aug 21, 2012 at 7:17 PM, Jose Blanco wrote: > I was just checking this, and I have this: > > log4j.rootCategory=DEBUG, A1 > log4j.category.org.dspace=DEBUG, A1 > > I commented out the 1st line, and now, I just get one line. Not > understanding this very much, I'm not sure why I had the 1s

Re: [Dspace-tech] double lines in log file

2012-08-21 Thread helix84
Only a guess - did you edit log levels recently? Maybe you added an appender and it's now defined twice. Restore your [dspace]/config/log4j.properties from tarball or git, restart Tomcat and check if it persists. Regards, ~~helix84 -

[Dspace-tech] double lines in log file

2012-08-21 Thread Jose Blanco
I'm seeing that every log entry I make to the dspace.log file gets doubled, for example: 2012-08-21 12:54:09,353 DEBUG org.dspace.storage.rdbms.DatabaseManager @ Running query "SELECT * FROM MetadataValue WHERE item_id= ? ORDER BY metadata_field_id, place" with parameters: 210872 2012-08-21 12:54

Re: [Dspace-tech] Lightbox effect without head, option and footer

2012-08-21 Thread Nemiz, Elvi S.
Hello Helix, Thank you for your inputs, I have another question though, although I have made the header, footer and sidebar disappear, the space for the navigation bar is still taking up space. I tried this in the feedback page. How can I make the feedback page popup without the navbar taking-up s

Re: [Dspace-tech] what happens to handles, once an item is expunged?

2012-08-21 Thread Tim Donohue
Hi Irene, Once a handle is assigned by DSpace, it is never reused (even if the item is expunged / deleted). The only slight exception is that if you are using the AIP Backup & Restore system, DSpace will allow you to *restore* a deleted/expunged Item and also restore its old Handle (obviously

Re: [Dspace-tech] what happens to handles, once an item is expunged?

2012-08-21 Thread helix84
On Tue, Aug 21, 2012 at 6:26 PM, Berry, Irene (CIV) wrote: > We're trying to figure something out about what happens to handles, once an > item is expunged. Is that handle then gone forever from the pool of > available handles, or does the handle server consider that number available > for reuse?

[Dspace-tech] what happens to handles, once an item is expunged?

2012-08-21 Thread Berry, Irene (CIV)
Hello – I have a question for the group -- We're trying to figure something out about what happens to handles, once an item is expunged. Is that handle then gone forever from the pool of available handles, or does the handle server consider that number available for reuse? Could it cause confl

Re: [Dspace-tech] Lightbox effect without head, option and footer

2012-08-21 Thread helix84
On Tue, Aug 21, 2012 at 6:09 PM, Nemiz, Elvi S. wrote: > Thank you for your inputs, I have another question though, although I have > made the header, footer and sidebar disappear, the space for the navigation > bar is still taking up space. Not really, the elements are completely gone (just the

Re: [Dspace-tech] flying-man.jpg

2012-08-21 Thread Tim Donohue
Funny, I don't recall ever seeing the "flying-man.jpg" before. :) Going back historically to our old SVN, it looks like that JPG was initially added some 10+ years ago by Rob Tansley (one of the original creators of DSpace). So, that means it's actually been in every version of DSpace since 1.

Re: [Dspace-tech] flying-man.jpg

2012-08-21 Thread helix84
On Tue, Aug 21, 2012 at 4:46 PM, Joseph Greene wrote: > Can anyone tell me why flying-man.jpg is included in the DSpace core code? > There must be a story there. My guess is that it got there by accident: https://github.com/DSpace/DSpace/commits/master/dspace-jspui/dspace-jspui-webapp/src/main/w

[Dspace-tech] flying-man.jpg

2012-08-21 Thread Joseph Greene
Can anyone tell me why flying-man.jpg is included in the DSpace core code? There must be a story there. Joseph Joseph Greene Systems Librarian and Research Repository Manager University College Dublin (353 0)1 716 7398 joseph.gre...@ucd.ie www.ucd.ie/library http://irserver.ucd.ie -Origi

Re: [Dspace-tech] dspace.org offline for 5 days...

2012-08-21 Thread Tim Donohue
Hi All, Heard from the folks that are managing/hosting our dspace.org site. We have been experiencing a few minor "glitches" (following a more major outage which happened over the weekend) with dspace.org. However, at this point, it seems like the site is up for many/most. If you still see the

Re: [Dspace-tech] dspace.org offline for 5 days...

2012-08-21 Thread Tim Donohue
Hi Shannon & helix84. This is odd. Dspace.org is actually up for me. I'm getting different responses from various sites though: * http://www.downforeveryoneorjustme.com/dspace.org -> Says it's "Up" * http://www.upordown.net/dspace.org.html -> Says it's "Down" I'll dig around more and see what c

[Dspace-tech] R: Re: About Authority control in DSpace

2012-08-21 Thread bollini
Hi Francesco, I don't think that the authority field is relevant for your use case. The authority field is used to track the id of the author as defined by the external system that "own" the controlled list. In your scenario you only need to help the user to input the data using an autocomplete t

[Dspace-tech] [SPAM] Re: [SPAM] Re: [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

2012-08-21 Thread Mark Kariuki
helix84 wrote > > > Right, here's a correction. The complete customization should be: > > > match="dri:div[@id='aspect.discovery*.SiteViewer.div.front-page-search']"> > > match="dri:div[@id='aspect.discovery*.CollectionSearch.div.collection-search']"> > > match="dri:list[@id='aspect

Re: [Dspace-tech] [SPAM] Re: [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

On Tue, Aug 21, 2012 at 2:03 PM, Mark Kariuki wrote: > I have cleared the cache severally, but the search box wont disappear, the > Browse By section becomes hidden but causes the side panel to collapse, I downloaded the SunScholar theme and tested it. It removes the front page search, as you ask

[Dspace-tech] [SPAM] Re: [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

Mark Kariuki wrote > > > I wonder if this has something to do with the http://scholar.sun.ac.za/ > SunScholar Theme , which is actually a very good theme to build upon that > is based on Mirage. > > Thank you > No actually this collapse happens even with the default Mirage theme, even after

[Dspace-tech] [SPAM] Re: [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

I have cleared the cache severally, but the search box wont disappear, the Browse By section becomes hidden but causes the side panel to collapse, I wonder if this has something to do with the http://scholar.sun.ac.za/ SunScholar Theme , which is actually a very good theme to build upon that is b

Re: [Dspace-tech] dspace.org offline for 5 days...

Ouch, confirmed. Doesn't even send me any HTTP reponse. Regards, ~~helix84 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT man

Re: [Dspace-tech] [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

Thank you for this, workaround works for Classic theme as well. Lighton Phiri http://lightonphiri.org On 21/08/2012 11:07, helix84 wrote: > On Tue, Aug 21, 2012 at 10:57 AM, Lighton Phiri > wrote: >> Is this documented anywhere else? I am working with the XMLUI Classic >> theme and would as wel

Re: [Dspace-tech] [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

On Tue, Aug 21, 2012 at 11:04 AM, Kariuki, Mark (FAOSO) wrote: > Thanks for the swift reply, however, I placed that snippet in my theme's xsl > but the search box still appeared. I have not setup Discovery as yet, I don’t > know if this could be the issue, what I meant is that I wanted it comple

[Dspace-tech] dspace.org offline for 5 days...

Apologies if this is the wrong list but I have been unable to load http://dspace.org since 16th of August- I get returned a server 500 http error. Firefox and Chrome just return a blank page but this is the message from IE: This error (HTTP 500 Internal Server Error) means that the website you ar

[Dspace-tech] [SPAM] Re: [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

Hi Helix84, Thanks for the swift reply, however, I placed that snippet in my theme's xsl but the search box still appeared. I have not setup Discovery as yet, I don’t know if this could be the issue, what I meant is that I wanted it completely gone, so that the only search form is the one on the r

Re: [Dspace-tech] [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

On Tue, Aug 21, 2012 at 10:57 AM, Lighton Phiri wrote: > Is this documented anywhere else? I am working with the XMLUI Classic > theme and would as well want to disable the search box in the body. I > tried making changes to the theme XSL file but nothing seems to have > changed. This would work

Re: [Dspace-tech] [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

Hello Helix, Is this documented anywhere else? I am working with the XMLUI Classic theme and would as well want to disable the search box in the body. I tried making changes to the theme XSL file but nothing seems to have changed. Lighton Phiri http://lightonphiri.org On 21/08/2012 10:46, hel

Re: [Dspace-tech] [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

On Tue, Aug 21, 2012 at 10:17 AM, Mark Kariuki wrote: > As shown below, how can I remove the search box in Mirage, so that I am left > with only the search panel on the right hand side? Hi Mark, just add this to your theme's XSL: > Also, I have a feeling that this restructuring is related to

[Dspace-tech] [SPAM] Restructuring Mirage theme - "Search box", "Browse By" and "News"

Hi All, I have searched on how to remove the search box that appears on the home page and on all the collections but the answers I got were not tailored to the Mirage theme As shown below, how can I remove the search box in Mirage, so that I am left with only the search panel on the right hand si

Re: [Dspace-tech] google analyitics dsapce

Hi Sisay, 1) What exactly doesn't work? Is a wrong code getting embedded? Or are some communities not counted? Or it isn't working with either of your codes? 2) How do you put different codes into different communities? Post the relevant XSL and links to your repository. Regards, ~~helix84 -

[Dspace-tech] google analyitics dsapce

Hello Guys, Iam using dspace 1.7 2 on mirage /interface.we have been using different google analyitics code for different communities. I embed the code inside page-structure. How ever some communites google analyitics doesnt work.let me know if somebody helps me. Thanks sisay --