[jboss-jira] [JBoss JIRA] (JBVFS-147) Cannot read from vfs: protocol URL

alex soto (JIRA) jira-events at lists.jboss.org
Sun Jan 6 11:35:08 EST 2013


    [ https://issues.jboss.org/browse/JBVFS-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743658#comment-12743658 ] 

alex soto commented on JBVFS-147:
---------------------------------

We hit this problem trying to run MapReduce jobs.  See here:

https://issues.apache.org/jira/browse/MAPREDUCE-4688

Currently, there is not straightforward way to submit Hadoop MapReduce from JBoss AS.
                
> Cannot read from vfs: protocol URL
> ----------------------------------
>
>                 Key: JBVFS-147
>                 URL: https://issues.jboss.org/browse/JBVFS-147
>             Project: JBoss VFS
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.0.0.CR3
>            Reporter: Thomas Diesler
>            Assignee: John Bailey
>
> Cannot read bytes from vfs: protocol URL
> URL url = new URL("vfs:/home/tdiesler/svn/jboss-osgi/projects/testing/trunk/target/test-libs/example-simple.jar/");
> URLConnection con = (URLConnection)url.openConnection();
> InputStream inputStream = con.getInputStream();
> int read = inputStream.read();
> read is -1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list