IPlanet Webserver:Error Messages

Hi everybody
We have a problem debugging our JSP pages. Whatever the errors in the JSP's, all what we get in the browser is a generic server error. Is there a switch or configuration entry to make the JSP Enginge more verbose?

Hi,
Do get more error messages related to jsp, follow the below steps.
1.Go to iWS doc root e.g:- /usr/netscape/server4
2.Edit jvm12.conf file from /usr/netscape/server4/https-test/config/jvm12.conf
Change the following lines in jvm12.conf:
#jvm.verboseMode=1
#jvm.enableDebug=1
#jvm.printErrors=0
#jvm.trace=5
to:
jvm.verboseMode=1
jvm.enableDebug=1
jvm.printErrors=6
jvm.trace=6
3.Restart the server.
Thanks,
Daks.

Similar Messages

  • Error message when starting new webserver on Sun One

    Hi,
    I saw a similar post on this topic a couple of months back. Tried the suggestion, but my results are different from that person's results.
    I'm trying to create a new webserver on a freshly-installed Sun One server. Ultimately, I'd like to migrate our old iPlanet 4.1 webservers, but right now, even creating a plain vanilla instance on this server isn't working.
    Symptom #1 from error log:
    failure ( 7563): Invalid configuration: Could not determine base pathname of the file
    From what I understood in a previous post, this may be due to a permissions problem. The suggestion made was to try running the webserver as root, and if it works, that's the likely suspect.
    When I try setting the webserver user to root, though, I get a different error message:
    Symptom #2:
    security ( 7683): Temporary directory /tmp/https-mercury-test-310a6482 (specified by the TempDir magnus.conf directive) is not owned by the server user. This is a potential security hole. Please change TempDir or remove the directory and restart the server.
    Any suggestions?
    Thanks,
    Liz

    It appears there was some problem during install/setup of your non-root web instance. To debug this issue, you can try running truss on the start script to find out what is causing the problem. Alternatively, if this is a test/lab setup, you may want to remove this and do a clean install one more time. I've had no problems running as non-root users so this should work for you.
    Thanks
    Manish

  • IPlanet 6.0 WebServer error with Solaris 8

    Hi,
    the webserver errorlog gets this persistent error after startup. Could someone give me an idea on how to resolve this ?
    Configuration:
    Server : IPLANET Enterprise 6.0 SP2
    OS: SOLARIS 8
    Error
    [15/Feb/2005:11:19:37] failure ( 7286): Failed to read kernel statistics structures (No such device or address)
    [15/Feb/2005:11:19:38] failure ( 7286): Failed to read kernel statistics structures (No such device or address)
    [15/Feb/2005:11:19:38] failure ( 7286): Failed to read kernel statistics structures (No such device or address)
    [15/Feb/2005:11:19:39] failure ( 7286): Failed to read kernel statistics structures (No such device or address)
    thanks in advance,
    Rohit

    I think you should apply the latest service pack, iPlanet Web Server 6.0 SP9, and the latest Solaris 8 recommended patch cluster.
    iPlanet Web Server 6.0 SP9: http://www.sun.com/download/products.xml?id=41ca136a
    Recommended Solaris patch clusters: http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/patch-access
    If for some reason you can't apply these updates, you can eliminate the error messages by disabling Web Server's statistics collection functionality. To do this, comment out any lines in the magnus.conf configuration file that mention perf-init or stats-init. For example, you would change the following line:Init fn="stats-init" profiling="on"To comment it out, add a # at the beginning of the line:#Init fn="stats-init" profiling="on"

  • Error  404 Not Found in  iplanet webserver

    Hi,
    We have application to hosted in iplanet webserver and weblogic application server.
    we/users accesing one URL like http://domain.com/context/folder1/index.jsp.
    some request fails(intermittently) and giving 404 not found error to user page.we checked the iplanet access and error logs. in logs we saw 404 not found error.
    we got some solution to change KeepAliveTimeOut param from 30 sec to 300 sec. we did the same . but after that also we are facing the issue.
    please any one knows . please help us.
    Regards
    karthik

    Hi,
    Is your web server forwarding all requests to Application server (web logic). If so you need ti have those files in the app server doc root.
    give more details like what you are using passthrough or reverse proxy for request forwarding to Weblogic from Webserver.
    thx

  • After installing iPlanet Web Server v6 SP2, there is error message: https-admserv60 cannot be found??

    After installing iPlanet Web Server v6 SP2 on Windows 2000 SP2, error message in the event log shows up. "The description for Event ID ( 0 ) in Source ( https-admserv60 ) cannot be found."
    "The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: startup: server started successfully."
    The iPlanet 6SP2 seems to work fine but these error message occur after rebooting the server. There is actually 2 messaages: one for the admin server and the
    other for the actual web server instance. Both state
    'server started successfully' but these messages still
    appear.
    Any ideas how to correct this?
    Thanks,
    JD Trinaca

    this will occur, as the 6.x servers do not use the lodctrl to place the perf monitor messages in the registry...as long as the server starts & runs ok, you can ignore these particular errors

  • Parser Error Message: Unrecognized configuration section 'system.webServer'

    at the time of rum show Error 
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 
    Parser Error Message: Unrecognized configuration section 'system.webServer'
    Source Error: 
    Line 34:     </httpModules>
    Line 35:   </system.web>
    Line 36:   <system.webServer>
    Line 37:     <validation validateIntegratedModeConfiguration="false"/>
    Line 38:     <modules>
    Source File: c:\inetpub\wwwroot\ACS-Driver\web.config    Line: 36 
    Version Information: Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379

    my server :
    os windown server 2003
    iis 6.0

  • How can I connect to Oracle database from Iplanet webserver running on a Linux box and a database running on a Solaris box?

    Hi - I'm new to this group and wonders whether you guys can help me.
    I'm trying to connect to my Oracle9i database via a Java servlet but
    got the following error message in the web browser:
    Internal error: exception thrown from the servlet service function
    (uri=/servlet/HelloWWW6): java.lang.NullPointerException, Stack:
    java.lang.NullPointerException
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1743)
    at oracle.jdbc.oci8.OCIEnv.getEnvHandle(OCIEnv.java:69)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:452)
    at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:287)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance
    (OracleDriver.java:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:172)
    at HelloWWW6.doGet(HelloWWW6.java:40)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.iplanet.server.http.servlet.NSServletRunner.invokeServletService
    (NSServletRunner.java:897)
    at com.iplanet.server.http.servlet.NSServletRunner.Service
    (NSServletRunner.java:464)
    My class path is:
    Java VM
    classpath: /u01/iplanet/servers/plugins/servlets/examples/legacy/beans
    .10/SDKBeans10.jar:/usr/local/javamail-1.2/mail.jar:/usr/local/jaf-
    1.0.1/activation.jar:/u02/app/oracle/product/9i/lib:/u02/app/oracle/pr
    oduct/9i/jdbc/lib:/u02/app/oracle/product/9i/jdbc/lib/classes12.zip:/u
    02/app/oracle/product/9i/jdbc/lib/nls_charset12.zip:/u01/iplanet/serve
    rs/bin/https/jar/NSServletLayer.jar:/u01/iplanet/servers/bin/https/jar
    /NSJavaUtil.jar:/u01/iplanet/servers/bin/https/jar/NSJavaMiscUtil.jar:
    /u01/iplanet/servers/bin/https/jar/servlet.jar:/u01/iplanet/servers/bi
    n/https/jar/servlet-2.3-filters-
    api.jar:/u01/iplanet/servers/bin/https/jar/jsp092.jar:/u01/iplanet/ser
    vers/bin/https/jar/jaxp.jar:/u01/iplanet/servers/bin/https/jar/crimson
    .jar:/u01/iplanet/servers/bin/https/jar/xalan.jar:/u01/iplanet/servers
    /bin/https/jar/jspengine.jar:
    My LD_LIBRARY_PATH is:
    /u02/app/oracle/product/9i/lib:/u02/app/oracle/product/9i/jdbc/lib:/u0
    2/app/oracle/product/9i/jdbc/lib/classes12.zip:/u02/app/oracle/product
    /9i/jdbc/lib/nls_charset12.zip
    Can anyone help? This is currently driving me nuts. I was able to
    connect when I changed it to an application.
    I am using the Iplanet Webserver 6.0 on a Linux 7.2 platform. Like I
    said, sqlplus works fine, standard java application works fine but
    when I change it to a servlet (which means it now goes through the
    webserver, I get this error message)
    Does anyone know what the source code is trying to do at
    OCIDBAccess.java:1743 ?
    Thanks guys!

    Tony, could you please explain me better the procedure that you wrote?
    What are the boxes? My situation is similar:
    | ServerSocket (1) |
    | (192.168.1.100, 5555) |
    |
    |
    |
    |
    | Proxy |
    | Someone wants to connect to the ServerSocket (1) |
    That is not true. You CAN do it but you need a box
    outside the firewall with proper IP address to help
    you. I am not sure if Sergio still wants the answer
    today after more than a year from the original post (I
    did not see the post until today when I try to search
    for something else). Anyway, if such a box is
    available (I call it 2nd box), you could first
    establish a socket between the two boxes by HTTP
    tunneling (I assume it is a http proxy). You have to
    initiate the socket from the 1st box. Then start
    another server socket on the 2nd box, forwarding the
    traffic it gets from outside back to the 1st box using
    the established channel. That is it.
    Tony

  • Func_exec reports:  no handler function given for directive  in iPlanet webserver 4.1

    Hi,
    I am trying to run servlets on iPlanet webserver fasttrach edition 4.1 on Windows NT,The web server starts ok as well, but when I try to connect to it I receive a server error and the following messages are in the error log:
    for host 124.163.117.31 trying to GET /servlet/sample, func_exec reports: no handler function given for directive.
    could you please give me some solution for this.
    Thanks&Regards,
    Anne.

    means there is an issue with the the Init Loadmodules line. Normally, check the syntax, make sure the shared objects are where the web server thinks they are.
    If all is good, in unix, check to make sure the init line is all ONE LINE with no line breaks.

  • Where to place my java bean files in iplanet Webserver  6.0

    Hi,
    I have installed SunOne iPlanet webserver 6.0 (Not Application Server). I have written very simple jsp program, that will instance a java bean (not EJB).and say Hello world. I have written test.jsp I have placed under c:\iplanet\servers\docs (root webdirectory). Where do i need to place helloBean.java file in iplanet webserver 6.0. Even i have created WEB-INF\classes & WEB-INF\lib folder under c:\iplanet\servers\docs I have created a .war file, that also put in classpath of iplanet. Finally i am getting here message that, helloBean.not found, when i see the error log file. Do i need to create jar / war file to do this simple program ?
    Please answer me, i am very much interest on this.
    Thank a lot
    Regards
    - Thilip

    Hi,
    Thanks for your immediate reply. Still, i am getting the same problem. I have gone through your instruction.
    i have placed my jsp file in c:/iplanet/servers/docs folder
    i have placed my bean file in c:/iplanet/servers/docs/firstBean folder
    Also mentioned in JVM classpath as like this
    c:/iplanet/servers/docs/firstBean
    But i am getter error msg that firstBean.databaseBean class not found.
    Please suggest me to do any other neccessary step ?
    Please inform me.
    Thanks in advance.
    Regards
    - Thilip

  • Error Message on content check-in

    Hi!
    We have a new installed Content Server here and I work with Site Studio to create the hcsp pages. On one of these pages I have a contribution region with a Plain Text Element. If I hit CTRL-Shift-F5 on the page to fill in the content, I get this error message: "Unable to perform the action due to the following reasons:
    [+] Mandatory parameter 'IdcService' for POST or GET is missing. Request could not be processed. Could not find the parameter 'IdcService'.".
    Does anybody know where this message comes from and how I can get rid of it?
    Thanks in advance!
    Bernd

    Hello,
    I'm having the very same problem with the "Ravenna Hosting" tutorial, installed on a clean server. The installed components are the most recent as of June 13 2008.
    The message in the content server log is:
    El gestor de servicios no ha procesado la petición debido a un error de protocolo.
    Los encabezados de petición analizados son:
    {HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648), HTTP_ACCEPT_ENCODING=gzip, deflate, REQUEST_METHOD=POST, IsSocketConnection=1, IdcAuthChallengeType=http, HTTP_ACCEPT_LANGUAGE=es-co, ThreadCount=1, SERVER_NAME=mlvirtesp, SERVER_SOFTWARE=Microsoft-IIS/6.0, HTTP_REFERER=http://mlvirtesp/RVH/index.htm, HTTP_CGIPATHROOT=/idc/idcplg, RemoteClientHostAddress=127.0.0.1, HTTP_HOST=mlvirtesp, GATEWAY_INTERFACE=CGI/1.1, REMOTE_ADDR=192.168.11.102, SERVER_PROTOCOL=HTTP/1.1, SERVER_PROTOCOL_TYPE=NONE, IDC_REQUEST_AGENT=webserver, REMOTE_HOST=192.168.11.102, HTTP_CONNECTION=Keep-Alive, RemoteClientPort=4444, SERVER_PORT=80, HTTP_COOKIE=IdcLocale=Espa%C3%B1ol; IntradocAuth=Internet; IntradocLoginState=1; wcm.contributor.mode=true; IdcTimeZone=America/Bogota, CONTENT_TYPE=application/json, RemoteClientRemotePort=1193, CONTENT_LENGTH=95, IDC_REQUEST_CTIME=1213657939, HTTP_INTERNETUSER=sysadmin, HTTP_ACCEPT=*/*, SCRIPT_NAME=/idc/idcplg/idc_cgi_isapi-idc.dll, PATH_TRANSLATED=c:\inetpub\wwwroot}
    Falta el parámetro obligatorio 'IdcService' para POST o GET. No se pudo procesar la petición. No se ha encontrado el parámetro 'IdcService'. [ Información ]
    Se ha producido un error. El seguimiento de pila siguiente muestra más información.
    !csServiceRequestProtocolErrorReport,{HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)\, HTTP_ACCEPT_ENCODING=gzip\, deflate\, REQUEST_METHOD=POST\, IsSocketConnection=1\, IdcAuthChallengeType=http\, HTTP_ACCEPT_LANGUAGE=es-co\, ThreadCount=1\, SERVER_NAME=mlvirtesp\, SERVER_SOFTWARE=Microsoft-IIS/6.0\, HTTP_REFERER=http://mlvirtesp/RVH/index.htm\, HTTP_CGIPATHROOT=/idc/idcplg\, RemoteClientHostAddress=127.0.0.1\, HTTP_HOST=mlvirtesp\, GATEWAY_INTERFACE=CGI/1.1\, REMOTE_ADDR=192.168.11.102\, SERVER_PROTOCOL=HTTP/1.1\, SERVER_PROTOCOL_TYPE=NONE\, IDC_REQUEST_AGENT=webserver\, REMOTE_HOST=192.168.11.102\, HTTP_CONNECTION=Keep-Alive\, RemoteClientPort=4444\, SERVER_PORT=80\, HTTP_COOKIE=IdcLocale=Espa%C3%B1ol; IntradocAuth=Internet; IntradocLoginState=1; wcm.contributor.mode=true; IdcTimeZone=America/Bogota\, CONTENT_TYPE=application/json\, RemoteClientRemotePort=1193\, CONTENT_LENGTH=95\, IDC_REQUEST_CTIME=1213657939\, HTTP_INTERNETUSER=sysadmin\, HTTP_ACCEPT=*/*\, SCRIPT_NAME=/idc/idcplg/idc_cgi_isapi-idc.dll\, PATH_TRANSLATED=c:\\inetpub\\wwwroot}!csManditoryIdcServiceMissing!syParameterNotFound,IdcService
    intradoc.data.DataException: !syParameterNotFound,IdcService
         at intradoc.data.DataBinder.getEx(Unknown Source)
         at intradoc.data.DataBinder.get(Unknown Source)
         at intradoc.server.ServiceManager.processCommand(Unknown Source)
         at intradoc.server.IdcServerThread.run(Unknown Source)
    Does anybody have any ideas about this?.
    This thread seems to be the only result when googling "Mandatory parameter 'IdcService' for POST or GET is missing".
    Thanks in advance.

  • Logon Error Message when opening application.

    All dear Gurus,
    In the Portfolios-> item-> relationships-> object Type(DMS), we have added an object and it is appearing. But when we click on the open of the application , I am getting Logon error message.
    What I should to to solve it.
    Please see the attachments
    Regards,
    Namsheed.

    Hi Ravi,
    we got the system alias name from Gateway->OData Channel->Configuration->Connection Settings->SAP Netweaver Gateway to SAP System->Manage System Aliases.
    And in Define webserver alias, we have maintained like this.
    In define Object link type, in DMS
    And as you told, in service for object type, we have maintained the web server.
    I have already activated the service : SICF path - /default_host/sap/bc/gui/sap/its/webgui
    After all this configuration I checked in NWBC, but still I am getting error like this.
    Correct me where I am wrong.
    Regards,
    Namsheed.

  • -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 deploying war file to sun web server 6.1

    i've been trying to deploy an application developed locally in tomcat to a local install of sun web server 6.1, and can't seem to get it to work. the error message i am getting now is:
    [05/Dec/2008:12:44:08] config ( 1640): for host xxx.xxx.xxx.xx trying to GET /cart/index.jsp, handle-processed reports: HTTP2205: The request method is not applicable to the requested resource.
    but that is the only error showing up. i've found some other forum topics involving memory issues (not the case here) and mime.type issues (not the case here), but nothing where this is the only error message showing up.
    any ideas? anyone?

    I deployed the application using a WAR file I created and the Server Manager.
    I've been able to get a JSP running in the $INSTALL_DIR/docs directory (database connectivity, result set printing, session data storing) but not outside of there.
    I switched to "finest" error reporting, but that isn't really helping much either.
    I even deployed one of the sample WAR files that came with the installation (webapps-simple.war), and it failed too, the error message I got was:
    [09/Dec/2008:10:35:51] fine ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, ntrans-j2ee reports: mapped uri "/jsp/num/numguess.jsp" in context "/simple" to resource "jsp"
    [09/Dec/2008:10:35:51] fine ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: context = StandardEngine[null].StandardHost[https-arlll3n4244.arcds.com].StandardContext[simple]
    [09/Dec/2008:10:35:51] fine ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: contextPath = /simple
    [09/Dec/2008:10:35:51] fine ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: wrapper = null
    [09/Dec/2008:10:35:51] fine ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: servletPath =
    [09/Dec/2008:10:35:51] fine ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: pathInfo = null
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: Authenticator[simple]: Security checking request GET /simple/jsp/num/numguess.jsp
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: Authenticator[simple]: Checking constraint 'SecurityConstraint[Protected Area]' against GET /jsp/num/numguess.jsp --> false
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: Authenticator[simple]: No applicable constraint located
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: Authenticator[simple]: Not subject to any constraint
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WebModule[simple]: Mapping contextPath='/simple' with requestURI='/simple/jsp/num/numguess.jsp' and relativeURI='/jsp/num/numguess.jsp'
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WebModule[simple]: Decoded relativeURI='/jsp/num/numguess.jsp'
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WebModule[simple]: Trying exact match
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WebModule[simple]: Trying prefix match
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WebModule[simple]: Trying extension match
    [09/Dec/2008:10:35:51] finer ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WebModule[simple]: Mapped to servlet 'jsp' with servlet path '/jsp/num/numguess.jsp' and path info 'null' and update=true
    [09/Dec/2008:10:35:51] info ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WEB2798: [cart/] ServletContext.log(): JspEngine --> /jsp/num/numguess.jsp
    [09/Dec/2008:10:35:51] info ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WEB2798: [cart/] ServletContext.log(): ServletPath: /jsp/num/numguess.jsp
    [09/Dec/2008:10:35:51] info ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WEB2798: [cart/] ServletContext.log(): PathInfo: null
    [09/Dec/2008:10:35:51] info ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WEB2798: [cart/] ServletContext.log(): RealPath: C:\Sun\WebServer6.1\https-ARLLL3N4244.arcds.com\webapps\https-ARLLL3N4244.arcds.com\simple\jsp\num\numguess.jsp
    [09/Dec/2008:10:35:51] info ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WEB2798: [cart/] ServletContext.log(): RequestURI: /simple/jsp/num/numguess.jsp
    [09/Dec/2008:10:35:51] info ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: WEB2798: [cart/] ServletContext.log(): QueryString: null
    [09/Dec/2008:10:35:51] failure ( 5384): for host 192.168.112.96 trying to GET /simple/jsp/num/numguess.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalArgumentException: WEB3446: setAttribute: Non-serializable attribute
         at org.apache.catalina.session.StandardSession.setAttribute(StandardSession.java:1280)
         at org.apache.catalina.session.StandardSessionFacade.setAttribute(StandardSessionFacade.java:191)
         at org.apache.catalina.session.StandardSessionFacade.setAttribute(StandardSessionFacade.java:191)
         at org.apache.jasper.runtime.PageContextImpl.setAttribute(PageContextImpl.java:271)
         at jsps.jsp._num._numguess_jsp._jspService(_numguess_jsp.java:81)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:688)
         at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:460)
         at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:376)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:579)

  • 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

  • Oracle Upgrade

    Experts, I am upgrading Oracle from 9.2.0.8 to 10.2.0.4 for ECC 6 Upgrade and simultaneously patching oracle from 10.2.0.1 to 10.2.0.4.I have few questions:

  • How to limit the number of  emails the  mail application downloads.

    I have over 5000 emails in my online account and I do not want mail do download more than 50 of my newest emails to be downloaded into the mail application. Is there a way to limit how many emails the mail application downloads? Thanks. Message was e

  • Synch using a new computer

    I had my Ipod synched with my Windows PC until last year, no problem, I had over 800 songs. I then bought a MacBook Pro and continued buying songs on Itunes and making a new library using my Mac, but never hooking my Ipod up to the Mac. But now, if I

  • Next version ICAL

    I hear that a new ICAL coming in Sept will have an option for keeping track of different meeting rooms, to know what is scheduled or available in several rooms. Is this true? Will there be an update to Address Book so that people in it can be linked

  • Acrobat Distiller stop functioning

    I am currently using an older version of Acrobat.  It is 5.0.  I am runnig windows XP pro and service pack 3   It was working just fine and all of a sudden, I can no longer use the distiller to print to a .pdf.  Has there been an auto update that wou