Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 13:05:11 +0300
From:      Dan Cojocar <dan@Zeus.UBBCluj.Ro>
To:        freebsd-java@freebsd.org
Subject:   possible bug in jdk1.4
Message-ID:  <20031022130511.A11771@Zeus.UBBCluj.Ro>

next in thread | raw e-mail | index | archive | help

Hello,

I'm running tomcat inside idea, and after stoping the running process i get this:

[  49617]  ERROR - ellij.execution.ProcessHandler -
[  49621]  ERROR - ellij.execution.ProcessHandler - IntelliJ IDEA (Aurora)   Build #957
[  49623]  ERROR - ellij.execution.ProcessHandler - JDK: 1.4.1-p4
[  49626]  ERROR - ellij.execution.ProcessHandler - VM: Java HotSpot(TM) Client VM
[  49627]  ERROR - ellij.execution.ProcessHandler - Vendor: Sun Microsystems Inc.
[  49628]  ERROR - ellij.execution.ProcessHandler - OS: FreeBSD
[  49635]  ERROR - ellij.execution.ProcessHandler -
java.io.IOException: Bad file descriptor
        at java.io.FileInputStream.readBytes(Native Method)
        at java.io.FileInputStream.read(FileInputStream.java:191)
        at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
        at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:406)
        at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:446)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:180)
        at java.io.InputStreamReader.read(InputStreamReader.java:167)
        at java.io.BufferedReader.fill(BufferedReader.java:136)
        at java.io.BufferedReader.read(BufferedReader.java:157)

I'm using jdk1.4 from ports.

	Thanks,
							Dan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031022130511.A11771>