I notice URN values in mediapackage within the episode_episode table:
<url>urn:matterhorn:c1dc4053-fdd5-4d0c-8143-d2608dfb216b:0:7213209f-6535-4d01-bf73-2fd8bf232add</url>
Normally, the url shows up as a location identifier in mediapackages.
Does anyone know if this is expected?
Thanks,
Karen
------------------
select mediapackage from search where
mediapackage_id="c1dc4053-fdd5-4d0c-8143-d2608dfb216b";
...
<metadata>
<catalog ref="catalog:7213209f-6535-4d01-bf73-2fd8bf232add"
type="dublincore/episode"
id="catalog-5">
<mimetype>text/xml</mimetype>
<tags>
<tag>engage</tag>
<tag>publish</tag>
</tags>
<url>http://engage1.mh-dev.harvard.edu/static/c1dc4053-fdd5-4d0c-8143-d2608dfb216b/7213209f-6535-4d01-bf73-2fd8bf232add/dublincore.xml</url>
</catalog>
...
select mediapackage from episode_episode where
mediapackage_id="c1dc4053-fdd5-4d0c-8143-d2608dfb216b";
...
<metadata>
<catalog type="dublincore/episode"
id="7213209f-6535-4d01-bf73-2fd8bf232add">
<mimetype>text/xml</mimetype>
<tags>
<tag>engage</tag>
</tags>
<url>urn:matterhorn:c1dc4053-fdd5-4d0c-8143-d2608dfb216b:0:7213209f-6535-4d01-bf73-2fd8bf232add</url>
<checksum type="md5">c2f9c0c324f6e5d5ce73e8fd2ad68531</checksum>
</catalog>
On 9/26/2012 11:08 AM, Karen Dolan wrote:
FYI - preserving the mpeg-7/text flavor did not help it getting found
during the flavor tagging in a future workflow's publish.
The Mpeg-7/text file named "slidetext.xml" was ignored and a
non-existent file named "0" (on the same path) was sent instead.
Sent, doesn't exist:
/....
/files/mediapackage/5d0adaee-96ed-4413-9043-b249c2788133/catalog-4/0
Not sent, does exist:
/..../files/mediapackage/5d0adaee-96ed-4413-9043-b249c2788133/catalog-4/slidetext.xml
- Karen
On 9/26/2012 8:53 AM, Karen Dolan wrote:
During the workflow's publish step, the Engage server chokes with a
bad link to the mpeg-7 file. Engage can not parse the empty xml in
the link sent, so it logs the error and leaves the workflow hanging.
The link sent was to an empty file on the Admin server, not the good
link to the mpeg-7 file on the Engage server.
"2012-09-25 16:43:50 WARN (StaticMetadataServiceDublinCoreImpl:293)
- Unable to load metadata from catalog
'http://admin...edu/episode/archive/mediapackage/12a663c2-78c1-4ace-bc95-f60fec00ee4b/49037340-33e9-43f8-8a9d-7dba29d0cbef/0'
2012-09-25 16:43:50 DEBUG (SolrIndexManager:383) - Looking for mpeg-7
catalogs containing segment texts ...."
--
Karen Dolan
Harvard University, DCE
617-998-8439
[email protected]
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________