How can we help you today? How can we help you today?
fyamamoto

Activity overview

Latest activity by fyamamoto

Upgrading from standard to pro
I purchased an upgrade from standard to proffesional. Afterwards I tried running the install which ran succesfully; however, it doesn't give me access to the memory profiler still. I de-isntalled...
1 follower 1 comment 0 votes
I was trying to get this to work with a fairly simple solution. It's basically a webform with a code behind that does nothing. I checked to see if page caching was on but it doesn't appear to be. I pasted the code behind at the bottom of this. Would I still get the waiting for connection at the bottom of the page if .net wasn't getting loaded? I did notice that I see a new w3wp process running as system getting kicked up upon starting profile of the web application. I took a second look at the output from netstat and saw this... I would have thought this would be w3wp? Thanks... TCP 0.0.0.0:8013 0.0.0.0:0 LISTENING 4 [System] using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace WebApplication5 { /// <summary> /// Summary description for WebForm1. /// </summary> public class WebForm1 : System.Web.UI.Page { private void Page_Load(object sender, System.EventArgs e) { // Put user code to initialize the page here } #region Web Form Designer generated code override protected void OnInit(EventArgs e) { // // CODEGEN: This call is required by the ASP.NET Web Form Designer. // InitializeComponent(); base.OnInit(e); } /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Load += new System.EventHandler(this.Page_Load); } #endregion } } / comments
I was trying to get this to work with a fairly simple solution. It's basically a webform with a code behind that does nothing. I checked to see if page caching was on but it doesn't appear to be....
0 votes
Brian Donahue wrote: Hi, Thanks for posting the profiler logs, there is some useful information in there. 6/20/2008 3:48:59 PM PARAMHOST - Listener throw exception Only one usage of each socket address (protocol/network address/port) is normally permitted I think that this is pointing out that the port that profiler uses for IPC is unavailable. You can try finding the process that is using that port using Windows' netstat command and try to get that process to use a different port or shut it down altogether. I did a netstat -n -b -a I only see the redgate profiler on the ports 8084 and 8086... I didn't see anything else using those ports. Here is the output. Sorry, it's kind of lengthy... Active Connections Proto Local Address Foreign Address State PID TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 [System] TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 764 RpcSs [svchost.exe] TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 [System] TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING 484 [lsass.exe] TCP 0.0.0.0:1042 0.0.0.0:0 LISTENING 1012 [msdtc.exe] TCP 0.0.0.0:1048 0.0.0.0:0 LISTENING 1564 [kmcrca.exe] TCP 0.0.0.0:1049 0.0.0.0:0 LISTENING 1688 [kmqagent.exe] TCP 0.0.0.0:1414 0.0.0.0:0 LISTENING 1736 [runmqlsr.exe] TCP 0.0.0.0:1721 0.0.0.0:0 LISTENING 1308 [ccirmtd.exe] TCP 0.0.0.0:1920 0.0.0.0:0 LISTENING 1564 [kmcrca.exe] TCP 0.0.0.0:2030 0.0.0.0:0 LISTENING 1872 [omtsreco.exe] TCP 0.0.0.0:2183 0.0.0.0:0 LISTENING 5104 [RedGate.Profiler.UI.exe] TCP 0.0.0.0:3104 0.0.0.0:0 LISTENING 1260 [cam.exe] TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING 5892 TermService [svchost.exe] TCP 0.0.0.0:4105 0.0.0.0:0 LISTENING 1260 [cam.exe] TCP 0.0.0.0:6014 0.0.0.0:0 LISTENING 1564 [kmcrca.exe] TCP 0.0.0.0:7001 0.0.0.0:0 LISTENING 1320 [quenetd.exe] TCP 0.0.0.0:7774 0.0.0.0:0 LISTENING 2076 [aws_orb.exe] TCP 0.0.0.0:8013 0.0.0.0:0 LISTENING 4 [System] TCP 0.0.0.0:8084 0.0.0.0:0 LISTENING 5104 [RedGate.Profiler.UI.exe] TCP 0.0.0.0:8086 0.0.0.0:0 LISTENING 1832 [RedGate.Profiler.IISProfileHost.exe] TCP 0.0.0.0:9990 0.0.0.0:0 LISTENING 1216 [awservices.exe] TCP 0.0.0.0:9991 0.0.0.0:0 LISTENING 1216 [awservices.exe] TCP 0.0.0.0:10110 0.0.0.0:0 LISTENING 1688 [kmqagent.exe] TCP 0.0.0.0:12345 0.0.0.0:0 LISTENING 2688 [tmlisten.exe] TCP 0.0.0.0:49400 0.0.0.0:0 LISTENING 2588 [Surveyor.EXE] TCP 127.0.0.1:2301 0.0.0.0:0 LISTENING 2724 [hpsmhd.exe] TCP 127.0.0.1:2381 0.0.0.0:0 LISTENING 2724 [hpsmhd.exe] TCP 192.168.149.76:139 0.0.0.0:0 LISTENING 4 [System] TCP 192.168.149.76:2301 0.0.0.0:0 LISTENING 2724 [hpsmhd.exe] TCP 192.168.149.76:2381 0.0.0.0:0 LISTENING 2724 [hpsmhd.exe] TCP 192.168.149.76:7770 0.0.0.0:0 LISTENING 2076 [aws_orb.exe] TCP 192.168.149.76:2674 192.168.56.30:1521 SYN_SENT 5720 [Publix.Utilities.ServiceEngine.ProcessOpenOrders.exe] TCP 192.168.149.76:2676 192.168.56.30:1521 SYN_SENT 2644 [Publix.Utilities.ServiceEngine.exe] TCP 127.0.0.1:1050 127.0.0.1:1920 ESTABLISHED 1688 [kmqagent.exe] TCP 127.0.0.1:1099 127.0.0.1:4105 ESTABLISHED 3092 [prfAgent.exe] TCP 127.0.0.1:1422 127.0.0.1:4105 ESTABLISHED 6980 [caftf.exe] TCP 127.0.0.1:1558 127.0.0.1:4105 ESTABLISHED 6156 [hpaAgent.exe] TCP 127.0.0.1:1920 127.0.0.1:1050 ESTABLISHED 1564 [kmcrca.exe] TCP 127.0.0.1:4105 127.0.0.1:1422 ESTABLISHED 1260 [cam.exe] TCP 127.0.0.1:4105 127.0.0.1:1558 ESTABLISHED 1260 [cam.exe] TCP 127.0.0.1:4105 127.0.0.1:1099 ESTABLISHED 1260 [cam.exe] TCP 192.168.149.76:445 192.168.72.115:4638 ESTABLISHED 4 [System] TCP 192.168.149.76:1043 192.168.20.2:1721 ESTABLISHED 1308 [ccirmtd.exe] TCP 192.168.149.76:1055 192.168.2.118:1918 ESTABLISHED 1564 [kmcrca.exe] TCP 192.168.149.76:1057 192.168.2.118:1918 ESTABLISHED 1688 [kmqagent.exe] TCP 192.168.149.76:1060 10.0.1.44:135 ESTABLISHED 1844 [amqmsrvn.exe] TCP 192.168.149.76:1061 10.0.1.44:1025 ESTABLISHED 1844 [amqmsrvn.exe] TCP 192.168.149.76:1065 192.168.149.76:9990 ESTABLISHED 2076 [aws_orb.exe] TCP 192.168.149.76:1066 192.168.149.76:9991 ESTABLISHED 2076 [aws_orb.exe] TCP 192.168.149.76:1070 192.168.149.76:9990 ESTABLISHED 2168 [aws_sadmin.exe] TCP 192.168.149.76:1071 192.168.149.76:9991 ESTABLISHED 2168 [aws_sadmin.exe] TCP 192.168.149.76:1072 192.168.149.76:9990 ESTABLISHED 2204 [aws_snmp.exe] TCP 192.168.149.76:1073 192.168.149.76:9991 ESTABLISHED 2204 [aws_snmp.exe] TCP 192.168.149.76:1085 192.168.149.76:9990 ESTABLISHED 2908 [caiW2kOs.exe] TCP 192.168.149.76:1086 192.168.149.76:9991 ESTABLISHED 2908 [caiW2kOs.exe] TCP 192.168.149.76:1087 192.168.149.76:9990 ESTABLISHED 3020 [caiLogA2.exe] TCP 192.168.149.76:1088 192.168.149.76:9991 ESTABLISHED 3020 [caiLogA2.exe] TCP 192.168.149.76:1089 192.168.149.76:9990 ESTABLISHED 3092 [prfAgent.exe] TCP 192.168.149.76:1090 192.168.149.76:9991 ESTABLISHED 3092 [prfAgent.exe] TCP 192.168.149.76:1369 192.168.149.76:9990 ESTABLISHED 6156 [hpaAgent.exe] TCP 192.168.149.76:1370 192.168.149.76:9991 ESTABLISHED 6156 [hpaAgent.exe] TCP 192.168.149.76:1414 192.168.47.90:2336 ESTABLISHED 1736 [runmqlsr.exe] TCP 192.168.149.76:1414 192.168.47.90:2335 ESTABLISHED 1736 [runmqlsr.exe] TCP 192.168.149.76:1414 192.168.124.218:3517 ESTABLISHED 1736 [runmqlsr.exe] TCP 192.168.149.76:1990 192.168.45.101:445 ESTABLISHED 4 [System] TCP 192.168.149.76:2196 192.168.149.76:8084 ESTABLISHED 1832 [RedGate.Profiler.IISProfileHost.exe] TCP 192.168.149.76:3389 192.168.68.48:2905 ESTABLISHED 5892 TermService [svchost.exe] TCP 192.168.149.76:8084 192.168.149.76:2196 ESTABLISHED 5104 [RedGate.Profiler.UI.exe] TCP 192.168.149.76:9990 192.168.149.76:1369 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9990 192.168.149.76:1087 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9990 192.168.149.76:1072 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9990 192.168.149.76:1065 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9990 192.168.149.76:1070 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9990 192.168.149.76:1085 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9990 192.168.149.76:1089 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9991 192.168.149.76:1071 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9991 192.168.149.76:1090 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9991 192.168.149.76:1088 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9991 192.168.149.76:1073 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9991 192.168.149.76:1086 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9991 192.168.149.76:1370 ESTABLISHED 1216 [awservices.exe] TCP 192.168.149.76:9991 192.168.149.76:1066 ESTABLISHED 1216 [awservices.exe] TCP 127.0.0.1:2190 127.0.0.1:8086 FIN_WAIT_2 5104 [RedGate.Profiler.UI.exe] TCP 127.0.0.1:8086 127.0.0.1:2190 CLOSE_WAIT 1832 [RedGate.Profiler.IISProfileHost.exe] TCP 192.168.149.76:80 192.168.149.2:52802 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:32776 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:34019 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:33812 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:33087 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:60906 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53319 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:34331 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:33501 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:52595 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53216 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:33916 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53942 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53527 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:34123 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53632 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:32983 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53839 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:51868 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:60595 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:32880 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:60285 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:33190 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:52905 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:54257 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:33708 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:52492 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:52388 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53112 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53423 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53010 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:52180 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:51972 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:53735 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:34539 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:54360 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:52075 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:52698 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:34639 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:60699 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:33397 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:60388 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:54465 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:54568 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:33294 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:34226 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:54152 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:54046 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.2:52283 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:60802 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:33604 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:60492 TIME_WAIT 0 TCP 192.168.149.76:80 192.168.149.3:34435 TIME_WAIT 0 TCP 192.168.149.76:1976 10.0.1.42:1025 TIME_WAIT 0 TCP 192.168.149.76:2154 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2158 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2159 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2160 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2161 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2162 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2163 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2164 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2165 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2166 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2168 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2169 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2171 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2172 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2173 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2174 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2175 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2176 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2177 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2178 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2179 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2180 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2182 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2184 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2185 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2186 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2187 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2188 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2191 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2192 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2193 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2194 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2195 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2198 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2202 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2203 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2204 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2205 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2207 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2208 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2209 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2210 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2211 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2212 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2213 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2214 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2215 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2216 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2218 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2220 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2222 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2223 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2225 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2226 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2227 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2228 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2229 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2230 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2233 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2234 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2235 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2236 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2237 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2239 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2240 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2241 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2242 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2243 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2244 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2245 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2246 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2247 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2248 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2249 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2250 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2251 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2252 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2253 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2254 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2255 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2257 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2258 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2259 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2261 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2264 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2265 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2266 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2267 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2268 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2269 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2270 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2271 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2272 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2273 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2274 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2275 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2276 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2277 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2278 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2279 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2281 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2282 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2283 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2284 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2285 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2286 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2287 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2288 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2289 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2290 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2291 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2292 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2293 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2294 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2295 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2297 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2299 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2300 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2302 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2303 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2304 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2305 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2306 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2309 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2310 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2311 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2312 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2313 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2314 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2315 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2316 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2317 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2318 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2319 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2320 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2321 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2322 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2324 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2325 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2326 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2327 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2328 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2329 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2330 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2331 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2332 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2334 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2335 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2336 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2337 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2338 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2339 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2340 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2341 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2342 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2343 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2344 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2348 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2349 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2350 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2351 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2352 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2353 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2354 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2356 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2357 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2358 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2359 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2360 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2361 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2362 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2363 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2364 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2365 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2367 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2368 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2369 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2370 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2371 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2372 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2373 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2374 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2375 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2376 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2377 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2378 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2380 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2382 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2383 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2384 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2385 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2386 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2387 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2388 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2389 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2390 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2391 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2392 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2393 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2394 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2395 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2396 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2397 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2398 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2399 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2400 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2401 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2402 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2408 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2409 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2410 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2411 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2412 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2413 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2414 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2415 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2418 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2419 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2420 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2421 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2422 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2423 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2424 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2425 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2426 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2427 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2428 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2429 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2430 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2431 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2432 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2433 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2434 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2435 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2436 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2437 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2438 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2439 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2440 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2441 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2442 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2443 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2444 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2445 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2446 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2447 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2448 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2449 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2450 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2451 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2452 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2453 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2454 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2455 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2456 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2457 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2458 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2461 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2462 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2467 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2468 10.0.1.42:445 TIME_WAIT 0 TCP 192.168.149.76:2470 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2471 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2472 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2473 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2474 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2475 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2476 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2477 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2478 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2479 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2480 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2481 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2482 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2483 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2484 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2485 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2486 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2487 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2488 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2489 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2490 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2491 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2492 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2493 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2495 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2496 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2497 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2499 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2500 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2501 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2502 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2503 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2504 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2505 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2506 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2507 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2508 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2509 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2510 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2511 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2512 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2513 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2514 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2515 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2516 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2517 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2518 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2519 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2520 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2521 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2522 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2527 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2528 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2529 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2530 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2533 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2534 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2535 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2536 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2537 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2538 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2539 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2540 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2541 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2542 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2543 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2544 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2545 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2546 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2547 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2548 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2549 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2550 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2551 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2552 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2553 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2554 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2555 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2556 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2557 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2558 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2559 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2560 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2561 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2562 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2563 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2564 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2565 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2566 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2567 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2568 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2569 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2570 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2571 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2572 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2574 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2579 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2580 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2581 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2582 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2583 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2584 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2586 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2587 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2588 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2589 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2590 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2591 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2592 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2593 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2594 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2595 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2596 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2597 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2598 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2599 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2600 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2601 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2602 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2603 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2606 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2607 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2608 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2609 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2610 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2611 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2612 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2613 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2614 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2615 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2616 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2617 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2618 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2619 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2620 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2621 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2622 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2623 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2624 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2625 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2626 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2632 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2633 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2634 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2635 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2636 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2637 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2639 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2640 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2641 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2643 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2644 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2645 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2646 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2647 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2648 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2649 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2650 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2651 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2652 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2653 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2654 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2655 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2656 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2657 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2658 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2659 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2660 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2661 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2662 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2663 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2664 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2665 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2666 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2667 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2668 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2669 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2670 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2671 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2672 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2673 192.168.56.30:1521 TIME_WAIT 0 TCP 192.168.149.76:2675 192.168.56.30:1521 TIME_WAIT 0 UDP 0.0.0.0:1027 *:* 824 Dnscache [svchost.exe] UDP 0.0.0.0:1026 *:* 824 Dnscache [svchost.exe] UDP 0.0.0.0:1075 *:* 2168 [aws_sadmin.exe] UDP 0.0.0.0:6162 *:* 2204 [aws_snmp.exe] UDP 0.0.0.0:4104 *:* 1260 [cam.exe] UDP 0.0.0.0:500 *:* 484 [lsass.exe] UDP 0.0.0.0:6665 *:* 2168 [aws_sadmin.exe] UDP 0.0.0.0:1094 *:* 2576 [snmp.exe] UDP 0.0.0.0:445 *:* 4 [System] UDP 0.0.0.0:1074 *:* 2204 [aws_snmp.exe] UDP 0.0.0.0:162 *:* 5804 [snmptrap.exe] UDP 0.0.0.0:161 *:* 2576 [snmp.exe] UDP 0.0.0.0:1366 *:* 2204 [aws_snmp.exe] UDP 0.0.0.0:4500 *:* 484 [lsass.exe] UDP 127.0.0.1:1356 *:* 420 [winlogon.exe] UDP 127.0.0.1:1978 *:* 4564 [winlogon.exe] UDP 127.0.0.1:123 *:* 864 W32Time [svchost.exe] UDP 127.0.0.1:2104 *:* 5104 [RedGate.Profiler.UI.exe] UDP 127.0.0.1:1030 *:* 484 [lsass.exe] UDP 127.0.0.1:2217 *:* 8004 [iexplore.exe] UDP 127.0.0.1:1429 *:* 4584 [CcmExec.exe] UDP 192.168.149.76:123 *:* 864 W32Time [svchost.exe] UDP 192.168.149.76:138 *:* 4 [System] UDP 192.168.149.76:137 *:* 4 [System] / comments
Brian Donahue wrote: Hi, Thanks for posting the profiler logs, there is some useful information in there. 6/20/2008 3:48:59 PM PARAMHOST - Listener throw exception Only one usage of each socke...
0 votes
Dave Mellors wrote: The error you are getting indicates that Profiler wasn't able to find any managed code to profile. A couple of things you might want to check:- - Make sure the web.config has Debug=true in it. - If your using Windows Server 2003 set the ANTS Profiler service to local system and see if that makes a difference. The first things we need to know are:- - What version of ANTS Profiler are you using? - What version of the .Net Framework is you application using? - What version of IIS are you using? It is also worth creating a logs directory in the ANTS Profiler program directory and then restarting ANTS Profiler and recreate the problem. If you can send the logs in the newly created directory through to us at support@red-gate.com we can take a look and try to indentify the cause. I get the same error on an asp.net 1.1 application. I'm running ants 3.2, IIS 6 running as the local system account for the ants service. Windows Server 2003 Enterprise. Here are the log files... ants log file: 6/20/2008 3:48:59 PM ANTSProfilerLog initialized 6/20/2008 3:48:59 PM PID = 4804 6/20/2008 3:48:59 PM Log file name = ANTSProfilerLog4804.txt 6/20/2008 3:48:59 PM OS version = Microsoft Windows NT 5.2.3790 Service Pack 2 6/20/2008 3:48:59 PM Machine name = L17TLDRS1 6/20/2008 3:48:59 PM User name = vfmy 6/20/2008 3:48:59 PM PARAMHOST - Listening on port 8084 6/20/2008 3:48:59 PM PARAMHOST - Listener throw exception Only one usage of each socket address (protocol/network address/port) is normally permitted 6/20/2008 3:49:00 PM EditProjectClosingWizard start 6/20/2008 3:49:00 PM EditProjectClosingWizard start 6/20/2008 3:49:00 PM Couldn't find WebDev (2008) at: C:\Program Files\Common Files\Microsoft Shared\DevServer\9.0\WebDev.WebServer.EXE 6/20/2008 3:49:00 PM Couldn't find WebDev (older version) at: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\WebDev.WebServer.exe 6/20/2008 3:49:00 PM Using IIS Version 6 6/20/2008 3:49:00 PM About to get ASPNet username and password for IIS6 6/20/2008 3:49:00 PM About to get site for URL 6/20/2008 3:49:00 PM About to get IIS6 sites 6/20/2008 3:49:00 PM Got site 'Default Web Site' with identifier 1 6/20/2008 3:49:01 PM Got best VD match at path: [url=IIS://localhost/w3svc/1/root/Test]IIS://localhost/w3svc/1/root/Test[/url], URL /LM/W3SVC/1/ROOT 6/20/2008 3:49:01 PM AppPool for URL http://localhost/WebApplication5/WebForm1.aspx is DefaultAppPool 6/20/2008 3:49:01 PM About to show wizard 6/20/2008 3:49:06 PM Wizard dialog returned 6/20/2008 3:49:08 PM UI Start profiling 6/20/2008 3:49:08 PM ENGINE - Core2.dll found in regisry 6/20/2008 3:49:08 PM ENGINE Start profiling performance of ASP.NET web application http://localhost/WebApplication5/WebForm1.aspx 6/20/2008 3:49:08 PM ENGINE The profiler is enabled 6/20/2008 3:49:08 PM TRANSFER - Waiting for pipe connection from core 6/20/2008 3:49:08 PM Starting IIS Profile host - checking if service available 6/20/2008 3:49:08 PM Found ANTS Profiler 3 Service, attempting start 6/20/2008 3:49:08 PM TRANSFER - Pipe connected from core 6/20/2008 3:49:08 PM TRANSFER - Start sending profiler settings to core 6/20/2008 3:49:08 PM TRANSFER - Finished sending profiler settings to core 6/20/2008 3:49:08 PM TRANSFER - Process info received from core C:\Program Files\Red Gate\ANTS Profiler 3\RedGate.Profiler.IISProfileHost.exe 6/20/2008 3:49:08 PM TRANSFER - Incorrect process connected, we will ignore this and continue waiting 6/20/2008 3:49:08 PM TRANSFER - About to close pipes due to PipeHandler not connected 6/20/2008 3:49:08 PM TRANSFER - Waiting for pipe connection from core 6/20/2008 3:49:09 PM Service started. Checking port available 6/20/2008 3:49:09 PM WaitForPort on address 127.0.0.1, port 8086 6/20/2008 3:49:09 PM Port is accepting connections - service now running 6/20/2008 3:49:09 PM ENGINE - Managed to hook into status updates from IIS Profile Host 6/20/2008 3:49:13 PM TESTHARNESS - Starting IE With URL: http://localhost:8013/WebApplication5/WebForm1.aspx 6/20/2008 3:49:20 PM UI Take snapshot 6/20/2008 3:49:20 PM ENGINE Start get performance results 6/20/2008 3:49:20 PM TRANSFER - Not connected so returning last set of results iis profile log: 6/20/2008 3:49:08 PM IISProfileHostLog initialized 6/20/2008 3:49:08 PM PID = 6688 6/20/2008 3:49:08 PM Log file name = IISProfileHostLog6688.txt 6/20/2008 3:49:08 PM OS version = Microsoft Windows NT 5.2.3790 Service Pack 2 6/20/2008 3:49:08 PM Machine name = L17TLDRS1 6/20/2008 3:49:08 PM User name = SYSTEM 6/20/2008 3:49:08 PM IISProfileHost starting as a service 6/20/2008 3:49:08 PM Listening on port 8086 6/20/2008 3:49:09 PM StartProfilingIIS currentUserName CORP\vfmy, url http://localhost/WebApplication5/WebForm1.aspx, .NET 2.0 OnePointOne, IIS6 6/20/2008 3:49:09 PM Parse IIS metabase 6/20/2008 3:49:11 PM InitServiceList 6/20/2008 3:49:11 PM StartIIS 6/20/2008 3:49:11 PM StartWebService for IIS 6 6/20/2008 3:49:11 PM WaitForPort on address 127.0.0.1, port 8013 6/20/2008 3:49:12 PM About to get site for URL 6/20/2008 3:49:12 PM About to get IIS6 sites 6/20/2008 3:49:12 PM Got site 'Default Web Site' with identifier 1 6/20/2008 3:49:12 PM About to get IIS6 x64 status 6/20/2008 3:49:12 PM WaitForPort start, url = http://localhost:8013/WebApplication5/WebForm1.aspx 6/20/2008 3:49:12 PM WaitForPort on address 127.0.0.1, port 8013 6/20/2008 3:49:13 PM WaitForPort done / comments
Dave Mellors wrote: The error you are getting indicates that Profiler wasn't able to find any managed code to profile. A couple of things you might want to check:- - Make sure the web.config has...
0 votes