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

2013-06-19 Thread helix84
On Tue, Jun 18, 2013 at 7:31 PM, Sara Amato sam...@willamette.edu wrote:
 I notice in the VTech example, following the
 link
 http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3
 actually plays the video.

$ wget --server-response
http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3;
--2013-06-19 10:15:22--
http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3
Resolving vtechworks.lib.vt.edu (vtechworks.lib.vt.edu)... 128.173.127.96
Connecting to vtechworks.lib.vt.edu
(vtechworks.lib.vt.edu)|128.173.127.96|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Wed, 19 Jun 2013 08:15:22 GMT
  Set-Cookie: JSESSIONID=62C0449028B6DB15AFCE71002D2F11A5; Path=/
  X-Cocoon-Version: 2.2.0
  Vary: User-Agent
  Last-Modified: Wed, 14 Nov 2012 20:46:11 GMT
  Expires: Wed, 19 Jun 2013 09:15:22 GMT
  Accept-Ranges: bytes
  Content-Type: video/mp4
  Content-Length: 14010976
  Connection: close
Length: 14010976 (13M) [video/mp4]
Saving to: `S11L1U0024h_qtp.mp4?sequence=3'


Confirming Jonathan's observation, this returns Content-Type: video/mp4


 video src=/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
 width=320 height=240 controls= autobuffer= /

 the video does not play.  If I go to the link directly, it downloads the
 video rather than playing.

I couldn't verify this assumption on your repository, because it
doesn't contain the mp4 bitstream (anymore?):

http://libmedia.willamette.edu/xmlui/metadata/handle/10177/62/mets.xml


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Import metadata

2013-06-19 Thread jayachandra B
Hi,
I am using dspace 1.8.2 version jspui, when I try to import more than 20
items metadata, it is saying there are too many records. How can I import
more than 20 items meta data into dspace at once.

-- 
Thanks and Regards
Jayachandra
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Embargo Question-How can the Bitstream Inherit the Item's Embargo Settings? -DSpace 3.0

2013-06-19 Thread Asmaa Ayman
Dear DSpace Gurus,

If an item is under default embargo (pre-3.0) and a bitstream has been
manually added later after the item is installed and approved, it is
apparent that the embargo does not apply to the newly added bitstream. Is
this behavior okay as it embargo works on the item during installation into
the repository, or it should also apply to the new bitstream? How can we
make the bitstream inherit the item's embargo settings
Will the solution is to activate the AccessStep and apply the embargo to
the item or what do you advise?

below is our  *item-submission.xml* file: both *AccessStep* and
*UploadWithEmbargoStep
*are not activated as you can see after an upgrade from dspace1.7.2 to
dspace3.0

   !--This traditional process defines the DEFAULT item submission
process--
   submission-process name=traditional

 !--Uncommment to display the SAMPLE step as your first step--
 !--step id=sample/--

 !--Step 1 will be to gather initial information--
 !--
  step
headingsubmit.progressbar.initial-questions/heading

processing-classorg.dspace.submit.step.InitialQuestionsStep/processing-class
jspui-bindingorg.dspace.app.webui.submit.step.JSPInitialQuestionsStep/jspui-binding


xmlui-bindingorg.dspace.app.xmlui.aspect.submission.submit.InitialQuestionsStep/xmlui-binding
workflow-editabletrue/workflow-editable
  /step
--
!--If you disable the initial questions step you should insert the --
 !--SkipInitialQuestionsStep below, to enable proper processing of  --
!--input-forms configuration   --
 step
processing-classorg.dspace.submit.step.SkipInitialQuestionsStep/processing-class
 /step

  !--Step 2 will be to Describe the item.--
  step
headingsubmit.progressbar.describe/heading

processing-classorg.dspace.submit.step.DescribeStep/processing-class

jspui-bindingorg.dspace.app.webui.submit.step.JSPDescribeStep/jspui-binding
xmlui-bindingorg.dspace.app.xmlui.aspect.submission.submit.DescribeStep/xmlui-binding
workflow-editabletrue/workflow-editable
  /step

   !--Step 3 will be to Manage Item access.
   step
   headingsubmit.progressbar.access/heading

 processing-classorg.dspace.submit.step.AccessStep/processing-class

 
xmlui-bindingorg.dspace.app.xmlui.aspect.submission.submit.AccessStep/xmlui-binding
   workflow-editabletrue/workflow-editable
   /step
   --

  !--Step 4 will be to Upload the item--
  step
headingsubmit.progressbar.upload/heading

processing-classorg.dspace.submit.step.UploadStep/processing-class

jspui-bindingorg.dspace.app.webui.submit.step.JSPUploadStep/jspui-binding

xmlui-bindingorg.dspace.app.xmlui.aspect.submission.submit.UploadStep/xmlui-binding
workflow-editabletrue/workflow-editable
  /step

   !-- Step 4 Upload Item with Embargo Features (not supported in
JSPUI)
to enable this step, please make sure to comment-out the
previous step UploadStep
   step
   headingsubmit.progressbar.upload/heading

 
processing-classorg.dspace.submit.step.UploadWithEmbargoStep/processing-class

 
xmlui-bindingorg.dspace.app.xmlui.aspect.submission.submit.UploadWithEmbargoStep/xmlui-binding
   workflow-editabletrue/workflow-editable
   /step
--

   !--Step 5 will be to Verify/Review everything --
   step
headingsubmit.progressbar.verify/heading

processing-classorg.dspace.submit.step.VerifyStep/processing-class

 jspui-bindingorg.dspace.app.webui.submit.step.JSPVerifyStep/jspui-binding
xmlui-bindingorg.dspace.app.xmlui.aspect.submission.submit.ReviewStep/xmlui-binding
 workflow-editabletrue/workflow-editable
  /step

  !--Step 6 will be to select a Creative Commons License--
  !-- Uncomment this step to allow the user to select a Creative
Commons license --
   !--
  step
headingsubmit.progressbar.CClicense/heading

processing-classorg.dspace.submit.step.CCLicenseStep/processing-class

jspui-bindingorg.dspace.app.webui.submit.step.JSPCCLicenseStep/jspui-binding
xmlui-bindingorg.dspace.app.xmlui.aspect.submission.submit.CCLicenseStep/xmlui-binding
 workflow-editablefalse/workflow-editable
  /step
  --

  !--Step 7 will be to Sign off on the License--
  step
headingsubmit.progressbar.license/heading

processing-classorg.dspace.submit.step.LicenseStep/processing-class

jspui-bindingorg.dspace.app.webui.submit.step.JSPLicenseStep/jspui-binding
xmlui-bindingorg.dspace.app.xmlui.aspect.submission.submit.LicenseStep/xmlui-binding
 workflow-editablefalse/workflow-editable
  /step

   /submission-process


Thanks a lot,

Asmaa

-- 
If You stand for a reason, be prepared to stand alone. If you fight for a
cause, fight even if there is no hope. If you fall on the ground, fall as a
seed...that grows back to fight again. -Sathya G

If you don't go after what you want, you'll never have it. If you don't
ask, the answer is always no. If you are not moving forward, 

Re: [Dspace-tech] Import metadata

2013-06-19 Thread Hilton Gibson
Hi Jaya

You need to modify the config to enable more than 20 items.
See:
https://wiki.duraspace.org/display/DSDOC3x/Batch+Metadata+Editing+Configuration

Cheers

hg


On 19 June 2013 14:58, jayachandra B jayachandra1...@gmail.com wrote:

 Hi,
 I am using dspace 1.8.2 version jspui, when I try to import more than 20
 items metadata, it is saying there are too many records. How can I import
 more than 20 items meta data into dspace at once.

 --
 Thanks and Regards
 Jayachandra


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
*Hilton Gibson*
Linux Systems Administrator
JS Gericke Library
Room 1025C
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://scholar.sun.ac.za
http://www.journals.ac.za
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Dspace items not being displayed in ROAR

2013-06-19 Thread remi asare
Hi guys,

I've registered the DSpace web site i'm working on in ROAR but the number
of items i submitted in DSpace are not displayed in ROAR. Is there any
configuration i should do? Thanks in advance
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] El recurso requerido (/jspui) no esta disponible

2013-06-19 Thread Jimena Quiroga
Hi Kostas,

I tried with : http://localhost:8080/jspui and http://localhost:8080/xmlui ,
but still the error.  I tried http://localhost:8080/
manager/htmlhttp://localhost:8080/manager/html)
and I can see the following message:

No web applications appear to have triggered a memory leak on stop,
reload or undeploy.


Saludos

Jimena

On Wed, Jun 19, 2013 at 12:55 AM, Kostas Stamatis kstama...@ekt.gr wrote:

 Dear Jimera,

 ** **

 Your server xml seems fine. The web.xml doesn’t need to be touched.

 ** **

 However, you should try these urls: http://localhost:8080/jspui and
 http://localhost:8080/xmlui with a / before the webapp name and not with :
 

 ** **

 Also, in tomcat manager (http://localhost:8080/manager/html) – if you
 have installed it when you installed tomcat – does the 2 webapps appear up
 and running?

 ** **

 ** **

 ** **

 Kostas

 ** **

 ** **

 *From:* Jimena Quiroga [mailto:jim...@gmail.com]
 *Sent:* Wednesday, June 19, 2013 1:51 AM
 *To:* Kostas Stamatis
 *Cc:* DSpace-tech@lists.sourceforge.net
 *Subject:* Re: [Dspace-tech] El recurso requerido (/jspui) no esta
 disponible

 ** **

 Hi Kostas, 

 ** **

 I´m trying to do the best, but there is no results. The first, I
 copy-paste the folder C:\dspace\webapps\jspui
 to C:\tomcat\apache-tomcat-6.0.37\webapps, and I did the same for the
 folder xlmui.  

 ** **

 In the file  server.xml :  Host name=localhost
 appBase=c:/dspace/webapps

 ** **

 Localhost:8080:xmlui --) error 104

 ** **

 I tried with; localhost:8080:jpsui --- ) error 104

 ** **

 ** **

 I don´t know how to fixed it. Please heeelp me again! 

 Saludos

 ** **

 Jimena

 ** **

 ** **

 On Tue, Jun 18, 2013 at 3:49 PM, Kostas Stamatis kstama...@ekt.gr wrote:
 

 Dear Jimera,

 ** **

 It seems that your web container does not recognise jspui as a webapp.**
 **

 ** **

 Please, follow instructions from the installation documentation (
 https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-Installation),
 point 9 and down.

 ** **

 What kind of web server are you using? Have you placed the webapps (like
 jspui) in the correct place within tomcat/jetty? Have you instructed
 tomcat/jetty where to find the webapps?

 If the webapp jspui is in the correct place, check web server logs or
 dspace log for errors. Also, check if the webapp is up and running from
 tomcat manager (if you are using Tomcat container).

 ** **

 In case of errors in the logs, can you send them to us in order to help
 you more?

 ** **

 ** **

 Regards,

 ** **

 Kostas

 ** **

 ** **

 ** **

 ** **

 On Jun 18, 2013, at 7:43 PM, Jimena Quiroga jim...@gmail.com wrote:

 ** **

 Hi everybody! 

 I´m trying to install a dspace repository under windows 7, I got error.
 Could somebody help me??

 ** **

 Thanks a lot,

 ** **

 Jimena

 ** **
 HTTP Status 404 - /jspui

 type Status report

 message /jspui

 description The requested resource (/jspui) is not available.


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.


 http://p.sf.net/sfu/windows-dev2dev___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 ** **

 ** **

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] El recurso requerido (/jspui) no esta disponible

2013-06-19 Thread helix84
Hi Jimena,

I just looked at your server.xml and I do not see any Context
declarations under Host. There are multiple ways how to point Tomcat
to webapps (=contexts), but if you follow the official DSpace 3
documentation (Step 9 of the Installation chapter, as Kostas pointed
out) you should declare them in server.xml. I don't want to confuse
you with the other alternatives at this time.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Restrict Access to Bitstreams in a Specific Collection

2013-06-19 Thread Asmaa Ayman
How can I restrict access to bitstreams or items in a specific collection -
DSpace 3.0

Thank you.. Asmaa

-- 
If You stand for a reason, be prepared to stand alone. If you fight for a
cause, fight even if there is no hope. If you fall on the ground, fall as a
seed...that grows back to fight again. -Sathya G

If you don't go after what you want, you'll never have it. If you don't
ask, the answer is always no. If you are not moving forward, then you are
stepping back.
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] DSpace - how can I use system mail settings ?

2013-06-19 Thread Will Clarke
With the dpsace.cfg and out-of-the-box mail settings I can't send emails.

To test, I run:

/dspace/bin/dspace test-email

And I get the error:

Error sending email:
 - Error: javax.mail.MessagingException: Could not connect to SMTP host:
localhost, port: 25;
  nested exception is:
java.net.ConnectException: Connection refused


For PHP applications you can set sendmail_path in php.ini and it uses the
system's /usr/sbin/sendmail

I have installed ssmtp on my system which sets up sendmail as a symlink to
the ssmtp program - then all system mail, and all mail send via PHP works
with my `ssmtp` package settings.

How can I get DSpace to just use the system mail configuration instead of
trying to send mail to localhost via port 25?

I realize I can put in SMTP settings ( like for gmail or something) in the
dpsace.cfg file, but I don't want to have to maintain this separately.

The only related thing I could find on this was this post:
http://sourceforge.net/mailarchive/message.php?msg_id=30524161
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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

2013-06-19 Thread Keith Gilbertson
Sara,

We're still running DSpace 1.8.2 here. We're going to the DSpace 3 update
sometime this year. We'll need to update and fix our code, and I think that
the intern we have here now will take more meticulous notes about how this
customization works. He's good about that.


I do remember that there is a dspace.cfg parameter:

xmlui.content_disposition_threshold = 8388608


Keeping this set to zero (not -1) was part of getting things to work. We
have a custom BitstreamReader from 1.7 that fixes some bugs in that partial
download code, but it hasn't been properly integrated with the newer
versions of DSpace yet.f

I can pass along notes from our upgrade to DSpace 3.2 later this summer.

--keith



On Tue, Jun 18, 2013 at 1:31 PM, Sara Amato sam...@willamette.edu wrote:

 I'm trying to get this working in xmlui, and find that while I can get the
 proper looking code on the page, e.g.

 video 
 src=/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1http://localhost:8080/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
 width=320 height=240 controls= autobuffer= /

 the video does not play.  If I go to the link directly, it downloads the
 video rather than playing.  I notice in the VTech example, following the
 link

 http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3
 actually plays the video.

 I'm guessing that I missed a step somewhere.  All I've done is edit the
 item-view.xsl  and uncommented the partial download code in the
 BitstreamReader.

 Any advice appreciated.




 On May 31, 2013, at 1:24 AM, Jonathan Freesbay wrote:

 Hi,

 It looks like it only works in Firefox. In IE I get Invalid source. The
 same file works in other static web servers. Looking at the content type, I
 got video/mp4;charset=ISO-8859-1. This should be just video/mp4. How can
 I change this?

 Thanks,

 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.

 http://p.sf.net/sfu/appdyn_d2d_ap2___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] OAI Harvesting issue

2013-06-19 Thread remi asare
Hi,

Please can anyone tell me, what configurations i should consider before
engaging into a harvesting from another repository?  Thanks
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Dspace items not being displayed in ROAR

2013-06-19 Thread João Melo
Hi Remi,

are you using the default source (solr)? Or the database?
The documentation is available here:
https://wiki.duraspace.org/display/DSDOC3x/OAI


On 19 June 2013 15:13, remi asare remi.as...@gmail.com wrote:

 Hi guys,

 I've registered the DSpace web site i'm working on in ROAR but the number
 of items i submitted in DSpace are not displayed in ROAR. Is there any
 configuration i should do? Thanks in advance


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Thanks, João Melo (My Portfolio http://www.lyncode.com/m/jmelo/)
DSpace Department
*Lyncode*: Official
websitehttp://www.google.com/url?q=http%3A%2F%2Fwww.lyncode.com%2Fsa=Dsntz=1usg=AFrqEzdV8iS6rMxflxnn138XReuRfUG3OQ
[image: Follow us on
Facebook]http://www.google.com/url?q=http%3A%2F%2Ftwitter.com%2Flyncodesa=Dsntz=1usg=AFrqEzeDuT3ZqMW5uVIA8AoxtTtAeiCX3Q
http://www.google.com/url?q=http%3A%2F%2Fwww.facebook.com%2Flyncodesa=Dsntz=1usg=AFrqEzcWXjHa3gKBGLsNVxktapxkiWDnww
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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

2013-06-19 Thread Sara Amato
I should have mentioned that I am trying this on a test server, behind a 
firewall so could not provide a direct example.   Here's what wget says:

dspace:~ wget --server-response 
http://libtest-1.willamette.edu/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
--2013-06-19 10:27:16--  
http://libtest-1.willamette.edu/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
Resolving libtest-1.willamette.edu... 158.104.100.29
Connecting to libtest-1.willamette.edu|158.104.100.29|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Date: Wed, 19 Jun 2013 17:27:16 GMT
  Server: Apache-Coyote/1.1
  X-Cocoon-Version: 2.2.0
  Vary: User-Agent
  Last-Modified: Wed, 12 Jun 2013 16:01:03 GMT
  Expires: Wed, 19 Jun 2013 18:27:16 GMT
  Content-Type: video/mp4;charset=ISO-8859-1
  Content-Language: en-US
  Content-Length: 704016273
  Set-Cookie: JSESSIONID=75019D1168F83C09153BC0FCFF319E22; Path=/xmlui
  Connection: close
Length: 704016273 (671M) [video/mp4]
Saving to: “Knopf.mp4?sequence=1.1”

which looks, to my eye, similar to the vetch response.

Keith, thanks for the heads up about the xmlui.content_disposition_threshold   
.  I was unaware of that setting.  I tried setting it to 0 and when that didn't 
seem to have any effect to -1, but still no luck. I'll be interested to hear 
how the upgrade to 3.2 works out.   It would be lovely if the modifications to 
support video could become part of the code.


On Jun 19, 2013, at 1:17 AM, helix84 wrote:

 On Tue, Jun 18, 2013 at 7:31 PM, Sara Amato sam...@willamette.edu wrote:
 I notice in the VTech example, following the
 link
 http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3
 actually plays the video.
 
 $ wget --server-response
 http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3;
 --2013-06-19 10:15:22--
 http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3
 Resolving vtechworks.lib.vt.edu (vtechworks.lib.vt.edu)... 128.173.127.96
 Connecting to vtechworks.lib.vt.edu
 (vtechworks.lib.vt.edu)|128.173.127.96|:80... connected.
 HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Wed, 19 Jun 2013 08:15:22 GMT
  Set-Cookie: JSESSIONID=62C0449028B6DB15AFCE71002D2F11A5; Path=/
  X-Cocoon-Version: 2.2.0
  Vary: User-Agent
  Last-Modified: Wed, 14 Nov 2012 20:46:11 GMT
  Expires: Wed, 19 Jun 2013 09:15:22 GMT
  Accept-Ranges: bytes
  Content-Type: video/mp4
  Content-Length: 14010976
  Connection: close
 Length: 14010976 (13M) [video/mp4]
 Saving to: `S11L1U0024h_qtp.mp4?sequence=3'
 
 
 Confirming Jonathan's observation, this returns Content-Type: video/mp4
 
 
 video src=/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
 width=320 height=240 controls= autobuffer= /
 
 the video does not play.  If I go to the link directly, it downloads the
 video rather than playing.
 
 I couldn't verify this assumption on your repository, because it
 doesn't contain the mp4 bitstream (anymore?):
 
 http://libmedia.willamette.edu/xmlui/metadata/handle/10177/62/mets.xml
 
 
 Regards,
 ~~helix84
 
 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] Questions on upgrading from 1.5 to 3.1 and maintaining a live and test instance

2013-06-19 Thread Spencer Lamm
Thanks everyone! Helix84, we'll give your plan a try next week. I'll let
you know about anything we learn that would be good for your potential wiki
entry.


On Tue, Jun 18, 2013 at 4:39 AM, helix84 heli...@centrum.sk wrote:

 On Mon, Jun 17, 2013 at 6:52 PM, Spencer Lamm sla...@swarthmore.edu
 wrote:
  1) This wiki post by Mark Diggory details how to upgrade on the same box
  without overwriting - essentially install the new code, diff the config
 file
  differences, copy the db files to the new instance, and run the db
 upgrades.
  We need to upgrade on a new server due to OS issues. Are there any
  additional considerations replicating Mark's process on a new server?
  https://wiki.duraspace.org/display/DSPACE/To+upgrade+without+overwriting

 Hi Spencer,

 using a new server when upgrading is actually a procedure I would
 recommend over in-place upgrade, especially in case of a large version
 jump.

 I outlined the procedure here (I really need to make a wiki page for it):


 http://dspace.2283337.n4.nabble.com/Migrate-1-8-to-3-0-database-td4661490.html

 http://dspace.2283337.n4.nabble.com/migrate-repository-into-a-new-instances-machine-td4660930.html

 Basically, make sure you read through each of the upgrading
 instructions (1.5-1.6, 1.6-1.7, ...). You don't need to do all the
 steps, but at the very least you have to run the database migration
 scripts in the correct order. Then, in the last one (1.8-3.1) follow
 the repeated steps you previously skipped.

  2) Our assetstore is on a Compellent SAN accessible via a server mount.
  What I would love to do is use this upgrade as an opportunity to set up
 live
  and development DSpace servers that are as close as possible to being
 exact
  replicas. Is it possible to have two DSpace instances pointing to the
 same
  assetstore? Do database changes in DSpace upgrades affect the assetstore
 ?

 Yes, it's possible, but I strongly recommend against it! If you did,
 you could delete a file in the staging instance and it would be also
 missing in the production instance assetstore, but the production
 instance wouldn't know about it, because it would still have a record
 that it exists in its database.

 What you can do is make separate assetstores and use some
 deduplication method (because most of the files will be the same) -
 from primitive ones like hardlinks to advanced ones like deduplication
 on ZFS - check with your SAN admin.


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
Spencer Lamm
Digital Initiatives Librarian
Swarthmore College Library
sla...@swarthmore.edu
610-328-8541
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] El recurso requerido (/jspui) no esta disponible

2013-06-19 Thread Jimena Quiroga
Hi helix84,

In the step 9, there are 2 options, I took the option A, but, after your
mail, I made both (A and B), I`m sending you server.xml file. Is the first
time I`m trying to install open software, so you could see I don`t know how
to do it.  Thanks,

Jimena

On Wed, Jun 19, 2013 at 10:38 AM, helix84 heli...@centrum.sk wrote:

 Hi Jimena,

 I just looked at your server.xml and I do not see any Context
 declarations under Host. There are multiple ways how to point Tomcat
 to webapps (=contexts), but if you follow the official DSpace 3
 documentation (Step 9 of the Installation chapter, as Kostas pointed
 out) you should declare them in server.xml. I don't want to confuse
 you with the other alternatives at this time.


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

?xml version='1.0' encoding='utf-8'?
!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the License); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an AS IS BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
--
!-- Note:  A Server is not itself a Container, so you may not
 define subcomponents such as Valves at this level.
 Documentation at /docs/config/server.html
 --
Server port=8005 shutdown=SHUTDOWN

  !--APR library loader. Documentation at /docs/apr.html --
  Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on /
  !--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html --
  Listener className=org.apache.catalina.core.JasperListener /
  !-- Prevent memory leaks due to use of particular java/javax APIs--
  Listener className=org.apache.catalina.core.JreMemoryLeakPreventionListener /
  !-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html --
  Listener className=org.apache.catalina.mbeans.ServerLifecycleListener /
  Listener className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener /

  !-- Global JNDI resources
   Documentation at /docs/jndi-resources-howto.html
  --
  GlobalNamingResources
!-- Editable user database that can also be used by
 UserDatabaseRealm to authenticate users
--
Resource name=UserDatabase auth=Container
  type=org.apache.catalina.UserDatabase
  description=User database that can be updated and saved
  factory=org.apache.catalina.users.MemoryUserDatabaseFactory
  pathname=conf/tomcat-users.xml /
  /GlobalNamingResources

  !-- A Service is a collection of one or more Connectors that share
   a single Container Note:  A Service is not itself a Container, 
   so you may not define subcomponents such as Valves at this level.
   Documentation at /docs/config/service.html
   --
  Service name=Catalina
  
!--The connectors can use a shared executor, you can define one or more named thread pools--
!--
Executor name=tomcatThreadPool namePrefix=catalina-exec- 
maxThreads=150 minSpareThreads=4/
--


!-- A Connector represents an endpoint by which requests are received
 and responses are returned. Documentation at :
 Java HTTP Connector: /docs/config/http.html (blocking  non-blocking)
 Java AJP  Connector: /docs/config/ajp.html
 APR (HTTP/AJP) Connector: /docs/apr.html
 Define a non-SSL HTTP/1.1 Connector on port 8080
--
Connector port=8080 protocol=HTTP/1.1 
   connectionTimeout=2 
   redirectPort=8443 /
!-- A Connector using the shared thread pool--
!--
Connector executor=tomcatThreadPool
   port=8080 protocol=HTTP/1.1 
   connectionTimeout=2 
   redirectPort=8443 /
--   
!-- Define a SSL HTTP/1.1 Connector on port 8443
 This connector uses the JSSE configuration, when using APR, the 
 connector should be using the OpenSSL style configuration
 described in the APR documentation --
!--
Connector port=8443 protocol=HTTP/1.1 SSLEnabled=true
   maxThreads=150 scheme=https secure=true
   clientAuth=false sslProtocol=TLS /
--

!-- Define an AJP 1.3 Connector on port 8009 --
Connector port=8009 protocol=AJP/1.3 redirectPort=8443 /


!-- An Engine represents the entry point (within Catalina) that processes

Re: [Dspace-tech] Dspace items not being displayed in ROAR

2013-06-19 Thread remi asare
I'm using Solr. According to the ressource you point me to: if i get it
it's because i didn't configure the OAI-PMH, that's the reason why i'm not
harvestable by ROAR?


2013/6/19 João Melo jm...@lyncode.com

 Hi Remi,

 are you using the default source (solr)? Or the database?
 The documentation is available here:
 https://wiki.duraspace.org/display/DSDOC3x/OAI


 On 19 June 2013 15:13, remi asare remi.as...@gmail.com wrote:

 Hi guys,

 I've registered the DSpace web site i'm working on in ROAR but the number
 of items i submitted in DSpace are not displayed in ROAR. Is there any
 configuration i should do? Thanks in advance


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 Thanks, João Melo (My Portfolio http://www.lyncode.com/m/jmelo/)
 DSpace Department
 *Lyncode*: Official 
 websitehttp://www.google.com/url?q=http%3A%2F%2Fwww.lyncode.com%2Fsa=Dsntz=1usg=AFrqEzdV8iS6rMxflxnn138XReuRfUG3OQ
 [image: Follow us on 
 Facebook]http://www.google.com/url?q=http%3A%2F%2Ftwitter.com%2Flyncodesa=Dsntz=1usg=AFrqEzeDuT3ZqMW5uVIA8AoxtTtAeiCX3Q
 http://www.google.com/url?q=http%3A%2F%2Fwww.facebook.com%2Flyncodesa=Dsntz=1usg=AFrqEzcWXjHa3gKBGLsNVxktapxkiWDnww

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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

2013-06-19 Thread helix84
On Wed, Jun 19, 2013 at 7:32 PM, Sara Amato sam...@willamette.edu wrote:
   Content-Type: video/mp4;charset=ISO-8859-1

Because this seems to be the problem, removing ;charset=ISO-8859-1
using mod_headers [1] could if not solve the problem, at least confirm
that this is the only thing that causes the problem.

[1] http://httpd.apache.org/docs/current/mod/mod_headers.html


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] OR 2013 Hackfest, Dev Challenge and Workshops - Signup Now

2013-06-19 Thread Shreeves, Sarah L
Open Repositories 2013 in Charlottetown, Prince Edward Island, Canada is less 
than a month away (July 8-12) and is shaping up to provide a packed week of 
presentations, panels, posters, demos, and user group sessions that should 
interest anyone working with repositories and the digital information lifecycle.



OR Workshops







The first day of the OR conference, Monday, July 8, is dedicated to the 
Hackfest and workshops aimed at a wide variety of audiences. The available 
workshops include tutorials on repository platforms, updates on technologies of 
interest to repository managers and developers, and discussions of current 
topics in repositories and digital content management.



For a full list of workshops, see the conference schedule at:

http://or2013.net/program/session-schedule



Participation in OR2013 workshops is free with conference registration, but 
you¹ll need to sign up in advance to ensure a seat in the workshops you want. 
Once you¹ve registered for the conference, be sure to visit 
http://or2013.net/content/workshop-signup to sign up for the workshops you¹re 
interested in. And if you haven¹t already registered or booked your 
accommodation, be sure to visit http://or2013.net/ to do so.



OR Hackfest and Developer's Challenge



-



We are pleased to announce that the Hackfest and Dev Challenge planning for OR 
2013 is also in full swing. We have already received 3 great challenge ideas 
that will stimulate your repository spirit and generate a creative sprint that 
you and your Challenge colleagues will not soon forget. If that isn't enough to 
get you to sign-up, then the over $8,000 in prizes to be awarded by our panel 
of judges may provide some extra sauce. Prizes for this year's Challenge has 
been generously provided by the Digital Library Federation [1], JISC [2], the 
SPRUCE Project [3] and the Fedora Futures Project [4] - and we are expecting 
some extra surprises on top of that.



How do I participate in the great Hackfest and Dev Challenge? We're glad you 
asked, just follow these simple steps:



1. Register for the OR Conference [5], or if you've already done that get your 
friends to do the same.



2. Sign-up for the Hackfest (taking place on Monday, July 8) and Dev Challenge 
[6] so we can make sure we have enough beer and pizza to help get you started.



3. Read the Dev Challenge description and manifesto [7] and get ready to 
participate.



4. Practice eating oysters [8] while you wax poetic [9] on your laptop to get 
your repository elbow ready for the big event [10].



5. Watch for the release of the OR 2013 Hackfest and Dev Challenge Ideas [11].



6. Do your best to attend the all-day Hackfest on Monday, which will kick off 
the Challenge and help build a creative team that will stay with you for the 
rest of your career.



7. Take lots of pictures at the Challenge with you and your buds so you can 
send them to you mom and dad. This is the most important part, but must be 
preceded by steps 1-6 above to be the most effective.



[1] http://www.diglib.org/



[2] http://www.jisc.ac.uk/



[3] http://www.dpconline.org/advocacy/spruce



[4] https://wiki.duraspace.org/display/FF



[5] http://or2013.net/registration



[6] http://or2013.net/content/workshop-signup



[7] http://or2013.net/content/or-2013-dev-challenge-event



[8] http://www.tourismpei.com/pei-oysters



[9] http://www.phrases.org.uk/meanings/wax-poetic. html



[10] http://devcsi.ukoln.ac.uk/developer-challenges/



[11] Coming soon...





We look forward to seeing you in Charlottetown!





Mark Leggott, OR2013 Conference Chair



Sarah Shreeves, OR2013 Program Co-Chair

Jon Dunn, OR2013 Program Co-Chair


Sarah L. Shreeves
IDEALS Coordinator - http://ideals.illinois.edu/
Scholarly Commons Co-Coordinator - http://library.illinois.edu/sc/
Associate Professor, University Library
University of Illinois at Urbana-Champaign
sshre...@illinois.edumailto:sshre...@illinois.edu
217-244-3877

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Introducing DSpace 3.x at OR13

2013-06-19 Thread Pottinger, Hardy J.
Hi, I am giving a talk to introduce the latest version of DSpace at Open
Repositories 2013 at PEI next month. And, I'd like to hear from you if
you've put 3.1 into production. I'd particularly like to hear from anyone
with a 3.1 war story to tell, or screenshots you're particularly proud
of. I'll even just take links and make my own screenshots, but if you
don't trust me, feel free to make your own.

If you have a favorite feature of 3.1, I'd like to hear about that, too.
My personal favorite is the new build.properties file, and the related
ENV.properties capability. But, that's me, a developer, talking. We're not
all developers here on DSpace_tech, and I'd like to hear from all of you.

Alas, I can't speak for everyone, though, so you should probably reply to
just me, and not the list. Thanks!

A quick recap, here's what I'm looking for: I need stories and pictures,
favorite features and why, pain points and how you dealt with them (as an
example, I intend to share what we elected to punt on implementing, but
still intend to implement). The cold hard truth, and pretty pictures.

AND if you're running 3.1 in production, that makes you an early
adopter. Let me know if it's OK to mention your institution by name, but
I think you should be proud about running the latest version. I also bet
there's a good story behind why you implemented early, and I want to
tell that story for you.

--
HARDY POTTINGER pottinge...@umsystem.edu
University of Missouri Library Systems
http://lso.umsystem.edu/~pottingerhj/
https://MOspace.umsystem.edu/
It is a well-known fact in any organization that, if you want a job done,
you should give it to someone who is already very busy. --Terry
Pratchett, Unseen Academicals




--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] My DSpace

2013-06-19 Thread Marcelo Henrique Gomes
I would like to share with you My DSpace.

http://www.repositorio.fjp.mg.gov.br/jspui/

Next step is enable OAI. I'm testing and it's working success.

I have one doubt. I can't understand diferences between Old Statistics and
Solr Statistics. I read documentation any times.

Someone applying for me to explain the difference? And which tasks I have
to scheduler?

Thank you very much.
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] SWORDv2 ingestion error

2013-06-19 Thread Moisés Álvarez
I've got a problem ingesting DSpaceMETSSIP packages using SWORD v2 
method on DSpace 1.8.0.
I've created a simple collection without submission workflows defined on 
it and when I upload zip packages to it from a sword v2 client I get 
Invalid workflow state exception on sword server side and ingestion 
fails. I've found the source of such exception inside 
/WorkflowManagerDefault/ class, specially on it's function:


resolveState(Context context, Deposit deposit, DepositResult result, 
VerboseDescription verboseDescription, boolean){

...

   // or find out if the item is in the archive
boolean inarch = item.isArchived() || item.isWithdrawn();
// in progress  inwsinwfinarch  action  description
// 00   0   1   ERROR   the deposit 
finished, and the item is in the archive; this should never be allowed to arise
// 00   1   0   NOTHING the deposit 
finished, and the item is in the workflow.  Carry on as normal
// 01   0   0   START WFthe deposit 
is finished, and the item is in the workflow, so we start it
// 10   0   1   ERROR   the deposit 
is not finished, and the item is in the archive; this should never be allowed 
to arise
// 10   1   0   STOP WF the deposit 
is not finished, and it is in the workflow.  Pull it out into the workspace
// 11   0   0   NOTHING the deposit 
is not finished, and is in the workspace; leave it there

if (!deposit.isInProgress()  inarch)
{
verboseDescription.append(The deposit is finished, but the item is 
already in the archive);
throw new DSpaceSwordException(Invalid workflow state);
}

...

}

My package has inarch=true (archived, not withdrawn)  and is not 
inProgress so such exception raises, as stated in status table this 
should never be allowed to arise but arises for every try to upload 
files via SWORDv2, it's a code bug or do I need to create collection 
workflows to ingest to collection with SWORDv2? If I comment throw line, 
ingestion is done correctly.

Thank you in advance



--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette