Error creating session: invalid:2159: Error

Topics for the Eclipse Environment
Post Reply
sblair
Posts: 162
Joined: Mon Sep 12, 2011 1:54 pm

Error creating session: invalid:2159: Error

Post by sblair »

I keep getting the following error in NBEclipse when I go to run the debugger. I can build and run the Release version without issue. But am getting this error everytime I'm in Debug and it goes to connect:

Error creating session: invalid:2159: No such file or directory.
invalid:2159: No such file or directory.
invalid:2159: No such file or directory.
invalid:2159: No such file or directory.


Any suggestions?

I'm running NBEclipse v2.5.3

Thanks
Scott
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: Error creating session: invalid:2159: Error

Post by rnixon »

The format looks like it wants an ip address in front of the colon before the port number. Are you positive you configured the debugger tab to tell it what ip address you want to connect to? The debugger tab is separate from the regular release download tab.
sblair
Posts: 162
Joined: Mon Sep 12, 2011 1:54 pm

Re: Error creating session: invalid:2159: Error

Post by sblair »

yeah I checked that and noticed that my IP address settings in there had gotten lost. I've used debug on this project before. I put the IP address back in but still getting the same thing.
sblair
Posts: 162
Joined: Mon Sep 12, 2011 1:54 pm

Re: Error creating session: invalid:2159: Error

Post by sblair »

rnixon,

Thanks! That forced me to go back in and look again....and the IP was missing...again. I realized the last time I went in there and entered the IP in both the different tabs I hit the "Debug" button at the bottom and it didn't apply and saving the settings like any other normal windows app would have.

Working now! Thanks for the assist :)
Post Reply