You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Oliver Strässer (JIRA)" <ji...@apache.org> on 2010/03/15 11:32:27 UTC

[jira] Closed: (CLEREZZA-162) DiscobitsHandler - problem while displaying uploaded assets

     [ https://issues.apache.org/jira/browse/CLEREZZA-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Strässer closed CLEREZZA-162.
------------------------------------

    Resolution: Fixed

> DiscobitsHandler - problem while displaying uploaded assets
> -----------------------------------------------------------
>
>                 Key: CLEREZZA-162
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-162
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Oliver Strässer
>            Priority: Blocker
>
> I put a pdf file with the discobitsHandler into the content graph: 
> UriRef pdfUri = new UriRef(platformConfig.getDefaultBaseUri().getUnicodeString()+"digital-assets/" + fileName);
> discobitsHandler.put(pdfUri, MediaType.valueOf("application/pdf"), byteArrayOutputStream.toByteArray());
> the generated uri is the following: 
> 									
> http://my.hostadrdress.ch/digital-assets/201003142206142860245466666178-2118689913-12752926081466160828.pdf
> on my local pcinstallation i can open the pdf file - no problem. 
> but on the customer installation - i get the message "Sorry, we know nothing about this resource."
>  Environment: 
> my local installation is running with the default port. 
> customer installation: PORT MAPPING 8383 to 80
> the same problem occours, if i use trialox tools to upload files - so this is a central problem !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.