Debugging a network connection

A few months I changed an email password.
Something from my Mac tries every 5 minutes generating entries like this in my mail server log
[24/Nov/2014 16:11:22] SMTP: Invalid password for user [email protected] Attempt from IP address 96.237.xxx.xxx
Failed SMTP login from 96.237.xxx.xxx with SASL method LOGIN
I can catch it with lsof on the server, but that doesn't help me.
On the Mac, i cannot seem to catch it.  I've gone as fine-grained as
lsof -r3 -i  @mail.aplawrence.com 96.237.xxx.xxx
but nothing ever shows up.  It's not Apple mail but it sure is something.  Any other ideas on how to find it?

You might try the command "opensnoop".
Read the man page.
Otherwise, you might try booting in Safe Mode to determine whether one of your login items is causing the message to be sent. At least then you can narrow down the choices.

Similar Messages

  • How to handle network connection error to bussiness service on OSB

    Hello everyone.
    Thank for your attentions. I need some help for error handling in OSB 11g. I have a proxy service that route to a business service to check profile status. I'm using java client to consume proxy service and return result to customers. The problem that I'm face to is the handling network connection fail.
    I want to get some message (or any useful information) from proxy service to report that connection to Business service is unavailable when that connection fail. I tried to add Error Handling but I cannot found that action from option list.
    Can you review my proxy service and tell me some resolutions?
    Any suggestion is appreciated.
    Thank in advance
    <?xml version="1.0" encoding="UTF-8"?>
    <xml-fragment xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:con="http://www.bea.com/wli/sb/pipeline/config" xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config" xmlns:con2="http://www.bea.com/wli/sb/stages/config" xmlns:con3="http://www.bea.com/wli/sb/stages/routing/config" xmlns:con4="http://www.bea.com/wli/sb/stages/logging/config">
      <ser:coreEntry isProxy="true" isEnabled="true">
        <ser:binding type="SOAP" isSoap12="false" xsi:type="con5:SoapBindingType" xmlns:con5="http://www.bea.com/wli/sb/services/bindings/config">
          <con5:wsdl ref="Test/resources/wsdl/PortalSide"/>
          <con5:port>
            <con5:name>PortalSideSOAP</con5:name>
            <con5:namespace>http://www.example.org/PortalSide/</con5:namespace>
          </con5:port>
          <con5:selector type="SOAP body"/>
          <con5:WSI-compliant>false</con5:WSI-compliant>
        </ser:binding>
        <ser:monitoring isEnabled="false">
          <ser:aggregationInterval>10</ser:aggregationInterval>
          <ser:pipelineMonitoringLevel>Pipeline</ser:pipelineMonitoringLevel>
        </ser:monitoring>
        <ser:reporting>true</ser:reporting>
        <ser:logging isEnabled="true">
          <ser:logLevel>debug</ser:logLevel>
        </ser:logging>
        <ser:sla-alerting isEnabled="true">
          <ser:alertLevel>normal</ser:alertLevel>
        </ser:sla-alerting>
        <ser:pipeline-alerting isEnabled="true">
          <ser:alertLevel>normal</ser:alertLevel>
        </ser:pipeline-alerting>
        <ser:ws-policy>
          <ser:binding-mode>wsdl-policy-attachments</ser:binding-mode>
        </ser:ws-policy>
      </ser:coreEntry>
      <ser:endpointConfig>
        <tran:provider-id>http</tran:provider-id>
        <tran:inbound>true</tran:inbound>
        <tran:URI>
          <env:value>/Test/proxy-services/DnICT_WSDL_PS</env:value>
        </tran:URI>
        <tran:inbound-properties/>
        <tran:all-headers>false</tran:all-headers>
        <tran:provider-specific>
          <http:inbound-properties/>
        </tran:provider-specific>
      </ser:endpointConfig>
      <ser:router>
        <con:pipeline type="request" name="GetRequestInfo_pipeline_pair_request">
          <con:stage name="InputProcess_stage">
            <con:context>
              <con2:varNsDecl namespace="http://www.example.org/PortalSide/" prefix="por"/>
              <con2:varNsDecl namespace="http://www.example.org/PortalSide_Test/" prefix="por1"/>
              <con2:varNsDecl namespace="http://www.example.org/OutputSchema" prefix="out"/>
            </con:context>
            <con:actions>
              <con1:assign varName="docId">
                <con2:id>_ActionId-2456490176600649155--723117a.130d7d91065.-7b86</con2:id>
                <con1:expr>
                  <con2:xqueryText>$body/por:checkStatus/documentId/text()</con2:xqueryText>
                </con1:expr>
              </con1:assign>
              <con1:assign varName="depId">
                <con2:id>_ActionId-2456490176600649155--723117a.130d7d91065.-7b69</con2:id>
                <con1:expr>
                  <con2:xqueryText>$body/por:checkStatus/departmentId/text()</con2:xqueryText>
                </con1:expr>
              </con1:assign>
              <con1:assign varName="srvId">
                <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7d41</con2:id>
                <con1:expr>
                  <con2:xqueryText>$body/por:checkStatus/serviceId/text()</con2:xqueryText>
                </con1:expr>
              </con1:assign>
            </con:actions>
          </con:stage>
        </con:pipeline>
        <con:pipeline type="response" name="GetRequestInfo_pipeline_pair_response">
          <con:stage name="ErrorHandling">
            <con:context/>
            <con:actions/>
          </con:stage>
        </con:pipeline>
        <con:flow>
          <con:pipeline-node name="GetRequestInfo_pipeline_pair">
            <con:comment>Lay cac thong tin trong form search</con:comment>
            <con:request>GetRequestInfo_pipeline_pair_request</con:request>
            <con:response>GetRequestInfo_pipeline_pair_response</con:response>
          </con:pipeline-node>
          <con:branch-node type="condition" name="branching_public_services">
            <con:context>
              <con2:varNsDecl namespace="http://www.example.org/PortalSide/" prefix="por"/>
            </con:context>
            <con:branch-table variable="depId">
              <con:branch name="SoTTTT">
                <con:operator>equals</con:operator>
                <con:value>1</con:value>
                <con:flow>
                  <con:branch-node type="condition" name="DnICT_dept_services">
                    <con:context/>
                    <con:branch-table variable="srvId">
                      <con:branch name="DichVu_1">
                        <con:operator>equals</con:operator>
                        <con:value>1</con:value>
                        <con:flow>
                          <con:route-node name="RouteToDnICT_BS">
                            <con:context>
                              <con2:varNsDecl namespace="http://www.example.org/PortalSide/" prefix="por"/>
                              <con2:varNsDecl namespace="http://www.example.org/PortalSide_Test/" prefix="por1"/>
                              <con2:varNsDecl namespace="http://www.example.org/OutputSchema" prefix="out"/>
                            </con:context>
                            <con:actions>
                              <con3:route>
                                <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b4c</con2:id>
                                <con3:service ref="Test/busines-services/DnictServiceBS" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
                                <con3:operation>selecttrangthai</con3:operation>
                                <con3:outboundTransform>
                                  <con1:assign varName="username">
                                    <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b4b</con2:id>
                                    <con1:expr>
                                      <con2:xqueryText>fn:string('stttt')</con2:xqueryText>
                                    </con1:expr>
                                  </con1:assign>
                                  <con1:assign varName="password">
                                    <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b4a</con2:id>
                                    <con1:expr>
                                      <con2:xqueryText>fn:string('123456')</con2:xqueryText>
                                    </con1:expr>
                                  </con1:assign>
                                  <con1:replace contents-only="true" varName="body">
                                    <con2:id>_ActionId-4566721321360037228--34ba1746.13170e34dc9.-7b49</con2:id>
                                    <con1:expr>
                                      <con2:xqueryText><![CDATA[<soap:selecttrangthai       xmlns:soap="http://soapinterop.org/">
         <username       xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{$username}</username>
         <password       xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{$password}</password>
         <masohoso       xsi:type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{$docId}</masohoso>
    </soap:selecttrangthai>]]></con2:xqueryText>
                                    </con1:expr>
                                  </con1:replace>
                                </con3:outboundTransform>
                                <con3:responseTransform/>
                              </con3:route>
                            </con:actions>
                          </con:route-node>
                        </con:flow>
                      </con:branch>
                      <con:default-branch>
                        <con:flow/>
                      </con:default-branch>
                    </con:branch-table>
                  </con:branch-node>
                </con:flow>
              </con:branch>
              <con:branch name="SoGTVT">
                <con:operator>equals</con:operator>
                <con:value>2</con:value>
                <con:flow/>
              </con:branch>
              <con:default-branch>
                <con:flow/>
              </con:default-branch>
            </con:branch-table>
          </con:branch-node>
        </con:flow>
      </ser:router>
    </xml-fragment>P/S:
    When connection to business service is fail, I got this soap message:
    <soapenv:Envelope       xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soapenv:Body>
         <soapenv:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>BEA-380002: No route to host</faultstring>
         <detail>
         <con:fault       xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>BEA-380002</con:errorCode>
         <con:reason>No route to host</con:reason>
         <con:location>
         <con:node>RouteToDnICT_BS</con:node>
         <con:path>request-pipeline</con:path>
         </con:location>
         </con:fault>
         </detail>
         </soapenv:Fault>
         </soapenv:Body>
         </soapenv:Envelope>Regards.
    Cuong Pham
    Edited by: Doubt_Man on Jul 28, 2011 10:26 AM

    you could add an error handler on the route-action in your proxy service.
    in there you could investigate the $fault variable and for example check which BEA-... errorcode comes back.
    then you can decide what to reply back..for example create your own soap-fault and set your own messages.
    now the default $fault generated by the osb itself will get returned
    http://www.xenta.nl/blog/2010/07/17/oracle-service-bus-11g-handling-soap-faults/
    maybe that one helps you a bit

  • Client boots into WinPE but then it will fail and reboot after the step: "Preparing network connections"

    I  have a new issue with all DPs.
    When I pxe boot, it will boot into WinPE but then it will fail and reboot after the step: “Preparing network connections”
    I have tried reinstalling the DP and MP. Also redistributing the boot image.
    When I press F8 to go into debug mode, ipconfig show me an IP address and I am able to ping my Management point, my DHCP server and also my Distribution point.
    I have attached the smsts.log file.
    <![LOG[LOGGING: Finalize process ID set to 900]LOG]!><time="10:43:28.925+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="tslogging.cpp:1495">
    <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="10:43:28.925+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904"
    file="bootshell.cpp:1055">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="10:43:28.925+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="util.cpp:964">
    <![LOG[Debug shell is enabled]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="bootshell.cpp:1066">
    <![LOG[Waiting for PNP initialization...]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:60">
    <![LOG[RAM Disk Boot Path: NET(0)\SMSIMAGES\EVN0002F\BOOT.EVN0002F.WIM]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="configpath.cpp:302">
    <![LOG[Booted from network (PXE)]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="configpath.cpp:317">
    <![LOG[Network(PXE) path: X:\sms\data\]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="configpath.cpp:319">
    <![LOG[Found config path X:\sms\data\]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:548">
    <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:582">
    <![LOG[X:\sms\data\WinPE does not exist.]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:599">
    <![LOG[X:\_SmsTsWinPE\WinPE does not exist.]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:613">
    <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="10:43:28.956+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="10:44:13.294+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:942">
    <![LOG[Starting DNS client service.]LOG]!><time="10:44:13.294+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:666">
    <![LOG[Executing command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="10:44:13.809+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908"
    file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="10:44:13.809+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:942">
    <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="10:44:13.903+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116"
    file="tsmbootstrap.cpp:1165">
    <![LOG[Command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="10:44:13.903+480" date="08-13-2014" component="TSMBootstrap" context="" type="0" thread="1116"
    file="tsmbootstrap.cpp:1166">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="10:44:13.919+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="util.cpp:964">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\TSRESNLC.DLL']LOG]!><time="10:44:13.919+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="resourceutils.cpp:169">
    <![LOG[Current OS version is 6.2.9200.0]LOG]!><time="10:44:13.919+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="util.cpp:3094">
    <![LOG[Adding SMS bin folder "X:\sms\bin\x64" to the system environment PATH]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSMBootstrap" context="" type="0" thread="1116"
    file="tsmbootstrap.cpp:963">
    <![LOG[PXE Boot with Root = X:\]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="tsmbootstrap.cpp:1062">
    <![LOG[Executing from PXE in WinPE]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="tsmbootstrap.cpp:1077">
    <![LOG[Loading TsPxe.dll from X:\sms\bin\x64\TsPxe.dll]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSMBootstrap" context="" type="0" thread="1116" file="tsmbootstraputil.cpp:1363">
    <![LOG[TsPxe.dll loaded]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsmbootstraputil.cpp:1373">
    <![LOG[Device has PXE booted]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tspxe.cpp:122">
    <![LOG[Variable Path: \SMSTemp\2014.08.13.10.42.54.0001.{F722E5C6-13E4-4635-B674-7A56A68BCF03}.boot.var]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116"
    file="tspxe.cpp:134">
    <![LOG[Variable Key Len: 69]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tspxe.cpp:141">
    <![LOG[Succesfully added firewall rule for Tftp]LOG]!><time="10:44:13.950+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="fwopen.cpp:123">
    <![LOG[Executing: X:\sms\bin\x64\smstftp.exe -i 10.9.12.122 get \SMSTemp\2014.08.13.10.42.54.0001.{F722E5C6-13E4-4635-B674-7A56A68BCF03}.boot.var X:\sms\data\variables.dat]LOG]!><time="10:44:13.950+480" date="08-13-2014" component="TSPxe"
    context="" type="0" thread="1116" file="tspxe.cpp:177">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="10:44:14.028+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\x64\smstftp.exe" -i 10.9.12.122 get \SMSTemp\2014.08.13.10.42.54.0001.{F722E5C6-13E4-4635-B674-7A56A68BCF03}.boot.var X:\sms\data\variables.dat]LOG]!><time="10:44:14.028+480" date="08-13-2014"
    component="TSPxe" context="" type="0" thread="1116" file="commandline.cpp:731">
    <![LOG[Executing command line: "X:\sms\bin\x64\smstftp.exe" -i 10.9.12.122 get \SMSTemp\2014.08.13.10.42.54.0001.{F722E5C6-13E4-4635-B674-7A56A68BCF03}.boot.var X:\sms\data\variables.dat]LOG]!><time="10:44:14.028+480" date="08-13-2014"
    component="TSPxe" context="" type="1" thread="1116" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 0]LOG]!><time="10:44:14.106+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="commandline.cpp:1123">
    <![LOG[Succesfully removed firewall rule for Tftp]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="fwopen.cpp:146">
    <![LOG[Successfully downloaded pxe variable file.]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tspxe.cpp:187">
    <![LOG[we are booted using PXE]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:2673">
    <![LOG[we are booted using PXE and we use a generated password]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:2678">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="10:44:14.122+480"
    date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsremovablemedia.cpp:387">
    <![LOG[Verifying media password.]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:271">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsremovablemedia.cpp:322">
    <![LOG[Found network adapter "Intel(R) 82577LM Gigabit Network Connection" with IP Address 10.9.2.50.]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="0"
    thread="1116" file="tsmbootstraputil.cpp:517">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="10:44:14.153+480"
    date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsremovablemedia.cpp:387">
    <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsmediawizardcontrol.cpp:527">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00']LOG]!><time="10:44:14.153+480"
    date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="environmentscope.cpp:263">
    <![LOG[Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116"
    file="environmentscope.cpp:623">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00420041003300410033003900300030002D0043004100360044002D0034006100630031002D0038004300320038002D003500300037003300410046004300320032004200300033007D00']LOG]!><time="10:44:14.153+480"
    date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="environmentscope.cpp:263">
    <![LOG[Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116"
    file="environmentscope.cpp:623">
    <![LOG[Setting LogMaxSize to 1000000]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:555">
    <![LOG[Setting LogMaxHistory to 1]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:556">
    <![LOG[Setting LogLevel to 0]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:557">
    <![LOG[Setting LogEnabled to 1]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:558">
    <![LOG[Setting LogDebug to 1]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:559">
    <![LOG[UEFI: false]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:569">
    <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:584">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsremovablemedia.cpp:322">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="util.cpp:964">
    <![LOG[Setting SMSTSMP TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSMediaGuid TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSMediaPFX TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteSigningCertificate TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Root CA Public Certs=]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:615">
    <![LOG[Missing root CA environment variable from variables file]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:621">
    <![LOG[Support Unknown Machines: 0]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:632">
    <![LOG[Custom hook from X:\\TSConfig.INI is ]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:675">
    <![LOG[No hook is found to be executed before downloading policy]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:699">
    <![LOG[Authenticator from the environment is empty.]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:838">
    <![LOG[Need to create Authenticator Info using PFX]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:850">
    <![LOG[Initialized CStringStream object with string: 6b7b5b1a-8a29-40a1-af6b-008746965168;2014-08-13T18:44:14Z.]LOG]!><time="10:44:14.200+480" date="08-13-2014" component="TSPxe" context="" type="0"
    thread="1116" file="stringstream.cpp:101">
    <![LOG[Set media certificate in transport]LOG]!><time="10:44:14.216+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="libsmsmessaging.cpp:9401">
    <![LOG[Set authenticator in transport]LOG]!><time="10:44:14.216+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="libsmsmessaging.cpp:7734">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SS01.adskevents.local:80  GET /SMS_MP/.sms_aut?MPKEYINFORMATIONMEDIA]LOG]!><time="10:44:14.216+480" date="08-13-2014" component="TSPxe" context="" type="1"
    thread="1116" file="libsmsmessaging.cpp:8604">
    <![LOG[Executing command line: X:\WINDOWS\system32\cmd.exe /k]LOG]!><time="10:44:15.939+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="10:44:15.939+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="bootshell.cpp:942">
    <![LOG[Successfully launched command shell.]LOG]!><time="10:44:15.939+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="bootshell.cpp:432">
    <![LOG[Error. Received 0x80072ee2 from WinHttpSendRequest.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="libsmsmessaging.cpp:8870">
    <![LOG[hr, HRESULT=80072ee2 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,8919)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116"
    file="libsmsmessaging.cpp:8919">
    <![LOG[sending with winhttp failed; 80072ee2]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="3" thread="1116" file="libsmsmessaging.cpp:8919">
    <![LOG[m_pHttpTransport->Send (0, 0, pServerReply, nReplySize), HRESULT=80072ee2 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,5159)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe"
    context="" type="0" thread="1116" file="libsmsmessaging.cpp:5159">
    <![LOG[MPKeyInformation.RequestMPKeyInformationForMedia(szTrustedRootKey), HRESULT=80072ee2 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,9410)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe"
    context="" type="0" thread="1116" file="libsmsmessaging.cpp:9410">
    <![LOG[Failed to get information for MP: http://SS01.adskevents.local. 80072ee2.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="3" thread="1116" file="tsmbootstraputil.cpp:1518">
    <![LOG[sMP.length() > 0, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstraputil.cpp,1526)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="tsmbootstraputil.cpp:1526">
    <![LOG[TSMBootstrapUtil::SelectMP ( sSMSTSMP.c_str(), sMediaPfx.c_str(), sMediaGuid.c_str(), sAuthenticator.c_str(), sEnterpriseCert.c_str(), sServerCerts.c_str(), nHttpPort, nHttpsPort, bUseCRL, sSiteCode, sAssignedSiteCode, sMP, sCertificates, sX86UnknownMachineGUID,
    sX64UnknownMachineGUID), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,907)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="tsmediawizardcontrol.cpp:907">
    <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsmediawizardcontrol.cpp:1419">
    <![LOG[GetPolicy(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2492)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="tsmediawizardcontrol.cpp:2492">
    <![LOG[RunWizardForPXE(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2834)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="tsmediawizardcontrol.cpp:2834">
    <![LOG[oTSMediaWizardControl.Run( sMediaRoot, true, sTSLaunchMode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1078)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe"
    context="" type="0" thread="1116" file="tsmbootstrap.cpp:1078">
    <![LOG[Execute( eExecutionEnv, sConfigPath, sTSXMLFile, uBootCount, &uExitCode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1226)]LOG]!><time="10:44:35.281+480" date="08-13-2014"
    component="TSPxe" context="" type="0" thread="1116" file="tsmbootstrap.cpp:1226">
    <![LOG[Exiting with return code 0x80004005]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmbootstrap.cpp:1238">
    <![LOG[Execution complete.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:693">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,493)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="0"
    thread="908" file="environmentscope.cpp:493">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,335)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="0"
    thread="908" file="environmentlib.cpp:335">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,553)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="0"
    thread="908" file="environmentlib.cpp:553">
    <![LOG[::RegOpenKeyExW (HKEY_LOCAL_MACHINE, sKey.c_str(), 0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,809)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell"
    context="" type="0" thread="908" file="utils.cpp:809">
    <![LOG[RegOpenKeyExW is unsuccessful for Software\Microsoft\SMS\Task Sequence]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="2" thread="908"
    file="utils.cpp:809">
    <![LOG[GetTsRegValue() is unsuccessful. 0x80070002.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="2" thread="908" file="utils.cpp:842">
    <![LOG[End program: ]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:725">
    <![LOG[Finalizing logging from process 900]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="tslogging.cpp:1583">
    <![LOG[Successfully finalized logs to C:\SMSTSLog]LOG]!><time="10:44:35.687+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="tslogging.cpp:1640">
    <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="10:44:35.687+480" date="08-13-2014" component="TSBootShell" context="" type="0" thread="908" file="tslogging.cpp:584">

    Every time a query is sent to the MP, it receives 0x80072ee2 which translates to "The operation timed out". This has nothing to do with your MP or DP though so reinstalling them won't make any difference.
    This error is indicative of network issues -- basically, the "client" is not getting a response back in a timely manner (and probably not at all). Assuming the MP is healthy though, then only other piece of the puzzle is the network.
    You can try setting the SMSTSAssignmentsDownloadRetry and SMSTSAssignmentsDownloadInterval task sequence variables in the boot image to increase the client's tolerance for latency or other weirdness in the network. This has worked for many.
    If that doesn't work, you'll have to break out a sniffer and watch the traffic to see what's going on at a network level.
    Jason | http://blog.configmgrftw.com

  • Workflow mailer configuration -Unable to make a network connection

    Hi Friends,
    We are trying to configure imap server in 11i workflow notification mailer & getting the error message "Unable to make a network connection".
    system configuration:
    EBS 11i - windows 2003 server
    database - 11.1.0.7
    for imap server we are using ms exchange server 2007.
    pl help us to resolve this issue .
    *Jan 24, 2012 2:13:58 PM GST]:1327400038328:Thread[BES Dispatch Thread,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentStateMachine.updateComponentStatus(Logger, Connection, int, String, String)]:BEGIN (Logger{mLog=[$Header: AppsLog.java 115.78 2004/12/16 16:17:13 rnix ship $ @23667197 {oracle.apps.fnd.profiles.ExtendedProfileStore@136a43c}],mUniqueId=SVC-GSM-WFMLRSVC-51286,mLevel=4}, oracle.jdbc.driver.OracleConnection@1a7508a, 10006, STOPPED_ERROR, Could not handle the control event -> oracle.apps.fnd.cp.gsc.SvcComponentContainerException: Could not start component; performing rollback -> oracle.apps.fnd.cp.gsc.SvcComponentException: Validation failed for the following parameters -> {INBOUND_SERVER=Unable to make a network connection.}. Parameters were -> {INBOUND_MAX_IGNORE_SIZE=1000, INBOUND_MAX_LOOKUP_CACHE_SIZE=100, ATTACH_IMAGES=Y, ALLOW_FORWARDED_RESPONSE=Y, INBOUND_UNSOLICITED_THRESHOLD=2, NODENAME=WFMAIL, SEND_UNSOLICITED_WARNING=Y, AUTOCLOSE_FYI=Y, PROCESSOR_READ_TIMEOUT_CLOSE=N, INBOUND_PROTOCOL=IMAP, ATTACHED_URLS=WFMAIL:ATTACHED_URLS, [email protected], PROCESSOR_OUT_THREAD_COUNT=1, EXPUNGE_ON_CLOSE=Y, ATTACH_STYLESHEET=Y, OUTBOUND_CONNECTION_TIMEOUT=120, INBOUND_MAX_RET_EMAIL_SIZE=100, MAX_INVALID_ADDR_LIST_SIZE=100, PROCESSOR_MAX_LOOP_SLEEP=60, SEND_ACCESS_KEY=N, PROCESSOR_IN_THREAD_COUNT=1, FRAMEWORK_APP=1, CLOSED=WFMAIL:CLOSED, INBOUND_FETCH_SIZE=100, SUMMARY=WFMAIL:SUMMARY, ENABLE_STYLESHEET=N, PROCESSOR_ERROR_LOOP_SLEEP=60, OPEN_MAIL_FYI=WFMAIL:OPEN_MAIL_FYI, FRAMEWORK_RESP=20420, ALTERNATE_EMAIL_PARSER=oracle.apps.fnd.wf.mailer.DirectEmailParser, INBOUND_PASSWORD=_8#6#$##88^9494^!$$89$#^666@#496^#4!$8$ `A+A9+*|!$^}^&%|#}!@%^$09|@}$#}0+, RESET_NLS=N, HTTP_USER_AGENT=Mozilla/4.76, PROCESS=PROCESS, OPEN_MAIL_DIRECT=WFMAIL:OPEN_MAIL_DIRECT, PROCESSOR_LOOP_SLEEP=5, MESSAGE_FORMATTER=oracle.apps.fnd.wf.mailer.NotificationFormatter, [email protected], FRAMEWORK_USER=0, CANCELED=WFMAIL:CANCELED, OUTBOUND_PROTOCOL=SMTP, DISCARD=DISCARD, [email protected], FROM=Workflow Mailer, PROCESSOR_DEFER_EVTDATA_READ=Y, SEND_CANCELED_EMAIL=Y, WARNING=WFMAIL:WARNING, PROCESSOR_MAX_ERROR_COUNT=10, INBOUND_CONNECTION_TIMEOUT=120, HTMLAGENT=http://qlng-s-012.qalhatlng.int:8000/pls/PROD, INBOX=INBOX, OPEN_INVALID_MORE_INFO=WFMAIL:OPEN_INVALID_MORE_INFO, OUTBOUND_SSL_ENABLED=N, INBOUND_SERVER=172.16.4.3, OPEN_MORE_INFO=WFMAIL:OPEN_MORE_INFO, MAILER_SSL_TRUSTSTORE=NONE, INLINE_ATTACHMENT=N, OPEN_INVALID=WFMAIL:OPEN_INVALID, EMAIL_PARSER=oracle.apps.fnd.wf.mailer.TemplatedEmailParser, DIRECT_RESPONSE=N, OPEN_MAIL=WFMAIL:OPEN_MAIL_OUTLOOK, HTML_DELIMITER=DEFAULT, FRAMEWORK_URL_TIMEOUT=30, COMPONENT_LOG_LEVEL=1, SUMHTML=WFMAIL:SUMHTML, PROCESSOR_READ_TIMEOUT=10, DEBUG_MAIL_SESSION=N, INBOUND_SSL_ENABLED=N, OUTBOUND_SERVER=qlng-s-003.qalhatlng.int})
    [Jan 24, 2012 2:14:38 PM GST]:1327400078003:Thread[ComponentMonitor,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10006
    [Jan 24, 2012 2:14:46 PM GST]:1327400086473:Thread[BES Dispatch Thread,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:24-JAN-2012, priority=50, correlationId=null, sendDate=Tue Jan 24 14:14:40 GST 2012, receiveDate=null, From Agent:  , To Agent:  , Last Subscription=  , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10006, CONTAINER_PROCESS_ID=51286, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Jan 24, 2012 2:14:56 PM GST]:1327400096565:Thread[BES Dispatch Thread,5,main]:0:-1:QLNG-S-012:172.16.4.12:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-51286 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database*

    Thanks for your update.
    I have checked as per the metalink doc "242941.1" . i am getting below message only for IMAP.
    *C:\prod\scripts>%AFJVAPRG% -classpath %AF_CLASSPATH% -Dprotocol=imap  -Ddbcfile=
    c:\prod\prodappl\fnd\11.5.0\secure\PROD_qlng-s-012\prod.dbc -Dserver=qlng-s-003.
    qalhatlng.int -Dport=995 -Dconnect_timeout=120 -Ddebug=Y -Daccount=oracle1@qlng
    .om -Dpassword=System123 -DdebugMailSession=Y oracle.apps.fnd.wf.mailer.Mailer
    MLRTST : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.o
    ut until necessary parameters are retrieved for Logger to be properly started.
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.
    IMAPStore,Sun Microsystems, Inc]*
    Kindly suggest need to any setup in ms exchange server or firewall level.
    Thanks

  • Network connection extremely slow after snow leopard upgrade

    I should first state that my son's new Intel Mac Mini (2009 model) is working fine without any issues - it is on the "n" band. My wife's macbook (on Leopard) and my Thinkpad are continuing to work fine - both connecting to the "g" band of my Simultaneous Dual band AEBS.
    On my 2008 model mac mini, the installation went thru fine, but the network connection is extremely slow - it is connecting using the "g" band. Even when I launch the Airport utility, it takes a while to locate the AEBS and then when I click on "Manual Setup", it takes a very very long time to read the configuration. This tells me that the airport interface on the mac mini has some driver issue.
    I tried all the suggestions given in other threads (listed below), but none of them worked.
    1. Created a new network location and rebooted
    2. Trashed the com.apple.airport.airportutility.plist and rebooted
    3. Rebooted countless number of times - illogical, but that kicks in when I can't find a solution.
    It is past midnight here (20miles from Apple headquarter). Going to wait for another 30minutes. After that, I will use SuperDuper to install my Leopard back on my mac mini which I had cloned before starting the installation.
    Appreciate any suggestions - I am open to any prayer solution as well! If not, the Snow Leopard family pack is going back to the Apple store on Monday.
    Just saw at engadget: "On a 17-inch unibody we were putting through the paces, the WiFi inexplicably has gone out and we have yet to get it working again."
    Message was edited by: new2appletv

    Some more info about my setup:
    *Simultaneous Dual band AEBS:*
    Radio Mode: 802.11n only (5 GHz) - 802.11b/g
    Radio Channel Selection: Manual - 161 (5GHz), 6(2.4GHz)
    *Airport Express:*
    Wireless mode: Extend a wireless network
    Allow wireless clients checked under the name of the network (same as for AEBS).
    Both are WPA/WPA2 Personal security. And both the routers were upgraded to 7.4.2 firmware this morning with the hope that it will help.
    *N Devices (both working fine):*
    Apple TV 40GB
    2009 Model Mac Mini upgraded to Snow Leopard - working perfectly.
    *G Devices:*
    Thinkpad running WinXP
    Dell Laptop running WinXP
    Acer Netbook running WinXP
    iPod Touch
    iPhone 3G
    Linksys webcam
    _All of the above are working fine_.
    +2008 model Mac mini -+ upgrade to Snow Leopard shows extremely slow wifi connection that it is unusable. It takes 20min to load apple homepage. When I boot from the clone of my Leopard lying on my external drive, it works perfectly.
    I compared the settings between all the tabs of Network-->Airport-->Advanced and they are identical between Snow Leopard and Leopard mode except that SL doesn't have the "Apple Talk" tab.
    Appreciate any help to debug this.

  • Server Network Connection Loss with fast recovery.

    Ok, so we are having an issue where our server is randomly losing network connection momentarily, but for long enough to boot everyone out. VMware seems to be related but we are having trouble understanding if VMware is just a symptom of something else happening or if VMware is indeed casuing this.
    I was wondering if you guys might be able to offer your thoughts. At first we thought it was the MIC, and because we had a mirrored server we were able to swap to that and I think rule out that it's the NIC.
    Thanks
    Please see log below. This is just the first 100 lines.
    19/08/13 12:07:56.084 PM vmnet-bridge[602]: Dynamic store changed
    19/08/13 12:07:56.084 PM vmnet-bridge[602]: Adapter: en0, Inactive
    19/08/13 12:07:56.000 PM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    19/08/13 12:07:56.000 PM kernel[0]: vmnet: bridge-en0: interface en is going DOWN
    19/08/13 12:07:56.000 PM kernel[0]: vmnet: bridge-en0: interface en is going DOWN
    19/08/13 12:07:56.000 PM kernel[0]: vmnet: VMNetDisconnect called for port 0xffffff80365aa000
    19/08/13 12:07:56.000 PM kernel[0]: en0: promiscuous mode disable succeeded
    19/08/13 12:07:56.000 PM kernel[0]: vmnet: bridge-en0: disabled promiscuous mode
    19/08/13 12:07:56.000 PM kernel[0]: vmnet: bridge-en0: filter detached
    19/08/13 12:07:56.000 PM kernel[0]: vmnet: bridge-en0: down
    19/08/13 12:07:56.000 PM kernel[0]: vmnet: bridge-en0: detached
    19/08/13 12:07:57.085 PM pppd[73135]: l2tp_wait_input: Address deleted. previous interface setting (name: en0, address: 192.168.29.4), deleted interface setting (name: en0, family: Ether, address: 192.168.29.4, subnet: 255.255.255.0, destination: 192.168.29.255).
    19/08/13 12:07:57.134 PM configd[20]: network changed: v4(ppp0:192.168.29.4, en0-:192.168.29.4) DNS- Proxy- SMB-
    19/08/13 12:07:57.135 PM vmnet-bridge[602]: Dynamic store changed
    19/08/13 12:07:57.136 PM vmnet-bridge[602]: Could not retrieve media for interface ppp0: Operation not supported on socket.
    19/08/13 12:07:57.000 PM kernel[0]: vmnet: VMNetDisconnect called for port 0xffffff80361d7400
    19/08/13 12:07:57.000 PM kernel[0]: vmnet: bridge-en0: filter detached
    19/08/13 12:07:57.000 PM kernel[0]: vmnet: bridge-en0: down
    19/08/13 12:07:57.000 PM kernel[0]: vmnet: bridge-en0: detached
    19/08/13 12:07:57.000 PM kernel[0]: vmnet: Freeing hub at 0xffffff8035474000.
    19/08/13 12:07:57.139 PM pppd[73135]: starting wait-interface timer for l2tp: 20 secs
    19/08/13 12:07:57.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:07:57.000 PM kernel[0]: vmnet: VMNetSetopt: Set link state DOWN
    19/08/13 12:07:57.000 PM kernel[0]: vmnet: VMNetSetopt: Set link state UP
    19/08/13 12:07:57.000 PM kernel[0]: vmnet: VMNetSetopt: Set link state DOWN
    19/08/13 12:07:57.000 PM kernel[0]: vmnet: VMNetSetopt: Set link state UP
    19/08/13 12:07:57.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:07:58.000 PM kernel[0]: 22
    19/08/13 12:07:58.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:07:58.085 PM vmnet-bridge[602]: Dynamic store changed
    19/08/13 12:07:58.000 PM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,38ff]
    19/08/13 12:07:58.000 PM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    19/08/13 12:07:58.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:07:58.000 PM kernel[0]: vmnet: VNetUserIf_Create: created userIf at 0xffffff8031dad400.
    19/08/13 12:07:58.000 PM kernel[0]: vmnet: VMNetConnect: returning port 0xffffff8031dad400
    19/08/13 12:07:58.000 PM kernel[0]: vmnet: VMNET_SO_BINDTOHUB: port: paddr 00:50:56:e0:f7:b6
    19/08/13 12:07:58.000 PM kernel[0]: vmnet: Hub 2
    19/08/13 12:07:58.000 PM kernel[0]: vmnet:           Port 0
    19/08/13 12:07:58.085 PM vmnet-bridge[602]: Started bridge for 2, en0
    19/08/13 12:07:58.000 PM kernel[0]: vmnet:           Port 1
    19/08/13 12:07:58.000 PM kernel[0]: vmnet:           Port 2
    19/08/13 12:07:58.000 PM kernel[0]: vmnet:           Port 5
    19/08/13 12:07:58.000 PM kernel[0]: vmnet:           Port 6
    19/08/13 12:07:58.000 PM kernel[0]: vmnet: bridge-en0: media 20 dev 0xffffff8033a41428 family 2
    19/08/13 12:07:58.000 PM kernel[0]: ip_output: can't update route after IPsec processing
    19/08/13 12:07:58.000 PM kernel[0]: vmnet: bridge-en0: up
    19/08/13 12:07:58.000 PM kernel[0]: vmnet: bridge-en0: attached
    19/08/13 12:07:58.000 PM kernel[0]: en0: promiscuous mode enable succeeded
    19/08/13 12:07:58.000 PM kernel[0]: vmnet: bridge-en0: enabled promiscuous mode
    19/08/13 12:07:58.000 PM kernel[0]: vmnet: VNetUserIfFree: freeing userIf at 0xffffff8031dad400.
    19/08/13 12:07:58.395 PM mDNSResponder[100]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000009 vmnet1/4 to 224.0.0.251:5353 skt 8 error -1 errno 55 (No buffer space available) 6348501084 MessageCount is 100
    19/08/13 12:07:58.395 PM mDNSResponder[100]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000009 vmnet1/4 to 224.0.0.251:5353 skt 8 error -1 errno 55 (No buffer space available) 6348501084 MessageCount is 200
    19/08/13 12:07:58.396 PM mDNSResponder[100]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 000000000000000A vmnet8/4 to 224.0.0.251:5353 skt 8 error -1 errno 55 (No buffer space available) 6348501084 MessageCount is 300
    19/08/13 12:07:58.396 PM mDNSResponder[100]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 000000000000000A vmnet8/4 to 224.0.0.251:5353 skt 8 error -1 errno 55 (No buffer space available) 6348501084 MessageCount is 400
    19/08/13 12:07:58.396 PM mDNSResponder[100]: mDNSPlatformSendUDP: sendto(9) failed to send packet on InterfaceID 0000000000000001   lo0/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 9 error -1 errno 55 (No buffer space available) 6348501084 MessageCount is 500
    19/08/13 12:07:58.396 PM mDNSResponder[100]: mDNSPlatformSendUDP: sendto(9) failed to send packet on InterfaceID 0000000000000001   lo0/6 to FF02:0000:0000:0000:0000:0000:0000:00FB:5353 skt 9 error -1 errno 55 (No buffer space available) 6348501084 MessageCount is 600
    19/08/13 12:07:58.000 PM kernel[0]: code 22
    19/08/13 12:07:58.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:07:58.646 PM mDNSResponder[100]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 000000000000000A vmnet8/4 to 224.0.0.251:5353 skt 8 error -1 errno 55 (No buffer space available) 8028798216342761815 MessageCount is 700
    19/08/13 12:07:58.897 PM mDNSResponder[100]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000009 vmnet1/4 to 224.0.0.251:5353 skt 8 error -1 errno 55 (No buffer space available) 10643468882 MessageCount is 800
    19/08/13 12:07:59.000 PM kernel[0]: 22
    19/08/13 12:07:59.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:07:59.142 PM mDNSResponderHelper[76029]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    19/08/13 12:07:59.142 PM mDNSResponderHelper[76029]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    19/08/13 12:07:59.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:07:59.479 PM mDNSResponder[100]: mDNSPlatformSendUDP: sendto(8) failed to send packet on InterfaceID 0000000000000009 vmnet1/4 to 224.0.0.251:5353 skt 8 error -1 errno 55 (No buffer space available) 10643469463 MessageCount is 900
    19/08/13 12:07:59.000 PM kernel[0]: 22
    19/08/13 12:07:59.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:07:59.690 PM pppd[73135]: l2tp_wait_input: Address added. previous interface setting (name: en0, address: 192.168.29.4), current interface setting (name: en0, family: Ether, address: 192.168.29.4, subnet: 255.255.255.0, destination: 192.168.29.255).
    19/08/13 12:07:59.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:07:59.000 PM kernel[0]: ip_output: can't update route after IPsec processing
    19/08/13 12:07:59.705 PM racoon[265]: IKE Packet: transmit success. (Information message).
    19/08/13 12:07:59.705 PM racoon[265]: IKEv1 Information-Notice: transmit success. (Delete IPSEC-SA).
    19/08/13 12:07:59.705 PM racoon[265]: IKE Packet: transmit success. (Information message).
    19/08/13 12:07:59.706 PM racoon[265]: IKEv1 Information-Notice: transmit success. (Delete ISAKMP-SA).
    19/08/13 12:07:59.706 PM racoon[265]: Connecting.
    19/08/13 12:07:59.706 PM racoon[265]: IPSec Phase1 started (Initiated by me).
    19/08/13 12:07:59.706 PM racoon[265]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    19/08/13 12:08:00.000 PM kernel[0]: ip4_output (ipsec): error code 22
    19/08/13 12:08:00.000 PM kernel[0]: vmnet: VMNetSetopt: Set link state DOWN
    19/08/13 12:08:00.000 PM kernel[0]: vmnet: VMNetSetopt: Set link state UP
    19/08/13 12:08:02.114 PM racoon[265]: IKE Packet: transmit success. (Phase1 Retransmit).
    19/08/13 12:08:02.252 PM digest-service[76044]: label: default
    19/08/13 12:08:02.252 PM digest-service[76044]:           dbname: od:/Local/Default

    If you're not current on your VMware software, patch that to current.
    Please then consider asking the VMware folks directly.  They'll be looking for details such as your version and the guest operating system.  Also probably for the network configuration within the virtual machine; the details of the virtual network set-up.
    In general, there's not a whole lot of VMware discussion traffic here in the OS X Server forum.  There's also little or nothing on that stack that looks specific to OS X Server in that log.  That is mostly VMware chatter, with some generic OS X networking for mDNS (Bonjour) traffic. 
    Put another way, this forum probably isn't the best spot to get an answer.  The folks in a VMware forum will likely have a rather better idea of what those log messages really mean, and may well have seen this sequence before.

  • I'd like to debug and iPad problem joining a wireless network. Is there anyway to debug the network / system calls made while access an SSID?

    We have multiple 802.1x networks, where iPads on occasion are unable to connect. There is no apparent contact by the 802.1x supplicant to join the network, and the usually the network settings both on the iPad and in the wireless systems works. So it doesn't appear to be configuration related. I'd like to debug the network protocol stack on the client, or look at iPad system logs to determine what is going on when an iPad refuses to join a network. Thanks

    Yes they are centrally managed via cap/wap using PEAP/WPA1. The problem is that when this problem occurs none of that protocol is executed as far as I can tell. Hence digging into a debug log might provide a clue.

  • Network connection on Z27x

    Hi, I connected my Z27x monitor with a tested network cable through a switch to my network.However it does not get connected. The lights on the switch stay dark.Is there a setting to enable the network port? I have enabled the Remote Management Service. Regards

    1. the network connection on the server itself drops. when launching network pane in system preferences, the IP address is lost, and the server assigns itself a 169 address. rebooting the server is the only thing that gets this resolved.
    The fact that you mention 'a 169 address' tells me that you're setup using DHCP.
    Never run a server on a dynamic IP address, especially one that's an Open Directory Master.
    Allocate this machine a specific IP address in your subnet and set it that way in Network preferences.
    I don't know for sure that's the root of your problem, but it's going to be harder to debug on a dynamic IP.

  • No network connection in Linux 3.0 (P5Q Deluxe)

    After upgrading to Linux 3.0 I can't get any kind of network connection. I am using the on-board network adaptor on Asus P5Q Deluxe motherboard. There are two NICs using the skge and sky2 modules.
    I have gone back to 2.6.39 until I can fix the problem.
    In previous kernel versions these drivers could be a bit unreliable. Sometimes after boot they didn't work, but a reboot usually solved it. I tried rebooting many times but it didn't work on the 3.0 kernel.
    Last edited by shaurz (2011-08-13 08:52:32)

    OK, if I boot up and reconfigure the network adaptor on eth1, it works. When I reboot again configured on eth1 it doesn't work, but if I reconfigure it on eth0 it works again. Very strange.
    The modules seem to always be loaded, that doesn't seem to be the problem.
    Output of lspci -nnv:
    00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM Controller [8086:2e20] (rev 03)
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d3]
    Flags: bus master, fast devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>
    Kernel modules: intel-agp
    00:01.0 PCI bridge [0604]: Intel Corporation 4 Series Chipset PCI Express Root Port [8086:2e21] (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 0000c000-0000cfff
    Memory behind bridge: fe900000-fe9fffff
    Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
    Capabilities: [88] Subsystem: ASUSTeK Computer Inc. Device [1043:82d3]
    Capabilities: [80] Power Management version 3
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [a0] Express Root Port (Slot+), MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [140] Root Complex Link
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 [8086:3a37] (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: bus master, medium devsel, latency 0, IRQ 16
    I/O ports at b800 [size=32]
    Capabilities: [50] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 [8086:3a38] (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: bus master, medium devsel, latency 0, IRQ 21
    I/O ports at b880 [size=32]
    Capabilities: [50] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 [8086:3a39] (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: bus master, medium devsel, latency 0, IRQ 18
    I/O ports at bc00 [size=32]
    Capabilities: [50] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 [8086:3a3c] (prog-if 20 [EHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: bus master, medium devsel, latency 0, IRQ 18
    Memory at fe8ffc00 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller [8086:3a3e]
    Subsystem: ASUSTeK Computer Inc. Device [1043:8311]
    Flags: bus master, fast devsel, latency 0, IRQ 46
    Memory at fe8f8000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [130] Root Complex Link
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1 [8086:3a40] (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: f0600000-f09fffff
    Prefetchable memory behind bridge: 00000000fde00000-00000000fdefffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel
    Capabilities: [180] Root Complex Link
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.2 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 3 [8086:3a44] (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
    I/O behind bridge: 00001000-00001fff
    Memory behind bridge: f0200000-f05fffff
    Prefetchable memory behind bridge: 00000000fdd00000-00000000fddfffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel
    Capabilities: [180] Root Complex Link
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6 [8086:3a4a] (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    I/O behind bridge: 0000d000-0000dfff
    Memory behind bridge: fea00000-feafffff
    Prefetchable memory behind bridge: 00000000f0000000-00000000f01fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Capabilities: [a0] Power Management version 2
    Capabilities: [100] Virtual Channel
    Capabilities: [180] Root Complex Link
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 [8086:3a34] (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: bus master, medium devsel, latency 0, IRQ 23
    I/O ports at b080 [size=32]
    Capabilities: [50] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 [8086:3a35] (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: bus master, medium devsel, latency 0, IRQ 19
    I/O ports at b400 [size=32]
    Capabilities: [50] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 [8086:3a36] (prog-if 00 [UHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: bus master, medium devsel, latency 0, IRQ 18
    I/O ports at b480 [size=32]
    Capabilities: [50] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 [8086:3a3a] (prog-if 20 [EHCI])
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at fe8ff800 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 90) (prog-if 01 [Subtractive decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
    I/O behind bridge: 0000e000-0000efff
    Memory behind bridge: feb00000-febfffff
    Prefetchable memory behind bridge: 00000000fdf00000-00000000fdffffff
    Capabilities: [50] Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller [8086:3a16]
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: bus master, medium devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>
    Kernel modules: iTCO_wdt
    00:1f.2 SATA controller [0106]: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller [8086:3a22] (prog-if 01 [AHCI 1.0])
    Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
    Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 44
    I/O ports at ac00 [size=8]
    I/O ports at a880 [size=4]
    I/O ports at a800 [size=8]
    I/O ports at a480 [size=4]
    I/O ports at a400 [size=32]
    Memory at fe8fe800 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
    Capabilities: [70] Power Management version 3
    Capabilities: [a8] SATA HBA v1.0
    Capabilities: [b0] Vendor Specific Information: Len=06 <?>
    Kernel driver in use: ahci
    Kernel modules: ahci
    00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus Controller [8086:3a30]
    Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
    Flags: medium devsel, IRQ 18
    Memory at fe8ff400 (64-bit, non-prefetchable) [size=256]
    I/O ports at 0400 [size=32]
    Kernel driver in use: i801_smbus
    Kernel modules: i2c-i801
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Cayman PRO [AMD Radeon 6900 Series] [1002:6719] (prog-if 00 [VGA controller])
    Subsystem: XFX Pine Group Inc. Device [1682:3122]
    Flags: bus master, fast devsel, latency 0, IRQ 48
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Memory at fe9c0000 (64-bit, non-prefetchable) [size=128K]
    I/O ports at c000 [size=256]
    Expansion ROM at fe9a0000 [disabled] [size=128K]
    Capabilities: [50] Power Management version 3
    Capabilities: [58] Express Legacy Endpoint, MSI 00
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
    Capabilities: [150] Advanced Error Reporting
    Kernel driver in use: fglrx_pci
    Kernel modules: fglrx, radeon
    01:00.1 Audio device [0403]: ATI Technologies Inc Device [1002:aa80]
    Subsystem: XFX Pine Group Inc. Device [1682:aa80]
    Flags: bus master, fast devsel, latency 0, IRQ 47
    Memory at fe9fc000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 3
    Capabilities: [58] Express Legacy Endpoint, MSI 00
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
    Capabilities: [150] Advanced Error Reporting
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    02:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 12)
    Subsystem: ASUSTeK Computer Inc. Device [1043:81f8]
    Flags: bus master, fast devsel, latency 0, IRQ 45
    Memory at feafc000 (64-bit, non-prefetchable) [size=16K]
    I/O ports at d800 [size=256]
    Expansion ROM at feac0000 [disabled] [size=128K]
    Capabilities: [48] Power Management version 3
    Capabilities: [50] Vital Product Data
    Capabilities: [5c] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [e0] Express Legacy Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Kernel driver in use: sky2
    Kernel modules: sky2
    03:00.0 Multimedia video controller [0400]: Device [1a0a:6200] (rev 01)
    Subsystem: Avermedia Technologies Inc Device [1461:6201]
    Flags: bus master, fast devsel, latency 0, IRQ 11
    Memory at fddf8000 (64-bit, prefetchable) [size=32K]
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Power Management version 3
    Capabilities: [80] Express Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    05:00.0 Multimedia video controller [0400]: Brooktree Corporation Bt878 Video Capture [109e:036e] (rev 11)
    Flags: bus master, medium devsel, latency 64, IRQ 16
    Memory at fdffe000 (32-bit, prefetchable) [size=4K]
    Capabilities: [44] Vital Product Data
    Capabilities: [4c] Power Management version 2
    Kernel driver in use: bttv
    Kernel modules: bttv
    05:00.1 Multimedia controller [0480]: Brooktree Corporation Bt878 Audio Capture [109e:0878] (rev 11)
    Flags: bus master, medium devsel, latency 64, IRQ 10
    Memory at fdfff000 (32-bit, prefetchable) [size=4K]
    Capabilities: [44] Vital Product Data
    Capabilities: [4c] Power Management version 2
    05:02.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller [11ab:4320] (rev 14)
    Subsystem: ASUSTeK Computer Inc. Marvell 88E8001 Gigabit Ethernet Controller (Asus) [1043:811a]
    Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
    Memory at febfc000 (32-bit, non-prefetchable) [size=16K]
    I/O ports at e800 [size=256]
    Expansion ROM at febc0000 [disabled] [size=128K]
    Capabilities: [48] Power Management version 2
    Capabilities: [50] Vital Product Data
    Kernel driver in use: skge
    Kernel modules: skge
    05:03.0 FireWire (IEEE 1394) [0c00]: Agere Systems FW322/323 [11c1:5811] (rev 70) (prog-if 10 [OHCI])
    Subsystem: ASUSTeK Computer Inc. IEEE 1394a Firewire Controller [1043:8294]
    Flags: bus master, medium devsel, latency 64, IRQ 19
    Memory at febfb000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: [44] Power Management version 2
    Kernel driver in use: firewire_ohci
    Kernel modules: firewire-ohci
    Last edited by shaurz (2011-08-18 00:19:31)

  • Tcpip.sys related BSOD in Vista at either wifi/ ethernet network connection with my university

    Dear all,
    laptop:: Lenovo X61s 3G L7700
    OS version: windows Vista business Sp1
    tcpip.sys version: 6.0.6001.22167
    wifi: Intel 4965AGN. Standard Gigabyte intel ethernet 82566MM
    system drivers and BIOS are the most updated driver.
    At my 2 homes using ADSL routers, there are absolutely no problems with network connection by wifi or ethernet. However, blue screen occurs when I bring this laptop to university and connect to the network via either ethernet or wifi. This happened to me a few months back. It crashed EVERY TIME when a network connection was attempted. It did not matter whether I updated my drivers on both wifi or ethernet cards. Whenever I bring it to either of my2 homes, no blue screen ever occurs.
    It also happens when I attempt to connect to free wifi network in the airport. It crashes again with EXACTLY the same problem. I have to admit that I do not even where to start looking for the problems. System restore did not solve this either. I ran the WinBug analysis. It pointed towards tcpip.sys. My sys ver is at the top of this message.
    Would appreciate if someone can point this to the right direction. I am seriously thinking of downgrading this to XP, since it had NEVER happened to XP.
    thanks,
    VIncent
    WinBug analysis:
    Microsoft (R) Windows Debugger Version 6.9.0003.113 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Users\vincentyip\Desktop\Mini011709-09.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows Server 2008 Kernel Version 6001 (Service Pack 1) MP (2 procs) Free x86 compatible
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 6001.18145.x86fre.vistasp1_gdr.080917-1612
    Kernel base = 0x8200b000 PsLoadedModuleList = 0x82122c70
    Debug session time: Sat Jan 17 21:04:50.693 2009 (GMT+0)
    System Uptime: 0 days 0:08:18.357
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    *                        Bugcheck Analysis                                    *
    Use !analyze -v to get detailed debugging information.
    BugCheck 1000007F, {8, 803d3130, 0, 0}
    Unable to load image dne2000.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for dne2000.sys
    *** ERROR: Module load completed but symbols could not be loaded for dne2000.sys
    Unable to load image Epfwndis.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for Epfwndis.sys
    *** ERROR: Module load completed but symbols could not be loaded for Epfwndis.sys
    *** WARNING: Unable to verify timestamp for epfw.sys
    *** ERROR: Module load completed but symbols could not be loaded for epfw.sys
    Probably caused by : tcpip.sys ( tcpip!WfpAuditEventGeneral+1cb )
    Followup: MachineOwner
    1: kd> !analyze -v
    *                        Bugcheck Analysis                                    *
    UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
    This means a trap occurred in kernel mode, and it's a trap of a kind
    that the kernel isn't allowed to have/catch (bound trap) or that
    is always instant death (double fault).  The first number in the
    bugcheck params is the number of the trap (8 = double fault, etc)
    Consult an Intel x86 family manual to learn more about what these
    traps are. Here is a *portion* of those codes:
    If kv shows a taskGate
            use .tss on the part before the colon, then kv.
    Else if kv shows a trapframe
            use .trap on that value
    Else
            .trap on the appropriate frame will show where the trap was taken
            (on x86, this will be the ebp that goes with the procedure KiTrap)
    Endif
    kb will then show the corrected stack.
    Arguments:
    Arg1: 00000008, EXCEPTION_DOUBLE_FAULT
    Arg2: 803d3130
    Arg3: 00000000
    Arg4: 00000000
    Debugging Details:
    BUGCHECK_STR:  0x7f_8
    CUSTOMER_CRASH_COUNT:  9
    DEFAULT_BUCKET_ID:  COMMON_SYSTEM_FAULT
    PROCESS_NAME:  System
    CURRENT_IRQL:  2
    LAST_CONTROL_TRANSFER:  from 8a67c8da to 8203f6c0
    STACK_TEXT: 
    8cf21274 8a67c8da 00000000 8cf21534 00000000 nt!SeReportSecurityEventWithSubCategory+0xe
    8cf2154c 8a67cb3f 00003900 8cf216dc 8a67696d tcpip!WfpAuditEventGeneral+0x1cb
    8cf21558 8a67696d 8cf21588 00000000 8cf21848 tcpip!KfdAuditEvent+0x38
    8cf216dc 8a676709 0000001c 8cf219e0 8cf21848 tcpip!IndicateDropAudit+0x1ac
    8cf217e0 8a67cddb 0000001c 0000001d 8cf219e0 tcpip!ShimIndicateDiscard+0x3e
    8cf2181c 8a63025b 0000001c 8cf219e0 8cf21848 tcpip!ShimIndicateDiscardGeneral+0x50
    8cf219f0 8a696833 00000011 00008900 00008900 tcpip!WfpInspectReceiveControlShimV4+0x2fb
    8cf21a80 8a679a9f 00000002 86a52dc0 869ca000 tcpip!ProcessIcmpErrorClassify+0x1cf
    8cf21d0c 8a67cf6f 00000001 00000002 00000000 tcpip!WfpProcessInTransportStackIndication+0xe1
    8cf21d60 8a618e27 86a52dc0 00000002 00000001 tcpip!InetInspectReceiveDatagram+0xce
    8cf21d94 8a618c2e 869d2668 b6aad4c8 a8396220 tcpip!RawBeginMessageIndication+0x35
    8cf21de8 8a67657e 869d2668 00000002 00000000 tcpip!RawDeliverDatagrams+0xf9
    8cf21e28 8a676105 869d2668 00000000 8cf21e64 tcpip!RawReceiveDatagrams+0x10d
    8cf21e38 8a67402b 8cf21e4c c000023e 00000000 tcpip!RawNlClientReceiveDatagrams+0x12
    8cf21e64 8a673dee 8a6cd19c 8cf21ec0 c000023e tcpip!IppDeliverListToProtocol+0x49
    8cf21e84 8a673d34 8a6cac68 00000101 8cf21ec0 tcpip!IppProcessDeliverList+0x2a
    8cf21edc 8a6734ec 8a6cac68 00000001 00000000 tcpip!IppReceiveHeaderBatch+0x20a
    8cf21f6c 8a671fe6 879b6c90 00000000 820ee401 tcpip!IpFlcReceivePackets+0xbe1
    8cf21fe8 8a67252e 89dfbbe8 89d16bf0 00000000 tcpip!FlpReceiveNonPreValidatedNetBufferListChain+0x6e3
    8cf22010 8a5400b0 89dfbbe8 89d16bf0 00000000 tcpip!FlReceiveNetBufferListChain+0x104
    8cf22044 8a532919 00dfb830 89d16bf0 00000000 ndis!ndisMIndicateNetBufferListsToOpen+0xab
    8cf2206c 8a532890 00000000 00000001 87c840e8 ndis!ndisIndicateSortedNetBufferLists+0x4a
    8cf221e8 8a47357f 87c840e8 00000000 00000000 ndis!ndisMDispatchReceiveNetBufferLists+0x129
    8cf22204 8a5452ba 87c840e8 89d16bf0 00000000 ndis!ndisMTopReceiveNetBufferLists+0x2c
    8cf22250 8a53fba0 02c840e8 8cf22294 00000001 ndis!ndisMIndicatePacketsToNetBufferLists+0xe9
    8cf2228c 8a565bfc 85756ef8 8796aa54 89dd87c4 ndis!ndisLWM5IndicateReceive+0x31d
    8cf222b0 8df0e67a 879b6d10 8796aa54 89dd87c4 ndis!EthIndicateReceive+0x1f
    WARNING: Stack unwind information not available. Following frames may be wrong.
    8cf22334 8deffa73 89df7020 89dd8778 89dd87c4 dne2000+0x1767a
    8cf22360 8a565570 89df7020 89dd8778 89dd87c4 dne2000+0x8a73
    8cf223d0 8ebe5f49 c000009a 8cf22400 00000001 ndis!ethFilterDprIndicateReceivePacket+0x2fc
    8cf223f8 8ebe6f3b 89dd8778 00000000 87c99008 Epfwndis+0x2f49
    8cf2243c 8ebe49cb 830020cc 89b582d8 00000008 Epfwndis+0x3f3b
    8cf22488 8a5487fe 87bc3b80 87434d60 87bc3c38 Epfwndis+0x19cb
    8cf224a4 8a548938 87bc3b80 87434d60 00000000 ndis!ndisDummyIrpHandler+0x72
    8cf22594 820c6fd3 87bc3b80 87434d60 875ac9a8 ndis!ndisDeviceControlIrpHandler+0xe4
    8cf225ac 8fd91011 89b0cbdc 875ac9a8 00000000 nt!IofCallDriver+0x63
    8cf225d4 8fd91148 875ac9a8 875acffe 89b582d8 epfw+0x7011
    8cf225ec 8fd8b1cb 89b0cbdc 8fd99924 830020cc epfw+0x7148
    8cf2262c 8fd91bf3 89b0cb18 89b582d8 84e99264 epfw+0x11cb
    8cf22640 8fd946a7 89b0cb18 89b582d8 84e99264 epfw+0x7bf3
    8cf2268c 8a5a980a 86992548 00000089 876cf3d8 epfw+0xa6a7
    8cf227f8 89b9af4e 0000044c 89b0cb18 89b582d8 NETIO!PopulateContext+0x2f
    8cf228d0 8a5aa7a4 00000000 89b1bb6d 00002711 0x89b9af4e
    8cf22964 8a5ae5ed 8a5d3324 8cf229e4 00000000 NETIO!MatchCondition+0x4b
    8cf229ac 823cb5b0 876cf3b8 84916500 00000000 NETIO!KfdAleAcquireEndpointContextFromFlow+0x82
    8cf229bc 8cf22a18 876cf3f8 8cf229e8 8a5ae3f7 hal!KfLowerIrql+0x64
    00000000 00000000 00000000 00000000 00000000 0x8cf22a18
    STACK_COMMAND:  kb
    FOLLOWUP_IP:
    tcpip!WfpAuditEventGeneral+1cb
    8a67c8da 5b              pop     ebx
    SYMBOL_STACK_INDEX:  1
    SYMBOL_NAME:  tcpip!WfpAuditEventGeneral+1cb
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: tcpip
    IMAGE_NAME:  tcpip.sys
    DEBUG_FLR_IMAGE_TIMESTAMP:  4812c4ce
    FAILURE_BUCKET_ID:  0x7f_8_tcpip!WfpAuditEventGeneral+1cb
    BUCKET_ID:  0x7f_8_tcpip!WfpAuditEventGeneral+1cb
    Followup: MachineOwner

    Per my original post: 
    "When my ATV is connected via ethernet, and I attempt to play some internet radio stations, some will work just fine while others won't.  For example, when connected to my home network via ethernet, some internet radio channels (I can't give a percentage because I haven't tested all of them) will play just fine, however, others won't.  The ATV will attempt to connect, but the spinning progress bar just goes and goes and goes until it eventually errors out (no error number is provided, it just says that there was trouble loading the content).  The funny thing (or not so funny thing actually) is that if I unplug the ethernet cable, and connect my ATV to the network via wifi, those same stations that didn't play when ATV was connected via ethernet, WILL play when ATV is connected via wifi.  So, in short, some stations play just fine when ATV is connected to home network, through wireless router, via either wifi OR ethernet, yet some will only play when ATV is connected to home network via wifi.  I have found this to be the same when it comes to downloading or refreshing the photos in my photo stream.  If I throw new photos in my photo stream on iCloud, and the ATV is connected via ethernet, they won't refresh to the ATV, however, if I unplug the ATV and connect via wifi they begin to refresh."
    There are dozens of original threads out there that report of similar - if not exact, issues.  I have contacted "Roy" per his request and not heard back from him (if such a person exists).  I have "restored" my ATV and rebooted all equipment to no avail.  Until Apple gets with it, acknowledges their problem, and fixes it, I am resigned to just having to deal with switching back and forth from wifi to ethernet, and so on.   

  • [Solved] No network connection on cloud host

    Where can I get started on trying to debug my issue of having no network connection on my server? It was working a few days ago.
    Ping results in unknown host errors, and I my ethernet module, virtio_pci, is loaded when I run
    lsmod
    I can't ssh into my server, but I have "console" access through digitalocean's console service.
    Thank you.
    Last edited by lexan (2014-03-10 00:06:03)

    Centzilius wrote:Oh okay... it was then propably initialized by netcfg (or something like that, outdated). Try this guide.
    To get your network up and running for this, do the steps from recovering first.
    That worked great! I didn't see their post.
    Thanks a lot! :-)

  • Network connection stops working after 3 days

    My Mini is never switched off, but is often put to sleep. After near-faultless operation since new, it has recently (possibly coinciding with the upgrade to 10.4.10) started having a recurring networking issue.
    After a small number of days, the network connection becomes unusable - neither Safari or Mail will work. Strangely other tools appear OK (e.g. traceroute www.whereiwork.com worked fine). Rebooting always temporarily fixes the issue.
    The time interval may vary, but on this most recent occassion I checked the uptime before rebooting, and it was just 3 days.
    Next time it occurs, what can I do to identify the cause of the problem?

    Well, just under 4 days since the last reboot and it's done the same again...
    It seems it's not entirely failed, but certainly doesn't work well enough to be useful.
    e.g. if I start a ChickenOfTheVNC session to another machine on the LAN it appears to make a successful connection and creates a window of the right size but never fills it in. The server machine agrees that a connection has been made, but disconnects the client after a long-ish timeout.
    Some other semi-random things I've tried:
    /etc/resolv.conf has an entry in it referring to my router.
    ifconfig en0 down
    ifconfig en0 up
    ...makes no difference
    Unplugging, then replugging the Cat5 makes no difference.
    Rebooting the router makes no difference.
    Not knowing enough about the inner workings of OS X, I'm going to have to resort to a machine reboot again. If anybody has any bright ideas for debugging this, it's due to go again sometime on Saturday afternoon.
    (The procedure for "rolling back to .9" seems more disruptive than the problem itself, for now at least...)

  • Slow network connection possibly causing a slave to crash.

    We are using Berkeley DB XML 2.4.16 (Patch level 1) in combination with Berkeley DB 4.7.25 (Patch level 3). These are Java processes.
    We have a 4 node replication group with a master and a slave in the US, a slave in the UK and a slave in HK. We are using the built in replication manager. The acknowledgement policy is set to none. The HK slave OS is Red Hat Enterprise Linux ES release 3 (Taroon Update 8).
    The slave in HK is on a fairly slow network connection to the master in the US.
    The amount of traffic generated by the master can become fairly busy at times and this seemingly causes the HK slave to become fairly unstable. It would routinely crash (SIGSEGV) with the following back trace caught with gdb and a debug build of Berkeley DB XML/Berkeley DB. The location of the crash is very consistent. The UK slave also suffers this problem, but to a lesser degree (I suspect the faster network link to the UK to be a factor here).
    #5 <signal handler called>
    #6 0xb74fb2f8 in intfree () from /lib/tls/libc.so.6
    #7 0xb74fa278 in free () from /lib/tls/libc.so.6
    #8 0x6b7eee53 in __os_free (env=0x0, ptr=0x6ba335c0) at ../os/os_alloc.c:405
    #9 0x6b751375 in message_loop (env=0x6ba1acc0) at ../repmgr/repmgr_msg.c:49
    #10 0x6b7512a4 in __repmgr_msg_thread (args=0x6ba1acc0) at ../repmgr/repmgr_msg.c:29
    #11 0xb75c9dd8 in start_thread () from /lib/tls/libpthread.so.0
    #12 0xb7565d1a in clone () from /lib/tls/libc.so.6
    We had been adjusting the rep_set_limit environment parameter to see if it would help. First to 5MB, then to 1MB with little or no improvement.
    In an attempt to gather more information I had activated verbose replication logging on the HK slave which has had the side effect of fixing the problem.
    Does this sound like something that could be addressed with the rep_set_request parameter?
    I am no master on tuning these replication settings so some guidance would be appreciated.
    Thanks,
    Neil

    OK,
    I was able to reproduce the crash once again with verbose replication logging at the master, I know the verbose logging at the slave would be better but as we discussed that in fact fixes the problem, probably due the additional logging is throttling the replication mechanics a little.
    Here is the back-trace…
    #5 <signal handler called>
    #6 0xb74fb2f8 in intfree () from /lib/tls/libc.so.6
    #7 0xb74fa278 in free () from /lib/tls/libc.so.6
    #8 0x6b7d3e53 in __os_free (env=0x0, ptr=0x6b9de2b0) at ../os/os_alloc.c:405
    #9 0x6b736375 in message_loop (env=0x6b941da0) at ../repmgr/repmgr_msg.c:49
    #10 0x6b7362a4 in __repmgr_msg_thread (args=0x6b941da0) at ../repmgr/repmgr_msg.c:29
    #11 0xb75c9dd8 in start_thread () from /lib/tls/libpthread.so.0
    #12 0xb7565d1a in clone () from /lib/tls/libc.so.6
    Here is control info…
    print msg->control
    $1 = {data = 0x6b9de2f0, size = 36, ulen = 0, dlen = 0, doff = 0, app_data = 0x0, flags = 0}
    x/36xb msg->control.data
    0x6b9de2f0: 0x00 0x00 0x00 0x05 0x00 0x00 0x00 0x0e
    0x6b9de2f8: 0x00 0x00 0x00 0xf6 0x00 0x37 0x1a 0xd7
    0x6b9de300: 0x00 0x00 0x00 0x0b 0x00 0x00 0x00 0x01
    0x6b9de308: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
    0x6b9de310: 0x00 0x00 0x00 0x64
    The HK site was a bit behind when I started the tests, I didn't have the slave instance up over the weekend, I don't now if this really effects the results as I believe the HK has a hard time keeping up when there is a large volume of replication traffic in the normal case, hence the resulting crash is the same…
    Before the crash, the slave was synchronizing with the master and it was sending out what I would guess normal "nobuf" messages. This is quickly followed by a large amount of "nobuf resend" messages. This continues for a bit intermixed with " MASTER: wrote only 53 bytes to site XXX.XX.XX.XX:58010" (The number of bytes are random). In the end it starts logging the following several times along with the "nobuf resend" messages..
    MASTER: msg to site XXX.XX.XX.XX:58010 to be queued
    MASTER: block msg thread, await queue space
    MASTER: will await drain
    MASTER: drain returned 0 (0,0)
    If you would like to take a look at the actual log, I will need a way to filter any sensitive information (which could prove to be difficult) or attempt to reproduce it with another pair rigged to be something generic and hope it exhibits the same behavior.

  • Hi, I am trying to update an iPhone 4 from iOS 4.3.3 to iOS 7.0.4, and every time I try to update it comes up with an error message saying that there was a problem because the network connection was reset. Is there any way I can get past this and update?

    The full message said:
    There was a problem downloading the software for the iPhone "Judy's iPhone 4". The network connection was reset.
    Make sure your network settings are correct and your network connection is active, or try again later.
    I am trying to update the iPhone for my grandmother, Judy, as I am leaving for Paris on Wednesday night and we want to have Facetime installed on her iPhone before then, so we can stay in contact with each other. It is the simplest way for this to happen but the program simply will not allow me to update her iPhone.
    Is there any way to get past this error and update her iPhone? Any help will be greatly appreciated.

    Dear Jody..jone5
    Good for you that can't update your iphone because I did it and my iphone dosen't work for example I can't download any app like Wecaht or Twitter..
    Goodluck
    Atousa

  • ITunes 10.0.1 "the network connection could not be made"

    This was not a problem for me on 10.0. I can no longer update my podcasts because I get this error message
    "There was a problem downloading (podcast name) the network connection could not be made"
    so first I ran diagnostics for the network connection and it said that it could not make a secure connection to the itunes store. I clicked help and it said to add a rule to the windows firewall (even though one already existed), I did that and now its green but I still get the same error message. Here is the information from the diagnostics.
    Microsoft Windows 7 x64 Ultimate Edition (Build 7600)
    iTunes 10.0.1.22
    QuickTime 7.6.8
    FairPlay 1.9.16
    Apple Application Support 1.3.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.2.0.47
    Apple Mobile Device Driver 1.49.0.0
    Bonjour 2.0.3.0 (214.3)
    Gracenote SDK 1.7.1.420
    Gracenote MusicID 1.7.1.78
    Gracenote Submit 1.7.1.106
    iTunes Serial Number 0637C6B672852BC1
    Current user is not an administrator.
    The current local date and time is 2010-09-28 09:37:04.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Video Display Information
    NVIDIA, NVIDIA GeForce GTX 260M
    ** External Plug-ins Information **
    No external plug-ins installed.
    iPodService 10.0.1.22 is currently running.
    iTunesHelper is currently not running.
    Apple Mobile Device service 3.2.0.0 is currently running.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {A05144D0-DC62-4367-9AEA-8537EF0D39C9}
    Description: Intel(R) 82577LC Gigabit Network Connection
    IP Address: none of your business
    Subnet Mask: 255.255.255.0
    Default Gateway: none of your business
    DHCP Enabled: Yes
    DHCP Server: none of your business
    Lease Obtained: Tue Sep 28 09:02:30 2010
    Lease Expires: Thu Sep 30 09:02:30 2010
    DNS Servers: none of your business
    Adapter Name: {E8E377A7-4E43-4F3C-9BE3-9218319096C5}
    Description: VirtualBox Host-Only Ethernet Adapter
    IP Address: none of your business
    Subnet Mask: 255.255.255.0
    Default Gateway: 0.0.0.0
    DHCP Enabled: No
    DHCP Server:
    Lease Obtained: Thu Jan 01 09:00:00 1970
    Lease Expires: Thu Jan 01 09:00:00 1970
    DNS Servers:
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Last successful store access was 2010-09-28 09:34:16.
    I modified it slightly because my IP address is not necessary for troubleshooting this issue. is anyone else having the same problem? how can i fix this

    Did you get anywhere with this? I'm getting the same error when I try to use Home Sharing. It worked through all the 9.x versions, but with 10.0.1, I can't even home share between two identical MacBooks. I get the above error when I try to copy a song / video / etc. from one library to another.

Maybe you are looking for

  • My iPad is freezing and having kernel panics sometimes won't turn on. Help please? (iPad 3rd generation)

    Well, my iPad has kernel panics about everyday, when I get on facebook mostly. Basically, any app I get on it will either: freeze and flicker into a black home screen, or it will have a kernel panic and turn off. I am also having problems with it cha

  • REG : How to read the value of Head of own org unit

    Hi SRM gurus, I have a requirement where I am populating the default purchaser, for that I am defaulting the purchaser as the head of Organizational unit. Now my issue is I need to read this detail and populate in a custom field. Do we have any BADI

  • Do I need to have a mobile contract in the USA to access iMessage ?

    My son is the USA and his UK Pa you go contract has now ceased so he he has mobile number. He seems to be able to iMessage my phone via his normal "text" route but when friends try to iMessage him they are only able to contact by email/imessage.  Thi

  • HT3399 volume button doesn't work

    I don't know how but it looks like my funcion keys are disabled.  How do i turn them back on?  This is for a mac computer i have at work, i don't know if it's tiger, leopard or snow leapard.  pls advise.

  • Accessibility in Adobe muse.

    I recently built my clients website in Adobe Muse and they have requested me to install a font sizer button and a background color changer for accessibility. Does anyone know how I can do this? Website: www.elderhomes.co.uk