Drag and drop broken in 5.7.3

Steps to reproduce:

Video

  • wget http://cdn.nuxeo.com/nuxeo-5.7.3/nuxeo-cap-5.7.3-tomcat.zip
  • unzip nuxeo-cap-5.7.3-tomcat.zip
  • ./nuxeo-cap-5.7.3-tomcat/bin/nuxeoctl start
  • [visit /nuxeo/ and run through setup with defaults, skipping connect, installing DAM; restart]
  • [login as administrator]
  • [go to “DAM” tab]
  • [click “new asset”]
  • [change “asset type” to “video”, title: to “test” and click “create”]

https://gist.github.com/tingletech/6985164#file-error1-txt

2013-10-14 18:23:29,528 ERROR [Nuxeo-Work-videoConversion-1] [org.nuxeo.ecm.core.work.AbstractWork] Exception during work: VideoConversionWork(RUNNING, Progress(?%, ?/0), Transcoding)
org.nuxeo.ecm.core.api.ClientRuntimeException: org.nuxeo.ecm.core.convert.api.ConversionException: Unable to get Blob for holder
    at org.nuxeo.ecm.platform.video.service.VideoServiceImpl.convert(VideoServiceImpl.java:163)
Caused by: java.lang.NullPointerException
    at org.nuxeo.ecm.platform.video.convert.BaseVideoConversionConverter.getCmdStringParameters(BaseVideoConversionConverter.java:91)
... 
  • [switch to “Document Management” view with the icon with the left and right arrows]
  • [drag and drop a video file onto the “Drop here files for…” target]

https://gist.github.com/tingletech/6985164#file-error2-txt

Exception during work: VideoConversionWork(RUNNING, Progress(?%, ?/0), Transcoding)
  • [Upload completed, click to continue]

https://gist.github.com/tingletech/6985164#file-error3-txt

Steps to reproduce:

Picture

  • [go to Document Management]
  • [go to “Asset Library”]
  • [“+New”]
  • [Picture]
  • [choose image file and click “create”]
  • You should now be in a good document management view of an image
  • take the same image as in the “choose image” step above and drag and drop it

https://gist.github.com/tingletech/6985164#file-error4-txt

  • you should now be in a broken image in document managment
  • download the file you just uploaded. diff in unix will report that the files differ
0 votes

0 answers

1806 views

ANSWER