Not sure how but I have a successful compile. Thanks Christian and Jamie for
your assistance. Now onto the the next problem. Below is the following error
I receive when trying to start capture server. Note,

- *no* VMwareServerExt.dll on my system
- libVMwareServerExt.so is in my build directory (/etc/capture-
server-2.0.0-5601-src/) but not where I eventually extracted the compiled
CaptureServer-Release.zip file.

Could I be missing VMWare VIX?
======================================================

root:/etc/capture-server# java -Djava.net.preferIPv4Stack=true -jar
CaptureServer.jar -s 172.16.0.127:7070 -f input_urls_example.txt
Option added: server-listen-port => 7070
Option added: server-listen-address => 172.16.0.127
Option added: input_urls => input_urls_example.txt
CaptureServer: Listening for connections
Validating config.xml ...
config.xml successfully validated
Option: capture-network-packets => false
Option added: capture-network-packets => false
Option: client-default-visit-time => 10
Option added: client-default-visit-time => 10
Option: collect-modified-files => false
Option added: collect-modified-files => false
Option: send-exclusion-lists => false
Option added: send-exclusion-lists => false
[172.16.0.127:7070] VM added
[172.16.0.127:7070-15778003] VMSetState: WAITING_TO_BE_REVERTED
[172.16.0.127:7070-15778003] VMSetState: REVERTING

Make sure VMwareServerExt.dll/libVMwareServerExt.so is in your
LD_LIBRARY_PATH variable

Also make sure that the VMware VIX libraries are also available. On Windows
these are libeay32.dll, ssleay32.dll, vix.dll. These are available from
http://register.vmware.com/content/download.html and are called the
"Programming API". Copy these into your Capture Server directory if you
aren't sure of what to do
java.lang.UnsatisfiedLinkError: no VMwareServerExt in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at capture.VMwareServerExt.<clinit>(VMwareServerExt.java:6)
        at capture.VMwareServer.run(VMwareServer.java:156)
        at java.lang.Thread.run(Thread.java:619)

Make sure VMwareServerExt.dll/libVMwareServerExt.so is in your
LD_LIBRARY_PATH variable
_______________________________________________
Capture-HPC mailing list
[email protected]
https://public.honeynet.org/mailman/listinfo/capture-hpc

Reply via email to