I'm trying to connect from a Windows XP Eclipse 3.5 using a DStore
Connection to a AIX machine where I started the daemon as a root user.
As soon as I try to open a connection in eclipse, the daemon throws an
error, and no connection can be established.
Anyone know what could be wrong with my setup ?
The 'uninitialized value ' warnings show up because DSTORE_TRACING_ON and
CLASSPATH are not set.
I set DSTORE_TRACING_ON to true and CLASSPATH to '.' but it didn't help,
so i guess those errors are not the cause of the problem.
/daemon.pl &
[1] 37422
root@srv [163]>
Use of uninitialized value in concatenation (.) or string at ./daemon.pl
line 48.
Use of uninitialized value in concatenation (.) or string at ./daemon.pl
line 56.
Daemon running on: srv, port: 4035
root@srv [164]> sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262)
at
sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:314)
at
sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:364)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:250)
at java.io.InputStreamReader.read(InputStreamReader.java:212)
at java.io.BufferedReader.fill(BufferedReader.java:157)
at java.io.BufferedReader.readLine(BufferedReader.java:320)
at java.io.BufferedReader.readLine(BufferedReader.java:383)
at
org.eclipse.dstore.core.server.ServerLauncher$ConnectionListener.listen(ServerLauncher.java:207)
at
org.eclipse.dstore.core.server.ServerLauncher$ConnectionListener.run(ServerLauncher.java:113)
Exception in thread "Thread-2" java.lang.NullPointerException
at java.io.Writer.write(Writer.java:147)
at
org.eclipse.dstore.core.server.ServerLauncher$ConnectionListener.listen(ServerLauncher.java:292)
at
org.eclipse.dstore.core.server.ServerLauncher$ConnectionListener.run(ServerLauncher.java:113)