-
I found the solution to this problem. There is an error RawforamtInputStream.java.
The following constructor causes a file to be opened and never closed:
public RawformatInputStream(String captureFile)
throws FileNotFoundException, IOException, EOPacketStream,
StreamFormatException, SyntaxError {
super(new BitStackInputStream(new FileInputStream(captureFile)));...
2009-02-05 01:54:14 UTC in jNetStream Protocol Decoder
-
I'm having a problem where my pcap file does not close.
I create RawformatInputStream.
Do some processing with JNetStream.
And, then call close on the stream.
No error is encountered during the close.
Any ideas? Is there anything in the JNetStream libraries that would be keeping the stream open? Or is there another way I should be closing it?
--Dave.
2009-01-21 19:32:59 UTC in jNetStream Protocol Decoder
-
Suggest adding a command line option (-is:javaconsole or similar) to automatically launch the executable in a shell (cmd, bash, etc) so that it's easy to see any error messages that might be generated on startup or during execution.
2007-02-22 01:35:45 UTC in Launch4j Executable Wrapper