[ 
https://issues.apache.org/jira/browse/JCR-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747823#action_12747823
 ] 

Jukka Zitting commented on JCR-2277:
------------------------------------

As Thomas said, Jackrabbit expects to be able to create temporary files using 
the standard Java API for that. If your installation doesn't support that, then 
Jackrabbit won't work for you.

You can test the functionality by writing a normal JSP with the following code 
in it.

    java.io.File.createTempFile("foo", "bar").delete();

If it throws an exception, then the problem is in your environment.

> Jackrabbit is not working on web application. 
> ----------------------------------------------
>
>                 Key: JCR-2277
>                 URL: https://issues.apache.org/jira/browse/JCR-2277
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-webapp
>         Environment: Windows XP, Oracle
>            Reporter: premkumar
>         Attachments: Jackrabbit_ErrorConsole.txt
>
>
> When I try to upload a file on web application its throwing "failed to open 
> output stream to file: /meta/rep.properties" error. Attached log report with 
> this post.

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

Reply via email to