Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-tm-dev] IllegalStateException

Sheldon,
 
you'll need to send the traceback from your exception.
Without that, nobody will be able to help.
 
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
 
 


From: dsdp-tm-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Sheldon Dsouza
Sent: Donnerstag, 31. Jänner 2008 16:19
To: Target Management developer discussions
Subject: [dsdp-tm-dev] IllegalStateException

Hi,

      We launch a telnet session using the RSE API, now the shell that is obtained from the connection is stored in a singleton class. We are doing this so that we can write to the same shell throughout the telnet session without creating a new shell everytime.

We are getting an IllegalThreadStateException while writing to the shell multiple times. Trying to figure out why is this happening even if the shell is active, any inputs thanks


Regards,
Sheldon

Back to the top