Unable to udpate WSDLFile attribute of BPEL composite via EM11g-FMW console

Hello Everyone,
I have a BPEL project (10.1.3.3) that was designed to invoke worklist webservice provided by my peoplesoft application.
I opened this project via JDeveloper 11.1.1.1.0 and migrated it to 11g format.
I updated WSDL of my peoplesoft worklist webservice in the BPEL project, compiled and deployed it to my SOA application server (11.1.1.1.0).
Now I am able to successfully invoke my peoplesoft worklist service from EM11g-Fusion Middleware console and tested it with one of my peoplesoft test environment.
Now I would like to retest the same deployment with another peoplesoft environment without having to redeploy a new composite from JDeveloper.
I figured out there is an option to udpate the WSDLFile attribute for any composite deployed onto SOA server via System MBean Browser on SOA console.
(Via the following navigation on EM11g-Fusion Middleware control console)
System MBean Browser > Application Defined MBeans > oracle.soa.config > $Soa server name$ > SCAComposite > $Composite Name$ >SCAComposite.SCAReference > $WSDL File name$
WSDLFile attribute is shown a Read/Write attribute and there is an option to udpate the new WSDL and apply the changes for a composite.
However in doing so, I am getting an exception as shown below
javax.management.RuntimeMBeanException: javax.management.RuntimeMBeanException
at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
at javax.management.remote.rmi.RMIConnectionImpl_1031_WLStub.setAttribute(Unknown Source)
at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.setAttribute(RMIConnector.java:921)
at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.setAttribute(ClientProvider.java:263)
at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.setAttribute(ClientProvider.java:263)
at oracle.sysman.emas.model.browser.JMXAccess.setAttribuite(JMXAccess.java:1517)
at oracle.sysman.emas.model.browser.MBeanNodeInfo.setAttribute(MBeanNodeInfo.java:637)
at oracle.sysman.emas.view.browser.MBeanBrowserViewBean.attributeApply(MBeanBrowserViewBean.java:1024)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1245)
at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:87)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:298)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:91)
at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:87)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:87)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:298)
at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:91)
at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:81)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:673)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:101)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:527)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: javax.management.RuntimeMBeanException
at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doSetAttribute(OracleStandardEmitterMBean.java:764)
at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalSetAttribute(ContextClassLoaderMBeanInterceptor.java:75)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doSetAttribute(AbstractMBeanInterceptor.java:124)
at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalSetAttribute(MBeanRestartInterceptor.java:140)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doSetAttribute(AbstractMBeanInterceptor.java:124)
at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalSetAttribute(AbstractMBeanSecurityInterceptor.java:142)
at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doSetAttribute(AbstractMBeanInterceptor.java:124)
at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.setAttribute(OracleStandardEmitterMBean.java:712)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.setAttribute(DefaultMBeanServerInterceptor.java:762)
at com.sun.jmx.mbeanserver.JmxMBeanServer.setAttribute(JmxMBeanServer.java:699)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$14.run(WLSMBeanServerInterceptorBase.java:378)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.setAttribute(WLSMBeanServerInterceptorBase.java:376)
at weblogic.management.mbeanservers.internal.JMXContextInterceptor.setAttribute(JMXContextInterceptor.java:234)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$14.run(WLSMBeanServerInterceptorBase.java:378)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.setAttribute(WLSMBeanServerInterceptorBase.java:376)
at weblogic.management.mbeanservers.internal.SecurityInterceptor.setAttribute(SecurityInterceptor.java:358)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.setAttribute(WLSMBeanServer.java:294)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$9$1.run(JMXConnectorSubjectForwarder.java:551)
at java.security.AccessController.doPrivileged(Native Method)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$9.run(JMXConnectorSubjectForwarder.java:549)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.setAttribute(JMXConnectorSubjectForwarder.java:544)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1449)
at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
at java.security.AccessController.doPrivileged(Native Method)
at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
at javax.management.remote.rmi.RMIConnectionImpl.setAttribute(RMIConnectionImpl.java:683)
at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
... 2 more
Caused by: java.lang.UnsupportedOperationException
at oracle.fabric.management.composite.mbean.Reference.setWSDLFile(Reference.java:392)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doSetAttribute(OracleStandardEmitterMBean.java:756)
... 38 more
Can somebody help me please?
Thanks
Ramprasad

Hello vamseeq,
I even tried to override the end point address of the composite via service/reference properties page on EM fusion middle ware console.
(as per instructions mentioned in your previous note)
It didn't resolve the issue. It still picks up the old end point and neglects the new end point address.
I even tried to restart the composite as well as the soa server after I updated the new end point address.
Thanks
Ramprasad

Similar Messages

  • Regarding the BPEL preference modification from em console

    Hi Guys,
    I got problem again in 11G , I want to get/set the preference we set in BPEL composite.xml from em console after deployment . but I can't find anywhere to do that ?
    This is what we have in composite.xml :
    <component name="sample">
    <implementation.bpel src="sample.bpel"/>
    <property name="bpel.preference.PollingTimeout">P1D</property>
    <property name="bpel.preference.PollingInterval">PT1M</property>
    </component>
    and use ora:getPreference(PollingTimeout) to get it from BPEL process
    But where I can change preference at em console ......
    Help needed ~~
    Thanks
    Kevin

    Lucky , today
    I find it after try to search in EM.
    Here is my way :
    EM>Farm_soa_domain>weblogic domain>your_domain>soa_server1>right click menu>system Mbean browser>oracle.soa.config>server:soa_server1>SCAComposite>your project> SCAComposite.SCAComponent>processName>
    Click the properties attribute , then goes to a tableview, you will see all properties you set in design time. you will be able to change as well.
    Cheers
    Kevin

  • Unable to get BPEL composite with JMS Adapter running.

    Hello All,
    I have tried to build a BPEL Composite to use JMS Adapter, by following the link http://blogs.sun.com/malkit/entry/oracle_soa_suite_bpel_to
    Steps in WebLogic console:
    1. Created a new JMS Server JMSServer-0 (file persistent store) this is targeted to AdminServer
    1. Created a new JMS Module SystemModule-0
    3. Created a connection factory in this module JNDI jms/SendRecvConnectionFactory
    4. Created a queue in this module JNDI jms/ReceiveQueue
    5. Created a SubDeployment Subdeployment0 for these two components.
    6. Created a new JMSAdapter connection pool JNDI eis/tst/TestJMSConn and set the ConnectionFactoryLocation property to jms/SendRecvConnectionFactory
    Next, I created a simple Java client and tested the JMS Queue to work fine. This went well.
    Next, used JDeveloper to create a BPEL Composite to use JMSAdapater, and followed the guidelines given in the above URL to create the JCA file.
    While deploying this BPEL composite, I hit a warning in SOA diagnostic server:
    JMSAdapter JMSSampleProj JmsDDEndpoint_onFailure: Unable to resolve 'jms.ReceiveQueue'
    As a result of this warning, the BPEL Composite instances do not get created when I send a message from the test client.
    Please find herewith the log details.
    I am using JDeveloper Build JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923 and FMW 11g R1 PS3 RC11.
    Any help here?
    [2011-04-20T08:33:12.098-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.deployment] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] BPEL Component "default/JMSSampleProj!1.0*soa_8a1f7f5d-5ede-4e3a-8740-20fb90ffdab2/JMSampleProcess" successfully loaded.
    [2011-04-20T08:33:12.098-05:00] [soa_server1] [NOTIFICATION] [] [oracle.integration.platform.blocks.deploy] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] [Deployment] Component: JMSampleProcess was successfully deployed to service engine:implementation.bpel, for composite:JMSSampleProj
    [2011-04-20T08:33:12.114-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> [JMSSampleProj.OutBound/1.0] :init Initializing OutBound_jms.jca
    [2011-04-20T08:33:12.114-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> OutBound JCAEndpointInteraction::initInteraction - Activating Endpoint Interaction, Endpoint Id='OutBound
    [2011-04-20T08:33:12.114-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> [JMSSampleProj.OutBound/1.0] :init Successfully initialized OutBound_jms.jca
    [2011-04-20T08:33:12.114-05:00] [soa_server1] [NOTIFICATION] [] [oracle.integration.platform.blocks.mesh] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] EventBus not null
    [2011-04-20T08:33:12.114-05:00] [soa_server1] [NOTIFICATION] [] [oracle.integration.platform.blocks.mesh] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] component : Component Name: JMSampleProcess[[
    implementation: oracle.fabric.composite.component.implementation.BPELImplementation@51db9e4
    oracle.fabric.composite.model.ComponentTypeModel@51db9e6
    [2011-04-20T08:33:12.114-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] CubeServiceEngine=> initing default/JMSSampleProj!1.0*soa_8a1f7f5d-5ede-4e3a-8740-20fb90ffdab2/JMSampleProcess
    [2011-04-20T08:33:12.458-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> [JMSSampleProj.InBound/1.0] :load Loading InBound_jms.jca ..
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> InBound Performing JCAEndpointActivation::prepareActivation for {PayloadType=TextMessage, UseMessageListener=false, DestinationName=jms/ReceiveQueue}
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> InBound JCAEndpointActivation::prepareActivation - Locating JCA Binding Component instance: SCA_AS11R1
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> InBound JCAEndpointActivation::initiateInboundJcaEndpoint - Creating and initializing inbound JCA endpoint for:[[
    endpoint='InBound'
    WSDL location='oramds:/deployed-composites/default/JMSSampleProj_rev1.0/InBound.wsdl'
    portType='Consume_Message_ptt'
    operation='Consume_Message'
    activation properties={PayloadType=TextMessage, UseMessageListener=false, DestinationName=jms/ReceiveQueue}
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> InBound JCAEndpointActivation::initiateInboundJcaEndpoint - Creating endpoint (0) for InBound
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> InBound JCAEndpointActivation::prepareActivation - Done preparing JCAEndpointActivation for Service 'InBound'
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> [JMSSampleProj.InBound/1.0] :load Successfully loaded InBound_jms.jca
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> [JMSSampleProj.InBound/1.0] :init Initializing InBound_jms.jca
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> InBound JCAEndpointActivation::performActivation - Performing JCA Endpoint Activation, Endpoint Id='InBound'
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> InBound Performing endpoint activation (1) for InBound
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> JMSSampleProj JCA Binding Component instance: SCA_AS11R1 - endpointActivation for portType=Consume_Message_ptt, operation=Consume_Message
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> JMSSampleProj Creating new instance of Resource Adapter oracle.tip.adapter.jms.JmsResourceAdapter
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> JMSSampleProj JCA Binding Component instance: SCA_AS11R1 - starting Resource Adapter oracle.tip.adapter.jms.JmsResourceAdapter
    [2011-04-20T08:33:12.473-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JMSAdapter JmsResourceAdapter_start: Jms Adapter started
    [2011-04-20T08:33:12.520-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JMSAdapter JmsResourceAdapter_endpointActivation: Activating endpoint Endpoint_1
    [2011-04-20T08:33:12.520-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JMSAdapter JMSSampleProj JmsDDEndpoint_start: Starting endpoint Endpoint_1
    [2011-04-20T08:33:12.520-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JMSAdapter JMSSampleProj JmsDDEndpoint_run: Calling register...
    [2011-04-20T08:33:12.520-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> JMSSampleProj JCA Binding Component instance: SCA_AS11R1 - successfully completed endpointActivation for portType=Consume_Message_ptt, operation=Consume_Message
    [2011-04-20T08:33:12.520-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> [JMSSampleProj.InBound/1.0] :init Successfully initialized InBound_jms.jca
    [2011-04-20T08:33:12.520-05:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] JCABinding=> :defaultRevisionChanged - updated default revision to default/JMSSampleProj!1.0 for default/JMSSampleProj
    [2011-04-20T08:33:12.567-05:00] [soa_server1] [NOTIFICATION] [SOA-21538] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] Removing temporary directory: C:\DOCUME~1\abhatika\LOCALS~1\Temp\1\sar_base_dir_1303306387379.
    [2011-04-20T08:33:12.567-05:00] [soa_server1] [NOTIFICATION] [SOA-21557] [oracle.integration.platform.blocks.deploy.servlet] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041f2,0] [APP: soa-infra] CompositeDeploymentServlet-----> completed deploying sca_JMSSampleProj_rev1.0.jar successfully. Time spent: 5.188 sec.
    [2011-04-20T08:33:13.036-05:00] [soa_server1] [WARNING] [] [oracle.soa.adapter] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: epm_admin] [ecid: 1351f73362dee8bb:-13137bc6:12f727dea12:-8000-00000000000041fd,0] [APP: soa-infra] JMSAdapter JMSSampleProj JmsDDEndpoint_onFailure: Unable to resolve 'jms.ReceiveQueue'. Resolved 'jms'

    Hi,
    Try targetting it to soa_server1 instead of admin server.

  • Getting error while testing BPEL composite

    Hi,
    I have developed a simple BPEL composite using third part XSD Schema which is missing target name space. When i test application from EM, i get following error. Kindly let me know how to resolve this issue without adding target namespace.
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: javax.xml.soap.SOAPException: Error parsing envelope: most likely due to an invalid SOAP message.: Non-default namespace can not map to empty URI (as per Namespace 1.0 # 2) in XML 1.0 documents at [row,col {unknown-source}]: [3,32] at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:808) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:384) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:301) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.el.parser.AstValue.invoke(AstValue.java:187) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297) at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53) at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256) at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:889) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:379) at  

    Hi Thanks for your reply.
    Now i adopted another approach. I added target namespace in third party XSD and using this technique again to remove namespace from out put element. https://groups.google.com/forum/#!topic/oracle-fusion-middleware-community/MZuJOyrVy-I
    but instead of parsing it just add this XSL in output. following is my source of BPEL.
    <sequence name="main">
        <!-- Receive input from requestor. (Note: This maps to operation defined in BPELProcess.wsdl) -->
        <receive name="receiveInput" partnerLink="bpelprocess_client" portType="client:BPELProcess" operation="process" variable="inputVariable" createInstance="yes"/>
        <assign name="Assign1">
          <copy>
            <from expression="ora:processXSLT('RemovingNamespace.xsl',bpws:getVariableData('inputVariable','payload','/ns1:AcctId')) "/>
            <to variable="outputVariable" part="payload" query="/ns1:AcctId"/>
          </copy>
        </assign>
        <!-- Generate reply to synchronous request -->
        <reply name="replyOutput" partnerLink="bpelprocess_client" portType="client:BPELProcess" operation="process" variable="outputVariable"/>
      </sequence>
    and on EM my output is like this
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
      <env:Header>
      <wsa:MessageID>urn:A95CD070DE2311E2BFC129AB447DDF25</wsa:MessageID>
      <wsa:ReplyTo>
      <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
      </wsa:ReplyTo>
      <wsa:FaultTo>
      <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
      </wsa:FaultTo>
      </env:Header>
      <env:Body>
      <AcctId xmlns:xsl="http://www.w3.org/1999/XSL/  Transform" xmlns="http://www.saddat.com/services" version="1.0" exclude-result-prefixes="xsl">
      <xsl:template match="comment()|processing-instruction()|/">
      <xsl:copy>
      <xsl:apply-templates/>
      </xsl:copy>
      </xsl:template>
      <xsl:template match="*">
      <xsl:element name="">
      <xsl:apply-templates select="@*|node()"/>
      </xsl:element>
      </xsl:template>
      <xsl:template match="@*">
      <xsl:choose>
      <xsl:when test="name() != 'xmlns'">
      <xsl:attribute name="">
      <xsl:value-of select="."/>
      </xsl:attribute>
      </xsl:when>
      </xsl:choose>
      </xsl:template>
      </AcctId>
      </env:Body>
    </env:Envelope>
    Please help me in this regard.
    Thanks
    Nasir

  • Error(41,64): SCAC-50012 at mediator when compiling BPEL composite.

    HI,
    I am getting Error(41,64): SCAC-50012 at mediator in composite.xml when compiling BPEL composite.Please help in resolving the same. Please find the below Log
    scac log shows:
    Jun 1, 2013 6:07:31 PM oracle.adf.share.config.ADFContextMDSConfigHelperImpl createMDSSession
    INFO:
    oracle.adf.share.ADFShareException: MDSConfigurationException encountered in parseADFConfiguration
         at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConfig.java:180)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfigImpl.java:497)
         at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:568)
         at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:546)
         at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:611)
         at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:606)
         at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.createMDSSession(ADFContextMDSConfigHelperImpl.java:52)
         at oracle.adf.share.ADFContext.getMDSSessionAsObject(ADFContext.java:1690)
         at oracle.mds.internal.net.OraMDSURLConnection.getMDSSession(OraMDSURLConnection.java:169)
         at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:80)
         at java.net.URL.openStream(URL.java:1010)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.openAsStreamConnection(WSDLReaderImpl.java:576)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readDocument(WSDLReaderImpl.java:438)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:377)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseImport(WSDLReaderImpl.java:937)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseDefinition(WSDLReaderImpl.java:820)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:719)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:688)
         at oracle.fabric.common.wsdl.SchemaBuilder.convDOMElemToWSDLDef(SchemaBuilder.java:1279)
         at oracle.fabric.common.wsdl.SchemaBuilder.loadEmbeddedSchemas(SchemaBuilder.java:501)
         at oracle.fabric.common.wsdl.SchemaBuilder.loadSchemasFromWSDL(SchemaBuilder.java:453)
         at oracle.fabric.common.wsdl.SchemaBuilder.loadAllSchemas(SchemaBuilder.java:244)
         at oracle.fabric.common.wsdl.SchemaManager.loadAllXSD(SchemaManager.java:287)
         at oracle.fabric.common.wsdl.SchemaManager.getXSDEntityResolver(SchemaManager.java:490)
         at oracle.fabric.composite.model.CompositeModel.loadImports(CompositeModel.java:458)
         at oracle.fabric.composite.model.CompositeModel.getWSDLManager(CompositeModel.java:201)
         at com.collaxa.cube.lang.compiler.ComponentCompilationModel.getWSDLManager(ComponentCompilationModel.java:61)
         at com.collaxa.cube.lang.compiler.BPELComponentCompilationModel.lookupPartnerLinkType(BPELComponentCompilationModel.java:147)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.assertPartnerLink(BpelParser.java:4570)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.parsePartnerLink(BpelParser.java:1317)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.startElement(BpelParser.java:572)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:491)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:498)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:498)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.parse(BpelParser.java:454)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.parse(BpelParser.java:401)
         at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:65)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.validate(BPEL1Processor.java:329)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:153)
         at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
         at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
         at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1038)
         at oracle.soa.scac.ValidateComposite.doValidation0(ValidateComposite.java:502)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:481)
         at oracle.soa.scac.ValidateComposite.run0(ValidateComposite.java:206)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:187)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:179)
    Caused by: oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document
    MDS-01329: unable to load element "persistence-config"
    MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_2" is invalid.
    MDS-00011: unable to create configuration object or MDSInstance due to invalid configuration information: oracle.mds.exception.MDSException: MDS-01373: unable to retrieve password.
    MDS-01373: unable to retrieve password.
         at oracle.mds.config.PConfig.loadFromBean(PConfig.java:959)
         at oracle.mds.config.PConfig.<init>(PConfig.java:758)
         at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:787)
         at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:848)
         at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:491)
         at oracle.mds.core.MDSInstance.getMDSConfigFromDocument(MDSInstance.java:2690)
         at oracle.mds.core.MDSInstance.findAndStoreMDSInstanceWithCustConfig(MDSInstance.java:2523)
         at oracle.mds.core.MDSInstance.getOrCreateInstanceInternal(MDSInstance.java:2031)
         at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:740)
         at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConfig.java:139)
         ... 50 more
    Caused by: oracle.mds.exception.MDSExceptionList: MDS-01329: unable to load element "persistence-config"
    MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_2" is invalid.
    MDS-00011: unable to create configuration object or MDSInstance due to invalid configuration information: oracle.mds.exception.MDSException: MDS-01373: unable to retrieve password.
    MDS-01373: unable to retrieve password.
         at oracle.mds.config.PConfig.loadFromBean(PConfig.java:953)
         ... 59 more
    node class name com.collaxa.cube.engine.ext.bpel.v1.blocks.BPELSequenceBlock
    node class name com.collaxa.cube.engine.ext.bpel.v1.blocks.BPELScopeBlock
    node class name com.collaxa.cube.engine.ext.bpel.v1.blocks.BPELCompensationHandlerBlock
    node class name com.collaxa.cube.engine.ext.bpel.v1.blocks.BPELSwitchBlock
    java.lang.RuntimeException: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable inputVariable; the schema processor cannot find the element {http://www.qualcomm.com/soa/common/xsd/soaSubcriptionInput}validationRequest in the following schemas: oracle.fabric.common.wsdl.SchemaManager@46154e.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL.
         at com.collaxa.cube.lang.compiler.util.CXBPELVariableInitializer.preInitializeMessageVariable(CXBPELVariableInitializer.java:355)
         at com.collaxa.cube.lang.compiler.util.CXBPELVariableInitializer.initializeVariables(CXBPELVariableInitializer.java:207)
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.generateInitRootScope(CubeProcessGenerator.java:675)
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.code(CubeProcessGenerator.java:467)
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.generate(CubeProcessGenerator.java:166)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.transform(BPEL1Processor.java:257)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:161)
         at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
         at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
         at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1038)
         at oracle.soa.scac.ValidateComposite.doValidation0(ValidateComposite.java:502)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:481)
         at oracle.soa.scac.ValidateComposite.run0(ValidateComposite.java:206)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:187)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:179)
    Caused by: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable inputVariable; the schema processor cannot find the element {http://www.qualcomm.com/soa/common/xsd/soaSubcriptionInput}validationRequest in the following schemas: oracle.fabric.common.wsdl.SchemaManager@46154e.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL.
         at com.collaxa.cube.xml.xsd.SchemaToXML.generateXMLElement(SchemaToXML.java:419)
         at com.collaxa.cube.xml.xsd.SchemaToXML.generateXML(SchemaToXML.java:354)
         at com.collaxa.cube.lang.compiler.BPELComponentCompilationModel.generateXML(BPELComponentCompilationModel.java:206)
         at com.collaxa.cube.lang.compiler.util.CXBPELVariableInitializer.preInitializeMessageVariable(CXBPELVariableInitializer.java:353)
         ... 14 more
    SCAC-50012
    ORABPEL-00000
    Exception not handled by the Collaxa Cube system.
    an unhandled exception has been thrown in the Collaxa Cube systemr; exception reported is: "java.lang.RuntimeException: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable inputVariable; the schema processor cannot find the element {http://www.qualcomm.com/soa/common/xsd/soaSubcriptionInput}validationRequest in the following schemas: oracle.fabric.common.wsdl.SchemaManager@46154e.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL.
         at com.collaxa.cube.lang.compiler.util.CXBPELVariableInitializer.preInitializeMessageVariable(CXBPELVariableInitializer.java:355)
         at com.collaxa.cube.lang.compiler.util.CXBPELVariableInitializer.initializeVariables(CXBPELVariableInitializer.java:207)
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.generateInitRootScope(CubeProcessGenerator.java:675)
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.code(CubeProcessGenerator.java:467)
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.generate(CubeProcessGenerator.java:166)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.transform(BPEL1Processor.java:257)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:161)
         at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
         at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
         at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1038)
         at oracle.soa.scac.ValidateComposite.doValidation0(ValidateComposite.java:502)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:481)
         at oracle.soa.scac.ValidateComposite.run0(ValidateComposite.java:206)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:187)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:179)
    Caused by: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable inputVariable; the schema processor cannot find the element {http://www.qualcomm.com/soa/common/xsd/soaSubcriptionInput}validationRequest in the following schemas: oracle.fabric.common.wsdl.SchemaManager@46154e.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL.
         at com.collaxa.cube.xml.xsd.SchemaToXML.generateXMLElement(SchemaToXML.java:419)
         at com.collaxa.cube.xml.xsd.SchemaToXML.generateXML(SchemaToXML.java:354)
         at com.collaxa.cube.lang.compiler.BPELComponentCompilationModel.generateXML(BPELComponentCompilationModel.java:206)
         at com.collaxa.cube.lang.compiler.util.CXBPELVariableInitializer.preInitializeMessageVariable(CXBPELVariableInitializer.java:353)
         ... 14 more
    An internal exception has not been properly handled by the server.
    Set the logging level for all loggers to debug, and resubmit your request again. The server log should contain a more detailed exception report.
    Exception: java.lang.RuntimeException: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable inputVariable; the schema processor cannot find the element {http://www.qualcomm.com/soa/common/xsd/soaSubcriptionInput}validationRequest in the following schemas: oracle.fabric.common.wsdl.SchemaManager@46154e.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL.
    Handled As: com.collaxa.cube.CubeException
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.code(CubeProcessGenerator.java:500)
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.generate(CubeProcessGenerator.java:166)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.transform(BPEL1Processor.java:257)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:161)
         at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
         at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
         at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1038)
         at oracle.soa.scac.ValidateComposite.doValidation0(ValidateComposite.java:502)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:481)
         at oracle.soa.scac.ValidateComposite.run0(ValidateComposite.java:206)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:187)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:179)
    Caused by: java.lang.RuntimeException: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable inputVariable; the schema processor cannot find the element {http://www.qualcomm.com/soa/common/xsd/soaSubcriptionInput}validationRequest in the following schemas: oracle.fabric.common.wsdl.SchemaManager@46154e.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL.
         at com.collaxa.cube.lang.compiler.util.CXBPELVariableInitializer.preInitializeMessageVariable(CXBPELVariableInitializer.java:355)
         at com.collaxa.cube.lang.compiler.util.CXBPELVariableInitializer.initializeVariables(CXBPELVariableInitializer.java:207)
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.generateInitRootScope(CubeProcessGenerator.java:675)
         at com.collaxa.cube.lang.compiler.template.CubeProcessGenerator.code(CubeProcessGenerator.java:467)
         ... 11 more
    Caused by: ORABPEL-09705
    Could not initialize variable.
    An error occurs while initializing BPEL variable inputVariable; the schema processor cannot find the element {http://www.qualcomm.com/soa/common/xsd/soaSubcriptionInput}validationRequest in the following schemas: oracle.fabric.common.wsdl.SchemaManager@46154e.
    The XSD element on which the variable was based was not properly defined in XSD or the WSDL.
    Ensure that the element named in the error message is valid in the XSD or the WSDL.
         at com.collaxa.cube.xml.xsd.SchemaToXML.generateXMLElement(SchemaToXML.java:419)
         at com.collaxa.cube.xml.xsd.SchemaToXML.generateXML(SchemaToXML.java:354)
         at com.collaxa.cube.lang.compiler.BPELComponentCompilationModel.generateXML(BPELComponentCompilationModel.java:206)
         at com.collaxa.cube.lang.compiler.util.CXBPELVariableInitializer.preInitializeMessageVariable(CXBPELVariableInitializer.java:353)
         ... 14 more

    The MDS schema that you are using in your composite component is causing this issue I believe.
    You could check whether the password specified in mstore-usage_2 is correct. As the mds is accessible this is happening

  • Dehydration Table Used to Store State of BPEL Composite

    Hi,
    Unable to find the dehydration table name where the state of BPEL Composite is stored. I know we had this in SOA 10g, the same table is missing in SOA 11g.
    Can someone point me the right table name.
    Thanks,
    Sham.

    Hi Sham,
    I think I misinterpreted your question. In 11g, composite state is stored in MDS schema. Not sure about SQL but using a simple program you may find the state (on/off) and mode (active/retired) of any composite -
    http://docs.oracle.com/cd/E21764_01/integration.1111/e10226/soaadmin_apimanage.htm#CACCBEIH
    Regards,
    Anuj

  • Is there a way to copy attributes from one composition to another?

    I'm using After Effects 7.0
    I'd like to copy the same Zoom attributes from one composition to 30 photographs.
    In Final Cut, you can copy attributes from one clip to another. Or from one still photo to another.
    Is there a way to do that in AE 7?
    Thanx
    Mike

    EDIT: I see you edited your question, so I am editing my reply.
    To copy the scale of a layer, open the main twirl of that layer and you'll see the Transform properties group. Open the twirl for that, and you'll see Anchor Point, Position, Scale, etc. Click on "Scale" and copy it (Edit > Copy, or Control+C on Windows/Command+C on Mac). Then select the other layers and just paste (Edit > Paste, or Control+C on Win/Command+V on Mac).
    Such a broad question
    Anytime you add a new item you imported to the timeline or composition panels, it becomes a new layer.
    Anytime you duplicate an existing layer (Edit > Duplicate), you get a new layer.
    Anytime you split a layer (Edit > Split) you get a new layer.
    Anytime you copy a whole layer (target the name in the timeline panel) and paste it, you get a new layer.
    You also create layers when you use the Shape tools, text tools, or create a new solid layer, etc.
    This list could go on and on, so instead, I invite you to read the After Effects Help section on Creating layers specifically, and the whole chapter on Layers and properties, in general. If anything isn't clear for you, then let us know.

  • Unable to set volume attribute "min-autosize" for volume

    We have a TDP volume(destination), that is in snapmirrored state from 7Mode to cDOT.While trying to resize/increment the volume size by say 100g we get the following error. clusterName> volume size volumneName -vserver vserverName +100gWarning: Volume "vserver:volumeName" is a SnapMirror destination volume. The Filesystem Size for this volume is derived from its source and cannot be changed. The specified size will be used as the Volume Size.
    Do you want to continue? {y|n}: y Error setting size of volume "vserver:volumeName". Unable to set volume attribute "min-autosize" for volume
    "volumeName" on Vserver "vserverName". Reason: Volume 'volumenName' is a snapmirrored volume.
    vol size: Flexible volume 'volumeName' size limit set to 8022664413184.  Any idea ?  Volumes autosize mode is false.

    Hi    I am not trying to change any setting. I am trying to increase the size of the volume. I understand in case of a Snapmirrored volume the fs_fixed options is ON.But one can always increase the actual volume size using vol size command. Even if I increase the size on ONTAP on the file system side it will show as the size same as source. I understand that. So my question is why is it prevenitng me from increasing the size. RegardsAdai

  • Unable to find corresponding attribute definition for taxonomy

    Hi,
    I am facing this issue while the endecaScript Service runs.
    In the ConfigurationGeneratorForge.log I am seeing this message . Can anybody will help me on this
    Thanks in Advance
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec 'under_100'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '100_to_500'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '100_to_150'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '150_to_200'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '200_to_300'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '300_to_400'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '400_to_500'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec '500_to_1000'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator execute
    WARNING: Associated attribute (dimension) configuration with spec 'product.price_range' was not found for dval with spec 'over_1000'.  An associated full configuration is necessary to completely define node, an attempt will be made but some defaults will have to be used (e.g. range dimension bound type)
    Jan 24, 2013 12:18:14 PM com.endeca.edf.adapter.AdapterRunner run
    SEVERE: Unable to find corresponding attribute definition for taxonomy with root node spec 'product.price_range', you must define a dimension in the schema feed
    com.endeca.edf.adapter.AdapterException: Unable to find corresponding attribute definition for taxonomy with root node spec 'product.price_range', you must define a dimension in the schema feed
    +     at com.endeca.itl.fcm.integration.cadk.ifdi.TaxonomyGenerator.execute(TaxonomyGenerator.java:249)+
    +     at com.endeca.itl.fcm.integration.cadk.ConfigurationAdapter.execute(ConfigurationAdapter.java:118)+
    +     at com.endeca.esource.springadapter.SpringDelegateAdapter.execute(SpringDelegateAdapter.java:60)+
    +     at com.endeca.edf.adapter.AdapterRunner.run(AdapterRunner.java:168)+
    +     at com.endeca.edf.adapter.AdapterRunner.main(AdapterRunner.java:43)+

    Hi,
    I was also getting same error, which is solved now.
    For reference following is what we need to check.
    - Proper mapping of source data to endeca dimension is made.
    - You have made entries in "dimension_values.csv" but dimension is not specified in "schema.csv"
    HTH
    MS

  • Unable to find TUPEL attribute in ppoma_crm

    Hello All,
    We are implementing SAP CRM 7.0 Version enhancement pack 2.0, in ppoma_crm we are not able to see the attributes like TUPEL or division or distribution channel, please advice.
    I am pasting screen shots of my ppoma_crm
    The relevant Sales Org under the function tab is checked
    The objects permitted under determination are also checked for my sales scenario
    When I scroll below to check my attributes I am unable to find the attributes Tupel,Distribution channel and Division.kindly advice.
    Kind Regards
    Atul

    Hi Kamlendra,
    1) The report CRMC_R3_ORG_GENERATE was run without error's
    2) Also check your org stricture-   division and distribution channel will come under function tab- All my distribution channels and divisions have come under the function tab.
    3) Run the report CRM_MKTBP_ZCACL_UPDATE_30 in SA38- Could you please throw light on this report, since we have not run this report, will the issue get resolved after running the report?
    Kind Regards
    Atul

  • Reading SAML attributes inside BPEL on weblogic 11g

    Hi,
    My customer wants to access to SAML token attributes and username inside BPEL workflow on weblogic 11g.
    This workflow is exposed as a webservice and is protected by attached policy.
    My question is if it is possible to access SAML token attributes inside BPEL, is yes how to do it.
    Thanks
    Hubert

    Is this what you are looking for??
    http://lesterrebollos.blogspot.co.uk/2008/02/extracting-wsse-security-headers-from.html??
    best regards Nicolas

  • Two BPEL Composites communicating via binding.ws

    I have two BPEL Composites which communicate via binding.ws which references the other composite application by a soap:address. However, this results in the following:
    <08.02.2011 11:37 Uhr MEZ> <Warning> <oracle.integration.platform> <SOA-20137> <Lokales Binding: SOAP/HTTP
    f³r lokalen Aufruf kann nicht umgangen werden. Es ist m÷glich, dass der Service nicht lokal verf³gbar bzw.
    kein SCA-Service ist oder dass dem Quell- bzw. Ziel-Binding Policy-Referenzen zugeordnet sind.
    java.lang.NullPointerException
    at oracle.integration.platform.blocks.local.LocalInvocationProcessor.getWSBindingForService(LocalInvocationProcessor.java:490)
    at oracle.integration.platform.blocks.local.LocalInvocationProcessor.getLocalInvocationInfo(LocalInvocationProcessor.java:353)
    at oracle.integration.platform.blocks.local.LocalInvocationProcessor.getLocalInvocationInfo(LocalInvocationProcessor.java:274)
    at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.post(WebServiceExternalBindingComponent.java:684)
    at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
    at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:194)
    at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:215)
    at sun.reflect.GeneratedMethodAccessor947.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy295.post(Unknown Source)
    at oracle.fabric.CubeServiceEngine.postToMesh(CubeServiceEngine.java:806)
    at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:258)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1056)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:583)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:130)
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:74)
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:158)
    at com.collaxa.cube.engine.CubeEngine._performActivity(CubeEngine.java:2463)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2334)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1115)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:220)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:328)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4350)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4281)
    at com.collaxa.cube.engine.CubeEngine.callbackPerformer(CubeEngine.java:1283)
    at com.collaxa.cube.engine.delivery.DeliveryHelper.callbackPerformer(DeliveryHelper.java:401)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleCallback(DeliveryService.java:1024)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleCallback(CubeDeliveryBean.java:322)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
    at sun.reflect.GeneratedMethodAccessor914.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy278.handleCallback(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.handleCallback(Unknown Source)
    at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:47)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:140)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatchTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    >
    What can be done to avoid this?

    Using SAML tokens (policies are there in OWSM) you should be able to propagate the security credentials-
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10224/sca_policy.htm#CHDHAJIH
    Regards,
    Anuj

  • [ERROR] Unable to handle token = 'attribute ::'.

    Hi everyone,
    I have this error when generating the PDF (warning)
    [ERROR] Unable to handle token = 'attribute ::'.
    Can you help me fix the code
    Here is the xml
    <liste_demandes_non_traitees>
    <demande nature="Demande client">
    <num_demande> 333882 </ num_demande>
    here is my code
    <if: demande [@nature =''!]>
    Shares untreated '
    <for-each-group: demande; / @nature?.>
    <?@nature?> <===== the pb points to this part
    Thank you so much.
    Edited by: 1002436 on 25 avr. 2013 03:02

    ok, here is my xml
    there may be several applications with different "nature"
    <liste_demandes_non_traitees>
    <demande nature="Demande client">
    <num_demande>333882</num_demande>
    <date_demande>07/02/2011</date_demande>
    <contact_demande>FOUILLET (M)</contact_demande>
    <action_demande>
    <bloc_note_action>DEMANDE QUE TU LE RAPPELLES AU 05.59.92.67.26</bloc_note_action>
    </action_demande>
    <delai_demande>14/02/2011</delai_demande>
    <affecte_demande>HENRIQUES GEORGES</affecte_demande>
    </demande>
    </liste_demandes_non_traitees>
    and here is my code word
    <?if:demande[@nature!=’’]?>
    Actions non traitées :
    <?for-each-group:demande;./@nature?>
    <?./@nature?>
    Date     Contact     Objet     Action     Délai     Affecté à
    <?for-each:current-group()?>
    <?date_demande?>     <?contact_demande?> <?objet_demande?> C <?libelle_action?>EC C <?bloc_note_action?> EC
    <?delai_demande?>     <? affecte_demande?> <?end for-each?>
    <?end for-each-group?>
    <?end if?>
    Actions non traitées : is a title
    <?./@nature?> is in table
    please, sorry for the translation
    thank you

  • Unable to to deploying a BPEL Process via JDeveloper 10.1.3.5

    Hi,
    We try to deploye BPEL Process via JDeveloper and we got an error. This is a production error:
    RollbackException
    Timed out
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Build Information:
    Oracle BPEL Server version 10.1.3.5.0
    Build: 0
    Build time: Tue Aug 10 00:59:06 PDT 2010
    Build type: release
    Source tag: PCBPEL_10.1.3.6.0_GENERIC_100810.0003.2425
    Exception Trace:
    com.evermind.server.ApplicationServerTransaction.checkForRollbackOnlyWhileInCommit ApplicationServerTransaction.java@664
    com.evermind.server.ApplicationServerTransaction.doCommit ApplicationServerTransaction.java@273
    com.evermind.server.ApplicationServerTransaction.commit ApplicationServerTransaction.java@162
    com.evermind.server.ApplicationServerTransactionManager.commit ApplicationServerTransactionManager.java@475
    com.evermind.server.ejb.EJBTransactionManager.end EJBTransactionManager.java@137
    com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke TxRequiredInterceptor.java@57
    com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed InvocationContextImpl.java@119
    com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke DMSInterceptor.java@52
    com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed InvocationContextImpl.java@119
    com.evermind.server.ejb.InvocationContextPool.invoke InvocationContextPool.java@55
    com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod StatelessSessionEJBObject.java@87
    ProcessManagerBean_RemoteProxy_4bin6i8.getMetaData
    com.oracle.bpel.client.BPELProcessHandle.getMetaData BPELProcessHandle.java@237
    ngProcessList.jspService _ngProcessList.java@113
    com.collaxa.cube.fe.JspPage.service JspPage.java@42
    javax.servlet.http.HttpServlet.service HttpServlet.java@856
    oracle.jsp.runtimev2.JspPageTable.service JspPageTable.java@473
    oracle.jsp.runtimev2.JspServlet.internalService JspServlet.java@594
    oracle.jsp.runtimev2.JspServlet.service JspServlet.java@518
    javax.servlet.http.HttpServlet.service HttpServlet.java@856
    com.evermind.server.http.ResourceFilterChain.doFilter ResourceFilterChain.java@64
    oracle.security.jazn.oc4j.JAZNFilter$1.run JAZNFilter.java@400
    java.security.AccessController.doPrivileged
    javax.security.auth.Subject.doAsPrivileged Subject.java@517
    oracle.security.jazn.oc4j.JAZNFilter.doFilter JAZNFilter.java@414
    com.evermind.server.http.ServletRequestDispatcher.invoke ServletRequestDispatcher.java@644
    com.evermind.server.http.ServletRequestDispatcher.unprivileged_include ServletRequestDispatcher.java@177
    com.evermind.server.http.ServletRequestDispatcher.access$000 ServletRequestDispatcher.java@68
    com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun ServletRequestDispatcher.java@114
    oracle.oc4j.security.OC4JSecurity.doPrivileged OC4JSecurity.java@284
    com.evermind.server.http.ServletRequestDispatcher.include ServletRequestDispatcher.java@119
    com.evermind.server.http.EvermindPageContext.include EvermindPageContext.java@456
    Thanks for helpping

    It says you're missing the oracle.lite.poljdbc.POLJDBCDriver class which belongs to the Oracle Lite database.
    For some reason it is configured in your data-sources.xml, either in config/data-sources.xml or in applications/<your_app_name>/META-INF/data-sources.xml or in your JDev Connections.
    Find this configuration and determine whether you need it. If not, remove it.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I am unable to insert frames in the Director timeline via the menu pulldown.

    I have been using Director in my career since 1990 and have taught it at the college level. But in my newly purchased version 12, I am unable to insert frames in the Director timeline via the menu pulldown. Unfortunately this was after I couldn't get it to open up in the first place, giving me the error message Ive pasted in below. Creating a new user login on the same Mac Pro (10.8.2), it will now open - but I can't insert frames in the timeline. Everything else works great though!
    Not to bore you, but this is the long-time interactive project I began decades ago that I work on daily now that I am retired as a 100% disabled veteran:
    http://www.madblood.net/tbi/
    Having used the greatest multimedia application on earth for so many years, I want to thank Adobe for so kindly keeping Director alive after too many years of not knowing if 11.5 was going to be the last version. Thank you, thank you, thank you
    Error message in my original user login:
    Process:         Director [43376]
    Path:            /Applications/Adobe Director 12/Director.app/Contents/MacOS/Director
    Identifier:      com.adobe.director_12_0.application
    Version:         12.0.0r111 (12.0.0r111)
    Code Type:       X86 (Native)
    Parent Process:  launchd [15590]
    User ID:         501
    Date/Time:       2013-03-27 10:32:32.984 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          1853328 sec
    Crashes Since Last Report:           1558
    Per-App Interval Since Last Report:  3658 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      C1706384-C52D-D59B-9B70-7023EE048A23
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000060000020
    VM Regions Near 0x60000020:
        CoreServices           000000001ba6a000-000000001be92000 [ 4256K] rw-/rwx SM=COW 
    -->
        __TEXT                 000000008fe64000-000000008fe97000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Application Specific Information:
    objc_msgSend() selector name: _getCString:maxLength:encoding:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x919a6a87 objc_msgSend + 23
    1   com.apple.CoreFoundation                0x97877513 CFStringGetCString + 115
    2   com.adobe.director_12_0.textxtra          0x10f4ae55 0x10f00000 + 306773
    3   com.adobe.director_12_0.textxtra          0x10f48b1c 0x10f00000 + 297756
    4   com.adobe.director_12_0.textxtra          0x10f47928 0x10f00000 + 293160
    5   com.adobe.director_12_0.textxtra          0x10f0da48 0x10f00000 + 55880
    6   com.adobe.director_12_0.IMLLib.framework          0x008209de 0x798000 + 559582
    7   com.adobe.director_12_0.IMLLib.framework          0x0081ef65 0x798000 + 552805
    8   com.adobe.director_12_0.IMLLib.framework          0x0081f03a MoaCreateInstance + 107
    9   com.adobe.director_12_0.DPLib.framework          0x0063502a 0x5a4000 + 593962
    10  com.adobe.director_12_0.DPLib.framework          0x0060a5b1 MoaSrv_GetIMoaTextManager + 104
    11  com.adobe.director_12_0.application          0x0017922d 0x1000 + 1540653
    12  com.adobe.director_12_0.application          0x00176409 0x1000 + 1528841
    13  com.adobe.director_12_0.application          0x001792d1 0x1000 + 1540817
    14  com.adobe.director_12_0.application          0x001df0bd 0x1000 + 1958077
    15  com.adobe.director_12_0.application          0x0031c518 0x1000 + 3257624
    16  com.adobe.director_12_0.application          0x0031c722 0x1000 + 3258146
    17  com.adobe.director_12_0.application          0x0031ad61 0x1000 + 3251553
    18  com.adobe.director_12_0.application          0x00101312 0x1000 + 1049362
    19  com.adobe.director_12_0.application          0x0010163d 0x1000 + 1050173
    20  com.adobe.director_12_0.application          0x00171b9f 0x1000 + 1510303
    21  com.adobe.director_12_0.application          0x00171df4 0x1000 + 1510900
    22  com.adobe.director_12_0.application          0x00171ede 0x1000 + 1511134
    23  com.adobe.director_12_0.application          0x00172d32 0x1000 + 1514802
    24  com.adobe.director_12_0.application          0x001a49c4 0x1000 + 1718724
    25  com.adobe.director_12_0.application          0x0031b0f6 0x1000 + 3252470
    26  com.adobe.director_12_0.application          0x00091183 0x1000 + 590211
    27  com.adobe.director_12_0.application          0x000e7173 0x1000 + 942451
    28  com.adobe.director_12_0.application          0x00002c29 0x1000 + 7209
    29  com.adobe.director_12_0.application          0x00002b58 0x1000 + 7000
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92f9e9ae kevent + 10
    1   libdispatch.dylib                       0x9001ec71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9001e7a9 _dispatch_mgr_thread + 53
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x01aebc90  ebx: 0x01aebc90  ecx: 0x9103905b  edx: 0x60000000
      edi: 0x978774ae  esi: 0xbfffee0c  ebp: 0xbfffeb18  esp: 0xbfffeac8
       ss: 0x00000023  efl: 0x00010206  eip: 0x919a6a87   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x60000020
    Logical CPU: 8
    Binary Images:
        0x1000 -   0x533ff3 +com.adobe.director_12_0.application (12.0.0r111 - 12.0.0r111) <3DE93BB6-90B9-357D-B8D2-7CAA4C46F658> /Applications/Adobe Director 12/Director.app/Contents/MacOS/Director
      0x5a4000 -   0x761ff7 +com.adobe.director_12_0.DPLib.framework (12.0.0r111 - 12.0.0r111) <943A7E95-F61B-3BA5-957E-F73EE3089650> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/DPLib.framework/Versions/A/DPLib
      0x798000 -   0x846ffb +com.adobe.director_12_0.IMLLib.framework (12.0.0r111 - 12.0.0r111) <E5E485FB-F840-3BBC-9993-663960BB1027> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/IMLLib.framework/Versions/A/IMLLib
      0x87f000 -   0x964ff7 +com.adobe.amtlib (amtlib 6.2.0.45 - 6.2.0.45) <7446627B-5FDD-8E54-8400-C8BB6C0BC434> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/amtlib.framework/Versions/A/amtlib
      0x971000 -   0x9a0ff7 +com.adobe.headlights.LogSessionFramework (2.0.0.1008) <D370B9DC-033A-2AA4-51CF-7F15025B621C> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/LogSession.framework/Versions/A/LogSession
      0x9c9000 -   0x9daffb +LogTransport2 (1) <835B7B84-5A67-370B-AB39-8E448AA81FA0> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/LogTransport2.framework/Versions/A/LogTransport2
      0x9e4000 -   0xa8ffff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x1fde000 -  0x1fecfff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x4738000 -  0x474affd  libTraditionalChineseConverter.dylib (61) <519CAA3F-715E-3CAE-B158-57EC95D916B1> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x47b2000 -  0x47b3ff8  ATSHI.dylib (341.1) <7FD74F4D-E42A-30CB-8863-1832BFADFE5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x47b8000 -  0x47bcffb  libFontRegistryUI.dylib (100) <10CAC446-A500-3291-A144-7FAFA57D6720> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0x47c4000 -  0x47c5ffd  com.apple.ironwoodcore (1.1.1 - 1.1.1) <098CE576-3239-3B41-9141-A5BE6E476C84> /System/Library/PrivateFrameworks/SpeechObjects.framework/Versions/A/Frameworks/Dictation ServicesCore.framework/DictationServicesCore
    0x47f4000 -  0x47f6ff3  com.apple.LiveType.component (2.1.4 - 2.1.4) <D60E2537-3B47-EA99-0077-6CE394378D07> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x573f000 -  0x5753fff +com.adobe.director_12_0.actorcontrol (12.0.0r111 - 12.0.0r111) <29253385-1074-326D-BE7A-3AD4DF00E0DD> /Applications/Adobe Director 12/*/Actor Control
    0x575a000 -  0x5767fff +com.adobe.director_12_0.firecaster (12.0.0r111 - 12.0.0r111) <CA1AC9E1-85B0-3550-AC25-D6F7EA2A2A0A> /Applications/Adobe Director 12/*/Fireworks Import PPC
    0x576b000 -  0x576eff3 +com.adobe.director_12_0.lz77cmpr (12.0.0r111 - 12.0.0r111) <860CA841-3532-371C-B8EC-9F9C73935864> /Applications/Adobe Director 12/*/LZ77 Compression PPC Xtra
    0x5786000 -  0x5789ffb +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x578e000 -  0x5796ff7 +com.ecamm.vdig.iGlasses3Driver (3.3.3 - 3.3.3) <406CFFD6-24A1-3719-BC66-E747E0118757> /Library/Components/*/iGlasses3
    0x579e000 -  0x57acfff +info.v002.Syphon (1.0 - 1) <A192CC34-59CA-337B-A8E3-CBD1041682E2> /Library/Components/*/Syphon.framework/Versions/A/Syphon
    0x57ec000 -  0x57f3ffb +com.adobe.director_12_0.mixlrg (12.0.0r111 - 12.0.0r111) <4035C6AC-54AB-32C6-BE91-7AB16175AD74> /Applications/Adobe Director 12/*/LRG Import Export
    0x57f7000 -  0x57f9ffb +com.adobe.director_12_0.mixbitd (12.0.0r111 - 12.0.0r111) <886705FD-8033-3E5E-BAC1-72F18631A9EB> /Applications/Adobe Director 12/*/BitdReader
    0x8bb6000 -  0x8bc7fff +com.adobe.director_12_0.qtexportxtra (12.0.0r111 - 12.0.0r111) <3B1FEFB2-D718-32B8-A19A-7C1C7EE9B5AE> /Applications/Adobe Director 12/*/QTExportXtra
    0x8bce000 -  0x8bd8ff7 +com.adobe.director_12_0.burner (12.0.0r111 - 12.0.0r111) <0E0D13E7-D62E-34EA-BB81-AECA08C025C1> /Applications/Adobe Director 12/*/Squish Files PPC Xtra
    0x8bdb000 -  0x8bddfff +com.adobe.director_12_0.mixbmp (12.0.0r111 - 12.0.0r111) <DACD35F8-3157-3046-A415-10351630FA5E> /Applications/Adobe Director 12/*/BMP Agent
    0x8be0000 -  0x8be2fff +com.adobe.director_12_0.mixflash (12.0.0r111 - 12.0.0r111) <48A94379-BFC2-3381-8201-F5A6D7C97FBA> /Applications/Adobe Director 12/*/Flash Agent
    0x8be5000 -  0x8be7fff +com.adobe.director_12_0.mixgif (12.0.0r111 - 12.0.0r111) <D46CFBBB-A36F-3445-8984-CD48CC982DD4> /Applications/Adobe Director 12/*/GIF Agent
    0x8bea000 -  0x8bf4ff3 +com.adobe.director_12_0.miximagehelp (12.0.0r111 - 12.0.0r111) <DCB52E65-B3E2-3A6C-970D-063D7B026A4D> /Applications/Adobe Director 12/*/Image Translator Helper
    0x8bf8000 -  0x8bfafff +com.adobe.director_12_0.mixjpeg (12.0.0r111 - 12.0.0r111) <6BE5F628-626E-3DC7-A11D-F29F71CB3CB1> /Applications/Adobe Director 12/*/JPEG Agent
    0x8e00000 -  0x8e64fe2  com.apple.LiveType.framework (2.1.4 - 2.1.4) <7AABA687-4323-E5B9-BA04-8F61C217E6FD> /Library/Application Support/ProApps/*/LiveType.framework/Versions/A/LiveType
    0x8e84000 -  0x8edcfff +com.DivXInc.DivXDecoder (6.8.4.3 - 6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0xf100000 -  0xf1cafff +net.sourceforge.webcam-osx.common (0.9.2[+4][+3] - 0.9.2[+4][+3]) /Library/QuickTime/macam.component/Contents/MacOS/macam
    0xf356000 -  0xf36fff7 +com.adobe.director_12_0.mixjpegexpt (12.0.0r111 - 12.0.0r111) <CFCE5AD1-33A9-35A9-8410-C3A5FAA6E0A5> /Applications/Adobe Director 12/*/JPEG Export
    0xf373000 -  0xf391ffb +com.adobe.director_12_0.mixservices (12.0.0r111 - 12.0.0r111) <870F8430-DDA6-357A-967B-E43811A24575> /Applications/Adobe Director 12/*/Mix Services
    0xf399000 -  0xf39fff3 +com.adobe.director_12_0.mixpshop3 (12.0.0r111 - 12.0.0r111) <DE7123F5-8514-3CFC-83C5-71659B5245B8> /Applications/Adobe Director 12/*/Photoshop 3.0 Import
    0xf3a2000 -  0xf3a4fff +com.adobe.director_12_0.mixpict (12.0.0r111 - 12.0.0r111) <0BE3A495-140E-369F-821A-19441080EC85> /Applications/Adobe Director 12/*/Pict Agent
    0x101a9000 - 0x101bcfff +com.adobe.director_12_0.mixmpeg3 (12.0.0r111 - 12.0.0r111) <16F480D1-53FE-35E8-9301-C73B800F5262> /Applications/Adobe Director 12/*/MPEG 3 Import Export
    0x101c0000 - 0x101ebff7 +com.adobe.director_12_0.mixpng (12.0.0r111 - 12.0.0r111) <048DFDDE-C687-3733-A905-6A242FC37C7E> /Applications/Adobe Director 12/*/PNG Import Export
    0x101ef000 - 0x101f1fff +com.adobe.director_12_0.mixqt (12.0.0r111 - 12.0.0r111) <0242D124-EBEE-3F20-9CDD-5779CE741077> /Applications/Adobe Director 12/*/QuickTime Agent
    0x101f4000 - 0x101f6ff7 +com.adobe.director_12_0.mixscript (12.0.0r111 - 12.0.0r111) <5F180E8A-3993-30D4-B9E6-ABD675FD81AF> /Applications/Adobe Director 12/*/Script Agent
    0x10e26000 - 0x10e6affb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.2.0.1 - 6.2.0.1) <6989AFA6-1F49-462F-2EBF-A41B162B8B67> /Applications/Adobe Director 12/Director.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNoti fications
    0x10e83000 - 0x10eadfff +com.adobe.director_12_0.swacmpr (12.0.0r111 - 12.0.0r111) <11318431-F589-3988-8943-275A7A4B34C1> /Applications/Adobe Director 12/*/SWA Compression Xtra
    0x10f00000 - 0x1100efff +com.adobe.director_12_0.textxtra (12.0.0r111 - 12.0.0r111) <142CC03D-7903-372D-B420-8B13D058F3E4> /Applications/Adobe Director 12/*/TextXtra PPC
    0x11048000 - 0x11068ff7 +com.adobe.director_12_0.mixsound (12.0.0r111 - 12.0.0r111) <D5CF882F-708E-366D-98C4-3358F05EC439> /Applications/Adobe Director 12/*/Sound Import Export
    0x1106e000 - 0x11076ffb +com.adobe.director_12_0.mixau (12.0.0r111 - 12.0.0r111) <4AFEF010-C43F-38B2-B81B-0E0256D2C321> /Applications/Adobe Director 12/*/Sun AU Import Export
    0x1107a000 - 0x11084ff3 +com.adobe.director_12_0.mixswa (12.0.0r111 - 12.0.0r111) <0610D25E-96D0-33F6-BBA1-A0A855AFA867> /Applications/Adobe Director 12/*/SWA Import Export
    0x11088000 - 0x1108effb +com.adobe.director_12_0.mixtarga (12.0.0r111 - 12.0.0r111) <EED90E83-2745-317E-BD4E-BE5CA8A77A2D> /Applications/Adobe Director 12/*/Targa Import Export
    0x11092000 - 0x110ddff7 +com.adobe.director_12_0.mixtiff (12.0.0r111 - 12.0.0r111) <EE14F916-CF44-3D7B-B358-999D5B217AF4> /Applications/Adobe Director 12/*/TIFF Import Export
    0x110e3000 - 0x110e7fff +libgif.4.dylib (6.6) /Applications/Adobe Director 12/*/libgif.4.dylib
    0x110ec000 - 0x110f7fff +com.adobe.director_12_0.ineturl (12.0.0r111 - 12.0.0r111) <227E7742-892D-35F7-9161-91B9FCED8950> /Applications/Adobe Director 12/*/InetUrl PPC Xtra
    0x11200000 - 0x1136aff3 +com.adobe.director_12_0.mixcollada (12.0.0r111 - 12.0.0r111) <89653AF9-87FF-3813-9D52-C78C7C234C47> /Applications/Adobe Director 12/*/MixCollada
    0x11383000 - 0x11529ffb +com.adobe.director_12_0.w3dexportsdk (12.0.0r111 - 12.0.0r111) <F9D6B9DB-31E7-3359-9BD2-3FA22526F74B> /Applications/Adobe Director 12/*/W3DExportSDK.framework/Versions/A/W3DExportSDK
    0x115d9000 - 0x1161aff3 +com.adobe.director_12_0.mixskp (12.0.0r111 - 12.0.0r111) <B92AA723-EB6D-3CE6-8B81-9A242FC69C7D> /Applications/Adobe Director 12/*/MixSkp
    0x11626000 - 0x117ccffb +com.adobe.director_12_0.w3dexportsdk (12.0.0r111 - 12.0.0r111) <F9D6B9DB-31E7-3359-9BD2-3FA22526F74B> /Applications/Adobe Director 12/*/W3DExportSDK.framework/Versions/A/W3DExportSDK
    0x1187c000 - 0x11a94fc7 +Xerces (1) /Applications/Adobe Director 12/*/Xerces.framework/Versions/A/Xerces
    0x11cdc000 - 0x11cedfd2 +com.yourcompany.yourcocoaframework (1.0) /Applications/Adobe Director 12/*/ALUtils.framework/Versions/A/ALUtils
    0x11d07000 - 0x11e56ff3 +SketchUpReader (1) <14731269-16ED-43B2-AE81-CB163F161B13> /Applications/Adobe Director 12/*/SketchUpReader.framework/Versions/A/SketchUpReader
    0x1204b000 - 0x12064feb +libjpeg.62.dylib (63) /Applications/Adobe Director 12/*/libjpeg.62.dylib
    0x1206b000 - 0x12290ff7 +libModel.dylib (1) <E200684A-9FF9-44EC-9B72-0E798EC95720> /Applications/Adobe Director 12/*/libModel.dylib
    0x12492000 - 0x124c8fff +libpaintlib.1.dylib (2) <B1DEB760-6104-0065-A6B3-8BBF48F7A2A2> /Applications/Adobe Director 12/*/libpaintlib.1.dylib
    0x124ee000 - 0x1250bfe7 +libpng12.0.dylib (29) /Applications/Adobe Director 12/*/libpng12.0.dylib
    0x12513000 - 0x1255e02f +libtiff.3.dylib (12.2) /Applications/Adobe Director 12/*/libtiff.3.dylib
    0x1256b000 - 0x125a1fff +com.adobe.director_12_0.netfile (12.0.0r111 - 12.0.0r111) <F29F222C-00F5-39CC-A20A-96C7C05C60B8> /Applications/Adobe Director 12/*/NetFile PPC Xtra
    0x125a8000 - 0x125c6ffb +com.adobe.director_12_0.bitmapfilters (12.0.0r111 - 12.0.0r111) <EE0FB3AF-D581-3B34-9407-775B36E0CDD8> /Applications/Adobe Director 12/*/BitmapFilters
    0x125ca000 - 0x125e1ff7 +com.adobe.director_12_0.3dauth (12.0.0r111 - 12.0.0r111) <2E31AD89-7A80-3C6C-A7A5-C801840BB272> /Applications/Adobe Director 12/*/3D Auth Xtra
    0x125e8000 - 0x125f1ff3 +com.adobe.director_12_0.agifasset (12.0.0r111 - 12.0.0r111) <E35C8763-CFC9-3F23-A53C-CA2893AA70B2> /Applications/Adobe Director 12/*/Animated GIF Asset
    0x125f5000 - 0x12617ff7 +com.adobe.director_12_0.agifauth (12.0.0r111 - 12.0.0r111) <57DAC4E3-74CB-351A-99B1-6101741213A0> /Applications/Adobe Director 12/*/Animated GIF Options
    0x12620000 - 0x12645ffb +com.adobe.director_12_0.audiofilters (12.0.0r111 - 12.0.0r111) <6E237092-369E-3932-ABB7-A2F76BD09AC4> /Applications/Adobe Director 12/*/AudioFilters
    0x1264c000 - 0x1268fff3 +com.adobe.director_12_0.audiomixer (12.0.0r111 - 12.0.0r111) <8546E185-2868-3E8E-A078-A2E7E0D9D428> /Applications/Adobe Director 12/*/AudioMixer
    0x1416f000 - 0x14174ff3 +com.adobe.director_12_0.coreaudiomix (12.0.0r111 - 12.0.0r111) <108F935E-0C88-384F-80CE-703742638805> /Applications/Adobe Director 12/*/CoreAudioMix
    0x14177000 - 0x1418bff3 +com.adobe.director_12_0.cursorasset (12.0.0r111 - 12.0.0r111) <DBD5CAEB-8223-33D8-8AE5-10CCF74E7AC2> /Applications/Adobe Director 12/*/Cursor Asset
    0x14192000 - 0x141b9ff3 +com.adobe.director_12_0.cursorauth (12.0.0r111 - 12.0.0r111) <EBA850E5-6F00-3782-8454-CEA3A87FF747> /Applications/Adobe Director 12/*/Cursor Options
    0x141c1000 - 0x141d9ffb +com.adobe.director_12_0.dvdasset (12.0.0r111 - 12.0.0r111) <5B9B3052-FC48-3B57-BC07-084371A1633E> /Applications/Adobe Director 12/*/DVD Asset
    0x141e1000 - 0x141f1ff7 +com.adobe.director_12_0.dvdauth (12.0.0r111 - 12.0.0r111) <BD90AF2E-58FD-34D3-ABD6-84DDE33D5206> /Applications/Adobe Director 12/*/DVD Authoring
    0x141f8000 - 0x14505ffb +com.adobe.director_12_0.dynamiks (12.0.0r111 - 12.0.0r111) <6357B6FE-7ACC-3A42-94E4-2CA271D4CBFF> /Applications/Adobe Director 12/*/Dynamiks
    0x1453b000 - 0x14861ff7 +com.adobe.director_12_0.dynamiks_320 (12.0.0r111 - 12.0.0r111) <FC0D8C60-D426-35FA-8FC4-5B6F05A67AF5> /Applications/Adobe Director 12/*/Dynamiks_320
    0x1488c000 - 0x149d6fe7 +com.adobe.director_12_0.f4vasset (12.0.0r111 - 12.0.0r111) <2D4FEED8-657A-36BD-B5E9-1323ECABB6F3> /Applications/Adobe Director 12/*/F4VAsset
    0x1657b000 - 0x165d4ff3 +com.adobe.director_12_0.flvasset (12.0.0r111 - 12.0.0r111) <82306C0E-7833-3E19-9824-A9DEC2657A8A> /Applications/Adobe Director 12/*/FLVAsset
    0x18176000 - 0x1819eff7 +com.adobe.director_12_0.fontauth (12.0.0r111 - 12.0.0r111) <9F9B00E6-D499-3921-B4A2-D2D329FA35C5> /Applications/Adobe Director 12/*/Font Asset Dialog
    0x181a8000 - 0x181c5fff +com.adobe.director_12_0.fontasset (12.0.0r111 - 12.0.0r111) <50E2F2A5-35EF-3921-8EA6-C03C01EEEF3E> /Applications/Adobe Director 12/*/Font Asset PPC
    0x181cb000 - 0x18238ffb +com.adobe.director_12_0.fontxtra (12.0.0r111 - 12.0.0r111) <A741EA26-95EA-3BBE-8718-43A328F7BBF8> /Applications/Adobe Director 12/*/Font Xtra PPC
    0x18241000 - 0x1838bfe7 +com.adobe.director_12_0.mp4asset (12.0.0r111 - 12.0.0r111) <08BE83E6-126E-3EBF-B497-17DDE1A72F8F> /Applications/Adobe Director 12/*/MP4Asset
    0x19f30000 - 0x19f49fff +com.adobe.director_12_0.mp4auth (12.0.0r111 - 12.0.0r111) <543074D5-DEFB-36E4-9218-1BF6E61BE92C> /Applications/Adobe Director 12/*/MP4Auth
    0x19f51000 - 0x19f59ffb +com.adobe.director_12_0.mp4export (12.0.0r111 - 12.0.0r111) <BFDF4739-4552-30C9-A90C-E4842FCF06FD> /Applications/Adobe Director 12/*/MP4Export
    0x19f5d000 - 0x1a01909c +com.mainconcept.mcmp4mux (7.4 - 7.4.0.33133) /Applications/Adobe Director 12/*/mcmp4mux.framework/Versions/7.4/mcmp4mux
    0x1a042000 - 0x1a079647 +com.mainconcept.mcaacaenc (7.6 - 7.6.0.33133) /Applications/Adobe Director 12/*/mcaacaenc.framework/Versions/7.6/mcaacaenc
    0x1a07d000 - 0x1a092ff7 +com.adobe.director_12_0.realasset (12.0.0r111 - 12.0.0r111) <A8482C8B-5449-364C-93E8-ECC37C4C03C1> /Applications/Adobe Director 12/*/RealMedia Asset
    0x1a098000 - 0x1a0a8fff +com.adobe.director_12_0.realauth (12.0.0r111 - 12.0.0r111) <D8D29381-DA5E-39D2-AFD1-E2F4D7EB07FC> /Applications/Adobe Director 12/*/RealMedia Authoring
    0x1a0af000 - 0x1a31eff7 +com.adobe.director_12_0.3dasset (12.0.0r111 - 12.0.0r111) <18BE6FE1-12F3-3836-AAE5-2C56CF6A58B8> /Applications/Adobe Director 12/*/Shockwave 3D Asset Xtra
    0x1a372000 - 0x1a382ff3 +com.adobe.director_12_0.soundcontrol (12.0.0r111 - 12.0.0r111) <DE37418D-11BD-3D49-ABE5-0C16E8AA993A> /Applications/Adobe Director 12/*/Sound Control
    0x1a385000 - 0x1a397fff +com.adobe.director_12_0.swadcmpr (12.0.0r111 - 12.0.0r111) <1B145307-6121-361A-916E-CC0FA59186E6> /Applications/Adobe Director 12/*/SWA Decompression PPC Xtra
    0x1a39a000 - 0x1a3bbfff +com.adobe.director_12_0.swaopt (12.0.0r111 - 12.0.0r111) <F376087C-D1C1-3B11-A42A-9C248A636C8D> /Applications/Adobe Director 12/*/SWA Options Xtra
    0x1a3c3000 - 0x1a3d1ff3 +com.adobe.director_12_0.swastrm (12.0.0r111 - 12.0.0r111) <3B76A6EF-57D2-3415-A5CE-25D56402E2A0> /Applications/Adobe Director 12/*/SWA Streaming PPC Xtra
    0x1a3d5000 - 0x1a3f7ff3 +com.adobe.director_12_0.textauth (12.0.0r111 - 12.0.0r111) <5B247C75-3C4C-3A7C-A8DF-BF9DCDA430C4> /Applications/Adobe Director 12/*/Text Asset Options
    0x1a400000 - 0x1a421ffb +com.adobe.director_12_0.textasset (12.0.0r111 - 12.0.0r111) <82A049D4-6014-3ACC-8D81-C6DBACFE84FA> /Applications/Adobe Director 12/*/TextAsset PPC
    0x1a427000 - 0x1a487ff7 +com.adobe.director_12_0.shapeauth (12.0.0r111 - 12.0.0r111) <04BFE3B1-50AD-3AAA-B51B-C0451ED2568B> /Applications/Adobe Director 12/*/Vector Editor Xtra
    0x1a4ad000 - 0x1a4e0fff +com.adobe.director_12_0.flashauth (12.0.0r111 - 12.0.0r111) <AB0490F7-FDDA-3F2A-A046-98F324F03304> /Applications/Adobe Director 12/*/Flash Asset Options PPC
    0x1a4ea000 - 0x1ae5efc7 +com.adobe.director_12_0.flashasset (12.0.0r111 - 12.0.0r111) <B92945E8-D463-344A-B221-A92A17CA53FD> /Applications/Adobe Director 12/*/Flash Asset PPC
    0x1b03f000 - 0x1b06cff3  com.apple.audio.CoreAudioKit (1.6.4 - 1.6.4) <5F0E55AF-BDA6-36B3-86F2-8A84A8F5D089> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1b07f000 - 0x1b0aefff +com.adobe.director_12_0.qtauth (12.0.0r111 - 12.0.0r111) <58E29769-B2CB-3AF2-BE5A-5A95D7D248AB> /Applications/Adobe Director 12/*/QuickTime Asset Options
    0x1b0b8000 - 0x1b0d5fff +com.adobe.director_12_0.qtasset (12.0.0r111 - 12.0.0r111) <7F91C6D0-62C7-3DEC-AD15-A7F7ACBC0566> /Applications/Adobe Director 12/*/QuickTime6 Asset
    0x1b0dd000 - 0x1b0e8ffe +com.adobe.director_12_0.fileio (12.0.0r111 - 12.0.0r111) <7357E45E-5E75-3753-9563-B0DE18926DF3> /Applications/Adobe Director 12/*/FileIO PPC Xtra
    0x1b0ec000 - 0x1b13bff7 +com.adobe.director_12_0.muidialog (12.0.0r111 - 12.0.0r111) <E4B38C17-CAF8-3D49-AAE2-A6F5184FC2B1> /Applications/Adobe Director 12/*/Mui Dialog
    0x1b14c000 - 0x1b17afc3 +com.adobe.director.multiusr (11.5.0r593 - 11.5.0r593) /Applications/Adobe Director 12/*/Multiusr
    0x1b188000 - 0x1b194ff1 +com.adobe.director_12_0.netlingo (12.0.0r111 - 12.0.0r111) <D6ACDC60-D875-3B2C-83B3-9AAFD68A71E6> /Applications/Adobe Director 12/*/NetLingo PPC Xtra
    0x1b197000 - 0x1b19cff3 +com.adobe.director_12_0.speechxtra (12.0.0r111 - 12.0.0r111) <27AF5FCA-423E-3A0B-8704-FC7D2BA3BC68> /Applications/Adobe Director 12/*/Speech
    0x1b1a2000 - 0x1b1aaffb +com.adobe.director_12_0.uihelper (12.0.0r111 - 12.0.0r111) <5384CD56-4F39-3EF2-93FC-91382C4C10BA> /Applications/Adobe Director 12/*/UIHelper PPC Xtra
    0x1b1b0000 - 0x1b1cffff +com.adobe.director_12_0.unzipxtra (12.0.0r111 - 12.0.0r111) <28AAF9BD-A83C-3137-A631-870B1F8C3B4D> /Applications/Adobe Director 12/*/UnzipXtra
    0x1b1d4000 - 0x1b1f0ff3 +com.adobe.director_12_0.xmlparser (12.0.0r111 - 12.0.0r111) <287131AE-7E44-3DAB-883D-B45271201419> /Applications/Adobe Director 12/*/XmlParser PPC Xtra
    0x1b1f5000 - 0x1b201ff3 +com.adobe.director_12_0.zipxtra (12.0.0r111 - 12.0.0r111) <E506F2B8-9F71-325C-B915-9DE9199B0A41> /Applications/Adobe Director 12/*/ZipXtra
    0x8fe64000 - 0x8fe96e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90019fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x9001a000 - 0x9002cff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x9002d000 - 0x90043fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x90044000 - 0x90071ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x90072000 - 0x90089fff  com.apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x9008a000 - 0x901a2ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x901a3000 - 0x901a5ffb  libRadiance.dylib (845) <3F87840F-217D-3074-A29D-919BAAED2F4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x901a6000 - 0x901cbff7  com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x901cc000 - 0x901cfffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x901d0000 - 0x903e7fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x903e8000 - 0x90560ff5  com.apple.QuartzCore (1.8 - 304.0) <0B0EC55A-9084-3E28-9A84-1813CE3FAA9B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90561000 - 0x906beffb  com.apple.QTKit (7.7.1 - 2599.13) <2DC9E2BB-9895-3D02-A318-88431052E70B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x906bf000 - 0x90793fff  com.apple.backup.framework (1.4.1 - 1.4.1) <55F2A679-9B21-3F43-A580-4C2ECF6A5FC5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90794000 - 0x90798ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x907ca000 - 0x90be7fff  FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x90be8000 - 0x90c1dfff  libTrueTypeScaler.dylib (84.5) <2598F930-5E6B-37D7-B1E6-18181A972C6E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90c75000 - 0x90d69ff3  com.apple.QuickLookUIFramework (4.0 - 555.4) <D66F61A6-2C4C-359F-A2E3-7D023C33CB5A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x90d6a000 - 0x90d7ffff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x90d80000 - 0x90d90ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x90d91000 - 0x90d99fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <25A7232F-9B6A-3746-A3A8-12479D086B1E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90d9a000 - 0x90d9dfff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x90d9e000 - 0x90daaff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90dab000 - 0x910c8ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91401000 - 0x9140eff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x9140f000 - 0x91411fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x91412000 - 0x91476fff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x91477000 - 0x9182fffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x91830000 - 0x91833ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x91834000 - 0x9185eff9  com.apple.framework.Apple80211 (8.0.1 - 801.17) <8A8BBBFD-496B-35A6-A26E-ADF8D672D908> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x9185f000 - 0x91860fff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x91861000 - 0x91886ffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x918bd000 - 0x918eefff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x91947000 - 0x919a0fff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x919a1000 - 0x91aae057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x91aaf000 - 0x91ba7ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x922b0000 - 0x922b0fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x922b1000 - 0x9232bff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9232c000 - 0x923dbff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x923dc000 - 0x923e0fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x923e1000 - 0x923edffa  com.apple.CrashReporterSupport (10.8.2 - 415) <BAE9900A-51E7-3AD4-A7FB-7E6CCFFB2F21> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x923ee000 - 0x92498fff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x92499000 - 0x924f6fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x924fe000 - 0x9264bffb  com.apple.CFNetwork (596.2.3 - 596.2.3) <1221EF86-659B-3136-AB57-0CC6B130CDA2> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9264c000 - 0x926d1ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x926d2000 - 0x926d2fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x926d3000 - 0x926d3fff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x926d4000 - 0x9271dff7  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <ABA6A926-34C2-3C09-AD9F-A87A8A35536A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9271e000 - 0x92727ff9  com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x92728000 - 0x92782fff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x92783000 - 0x927a7fff  libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x927a8000 - 0x92899ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x9289a000 - 0x9289afff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9289d000 - 0x928bcff3  com.apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x928bd000 - 0x928cbfff  com.apple.opengl (1.8.6 - 1.8.6) <1AD1AE7B-B57B-35B5-B571-32A34F0DA737> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x928cc000 - 0x92934ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92935000 - 0x929f3ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x929f4000 - 0x92a1dff7  libRIP.A.dylib (324.6) <7976E6A2-A489-33F5-A727-7634DDE3B761> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x92a1e000 - 0x92b1cff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x92b1d000 - 0x92c3bff7  com.apple.MediaControlSender (1.4.5 - 145.3) <E0931EE7-4ACA-3538-9658-B9B2AC1E6A80> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x92c3c000 - 0x92c3dfff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x92c3e000 - 0x92c79fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x92c85000 - 0x92ca5ffd  com.apple.ChunkingLibrary (2.0 - 133.2) <FE5F0F1E-B15D-3F76-8655-DC2FE19BF56E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x92ca6000 - 0x92ed6fff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x92ed7000 - 0x92f46ffb  com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x92f47000 - 0x92f51ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x92f81000 - 0x92f88ffe  com.apple.agl (3.2.1 - AGL-3.2.1) <8E0411D3-19F7-30E1-92A2-337F7F0EBCDA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92f89000 - 0x92fa3ffc  libsystem_kernel.dylib (2050.18.24) <C17D49D0-7961-3B67-B443-C788C6E5AA76> /usr/lib/system/libsystem_kernel.dylib
    0x92fa4000 - 0x93160ffd  libicucore.A.dylib (491.11.1) <B19E450A-BAF1-3967-9C95-7F77DC0B4639> /usr/lib/libicucore.A.dylib
    0x93500000 - 0x9354eff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <7BA6C58B-0357-356F-BB69-17ACB5E35988> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9354f000 - 0x93932ff3  com.apple.HIToolbox (2.0 - 625) <5A312E41-9940-363E-B891-90C4672E6850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x93933000 - 0x9395cfff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9395d000 - 0x93989ff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x93a42000 - 0x940cefeb  com.apple.CoreAUC (6.16.00 - 6.16.00) <654A0AB8-F24F-3489-8F70-F0A22414FE08> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x940cf000 - 0x940d2ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x940d3000 - 0x940d6ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x940d7000 - 0x941b8fff  libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib
    0x941b9000 - 0x941b9ffd  libOpenScriptingUtil.dylib (148.2) <907E25B1-4F50-3461-B8D5-733C687EB534> /usr/lib/libOpenScriptingUtil.dylib
    0x941ba000 - 0x941beffc  libGIF.dylib (845) <714E9F0D-D7A3-3F58-B46E-FCBE0F144B23> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94a4a000 - 0x94a51ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x94b09000 - 0x94b13fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x94b14000 - 0x94b41ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x94b42000 - 0x94b44fff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x94e34000 - 0x95230feb  com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x95231000 - 0x9523ffff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x95240000 - 0x954adfff  com.apple.imageKit (2.2 - 667) <3F5F92DB-C0C0-3C5F-98C6-B84AB9E28B55> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x954ae000 - 0x954b0fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x954b1000 - 0x961e9ff7  com.apple.QuickTimeComponents.component (7.7.1 - 2599.13) <85C70D1B-D074-3891-BF8D-9BA81D2C224B> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x961ea000 - 0x961f2fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x96236000 - 0x964f6fff  com.apple.security (7.0 - 55179.1) <CB470E48-621B-34D9-9E78-8B773358CB6B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x964f7000 - 0x964fbff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x964fc000 - 0x96502fff  libGFXShared.dylib (8.6.1) <E32A7266-FCDD-352C-9C2A-8939265974AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x96503000 - 0x96545ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x96546000 - 0x965aefe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x965af000 - 0x965bcfff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x965bd000 - 0x96639ffb  libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x9663a000 - 0x96641fff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x96642000 - 0x96650ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x96660000 - 0x96661ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x96662000 - 0x96695ff3  com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x96696000 - 0x966dbff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x966dc000 - 0x967e7ff7  libJP2.dylib (845) <D409C913-6FA4-3D60-BFE0-B9FC6A02FEE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x967ed000 - 0x967fbff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x967ff000 - 0x9681bff7  libPng.dylib (845) <14C43094-C670-3575-BF9B-3A967E05EAC0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9681c000 - 0x96868fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x96869000 - 0x968b7ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x96904000 - 0x9693bffa  com.apple.LDAPFramework (2.4.28 - 194.5) <8368FAE7-2B89-3A7D-B6EE-7184B522CB66> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9693c000 - 0x969b1ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x969b2000 - 0x96a6ffeb  libsystem_c.dylib (825.25) <B1F6916A-F558-38B5-A18C-D9733625FDC9> /usr/lib/system/libsystem_c.dylib
    0x96a70000 - 0x96ad2fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x96ad3000 - 0x96adafff  libsystem_dnssd.dylib (379.32.1) <6A505284-2382-3F27-B96F-15FFDACF004E> /usr/lib/system/libsystem_dnssd.dylib
    0x96adf000 - 0x96d82ffb  com.apple.CoreImage (8.2.2 - 1.0.1) <85BFFB09-D765-3F5F-AF65-FB136DDCAEF3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x96d83000 - 0x96d89fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x96d8a000 - 0x96d8afff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96d8b000 - 0x96d9bff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x96d9c000 - 0x96d9dfff  libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib
    0x96d9e000 - 0x96dd1ff5  libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib
    0x96dd2000 - 0x96e19ff3  com.apple.CoreMedia (1.0 - 926.62) <69B3835E-C02F-3935-AD39-83F8E81FB780> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96e1a000 - 0x96e38ff3  com.apple.openscripting (1.3.6 - 148.2) <55738D66-CC15-3F43-9265-00C3322D39C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x96e39000 - 0x96e3afff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x96e3b000 - 0x96e80ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x96e81000 - 0x96e84ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x96e8c000 - 0x96eceffb  com.apple.RemoteViewServices (2.0 - 80.5) <60E04F2F-AFD8-3B1F-BF07-8A3A7EABB8E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x96ecf000 - 0x96febff7  com.apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x96fec000 - 0x970f9ff3  com.apple.ImageIO.framework (3.2.0 - 845) <BF959BCB-C30A-3680-B7C2-91B327B2B63B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x970fa000 - 0x970fafff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x970fb000 - 0x97156fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x97157000 - 0x97157fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x97158000 - 0x97159ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9715a000 - 0x9745fff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x97460000 - 0x976dcff7  com.apple.QuickTime (7.7.1 - 2599.13) <FE609160-E1EF-341D-9B6A-205D3E03A4D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9771d000 - 0x977b7fff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x977b8000 - 0x977c0fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x977c1000 - 0x977deff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x977e1000 - 0x9783afff  com.apple.QuickLookFramework (4.0 - 555.4) <96911441-FDD4-3B68-9E0C-51BA11A97C2E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9783b000 - 0x97a23ff3  com.apple.CoreFoundation (6.8 - 744.12) <E939CEA0-493C-3233-9983-5070981BB350> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97a24000 - 0x97a25fff  libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
    0x97a26000 - 0x97a3ffff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97a40000 - 0x97b50ff3  com.apple.QuickTimeImporters.component (7.7.1 - 2599.13) <410311C4-34FF-38F0-8EE0-3093AEEC1A82> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x97b51000 - 0x97b5bfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x97b5c000 - 0x97bb5ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x97bb6000 - 0x97f49ffb  com.apple.MediaToolbox (1.0 - 926.62) <7290B07B-4D03-3B46-809C-64C8FB97B40C> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x97f4a000 - 0x97fe2fff  com.apple.CoreServices.OSServices (557.4 - 557.4) <C724AB29-A596-3E1E-9FF1-A4E509AD843A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9800f000 - 0x980a1ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x980be000 - 0x9815eff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x9815f000 - 0x98213fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98214000 - 0x9828dff0  com.apple.CorePDF (2.0 - 2) <6B5BF755-F336-359C-9A99-F006F61442CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9828e000 - 0x9828efff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9828f000 - 0x9830bff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x9830c000 - 0x9834bff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9834c000 - 0x98355ff3  com.apple.DisplayServicesFW (2.6.1 - 353) <50D0BBF0-F911-380F-B470-E59B5E48E520> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x98356000 - 0x983adff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x983ae000 - 0x987f0fff  com.apple.CoreGraphics (1.600.0 - 324.6) <66556166-F9A7-3EEC-A562-46061C7A79E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x987f1000 - 0x98841ff7  com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x98842000 - 0x988a8fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x98998000 - 0x989a4ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x989a5000 - 0x989a5fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x989a6000 - 0x98a8fff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x98a90000 - 0x98a97ff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98a98000 - 0x98a9bff9  libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x98aa0000 - 0x98aa4fff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x98aa5000 - 0x98b3cff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x98b3d000 - 0x98b50ff9  com.apple.MultitouchSupport.framework (235.28 - 235.28) <5C8CFA21-D4FC-32E8-B199-0F7155E6ED9A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x98b51000 - 0x98b51fff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x98b54000 - 0x98c8fff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x98c90000 - 0x98cd4fff  libGLU.dylib (8.6.1) <06BAFDCA-800C-35E3-B1A3-F05E105B86AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x98cd5000 - 0x98cf7fff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x98cf8000 - 0x98f50ff1  com.apple.JavaScriptCore (8536 - 8536.26.7) <75629E05-65FE-3699-8CDC-80C95015CF42> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x98f8e000 - 0x98f8effd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <4C13DEA2-1EB0-3D06-901A-DB93184C06F0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98f8f000 - 0x98fe6ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x98fe7000 - 0x99004fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x99291000 - 0x99319fff  com.apple.PDFKit (2.7.2 - 2.7.2) <7AE7BAE9-4C21-3BFB-919E-5C6EEBBDFF75> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x993c2000 - 0x99f7effb  com.apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x99f7f000 - 0x99fc0ff7  com.apple.framework.CoreWiFi (1.0 - 100.10) <944B3FAE-F901-3276-A676-9D52295DA817> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x99fc1000 - 0x9a025ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x9a026000 - 0x9a027fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x9a028000 - 0x9a069ff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x9a06a000 - 0x9a06efff  com.apple.IOSurface (86.0.3 - 86.0.3) <E3A4DB0A-1C1A-31E3-A550-5C0E1C874509> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9a06f000 - 0x9a1f8ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x9a1f9000 - 0x9a22fffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9a230000 - 0x9a247ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x9a279000 - 0x9a2bbfff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x9a3ba000 - 0x9a3c3ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9a3c4000 - 0x9a3d9fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x9a3da000 - 0x9a532ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9a533000 - 0x9a533fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x9a534000 - 0x9a583ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9a584000 - 0x9a5a8fff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9a5a9000 - 0x9a604ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <4BA2AAEA-4936-375C-B4D8-4BBE2EDC7FF5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9a605000 - 0x9a610fff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x9a611000 - 0x9a636ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9a637000 - 0x9a641fff  libCSync.A.dylib (324.6) <D2E8AC70-C6D1-3C40-8A82-E50422EDCFBF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x9a642000 - 0x9a65ffff  libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
    0x9a660000 - 0x9a66cffe  libkxld.dylib (2050.18.24) <48A75AF6-9D5A-3552-948E-30A1682D3664> /usr/lib/system/libkxld.dylib
    0xb0000000 - 0xb001afe3 +com.adobe.ahclientframework (1.7.0.56 - 1.7.0.56) <928D8FAD-DEE7-F1D0-FE17-FA7F4E4C1E48> /Applications/Adobe Director 12/Director.app/Contents/FrameWorks/ahclient.framework/Versions/A/ahclient
    0xba100000 - 0xba101fff  libArabicConverter.dylib (61) <B9510526-1C60-34ED-AE6C-310DC30FD04E> /System/Library/CoreServices/Encodings/libArabicConverter.dylib
    0xba300000 - 0xba301fff  libCyrillicConverter.dylib (61) <76630B89-A9CE-376B-B836-B55D8543717B> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba500000 - 0xba501ffd  libGreekConverter.dylib (61) <8420F227-2783-36D9-997E-39110328F77C> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0xba700000 - 0xba700fff  libHebrewConverter.dylib (61) <3E708D3C-2332-3B4F-A79B-D7DF7B0F7C85> /System/Library/CoreServices/Encodings/libHebrewConverter.dylib
    0xba900000 - 0xba91cffd  libJapaneseConverter.dylib (61) <A3F2F55D-E491-3532-A8F6-8D3F2455704F> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ffc  libKoreanConverter.dylib (61) <39F6BEE7-AE54-3423-B920-2A3573BC9A1A> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbad00000 - 0xbad01fff  libLatin2Converter.dylib (61) <5893A6EA-B555-3635-8D03-66FA478CD304> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
    0xbaf00000 - 0xbaf01fff  libLatin5Converter.dylib (61) <E9E8057A-2240-3721-A8A5-7258096B00E8> /System/Library/CoreServices/Encodings/libLatin5Converter.dylib
    0xbb100000 - 0xbb103ffd  libLatinSuppConverter.dylib (61) <A1318F1F-8E3E-3A9B-92A1-4749F4CBCE1B> /System/Library/CoreServ

    Hi Milky_au!
    I appreciate your response. I believe I've discovered what the problem is with not being able to insert multiple frames from the pulldown menu - and it appears to be a limitation in Director's score that'll actually be easy to avoid as I continue building my project.
    My background sprite channel and ten other channels I was using for navigation buttons had stretched well over six thousand frames (undoubtedly from a lot of copy and paste between DIR files of reused sprite channels over the past eighteen years that I've been working on this personal project that's been as much fun as using Director) while the sprites for the rest of the project had only reached just under three thousand frames.
    On the phone with Rajeev Saini at Adobe for a good half hour with him in control of my screen to test what I had done, he had discovered that a new DIR file had no problem inserting frames via the pulldown. Although the Command+] shortcut would still add one frame at a time in my working DIR, I wasn't seeing that as a viable solution to my wanting to add, say, a hundred frames in one shot so I could build an animation in that area of the score.
    I deleted three thousand frames that were being used by the background and those ten navigation buttons - and now inserting frames via the pulldown menu works exactly the way its supposed to now!
    I can now see that I have to keep an eye on that background and those button channels so they don't grow so far beyond where I'm actually building my project.
    I will pass this on to Adobe because it does seem like there's a definite limitation in the score. Luckily, that's easy to work around.
    Thanks again Milky_au for your kind response!
    Gary

Maybe you are looking for