I'm trying to use VFS S3 a plugin for the Apache Commons VFS for Amazon S3.

I've included the jar and it's recognising the s3 schema.

However when I try to open a file (which is public, I can open it on my web browser), I get this error:

Could not create a file system manager of class "org.apache.commons.vfs.impl.StandardFileSystemManager".
>> org.apache.commons.vfs.VFS.createManager(VFS.java:93)
>> org.apache.commons.vfs.VFS.getManager(VFS.java:47)

What should I do?

link|improve this question

76% accept rate
Is it the full stack trace? is there a "caused by" section? – David Rabinowitz Aug 27 '09 at 18:54
feedback

2 Answers

up vote 2 down vote accepted

I've fixed this myself another way. Turns out that library depends on some other java libraries (like log4j from apache and jets3t from amazon). It just wasn't giving a helpful error message at all.

link|improve this answer
feedback

You should debug it and fix it yourself, or contact the vendor of the library.

By "vendor", I mean the person/entity/organization who distributes the software, not necessarily "who is selling the library", heh.

link|improve this answer
vendor? It's Open source :P – Rory Aug 27 '09 at 19:49
You can: check the mailing list, web forum, email the developer(s), read version control logs, Change log file, search the bug tracker. – Mark Renouf Aug 27 '09 at 19:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.