Trace in console

Hello, and good Morning.
I am tracing with
alert(padre.item(i).name +   "      --->     "   +  _banda[0])
there are any form to print in the console.The same that trace or printf or print in python.
It is very slow a popup all the time.
Thanks for all

Thanks !!!!
Also Dan it is posible include js files or another jsx files. This not work for me, if you dont mind see the code.
include(file) {
var script = document.createElement('script');
script.src = file; script.type = 'text/javascript';
script.defer = true;
document.getElementsByTagName('head').item(0).appendChild(script);
} /* include any js files here */
include('jsTrace.js');
http://www.koders.com/javascript/fid3FFB0865968C3F1CE722BF1BF4670372D20F08C3.aspx

Similar Messages

  • Enable JMS - Queue/Topic Trace on console

    Hi everyone,
    I want to enable weblogic QUEUE/Topic trace enable so i could view the messages on the console can anyone please help!
    i already have logging enable for queues in the weblogic admin console but all the logs are going to jms.logging file which is not that helpful!
    IN MQ i use to add additional parameter trace=true in front of each queue defined, please tell how i can enable it in weblogic!
    TIA
    sall0

    To manage a queue's messages:
    1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
    2. In the Administration Console, navigate to the queue resource that you want to configure:
    * Navigate to JMS Resources in System Modules
    * Navigate to JMS resources in an application module
    3. Click the Monitoring tab.
    4. Select the check box next to the queue, and then click Show Messages to access the queue's JMS Messages table. You can then
    perform the following administrative procedures on a specific message or selected messages:
    Click a message in the queue to open the View Contents page, where you can view the contents of a JMS message. For more information :-
    Link : [http://download.oracle.com/docs/cd/E12840_01/wls/docs103/ConsoleHelp/taskhelp/jms_modules/queues/ManageQueues.html]

  • Trac upgrade failed on console.py

    I just upgrade trac from 0.12.3-1 -> 1.0-1
    It ask me to do 'trac-admin <repo_path> upgrade.
    When I done, it shows
    The upgrade failed. Please fix the issue and try again.
    AttributeError:
    I checked the trac.log:
    2012-09-21 13:03:57,574 Trac[console] ERROR: Exception in trac-admin command:
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/trac/admin/console.py", line 108, in onecmd
    rv = cmd.Cmd.onecmd(self, line) or 0
    File "/usr/lib/python2.7/cmd.py", line 220, in onecmd
    return self.default(line)
    File "/usr/lib/python2.7/site-packages/trac/admin/console.py", line 284, in default
    return cmd_mgr.execute_command(*args)
    File "/usr/lib/python2.7/site-packages/trac/admin/api.py", line 124, in execute_command
    return f(*fargs)
    File "/usr/lib/python2.7/site-packages/trac/env.py", line 970, in _do_upgrade
    self.env.upgrade(backup=no_backup is None)
    File "/usr/lib/python2.7/site-packages/trac/env.py", line 686, in upgrade
    if participant.environment_needs_upgrade(db):
    File "/home/python/mytrac/tagsplugin/tractags/model.py", line 23, in environment_needs_upgrade
    if self._need_migration(db):
    File "/home/python/mytrac/tagsplugin/tractags/model.py", line 45, in _need_migration
    db.rollback()
    File "/usr/lib/python2.7/site-packages/trac/db/util.py", line 107, in __getattr__
    raise AttributeError
    AttributeError:

    I just upgrade trac from 0.12.3-1 -> 1.0-1
    It ask me to do 'trac-admin <repo_path> upgrade.
    When I done, it shows
    The upgrade failed. Please fix the issue and try again.
    AttributeError:
    I checked the trac.log:
    2012-09-21 13:03:57,574 Trac[console] ERROR: Exception in trac-admin command:
    Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/trac/admin/console.py", line 108, in onecmd
    rv = cmd.Cmd.onecmd(self, line) or 0
    File "/usr/lib/python2.7/cmd.py", line 220, in onecmd
    return self.default(line)
    File "/usr/lib/python2.7/site-packages/trac/admin/console.py", line 284, in default
    return cmd_mgr.execute_command(*args)
    File "/usr/lib/python2.7/site-packages/trac/admin/api.py", line 124, in execute_command
    return f(*fargs)
    File "/usr/lib/python2.7/site-packages/trac/env.py", line 970, in _do_upgrade
    self.env.upgrade(backup=no_backup is None)
    File "/usr/lib/python2.7/site-packages/trac/env.py", line 686, in upgrade
    if participant.environment_needs_upgrade(db):
    File "/home/python/mytrac/tagsplugin/tractags/model.py", line 23, in environment_needs_upgrade
    if self._need_migration(db):
    File "/home/python/mytrac/tagsplugin/tractags/model.py", line 45, in _need_migration
    db.rollback()
    File "/usr/lib/python2.7/site-packages/trac/db/util.py", line 107, in __getattr__
    raise AttributeError
    AttributeError:

  • Idoc Script strEqualsIgnoreCase make a wrong evaluation of logic values.

    Hi again, this question starts like the last one i put in forum
    Re: Cannot find metadata values in workflow queue
    but it´s absolutely different.
    I need some help customizing workflow action menues.
    I´ve created a custom component with an html resource overwriting setup_workflow_action_popups.
    Basically is the same code that original. There´s only a little change: in the Approve Link creation section I have put this code (is stupid i know)
    <$exec rsAppendNewRow("PopupProps")$>
    <$exec setValue("PopupProps", "label", lc("wwApprove"))$>
    *<$if strEqualsIgnoreCase(dWfName,"Workflow1")$>*
    *<$if strEqualsIgnoreCase(dWfStepName, "Step1")$>*
    *<$exec setValue("PopupProps", "function", "javascript:alert('dWfStepName seems to be Step1 and is <$dWfStepName$>');document.Approve_<$dID$>.submit();")$>*
    *<$else$>*
    *<$exec setValue("PopupProps", "function", "javascript:alert('dWfStepName seems NOT to be Step1 and is <$dWfStepName$>');document.Approve_<$dID$>.submit();")$>*
    *<$endif$>*
    *<$else$>*
    *<$exec setValue("PopupProps", "function", "javascript:alert('<$dWfStepName$>');document.Approve_<$dID$>.submit();")$>*
    *<$endif$>*
    <$exec setValue("PopupProps", "ifClause", "AllowReview")$>
    <$exec setValue("PopupProps", "class", "workflow")$>
    <$exec setValue("PopupProps", "id", "workflowApprove")$>
    (I have built the component though i think is not necessary since i´m only changing HTML,I restarted Content Server even i think it is not necessary)
    I´m watching results in My Workflow Assignments and in Active Workflows.
    I have a big trouble. It seems "if" clause doesnt work in Idoc.
    I´m getting an alert with this message
    dWfStepName seems NOT to be Step1 and is Step1
    This means that Step1 is not the same that Step1
    So, <$if strEqualsIgnoreCase(dWfStepName, "Step1")$> is not working properly
    I tried next other forms with the same result
    <$if strEqualsIgnoreCase(dWfStepName, "Step1")==true$>
    <$if strEqualsIgnoreCase(dWfStepName, "Step1")==TRUE$>
    <$if strEqualsIgnoreCase(dWfStepName, "Step1")==0$>
    <$if isTrue(strEqualsIgnoreCase(dWfStepName, "Step1"))$>
    I´m really taken aback. i don´t know where is the problem.
    Any clue?
    Thank you
    Thank you very much

    In reality of course this should work. Try a simple hcsp page and you will see that this works fine. There must be an issue that you are not comparing what you think. Could be scope or whitespace. to eliminate whitespace change code to...
    <$if strEqualsIgnoreCase(strTrimWs(dWfStepName), "Step1")$>
    If this doesnt work can you use
    <$trace("#all", "#console")$>
    to dump everything to the server output. You can manage the server output from Administration > System Audit Information >
    then load the page again and patse the trace output here.

  • My mac mini crash too often

    I get a mac mini last month with OSX 10.4.1 i18n version, upgraded to 10.4.2. It has 512MB ram and 80GB hard disk. I have X, Java 1.5 and fink installed.
    It crash a lot, like as if I am running windows 98. I erased the current user's perference and I wonder what's happening. What can I do?

    My mac mini has two types of crashes:
    1. startup crash, crashes that haltup in 3 minutes after poweron. It usually come with some abnormal screen activity. I have removed a broken font with font agent and no new crashs in two weeks.
    http://www.em4il.com/img/startup_halt.jpg
    2. random crash, the normal "you need to restart your computer" crash. The Apple Crash report usually report some kernel unresolved things which I won't know. It happens 5-7 times a week.
    http://www.em4il.com/img/running_halt.jpg
    The only non-apple hardware I use is the wheel mouse, I don't install any third party driver. I would trace the console log when it happen again.

  • Getting error in sap.ui.core.js file in sapui5 Mobile Application

    Hi,
    I have done mobile app in SAPUI5. When i run that application the following problem occurred.
    HTTP request failed0,, - at file :/// assets/www/resources/sap-ui-core.js: 6809
    that means in this code
    function J(i, m, v, w) {
                                            if (i <= G(w)) {
                                                      var N = new Date(), O = {
                                                                time : B(N.getHours(), 2) + ":" + B(N.getMinutes(), 2)
                                                                                    + ":" + B(N.getSeconds(), 2),
                                                                date : B(N.getFullYear(), 4) + "-"
                                                                                    + B(N.getMonth() + 1, 2) + "-"
                                                                                    + B(N.getDate(), 2),
                                                                timestamp : N.getTime(),
                                                                level : i,
                                                                message : m || "",
                                                                details : v || "",
                                                                component : w || ""
                                                      y.push(O);
                                                      if (A) {
                                                                A.onLogEntry(O)
                                                      if (window.console) {
                                                                var Q = O.date + " " + O.time + " " + o + O.message
                                                                                    + " - " + O.details + " " + O.component;
                                                                switch {
                                                                case F:
                                                                case l:
                                                                          console.error(Q);    //6809 line
                                                                          break;
                                                                case W:
                                                                          console.warn(Q);
                                                                          break;
                                                                case I:
                                                                          console.info ? console.info(Q) : console.log(Q);
                                                                          break;
                                                                case D:
                                                                          console.debug ? console.debug(Q) : console.log(Q);
                                                                          break;
                                                                case T:
                                                                          console.trace ? console.trace(Q) : console.log(Q);
                                                                          break
                                                      return O
    Please help me how to solve that issue.
    Thanks&Regards
    Sridevi

    Hi Vijaykumar,
    Thanks for your reply. I did the above procedure mentioned in the link provided. But still I am having the issue. Below is the code which is getting struck after alert
    alert("Getting Plants");
              this.plantList
              .bindAggregation(
                        "items",
                                  path : "/Material_List('"+selectedmid+"')/PlantSet",
                                  template : new sap.m.StandardListItem(
                                            title : "{Materialnumber}",
                                            type : sap.m.ListType.Navigation,
                                            tap : [          oController.plantListTap,
                                                      oController ]
    Can anyone please help me in getting resolve the issue as it is a showstopper for the application.
    Regards
    Sridevi

  • The Autodiscover service could not be located

    I am developing small EWS client. For initial testing I wrote simple code:
    service = new ExchangeService(ExchangeVersion.Exchange2007_SP1);
    service.Credentials = new WebCredentials("[email protected]", "password");
    service.TraceEnabled = true;
    ServicePointManager.ServerCertificateValidationCallback = CertificateValidationCallBack;
    service.AutodiscoverUrl("[email protected]");
    I included CertificateValidationCallBack method from
    this MSDN page.
    I have two Exchange servers. For one exchange server this code worked fine for sending a new email.
    However on another server I got following exception:
    The Autodiscover service could not be located
    at Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverService.InternalGetLegacyUserSettings[TSettings](String emailAddress, List`1 redirectionEmailAddresses, Int32& currentHop)
    at Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverService.GetLegacyUserSettings[TSettings](String emailAddress)
    at Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverService.InternalGetLegacyUserSettings(String emailAddress, List`1 requestedSettings)
    at Microsoft.Exchange.WebServices.Autodiscover.AutodiscoverService.GetUserSettings(String userSmtpAddress, UserSettingName[] userSettingNames)
    at Microsoft.Exchange.WebServices.Data.ExchangeService.GetAutodiscoverUrl(String emailAddress, ExchangeVersion requestedServerVersion, AutodiscoverRedirectionUrlValidationCallback validateRedirectionUrlCallback)
    at Microsoft.Exchange.WebServices.Data.ExchangeService.AutodiscoverUrl(String emailAddress, AutodiscoverRedirectionUrlValidationCallback validateRedirectionUrlCallback)
    at Microsoft.Exchange.WebServices.Data.ExchangeService.AutodiscoverUrl(String emailAddress)
    at EwsDctmSyncer.Test.Main(String[] args) in C:\ewswork\csws\EwsTest\EwsExp\Test.cs:line 21
    at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
    at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
    at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    When I look at the traces on console, I found this main problem: 
    failed: WebException (The underlying connection was closed: Could not
    establish trust relationship for the SSL/TLS secure channel.)
    However I dont understand what could be wrong with this second instance of Exchange Server. Can anyone pin point what could be wrong. I am puzzled since to my knowledge both the instances are similarly configured.
    Added full trace as a reply to this post.

    Full Exchange Service Trace:
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:33Z">
    Starting SCP lookup for domainName='domain1.com', root path=''
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:33Z">
    Searching for SCP entries in LDAP://CN=Configuration,DC=domain1,DC=com
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:33Z">
    Scanning for SCP pointers Domain=domain1.com
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:33Z">
    No SCP pointers found for 'Domain=domain1.com' in
    configPath='CN=Configuration,D
    C=domain1,DC=com'
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:33Z">
    Scanning for SCP urls for the current computer Site=Default-First-Site-Name
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:33Z">
    Adding (prio 1)
    'https://exchangeserver.domain1.com/Autodiscover/Autodiscover.xm
    l' for the 'Site=Default-First-Site-Name' from
    'LDAP://CN=exchangeserver,CN=Auto
    discover,CN=Protocols,CN=exchangeserver,CN=Servers,CN=Exchange
    Administrative Group (adminGroup),CN=Administrative Groups,CN=domain1,CN=Microsoft
    Exchange,
    CN=Services,CN=Configuration,DC=domain1,DC=com' to the top of the list (exact ma
    tch)
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:33Z">
    Trying to call Autodiscover for [email protected] on
    https://exchangeserver.domain1.com/Autodiscover/Autodiscover.xml.
    </Trace>
    <Trace Tag="AutodiscoverRequestHttpHeaders" Tid="9"
    Time="2013-12-16 15:40:33Z">
    POST /Autodiscover/Autodiscover.xml HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    Accept: text/xml
    User-Agent: ExchangeServicesClient/15.00.0516.014
    </Trace>
    <Trace Tag="AutodiscoverRequest" Tid="9" Time="2013-12-16 15:40:33Z" Version="15.00.0516.014">
    <Autodiscover
    xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
    <Request>
    <EMailAddress>[email protected]</EMailAddress>
    <AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscov
    er/outlook/responseschema/2006a</AcceptableResponseSchema>
    </Request>
    </Autodiscover>
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:46Z">
    failed: WebException (The underlying connection was closed: Could not
    establish trust relationship for the SSL/TLS secure channel.)
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:46Z">
    Trying to call Autodiscover for [email protected] on
    https://domain1.com/aut
    odiscover/autodiscover.xml.
    </Trace>
    <Trace Tag="AutodiscoverRequestHttpHeaders" Tid="9"
    Time="2013-12-16 15:40:46Z">
    POST /autodiscover/autodiscover.xml HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    Accept: text/xml
    User-Agent: ExchangeServicesClient/15.00.0516.014
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    failed: WebException (Unable to connect to the remote server)
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    Trying to call Autodiscover for [email protected] on
    https://autodiscover.domain1.com/autodiscover/autodiscover.xml.
    </Trace>
    <Trace Tag="AutodiscoverRequestHttpHeaders" Tid="9"
    Time="2013-12-16 15:40:47Z">
    POST /autodiscover/autodiscover.xml HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    Accept: text/xml
    User-Agent: ExchangeServicesClient/15.00.0516.014
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    failed: WebException (The remote name could not be resolved:
    'autodiscover.domain1.com')
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    Trying to get Autodiscover redirection URL from
    http://autodiscover.domain1.com/
    autodiscover/autodiscover.xml.
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    Request error: The remote name could not be resolved:
    'autodiscover.domain1.com'
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    No Autodiscover redirection URL was returned.
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    Trying to get Autodiscover host from DNS SRV record for domain1.com.
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    DnsQuery returned error error 'DNS name does not exist' error code 0x0000232B.
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    No appropriate SRV record was found.
    </Trace>
    <Trace Tag="AutodiscoverConfiguration" Tid="9" Time="2013-12-16 15:40:47Z">
    No matching Autodiscover DNS SRV records were found.
    </Trace>

  • JMS Error destination..

    Hi,
    I am developing a JMS application where i am processing message in a Queue and configured redelivery delay and redelivery limit. When the maximum redelivery limit has reached, i will move the message to an error destination which is again a Queue. I can send an email to the administartor with the message information indicating that the processing for the message has failed. But the requirment is, the administrator wants to view the message from the persistent store and resubmit the message. Is it possible? If that is the case what can be value for time-to-live for the message? I am using ServiceBus 10.3 and using the underlying weblogic server as JMS provider. Besides, i have a question on the relationship between redelivery delay, redelivery limit and time-to-live override. When i tested, if time-to-live is less than the redeliverylimit*redelivery delay, then will the message be deleted and the redelivery limit(number of retries) is not taking into effect. But if time-to-live is greater than also the message is deleted after maximum retry means time-to-live doesn't have effect. This means i am i right to say, if i specify time-to-live and there is no need to specify redeliverylimit and redelivery delay. If that is the case on what basis, the retry is made?
    Thanks in advance for your replies,
    Sam

    Hi,
    I am using ServiceBus 10.3 and using the underlying weblogic server as JMS provider. I think OSB tends to decorate JMS messages with its own private information, so I don't know if it can support arbitrarily moving them between destinations. You may be better off posting to an OSB specific forum.
    But the requirment is, the administrator wants to view the message from the persistent store and resubmit the message. Is it possible? That said, you can view, delete, move, and file import/export WebLogic JMS messages using the message management screens on the console. If you need a more sophisticated capability than the console provides, it is possible to write Java or WLST program's for the purpose.
    If you're interested in scripting, the following might be enough to get you started:
    For scripting and tracing examples, see the July 29th and August 10th 2009 newsgroup post with subject "Example using of getMessage(s) with JMS error queues?" [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3657916] and the June 10th 2009 newsgroup post with subject "JMSDestinationRuntimeMBean - possible STATE values " [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3531603 ]. Also take a look at the +Sept 23 2009 newsgroup posts with subject "Enable JMS - Queue/Topic Trace on console"+ [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3782486].
    +WARNING: Exporting too many messages at a time can cause out-of-memory errors.+
    Besides, i have a question on the relationship between redelivery delay, redelivery limit and time-to-live override. When i tested, if time-to-live is less than the redeliverylimit*redelivery delay, then will the message be deleted and the redelivery limit(number of retries) is not taking into effect. But if time-to-live is greater than also the message is deleted after maximum retry means time-to-live doesn't have effect. This means i am i right to say, if i specify time-to-live and there is no need to specify redeliverylimit and redelivery delay. If that is the case on what basis, the retry is made?By definition, an expired message is automatically deleted -- no matter what the delivery count is. If you want expired messages to be automatically redirected to a destinatin's error destination you can configure an "expiration policy" of "redirect" on the destination.
    Whether you want to use message expiration, redelivery limit, or redelivery delay very much depends on your specific use case.
    -- Redelivery limits detect messages that are rolled back many times by receiving applications (rollbacks can occur due to any number of reasons, such as database failure, application bug, etc.)
    -- Redelivery delays prevent rolled back messages from being immediately redelivered. This helps prevent zooming up CPU usage to 100% with tight loop retries of processing a problem message, assumes that whatever condition caused the original rollback is temporary, and assumes that if the message is immediately redelivered that this is too soon for the problem condition to have cleared up.
    -- Expiration detects if a message has been sitting around for a long time. It doesn't detect whether the application has attempted to process the message...
    In general, if you are coding a new application, it is sometimes helpful to avoid error destinations. Instead, let your application decide what to do with problem messages (such as queue them to another destination). This helps your application provide more customizable behavior.
    Hope this helps,
    Tom
    PS Especially for developers new to WebLogic JMS, I highly recommend purchasing a copy of the book "Professional Oracle WebLogic". In addition, I recommend reading the new "Best Practices" chapter of the JMS configuration guide, and the new "Tuning Checklist" in the JMS chapter of the Performance and Tuning guide. These new sections are in the 10.3.2 documentation.

  • JMS Message Export/Import XML on command line

    I need a command line (JAVA or WLST) to reproduce the Weblogic consol JMS message export and import to migrate manually message from a queue to another (online without filestore).
    There is an entry on the Weblogic console that export one or all message to an XML format file and the import command to reload this XML file.
    any idea of a java code used by the console or a jython fonction ?

    The following might be enough to get you started:
    For scripting and tracing examples, see the July 29th and August 10th 2009 newsgroup post with subject "Example using of getMessage(s) with JMS error queues?" [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3657916] and the June 10th 2009 newsgroup post with subject "JMSDestinationRuntimeMBean - possible STATE values " [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3531603 ]. Also take a look at the +Sept 23 2009 newsgroup posts with subject "Enable JMS - Queue/Topic Trace on console"+ [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3782486].
    +WARNING: Exporting too many messages at a time can cause out-of-memory errors.+
    Tom

  • OSB XSLT trasformations with XML input parameter

    Hello , In my proxy service i need to make assign step with XSLT transformation which have input parameter thats have to be XML.
    As "Input Document" I select the body - $body/db:OutputParameters.
    In Bind Variables I have v_accinfo where i want to put $accinfo/ai:OutputParameters.
    $accinfo is variable populated before this assign by Service Call out ( Response Document Variable ) .
    with this setup i get an error "No value could be bound to variable: v_accinfo".
    I tried some different expressions in place of $accinfo/ai:OutputParameters, but i get some other errors. I think it should be $accinfo/ai:OutputParameters.
    Can someone help with this?
    I lost too much time pulling hair, on this. :(

    I got the same error with $accinfo/*:OutputParameters --->> BEA-382107: No value could be bound to variable: accsinf
    *$accinfo goes like this:*
    <get:OutputParameters      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:get="http://xmlns.oracle.com/pcbpel/adapter/db/SMS/GET_ACCOUNT_INFO/">
         <get:RESULTRECORDSET>
         <get:RESULTRECORDSET_Row>
         <get:BRANCH>87400</get:BRANCH>
    the XSLT:
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/db/SMS/GET_ACCOUNT_INFO/"
    <!-- Where the variable is defined -->
    <xsl:param name="v_accinfo"/>
    <xsl:template match="/">
    <inp1:something>
    <accounts>
    <!-- Here's how I use the variable: -->
    <xsl:for-each select="$v_accinfo/ns1:OutputParameters/ns1:RESULTRECORDSET/ns1:RESULTRECORDSET_Row">
    <xsl:if test="(ns1:BRANCH = $br) and ((ns1:ACC_NUM = $ac) and (ns1:CURRENCY = $cr))">
    <acc_description1>
    <xsl:value-of select="ns1:TYPE"/>
    </acc_description1>
    </xsl:if>
    </xsl:for-each>
    I tested the XSLT in JDeveloper. I just used the content of the $accinfo and $body from "Invocation Trace" (OSB Console > Proxy Service >Test) and the transformation works Fine. But I have problems when I use it in the Proxy Service's flow in OSB.
    Edited by: 849874 on Apr 5, 2011 6:43 AM

  • ORA-06553: PLS-306: wrong number or types of arguments in call to 'EDN_DEQU

    Hi,
    I have installed Oracle fusion 11g on windows vista SP1 system. I have followed all the steps provided in the Oracle fusion installation guide.
    After installation when i tried to start the SOA server i'm continously getting the below warning message in the log file.
    [2009-11-27T03:18:23.203+05:30] [soa_server1] [WARNING] [SOA-31013] [oracle.integration.platform.blocks.event.saq] [tid: oracle.integration.platform.blocks.executor.WorkManagerExecutor$1@291d84] [userId: <anonymous>] [ecid: 0000IKmTpBfB5Ewr0CyWMF1B3jQf00000B,0] [APP: soa-infra] Error handling message (rolling back).[[
    java.sql.SQLException: ORA-06553: PLS-306: wrong number or types of arguments in call to 'EDN_DEQUEUE_OAOO_DELIVERY'
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
         at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1223)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3487)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3858)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
         at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:98)
         at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.readOAOODelivery(SAQBusinessEventBus.java:1222)
         at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.handleSingleOAOODelivery(SAQBusinessEventBus.java:690)
         at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.handleQueueEvents(SAQBusinessEventBus.java:614)
         at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.access$000(SAQBusinessEventBus.java:76)
         at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus$1.run(SAQBusinessEventBus.java:279)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:171)
         at java.lang.Thread.run(Thread.java:619)
    I have restarted everything and tried again which resulted in the same scenario.
    Anyone,Please help me to troubleshoot this and walk me through this issue.Thanks in advance!.

    Hi to all,
    I have the same problem after a fresch installation of the SOA SUite on a Windows XP.
    After both the admin server and the SOA Server for the domain started correctly then the huge amount of errors
    <ORA-06553: PLS-306: ....>
    is preventing any work on the dual core PC.
    Who can help ?
    best regards
    ############## traces SOA_server console ###############
    <Dec 16, 2009 10:09:10 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Dec 16, 2009 10:09:10 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Dec 16, 2009 10:09:10 AM CET> <Warning> <Server> <BEA-002611> <Hostname "venus", maps to multiple IP addresses: 192.168
    .0.52, 192.168.0.41>
    <Dec 16, 2009 10:09:10 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.0.41:800
    1 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 16, 2009 10:09:10 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.0.52:8001 f
    or protocols iiop, t3, ldap, snmp, http.>
    <Dec 16, 2009 10:09:10 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:8001 f
    or protocols iiop, t3, ldap, snmp, http.>
    <Dec 16, 2009 10:09:10 AM CET> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "soa_server1" for
    domain "domain1" running in Production Mode>
    INFO: WLSFabricKernelInitializer$1.handleNotification ......received server running notification. proceeding with compo
    site deployments
    INFO: WLSFabricKernelInitializer$2.run --------->deploying composite model: default/HelloWorldComposite!1.0*53efe7eb-0cc
    6-4fd4-a4c7-72429e842d89
    <Dec 16, 2009 10:09:13 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 16, 2009 10:09:13 AM CET> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: C:/Oracle/MIDDLE~1/HOME_1~1/USER_P~1/domain
    s/domain1/config/fmwconfig/default-keystore.jks
    INFO: SSLSocketFactoryManagerImpl.getKeystorePassword Obtained null or empty keystore password
    INFO: SSLSocketFactoryManagerImpl.getKeyPassword Obtained null or empty key password
    INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory SOA-20160
    INFO: DeploymentEventPublisher.invoke Publishing deploy event for default/HelloWorldComposite!1.0*53efe7eb-0cc6-4fd4-a4c
    7-72429e842d89
    INFO: WLSFabricKernelInitializer$2.run -------> Done deploying composites. took 1 seconds.
    Dec 16, 2009 10:09:16 AM oracle.integration.platform.blocks.event.saq.SAQBusinessEventBusMessages errorHandlingMessage
    WARNING: Error handling message (rolling back).
    java.sql.SQLException: ORA-06553: PLS-306: wrong number or types of arguments in call to 'EDN_DEQUEUE_OAOO_DELIVERY'
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:191)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:950)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1223)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3487)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3858)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:98)
    at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.readOAOODelivery(SAQBusinessEventBus.java:12
    22)
    at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.handleSingleOAOODelivery(SAQBusinessEventBus
    .java:690)
    at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.handleQueueEvents(SAQBusinessEventBus.java:6
    14)
    at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus.access$000(SAQBusinessEventBus.java:76)
    at oracle.integration.platform.blocks.event.saq.SAQBusinessEventBus$1.run(SAQBusinessEventBus.java:279)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:171)
    at java.lang.Thread.run(Thread.java:619)
    ################ traces WebLogic admin server ######################
    starting weblogic with Java version:
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\HOME_1~1\JDK160~1\bin\java -client -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblo
    gic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\HOME_1~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:
    none -da -Dplatform.home=C:\Oracle\MIDDLE~1\HOME_1~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\HOME_1~1\WLSERV~1.3\serve
    r -Dweblogic.home=C:\Oracle\MIDDLE~1\HOME_1~1\WLSERV~1.3\server -Ddomain.home=C:\Oracle\MIDDLE~1\HOME_1~1\USER_P~1\doma
    ins\domain1 -Doracle.home=C:\Oracle\Middleware\home_11gR1\Oracle_SOA1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.
    Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\Middleware\home_11gR1\Oracle_SOA1\modules\or
    acle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\HOME_1~1\USER_P~1\domains\domain1\co
    nfig\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C
    :\Oracle\Middleware\home_11gR1\Oracle_SOA1\modules\oracle.ossoiap_11.1.1,C:\Oracle\Middleware\home_11gR1\Oracle_SOA1\mod
    ules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -Doracle.security.jps.policy.migration.validate.principal=false
    -Dsoa.archives.dir=C:\Oracle\Middleware\home_11gR1\Oracle_SOA1\soa -Dsoa.instance.home=C:\Oracle\MIDDLE~1\HOME_1~1\USE
    R_P~1\domains\domain1 -Dtangosol.coherence.clusteraddress=227.7.7.7 -Dtangosol.coherence.log=jdk -Djavax.xml.soap.Messag
    eFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dcom.sun.management.jmxremote -Djava.protocol.handler.pkgs="oracle
    .mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler" -Dweblogic.transacti
    on.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Dem.oracle.home=C:\Oracle\Middleware\home_11gR1\O
    racle_SOA1 -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.lo
    gErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\HOME_1~1\patch_wls1031\profiles\default\sysext_manifest_classpa
    th;C:\Oracle\MIDDLE~1\HOME_1~1\patch_oepe1031\profiles\default\sysext_manifest_classpath weblogic.Server
    <Dec 16, 2009 10:02:02 AM CET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Clie
    nt VM Version 11.0-b16 from Sun Microsystems Inc.>
    <Dec 16, 2009 10:02:03 AM CET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.1.0 Thu Jun 11 00:26:56
    EDT 2009 1227385 >
    <Dec 16, 2009 10:02:07 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 16, 2009 10:02:07 AM CET> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Dec 16, 2009 10:02:08 AM CET> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\home_11g
    R1\user_projects\domains\domain1\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be
    written to this file.>
    <Dec 16, 2009 10:02:17 AM CET> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Dec 16, 2009 10:02:34 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Dec 16, 2009 10:02:34 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Dec 16, 2009 10:02:47 AM CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.se
    curity.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    Dec 16, 2009 10:03:12 AM org.apache.beehive.netui.util.logging.Logger error
    SEVERE: ServletContainerAdapter manager not initialized correctly.
    Dec 16, 2009 10:03:30 AM org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl init
    WARNING: Configurator services already initialized.
    ADF Library non-OC4J post-deployment (millis): 78
    <Dec 16, 2009 10:03:42 AM CET> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Do
    main level Diagnostic Service successfully.>
    <Dec 16, 2009 10:03:43 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Dec 16, 2009 10:03:43 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Dec 16, 2009 10:03:43 AM CET> <Warning> <Server> <BEA-002611> <Hostname "venus", maps to multiple IP addresses: 192.168
    .0.52, 192.168.0.41>
    <Dec 16, 2009 10:03:43 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:7001 f
    or protocols iiop, t3, ldap, snmp, http.>
    <Dec 16, 2009 10:03:43 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 192.168.0.41:700
    1 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 16, 2009 10:03:43 AM CET> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.0.52:7001 f
    or protocols iiop, t3, ldap, snmp, http.>
    <Dec 16, 2009 10:03:43 AM CET> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for d
    omain "domain1" running in Production Mode>
    <Dec 16, 2009 10:03:43 AM CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 16, 2009 10:03:43 AM CET> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    ###############################################################################################

  • [OSB] Customize proxy with variable string

    Hi all,
    I've got this scenario:
    I need that my proxy service append a enviroment string to the output. I'm thinking to add this enviroment string on customization file. Is possible do this?
    For example i call a webservice that give me a link (ex. http://oracle.org), and i need that the proxy return link concat my string ("http://oracle.org" + mystring)
    Regards

    I got the same error with $accinfo/*:OutputParameters --->> BEA-382107: No value could be bound to variable: accsinf
    *$accinfo goes like this:*
    <get:OutputParameters      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:get="http://xmlns.oracle.com/pcbpel/adapter/db/SMS/GET_ACCOUNT_INFO/">
         <get:RESULTRECORDSET>
         <get:RESULTRECORDSET_Row>
         <get:BRANCH>87400</get:BRANCH>
    the XSLT:
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/db/SMS/GET_ACCOUNT_INFO/"
    <!-- Where the variable is defined -->
    <xsl:param name="v_accinfo"/>
    <xsl:template match="/">
    <inp1:something>
    <accounts>
    <!-- Here's how I use the variable: -->
    <xsl:for-each select="$v_accinfo/ns1:OutputParameters/ns1:RESULTRECORDSET/ns1:RESULTRECORDSET_Row">
    <xsl:if test="(ns1:BRANCH = $br) and ((ns1:ACC_NUM = $ac) and (ns1:CURRENCY = $cr))">
    <acc_description1>
    <xsl:value-of select="ns1:TYPE"/>
    </acc_description1>
    </xsl:if>
    </xsl:for-each>
    I tested the XSLT in JDeveloper. I just used the content of the $accinfo and $body from "Invocation Trace" (OSB Console > Proxy Service >Test) and the transformation works Fine. But I have problems when I use it in the Proxy Service's flow in OSB.
    Edited by: 849874 on Apr 5, 2011 6:43 AM

  • How to Ignore ClientAbortException

    Dear All,
    I've a JSF Application running on Jboss4(Tomcat5). My problem is that I've a page that when loaded sends multiple parallel AJAX requests to the server. Tomcat most of the times throws following exception while loading the page
    ClientAbortException: java.net.SocketException: Connection reset
    at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:327)
    at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293)
    at org.apache.catalina.connector.Response.flushBuffer(Response.java:537)
    at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:286)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:136)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.net.SocketException: Connection reset
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
    at com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer(OutputRecord.java:283)
    at com.sun.net.ssl.internal.ssl.OutputRecord.write(OutputRecord.java:272)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:663)
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
    at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:746)
    at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:433)
    at org.apache.coyote.http11.InternalOutputBuffer.flush(InternalOutputBuffer.java:304)
    at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:991)
    at org.apache.coyote.Response.action(Response.java:182)
    at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:322)
    Is there any way I can tell Tomcat to ignore this exception or atleast not to throw the stack trace on console.

    Any one have any idea of this issue ?

  • ITunes crashes on MacBook wakening from sleep anyone else?

    Every time iTunes is runing and my MacBook goes to sleep I find iTunes crashed when wakening the Macbook. Every single time. Completely deterministic.
    Console keeps currently the crash log of the ast 40 or so occurrences in last couple of weeks, but this has been going on for months.
    I hoped some upgrade would fix this but the problem persists after upgrading to 11.0.4 runing Mac OS X 10.8.4.
    Is anyone else experiencing this?
    Joaquim

    I tried it now, but the problem remains.
    Here is the trace from console, if anyone is wise enough to read anything meaninful in it.
    Process:         iTunes [8214]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         11.0.4 (11.0.4)
    Build Info:      iTunes-1104004001000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [175]
    User ID:         503
    Date/Time:       2013-06-10 21:01:13.231 +0100
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Sleep/Wake UUID: D6E86888-97EF-45B9-900D-BFB70C21CB55
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000064
    VM Regions Near 0x64:
    -->
        __TEXT                 0000000108682000-0000000109aa3000 [ 20.1M] r-x/rwx SM=COW  /Applications/iTunes.app/Contents/MacOS/iTunes
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.iTunes                        0x00000001090efe85 0x108682000 + 10935941
    1   com.apple.iTunes                        0x00000001090f216b 0x108682000 + 10944875
    2   com.apple.iTunes                        0x00000001090f20bc 0x108682000 + 10944700
    3   com.apple.iTunes                        0x00000001086e5d36 0x108682000 + 408886
    4   com.apple.iTunes                        0x00000001086c8c3c 0x108682000 + 289852
    5   com.apple.iTunes                        0x00000001086c8ae9 0x108682000 + 289513
    6   com.apple.iTunes                        0x0000000109101c64 0x108682000 + 11009124
    7   com.apple.framework.IOKit               0x00007fff8c3fde29 IODispatchCalloutFromCFMessage + 332
    8   com.apple.CoreFoundation                0x00007fff8a899e40 __CFMachPortPerform + 288
    9   com.apple.CoreFoundation                0x00007fff8a899d09 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    10  com.apple.CoreFoundation                0x00007fff8a899a49 __CFRunLoopDoSource1 + 153
    11  com.apple.CoreFoundation                0x00007fff8a8ccc02 __CFRunLoopRun + 1826
    12  com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    13  com.apple.HIToolbox                     0x00007fff8a25deb4 RunCurrentEventLoopInMode + 209
    14  com.apple.HIToolbox                     0x00007fff8a25dc52 ReceiveNextEventCommon + 356
    15  com.apple.HIToolbox                     0x00007fff8a25dae3 BlockUntilNextEventMatchingListInMode + 62
    16  com.apple.AppKit                        0x00007fff8cb2c533 _DPSNextEvent + 685
    17  com.apple.AppKit                        0x00007fff8cb2bdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    18  com.apple.AppKit                        0x00007fff8cb231a3 -[NSApplication run] + 517
    19  com.apple.iTunes                        0x000000010884beab 0x108682000 + 1875627
    20  com.apple.iTunes                        0x000000010884bd40 0x108682000 + 1875264
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff89a5bd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff9163cdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff9163c9ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108805d66 0x108682000 + 1588582
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff89a5b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8dfc4fe9 _pthread_cond_wait + 869
    2   com.apple.iTunes                        0x000000010869d0d4 0x108682000 + 110804
    3   com.apple.iTunes                        0x000000010869cb99 0x108682000 + 109465
    4   com.apple.iTunes                        0x000000010869c550 0x108682000 + 107856
    5   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    6   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff89a5b322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8a90bf46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x00000001086c19bb 0x108682000 + 260539
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff89a5b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8dfc4fe9 _pthread_cond_wait + 869
    2   com.apple.iTunes                        0x000000010869d0d4 0x108682000 + 110804
    3   com.apple.iTunes                        0x00000001086c18e3 0x108682000 + 260323
    4   com.apple.iTunes                        0x00000001087f5713 0x108682000 + 1521427
    5   com.apple.iTunes                        0x00000001087f5659 0x108682000 + 1521241
    6   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    7   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.iTunes                        0x00000001087f3c5b 0x108682000 + 1514587
    3   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff89a5b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8dfc5023 _pthread_cond_wait + 927
    2   com.apple.iTunes                        0x00000001086d2bef 0x108682000 + 330735
    3   com.apple.iTunes                        0x00000001086d2ab4 0x108682000 + 330420
    4   com.apple.iTunes                        0x00000001086d2a51 0x108682000 + 330321
    5   com.apple.iTunes                        0x00000001086d28d9 0x108682000 + 329945
    6   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    7   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff89a5a996 __accept + 10
    1   com.apple.iTunes                        0x0000000109165104 0x108682000 + 11415812
    2   com.apple.iTunes                        0x000000010914ca9f 0x108682000 + 11315871
    3   com.apple.iTunes                        0x000000010914c9e2 0x108682000 + 11315682
    4   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    5   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff89a5a996 __accept + 10
    1   com.apple.iTunes                        0x0000000109165104 0x108682000 + 11415812
    2   com.apple.iTunes                        0x000000010914ca9f 0x108682000 + 11315871
    3   com.apple.iTunes                        0x000000010914c9e2 0x108682000 + 11315682
    4   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    5   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108805d66 0x108682000 + 1588582
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108805d66 0x108682000 + 1588582
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108805d66 0x108682000 + 1588582
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108805d66 0x108682000 + 1588582
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108805d66 0x108682000 + 1588582
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108805d66 0x108682000 + 1588582
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff89a5b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8dfc4fe9 _pthread_cond_wait + 869
    2   com.apple.iTunes                        0x00000001086d2bce 0x108682000 + 330702
    3   com.apple.iTunes                        0x00000001086d2ab4 0x108682000 + 330420
    4   com.apple.iTunes                        0x000000010886fe3c 0x108682000 + 2022972
    5   com.apple.iTunes                        0x0000000108e39b74 0x108682000 + 8092532
    6   com.apple.iTunes                        0x0000000108e41965 0x108682000 + 8124773
    7   com.apple.iTunes                        0x0000000108e4120b 0x108682000 + 8122891
    8   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    9   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff89a5b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8dfc5023 _pthread_cond_wait + 927
    2   com.apple.iTunes                        0x00000001086d2bef 0x108682000 + 330735
    3   com.apple.iTunes                        0x00000001086d2ab4 0x108682000 + 330420
    4   com.apple.iTunes                        0x00000001086d2a51 0x108682000 + 330321
    5   com.apple.iTunes                        0x00000001086d28d9 0x108682000 + 329945
    6   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    7   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff89a5b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8dfc5023 _pthread_cond_wait + 927
    2   com.apple.iTunes                        0x00000001086d2bef 0x108682000 + 330735
    3   com.apple.iTunes                        0x00000001086d2ab4 0x108682000 + 330420
    4   com.apple.iTunes                        0x00000001086d2a51 0x108682000 + 330321
    5   com.apple.iTunes                        0x00000001086d28d9 0x108682000 + 329945
    6   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    7   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff89a5b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8dfc4fe9 _pthread_cond_wait + 869
    2   com.apple.iTunes                        0x00000001086d2bce 0x108682000 + 330702
    3   com.apple.iTunes                        0x00000001086d2ab4 0x108682000 + 330420
    4   com.apple.iTunes                        0x00000001086d2a51 0x108682000 + 330321
    5   com.apple.iTunes                        0x00000001086d28d9 0x108682000 + 329945
    6   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    7   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff89a5b322 __select + 10
    1   com.apple.AirTrafficHost                0x000000011811e19f _readDictionary + 292
    2   com.apple.AirTrafficHost                0x000000011811e917 ATProcessLinkCopyMessageFromChild + 162
    3   com.apple.AirTrafficHost                0x000000011811d8e2 ATHostConnectionReadMessage + 607
    4   com.apple.iTunes                        0x00000001089cbe4c 0x108682000 + 3448396
    5   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    6   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108805d66 0x108682000 + 1588582
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff89a59686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff89a58c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8a8c7233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8a8cc916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8a8cc0e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8a8dadd1 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000108805d66 0x108682000 + 1588582
    7   com.apple.iTunes                        0x00000001086882df 0x108682000 + 25311
    8   libsystem_c.dylib                       0x00007fff8dfc07a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8dfad1e1 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff89a5b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8dfc2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8dfc2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8dfad1d1 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff89a5b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8dfc2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8dfc2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8dfad1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fe93ae6590a  rbx: 0x0000000000000003  rcx: 0x00007fff5757c440  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x00007fe93aea8970  rbp: 0x00007fff5757c430  rsp: 0x00007fff5757c3e0
       r8: 0x000000010a453a00   r9: 0x000000000000001a  r10: 0x0000000000000005  r11: 0x00007fff5757c440
      r12: 0x00007fe93aeafd30  r13: 0x0000000000000000  r14: 0x0000000000000001  r15: 0x00007fe93ae65850
      rip: 0x00000001090efe85  rfl: 0x0000000000010206  cr2: 0x0000000000000064
    Logical CPU: 0
    Binary Images:
           0x108682000 -        0x109aa2fef  com.apple.iTunes (11.0.4 - 11.0.4) <67E80C94-C386-345C-8C79-13436004A025> /Applications/iTunes.app/Contents/MacOS/iTunes
           0x109e22000 -        0x109ea2ff7  com.apple.iTunes.iPodUpdater (10.7 - 10.7) <0EE5C372-0F11-31C3-BE3E-F5B300596964> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
           0x109ee6000 -        0x109f16ff7  com.apple.avfoundationcf (2.0 - 99.2) <AFC73E68-0D77-3E81-A5CB-B45803458B00> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF
           0x109f4d000 -        0x109f52fff  com.apple.agl (3.2.1 - AGL-3.2.1) <F3FD497C-AEB8-35CB-92D4-1669B941435F> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x109f5c000 -        0x109f60fff  com.apple.iPod (1.7 - 20) <6C90CD43-C5D5-359D-9A4D-E12A337A7ED1> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
           0x109f6c000 -        0x10a298ff7 +libgnsdk_dsp.1.9.5.dylib (1.9.5) <14636B08-4D26-54CA-3EE8-247B2B708AF0> /Applications/iTunes.app/Contents/MacOS/libgnsdk_dsp.1.9.5.dylib
           0x10a2c4000 -        0x10a2fbff7 +libgnsdk_musicid.1.9.5.dylib (1.9.5) <C034C2ED-6A46-315F-89C8-8D54A937B255> /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.9.5.dylib
           0x10a312000 -        0x10a3e8fe7 +libgnsdk_sdkmanager.1.9.5.dylib (1.9.5) <D144E870-FABC-E19E-452E-A33D19595B19> /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.9.5.dylib
           0x10a40b000 -        0x10a44eff7 +libgnsdk_submit.1.9.5.dylib (1.9.5) <6689251D-098B-0F8D-08CC-785271E98540> /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.9.5.dylib
           0x10bd28000 -        0x10ca83fff  com.apple.CoreFP (2.4.16 - 2.4.16) <BC24CECB-5B51-3BC7-A6AC-9D301D09F3C1> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
           0x10e0f0000 -        0x10e0f5fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <586F677E-D0F8-33B2-B6ED-41ED81C9EED9> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10e0fa000 -        0x10e101fff  com.apple.URLMount.AFPPlugin (5.0 - 5.0) <0CF2D50C-C008-31D4-A58D-499D3625908D> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
           0x10e108000 -        0x10e150fff  com.apple.AppleShareClientCore (3.0 - 3.0) <E943C021-08EF-3A44-B2A8-20BC01BD5ABA> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
           0x10e171000 -        0x10e171ffb +cl_kernels (???) <6DC3E89A-0120-4C0C-9B00-78D38C6ED6C0> cl_kernels
           0x10e173000 -        0x10e175ff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10e1fd000 -        0x10e207ff7  com.apple.AppleSRP (5.0 - 1) <16B1431A-295A-386B-9159-A396877D6FE3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x10e24a000 -        0x10e253fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10e4e4000 -        0x10e639ff7  com.apple.audio.units.Components (1.9 - 1.9) <8384AE1A-7C79-3F03-81E0-9A15E09094D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x10e8f6000 -        0x10e993fff  com.apple.mobiledevice (555.43 - 555.43) <4460453F-C565-36B8-B1B8-6626AF98CBB5> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
           0x10e9dc000 -        0x10ebebff7  com.apple.audio.codecs.Components (3.1 - 3.1) <352F4973-BDA4-3D62-A4A6-080B9AFB291F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x116d21000 -        0x116dbbff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x11811b000 -        0x11829cff7  com.apple.AirTrafficHost (287 - 287) <A90B874E-1B60-332B-B9ED-49F2D191EE9E> /System/Library/PrivateFrameworks/AirTrafficHost.framework/AirTrafficHost
           0x119149000 -        0x1192c2fe7  com.apple.AppleGVAFramework (5.0.6 - 5.0.6) <3492B2B7-973B-3B17-B428-F1DA8970416F> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
        0x7fff68282000 -     0x7fff682b693f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff8674b000 -     0x7fff867a7fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff867a8000 -     0x7fff867a8ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff867a9000 -     0x7fff867a9fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff867aa000 -     0x7fff868b5fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff868b6000 -     0x7fff87875ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff87876000 -     0x7fff8787bfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff878cc000 -     0x7fff878d3fff  libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff878d4000 -     0x7fff878d4fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8828f000 -     0x7fff88294fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff88295000 -     0x7fff882a2ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff882b4000 -     0x7fff882e2fff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff882e3000 -     0x7fff882f1ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff882f2000 -     0x7fff882f8ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff882f9000 -     0x7fff88320ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff88321000 -     0x7fff88496ff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff88830000 -     0x7fff8883bfff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8883c000 -     0x7fff88b9bfff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88bcf000 -     0x7fff88c32ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff88c4e000 -     0x7fff88c58fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88c83000 -     0x7fff88c9afff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff88d43000 -     0x7fff88d58fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff88d59000 -     0x7fff88da3ff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff88da4000 -     0x7fff88decfff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff88eb3000 -     0x7fff88ee4ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff88ee5000 -     0x7fff88efffff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff88f00000 -     0x7fff88fc5ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff88fc6000 -     0x7fff88ff2ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff88ff3000 -     0x7fff8910dfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff89137000 -     0x7fff89184fff  com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff891b1000 -     0x7fff891dffff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff891e0000 -     0x7fff8922fff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff89230000 -     0x7fff89285ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff89286000 -     0x7fff894e1ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff894e2000 -     0x7fff89799ff7  com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff897ec000 -     0x7fff89813fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff89814000 -     0x7fff89817fff  libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff89818000 -     0x7fff898f2fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff898f3000 -     0x7fff898f7fff  libGIF.dylib (850) <D4525F87-759C-338C-B283-BB8DE815D3D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff898f8000 -     0x7fff89905fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff89a49000 -     0x7fff89a64ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
        0x7fff89a65000 -     0x7fff89a65fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff89aa5000 -     0x7fff89aa7fff  libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff89aa8000 -     0x7fff89aaafff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff89afc000 -     0x7fff89bcfff7  com.apple.DiscRecording (7.0 - 7000.2.4) <E5F3F320-1049-32D8-8189-916EF5C40A1A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff89bd0000 -     0x7fff89bd3ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff89bd4000 -     0x7fff89c3dfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff89c3e000 -     0x7fff89ed9ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff89ede000 -     0x7fff89ee2ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff89ee3000 -     0x7fff89f3aff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff89f3b000 -     0x7fff89f94ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff89fac000 -     0x7fff89fb4fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff89fb5000 -     0x7fff89fd7ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff89ff3000 -     0x7fff8a002fff  com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8a04f000 -     0x7fff8a1fdfff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8a1fe000 -     0x7fff8a52efff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8a52f000 -     0x7fff8a5bcff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8a5fa000 -     0x7fff8a61bff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8a629000 -     0x7fff8a634ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8a640000 -     0x7fff8a652ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8a70e000 -     0x7fff8a894fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a895000 -     0x7fff8a896fff  libScreenReader.dylib (264.6) <299274C2-0030-3FDC-8C8F-2933095CD02B> /usr/lib/libScreenReader.dylib
        0x7fff8a897000 -     0x7fff8aa81ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8aacc000 -     0x7fff8ab17fff  com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8ab18000 -     0x7fff8ab1ffff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8ab20000 -     0x7fff8ac15fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8ac16000 -     0x7fff8ac42fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8ada2000 -     0x7fff8ae9fff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8aee5000 -     0x7fff8aefcfff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8b405000 -     0x7fff8b841fef  com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8b842000 -     0x7fff8b861ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8b862000 -     0x7fff8b88efff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8b88f000 -     0x7fff8b89bfff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8b89c000 -     0x7fff8b8a7ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8b8b0000 -     0x7fff8b96dff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8b96e000 -     0x7fff8ba08fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8ba1a000 -     0x7fff8bbb5fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8bbb6000 -     0x7fff8bc10ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8bc11000 -     0x7fff8bc13ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8bc27000 -     0x7fff8bc83ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8bc84000 -     0x7fff8bc8fff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8bc90000 -     0x7fff8bda892f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8bda9000 -     0x7fff8c07aff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8c07b000 -     0x7fff8c082fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8c0f4000 -     0x7fff8c176ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8c3f9000 -     0x7fff8c467ff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8c468000 -     0x7fff8c490fff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8c491000 -     0x7fff8c497fff  libCGXCoreImage.A.dylib (332) <F6300A73-D4C4-3DE6-A1B7-806E627CCF76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8c7bf000 -     0x7fff8c891ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8c892000 -     0x7fff8c926ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8c92f000 -     0x7fff8c933fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8c934000 -     0x7fff8c948fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8c949000 -     0x7fff8c96eff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8c973000 -     0x7fff8c977fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8c978000 -     0x7fff8c979ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8c97a000 -     0x7fff8c97bfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8c9d7000 -     0x7fff8d604fff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8d605000 -     0x7fff8d609fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8d60a000 -     0x7fff8d613ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8d614000 -     0x7fff8d66bff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8d675000 -     0x7fff8d675fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8d676000 -     0x7fff8d6c1fff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8da36000 -     0x7fff8da45ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8da46000 -     0x7fff8da54ff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
        0x7fff8da55000 -     0x7fff8da95ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8dad8000 -     0x7fff8dae6fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8dae7000 -     0x7fff8dc07fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8dc43000 -     0x7fff8dc62ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8dc63000 -     0x7fff8dd65fff  libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8dd66000 -     0x7fff8de0cff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8de7d000 -     0x7fff8df30ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8df31000 -     0x7fff8df3dfff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8df3e000 -     0x7fff8dfabff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8dfac000 -     0x7fff8e078ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff8e951000 -     0x7fff8e994ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8e995000 -     0x7fff8ec39ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8ec7d000 -     0x7fff8ec9dfff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8ed63000 -     0x7fff8ed9dff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8edb5000 -     0x7fff8ee04ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8ee05000 -     0x7fff8f5acfff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8f5ad000 -     0x7fff8f6abfff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8f6ac000 -     0x7fff8f6b2fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8f6b3000 -     0x7fff8f6b5ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8f6b6000 -     0x7fff8f6beff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8f6db000 -     0x7fff8f713fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8f8c6000 -     0x7fff8f8d9ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8f8da000 -     0x7fff8fb47ff7  com.apple.RawCamera.bundle (4.06 - 694) <80FC94C3-73C1-31AD-B3D2-C57C581EEF22> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8fb48000 -     0x7fff8fb73fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8fdea000 -     0x7fff8fe2efff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
        0x7fff8fe2f000 -     0x7fff8fe80ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8fe84000 -     0x7fff8fe88ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8fea5000 -     0x7fff8fedbfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8fedc000 -     0x7fff8fedcfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8fedd000 -     0x7fff8ff45fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8ff46000 -     0x7fff8ff47ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8ff48000 -     0x7fff8ff56fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD>

  • OPM 10.2 Subversion Source Control - Version History Error

    I installed OPM 10.2.0.110 after installing subversion and everything worked running through the first time, but now when trying to see the version history I am getting the error message:
    info failed (Subcommand 'info' doesn't accept option '-v[--verbose]"Type 'svn help info' for usage.)
    Any ideas as to what is causing this problem?

    Hi Andrew,
    I'm hitting the same problem with my local subversion install and OPM10.2
    I'm rocking version 1.6.15 of the SVN for Win32 available here http://sourceforge.net/projects/win32svn/
    trace from console:
    C:\Documents and Settings\phjones>svnserve --version
    svnserve, version 1.6.15 (r1038135)
    compiled Dec 17 2010, 09:05:59
    Copyright (C) 2000-2009 CollabNet.
    Subversion is open source software, see http://subversion.apache.org/
    This product includes software developed by CollabNet (http://www.Collab.Net/).
    The following repository back-end (FS) modules are available:
    * fs_base : Module for working with a Berkeley DB repository.
    * fs_fs : Module for working with a plain file (FSFS) repository.
    Cyrus SASL authentication is available.
    also I tried checking 'svn help info' and got this (no verbose option):
    C:\Documents and Settings\phjones>svn help info
    info: Display information about a local or remote item.
    usage: info [TARGET[@REV]...]
    Print information about each TARGET (default: '.').
    TARGET may be either a working-copy path or URL. If specified, REV
    determines in which revision the target is first looked up.
    Valid options:
    -r [--revision] ARG : ARG (some commands also take ARG1:ARG2 range)
    A revision argument can be one of:
    NUMBER revision number
    '{' DATE '}' revision at start of the date
    'HEAD' latest in repository
    'BASE' base rev of item's working copy
    'COMMITTED' last commit at or before BASE
    'PREV' revision just before COMMITTED
    -R [--recursive] : descend recursively, same as --depth=infinity
    --depth ARG              : limit operation by depth ARG ('empty', 'files',
    'immediates', or 'infinity')
    --targets ARG            : pass contents of file ARG as additional args
    --incremental            : give output suitable for concatenation
    --xml                    : output in XML
    --changelist ARG         : operate only on members of changelist ARG
    [aliases: --cl]
    Global options:
    --username ARG           : specify a username ARG
    --password ARG           : specify a password ARG
    --no-auth-cache          : do not cache authentication tokens
    --non-interactive        : do no interactive prompting
    --trust-server-cert      : accept unknown SSL server certificates without
    prompting (but only with '--non-interactive')
    --config-dir ARG         : read user configuration files from directory ARG
    --config-option ARG      : set user configuration option in the format:
    FILE:SECTION:OPTION=[VALUE]
    For example:
    servers:global:http-library=serf
    Thanks,
    P.

Maybe you are looking for

  • OpenMQ on iSeries

    Hi, I have modified some of the scripts in mq/bin of the Linux installation to get OpenMQ running on the iSeries. Is it legal for me to distribute those to our customers? (i.e. zip the openmq/ dir with all modified scripts and distribute that zipfile

  • Exchange site resilience 2010 (2 MB Server in each Data Center)

    Here is Scenrio: 2 MB servers in Primary Data Center (DC) 2 MB Servers in Secondary DC With one DAG Across Sites, DAG has IP 2 Addresses (One for Each DC Subnets). Witness server: Primary DC Server Alternate Witness: Secodary DC Server Cluster: Node

  • Java Framework Assessment

    Hello. I have been provided a third party Java Framework to assess. I need to grade it on things such as coding standards, design, documentation, functionality, etc. Needs to be a fairly comprehensive assessment. Does anyone have any documentation pe

  • Catalog application on IOS

    Hi All, My customer has implemented an E-Commerce webshop solution which integrates to CRM (using TREX etc.). However, there is a recent requirement to view the webshop on an iPad. Most of the webshop works As Is but the pictures in the catalog appli

  • I can no longer sync my photos.  I used to be able to.  Last time I successfully synced pictures was April.  Any recommendations?

    I have not been able to sync pictures since May.  What changed?  I had been able to sync pictures for many years.  Any ideas on how to correct this?  I updated all software.  Camera hasn't changed.