[ 
https://issues.apache.org/jira/browse/VFS-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202811#comment-13202811
 ] 

Kirthi Paruchuri edited comment on VFS-340 at 2/7/12 9:38 PM:
--------------------------------------------------------------

Are there any updates on this JIRA?

I got the same exception when I am trying to do SFTP and I am using VFS2-2.0 on 
Linux machine

org.apache.commons.vfs2.FileSystemException: Badly formed URI 
"sftp://orbitz:***@sftp-stg.bazaarvoice.com/import-inbox/product_feed_EB.xml.gz";.
        at 
org.apache.commons.vfs2.provider.url.UrlFileProvider.findFile(UrlFileProvider.java:91)
        at 
org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:713)
        at 
org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:621)
        at com.orbitz.jobs.reviews.common.SFtpClient.upload(SFtpClient.java:20)
        at 
com.orbitz.jobs.reviews.common.SFtpClientTest.testUpload(SFtpClientTest.java:21)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at 
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
        at 
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
        at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
Caused by: java.net.MalformedURLException: unknown protocol: sftp
        at java.net.URL.<init>(URL.java:574)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at 
org.apache.commons.vfs2.provider.url.UrlFileProvider.findFile(UrlFileProvider.java:72)
        ... 20 more


                
      was (Author: kirthi97):
    Are there any updates on this JIRA?

I got the same exception(unknown protocol:sftp) when I am trying to do SFTP and 
I am using VFS2-2.0 on Linux machine

Thanks
                  
> FileSystemException: Badly formed URI 
> --------------------------------------
>
>                 Key: VFS-340
>                 URL: https://issues.apache.org/jira/browse/VFS-340
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: windows XP, JDK1.5
>            Reporter: bharani
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> I am trying to connect to SFTP using commons.vfs . The program is running 
> fine initially by connecting to SFTP and retrieving files ,but after one 
> point of time it throws following exception repeatedly and refuses to connect 
> thereafter.
> FileSystemException: Badly formed URI  
> "sftp://sftpuser:XXXXXXXX@US456564/home57556/";.
>       at 
> org.apache.commons.vfs.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:58)
>       at 
> org.apache.commons.vfs.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:641)
>       at 
> org.apache.commons.vfs.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:582)
>       at 
> com.java.workflow.trigger.BaseTask.establishConnection(BaseTask.java:167)
>       at 
> com.java.workflow.trigger.sftp.sampleconnect.getSource2System(sampleconnect.java:11)
>       at com.java.workflow.trigger.sftp.samplecnt.perform(samplecnt.java:27)
>       at com.java.workflow.trigger.BaseTask.execute(BaseTask.java:127)
>       at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
>       at 
> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
> Caused by: org.apache.commons.vfs.FileSystemException: Port number is missing 
> from URI  "sftp://sftpuser:XXXXXXXX@US456564/home57556/";.
>       at 
> org.apache.commons.vfs.provider.HostFileNameParser.extractPort(HostFileNameParser.java:229)
>       at 
> org.apache.commons.vfs.provider.HostFileNameParser.extractToPath(HostFileNameParser.java:134)
>       at 
> org.apache.commons.vfs.provider.URLFileNameParser.parseUri(URLFileNameParser.java:48)
>       at 
> org.apache.commons.vfs.provider.AbstractFileProvider.parseUri(AbstractFileProvider.java:170)
>       at 
> org.apache.commons.vfs.provider.AbstractOriginatingFileProvider.findFile(AbstractOriginatingFileProvider.java:54)
>       ... 8 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to