RSE daemon.pl on AIX throws MalformedInputException [message #37405] |
Wed, 15 July 2009 07:48  |
Eclipse User |
|
|
|
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 13:08   |
Eclipse User |
|
|
|
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 #581997 is a reply to message #37405] |
Thu, 16 July 2009 13:08  |
Eclipse User |
|
|
|
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)
>
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.03461 seconds