I do a netstat -a and get...
P:\>netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP machinename:http machinename:0 LISTENING
TCP machinename:epmap machinename:0 LISTENING
TCP machinename:https machinename:0 LISTENING
TCP machinename:microsoft-ds machinename:0 LISTENING
TCP machinename:1098 machinename:0 LISTENING
TCP machinename:1099 machinename:0 LISTENING
That implies to me that nothing is listening below port 80 (http) which implies the basic SMTP config for the mail.ear/mail.sar/jboss-service.xml isn't loading up for whatever reason.
The machine is Win2K and doesn't have the firewall software.
The SMTP service is disabled...
I go to the networks control panel for the ethernet adapter, go to TCP/IP settings and then go to advanced. Select IP filtering, enable filtering and allow all traffic. Re-boot and...
No dice. Connection times out.
I re-run netstat and get the same results.
This is my test machine for my integration of jASEN :(
Any clues?
rjsjr
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877398#3877398
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877398
|