Re: Re: Re: GC issues after upgrading from 1.8 to 1.10

2022-11-18 Thread Dan Tran
Hi Alex,

could you elaborate on 'fixed the problem'? is it at your side and at the
commons-text side?

Thanks

-D

On Thu, Nov 17, 2022 at 1:21 PM Pavel Belousov
 wrote:

> Nope, I don't think I created the account. Let's skip this for now, Gary
> already helped us and fixed the problem, so if I need the access one
> more time I will let you know.
>
> Thank you!
>
> On 2022/11/17 16:54:48 Alex Herbert wrote:
> > On Thu, 17 Nov 2022 at 16:37, Pavel Belousov
> >  wrote:
> >
> > > Yes, please create the account with `pavelbelousov` user name.
> >
> > That username already exists. Did you previously create an account?
> >
> > Alex
> >
> > -
> > To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> > For additional commands, e-mail: user-h...@commons.apache.org
> >
> >
>


Re: Unpacking VMDK via 7z

2018-08-06 Thread Dan Tran
you are right,  the following command:

  7z i

shows all supported archive formats

will look into FUSE filesystem

Thanks

-D

On Sun, Aug 5, 2018 at 9:01 PM, Stefan Bodewig  wrote:

> On 2018-08-05, Dan Tran wrote:
>
> > Thanks for the explanation
>
> > my vmware's vmdk file starts out with 'KDMV'.  This explains about the
> > stack trace.
>
> > additional info
>
> >   * 7z for windows can uncompress it,  but not 7z for linux, and winzip
> for
> > windows
> >   * commons-vfs does not support 7z/vmdk format.
> > https://commons.apache.org/proper/commons-vfs/filesystems.html
>
> I'm not an expert at all, but I think vmdk is not really related to 7z
> at all, it just happens that 7z (on Windows) can read vmdks. When I
> suggested VFS would be a better fit I was thinking about which Commons
> component would be a good home if anybody wanted to add support for
> vmdks - not that support was already there. Sorry I was misleading you.
>
> > so 7z for windows is the only option which I can't use since my CI is on
> > Linux
>
> A quick search lead me to
> http://forensicswiki.org/wiki/VMWare_Virtual_Disk_Format_(VMDK) which
> again linked to https://github.com/libyal/libvmdk/ which contains a tool
> to mount vmdks as FUSE file systems on Linux (among ither things). So I
> think there are more options if you dig deeper.
>
> Stefan
>
> -
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>


Re: Unpacking VMDK via 7z

2018-08-05 Thread Dan Tran
Hi Stefan,

Thanks for the explanation

my vmware's vmdk file starts out with 'KDMV'.  This explains about the
stack trace.

additional info

  * 7z for windows can uncompress it,  but not 7z for linux, and winzip for
windows
  * commons-vfs does not support 7z/vmdk format.
https://commons.apache.org/proper/commons-vfs/filesystems.html

so 7z for windows is the only option which I can't use since my CI is on
Linux

Thanks

-Dan



On Sun, Aug 5, 2018 at 7:45 AM, Stefan Bodewig  wrote:

> On 2018-08-04, Dan Tran wrote:
>
> > here is the stack trace
>
> > Caused by: java.io.IOException: Bad 7z signature
> >   at org.apache.commons.compress.archivers.sevenz.SevenZFile.
> readHeaders(SevenZFile.java:326)
>
> This means Commons Compress doesn't recognize the file as a 7z
> archive. A 7z archive Compress knows to deal with starts with the six
> bytes
>
> 37 7A BC AF 27 1C
>
> - the first two bytes are "7z" - and your archive doesn't seem to do so.
>
> The 7z utility supports a lot of formats beyond 7z, maybe it does
> support vmdks directly? If the vmdk format is
> https://www.vmware.com/support/developer/vddk/vmdk_50_technote.pdf or
> something similar then Commons VFS would look like a more natural place
> for support than Compress IMHO.
>
> Stefan
>
> -
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>


Re: Unpacking VMDK via 7z

2018-08-04 Thread Dan Tran
here is the stack trace

Caused by: java.io.IOException: Bad 7z signature
at 
org.apache.commons.compress.archivers.sevenz.SevenZFile.readHeaders(SevenZFile.java:326)
at 
org.apache.commons.compress.archivers.sevenz.SevenZFile.(SevenZFile.java:241)
at 
org.apache.commons.compress.archivers.sevenz.SevenZFile.(SevenZFile.java:108)
at 
org.apache.commons.compress.archivers.sevenz.SevenZFile.(SevenZFile.java:262)


Thanks

-D

On Fri, Aug 3, 2018 at 11:21 PM, Dan Tran  wrote:

> Hi
>
> I have a vmware's vmdk file with no problem to unpack using my windows 7z
> command
>
> however, common-compress error out at
>
> SevenZFile sevenZFile = new SevenZFile(my.vmdk.file)
>
> with "Bad 7z signature" error message
>
> am I missing something obvious?
>
> Thanks
>
> -D
>


Unpacking VMDK via 7z

2018-08-04 Thread Dan Tran
Hi

I have a vmware's vmdk file with no problem to unpack using my windows 7z
command

however, common-compress error out at

SevenZFile sevenZFile = new SevenZFile(my.vmdk.file)

with "Bad 7z signature" error message

am I missing something obvious?

Thanks

-D


Re: [vfs] support JCIFS

2014-05-23 Thread Dan Tran
the jcif provider under sandbox is very stable, i use it in production

see https://issues.apache.org/jira/browse/VFS-438 for a minor patch

or you can build and deploy this your self
http://svn.codehaus.org/mojo/trunk/mojo/vfs/vfs-smb/pom.xml

-D


On Thu, May 22, 2014 at 9:42 PM, Gary Gregory garydgreg...@gmail.comwrote:

 It's up to you ;-) is not included in the main project because of the
 license IIRC.

 Gary

 div Original message /divdivFrom: Sandhya
 Rajagopalan sandhya_rajagopa...@symantec.com /divdivDate:05/22/2014
  18:30  (GMT-05:00) /divdivTo: user@commons.apache.org/divdivSubject: 
 [vfs] support JCIFS /divdiv
 /divHi,
 When are you going to support JCIFS? I see this is your sandbox. Can I add
 jcifs in providers.xml to start using it?

 -Sandhya



Re: [vfs] support JCIFS

2014-05-23 Thread Dan Tran
I think we just need to promote vfs-cifs and mark jcifs optional. That
complies with Apache's policy

-D


On Fri, May 23, 2014 at 7:57 AM, Gary Gregory garydgreg...@gmail.comwrote:

 Moved.

 Gary

 div Original message /divdivFrom: sebb 
 seb...@gmail.com /divdivDate:05/23/2014  10:27  (GMT-05:00)
 /divdivTo: Commons Users List user@commons.apache.org
 /divdivSubject: Re: [vfs] support JCIFS /divdiv
 /divOn 23 May 2014 15:24, Gary Gregory garydgreg...@gmail.com wrote:
  Also wondering... why can't we deliver our code even if the jar we depend
  in the POM on has an incompatible license? I can understand that it is
  undesirable philosophically, but is it disallowed?
 
  Should we create a separate module for these providers? What would it be
  called?

 This is really a conversation for the dev list ...

  Gary
 
 
  On Fri, May 23, 2014 at 6:57 AM, Bernd Eckenfels e...@zusammenkunft.net
 wrote:
 
  I Wonder if we should add the sandbox providers to the normal
  providers.xml with a existence condition, so you get it preconfigured as
  soon as the JAR is on the classpath.
 
  (i noticed there is some Service discovery plugin stuff in the
  StandardfileSystemManager, but I guess this will not pick up the sandbox
  Lib?)
 
   Am 23.05.2014 um 06:42 schrieb Gary Gregory garydgreg...@gmail.com:
  
   It's up to you ;-) is not included in the main project because of the
  license IIRC.
  
   Gary
  
   div Original message /divdivFrom: Sandhya
  Rajagopalan sandhya_rajagopa...@symantec.com
 /divdivDate:05/22/2014
   18:30  (GMT-05:00) /divdivTo: 
  user@commons.apache.org/divdivSubject:
 [vfs] support JCIFS /divdiv
   /divHi,
   When are you going to support JCIFS? I see this is your sandbox. Can I
  add jcifs in providers.xml to start using it?
  
   -Sandhya
 
  -
  To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
  For additional commands, e-mail: user-h...@commons.apache.org
 
 
 
 
  --
  E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
  Java Persistence with Hibernate, Second Edition
 http://www.manning.com/bauer3/
  JUnit in Action, Second Edition http://www.manning.com/tahchiev/
  Spring Batch in Action http://www.manning.com/templier/
  Blog: http://garygregory.wordpress.com
  Home: http://garygregory.com/
  Tweet! http://twitter.com/GaryGregory

 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org




Re: [vfs] Outdated filesystem capability info in site?

2014-05-02 Thread Dan Tran
Please release smb/cifs provider As well

-D


On Thursday, May 1, 2014, Bernd Eckenfels e...@zusammenkunft.net wrote:

 Hello,

 I think directory content refers to directories which can also be
 read as a stream. For example for WebDAV XML properties. FTP has no
 such thing.

 BTW: I am currently working in getting 2.1 out the door, so it might be
 a good time to have a look at the trunk and speak up on showstoppers.

 Gruss
 Bernd

 Am Thu, 1 May
 2014 17:54:28 -0700 (PDT) schrieb Woonsan Ko woon_...@yahoo.comjavascript:;
 :

  Hi,
 
  I'm working with ftp file system (VFS 2.0) and it seems working fine
  when listing children. But the page [1] says it doesn't support
  'Directory Content' capability yet.
 
  Is the information (also on sftp and some others) outdated?
 
  Regards,
 
  Woonsan
 
 
  [1] http://commons.apache.org/proper/commons-vfs/filesystems.html
 
  -
  To unsubscribe, e-mail: user-unsubscr...@commons.apache.orgjavascript:;
  For additional commands, e-mail: user-h...@commons.apache.orgjavascript:;
 


 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org javascript:;
 For additional commands, e-mail: user-h...@commons.apache.orgjavascript:;




[VFS2] IPv6 support

2014-01-24 Thread Dan Tran
Hello,

have any got commons-vfs working for IPv6 ???

I ran into similar issue at
https://cloudifysource.atlassian.net/browse/CLOUDIFY-1798

using commons-vfs 2.0

Thanks

-D


Re: [VFS2] IPv6 support

2014-01-24 Thread Dan Tran
Thanks Gary,

I totally missed it :(

-Dan


On Fri, Jan 24, 2014 at 6:37 PM, Gary Gregory garydgreg...@gmail.comwrote:

 As you can see in the link you posted, IPv6 is apparently not supported by
 Jsch, the library VFS uses for SFTP.

 Gary


 On Fri, Jan 24, 2014 at 9:26 PM, Dan Tran dant...@gmail.com wrote:

  Hello,
 
  have any got commons-vfs working for IPv6 ???
 
  I ran into similar issue at
  https://cloudifysource.atlassian.net/browse/CLOUDIFY-1798
 
  using commons-vfs 2.0
 
  Thanks
 
  -D
 



 --
 E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
 Java Persistence with Hibernate, Second Edition
 http://www.manning.com/bauer3/
 JUnit in Action, Second Edition http://www.manning.com/tahchiev/
 Spring Batch in Action http://www.manning.com/templier/
 Blog: http://garygregory.wordpress.com
 Home: http://garygregory.com/
 Tweet! http://twitter.com/GaryGregory



Re: [vfs] Release 1.1 / 2.1 ?

2013-02-26 Thread Dan Tran
It is a good news to get 2.1 out as soon as we can :-)  and please
include smb support with a patch already in place

-D

On Tue, Feb 26, 2013 at 2:01 PM, Gary Gregory garydgreg...@gmail.com wrote:
 Arnaud,

 There are no formal plans but releasing 2.1 soon would be nice. There is
 some current work going on in WebDAV and FTPS that needs attention. The
 project is receiving renewed attention from committers and user ATM, so
 that is good news. You can always build from trunk of course.

 Gary




 On Tue, Feb 26, 2013 at 12:03 AM, Arnaud Brunet 
 arnaud.bru...@gmail.comwrote:

 Hi,

 I have the same issue than VFS-107 (resolved in 2007) and VFS-200 (resolved
 in 2012). Both issues are resolved but neither 1.1 nor 2.1 version are
 released.

 Are you planning to release this two versions? If so when.

 Regards,
 Arnaud

 PS: Sorry for my poor English.




 --
 E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
 JUnit in Action, 2nd Ed: http://goog_1249600977http://bit.ly/ECvg0
 Spring Batch in Action: http://s.apache.org/HOqhttp://bit.ly/bqpbCK
 Blog: http://garygregory.wordpress.com
 Home: http://garygregory.com/
 Tweet! http://twitter.com/GaryGregory

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [vfs] Release 1.1 / 2.1 ?

2013-02-26 Thread Dan Tran
As discuss before, we dont have embed smb server available for full
integration test.  However the 'provider' test are already included.

-D

On Tue, Feb 26, 2013 at 2:17 PM, Gary Gregory garydgreg...@gmail.com wrote:
 For us to deliver SMB support out of the sandbox and into the main code
 base, you or someone else need to provide a patch that tests the provider
 as part of the Maven build.

 This means following the examples set by other providers (like HTTP, FTP,
 and so on) to embed a server so that the tests can run in the build.

 Gary


 On Tue, Feb 26, 2013 at 5:03 PM, Dan Tran dant...@gmail.com wrote:

 It is a good news to get 2.1 out as soon as we can :-)  and please
 include smb support with a patch already in place

 -D

 On Tue, Feb 26, 2013 at 2:01 PM, Gary Gregory garydgreg...@gmail.com
 wrote:
  Arnaud,
 
  There are no formal plans but releasing 2.1 soon would be nice. There is
  some current work going on in WebDAV and FTPS that needs attention. The
  project is receiving renewed attention from committers and user ATM, so
  that is good news. You can always build from trunk of course.
 
  Gary
 
 
 
 
  On Tue, Feb 26, 2013 at 12:03 AM, Arnaud Brunet arnaud.bru...@gmail.com
 wrote:
 
  Hi,
 
  I have the same issue than VFS-107 (resolved in 2007) and VFS-200
 (resolved
  in 2012). Both issues are resolved but neither 1.1 nor 2.1 version are
  released.
 
  Are you planning to release this two versions? If so when.
 
  Regards,
  Arnaud
 
  PS: Sorry for my poor English.
 
 
 
 
  --
  E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
  JUnit in Action, 2nd Ed: http://goog_1249600977http://bit.ly/ECvg0
  Spring Batch in Action: http://s.apache.org/HOqhttp://bit.ly/bqpbCK
  Blog: http://garygregory.wordpress.com
  Home: http://garygregory.com/
  Tweet! http://twitter.com/GaryGregory

 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org




 --
 E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
 JUnit in Action, 2nd Ed: http://goog_1249600977http://bit.ly/ECvg0
 Spring Batch in Action: http://s.apache.org/HOqhttp://bit.ly/bqpbCK
 Blog: http://garygregory.wordpress.com
 Home: http://garygregory.com/
 Tweet! http://twitter.com/GaryGregory

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



[ANN] VFS Maven Plugin 1.0 Beta 1 Released

2012-10-31 Thread Dan Tran
Hello

The Mojo team is pleased to announce the release of VFS Maven Plugin 1.0 Beta 1

This plugin is a wrapper of Apache's Commons Virtual File System ( VFS )

To use this plugin, specify the version in your project's plugin configuration:

plugin
groupIdorg.codehaus.mojo/groupId
artifactIdvfs-maven-plugin/artifactId
version1.0-beta-1/version
/plugin

The project site is at  http://mojo.codehaus.org/vfs/vfs-maven-plugin

Thanks,

-Dan

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



commons-vfs2 under OSGI??

2012-06-10 Thread Dan Tran
Hi

I am planning to load common-vfs2 under OSGI container ( like Apache
Karaf ) and wonder if there is any one has experience with this
combination yet.  If so, is there any thing I should watch out for???

Big thanks

-Dan

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



[vfs] Introducing VFS Maven Plugin

2012-06-02 Thread Dan Tran
Hello VFS fans,

I have cooked up a Maven Plugin for Commons VFS [1]

Feedback are very welcomed

Thanks

-D

[1] http://mojo.codehaus.org/vfs/

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



[vfs] does vfs webdav support https

2012-05-31 Thread Dan Tran
Can somehone shows me an example on how to configure webdav:// url to use https?

Thanks

-D

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org