|
From: Hackl I. <Ing...@sy...> - 2005-02-16 10:54:07
|
Hi,
I have used the wrapper to install a java program as a service on a Cluster
with Windows 2000 Service Pack 4.
The installation works and the service starts successfully but there is no
output to the console.
All the output which is written with System.out.println to the console just
does not appear.
And if I read input from the console I get the following exception:
-E-2005-02-15 16:04:44.734: java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:194)
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:408)
at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:450)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.fill(BufferedReader.java:136)
at java.io.BufferedReader.readLine(BufferedReader.java:299)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at at.co.systema.gf.util.ConsolePrompt$ConsoleTask.run(ConsolePrompt.java:98
Does anybody know what's going wrong here ?
Ingo Hackl
MPA Software Entwicklung
SYSTEMA
Human Information Systems
Gesellschaft m.b.H.
Langgasse 11
A-4020 Linz
S \\ //// S T E M A
\\ ////
\\ //// E-Mail: mailto:ing...@sy...
<mailto:ing...@sy...>
//// Phone: +43 (0)732 661008-14
//// WEB: http://www.systema.info <http://www.systema.info>
|