DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38105>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38105 Summary: NullPointerException in DefaultFileContent.getLastModifiedTime() Product: Commons Version: Nightly Builds Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: VFS AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I'm testing the VFS based JCommander on Linux right now and I came across a strange exception. It's a NullPointerException in DefaultFileContent in getLastModifiedTime() method (line 157). Basically getType() returns null for the file (org.apache.commons.vfs.provider.local.LocalFile) file:///home/robert/.gnome-system-monitor.robert My user has rwx right on the file and it is a Unix socket file (see "man 7 unix" for more details on this). I'm using VFS 1.0 RC7 and I'm running j2sdk 1.4.2_08 on Ubuntu Linux 2.6.12-9-686 (Breezy). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
