I18n trinidad messages

Hi.
I know hot to do i18n of ADF-based messages.
I have read a lot how to do i18n of trinidad messages like "You must enter a value.". And I have found that you have to define inside faces-config.xml
<faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee">
  <application>
    <message-bundle>custom.resources.MyMsgBundle</message-bundle>
  </application>
</faces-config>With the help of browser dev tools I found messages of trinidad inside javascript like "http://127.0.0.1:7101/<yourAppName>/adf/jsLibs/resources/LocaleElements_<yourLocale>2_0_0_beta_2.js?loc=<yourLocale>".
Still with corrected faces-config.xml file this does not work for me.
I'm using JDev 11.1.2.0.0 on 64 bit Windows 7 OS.
Is there maybe a bug in JDev 11.1.2.0.0 about this? Or what am I doing wrong?
Thx.

OMG.
The problem was that firefox cached all .js files. So even if I did everything right there was still no changes on page until I clear cache.
Everything works OK.
Regards

Similar Messages

  • Is trinidad messages skinning broken in Jdeveloper 11.1.2.4.0 ?

    I’m doing localization of ADF components and messages by skinning method with custom java resource bundle. For component keys (resource strings) part, localization is performing  as expected.
    The same file contains also localized org.apache.myfaces.trinidad. keys, but default English language trinidad messages are being displayed instead of localized, while keys related to the ADF components are displayed as correctly localized at the same time.
    There was similar issue reported recently:
    https://forums.oracle.com/message/11186222#11186222
    Clearing browser cache, java cache, weblogic server cache doesn’t help. I’m testing this with af:inpuDate and the following keys:
    {"org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED", "A value is required."},
    {"org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED_detail", "You must enter a value."}, {"org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED", "A selection is required."},
    {"org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED_detail", "You must make at least one selection."},
    {"org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED", "A selection is required."},
    {"org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT", "Enter a date that falls on one of the following days: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.DATE_HINT", "Example: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.TIME_HINT", "Example: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT", "Example format: {0}"}
    Are there any different steps required for tirinidad messages localization in comparison to localization of ADF resource strings?
    Regards,
    Boris

    Hi,
    these
    af_inputDate.TIP_TITLE_SELECT_DATE
    af_inputDate.TIP_TITLE_SELECT_DATE_AND_TIME
    af_inputDate.TIP_CLICK_TO_LAUNCH_POPUP_SELECTOR
    are definitively ADF Faces strings that should be filed against ADF if they don't work. My answer referred to strings like
    {"org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED", "A value is required."},
    {"org.apache.myfaces.trinidad.UIXEditableValue.REQUIRED_detail", "You must enter a value."}, {"org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED", "A selection is required."},
    {"org.apache.myfaces.trinidad.UIXSelectMany.REQUIRED_detail", "You must make at least one selection."},
    {"org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED", "A selection is required."},
    {"org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT", "Enter a date that falls on one of the following days: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.DATE_HINT", "Example: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.TIME_HINT", "Example: {0}"},
    {"org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT", "Example format: {0}"}
    you had in your post, which are Trinidad strings
    Frank

  • I18n JSTL / How to connect to new JAR holding new properties file?

    Hi there
    This is concering i18n and how (on earth;) JSTL knows where to find the according properties files that hold all the textual information.
    Okay. I have a piece of software that works fine and has the i18n mechanism running very nicely.
    I found the properties files in WEB-INF/lib/i18n.jar in a folder 'resources/bundle/'. They all prefix 'i18n' so JSTL makes use of them like this:
         <fmt:bundle basename="resources/bundles/i18n">
              <fmt:message var="thumbnailText" key="thumbnail.label" />
    So, we work on a new project right now based on this software. How can I add new project-related properties files?
    What I did:
    1) I created a new properties files having new textual information on new labels, etc.
    2) Put this in a folder of the new project JAR, which is in WEB-INF/lib now.
    3) Referenced the basename of fm:bundle according to this folder (including correct file prefix).
    -> Doesn't work.
    Is it that by convention all i18n information will be searched for in a JAR that must be named 'i18n.jar'?
    I'd greatly appreciate any hints
    Cheers
    André

    First, a sidenote to the SUN team: Before beeing able to reply, the forum denied me access unless I comitted to a screen name. Using my 'AndreKuhn' screen name got me 'Already in use'. Yes, of course. By me! So I had to pick AndreKuhn2 which is a little annoying. There seems to be something wrong with your system.
    Okay, back to the issue.
    Thanks evnafets for your notions! I have 2 JARs having i18n information. One had already been in use (successfully) by the underlying system. It's the one mentioned above ('i18n.jar'). Now there is a second one. Actually used the same way (technically) with different folders and namings. It goes like this:
    <fmt:bundle basename="resources/i18n/bdficp">
              <fmt:message var="titleText" key="publishLink.config.title" />
    With additional i18n information in 'WEB-INF/lib/<PROJECT-NAME>.jar'. Precisely in a file 'resources\i18n\bdficp_de.properties' having the line:
    publishLink.config.title=Just\ another\ title.
    Which should be the one referenced in the snippet above. Still the app gives me: ???publishLink.config.title???
    Any clue? I'd greatly praise your name across the rooms here!
    Cheers
    André

  • JSF I18N

    I know a bean is available with resource bundle for I18N, like Messages_ja.properties...
    Is anyone working JSF I18N for messages? Not yet?
    For instances, the following tag shows the message with invalid length:
    <f:validateLength minimum="2" maximum="10"/>
    Validation Error: Value is required.

    You can provide your own localized text for all standard messages in bundles with the base name declared by the <message-bundle> element in the faces-config.xml file:
      <faces-config>
        <application>
          <message-bundle>myMessages</message-bundle>
        </application>
      </faces-config>Then put your localized bundes in WEB-INF/classes, e.g., WEB-INF/classes/myMessages_ja.properties, and use the keys for the standard messages defined in section 2.5.2.4 of the spec, e.g.,:
    javax.faces.component.UIInput.REQUIRED=Input missing
    javax.faces.component.UIInput.REQUIRED_detail=You must enter a value
    javax.faces.validator.LengthValidator.MINIMUM=Enter a value that is at least {0} characterswith the messages in the appropriate language, of course.

  • Messanger Express: Javascript Error: ungelesen is not

    Symtom:
    As soon as user with locale german has one or more mail in a folder, he gets an Javascript Error: ungelesen is not defined (i18n.js Line 569).
    No Mails are displayed at all, white patch appears.
    Sun Java(tm) System Messaging Server 6.2 (built Dec 2 2004)

    Found it. Somebody tried to translate the variable unread :-)
    Was fine in last version...
    /opt/SUNWmsgsr/config/html/de > vi i18n.js
    Line 567
    Is:
    -snip-    if (total > 0) {
          s = '<nobr>' + total + ' Mitteilung' + (total > 1 ? 's' : '')
          if (unread == 0)
            s += ' (' + ungelesen + ' ungelesen) -'
          else
            s += ' (<b>' + ungelesen + ' ungelesen</b>) -'-snip-
    should:
    -snip-    if (total > 0) {
          s = '<nobr>' + total + ' Mitteilung' + (total > 1 ? 'en' : '')
          if (unread == 0)
            s += ' (' + unread + ' ungelesen) -'
          else
            s += ' (<b>' + unread + ' ungelesen</b>) -'-snip-
    Some more poor/missing german translation:
    html/de/i18n.js:
    Line 565 just change the 's' to 'en' (see snip above). "Mitteilungen" is the Plural.
    Line 180 i18n['to'] = 'An'
    Line 211 i18n['get mail'] = 'Mails abrufen'
    Line 221 i18n['lookup'] = 'Adresse'
    line 278 i18n['fldr messages'] = 'E-Mails'
    line 481 return 'Alle Nachrichten dauerhaft aus ' + fname + ' l�schen ?'
    line 987 '<td nowrap>' + font() + 'Suche in' +
    html/de/pab_fs.html
    line 60 var ITEMSP=(len>1 ? ' Eintr�ge ' : ' Eintrag' );
    line 62 var ENTRIESSP=(TOTALENTRIES>1? ' Kontakte' : ' Kontakt');
    line 64 var GROUPSSP=(TOTALGROUPS>1 ? ' Gruppen' : ' Gruppe');
    more Bugs in MsgExpress::
    Symtom:
    If you want to create a group in the address book, you get a Javascript Error "missing ; before statement"
    and a white page.
    Fix: Remove the quotes next to Abbrechen
    html/de/editPabGroup_fs.html:
    line 58 s += '<TR><TD colspan=2 valign=top width=1% nowrap><IMG src="' + main.srcHREF + 'imx/qu
    estion.gif" width=32 height=32></TD><TD>' + main.font() + 'Ein Eintrag bzw. eine Gruppe mit dem N
    amen  ' + main.unescape_crlf(g.cn) + '  ist bereits vorhanden. W\303\244hlen Sie eine der folgend
    en Optionen, um fortzufahren, oder klicken Sie auf Abbrechen.</FONT></TD></TR>' +Interesting if engineering ever gets this information...

  • Not able to deploy Integration Library COnfiguration for ORM

    I'm trying to install OIM-ORM integration library 10.1.4.2.
    I'm following the integration guide and trying to perform the steps in
    section 5 Configuring Oracle Role Manager > 5.1 Deploying the Integration Library Configuration.
    But getting following error and getting stuck :(
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.bizlogic.impl.BusinessLogicCDM validate
    +INFO: [bizLogicCDM] validate complete. Validation error count = 2+
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.authentication.impl.AuthenticationCDM validate
    +INFO: [autheCDM] validate complete. Validation error count = 2+
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 26% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.event.impl.IncomingEventCDM validate
    +INFO: [incomingEventCDM] validate complete. Validation error count = 2+
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 27% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 28% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 31% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onProgress
    INFO: Deployment 35% complete.
    Jul 20, 2009 4:58:29 PM oracle.iam.rm.deployment.DefaultStatusMonitor onFailure
    SEVERE: Deprecated failure management
    Validation failures:
    +[+
    Subsystem: BusinessLogicCDM Config: bizlogic.oim_integration - Transaction Operation 'reconcileAccessPolicy': Plugin 'reconcile_ITRole' in pack 'oracle.iam.rm.bizlogic.plugin.standard_ext' not found.
    Subsystem: BusinessLogicCDM Config: bizlogic.oim_integration - Transaction Operation 'reconcileUserGroups': Plugin 'reconcile_BusinessRole' in pack 'oracle.iam.rm.bizlogic.plugin.standard_ext' not found.
    +]+
    at oracle.iam.rm.deployment.impl.AbstractDeployManager.deploy(AbstractDeployManager.java:390)
    at oracle.iam.rm.deployment.DeploymentTool.deploy(DeploymentTool.java:178)
    at oracle.iam.rm.deployment.DeploymentTool.invoke(DeploymentTool.java:133)
    at oracle.iam.rm.util.cmd.CmdLineApp.invoke(CmdLineApp.java:129)
    at oracle.iam.rm.deployment.DeploymentTool.main(DeploymentTool.java:32)
    Jul 20, 2009 4:58:29 PM org.springframework.context.support.AbstractApplicationContext doClose
    +INFO: Closing application context [org.springframework.context.support.GenericApplicationContext;hashCode=18450577]+
    Jul 20, 2009 4:58:29 PM org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
    +INFO: Destroying singletons in {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [deploymentFactory,oracle.iam.rm.deployment.DeploymentManager,oracle.iam.rm.approval.ApprovalCDM,oracle.iam.rm.authentication.AuthenticationCDM,oracle.iam.rm.bizlogic.BusinessLogicCDM,oracle.iam.rm.bootstrap.BootstrapCDM,oracle.iam.rm.cache.CacheCDM,oracle.iam.rm.config.ConfigurationRDM,oracle.iam.rm.event.IncomingEventCDM,oracle.iam.rm.event.OutgoingEventCDM,oracle.iam.rm.i18n.InternationalizationRDM,oracle.iam.rm.i18n.InternationalizationCDM,oracle.iam.rm.loader.LoaderCDM,oracl+
    +e.iam.rm.plugin.PluginRDM,oracle.iam.rm.temporal.TemporalEngineCDM,oracle.iam.rm.timer.TimerCDM,oracle.iam.rm.hierarchy.HierarchyIndexManagerCDM]; root of BeanFactory hierarchy}+
    Deployment Failed: correct the errors or ensure that the server is down, and then re run.
    Please help.
    Thanks,
    Amruta

    I'm doing it manually.
    No customization (I'm doing it the first time).
    As per your error it is showing that*
    bizlogic.oim_integration file is not correct. Just open the oim_integration.car file. You'll find 6-7 folders there.*
    there will be one file oim_integration.xml in oracle.iam.rm.bizlogic.def folder. Just check the file, is it correct.*
    *+<business-transaction id="reconcileAccessPolicy" related-object-type="itRole" permission="manage">+*
    *+<snapshot-logic-definition plugin-pack-id="oracle.iam.rm.bizlogic.plugin.standard_ext" plugin-id="reconcile_ITRole">+*
    Are above information is present there or not , if yes are they correct?*
    Yes all this information is present in this file. How do I know if it is correct?
    I'm copying this information here.
    +<business-transaction id="reconcileAccessPolicy" related-object-type="itRole" permission="manage">+
    +<title>Reconcile IT Role</title>+
    +<audit-event>+
    +<argument-mappings>+
    +<input-argument-mapping argument-id="0" input-argument-id="displayName" dereference="false"/>+
    +<input-argument-mapping argument-id="1" input-argument-id="oimAccessPolicyId" dereference="false"/>+
    +</argument-mappings>+
    +<message>+
    +<i18n:message>IT Role ''{0}'' with OIM Access Policy key {1} was created as a result of integration with OIM.</i18n:message>+
    +<i18n:arguments>+
    +<i18n:argument type="string">+
    +<i18n:description>Name of the IT Role.</i18n:description>+
    +</i18n:argument>+
    +</i18n:arguments>+
    +</message>+
    +</audit-event>+
    +<arguments>+
    +<argument id="oimAccessPolicyId">+
    +<title>OIM Identifier</title>+
    +<related-object-type>itRole</related-object-type>+
    +<related-object-attribute>oimAccessPolicyId</related-object-attribute>+
    +</argument>+
    +<argument id="displayName">+
    +<title>Display Name</title>+
    +<related-object-type>itRole</related-object-type>+
    +<related-object-attribute>displayName</related-object-attribute>+
    +</argument>+
    +          <argument id="entitlements">+
    +<title>Comma separated values of mapped OIM entitlements Keys</title>+
    +<t:string>+
    +<t:length id="csvLength" max-length="2147483647">+
    +<t:violation-message>Entitlements csv must be a string of valid length.</t:violation-message>+
    +</t:length>+
    +</t:string>+
    +</argument>+
    +</arguments>+
    +<snapshot-logic-definition plugin-pack-id="oracle.iam.rm.bizlogic.plugin.standard_ext" plugin-id="reconcile_ITRole">+
    +<ext config-version="1.0">+
    +<config>+
    +<![CDATA[+
    +<reconcile-entity-with-mappings xmlns="http://xmlns.oracle.com/iam/rm/bizlogic/plugin/standard_ext/1_0" entity-type="itRole" identifying-attribute="oimAccessPolicyId">+
    +<mappings>+
    +<mappings-config related-entity-type="itPrivilege" related-entity-source-identifying-attribute="oimEntitlementId" related-entity-identifying-attribute="itPrivilege_id" relationship-entity-type="itRolePrivilegeMapping" identifying-attribute="itRole_id" />+
    +</mappings>+
    +<attributes>+
    +<attribute attribute-id="oimAccessPolicyId" argument-id="oimAccessPolicyId"/>+
    +     <attribute attribute-id="displayName" argument-id="displayName"/>+
    +     <attribute attribute-id="oimEntitlementId" argument-id="entitlements"/>+
    +</attributes>+
    +</reconcile-entity-with-mappings> ]]>+
    +</config>+
    +</ext>+
    +</snapshot-logic-definition>+
    +</business-transaction>+
    +<business-transaction id="reconcileUserGroups" related-object-type="businessRole" permission="manage">+
    +<title>Reconcile Business Role</title>+
    +<audit-event>+
    +<argument-mappings>+
    +<input-argument-mapping argument-id="0" input-argument-id="displayName" dereference="false"/>+
    +<input-argument-mapping argument-id="1" input-argument-id="oimUserGroupId" dereference="false"/>+
    +</argument-mappings>+
    +<message>+
    +<i18n:message> Business Role ''{0}'' with OIM User Group key {1} was created as a result of integration with OIM.</i18n:message>+
    +<i18n:arguments>+
    +<i18n:argument type="string">+
    +<i18n:description>Name of the Business Role.</i18n:description>+
    +</i18n:argument>+
    +</i18n:arguments>+
    +</message>+
    +</audit-event>+
    +<arguments>+
    +<argument id="oimUserGroupId">+
    +<title>OIM User Group Key</title>+
    +<related-object-type>businessRole</related-object-type>+
    +<related-object-attribute>oimUserGroupId</related-object-attribute>+
    +</argument>+
    +<argument id="displayName">+
    +<title>Display Name</title>+
    +<related-object-type>businessRole</related-object-type>+
    +<related-object-attribute>displayName</related-object-attribute>+
    +</argument>+
    +<argument id="rule">+
    +<title>Membership Rule of Dynamic Business Role</title>+
    +<related-object-type>businessRole</related-object-type>+
    +<related-object-attribute>membershipRule</related-object-attribute>+
    +</argument>+
    +<argument id="accessPoliciesMapping">+
    +<title>Business Role to IT Role Mapping</title>+
    +<t:string>+
    +<t:length id="csvLength" max-length="2147483647">+
    +<t:violation-message>Access policies csv must be a string of valid length.</t:violation-message>+
    +</t:length>+
    +</t:string>+
    +</argument>+
    +<argument id="members">+
    +<title>Members of Business Role</title>+
    +<t:string>+
    +<t:length id="csvLength" max-length="2147483647">+
    +<t:violation-message>Members csv must be a string of valid length.</t:violation-message>+
    +</t:length>+
    +</t:string>+
    +</argument>+
    +</arguments>+
    +<snapshot-logic-definition plugin-pack-id="oracle.iam.rm.bizlogic.plugin.standard_ext" plugin-id="reconcile_BusinessRole">+
    +<ext config-version="1.0">+
    +<config>+
    +<![CDATA[+
    +<reconcile-entity-with-mappings xmlns="http://xmlns.oracle.com/iam/rm/bizlogic/plugin/standard_ext/1_0" entity-type="businessRole" identifying-attribute="oimUserGroupId" >+
    +<mappings>+
    +<mappings-config related-entity-type="itRole" related-entity-identifying-attribute="itRole_id" related-entity-source-identifying-attribute="oimAccessPolicyId" relationship-entity-type="roleMapping" identifying-attribute="businessRole_id"/>+
    +     <mappings-config related-entity-type="person" related-entity-identifying-attribute="grantee_id" related-entity-source-identifying-attribute="oimId" relationship-entity-type="roleGrant" identifying-attribute="role_id"/>+
    +</mappings>+
    +<attributes>+
    +<attribute attribute-id="oimUserGroupId" argument-id="oimUserGroupId"/>+
    +<attribute attribute-id="displayName" argument-id="displayName"/>+
    +<attribute attribute-id="membershipRule" argument-id="rule"/>+
    +<attribute attribute-id="oimAccessPolicyId" argument-id="accessPoliciesMapping"/>+
    +<attribute attribute-id="oimId" argument-id="members"/>+
    +</attributes>+
    +</reconcile-entity-with-mappings>+
    +]]>+
    +</config>+
    +</ext>+
    +</snapshot-logic-definition>+
    +</business-transaction>+

  • When ever i try logging into FaceTime or iMessage on my Macpro i get The server encountered an error processing registration. Please try again later. what could be the problem..N.B I'm located in trinidad in the caribbean message

    When ever i try logging into FaceTime or iMessage on my Macpro i get The server encountered an error processing registration. Please try again later. what could be the problem..N.B I'm located in trinidad in the caribbean message

    Hi,
    As the Other threads suggests I would check the Date and Time settings on the Mac and compare that with the settings in the router.
    Messages (and iChat before that) send Time stamped info to Login and to send IMs.
    Obviously most people set their Macs to their Time Zone and nearest city/town.
    What people sometimes forget is that their Router/Modem device(s) have to be set correctly as well.
    EDIT
    Also Add a Public DNS server to your System Preferences> Network > Advanced Button > DNS  tab
    A Google one such as 8.8.4.4 or 8.8.8.8 seem to work well for most people
    10:15 PM      Saturday; March 17, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously
    Message was edited by: Ralph Johns (UK)

  • Style Message in design view with Apache Trinidad HTML components

    Hi !!!
    I'm using Apache Trinidad HTML components. In that components after using Table Layout I'm trying to use Row layout after dragging the row layout to the design view the following message is appearing in the design view, the same is happening in the browser window also.
    style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px"
    Thanks in Advance
    Anil Kumar Golla

    Ric,
    First I created an application by selecting New Application from the Application Navigator. In that application window I submitted relevant names for creating the new application, after that it displayed the project window in that I given the project name then in Jdeveloper's Application window the project name is displayed from there I selected new by right clicking, in that New gallery window, I selected Web Tier > Page Template > Ok. In the Create Jsf Page template window I created a File Name and Facet Definitions namely North, West, East, South and Center. After that Jdeveloper created the new JSPX page. In that page first I dragged panel stretch layout from Adf Faces to the Jdeveloper's design view and given facet references (North, West, East, South and Center). In the North Portion I dragged the Apache Trinidad HTML's Table Layout component, after that Row layout, then in the design window I'm getting the "style="position:absolute;width:auto;height:auto;top:0px;left:0px;bottom:0px;right:0px". The same is displaying in the browser window also.
    Thanks in Advance
    Anil Golla

  • Moving message bundle (i18n) to another package within NetBeans...

    Hi,
    I'm using the NetBeans GUI builder (matisse) to create an internationalized (i18n) swing application.
    My bundle properties file (which contains all the internationalized labels and so on) is located in a package on the classpath. Now I want to move the bundle to another package - can this be done in an easy (automatic) fashion throughout the IDE because a lot of java classes (forms) use the bundle.
    BTW, find and replace within the editor does not work because all the gui building stuff is marked as protected and cannot be edited and editing each label separately with the internationalization wizard would take me hours...
    Any help would be greatly appreciated
    - Stephan

    Of course... but my java files would need some refactoring because there is a lot of code like that...
    setTitle(java.util.ResourceBundle.getBundle("
        com/foo/bar/bundle/Messages").getString("frame1.title"));.. which refers to a message bundle in the specified package - when I move the message bundle to another package all the references in the java files (like the example above) have to be updated.
    Unfortunately 'Find and Replace' in the editor doesn't work because it is generated gui code and marked as protected.
    So is there a possibility to automatically update all the references in the java files?
    Thanks a lot
    - Stephan

  • Error/Warning Messages. via org.apache.myfaces.trinidad.................

    Hi,
    I use Jdeveloper Studio version 11.1.2.3.0
    Each time i open the Jdeveloper to build my app i get these warning messages....
    WARNING: Apache Trinidad is running with time-stamp checking enabled. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    Mar 27, 2013 5:23:12 PM org.apache.myfaces.trinidad.component.UIXEditableValue _isBeanValidationAvailable
    WARNING: A Bean Validation provider is not present, therefore bean validation is disabled
    Mar 27, 2013 5:23:23 PM org.apache.myfaces.trinidadinternal.agent.AgentFactoryImpl _populateUnknownAgentImpl
    WARNING: The User-Agent "null" is unknown; creating an agent with "unknown" agent attributes.
    Mar 27, 2013 5:23:23 PM org.apache.myfaces.trinidadinternal.agent.AgentFactoryImpl _populateUnknownAgentImpl
    WARNING: The User-Agent "null" is unknown; creating an agent with "unknown" agent attributes.
    Despite these messages, when i run my application on Integrated Weblogic Server, it runs just fine.... Also i tried accessing the WEB-INF/web.xml for "org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION" and it was set to FALSE..... then i changed it to TRUE restarted the Jdeveloper but the Warning message kept showing, so later changed it back to FALSE...
    Please any suggestion on how i can rectify these before deploying my app to Standalone Weblogic Server on a production environment?
    Thanks..
    OBI

    Also i tried accessing the WEB-INF/web.xml for "org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION" and it was set to FALSEAs I recall, the integrated WLS (the one that runs when you run from JDeveloper) always automagically sets this to TRUE, regardless of the web.xml settings.
    The other warnings:
    WARNING: A Bean Validation provider is not present, therefore bean validation is disabledYou can ignore
    WARNING: The User-Agent "null" is unknown; creating an agent with "unknown" agent attributes.You can probably ignore - this seems to me to be related to the browser you're using
    John

  • Sling:message customization per project using i18n

    Hi all,
    I saw this post on the sling message boards, which is the same question as mine, but I didn't see a resolution:
    http://apache-sling.73963.n3.nabble.com/Overriding-of-sling-messages-in-sling-i18n-td40206 15.html
    In our scenario, this is more about site localization than internationization, in that we may re-use components in multiple sites, but want to be able to customize header text using i18n.
    For example, the default component, and the jsp for it, may live in:
    /apps/defaultsite/components/mycomponent
    under that component I have:
    /en/
         key1 (sling:key="Lorem", sling:message="ipsum")
    For a specific site that will be using that component, I want to override key 1 to use something different for the message, I create a new component at:
    /apps/customsite/components/mycomponent  and have it's sling:resourceSuperType reference the component listed above (/apps/defaultsite/components/mycomponent)
    I then create my sling message under my new component:
    /en/
         key1 (sling:key="Lorem", sling:message="customsite")
    The behavior I see (which the other post also mentions) is that whatever translation was saved last is what gets rendered onto the page, the logic for i18n doesn't look like it can be set at multiple places and then have the sling:resourceType and resourceSuperType resolution be used to figure out which value to use.
    Is there another approach to use so I can override sling messages at the component level when a component inherits from another component that already was using the same sling:message?
    Thanks!

    Thanks for the suggestion, that sounds exactly what I need to use, but I am not seeing the expected result.
    Do you see anything wrong with the node structure listed below?
    baseproject
    components
         mycomponent
              mycomponent.jsp - uses <cq:setContentBundle /> in code along with <fmt:message key="mykey"/> to get value
              i18n (sling:folder)
                   en (sling:folder)
                        *jcr:language=en
                        *jcr:mixinTypes="mix:language"
                        mykey (sling:MessageEntry)
                             *sling:key="mykey"
                             *sling:message="base message"
    Extendedproject
    components
         mycomponent
              *sling:resourceSuperType=baseproject/components/mycomponent
              i18n (sling:folder)
                   en (sling:folder)
                        *jcr:language=en
                        *jcr:mixinTypes="mix:language"
                        mykey (sling:MessageEntry)
                             *sling:key="mykey"
                             *sling:message="extended message"
    I place "mycomponent" from the "extendedproject" onto a page.  That component has a supertype referencing the component in the baseproject, where the jsp logic lives.
    I expect to see the "extended message" appear, since cq:setContentBundle should tell the page to use the i18n message assigned to this component itself from "extendedproject".
    However, what I see is whichever sling message was saved last is the one that displayed.  I think what you listed above for " (so a string in /apps overrides one in /libs, but multiple strings with the same key in /apps have an undefined winner)" is still being applied, and the cq:setContentBundle doesn't seem to find the message tied to the component itself in the context of the app it lives within.
    Thanks!

  • Apache Trinidad: Warning messages when starting WebLogic Server 10.3

    Hi,
    I'm trying to work with Trinidad in WLS / WLW 10.3. I'm using the JSF 1.1 Sun RI.
    When starting WLS the log print this warnings (I'd like to get rid of)
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ValidatorRule]{faces-config/validator} Merge(javax.faces.DoubleRange)>
    <20-02-2009 12:05:40 PM CLST> <Warning> <org.apache.commons.digester.Digester> <BEA-000000> <[ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)>
    Does anybody knows how to resolve this or why this happens?
    Thanks in advance,
    Andrés

    I think I saw these warnings before.
    Best is to ping the RI folks on their mailing list.

  • I18n of Compound messages

    Hello everybody,
    i have few basic questions related to Compound messages in my mind and need your suggestions:
    1. for example , i have 10 java classes for a specific module. Each class creates one screen .
    for Messages-to-user my approach is something like this:
    Object[] testArgs = {new Long(3), "MyDisk"};
    MessageFormat form = new MessageFormat(
    "The disk \"{1}\" contains {0} file(s).");
    JOPtionPane.showMessageDialog(xxx,
    form.format(testArgs),title,abc);
    NOW, I think i should go for having only one Object[]
    testArgs , and using it in different classes ,instead of creating this object in every class. AM i right?
    2. for example in a JLabel i m displaying only one word
    (so its not a compound message ) that is dynamic. say for example , it displays one NUMBER , or some java classname that value is dynamic , then how to localize it?
    3. these numbers , like 123 , appears same in other languages or what....as when i try to translate (at www.world.altavista.com) from English to Any other language then it gives same 123....sorry for such question :)
    thanx for your suggestions and time,
    Raj

    Could some of you please give me some suggestions on this posted topic...i am looking for it since few days..?
    thanx,
    Raj

  • Illustrator quits with the following error message. Can you please help me?

    Process:         Adobe Illustrator [700]
    Path:            /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         256 (17.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [152]
    Responsible:     Adobe Illustrator [700]
    User ID:         501
    Date/Time:       2014-04-29 22:31:15.472 +0200
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  4C19C6C0-CD69-307F-3694-848B5E25B256
    Sleep/Wake UUID: 99981582-29F3-48D7-A330-E2BCEB605276
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Dyld Error Message:
      Symbol not found: _AMTRetrievePersonGUIDWithAuthSource
      Referenced from: /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
      Expected in: /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/../Frameworks/amtlib.framework/Versions/A/amtlib
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   dyld                                    0x00007fff69a9709d dyld_fatal_error + 1
    1   dyld                                    0x00007fff69a99df6 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 171
    2   libdyld.dylib                           0x00007fff8e6332dd dyld_stub_binder_ + 13
    3   ???                                     0x0000000101431030 0 + 4316139568
    4   com.adobe.illustrator                   0x0000000100688308 IMSConnection::GetUserInfoFromAmt() + 88
    5   com.adobe.illustrator                   0x0000000100688017 IMSConnection::IMSConnection(ServiceType const&) + 807
    6   com.adobe.illustrator                   0x00000001004cdcd7 PreferencesMgr::UpdateGlobalNameSpace(CAIAspectEntry&, CAIGlobalNameSpaceNotifier::Started const&) + 167
    7   com.adobe.illustrator                   0x000000010062f5e6 CAIAspectType<CAIGlobalNameSpaceNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 54
    8   com.adobe.illustrator                   0x000000010057d1e1 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 81
    9   com.adobe.illustrator                   0x000000010057cd5c CAIAspectBase::Notify(void const*) + 108
    10  com.adobe.illustrator                   0x000000010062dd91 CAIGlobalNameSpace::UpdateGlobalStringPool(CAIAspectEntry&, CAIGlobalStringPoolNotifier::Started const&) + 177
    11  com.adobe.illustrator                   0x00000001006387a6 CAIAspectType<CAIGlobalStringPoolNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 54
    12  com.adobe.illustrator                   0x000000010057d1e1 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 81
    13  com.adobe.illustrator                   0x000000010057cd5c CAIAspectBase::Notify(void const*) + 108
    14  com.adobe.illustrator                   0x0000000100638259 CAIGlobalStringPool::UpdateApplicationLaunchQuit(CAIAspectEntry&, CAIApplicationNotifier::Launching const&) + 169
    15  com.adobe.illustrator                   0x000000010042f9e6 CAIAspectType<CAIApplicationNotifier::AnyLaunchQuit>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 54
    16  com.adobe.illustrator                   0x000000010057d23e CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 174
    17  com.adobe.illustrator                   0x000000010057cd5c CAIAspectBase::Notify(void const*) + 108
    18  com.adobe.illustrator                   0x000000010042e640 CAIApplication::RunApp() + 128
    19  com.adobe.illustrator                   0x0000000100419a57 main + 135
    20  com.adobe.illustrator                   0x0000000100002c94 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8cd42662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8beb643d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8beb6152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8cd41e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff95e04f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff95e07fb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8cd41e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff95e04f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff95e07fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8cd41e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff95e04f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff95e07fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8cd41716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff95e05c3b _pthread_cond_wait + 727
    2   com.adobe.AGM                           0x0000000103894dcb 0x103552000 + 3419595
    3   com.adobe.AGM                           0x000000010389587d 0x103552000 + 3422333
    4   com.adobe.AGM                           0x00000001038ab8a8 0x103552000 + 3512488
    5   libsystem_pthread.dylib                 0x00007fff95e03899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff95e0372a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff95e07fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff69acbdb0  rbx: 0x000000010a024b70  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00007fff69acbf20  rsi: 0x0000000000000000  rbp: 0x00007fff5fbfe850  rsp: 0x00007fff5fbfe838
       r8: 0x00007fff69ab6b4c   r9: 0x0000000000000000  r10: 0x00007fff69ab9ce6  r11: 0x00007fff69acbf20
      r12: 0x000060800030e260  r13: 0x000060800030e268  r14: 0x00007fff69acbf20  r15: 0x000060800030e220
      rip: 0x00007fff69a9709d  rfl: 0x0000000000000246  cr2: 0x0000000109fff000
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     3
    Binary Images:
           0x100000000 -        0x101430fff +com.adobe.illustrator (256 - 17.0.0) <E34E6120-14D0-3467-A23C-C55B5B80B913> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x102520000 -        0x103265ff7 +libicudata.40.0.dylib (40) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x103279000 -        0x1032c8fff +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <BD518257-970F-344A-92B8-B8BE1A8EB4D8> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1032fe000 -        0x103300fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashRep orter
           0x103306000 -        0x103356fff +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.256) <CDE1A155-45AC-30BB-8347-943980377322> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AIPort.framework/Versions/A/aiport
           0x103379000 -        0x1033cdfff +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.256) <A7D0F187-0123-340C-B456-919DB5F661E7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/FilterPort.framework/Versions/A/filterport
           0x1033f6000 -        0x1033f6ff7 +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.256) <DBFFDCE5-C8A5-3C83-91A7-75E40BFF917D> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x1033fb000 -        0x10353ffff +com.adobe.ACE (AdobeACE 2.20.02.30929 - 2.20.02.30929) <73C9699B-5EDC-3FDC-82FF-738C99AA840F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x103552000 -        0x103b23fff +com.adobe.AGM (AdobeAGM 4.30.20.30929 - 4.30.20.30929) <7D9DF39D-A7FA-3284-84B2-5BA83794981A> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x103bc0000 -        0x103bfdfff +com.adobe.ARE (AdobeARE 1.5.02.30929 - 1.5.02.30929) <73174C59-1DDC-3416-A0AD-4D70930ABA60> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x103c05000 -        0x103d03ff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.30807 - 3.8.0.30807) <DF0EC9F6-D499-39B8-B2F4-CAF4F742D702> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x103daf000 -        0x103dccfff +com.adobe.BIB (AdobeBIB 1.2.03.30929 - 1.2.03.30929) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x103dd4000 -        0x103dfafff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeBibUtils.framework/Versions/A/AdobeBIBUtils
           0x103e02000 -        0x104112ff7 +com.adobe.CoolType (AdobeCoolType 5.13.00.30929 - 5.13.00.30929) <BBF1FCF6-523A-3E24-967A-10EA909DF89B> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10415a000 -        0x1046f3fff +com.adobe.MPS (AdobeMPS 5.8.1.30604 - 5.8.1.30604) <70CBC6A8-2740-37AB-964E-484096A1BF8A> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x104770000 -        0x1056f3fef +com.adobe.psl (AdobePSL 14.0.0.30830 - 14.0.0.30830) <7BDC4AF7-B14F-3DE0-B47A-E69B37529A6B> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x1058b4000 -        0x105921fff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 14 - 79.151739) <95D40B8F-C287-3F7B-945C-CEEE0D5399A2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x105954000 -        0x105a60fff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 50 - 79.151739) <6C763585-FC85-3A15-B089-7D43EF73F6A8> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x105b0e000 -        0x105bb8fe7 +libicucnv.40.0.dylib (40) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dy lib
           0x105be0000 -        0x105d20fe7 +libicui18n.40.0.dylib (40) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicu i18n.40.0.dylib
           0x105da0000 -        0x105ea2fef +libicuuc.40.0.dylib (40) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x105eeb000 -        0x106019fff +com.winsoft.wrservices (WRServices 7.0.0 - 7.0.0) <0853A41B-A14A-37B7-B27F-457F87865EAD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x106077000 -        0x1061d0ff7 +com.adobe.linguistic.LinguisticManager (7.0.0 - 19061) <F6095811-7D5F-3E06-A664-1EB9FBF8C761> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x10621e000 -        0x106226fff +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <657ED4E5-4FC2-3012-B36F-B60896021CB2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x106230000 -        0x106254fff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.30807 - 3.8.0.30807) <16FF5E16-19E0-3CE1-A68E-27567234429F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Sh aredExpat
           0x106278000 -        0x106336ff7 +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.30772) <4FC0039A-A770-3A51-9D7A-D24167344540> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScr ipt
           0x106386000 -        0x10643fff7 +com.adobe.JP2K (1.2.2 - 1.2.2.29712) <869F46FB-FF39-39CA-B1E3-A13035A48B49> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x106489000 -        0x106652ff7 +com.adobe.owl (AdobeOwl version 5.0.13 - 5.0.13) <E9BEFE93-8AB5-3EF9-B59E-69208015C7FA> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x106695000 -        0x106e00fff +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 10.0.1.30505) <38762F4D-B5C5-3FD4-AFFE-5D1195FB76FC> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x106eb8000 -        0x106fbcfff +com.adobe.PDFPort (AdobePDFPort 2.1.0.30929 - 2.1.0.30929) <46896FB3-8FDB-3554-B4F6-013BB944D5EB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x106fcf000 -        0x106ff4ffe +AdobePDFSettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetting s
           0x10702e000 -        0x107073ff7 +com.adobe.pip (7.0.0.1768) <F022E031-1429-354F-B718-70F001B342EF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x10707f000 -        0x10712aff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.30772) <5DE0B54D-CDAE-3146-904F-72CBC5C89FA7> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10716f000 -        0x10722dfff +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <2FAB4B9A-EDB9-0FF9-55B2-52DEC380D2BF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x107250000 -        0x107566fff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <D21D9020-0CD5-2CE3-FE04-8856C4F631E1> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x107632000 -        0x107645ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x10764f000 -        0x107667ff7  com.apple.carbonframeworktemplate (1.0 - 1.0) <CD612584-FFB3-3311-8A49-834F1DFA2841> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x10766e000 -        0x107752fe7 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <07A3E1E1-55C3-BA5B-A0B0-60250809ED61> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x107763000 -        0x107769ff7 +com.adobe.boost_date_time.framework (7.0.0 - 7.0.0.0) <C8A03503-9AF8-39E5-B52A-947940E9BE85> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x107780000 -        0x107792fff +com.adobe.boost_filesystem.framework (7.0.0 - 7.0.0.0) <E9A71FDE-E91D-3DB8-8C93-C4DC759440FF> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesyste m
           0x1077b0000 -        0x10784bff7 +com.adobe.boost_regex.framework (7.0.0 - 7.0.0.0) <46B5DDAA-7B53-3295-9AC6-C4A5220FA9DD> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x1078e2000 -        0x107930fff +com.adobe.boost_serialization.framework (7.0.0 - 7.0.0.0) <102B6B3B-01A9-384C-ABDD-69E255EA0461> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/boost_serial ization
           0x107a5c000 -        0x107a67fff +com.adobe.boost_signals.framework (7.0.0 - 7.0.0.0) <A07284DB-0BDE-3AA0-A9FD-9FD4080A58E0> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x107a7f000 -        0x107a83fff +com.adobe.boost_system.framework (7.0.0 - 7.0.0.0) <14201414-F4C5-3361-ABA8-225B6A997DBA> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x107a8c000 -        0x107a9afff +com.adobe.boost_threads.framework (7.0.0 - 7.0.0.0) <C4728FDF-6398-37CD-A9CF-4E8C3522BF8F> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x107abe000 -        0x107ddcfff +com.adobe.dvaadameve.framework (7.0.0 - 7.0.0.0) <C527EBA1-3390-387A-935D-A5F37DBB00F3> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x10847d000 -        0x108582fff +com.adobe.dvaai.framework (7.0.0 - 7.0.0.0) <D2763EF1-5B68-34DB-ADDA-F0B2B98D2668> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x108734000 -        0x10897dff7 +com.adobe.dvacore.framework (7.0.0 - 7.0.0.0) <73F833A6-5554-34A7-A625-ACAC06C25763> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x108bb4000 -        0x10902ffff +com.adobe.dvaui.framework (7.0.0 - 7.0.0.0) <15DAC32C-E639-33FE-A34B-990E77CE9C47> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x109622000 -        0x1096d0ff7 +com.adobe.dvaworkspace.framework (7.0.0 - 7.0.0.0) <C614AF0D-8386-3FC1-AE64-33BC3B5DAB37> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x1097db000 -        0x10989dff7 +com.adobe.exo.framework (7.0.0 - 7.0.0.0) <D923AF78-3EBF-3C1B-9698-E8D8A0FE02E2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x1099f7000 -        0x109a68fe7 +com.adobe.FileInfo.framework (Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 - 79.151561) <380981FE-6528-37CC-9159-AB1892803BD4> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
           0x109a7b000 -        0x109aa7ff7 +libtbb.dylib (0) <64B7013E-D548-3F7B-A2FB-28B7B932275C> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/libtbb.dylib
           0x109ac2000 -        0x109ae1fe7 +libtbbmalloc.dylib (0) <6887ED68-67ED-3748-82DA-B39A3EB210BB> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/libtbbmalloc.dylib
           0x109b06000 -        0x109b0afff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x109b11000 -        0x109b2dff7 +com.adobe.dvaflashview.framework (7.0.0 - 7.0.0.0) <390504EA-B04F-3B3D-AF17-5F99CE10613D> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x109b54000 -        0x109b58ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <B9447EE8-6F91-9E85-C163-96600BF70764> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/Adbeape.framework/Versions/A/adbeape
           0x109b5f000 -        0x109caafff +com.adobe.dvascriptui.framework (7.0.6 - 7.0.6.0) <D8DCEBAB-E04E-373A-B9ED-820FC2A282F0> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/dvascriptui.framework/Versions/A/dvascriptui
           0x109f73000 -        0x109f75ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10e86a000 -        0x10e90dff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10ef80000 -        0x10f061fe7 +IMSLib.dylib (7.0.0.37 - 7.0.0.37) <4C57DB56-7A76-374F-8F81-3D29A86A4FF2> /Applications/Adobe Illustrator CC/Adobe Illustrator.app/Contents/Frameworks/IMSLib.dylib
        0x7fff69a96000 -     0x7fff69ac9817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
        0x7fff894c3000 -     0x7fff894c3fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff89517000 -     0x7fff89521ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff89564000 -     0x7fff89572fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff89573000 -     0x7fff8957cffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff895e8000 -     0x7fff896cfff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff89a26000 -     0x7fff89a26fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff89a27000 -     0x7fff89a57fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
        0x7fff89a58000 -     0x7fff89a59fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff89a5d000 -     0x7fff89bb0ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89bb1000 -     0x7fff89bcdfff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff89d13000 -     0x7fff89df2fff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff89e7e000 -     0x7fff89e90ff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
        0x7fff89e91000 -     0x7fff89e95fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff89ee3000 -     0x7fff89efeff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff89f11000 -     0x7fff8a0c9ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
        0x7fff8b1bb000 -     0x7fff8b1f3ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff8b1f4000 -     0x7fff8b27dff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff8b2c8000 -     0x7fff8b2c9fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
        0x7fff8b3b8000 -     0x7fff8b3c5ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8b3c6000 -     0x7fff8b3cdfff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8b6f0000 -     0x7fff8b6f3ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8b6f4000 -     0x7fff8b6f7fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
        0x7fff8bb9f000 -     0x7fff8bbe6fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8bc69000 -     0x7fff8bc98ff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8beb3000 -     0x7fff8becdfff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
        0x7fff8bece000 -     0x7fff8bed0ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8bed1000 -     0x7fff8bedaff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
        0x7fff8bf25000 -     0x7fff8bf2ffff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8bf3f000 -     0x7fff8c23dfff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8c7e5000 -     0x7fff8c7e8fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8c7e9000 -     0x7fff8c824fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8cd2c000 -     0x7fff8cd48ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8cd49000 -     0x7fff8ceb7ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
        0x7fff8ceb8000 -     0x7fff8cee0ffb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8d7b0000 -     0x7fff8d7d9fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
        0x7fff8d7da000 -     0x7fff8e350fff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8e3a0000 -     0x7fff8e3b7ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
        0x7fff8e3b8000 -     0x7fff8e3c4ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8e3c5000 -     0x7fff8e438fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff8e61e000 -     0x7fff8e61efff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
        0x7fff8e632000 -     0x7fff8e635ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
        0x7fff8e656000 -     0x7fff8e671ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff8e682000 -     0x7fff8e766fff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8e767000 -     0x7fff8e768ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8e769000 -     0x7fff8ea39ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
        0x7fff8ecb5000 -     0x7fff8ecb7ff7  com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
        0x7fff8ecb8000 -     0x7fff8ecc0ff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
        0x7fff8ecc1000 -     0x7fff8ecc6fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8ecc7000 -     0x7fff8eccefff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8eccf000 -     0x7fff8ed9afff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
        0x7fff8f51a000 -     0x7fff8f51eff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8f64f000 -     0x7fff8f6b2ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8f6b3000 -     0x7fff8f6c0ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff8f6c1000 -     0x7fff8f85dff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8f8ac000 -     0x7fff8fb96fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
        0x7fff8fb97000 -     0x7fff8fc81fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff8fc82000 -     0x7fff8fd71fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
        0x7fff8fd8a000 -     0x7fff8fd96ff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
        0x7fff8fdbe000 -     0x7fff8feacfff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8fead000 -     0x7fff8feb3ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff8fef4000 -     0x7fff8feffff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff90192000 -     0x7fff90196ff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
        0x7fff90197000 -     0x7fff901a6ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
        0x7fff901eb000 -     0x7fff9023cff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff9023d000 -     0x7fff9028aff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
        0x7fff9058a000 -     0x7fff906faff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff90704000 -     0x7fff90756fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff908f0000 -     0x7fff909b2ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff90a10000 -     0x7fff90a10fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90a11000 -     0x7fff90a15ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
        0x7fff90a20000 -     0x7fff90a27ff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
        0x7fff90a28000 -     0x7fff90a79fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff90aa5000 -     0x7fff90aa5fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff90aaf000 -     0x7fff90ac7ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
        0x7fff90be3000 -     0x7fff90c12fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff90d96000 -     0x7fff91040ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff91183000 -     0x7fff91184fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff91185000 -     0x7fff91187fff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff91188000 -     0x7fff91238ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
        0x7fff91239000 -     0x7fff91239ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff9123a000 -     0x7fff9123bff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff912ca000 -     0x7fff912d2ffc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff9180a000 -     0x7fff918ceff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff918cf000 -     0x7fff918f8ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff91947000 -     0x7fff91a4dff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff91c8d000 -     0x7fff91d1dfff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
        0x7fff91d1e000 -     0x7fff91d60ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff91d8e000 -     0x7fff91e17fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
        0x7fff91e18000 -     0x7fff91e19ff7  libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
        0x7fff91e1d000 -     0x7fff91e94fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
        0x7fff91e99000 -     0x7fff91ea4fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff91ec2000 -     0x7fff91ecbfff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff91eef000 -     0x7fff91f5cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
        0x7fff91f84000 -     0x7fff91f9fff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff91fbf000 -     0x7fff92017ff7  com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff92121000 -     0x7fff92174fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff9217c000 -     0x7fff921d5fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff92263000 -     0x7fff922c8ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff9234a000 -     0x7fff9234efff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
        0x7fff923a0000 -     0x7fff923a5fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff923a6000 -     0x7fff923d2fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
        0x7fff9241d000 -     0x7fff92602fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff92a36000 -     0x7fff92a39ffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff92a98000 -     0x7fff92b07ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
        0x7fff92b13000 -     0x7fff92b61fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff92b68000 -     0x7fff92b69ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff92b6a000 -     0x7fff92bd4ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff9322a000 -     0x7fff93251ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff93254000 -     0x7fff9328dff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
        0x7fff9328e000 -     0x7fff9329bff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff9329c000 -     0x7fff93449f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff93562000 -     0x7fff9356aff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
        0x7fff9356b000 -     0x7fff93570ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff93571000 -     0x7fff93595fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff93598000 -     0x7fff935a5fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff935a6000 -     0x7fff935a8fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff935a9000 -     0x7fff935aaff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff935ab000 -     0x7fff935d3ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff935d4000 -     0x7fff9362fffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
        0x7fff93630000 -     0x7fff9366eff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff9366f000 -     0x7fff936bdff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
        0x7fff936f3000 -     0x7fff9377fff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
        0x7fff93780000 -     0x7fff937a5ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff93b82000 -     0x7fff93dcaff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff93dcb000 -     0x7fff93e12ff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
        0x7fff93ed3000 -     0x7fff93f9cfff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
        0x7fff93f9d000 -     0x7fff93febfff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff94139000 -     0x7fff94152ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff94199000 -     0x7fff941c0ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff941c8000 -     0x7fff941d8fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff9446b000 -     0x7fff94484ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff94487000 -     0x7fff944c8fff  com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
        0x7fff944c9000 -     0x7fff9450effe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
        0x7fff9450f000 -     0x7fff94517fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff94518000 -     0x7fff9451cff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff9451d000 -     0x7fff94542ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff94543000 -     0x7fff94543fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff94544000 -     0x7fff94573fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff94574000 -     0x7fff94575ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff945e4000 -     0x7fff946d5ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff94764000 -     0x7fff94b97ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff94c6a000 -     0x7fff94d9aff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
        0x7fff94dc0000 -     0x7fff95019ff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff9501a000 -     0x7fff9507efff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
        0x7fff9507f000 -     0x7fff95091fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
        0x7fff95092000 -     0x7fff950b6ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff950b8000 -     0x7fff950d0ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
        0x7fff950d1000 -     0x7fff950dcfff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
        0x7fff9511c000 -     0x7fff9519cfff  com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff95529000 -     0x7fff95568fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff95583000 -     0x7fff95857fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
        0x7fff95cce000 -     0x7fff95cceffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff95d1e000 -     0x7fff95d2fff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff95e02000 -     0x7fff95e09ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff95e0a000 -     0x7fff9609bfff  com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff9609c000 -     0x7fff960a3ff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff963ba000 -     0x7fff963bdfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff963be000 -     0x7fff963beff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff9643e000 -     0x7fff9681fffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
        0x7fff96875000 -     0x7fff97194af3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff97195000 -     0x7fff97197ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
        0x7fff97198000 -     0x7fff971a9ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff971aa000 -     0x7fff971b4ff7  com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 976
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=310.4M resident=144.3M(46%) swapped_out_or_unallocated=166.1M(54%)
    Writable regions: Total=87.6M written=24.0M(27%) resident=27.6M(31%) swapped_out=0K(0%) unallocated=60.0M(69%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  1928K
    CG raster data                        8K
    CG shared images                    172K
    Image IO                           1928K
    Kernel Alloc Once                     8K
    MALLOC                             65.7M
    MALLOC (admin)                       32K
    Memory Tag 242                       12K
    STACK GUARD                        56.0M
    Stack                              10.1M
    VM_ALLOCATE                        3460K
    __DATA                             27.1M
    __IMAGE                             528K
    __LINKEDIT                        109.4M
    __TEXT                            201.0M
    __UNICODE                           544K
    mapped file                        44.3M
    shared memory                         4K
    ===========                      =======
    TOTAL                             522.1M
    Model: MacBookPro7,1, BootROM MBP71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f7
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 250,06 GB
    Serial ATA Device: WDC WD7500BPKT-22PK4T0, 750,16 GB
    USB Device: Built-in iSight
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus:

    Marcell,
    What happens if you update (you seem to be with 17.0.0 still)?
    http://prodesigntools.com/adobe-cc-updates-direct-links-mac.html
    And just to make sure, are all the faces of the Verdana and Tahoma fonts installed and enabled/activated through the OS (not font mangement) as TTF (not OTF)?

  • How to find a specifc message in ES Workplace

    Hi,
    I'm using ESWorkplace to access eSOA services.
    In order to see the eSOA services available I'm using the SAP ES Explorer but I cannot find the eSOA service I need to use. The specific service I need to use is: [http://iwdfvm2160.wdf.sap.corp:51080/socoview(bD1lbiZjPTIwMCZkPW1pbg==)/smdisplay.asp?id=2573749F716511DA36BB000F20DAC9EF&fragID=2573749F716511DA36BB000F20DAC9EF&packageid=DBBB6D8AA3B382F191E0000F20F64781&context=&iv=|http://iwdfvm2160.wdf.sap.corp:51080/socoview(bD1lbiZjPTIwMCZkPW1pbg==)/smdisplay.asp?id=2573749F716511DA36BB000F20DAC9EF&fragID=2573749F716511DA36BB000F20DAC9EF&packageid=DBBB6D8AA3B382F191E0000F20F64781&context=&iv=] (in order to create a Sales Order from a Purchase Order created in the buying organization).
    Do you know if all eSOA services are available in ES Workplace system? And how I can find out this one? I have tried to use the search button but there are no results for the "PurchaseOrderRequest_In" message.
    Thanks for your help
    Trinidad.

    Hi Adish,
    In order to discover the ESWORKPLACE services I use the tool called "SAP Enterprise Services Explorer for Microsoft .NET". With this tool I can give a Services Registry URL and then browse the offered services.
    As Services Registry I use the URL: http://sr.esworkplace.sap.com/ServicesRegistrySiService/ServicesRegistrySiPort
    In the address you propose there is an "erp" starting point instead of "sr". I think this is the reason I cannot see it.
    Do you know the Services Registry URL I can use to have the possibility to discover the wsdl you propose?
    By simply adding the reference to the wsdl url you gave me .NET doesn't do all needed configuration (that the
    SAP Services Explorer for .NET does).
    Thanks a lot
    Trinidad.

Maybe you are looking for