remote debug on xpe

G

Guest

i am trying to remote debug an app on an xp embedded that i have build.
it starts fine but when the app tries to bind a socket i get the exception
:"There are no more endpoints available from the endpoint mapper." and the
connection is lost xpe freezes and has to be restarted, the firewall service
was not running.
any ideas?
 
K

KM

jakob,

A few things for you to check:
- The key [HKLM\Software\Microsoft\Rpc\ClientProtocols] exists and contains ncacn_ip_tcp, ncacn_nb_tcp, ncacn_np and
ncacn_ip_udp values with the values set to "rpcrt4.dll"
- RPC service is running
- Firewall is Disabled (don't really know what you meant by "the firewall service was not running". Did you turn off the
Firewall?)
- Check if [HKLM\Software\Microsoft\Rpc\Internet] key exists. If it does, remove it and reboot the target.
 
G

Guest

got it to work, by adding the port to the list of Globally Open Ports
KM said:
jakob,

A few things for you to check:
- The key [HKLM\Software\Microsoft\Rpc\ClientProtocols] exists and contains ncacn_ip_tcp, ncacn_nb_tcp, ncacn_np and
ncacn_ip_udp values with the values set to "rpcrt4.dll"
- RPC service is running
- Firewall is Disabled (don't really know what you meant by "the firewall service was not running". Did you turn off the
Firewall?)
- Check if [HKLM\Software\Microsoft\Rpc\Internet] key exists. If it does, remove it and reboot the target.

--
Regards,
KM, BSquare Corp.

i am trying to remote debug an app on an xp embedded that i have build.
it starts fine but when the app tries to bind a socket i get the exception
:"There are no more endpoints available from the endpoint mapper." and the
connection is lost xpe freezes and has to be restarted, the firewall service
was not running.
any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top