Programming Languages: Java
License: Apache License V2.0
browse code,
statistics svn co https://bonkey.svn.sourceforge.net/svnroot/bonkey bonkey
I am getting this error when using an FTP target: INFO | jvm 1 | 2012/01/12 09:54:12 | Exception in thread "Thread-0" org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown parser type: WIN32 L 8 (WFTPD by Texas Imperial Software) This seems to happen, because WFTPD offers a type WIN32 (ftp command quote SYST). The apache-commons-net 1.4.1 does not handle...
2012-01-12 01:16:46 PST by bwaibel
Ok, it seems that the wrapper.conf is missing the apache-commons libs. I added this as "workaround": wrapper.java.classpath.13=plugins/BonkeyCore_1.0.0/lib/commons-net-ftp*.jar wrapper.java.classpath.14=plugins/VFS_1.0.0/commons-net-*.jar Seems to work, but not sure due to another exception (see next topic). Please change the distribution of wrapper.conf to include the...
2012-01-12 00:56:50 PST by bwaibel
I tried to use this on Windows Server 2003 R2 using JRE 1.6 (jre-6u30-windows-i586-s.exe). I defined a FTP Target, to backup files to an FTP server. The wrapper.log shows: STATUS | wrapper | 2012/01/12 09:50:20 | --> Wrapper Started as Service STATUS | wrapper | 2012/01/12 09:50:21 | Launching a JVM... INFO | jvm 1 | 2012/01/12 09:50:21 | Wrapper (Version 3.2.3...
2012-01-12 00:53:16 PST by bwaibel
Hi vidabuan, i have this running on Windows Server 2003 R2, but i am using Java 1.6 (jre-6u30-windows-i586-s.exe). Maybe you could change to JRE 1.6? (I just started to evaluate Bonkey).
2012-01-12 00:43:13 PST by bwaibel