[Dspace-tech] /bitstream request

2007-12-21 Thread Blanco, Jose
Sometimes in our instance we see a request coming in that just has /bitstream in it, and this causes the following line in in BitstreamServlet.java to raise a NullPointerException. if (idString.startsWith(/)) I'm wondering if any one has seen this, and if there is a patch for this, or

Re: [Dspace-tech] Debugging XSLT in Manakin

2007-12-21 Thread Dorothea Salo
If I were you I'd look for any select attributes containing curly braces. Good catch. That's what it was, though I'm still bemused as to why it would sometimes crash the system and sometimes not. And I finally got community and collection logos moved where I wanted them. Life is good! New and

[Dspace-tech] Duplicate content-length in http header

2007-12-21 Thread Blanco, Jose
A user has noticed that while attempting to retrieve a bitstream from our Dspace instance their firewall blocked the returned information due to our system sending a duplicate Content-length in the http header. They pointed out that duplicate items in the http header can sometimes form part of

Re: [Dspace-tech] Duplicate content-length in http header

2007-12-21 Thread Christian Voelker
Hello, Am 21.12.2007 um 18:23 schrieb Blanco, Jose: A user has noticed that while attempting to retrieve a bitstream from our Dspace instance their firewall blocked the returned information due to our system sending a duplicate Content-length in the http header. ... Via a perl script

Re: [Dspace-tech] Eprints to Dspace migration

2007-12-21 Thread pavan krishnamurthy
Hi Stuart, This is the command i ran to import . ./dsrun org.dspace.app.itemimport.ItemImport -add -e [EMAIL PROTECTED] -s /home/pavan/dspace_data/ -m /home/dspace/dspacemap.map The message it gave is Deleting items listed in mapfile: /home/dspace/dspacemap.map but dspacemap is an empty file .

Re: [Dspace-tech] Eprints to Dspace migration

2007-12-21 Thread yinjin
Hi Pavan, Try to delete that map file first. Best, Ying - Original Message - From: pavan krishnamurthy [EMAIL PROTECTED] To: Stuart Lewis [sdl] [EMAIL PROTECTED] Cc: dspace-tech@lists.sourceforge.net Sent: Friday, December 21, 2007 2:44 PM Subject: Re: [Dspace-tech] Eprints to Dspace