You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "satya (JIRA)" <ji...@apache.org> on 2012/09/10 20:46:09 UTC

[jira] [Commented] (VFS-340) FileSystemException: Badly formed URI

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

satya commented on VFS-340:
---------------------------

I am having the same issue. I have the JSCH jar in claspath. Any help is greatly appreciated. I am using vfs 1.0 and i am testing in mac as junit test.

org.apache.commons.vfs.FileSystemException: Invalid absolute URI "sftp://xx:xx@xx.xx.com/share/Details.xlsx".
	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.fb.service.file.util.SFTP.transferFileToDeloitte(SFTP.java:150)
	at com.fb.service.impl.DeloitteTargetFileServiceImpl.encryptAndTransferFileToSFTP(DeloitteTargetFileServiceImpl.java:146)
	at com.fb.service.impl.TransactionDetailsFileGenerator.generateTargetFileContent(TransactionDetailsFileGenerator.java:269)
	at com.fb.service.impl.TransactionDetailsFileGenerator.execute(TransactionDetailsFileGenerator.java:40)
	at com.fb.service.impl.SchwabFileProcessorTest.testGenerateTransactionDetailsFile(SchwabFileProcessorTest.java:30)
	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:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)

Expecting / to follow the hostname in URI "sftp://
at org.apache.commons.vfs.provider.HostFileNameParser.extractToPath(HostFileNameParser.java:139)
	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)
	... 26 more
                
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira