Webservice error messages

Hi All
I am using a web service to feed my flex application with
data. When exceptions occur in the web service, I only get some
generic error message in my fault handler. I would like to be able
to get information such as error messages from the web service
exceptions propagated to my web service fault handlers in my Flex
Application.
My web service is .Net based/C# and it is used in my Flex app
by importing the WSDL file of the service.
Here is an example with some code snippets:
The web service has a HelloWorld webmethod which throws an
exception. This webservice is imported into my flex app using the
Data->Import Webservice feature, which autogenerates the
webserivce class I am using. When I call the webservice from Flex,
the fault handler is called but it only contains some generic error
message.
Code snippets: The C# webservice method which throws an
exception:
[WebMethod]
public string HelloWorld()
throw new Exception("Hello World Exception.");
return "Hello World";
And here is how I call the webservice in my FIex App:
private function btnTestWebserviceClicked(event:Event):void
var service:WebService = new WebService();
service.addWebServiceFaultEventListener(faultHandler);
service.addhelloWorldEventListener(webMethodDone);
service.helloWorld();
function webMethodDone(event:HelloWorldResultEvent):void
Alert.show("Done", "Done");
function faultHandler(event:FaultEvent):void
Alert.show(event.fault.faultString, "Error");
The information I can get from the faultEvent passed to the
fault handler does not contain the error string but only the
generic "HTTP request error" error message, and not the
“Hello World Error String” which was passed to the
exception thrown in the webservice.
So my question is: How can I get information from web service
exceptions propagated to my fault handlers in Flex?
Any help, advice or pointers to articles will be much
appreciated.
Best regards Stig Nielsson

Hi Stig,
The root cause of the problem is that the body of the 500
status code isn't returned to the flash player from the browsers.
This prevents the Flash Player from passing it along to you. Keep
in mind that the FlashPlayer is just a control that runs within the
browser; as a result it's restricted by what the browser provides
to it. The body of a 500 error message isn't one of the things
provided to it.
The Flash Player needs to play to the least common
denominator and while some browsers do provide the web service's
500 error body the Flash Player requires ubiquity. This is why the
feature isn't implemented within the Flash Player... when all
browsers provide this data then Adobe needs to add the feature.
Adobe has logged a bug on these issues with the browser companies.
To workaround the issue use LCDS or BlazeDS as proxies. They
have been coded to return a 200 status response instead of the 500
error allowing you to access the error message. Adobe has been
aware of this issue and this is the suggested resolution to the
problem. It's not ideal but it's the best we currently have
available.
Here's a great article that talks about this:
http://blog.flexmonkeypatches.com/2008/05/16/soap-fault-messages-in-flexflash-player-error -2032-stream-error/
-Kurt.

Similar Messages

  • Error messages while creating a webservice within soamanager

    dear forum,
    i created a webservice and now i want to test in the transaction soamanager. i make my way through the transaction till i am on the screen webservice administration. i select the webservice and the state of the object is:
    Services: 0/ Endpoint 0.
    I learned, that i have to create a webservice within the soamanager in another thread. when i follow the instructiions of the blog
    /people/mohan.kumark/blog/2008/10/14/soamanager-how-to-test-service-definition-using-soamanager-transaction and when i want to save my changes i get 2 different error-messages for my two different webservices:
    i recieve an error-message like:
    SRT Framework Ausnahme. Die Konfiguration ist ungültig. Ungültige Kardinalität "AuthenticationMethod".
    which means
    that the configuration is not valid, because of an illegal cadinality.
    Waht does this mean?
    Another Error-Message i don't understand:
    DT Objekt 'ZMI_MM_WS_BAPI_GOODSMVT_CREATE': Operation 'PoChange' nicht gefunden NS: 'urn:sap-com:document:sap:soap:functions:mc-style'
    which means that the system coudn't find operation "PoChange". But as we know, the BAPI_GOODSMVT_CREATE for which i created the webservice has this method?
    any guesses?
    With kind regards,
    Robert Rein

    Hi Robert,
    Could you please check if the services which you created  are active state in the Tcode SICF .Enter the service name in the search  filter.
    There are few service which needs to be activated for soamanager to work ,pls check if you have done that part.
    *SRT Framework* Ausnahme. Die Konfiguration ist ungültig. Ungültige Kardinalität "*AuthenticationMethod*".
    I could get only the words mentioned in bold above .SRT is a node in under default in SICF ,try activating and check authentication also
    , refer Trevor's reply if it helps
    Regards,
    Srinivas

  • Error message after executing webservice

    Hi all!
    After giving up using the "adaptive webservice model", I am trying to use the "old" deprecated webservice model.
    The model is embedded without any problems right now.
    Now I am trying to call the webservice in my webdynpro application.
    Unfortunately, the following error message appears:
    Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.XmlUnmarshalException: XML Deserialization Error. Can not create instance of class [NULL] when deserializing XML type [Rentenkonto][Kunde].
    Does anybody have an idea, how to fix the problem?
    Thank you for your help in advance!
    Kind regards, Patrick.

    Hi Patrick,
    unfortunately I cannot provide an ad-hoc solution for your nested exception without further investigations.
    Nevertheless I'm very interested to know, why you "gave up" using the Adaptive WS Model in Web Dynpro. What's the problem?
    Perhaps the coding which now requires to create a model instance:
    /** Hook method called to initialize controller. */
    //@@end
    public void wdDoInit() {
      //@@begin wdDoInit()
      // create a new model instance (1)
      EmailAdWSModel model = new EmailAdWSModel();
      // create model objects (2, 3)
      Request_SendEmail requestMO = new Request_SendEmail(model);
      SendEmail emailMO = new SendEmail(model);
      // associate model objects (4)
      requestMO.setSendEmail(emailMO);
      // bind executable model object to context node (5)
      wdContext.nodeRequest_SendEmail().bind(requestMO);
      //@@end
    Regards, Bertram

  • Activation of Webservices with error message

    Hello Experts,
    when I try to activate a web service in tr. SE80 I get the error message "No vendor specified". There is no further information to this message and I don't have any idea because in my webservice is no vendor field available. I created the webservice for a remote function module. This function module has only one tables parameter with structure of table MARA and no further coding.
    We have SAP ECC 6.0 with SAP_BASIS 700 and patch level 15. I also implemented OSS hints 1166013, 1319014 and 1139107.
    Has anybody an idea regarding this error message?
    Best regards
    Christian

    Problem solved... the service must be created via tr. SICF than the activation will be successful without error message.

  • WebService Consuming Message Error: ConnectException: Connection timed out:

    Hi experts,
    I'm using NWDS to consume an external WebSevice and after create an iView on EP6.
    First I created a Deployable WebService and deployed it on the server, so I created a Java Application to call this WS using the following code:
    <i>public class JQSRedirect extends HttpServlet {
         protected void doGet(
              HttpServletRequest request,
              HttpServletResponse response)
              throws ServletException, IOException {
              PrintWriter pw = response.getWriter();
              try{
                   String applicationID = "XXXX";
                   String passwordID = "XXXXX";
                   String userID = "XXXXXX";
                   String redirectURL = "http://XXXXXXX/preportal.aspx?token={";
                   String token = "";
                   InitialContext in = new InitialContext();
                   NJQSService nJQSService = (NJQSService)in.lookup("wsclients/proxies/sap.com/jqsWebService/ng.com.xxxx.jqsWebServiceProxy");
              NJQSServiceSoap njqsPort = nJQSService.getLogicalPort();
                   GetTokenN getTokenN = new GetTokenN();
    +token = njqsPort.getTokenN(userID, applicationID, passwordID);
                   pw.write("token: " + token);
              catch(Exception e) {
                   pw.write(e.toString());
                   e.printStackTrace();
         protected void doPost(
              HttpServletRequest request,
              HttpServletResponse response)
              throws ServletException, IOException {
              //TODO : Implement
    }</i>
    When I'm testing , the system display the follow message: <b>java.rmi.RemoteException: Service call exception; nested exception is: java.net.ConnectException: Connection timed out: connect</b>
    How to correct this error?
    Regards,
    Armando

    Hi,
    I found a reason for the previous error, I setted up the firewall rules and it works, but now we have another error message:
    java.rmi.RemoteException: Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (405) Method Not Allowed. The requested URL was:"http://193.122.30.8/XXXXXXXX/NJQS/njqsservice.wsdl"
    I made some researchs on the SDN and another sites of Internet that suggests a proxy configuration, but I don't have proxy on my server.
    Any Idea that can help me?
    Regards,
    Armando

  • Webservice call access denied error message

    I am trying to call EWS service using jquery to send mail. I am getting access denied message. Please let me know if there are any suggestions.
       var soapMessage = '<?xml version="1.0" encoding="utf-8"?>'
       + '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"'
       + 'xmlns:xsd="http://www.w3.org/2001/XMLSchema"'
       + 'xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"'
       + 'xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"'
       + 'xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages">'
       + '<soap:Header>'
        + '<RequestServerVersion Version="Exchange2010_SP2" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" />'
       + '</soap:Header>'
       + '<soap:Body>'
        + '<m:CreateItem MessageDisposition="SendOnly">'
          + '<m:Items>'
           + ' <t:Message>'
           + '   <t:Subject>test</t:Subject>'
            + '  <t:Body BodyType="Text">test</t:Body>'
            + '  <t:ToRecipients>'
            + '    <t:Mailbox>'
            + '      <t:EmailAddress>[email protected]</t:EmailAddress>'
            + '    </t:Mailbox>'
            + '  </t:ToRecipients>'
            + '</t:Message>'
          + '</m:Items>'
         + '</m:CreateItem>'
         + '</soap:Body>'
       + '</soap:Envelope>';
            var ServiceUrl = 'https://serverName/EWS/Exchange.asmx';
            debugger;
    jQuery.support.cors = true;
    $.ajax({
    url: ServiceUrl,
    type: "POST",
    dataType: "xml",
    data: soapMessage,
    contentType:"text/xml; charset=\"utf-8\"",
                                        success: processSuccess,
                error:processError
            function processSuccess(data, status, req) {
                if (status == "success")
                    alert("sucess");
            function processError(data, status, req) {
                alert(data + " " + status);

    Thanks for the message. I tried with credentials but still getting the same error message.
    jQuery.support.cors = true;
    $.ajax({
    url: ServiceUrl,
    type: "POST",
    username:test,
                                                     password:test, 
                                                     dataType:
    "xml",
    data: soapMessage,
    contentType:"text/xml; charset=\"utf-8\"",
                                        success: processSuccess,
                error:processError
    Also I tried passing the username and password in the SOAP header.
      + '<soap:Header>'
        + '<RequestServerVersion Version="Exchange2010_SP2" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" />'
        +  '<wsse:Security>'
       + '<wsse:UsernameToken>'
       +   '<wsse:Username>test</wsse:Username>'
       +   '<wsse:Password>test</wsse:Password>'
       + '</wsse:UsernameToken>'
      + '</wsse:Security>'
       + '</soap:Header>'

  • Error messages when installing/starting oc4j (11.1.1.0.0) Technical Preview

    Hello,
    Could someone please assist me with the following error messages?
    08/08/12 10:25:30 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotations.async.AsyncWebService cannot be found in the given classpath.
    08/08/12 10:25:30 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotations.async.AsyncWebService cannot be found in the given classpath.
    08/08/12 10:25:32 Don't know how to map non-serializable type: interface javax.management.j2ee.statistics.Stats to Open MBean Type.
    08/08/12 10:25:34 WARNING: J2EE JNDI-00002
    08/08/12 10:25:34 WARNING: No javax.jms.ConnectionFactory found at null
    08/08/12 10:25:38 Oracle Containers for J2EE 11g (11.1.1.0.0) initialized.
    Obviously oc4j is installing, but these error messages are certainly a problem (for example, I can't successfully deploy applications).
    When I used the previous version of oc4j none of these errors surfaced. I also have tried installing this new version in a new, clean directory, and still get the same error messages.
    Please help,
    John

    Thank you for your quick response.
    I hope that you are right, that these errors don't cause any other problems down the line, but I still have a problem trying to deploy applications.
    For example, I tried to deploy mapviewer, using the following syntax --
    java -jar admin_client.jar deployer:oc4j:localhost fmwadmin <admin_pwd>
    -deploy
    -file <path-to-ear-file>
    -deploymentName <name>
    -bindAllWebApps
    -- and recieved the following errors, which I didn't get before when I was using the previous version of oc4j (Oracle Containers for J2EE 10g [10.1.3.1]):
    08/08/13 08:49:30 WARNING: web: Servlet error
    java.lang.ClassCastException: com.sun.faces.application.ApplicationAssociate
    at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:180)
    at com.sun.faces.application.WebappLifecycleListener.getAssociate(WebappLifecycleListener.java:289)
    at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:225)
    at com.sun.faces.application.WebappLifecycleListener.requestDestroyed(WebappLifecycleListener.java:78)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:743)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)
    at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:163)
    at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    at java.lang.Thread.run(Thread.java:595)
    Do you have any idea why I may be getting these error messages?
    Thank you for your time and assistance!
    John

  • Error message when I try to publish aa application with  BI Mobile App Designer

    Hello,
    We had last month a product demonstration of BI Mobile App Designer by Oracle's commercial.
    Following this demonstration, I installed and deployed this module on one of our OBIEE server 11.1.7.141014
    I thus tested the BI Mobile App Designer product by creating two smartphone applications that worked perfectly.
    The problemis that since a few days, I can not access one of my applications from my smartphone.
    From OBI, I then load my application and tried to publish it again, but I get the error message :
    oracle.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReportParametersDefinition
    Failure: Due to oracle.xdo.servlet.data.DataException: oracle.xdo.XDOException:
    oracle.xdo.das.DASException: BISvsException on getting a JBIPS member query data.
    Then I tried to duplicate my "Mobile App" and rename it and when I tried to publish it I get the error :
    French message :
    La bibliothèque d'applications n'est pas configurée correctement.
    Assurez-vous que le fichier de configuration est défini pour la bibliothèque d'applications.
    English message :
    The application library is not configured correctly.
    Make sure that the configuration file is defined for the application library.
    I don't understand what happens and I can't find any solution to this problem in Oracle knowledge base !...
    Any ideas ?
    Thanks,
    Thierry Demoy

    Hi Thierry,
    In relation to the second error, I have had this before and it related to be below so this may help: Check the following file:
    <DOMAIN_HOME>/config/bipublisher/repository/Admin/Configuration/xmlp-server-config.xml
    Check that the following line matches were you are trying to publish your apps on OBIEE. The default is normally "Apps Library" but you can name this folder anything you like.
    Just change the below line and point to the folder. Restart the services BIMAD.
    <property name="APPS_LIBRARY_FOLDER_LOCAL" value="/Apps Library"/>
    Let us know if this helps?
    Thanks
    Mark

  • SAAJ0537: Invalid Content-Type. Could be an error message instead of a SOAP

    Hi,
    At present i am using JCAPS version 5.1.1
    com.sun.xml.messaging.saaj.SOAPExceptionImpl: Invalid Content-
    Type:text/html. Is this an error message instead of a SOAP response?
    I got above error message while invoking the webservice.
    My intention is to get HttpRequest from user and based on the input from user, a web service should be invoked. For this i am using BusinessProcess[einsight]
    In my BusinessProcess, i have HttpServer processRequest service,
    to receive HTTP requests and then i am passing the value of parameter received from http[As String] to next partner which is responsible for invoking a webservice.[Used a wsdl in client mode]
    I am able to get http request successfully , but i got error while invoking web service.
    Please let me know, what to do for rectifying error.

    Although this is an aged topic, this is plaguing our development efforts currently. I have successfully created a webservice that can be executed externally using the generated wsdl but I am unable to get a JCD to execute the WS without getting the following error:
    [#|2007-10-09T19:51:02.700-0700|SEVERE|IS5.1.2|javax.xml.messaging.saaj.soap|_ThreadID=32606; ThreadName=Worker: 34758;|SAAJ0537: Invalid Content-Type. Could be an error message instead of a SOAP message|#]
    [#|2007-10-09T19:51:02.701-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
    com.sun.xml.messaging.saaj.SOAPExceptionImpl: Invalid Content-Type:text/html. Is this an error message instead of a SOAP response?|#]
    [#|2007-10-09T19:51:02.701-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.xml.messaging.saaj.soap.MessageImpl.identifyContentType(MessageImpl.java:296)|#]
    [#|2007-10-09T19:51:02.701-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.xml.messaging.saaj.soap.MessageImpl.<init>(MessageImpl.java:146)|#]
    [#|2007-10-09T19:51:02.701-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl.createMessage(SOAPMessageFactory1_1Impl.java:32)|#]
    [#|2007-10-09T19:51:02.701-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.xml.rpc.client.http.HttpClientTransport.readResponse(HttpClientTransport.java:169)|#]
    [#|2007-10-09T19:51:02.701-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpClientTransport.java:83)|#]
    [#|2007-10-09T19:51:02.701-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:69)|#]
    [#|2007-10-09T19:51:02.701-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at tp6.ExecutePortType_Stub.opGetControl(ExecutePortType_Stub.java:66)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at tp6.ExecutePortType_opGetControl.invoke(ExecutePortType_opGetControl.java:188)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.stc.wsclient.runtime.impl.WSDLOtdDelegateImpl.invoke(WSDLOtdDelegateImpl.java:78)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at urn_stc_egate_jce_AI_WebServices_GetControl_jcdGetControl.OpGetControl.invoke(urn_stc_egate_jce_AI_WebServices_GetControl_jcdGetControl.OpGetControl:113)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at AIWebServicesTEST_GetControl_WS.jcdTEST_GetControl_WS.start(jcdTEST_GetControl_WS.java:21)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at TEST_GetControl_WS.cmTEST_GetControl_WS_jcdTEST_GetControl_WS1.jcdTEST_GetControl_WS_Runtime_Handler.handleRequest(jcdTEST_GetControl_WS_Runtime_Handler.java:369)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at sun.reflect.GeneratedMethodAccessor4463.invoke(Unknown Source)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at java.lang.reflect.Method.invoke(Method.java:615)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:140)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:135)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at $Proxy108.handleRequest(Unknown Source)|#]
    [#|2007-10-09T19:51:02.702-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at STC_MDB__eaJCAP_Scheduler_cmTEST_GetControl_WS_jc1527518542.sendMessage(STC_MDB__eaJCAP_Scheduler_cmTEST_GetControl_WS_jc1527518542.java:213)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at STC_MDB__eaJCAP_Scheduler_cmTEST_GetControl_WS_jc1527518542.onContents(STC_MDB__eaJCAP_Scheduler_cmTEST_GetControl_WS_jc1527518542.java:100)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at sun.reflect.GeneratedMethodAccessor4462.invoke(Unknown Source)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at java.lang.reflect.Method.invoke(Method.java:615)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.enterprise.security.SecurityUtil$2.run(SecurityUtil.java:146)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at java.security.AccessController.doPrivileged(AccessController.java:275)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.enterprise.security.application.EJBSecurityManager.doAsPrivileged(EJBSecurityManager.java:940)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:151)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.ejb.containers.MessageBeanContainer.deliverMessage(MessageBeanContainer.java:948)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.ejb.containers.MessageBeanListenerImpl.deliverMessage(MessageBeanListenerImpl.java:42)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.enterprise.connectors.inflow.MessageEndpointInvocationHandler.invoke(MessageEndpointInvocationHandler.java:136)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at $Proxy111.onContents(Unknown Source)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.stc.schedulerotd.scheduleradapter.FileReaderWork.run(FileReaderWork.java:77)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.enterprise.connectors.work.OneWork.doWork(OneWork.java:54)|#]
    [#|2007-10-09T19:51:02.703-0700|WARNING|IS5.1.2|javax.enterprise.system.stream.err|_ThreadID=32606; ThreadName=Worker: 34758;|
         at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:382)|#]
    [#|2007-10-09T19:51:02.704-0700|SEVERE|IS5.1.2|javax.xml.messaging.saaj.soap|_ThreadID=32606; ThreadName=Worker: 34758;|SAAJ0535: Unable to internalize message|#]
    [#|2007-10-09T19:51:02.704-0700|INFO|IS5.1.2|STC.eGate.CMap.Collabs.TEST_GetControl_WS.cmTEST_GetControl_WS_jcdTEST_GetControl_WS1.AIWebServicesTEST_GetControl_WS.jcdTEST_GetControl_WS|_ThreadID=32606; ThreadName=Worker: 34758;|+++EXCEPTION = HTTP transport error: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message; nested exception is:
         HTTP transport error: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message|#]
    [#|2007-10-09T19:51:02.704-0700|INFO|IS5.1.2|STC.eGate.CMap.Collabs.TEST_GetControl_WS.cmTEST_GetControl_WS_jcdTEST_GetControl_WS1.AIWebServicesTEST_GetControl_WS.jcdTEST_GetControl_WS|_ThreadID=32606; ThreadName=Worker: 34758;|+++STACK     = [Ljava.lang.StackTraceElement;@31de31de|#]
    [#|2007-10-09T19:51:02.705-0700|INFO|IS5.1.2|com.stc.codegen.OTDImpl.runtime.ejb.OTDService|_ThreadID=32606; ThreadName=Worker: 34758;|terminate each service|#]
    Is anybody else having this same error and how was it resolved? Both my client and server settings seems to be in sync. My only iffy piece is the servlet context. For both client and server external components, host, port, servlet context match. What am I missing??

  • Oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

    Dear Guru's,
    I am not able to solve the above issue for last couple of days.
    I am newbie to the webservice
    My Issue...
    I am using Jdeveloper 11.1.2.4.0 Release 2
    1. Using Jdev I built one small Web Service with two methods.
            While testing the Webservice...
                   I passed User Id as Parameter and it successfully return the values (user id, user name and description) from fnd_user table
    2. I created another application to consume the web service i created.
                   1. I added the webservice SOAP and added the method.
                   2. Created a jsf page and drag and drop the parameter and return values to the jsf page.
    3. While executing the created jsf page I received the error message as below
    "oracle.jbo.NoDefException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25058. Error message parameters are {0=Attribute, 1=UserName, 2=UserName}"
    Even I know that this issue is repeated one in our forum, I was not able to solve this issue.
    Can anybody help to solve this issue.
    Thanks and Regards,
    Durai S E

  • Logon Error Message ( HTTP to RFC )

    Hi all,
    While  I am practicing HTTP to RFC Scenario..
    When I  SEND data from test client ..It is asking for SAP Web Application Server (SID)
    User ID and Password..
    When I am giving my XI ID and Password ( and also i tried BASIS ID ,J2ee_admin, Even i assinged ROLE SAP_XI_APPL_SERV_USER ) it is giving Error like this
    -->Logon Error Message
    -->Error Code: ICF-LE-http-c:001-l:E-T:1-C:3-U:35-P:35-L:3
    -->HTTP 401 - Unauthorized  Your SAP Internet Communication Framework Team
    -->Call of URL http://serverhost:8000/sap/xi/adapter_plain terminated due to error in logon data
    -->Logon performed in system OPD. </li><li> Logon performed for client 001, user xiappluser, and language EN.
    -->HTTP 407 Proxy Authentication Required - The ISA Server requires authorization to fulfill the request. -->Access to the Web Proxy service is denied. (12209)<BR>Internet Security and Acceleration Server
    -->The gateway could not retrieve the requested page
    These errors I am getting..
    please guide me to complete this scenario.
    Thanks in advance,
    Ramesh.
    ( I am unable to search SDN ,due to some upgradation is going on )

    Hi Sreeramoju,
    1. HTTP-401 :
            If the Integration Server is accessed by means of an HTTP proxy server,the  credentials must match those that you made in transaction SICF in the Integration Engine. If you do not specify a user and password combination, or the combination is invalid, the system will terminate each attempt to access the Integration Engine with the message Transport Exception:  http-Error 401 – Unauthorized.
    The user must have the authorizations of group SAP_XI_APPL_SERV_USER on the Integration Server.
    If you want to use a different client or language to the default setting in the Integration Engine when logging on, you can also set the following parameters:
    &#9675;     XI.Client=<client-no>
    &#9675;     XI.Language=<language-id>
    2.HTTP 407: Proxy Authentication Required" in SAP XI J2EE AE: check the SAP note: 992690
        Make sure that you have specified the proper host and port values, in the text box that appears when you check the configure proxy check box(in receiver adapter).
    Looks like the webservice requires a proxy authentication.
    Select the check box "configure proxy user authentication"(in receiver adapter) and provide the correct username and password.
    *Pls: Reward points if helpful*
    Regards,
    Jyoti

  • -8 error message when starting video chat

    so my video chat has worked a few times a couple of months ago but no longer works. i am using the Airport Extreme wireless router and can't seem to figure out the problem. here's my error message:
    Date/Time: 2007-08-29 21:01:09.225 -0700
    OS Version: 10.4.10 (Build 8R2232)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 458451786.
    snowwakesurf91: State change from AVChatNoState to AVChatStateWaiting.
    0x18919350: State change from AVChatNoState to AVChatStateInvited.
    0x18ce3ef0: State change from AVChatNoState to AVChatStateInvited.
    0x18ce3ef0: State change from AVChatStateInvited to AVChatStateConnecting.
    snowwakesurf91: State change from AVChatStateWaiting to AVChatStateConnecting.
    0x18ce3ef0: State change from AVChatStateConnecting to AVChatStateConnected.
    snowwakesurf91: State change from AVChatStateConnecting to AVChatStateConnected.
    0x18919350: State change from AVChatStateInvited to AVChatStateConnecting.
    0x18919350: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    snowwakesurf91: State change from AVChatStateConnected to AVChatStateEnded.
    0x18ce3ef0: State change from AVChatStateConnected to AVChatStateEnded.
    Video Conference Error Report:
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 192.168.1.102:50265;branch=z9hG4bK64664a992bf73027
    To: "u0" <sip:[email protected]:5061>;tag=1031717296
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 4 NOTIFY
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 192.168.1.102:50265;branch=z9hG4bK1e1a45da26bcd95f
    To: "u0" <sip:[email protected]:5061>;tag=1031717296
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 3 BYE
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @:0 type=4 (00000000/22)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2448 type=4 (900A0015/22)
    [SIPConnectIPPort failed]
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 192.168.1.102:50265;branch=z9hG4bK3de711a82993d8c2
    To: "u0" <sip:[email protected]:5061>;tag=1031717296
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 2 NOTIFY
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SUBSCRIBE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP u0en0.0:5061;branch=z9hG4bK60bfd5ab09d3710e
    Max-Forwards: 70
    To: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    From: "u0" <sip:[email protected]:5061>;tag=1031717296
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 1 SUBSCRIBE
    Contact: <sip:[email protected]:5061>
    Event: conference
    Expires: 3600
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 192.168.1.102:50265;branch=z9hG4bK1b4ae5322dae4b18
    To: "u0" <sip:[email protected]:5061>;tag=1031717296
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:5061>
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 410
    [v=0
    o=vcauto3 0 0 IN IP4 u0en0.0
    s=snowwakesurf91
    c=IN IP4 u0en0.0
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12
    a=rtcp:16387
    a=rtpID:-255417359
    m=video 16384 RTP/AVP 126
    a=rtcp:16385
    a=rtpmap:126 X-H264
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=framerate:20
    a=rtpID:755259021
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 180 Ringing
    Via: SIP/2.0/UDP 192.168.1.102:50265;branch=z9hG4bK1b4ae5322dae4b18
    To: "u0" <sip:[email protected]:5061>;tag=1031717296
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:5061>
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 192.168.1.102:50265;branch=z9hG4bK1b4ae5322dae4b18
    To: "u0" <sip:[email protected]:5061>
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 1 INVITE
    User-Agent: Viceroy 1.2
    Content-Length: 0
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [NOTIFY sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0:50265;branch=z9hG4bK64664a992bf73027
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>;tag=1031717296
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 4 NOTIFY
    Contact: <sip:[email protected]:50265>;isfocus
    Event: conference
    Subscription-State: terminated;reason=noresource
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [BYE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0:50265;branch=z9hG4bK1e1a45da26bcd95f
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>;tag=1031717296
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 3 BYE
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @:0 type=2 (00000000/2)
    [VCCALL_ENDEDCOUNT]
    [17]
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:50265;branch=z9hG4bK5d8c2f73501d0702
    Max-Forwards: 70
    To: "u1" <sip:[email protected]>
    From: "snowwakesurf91" <sip:[email protected]>;tag=1783985748
    Call-ID: 5dd1464e-56ad-11dc-82f3-80a3930313c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:50265>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 527
    v=0
    o=tylermartin 0 0 IN IP4 m.0
    s=snowwakesurf91
    c=IN IP4 m.0
    b=AS:2859
    t=0 0
    a=hwi:17412:2:2200
    a=multipoint:1
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16390 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-117062330
    m=video 16388 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 0 rules 30:176:144
    a=framerate:20
    a=RTCP:AUDIO 16391 VIDEO 16389
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:80:60:640:480
    a=rtpID:-1974897573
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:50265;branch=z9hG4bK5d8c2f73501d0702
    Max-Forwards: 70
    To: "u1" <sip:[email protected]>
    From: "snowwakesurf91" <sip:[email protected]>;tag=1783985748
    Call-ID: 5dd1464e-56ad-11dc-82f3-80a3930313c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:50265>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 527
    v=0
    o=tylermartin 0 0 IN IP4 m.0
    s=snowwakesurf91
    c=IN IP4 m.0
    b=AS:2859
    t=0 0
    a=hwi:17412:2:2200
    a=multipoint:1
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16390 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-117062330
    m=video 16388 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 0 rules 30:176:144
    a=framerate:20
    a=RTCP:AUDIO 16391 VIDEO 16389
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:80:60:640:480
    a=rtpID:-1974897573
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:50265;branch=z9hG4bK5d8c2f73501d0702
    Max-Forwards: 70
    To: "u1" <sip:[email protected]>
    From: "snowwakesurf91" <sip:[email protected]>;tag=1783985748
    Call-ID: 5dd1464e-56ad-11dc-82f3-80a3930313c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:50265>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 527
    v=0
    o=tylermartin 0 0 IN IP4 m.0
    s=snowwakesurf91
    c=IN IP4 m.0
    b=AS:2859
    t=0 0
    a=hwi:17412:2:2200
    a=multipoint:1
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16390 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-117062330
    m=video 16388 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 0 rules 30:176:144
    a=framerate:20
    a=RTCP:AUDIO 16391 VIDEO 16389
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:80:60:640:480
    a=rtpID:-1974897573
    @:0 type=2 (00000000/22)
    [VCVIDEO_HOSTATTEMPT]
    [6]
    @:0 type=2 (00000000/2)
    [VCVIDEO_STARTCOMPLETED]
    [16]
    @:0 type=2 (00000000/2)
    [VCVIDEO_OUTGOINGCOMPLETION]
    [12]
    @:0 type=2 (00000000/2)
    [VCUSE_INTERNALMIC]
    [29]
    @:0 type=2 (00000000/2)
    [VCUSE_INTERNALISIGHT]
    [25]
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [NOTIFY sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0:50265;branch=z9hG4bK3de711a82993d8c2
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>;tag=1031717296
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 2 NOTIFY
    Contact: <sip:[email protected]:50265>;isfocus
    Event: conference
    Subscription-State: active;expires=3600
    User-Agent: Viceroy 1.2
    Content-Type: application/conference-info+xml
    Content-Length: 209
    <c-i v="0" st="f" en="sip:[email protected]">
    c<h>i</h><m t="a"/><m t="v"/>
    c<h>o</h><m t="a"/><m t="v"/>
    </c-i>
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP u0en0.0:5061;branch=z9hG4bK60bfd5ab09d3710e
    To: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    From: "u0" <sip:[email protected]:5061>;tag=1031717296
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 1 SUBSCRIBE
    Contact: <sip:[email protected]:50265>;isfocus
    Expires: 3600
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [ACK sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0:50265;branch=z9hG4bK012ba6037d7a6e13
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>;tag=1031717296
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 1 ACK
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0:50265;branch=z9hG4bK1b4ae5322dae4b18
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "snowwakesurf91" <sip:[email protected]>;tag=897027557
    Call-ID: 5768c232-56ad-11dc-82f3-a450198b13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:50265>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 515
    v=0
    o=tylermartin 0 0 IN IP4 m.0
    s=snowwakesurf91
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2200
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 35005 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:34576867
    m=video 32949 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 0 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:847755362
    @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17dfff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    0x15be1000 - 0x15beafff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x15c13000 - 0x15c18fff com.apple.audio.AppleHDAHALPlugIn 1.3.3 (1.3.3a1) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x15c95000 - 0x15c98fff com.apple.LiveType.component 2.1.3 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x15c9d000 - 0x15d02fff com.apple.LiveType.framework 2.1.3 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x15d2a000 - 0x15d97fff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x15da6000 - 0x15df6fff com.DivXInc.DivXDecoder 6.0.5 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x15e08000 - 0x15e38fff com.apple.QuickTimeIIDCDigitizer 7.2 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x15e42000 - 0x15e88fff com.apple.QuickTimeUSBVDCDigitizer 2.0.0 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x15eb0000 - 0x16019fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x16047000 - 0x16341fff com.apple.GeForce8xxxGLDriver 1.5.6 (5.0.6) /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x163eb000 - 0x16408fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x17771000 - 0x17783fff com.apple.DVCPROHDVideoDigitizer 1.3 /Library/QuickTime/DVCPROHDVideoDigitizer.component/Contents/MacOS/DVCPROHDVide oDigitizer
    0x1778c000 - 0x177d6fff com.apple.DVCPROHDMuxer 1.3 /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x17b0d000 - 0x17b10fff com.apple.audio.AudioIPCPlugIn 1.0.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17b2c000 - 0x17b56fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x18442000 - 0x18454fff com.apple.FCP Uncompressed 422.component 1.5 /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x1845a000 - 0x18490fff com.apple.AppleProRes422 1.0.1 (38) /Library/QuickTime/AppleProRes422.component/Contents/MacOS/AppleProRes422
    0x184ef000 - 0x18509fff com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1850e000 - 0x18527fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x18532000 - 0x18728fff net.telestream.wmv.import 2.1.2.72 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x18759000 - 0x18779fff com.apple.IMXCodec 1.3 (143) /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x187a1000 - 0x187e5fff com.apple.DVCPROHDCodec 1.4 (231) /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x18847000 - 0x1884afff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x1959b000 - 0x195f6fff com.apple.AppleHDVCodec 1.3.1 (212) /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x19c7f000 - 0x19e30fff net.telestream.wmv.advanced 2.1.2.72 /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x41410000 - 0x414adfff com.apple.QuickTimeImporters.component 7.2 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x419b0000 - 0x419ecfff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x41a30000 - 0x41a33fff com.apple.CoreMediaAuthoringPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x88fc0000 - 0x88fe3fff com.apple.CoreMediaPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x8fe00000 - 0x8fe4afff dyld /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff com.apple.ApplicationServices.ATS 2.0.6 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.26 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7bfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7f000 - 0x91bbcfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc2000 - 0x91bdcfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be1000 - 0x91be3fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be5000 - 0x91cc3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ce0000 - 0x91ce0fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce2000 - 0x91d70fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d77000 - 0x91d77fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d79000 - 0x91dd2fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddb000 - 0x91dfffff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e07000 - 0x92210fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224a000 - 0x925fefff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262b000 - 0x92718fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271a000 - 0x92797fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d8000 - 0x92a08fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b22000 - 0x92b3dfff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b49000 - 0x92ba1fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb5000 - 0x92bb5fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb7000 - 0x92bc7fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd6000 - 0x92bdefff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be4000 - 0x92beafff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bf0000 - 0x92c81fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c95000 - 0x92c99fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c9c000 - 0x92cbafff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ccc000 - 0x92cd2fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd8000 - 0x92d3bfff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d62000 - 0x92da3fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dca000 - 0x92dd8fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ddf000 - 0x92de4fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de9000 - 0x930defff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e4000 - 0x931f0fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f5000 - 0x93210fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93260000 - 0x93260fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93262000 - 0x93918fff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c99000 - 0x93d14fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4d000 - 0x93e07fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e4a000 - 0x93e4afff com.apple.audio.units.AudioUnit 1.4.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e4c000 - 0x9400dfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94053000 - 0x94094fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9409c000 - 0x940dffff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940e3000 - 0x940f9fff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94108000 - 0x945c4fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x946f6000 - 0x9473efff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94748000 - 0x94786fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x947ca000 - 0x947dbfff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x947e9000 - 0x94827fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94843000 - 0x94852fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94859000 - 0x94864fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x948b0000 - 0x948cafff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x948d0000 - 0x94bd9fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94d5c000 - 0x94ea2fff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f2e000 - 0x94f3dfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f44000 - 0x94f6dfff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94f73000 - 0x94f82fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f86000 - 0x94fabfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fb7000 - 0x94fd4fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94fdb000 - 0x95040fff com.apple.Bluetooth 1.9 (1.9f8) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x952ff000 - 0x95392fff com.apple.WebKit 419.3 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x953ec000 - 0x9546cfff com.apple.JavaScriptCore 418.6.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x954a5000 - 0x95784fff com.apple.WebCore 418.23 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95903000 - 0x95926fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x96c32000 - 0x96c32fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97119000 - 0x9713bfff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x971ac000 - 0x971b1fff com.apple.agl 2.6.2 (AGL-2.6.2) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97294000 - 0x972c4fff com.apple.AppleVAFramework 4.0.2 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x97315000 - 0x97315fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97a77000 - 0x97b61fff com.apple.viceroy.framework 278.3.11 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x982a5000 - 0x982a7fff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x984d4000 - 0x99338fff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x995b9000 - 0x995bbfff com.apple.QuickTimeH264.component 7.2 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x995bd000 - 0x99943fff com.apple.QuickTimeH264.component 7.2 /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x999be000 - 0x99a84fff com.apple.QuickTimeMPEG4.component 7.2 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x99f0b000 - 0x99f16fff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x99f20000 - 0x9a08cfff com.apple.MessageFramework 2.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x9b960000 - 0x9b960fff libmx.A.dylib /usr/lib/libmx.A.dylib
    any help would be greatly appreciated! Thanks

    Hi,
    Some modems (mostly cable ones ) act the same way a Dail-up modem does and connects one computer to the internet.
    Others have routing abilities meaning that sveral computers can use it to connect to the internet.
    Now data can come to your computer on sever thousand so called "ports' (0-65535)
    Web Browsing is on port 80.
    Mail is often on port 25 and port 110 but sometimes on others as well, but normally below the port 1024.
    Now ports below this figure are always open which is why you can always web browse now matter how you string your modems and routers together.
    Certain applications use ports above this 1024 threshold.
    For that the device often uses Network Address Translation (NAT) to make sure the right data goes to the right place.
    Now a device (modem) having just one place to stick an ethernet cable in is not always a sign that it does not route. Like you could use an ethernet hub to join several computers together without even having internet access, a hub could also help these single ethernet port modems run a network.
    So it comes down to ...
    What modem do you have ?
    Do you have a router ?
    Have you set them up ?
    10:16 AM Friday; August 31, 2007

  • Error Message with FCE 1.0 when opening...

    I can't open the program it goes and then displays an error message:
    Date/Time: 2007-07-29 00:05:52.032 -0500
    OS Version: 10.4.10 (Build 8R2232)
    Report Version: 4
    Command: Final Cut Express
    Path: /Applications/Final Cut Express.app/Contents/MacOS/Final Cut Express
    Parent: WindowServer [54]
    Rosetta: Yes
    Version: 1.0 (1.0)
    Build Version: 1
    Project Name: FinalCutExpress_app
    Source Version: 1.0b1
    PID: 324
    Thread: Unknown
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000008
    Thread 0:
    0 <<00000000>> 0x7ecac157 0 + 2127216983
    1 <<00000000>> 0xbfffe680 0 + -1073748352
    Thread 1:
    0 LaunchCFMApp 0xb822fa2b strchr + 72
    1 LaunchCFMApp 0xb81cb43b pthreadcondwait + 3114
    2 LaunchCFMApp 0xb8167612 catchexception_raise_stateidentity + 318
    3 LaunchCFMApp 0xb8166b4e CallPPCFunctionAtAddressInt + 177088
    4 LaunchCFMApp 0xb8166a45 CallPPCFunctionAtAddressInt + 176823
    5 LaunchCFMApp 0xb8167710 catchexception_raise_stateidentity + 572
    6 LaunchCFMApp 0xb8200bb4 pthread_create + 1124
    Thread 2:
    0 LaunchCFMApp 0xb8134280 spinlockwrapper + 91752
    1 LaunchCFMApp 0xb814d2b8 CallPPCFunctionAtAddressInt + 72490
    2 LaunchCFMApp 0xb80c803c 0xb8000000 + 819260
    Thread 3:
    0 LaunchCFMApp 0xb8134443 spinlockwrapper + 92203
    1 LaunchCFMApp 0xb815f9e8 CallPPCFunctionAtAddressInt + 148058
    2 LaunchCFMApp 0xb81625b5 CallPPCFunctionAtAddressInt + 159271
    3 LaunchCFMApp 0xb80c803c 0xb8000000 + 819260
    Thread 4:
    0 LaunchCFMApp 0xb81342f2 spinlockwrapper + 91866
    1 LaunchCFMApp 0xb814d490 CallPPCFunctionAtAddressInt + 72962
    2 LaunchCFMApp 0xb80c803c 0xb8000000 + 819260
    Unknown thread crashed with i386 Thread State:
    eax: 0x00000000 ebx: 0xb811e52c ecx:0x82003400 edx: 0x7e60f464
    edi: 0xb82d76b4 esi: 0xb82d7690 ebp:0x8200cf80 esp: 0xb7fffabc
    ss: 0x0000001f efl: 0x00010293 eip:0x7ecac157 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs:0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0x179f000 - 0x17b9fff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x14d0b000 - 0x14d67fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x153b0000 - 0x153bafff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x1585f000 - 0x15864fff com.apple.audio.AppleHDAHALPlugIn 1.3.3 (1.3.3a1) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x41840000 - 0x41866fff com.apple.CoreMediaPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x419b0000 - 0x419effff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x41a30000 - 0x41a35fff com.apple.CoreMediaAuthoringPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x70000000 - 0x700f3fff com.apple.audio.units.Components 1.4.5 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fc00000 - 0x8fc50fff dyld 46.12 /usr/lib/dyld
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901c0fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90218000 - 0x9021dfff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021f000 - 0x90261fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90289000 - 0x9036dfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90396000 - 0x90757fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907e6000 - 0x908bdfff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90904000 - 0x90904fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90906000 - 0x90a0ffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a60000 - 0x90ae3fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90b0c000 - 0x90b7efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bf1000 - 0x90bfcfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90c01000 - 0x90c76fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c8c000 - 0x90ca0fff libauto.dylib /usr/lib/libauto.dylib
    0x90ca6000 - 0x90f71fff com.apple.CoreServices.CarbonCore 682.26 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90fce000 - 0x91047fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9108a000 - 0x910cbfff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x910df000 - 0x910f3fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910ff000 - 0x91190fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x911cc000 - 0x911ecfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x911f9000 - 0x91208fff libz.1.dylib /usr/lib/libz.1.dylib
    0x9120b000 - 0x913c0fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x914bd000 - 0x914c6fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x914cd000 - 0x914d5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x914d9000 - 0x91501fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91513000 - 0x9158cfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x915d6000 - 0x915d6fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x915d8000 - 0x9160bfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91621000 - 0x916fefff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9173d000 - 0x917befff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x917fb000 - 0x918adfff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x918e2000 - 0x91938fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91960000 - 0x9197afff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91988000 - 0x919a8fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x919b5000 - 0x919f1fff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91a09000 - 0x91a17fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91a1f000 - 0x91a5dfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a72000 - 0x91b35fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b80000 - 0x91b95fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b9a000 - 0x91bbafff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91bbf000 - 0x91c1ffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c31000 - 0x91c35fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c37000 - 0x91ca2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ca7000 - 0x91ce7fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ced000 - 0x91d07fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d0c000 - 0x91d0efff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d10000 - 0x91dfefff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e1d000 - 0x91e1dfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e1f000 - 0x91f05fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f0d000 - 0x91f2cfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91f98000 - 0x92024fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92030000 - 0x920c7fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920e0000 - 0x9268dfff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926c0000 - 0x929ebfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a1b000 - 0x92b0afff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b0d000 - 0x92b93fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bd5000 - 0x92e09fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f2c000 - 0x92f4cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f57000 - 0x92fb3fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fc9000 - 0x92fc9fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fcb000 - 0x92fe0fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff1000 - 0x92ffcfff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93004000 - 0x9300dfff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93015000 - 0x930a8fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930bd000 - 0x930c2fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930c6000 - 0x930e8fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x930fc000 - 0x93104fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9310b000 - 0x93174fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9319d000 - 0x931e5fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9320f000 - 0x93220fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93229000 - 0x93230fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93236000 - 0x9355dfff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93692000 - 0x9369ffff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x941b1000 - 0x9426ffff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942b3000 - 0x942b3fff com.apple.audio.units.AudioUnit 1.4.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942b5000 - 0x94468fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944f9000 - 0x9453dfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94544000 - 0x9455efff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9456e000 - 0x94590fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9471f000 - 0x94730fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94737000 - 0x94744fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94794000 - 0x947aefff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947b5000 - 0x94ad4fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95ba8000 - 0x95badfff com.apple.URLMount 2.1.7 /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x96acb000 - 0x96aeafff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9722f000 - 0x9723cfff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9862b000 - 0x991f1fff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9944a000 - 0x9944efff com.apple.QuickTimeH264.component 7.2 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x99450000 - 0x9955ffff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x996d6000 - 0x997a3fff com.apple.QuickTimeMPEG4.component 7.2 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x9a053000 - 0x9a054fff com.apple.iokit.dvcomponentglue 1.9.0 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x9a061000 - 0x9a0acfff com.apple.viceroy.codec 32.1 /System/Library/Components/VCH263Codec.component/VCH263Codec
    0x9bbd7000 - 0x9bbd9fff Interposers.dylib /usr/libexec/oah/Shims/Interposers.dylib
    0xb8000000 - 0xb82d6fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    Translated Code Information:
    Rosetta Version: 17.25
    Args: /Applications/Final Cut Express.app/Contents/MacOS/Final Cut Express /Applications/Final Cut Express.app/Contents/MacOS/Final Cut Express -psn05898241
    Exception: EXCBADACCESS (0x0001)
    Thread 0: While running in Basic Block mode (0xb011a7fc, 0xb8134443)
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    0x908096e0: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFRunLoopRunSpecific + 0x67c
    0x91526554: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : __ZN10HALRunLoop9OwnThreadEPv + 0xd8
    0x91526324: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : _ZN9CAPThread5EntryEPS + 0x6c
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000a97c ctr: 0x9000aa20
    r00: 0xffffffe1 r01: 0xf01017e0 r02: 0xa07e907c r03: 0xf01018b0
    r04: 0x03000006 r05: 0x00000000 r06: 0x00000450 r07: 0x00009603
    r08: 0x00000000 r09: 0x00000000 r10: 0x00000004 r11: 0xa00069a4
    r12: 0x9000aa20 r13: 0x00000000 r14: 0x00000000 r15: 0x9080907c
    r16: 0xa07e907c r17: 0xa07e907c r18: 0x20000024 r19: 0x00000000
    r20: 0xf01018b0 r21: 0x152e6888 r22: 0x152e6978 r23: 0x00000000
    r24: 0xf01018b0 r25: 0x00000450 r26: 0x00009603 r27: 0x00000000
    r28: 0x00000000 r29: 0x03000006 r30: 0x03000006 r31: 0x9080907c
    Thread 1: (0xb021cd30, 0xb81342f2)
    0x900717ec: /usr/lib/libSystem.B.dylib : pthread_cond_timedwait_relativenp + 0x1ec
    0x915352cc: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : __ZN7CAGuard7WaitForEy + 0xd4
    0x91533d10: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : _ZN11HPIOThread8WorkLoopEv + 0x1ec
    0x91533b10: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : _ZN11HP_IOThread11ThreadEntryEPS + 0x10
    0x91526324: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : _ZN9CAPThread5EntryEPS + 0x6c
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x90071828 ctr: 0x90054820
    r00: 0xffffffd9 r01: 0xf0203bc0 r02: 0xa0001fcc r03: 0x00004803
    r04: 0x00004b03 r05: 0x00000000 r06: 0x0093af30 r07: 0xf0203cc8
    r08: 0x90bf1ba8 r09: 0x00000001 r10: 0x0093af30 r11: 0xa0006b5c
    r12: 0x90054820 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0xf0203ccc
    r24: 0x43300000 r25: 0xa0001614 r26: 0x152e5f64 r27: 0x152e5f90
    r28: 0xf0203c68 r29: 0xa0001fcc r30: 0xa0001fcc r31: 0x90071614
    Thread 2: Crashed (0xb7fffabc, 0x7ecac157)
    0x85554f20: No symbol
    0x853d76a8: No symbol
    0x852da18c: No symbol
    0x852dc700: No symbol
    0x853d7d34: No symbol
    0x7e59521c: No symbol
    0x7e5ab0f0: No symbol
    0x7e5abe68: No symbol
    0x7e5ac8a8: No symbol
    0x7e588a60: No symbol
    0x7e588b6c: No symbol
    0x7e588fcc: No symbol
    0x7e55efb8: No symbol
    0x7e55a3f8: No symbol
    0x7e55a494: No symbol
    0x7e55f4bc: No symbol
    0x855250b0: No symbol
    0x855250f0: No symbol
    0x855976b0: No symbol
    0x915da408: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _Z20aeDispatchAppleEventPK6AEDescPSmPh + 0xa4
    0x915da314: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _Z25dispatchEventAndSendReplyPK6AEDescPS + 0x2c
    0x915da154: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _aeProcessAppleEvent + 0xe4
    0x93241a94: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : _AEProcessAppleEvent + 0x38
    0x854107c4: No symbol
    0x85410a78: No symbol
    0x8559a744: No symbol
    0x855b586c: No symbol
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x20000000 lr: 0x85554f20 ctr: 0x85482990
    r00: 0x85554f20 r01: 0xbfffe680 r02: 0x00487000 r03: 0xffffffff
    r04: 0x0049855c r05: 0x00000000 r06: 0x00000001 r07: 0x00000002
    r08: 0x00000000 r09: 0xbfffe778 r10: 0x00000004 r11: 0x0049ffe0
    r12: 0x0048bdbc r13: 0x007fd533 r14: 0x007ff238 r15: 0x007fe278
    r16: 0x007fbad8 r17: 0x0000000e r18: 0x017bff5c r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000001 r23: 0x00000008
    r24: 0x00000031 r25: 0x00000000 r26: 0x00498638 r27: 0x00319968
    r28: 0x004863c8 r29: 0x00000000 r30: 0x00000001 r31: 0x00000002
    Thread 3: (0xb0099df8, 0xb8134280)
    0x9003120c: /usr/lib/libSystem.B.dylib : pthread_condwait + 0x120
    0x90d1fadc: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _MPWaitOnSemaphore + 0xa0
    0x855502ec: No symbol
    0x90ce2228: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 0x50
    0x90ce2228: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 0x50
    0x9002bbe8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x20000000 lr: 0x900312d0 ctr: 0x9002c280
    r00: 0xffffffdb r01: 0xf0080c80 r02: 0xa0001fcc r03: 0x00004903
    r04: 0x00004a03 r05: 0x00000000 r06: 0x0049855c r07: 0x1585e41c
    r08: 0x000000ff r09: 0x00000001 r10: 0x00000000 r11: 0xa0006b70
    r12: 0x9002c280 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0x00000000 r25: 0x00000000 r26: 0xa00010fc r27: 0xa0ca68a8
    r28: 0xa0001fcc r29: 0x152a09c8 r30: 0xa0001fcc r31: 0x900310fc
    Model: MacBook2,1, BootROM MB21.00A5.B06, 2 processors, Intel Core 2 Duo, 2.16 GHz, 1 GB
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: BANK 0/DIMM0, 512 MB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), 1.1.8.5
    Bluetooth: Version 1.9.0f8, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9120822AS, 111.79 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N, 743.71 MB
    USB Device: External HDD, Western Digital, Up to 480 Mb/sec, 500 mA
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: USB Device, Up to 1.5 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    I'm pretty much not happy right now. I neeeeed to do some editing and I can't rely on using iMovie b/c its not that great of a program. SOMEONE HELP ME! b/c i dont wanna call up support service b/c i dunno if i dont get a response by tomorrow night then im definitely calling and complaining...

    Try pressing the "esc" key when you get the error message.
    If that doesn't work try trashing the preferences like this:-
    http://www.fcpbook.com/Misc1.html
    Is this the first time you have tried to open FCE or has it worked OK in the past?
    Ian.

  • Error message when opening infopath form

    I have a browser enabled infopath form loading in a Form webPart in a webpart page with another connecting web part. When users try to open the form they get:
    "An error occurred querying a data source"
    An entry has been added to the Windows event log of the server.
    Log ID:7893
    Correlation ID:42ed9f77-2bb5-4164-9c71-d8c13fadecb6
    After following the correlation ID in SharePoint log file I found these entries:
    06/02/2012 21:40:42.51 w3wp.exe (0x19F8)                       
    0x1970  SharePoint Foundation        
            Monitoring                   
         b4ly               
    High       Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=1456.48337845783               
    42ed9f77-2bb5-4164-9c71-d8c13fadecb6
    06/02/2012 21:40:42.59 w3wp.exe (0x19F8)                      
    0x1970  SharePoint Foundation        
            General                      
             72nz               
    Medium              
    Videntityinfo::isFreshToken reported failure.    
    42ed9f77-2bb5-4164-9c71-d8c13fadecb6
    06/02/2012 21:40:43.37 w3wp.exe (0x19F8)    
    0x1970  SharePoint Foundation        
            Monitoring                   
         b4ly               
    High       Leaving Monitored Scope (Activate web part connections). Execution Time=778.345021899529 
    42ed9f77-2bb5-4164-9c71-d8c13fadecb6
    06/02/2012 21:40:54.15 w3wp.exe (0x19F8)                      
    0x1970  InfoPath Forms Services      
            Runtime - Data Connections   
    7tfk        Medium 
    Data adapter failed during OnLoad: The operation has timed out              
    42ed9f77-2bb5-4164-9c71-d8c13fadecb6
    06/02/2012 21:40:54.15 w3wp.exe (0x19F8)                      
    0x1970  InfoPath Forms Services      
            Runtime - Data Connections   
    eq8m    Warning              
    The following data connection (0#.w|abc\test1) has timed out(User: BA Forms, Form Name: , IP:
    http://XXXX/new.aspx?ItemId=18, Request: urn:schemas-microsoft-com:office:infopath:BA-Forms:-myXSD-2012-02-15T04-39-46, Form ID: (null)).               
    42ed9f77-2bb5-4164-9c71-d8c13fadecb6
    This error just happens in the first load and if user reload the form there is no error.
    This problem happens if for a while around 30 min no one open the form.
    The weird thing is all data connections seem work fine because all fields can get their data from web service call.
    Does anybody knows how I can get rid of this error message in the first time of loading the from?
    Thanks,

    i receive error in uls
    02/04/2015 14:07:01.44  w3wp.exe (0x15C0)                        0x1764 SharePoint Foundation        
     Monitoring                     nasq Medium   Entering monitored scope (Request (GET:http://drims.dri.local:80/_layouts/FormServer.aspx?XsnLocation=http://drims.dri.local/popis/Forms/template.xsn&SaveLocation=http%3A%2F%2Fdrims%2Edri%2Elocal%2Fpopis&ClientInstalled=true&Source=http%3A%2F%2Fdrims%2Edri%2Elocal%2Fpopis%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1)) 
    02/04/2015 14:07:01.44  w3wp.exe (0x15C0)                        0x1764 SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Name=Request (GET:http://drims.dri.local:80/_layouts/FormServer.aspx?XsnLocation=http://drims.dri.local/popis/Forms/template.xsn&SaveLocation=http%3A%2F%2Fdrims%2Edri%2Elocal%2Fpopis&ClientInstalled=true&Source=http%3A%2F%2Fdrims%2Edri%2Elocal%2Fpopis%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1) 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.44  w3wp.exe (0x15C0)                        0x1764 SharePoint Foundation        
     Logging Correlation Data       xmnv Medium   Site=/ 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        5vax Verbose  FormServerPage BeginProcessRequest:
    http://drims.dri.local/_layouts/FormServer.aspx?XsnLocation=http://drims.dri.local/popis/Forms/template.xsn&SaveLocation=http://drims.dri.local/popis&ClientInstalled=true&Source=http://drims.dri.local/popis/Forms/AllItems.aspx&DefaultItemOpen=1 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        wdqk Verbose  GlobalStorage.Enter: New context - FormControl   Total contexts - 1 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8z3p Verbose  Calling GlobalStorage.SetItem with index IsConversionInProgress value type Boolean. 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        57zo Verbose  XmlFormView: Entering OnInit 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        wdqm Verbose  GlobalStorage.Leave: Old context - FormControl   Total contexts after
    Leave - 0 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        57zq Verbose  XmlFormView: Leaving OnInit 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        5vat Verbose  FormServerPage OnInit Enter:
    http://drims.dri.local/_layouts/FormServer.aspx?XsnLocation=http://drims.dri.local/popis/Forms/template.xsn&SaveLocation=http://drims.dri.local/popis&ClientInstalled=true&Source=http://drims.dri.local/popis/Forms/AllItems.aspx&DefaultItemOpen=1 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        wdqk Verbose  GlobalStorage.Enter: New context - {F888E1A1-20CA-470d-A2F4-498A9ECD1C67}  
    Total contexts - 1 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        wdqm Verbose  GlobalStorage.Leave: Old context - {F888E1A1-20CA-470d-A2F4-498A9ECD1C67}  
    Total contexts after Leave - 0 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8z3p Verbose  Calling GlobalStorage.SetItem with index IsConversionInProgress value type Boolean. 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8z3p Verbose  Calling GlobalStorage.SetItem with index SiteAndWebCache value type SiteAndWebCache. 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        adv7 Verbose  XmlFormView: Entering OnDataBinding 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        wdqk Verbose  GlobalStorage.Enter: New context - FormControl   Total contexts - 1 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        5vav Verbose  FormServerPage CreateChildControls Enter:
    http://drims.dri.local/_layouts/FormServer.aspx?XsnLocation=http://drims.dri.local/popis/Forms/template.xsn&SaveLocation=http://drims.dri.local/popis&ClientInstalled=true&Source=http://drims.dri.local/popis/Forms/AllItems.aspx&DefaultItemOpen=1 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        5vaw Verbose  FormServerPage CreateChildControls Leave:
    http://drims.dri.local/_layouts/FormServer.aspx?XsnLocation=http://drims.dri.local/popis/Forms/template.xsn&SaveLocation=http://drims.dri.local/popis&ClientInstalled=true&Source=http://drims.dri.local/popis/Forms/AllItems.aspx&DefaultItemOpen=1 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.45  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8geg Verbose  MetaInformationByUrl:scanned 63 of 63 formTemplates for URL=http://drims.dri.local/popis/Forms/template.xsn,
    fileName= template.xsn, matching=NONE 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        wdqk Verbose  GlobalStorage.Enter: New context - FormControl   Total contexts - 2 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8z3p Verbose  Calling GlobalStorage.SetItem with index CultureData value type RequestCultureData. 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        0000 Verbose  XmlFormView: ShouldDisableFirstRequestOptimization for form:IW:/POPIS/FORMS/TEMPLATE.XSN,
    tag:K6W976CD4PLNJLrTYJOckzrMg3etJQ3uFbc8sT1x138 first request optimized:True on page:/_layouts/FormServer.aspx?XsnLocation=http://drims.dri.local/popis/Forms/template.xsn&SaveLocation=http%3A%2F%2Fdrims%2Edri%2Elocal%2Fpopis&ClientInstalled=true&Source=http%3A%2F%2Fdrims%2Edri%2Elocal%2Fpopis%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1
    . 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - State Service        8ykk Verbose  KEY: b967a19babe048c7bc0180dbd0a52d6e_1d793db6afc2409c88f1c180994563ae 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8z3p Verbose  Calling GlobalStorage.SetItem with index EditingSessionId value type String. 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8ykj Verbose  Creating document with editingSessionId: b967a19babe048c7bc0180dbd0a52d6e_1d793db6afc2409c88f1c180994563ae 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8z3p Verbose  Calling GlobalStorage.SetItem with index TimeZoneId value type UInt16. 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8z3p Verbose  Calling GlobalStorage.SetItem with index XmlForm value type XmlFormHost. 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime                        8z3p Verbose  Calling GlobalStorage.SetItem with index FormState value type FormStateBag. 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Conversion and Deployment      93wz Verbose  Recursion: Entering schema validation. FormTemplate: urn:schemas-microsoft-com:office:infopath:popis:-myXSD-2015-01-21T07-22-46 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.47  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Conversion and Deployment      93x0 Verbose  Recursion: Leaving schema validation. FormTemplate: urn:schemas-microsoft-com:office:infopath:popis:-myXSD-2015-01-21T07-22-46 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.91  w3wp.exe (0x15C0)                        0x1764 Secure Store Service         
     Secure Store                   elo9 Medium   Entering SecureStoreProviderFactory.GetDefaultSecureStoreProviderName 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.91  w3wp.exe (0x15C0)                        0x1764 Secure Store Service         
     Secure Store                   elp1 Medium   Leaving SecureStoreProviderFactory.GetDefaultSecureStoreProviderName 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:01.91  w3wp.exe (0x15C0)                        0x1764 SharePoint Foundation        
     Topology                       e5mc Medium   WcfSendRequest: RemoteAddress: 'https://vm-drims1:32844/9efec30f2e474b37a620610e7ffef5b3/SecureStoreService.svc/https'
    Channel: 'Microsoft.Office.SecureStoreService.Server.ISecureStoreServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/2009/06/securestoreservice/ISecureStoreServiceApplication/GetUserApplication' MessageId: 'urn:uuid:a65080f1-c38a-416f-a234-ab364197d7e1' 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.01  w3wp.exe (0x15C0)                        0x1764 SharePoint Foundation        
     Monitoring                     b4ly High     Leaving Monitored Scope (ExecuteWcfOperation:http://schemas.microsoft.com/sharepoint/2009/06/securestoreservice/ISecureStoreServiceApplication/GetUserApplication).
    Execution Time=112,764052414483 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.01  w3wp.exe (0x15C0)                        0x1764 SharePoint Foundation        
     Monitoring                     b4ly High     Leaving Monitored Scope (ExecuteOnChannel: GetApplication). Execution Time=113,705233486379 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.01  w3wp.exe (0x15C0)                        0x1764 SharePoint Foundation        
     Topology                       e5mc Medium   WcfSendRequest: RemoteAddress: 'https://vm-drims2:32844/9efec30f2e474b37a620610e7ffef5b3/SecureStoreService.svc/https'
    Channel: 'Microsoft.Office.SecureStoreService.Server.ISecureStoreServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/2009/06/securestoreservice/ISecureStoreServiceApplication/GetCredentials' MessageId: 'urn:uuid:de38ae0e-e451-40ca-8ba5-7f2eb0c1d730' 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.12  w3wp.exe (0x15C0)                        0x1764 SharePoint Foundation        
     Monitoring                     b4ly High     Leaving Monitored Scope (ExecuteWcfOperation:http://schemas.microsoft.com/sharepoint/2009/06/securestoreservice/ISecureStoreServiceApplication/GetCredentials).
    Execution Time=107,606972394536 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.12  w3wp.exe (0x15C0)                        0x1764 SharePoint Foundation        
     Monitoring                     b4ly High     Leaving Monitored Scope (ExecuteOnChannel: GetCredentials). Execution Time=109,635721858504 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.12  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     6wdh Verbose  WebServiceQuery: Begin soln=urn:schemas-microsoft-com:office:infopath:popis:-myXSD-2015-01-21T07-22-46 adapter=current user 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.12  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     6qh7 Verbose  Web Request: Begins url=http://drims.dri.local/_vti_bin/userprofileservice.asmx action=http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByName 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.12  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     13zc Verbose  Web Request:  Preparing SOAP message 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.12  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     13zd Verbose  Web Request:  Preparing WebRequest 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.12  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     1dhr Verbose  Web Request:  Writing request stream 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:02.12  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     13zf Verbose  Web Request:  Getting response 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:04.12  w3wp.exe (0x15C0)                        0x1914 SharePoint Foundation        
     Topology                       e5mc Medium   WcfSendRequest: RemoteAddress: 'http://vm-drims:32843/9a369b2ae1ce44f88d48e93d62e5f772/MetadataWebService.svc'
    Channel: 'Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges' MessageId: 'urn:uuid:0346e221-d65e-4b5c-8be9-46f3d7f225b1' 
    02/04/2015 14:07:04.84  w3wp.exe (0x15C0)                        0x1838 SharePoint Portal Server       Runtime                      
     8gp7 Medium   Topology cache updated. (AppDomain: /LM/W3SVC/1229331659/ROOT-1-130675275570041108) 
    02/04/2015 14:07:12.33  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     13zg Verbose  Web Request:  WebException Caught 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:12.33  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     13zi Verbose  Web Request:  Copying response to DOMs 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:12.33  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     13zi Verbose  Web Request:  Copying response to DOMs 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:12.33  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     6qh8 Verbose  Web Request: Ends url=http://drims.dri.local/_vti_bin/userprofileservice.asmx action=http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserProfileByName 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:12.33  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     6wdi Verbose  WebServiceQuery: End 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:12.33  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     7tfk Medium   Data adapter failed during OnLoad: The operation has timed out 9823355e-8a6c-4741-971e-a9e064249485
    02/04/2015 14:07:12.33  w3wp.exe (0x15C0)                        0x1764 InfoPath Forms Services      
     Runtime - Data Connections     eq8m Warning  The following data connection (DRI\gljubic) has timed out(User: popis, Form Name: , IP:
    http://drims.dri.local/_layouts/FormServer.aspx?XsnLocation=http://drims.dri.local/popis/Forms/template.xsn&SaveLocation=http://drims.dri.local/popis&ClientInstalled=true&Source=http://drims.dri.local/popis/Forms/AllItems.aspx&DefaultItemOpen=1,
    Request: urn:schemas-microsoft-com:office:infopath:popis:-myXSD-2015-01-21T07-22-46, Form ID: (null)). 9823355e-8a6c-4741-971e-a9e064249485
    i used your solution for this my problem but nothing.
    plz help me
    i changed settings for infopath forms service, but nothing
    what i do?

  • Constantly receive error message from ichat.

    I need help. I have been using Ichat for several years without ANY issue and out of nowhere it will not connect with my chat buddy. I get an error message that asks to report to apple or not. I have reported it over a dozen times and no tone reply???? Help me.....Here are the details i copied in the message.
    Date/Time: 2009-04-04 22:19:40.199 -0400
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 1257700135.
    [email protected]: State change from AVChatNoState to AVChatStateWaiting.
    0xe6e19c0: State change from AVChatNoState to AVChatStateInvited.
    0xe6e19c0: State change from AVChatStateInvited to AVChatStateConnecting.
    [email protected]: State change from AVChatStateWaiting to AVChatStateConnecting.
    0xe6e19c0: State change from AVChatStateConnecting to AVChatStateConnected.
    [email protected]: State change from AVChatStateConnecting to AVChatStateConnected.
    [email protected]: State change from AVChatStateConnected to AVChatStateEnded.
    Chat ended with error -21
    0xe6e19c0: State change from AVChatStateConnected to AVChatStateEnded.
    Chat ended with error -21
    Video Conference Error Report:
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP m.0:6483;branch=z9hG4bK3e43e6dd077f2781
    To: "u0" <sip:[email protected]>;tag=318010612
    From: "[email protected]" <sip:[email protected]:5060>;tag=1357582168
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 3 NOTIFY
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @:0 type=4 (00000000/2)
    [VCRECEIVEERROR]
    [23]
    @:0 type=4 (00000000/2)
    [VCTRANSMITERROR]
    [22]
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP m.0:6483;branch=z9hG4bK051898a0610d8017
    To: "u0" <sip:[email protected]>;tag=318010612
    From: "[email protected]" <sip:[email protected]:5060>;tag=1357582168
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 2 NOTIFY
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SUBSCRIBE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP u0en0.1;branch=z9hG4bK0f2ccdc705aa10cd
    Max-Forwards: 70
    To: "[email protected]" <sip:[email protected]:5060>;tag=1357582168
    From: "u0" <sip:[email protected]>;tag=318010612
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 1 SUBSCRIBE
    Contact: <sip:[email protected]>
    Event: conference
    Expires: 3600
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP m.0:6483;branch=z9hG4bK5f76e57f245561e3
    To: "u0" <sip:[email protected]>;tag=318010612
    From: "[email protected]" <sip:[email protected]:5060>;tag=1357582168
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 199
    [v=0
    o=keith 0 0 IN IP4 u0en0.1
    [email protected]
    c=IN IP4 u0en0.1
    t=0 0
    m=audio 16386 RTP/AVP 12
    a=rtcp:16387
    m=video 16384 RTP/AVP 126
    a=rtcp:16385
    a=rtpmap:126 X-H264/8000
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 180 Ringing
    Via: SIP/2.0/UDP m.0:6483;branch=z9hG4bK5f76e57f245561e3
    To: "u0" <sip:[email protected]>;tag=318010612
    From: "[email protected]" <sip:[email protected]:5060>;tag=1357582168
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 100 Trying
    Via: SIP/2.0/UDP m.0:6483;branch=z9hG4bK5f76e57f245561e3
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]:5060>;tag=1357582168
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 1 INVITE
    User-Agent: Viceroy 1.2
    Content-Length: 0
    Video Conference Support Report:
    @:0 type=2 (00000000/2)
    [VCUSE_INTERNALISIGHT]
    [25]
    @:0 type=2 (00000000/2)
    [VCUSE_INTERNALISIGHT]
    [25]
    @:0 type=2 (00000000/2)
    [VCUSE_INTERNALISIGHT]
    [25]
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [NOTIFY sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:6483;branch=z9hG4bK3e43e6dd077f2781
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>;tag=318010612
    From: "[email protected]" <sip:[email protected]>;tag=1357582168
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 3 NOTIFY
    Contact: <sip:[email protected]:6483>;isfocus
    Event: conference
    Subscription-State: terminated;reason=noresource
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @:0 type=2 (00000000/2)
    [VCUSE_INTERNALMIC]
    [29]
    @:0 type=2 (00000000/2)
    [VCUSE_INTERNALISIGHT]
    [25]
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [NOTIFY sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:6483;branch=z9hG4bK051898a0610d8017
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>;tag=318010612
    From: "[email protected]" <sip:[email protected]>;tag=1357582168
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 2 NOTIFY
    Contact: <sip:[email protected]:6483>;isfocus
    Event: conference
    Subscription-State: active;expires=3600
    User-Agent: Viceroy 1.2
    Content-Type: application/conference-info+xml
    Content-Length: 217
    <c-i v="0" st="f" en="sip:[email protected]">
    c<h>i</h><m t="a"/><m t="v"/>
    c<h>o</h><m t="a"/><m t="v"/>
    </c-i>
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP u0en0.1;branch=z9hG4bK0f2ccdc705aa10cd
    To: "[email protected]" <sip:[email protected]>;tag=1357582168
    From: "u0" <sip:[email protected]>;tag=318010612
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 1 SUBSCRIBE
    Contact: <sip:[email protected]:6483>;isfocus
    Expires: 3600
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [ACK sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:6483;branch=z9hG4bK0bed9b704c8f380a
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>;tag=318010612
    From: "[email protected]" <sip:[email protected]>;tag=1357582168
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 1 ACK
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:6483;branch=z9hG4bK5f76e57f245561e3
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1357582168
    Call-ID: 30ff5faa-2188-11de-a106-9ba5d05113c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:6483>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 520
    v=0
    o=RxMeridian 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-94779691
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:-395159234
    @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17efff com.apple.iChat 3.1.9 (446) /Applications/iChat.app/Contents/MacOS/iChat
    0x305000 - 0x3b7fff com.apple.WebKit 4525.27 (4525.27.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x445000 - 0x523fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x54f000 - 0x616fff com.apple.JavaScriptCore 4525.26 (4525.26.2) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x1008000 - 0x15fbfff com.apple.WebCore 4525.26 (4525.26.6) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0xd9bd000 - 0xd9c6fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0xd9dd000 - 0xd9e2fff com.apple.audio.AppleHDAHALPlugIn 1.3.7 (1.3.7a23) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xdc68000 - 0xdcb8fff com.DivXInc.DivXDecoder 6.0.5 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0xdcca000 - 0xdcfbfff com.apple.QuickTimeIIDCDigitizer 7.6 (1290) /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0xdd05000 - 0xdd4efff com.apple.QuickTimeUSBVDCDigitizer 2.0.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0xdd78000 - 0xded1fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xdefd000 - 0xe0ebfff com.apple.ATIRadeonX1000GLDriver 1.4.58 (4.5.8) /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0xe127000 - 0xe143fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0xe14a000 - 0xe16efff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0xe36d000 - 0xe370fff com.apple.audio.AudioIPCPlugIn 1.0.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xe38c000 - 0xe3b6fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0xe4ea000 - 0xe4f2fff com.apple.iokit.IOUSBLib 2.7.5 /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0xf15c000 - 0xf15ffff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x70000000 - 0x700fafff com.apple.audio.units.Components 1.4.7 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4afff dyld /usr/lib/dyld
    0x90000000 - 0x90016fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9002a000 - 0x90348fff com.apple.QuickTime 7.6.0 (1290) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90910000 - 0x90910fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90990000 - 0x90a0efff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90a56000 - 0x90ad5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afe000 - 0x90b62fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd1000 - 0x90bd8fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bdd000 - 0x90c50fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c65000 - 0x90c77fff libauto.dylib /usr/lib/libauto.dylib
    0x90f66000 - 0x90fcefff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9141bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9141f000 - 0x91445fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91a5a000 - 0x91a78fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91aee000 - 0x91af2fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ba0000 - 0x91ba2fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c06000 - 0x91c43fff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91ce4000 - 0x91ce4fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce6000 - 0x91d74fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d7b000 - 0x91d7bfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d7d000 - 0x91dd6fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddf000 - 0x91e03fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92137000 - 0x927edfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92bb5000 - 0x92bb5fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb7000 - 0x92bc7fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd6000 - 0x92bdefff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be4000 - 0x92beafff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bf0000 - 0x92c81fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c95000 - 0x92c99fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92ccc000 - 0x92cd2fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd8000 - 0x92d3bfff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d62000 - 0x92da3fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dca000 - 0x92dd8fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ddf000 - 0x92de4fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de9000 - 0x930defff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e4000 - 0x931effff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f4000 - 0x9320ffff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9325f000 - 0x9325ffff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93510000 - 0x9352dfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93536000 - 0x935b5fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93c98000 - 0x93d13fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4c000 - 0x93e05fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e48000 - 0x93e48fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e4a000 - 0x9400bfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94051000 - 0x94092fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9409a000 - 0x940d4fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94189000 - 0x941c7fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9420b000 - 0x9421cfff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9422a000 - 0x94268fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94985000 - 0x94994fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9499b000 - 0x949c4fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949ca000 - 0x949d9fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94a32000 - 0x94a98fff com.apple.Bluetooth 1.9.5 (1.9.5f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x95162000 - 0x95256fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x952bd000 - 0x9536ffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x953cc000 - 0x953f1fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x95d3c000 - 0x95e10fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95e9c000 - 0x95ec8fff com.apple.AE 316.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x95ee6000 - 0x95f25fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96148000 - 0x9621dfff com.apple.ApplicationServices.ATS 2.4.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x969c7000 - 0x969c7fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96eae000 - 0x96ed0fff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x96f46000 - 0x96f86fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96fa2000 - 0x97001fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97033000 - 0x97034fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97036000 - 0x9703bfff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97106000 - 0x97121fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9712c000 - 0x971b4fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x971b9000 - 0x971f8fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x980a7000 - 0x98191fff com.apple.viceroy.framework 278.3.12 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x99f73000 - 0x99f7efff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9b096000 - 0x9b202fff com.apple.MessageFramework 2.1.3 (753.1) /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x9d1c0000 - 0x9d297fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9d2b2000 - 0x9d2eefff com.apple.QuickTimeFireWireDV.component 7.6 (1290) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x9d2f7000 - 0x9e273fff com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9e3d3000 - 0x9e473fff com.apple.QuickTimeImporters.component 7.6 (1290) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9e48e000 - 0x9e49dfff com.apple.CoreGraphics 1.258.82 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9e4a4000 - 0x9e4befff com.apple.CoreGraphics 1.258.82 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9e4c4000 - 0x9e4cffff com.apple.CoreGraphics 1.258.82 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9e4d4000 - 0x9e4d4fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9e4d7000 - 0x9e4f5fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9e507000 - 0x9e54ffff com.apple.bom 8.5.1 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9e559000 - 0x9e570fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9e57b000 - 0x9e5d3fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9e5e7000 - 0x9e6d4fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9e6d6000 - 0x9ea8afff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9eab7000 - 0x9eec0fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9eefa000 - 0x9ef10fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x9ef15000 - 0x9f1bbfff com.apple.CoreServices.CarbonCore 682.31 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9f1fe000 - 0x9f200fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9f202000 - 0x9f2cafff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9f308000 - 0x9f3b1fff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9f3d7000 - 0x9f414fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9f43b000 - 0x9f890fff com.apple.CoreGraphics 1.258.82 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9f927000 - 0x9fb5ffff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9fc71000 - 0x9fde2fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x9fe32000 - 0x9fe34fff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9fe37000 - 0x9ff7dfff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook

    Hi,
    Welcome to the    Discussions
    You have iChat 3 on OS 10.4.11
    Error 21 is normally "Cannot Get Video from Camera" as the Message that gets written on the Video Chat Window as well.
    The Log shows on a LAN IP that looks like a Campus or office or Shared Appartment Block service
    From: "[email protected]" <sip:[email protected]:5060>;tag=1357582168
    Other things in the log suggest this Invite all but connected.
    The thing that appears to be lacking is details of receiving a PINg from the other end.
    Any chance the Router you are connected to is blocking Pings now ?
    2:49 PM Sunday; April 5, 2009

Maybe you are looking for

  • No action instance for path /SubmitStudentInfoAction could be created

    Hello all: I am facing the floowing exception when use the struts with websphere 5.1 [03/11/04 21:32:15:526 AST] 6eecc29a WebGroup I SRVE0181I: [StudentRegistrationWeb.war] [StudentRegistrationWeb] [Servlet.LOG]: action: Error creating Action instanc

  • Itunes wont install or allow uninstallation

    i recently downloaded the newest version of itunes and no it wont install completely and when i go to open my previous itunes it tells me the program is not installed. what can i do?

  • The size of a form viewer

    Hi, friends, For some reasons, I would like to develop an off-line tool say a form viewer using Java Swing. The data will be stored in xml files. The form viewer will display the data as electronic form. A user can edit the form and store the updated

  • Jarsigner - how to enable the command

    Hi everyone, I am new to java but have a little IT networking knowledge. However in the command line i cannot seem to enable the jarsigner command. It always replies with ' jarsigner' is not recognised as an internal or external command, operable pro

  • What size External HD for Macbook Pro 2.4Ghz with 250GB Internal HD

    I am looking at getting the Macbook Pro 15-inch 2.4Ghz with 250GB Internal HD. What is the minimum size External HD I need if I want to use Time Capsule with this machine?