Click to See Complete Forum and Search --> : Broken Pipe ??


Janet
11-26-2001, 10:00 AM
Ive just installed surfboard on Mandrake 8.1. Surfboard is a filtering proxy. It installed Ok but wont run. This Im told is a java error. I have the latest JDk 1.3. The error messages are as follows:
[Janet@localhost surfboard-0.20]$ surfboard
Exception in thread "main" java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:110)
at java.util.jar.JarFile.<init>(JarFile.java:115)
at java.util.jar.JarFile.<init>(JarFile.java:57)
Broken pipe

Whipping Boy
11-26-2001, 06:17 PM
Basically, what that means is that a bunch of processes were strung together in such a way that the output (standard output) of one process became the input (standard input) of another. Doing this is called "piping". A "Broken Pipe" occurs when somewhere along the line, one of these processes was abruptly terminated in such a way that its output could not be sent to the input of the next process in line, thus disrupting the flow of the pipe.