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 #37405] Wed, 15 July 2009 11:48 Go to next message
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)
Re: RSE daemon.pl on AIX throws MalformedInputException [message #37439 is a reply to message #37405] Thu, 16 July 2009 17:08 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Are you sure you got the "rseserver-3.1-unix.tar" version of the
daemon? The source code of daemon.pl seems to be empty in lines
48 and 56, so I am wondering what version you have.


Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm



Christoph Luder wrote:
> 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)
>
>
Re: RSE daemon.pl on AIX throws MalformedInputException [message #37508 is a reply to message #37439] Fri, 17 July 2009 07:33 Go to previous message
Christoph Luder is currently offline Christoph LuderFriend
Messages: 5
Registered: July 2009
Junior Member
ah, sorry, i was somehow using version 1.0, i wonder where i got that from.
Using 3.1 works. Thanks for the hint!

> Martin Oberhuber wrote:
> Are you sure you got the "rseserver-3.1-unix.tar" version of the
> daemon?
Re: RSE daemon.pl on AIX throws MalformedInputException [message #581997 is a reply to message #37405] Thu, 16 July 2009 17:08 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Are you sure you got the "rseserver-3.1-unix.tar" version of the
daemon? The source code of daemon.pl seems to be empty in lines
48 and 56, so I am wondering what version you have.


Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm



Christoph Luder wrote:
> 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)
>
>
Re: RSE daemon.pl on AIX throws MalformedInputException [message #582036 is a reply to message #37439] Fri, 17 July 2009 07:33 Go to previous message
Christoph Luder is currently offline Christoph LuderFriend
Messages: 5
Registered: July 2009
Junior Member
ah, sorry, i was somehow using version 1.0, i wonder where i got that from.
Using 3.1 works. Thanks for the hint!

> Martin Oberhuber wrote:
> Are you sure you got the "rseserver-3.1-unix.tar" version of the
> daemon?
Previous Topic:Re: SSH via RSE
Next Topic:RSE Components Will Not Install
Goto Forum:
  


Current Time: Tue Apr 16 13:50:21 GMT 2024

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

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

Back to the top