Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » RSE daemon.pl on AIX throws MalformedInputException
RSE daemon.pl on AIX throws MalformedInputException [message #581968] Wed, 15 July 2009 11:48
Christoph Luder is currently offline Christoph LuderFriend
Messages: 5
Registered: July 2009
Junior Member
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(StreamDecod er.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$ConnectionList ener.listen(ServerLauncher.java:207)
at
org.eclipse.dstore.core.server.ServerLauncher$ConnectionList ener.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$ConnectionList ener.listen(ServerLauncher.java:292)
at
org.eclipse.dstore.core.server.ServerLauncher$ConnectionList ener.run(ServerLauncher.java:113)
Previous Topic:Re: SSH via RSE
Next Topic:RSE Components Will Not Install
Goto Forum:
  


Current Time: Fri Apr 19 18:54:11 GMT 2024

Powered by FUDForum. Page generated in 0.03087 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top