View previous topic :: View next topic |
Author |
Message |
clefranc
Joined: 16 Apr 2008 Posts: 25
|
Posted: Sat Apr 26, 2008 5:15 pm Post subject: dhcpservice.exe and named.exe problem with Windows 2003 |
|
|
When I log to the FirstSpot server, I always get several windows stating "dhcpservice.exe encountered a problem and needed to close" and "named.exe encountered a problem and needed to close". They're logged to the event viewer with this message:
Faulting application dhcpservice.exe, version 0.0.0.0, faulting module unknown, version 0.0.0.0, fault address 0x00000000.
Faulting application named.exe, version 0.0.0.0, faulting module unknown, version 0.0.0.0, fault address 0x00000000.
I check the service "ISC BIND" and "PatronSoft FirstSpot DHCP Server" and their state are Started.
FirstSpot functionalities don't seems to be affected. I'm using FisrtSpot v5.1.0 on Windows 2003 R2 SP2. Is there a solution to get rid of these messages?
Christian
---
FirstSpot v5.1.0 | MySQL v4.1.22 | Windows 2003 R2 SP2 |
|
Back to top |
|
|
alan Forum facilitator
Joined: 26 Sep 2003 Posts: 4435
|
Posted: Sat Apr 26, 2008 5:38 pm Post subject: |
|
|
I suspect you have started the Microsoft (or other) DHCP and DNS server which create a port conflict. Please make sure no other DHCP and DNS server are started in your FirstSpot machine. _________________ ~ Patronsoft Limited ~ |
|
Back to top |
|
|
clefranc
Joined: 16 Apr 2008 Posts: 25
|
Posted: Tue Apr 29, 2008 1:46 pm Post subject: |
|
|
You're right. I've installed the Windows DHCP service because I was testing the FirstSpot DCHP server (trying to solve a little problem, I'll create a new thread to discuss it). Then instead of uninstalling it I deactivated the service and got the messages. Since only FirstSpot DHCP is running, no more warnings.
Christian |
|
Back to top |
|
|
clefranc
Joined: 16 Apr 2008 Posts: 25
|
Posted: Wed Apr 30, 2008 8:42 pm Post subject: |
|
|
A few days later, both Application Error are back...
Christian |
|
Back to top |
|
|
alan Forum facilitator
Joined: 26 Sep 2003 Posts: 4435
|
Posted: Thu May 01, 2008 5:37 am Post subject: |
|
|
Try to issue:
netstat -a
to double-check _________________ ~ Patronsoft Limited ~ |
|
Back to top |
|
|
clefranc
Joined: 16 Apr 2008 Posts: 25
|
Posted: Thu May 01, 2008 12:53 pm Post subject: |
|
|
Alan, this is what I obtain when FirstSpot is running: Code: | C:\>netstat -n -a
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
TCP 0.0.0.0:4899 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5786 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5787 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5788 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5789 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5790 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5792 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5793 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5795 0.0.0.0:0 LISTENING
TCP 10.20.7.1:53 0.0.0.0:0 LISTENING
TCP 10.20.7.1:139 0.0.0.0:0 LISTENING
TCP 127.0.0.1:53 0.0.0.0:0 LISTENING
TCP 127.0.0.1:953 0.0.0.0:0 LISTENING
TCP PUBLIC_IP_REMOVED:53 0.0.0.0:0 LISTENING
TCP PUBLIC_IP_REMOVED:139 0.0.0.0:0 LISTENING
TCP PUBLIC_IP_REMOVED:4899 PUBLIC_IP_REMOVED:41119 ESTABLISHED
UDP 0.0.0.0:67 *:*
UDP 0.0.0.0:445 *:*
UDP 0.0.0.0:500 *:*
UDP 0.0.0.0:1027 *:*
UDP 0.0.0.0:1029 *:*
UDP 0.0.0.0:4500 *:*
UDP 10.20.7.1:53 *:*
UDP 10.20.7.1:67 *:*
UDP 10.20.7.1:123 *:*
UDP 10.20.7.1:137 *:*
UDP 10.20.7.1:138 *:*
UDP 127.0.0.1:53 *:*
UDP 127.0.0.1:123 *:*
UDP PUBLIC_IP_REMOVED:53 *:*
UDP PUBLIC_IP_REMOVED:123 *:*
UDP PUBLIC_IP_REMOVED:137 *:*
UDP PUBLIC_IP_REMOVED:138 *:* |
then when FirstSpot is stopped: Code: | Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING
TCP 0.0.0.0:4899 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5787 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5788 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5789 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5790 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5792 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5793 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5795 0.0.0.0:0 LISTENING
TCP 10.20.7.1:139 0.0.0.0:0 LISTENING
TCP PUBLIC_IP_REMOVED:139 0.0.0.0:0 LISTENING
TCP PUBLIC_IP_REMOVED:4899 PUBLIC_IP_REMOVED:41119 ESTABLISHED
UDP 0.0.0.0:445 *:*
UDP 0.0.0.0:500 *:*
UDP 0.0.0.0:1029 *:*
UDP 0.0.0.0:4500 *:*
UDP 10.20.7.1:123 *:*
UDP 10.20.7.1:137 *:*
UDP 10.20.7.1:138 *:*
UDP 127.0.0.1:123 *:*
UDP PUBLIC_IP_REMOVED:123 *:*
UDP PUBLIC_IP_REMOVED:137 *:*
UDP PUBLIC_IP_REMOVED:138 *:* |
Do you see something wrong?
Christian |
|
Back to top |
|
|
alan Forum facilitator
Joined: 26 Sep 2003 Posts: 4435
|
Posted: Thu May 01, 2008 2:10 pm Post subject: |
|
|
Cannot see anything wrong.
But exactly how did you fix the problem last time? Can you uninstall (instead of just disable) Microsoft DHCP server and Microsoft DNS server? Also, maybe you have firewall enabled which blocks FirstSpot DHCP and DNS services. Please double-check your Windows. _________________ ~ Patronsoft Limited ~ |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
Powered by phpBB © 2001, 2005 phpBB Group
| |