Error While scaling out Domain

Hi,
I have a OBIEE 11.1.1.7 installed on a machine, i wanted to scale this out, so ran the installer in Scale out BI mode.While Scaling out the configurations and scaling out domain i am getting the below error.
Any suggestion of how to get rid of this and proceed.My admin server and Bi server are up and running and there is no network disonnection.
oracle.bi.management.wlsprovision.ScaleOutException: Unexpected error attempting to get pack file content: No message was received for: '800' seconds
  at oracle.bi.management.wlsprovision.scaleout.AdminServerProxyImpl._getNextChunk(AdminServerProxyImpl.java:703)
  at oracle.bi.management.wlsprovision.scaleout.AdminServerProxyImpl.getPackFile(AdminServerProxyImpl.java:198)
  at oracle.bi.management.wlsprovision.scaleout.ScaleOutProcessorImpl.scaleOut(ScaleOutProcessorImpl.java:144)
  at oracle.as.install.bi.biconfig.standard.BIExtendDomainTask.doExecute(BIExtendDomainTask.java:35)
  at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
  at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
  at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
  at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
  at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
  at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
  at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
  at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
  at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
  at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
  at java.lang.Thread.run(Thread.java:662)
Caused by: weblogic.rjvm.PeerGoneException: No message was received for: '800' seconds
  at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
  at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
  at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke(Unknown Source)
  at weblogic.management.remote.common.RMIConnectionWrapper$16.run(ClientProviderBase.java:919)
  at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
  at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
  at weblogic.security.Security.runAs(Security.java:61)
  at weblogic.management.remote.common.RMIConnectionWrapper.invoke(ClientProviderBase.java:917)
  at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:993)
  at oracle.bi.management.wlsprovision.scaleout.AdminServerProxyImpl._getNextChunk(AdminServerProxyImpl.java:693)
  ... 15 more
Thanks

AM using the Sun JDK...and I am manipulating around the below settings in the setDomainEnv file
set XMS_SUN_64BIT=256
set XMS_SUN_32BIT=256
set XMX_SUN_64BIT=512
set XMX_SUN_32BIT=512
set XMS_JROCKIT_64BIT=256
set XMS_JROCKIT_32BIT=256
set XMX_JROCKIT_64BIT=512
set XMX_JROCKIT_32BIT=512
if "%JAVA_VENDOR%"=="Sun" (
     set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx512m
     set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512m
) else (
     set WLS_MEM_ARGS_64BIT=-Xms512m -Xmx512m
     set WLS_MEM_ARGS_32BIT=-Xms512m -Xmx512m
)

Similar Messages

  • Error while invoking bean "domain manager": Error deploying BPEL suitcase.

    My issue is the following, when I use wsa adressing in my bpel process such as:
    xmlns:ns2="http://schemas.xmlsoap.org/ws/2003/03/addressing"
    and create a variable based on this schema
    <variable name="partnerReference" element="ns2:EndpointReference"/>
    I can compile and generate the jar file. But when I deploy this file in my console I get the following error:
    Module     oracle.soa.bpel.system
    Host     brux0304
    Host IP Address     10.18.80.129
    User     weblogic
    Thread ID     [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'
    Message     Error while invoking bean "domain manager": Error deploying BPEL suitcase.
    Supplemental Detail     error while attempting to deploy the BPEL component file "/soa/oracle/Middleware/user_projects/domains/base_domain/servers/soa_server1/dc/soa_f7fc611b-51eb-4910-a671-d2bb5c5c31d0"; the exception reported is: java.lang.Exception: BPEL 1.1 compilation failed
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    ORABPEL-05250
    Error deploying BPEL suitcase.
    error while attempting to deploy the BPEL component file "/soa/oracle/Middleware/user_projects/domains/base_domain/servers/soa_server1/dc/soa_f7fc611b-51eb-4910-a671-d2bb5c5c31d0"; the exception reported is: java.lang.Exception: BPEL 1.1 compilation failed
    This error contained an exception thrown by the underlying deployment module.
    Verify the exception trace in the log (with logging level set to debug mode).
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:197)
    at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:820)
    at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:119)
    at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:88)
    at sun.reflect.GeneratedMethodAccessor844.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.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 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.GeneratedMethodAccessor843.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.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.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 $Proxy281.deployComponent(Unknown Source)
    at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deployComponent(Unknown Source)
    at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:886)
    at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:128)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:242)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:93)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:149)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:62)
    at sun.reflect.GeneratedMethodAccessor18895.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:68)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy309.load(Unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeRedeploy(StandaloneCompositeDeploymentCoordinatorImpl.java:95)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.overwriteExistingComposite(BaseDeployProcessor.java:398)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:229)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:161)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:109)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doRedeploy(DeployProcessor.java:101)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:221)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:124)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    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:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    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.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    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.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    When I remove the namespace and variable it works.
    What should be causing that?
    Regards,
    Luciana

    There seems to be some issue with partnerrole definition. Please check CreatePurchaseOrderListEbizProvABCSImplProcess.bpel(line 51): and CreatePurchaseOrderListEbizProvABCSImplProcess.bpel(line 617): role not found
    as mentioned in the log.
    Regards,
    Narayana

  • IPCC 20999 Error while dailing out from CTIOS

    We are getting the following error while dailing out from the CTIOS softphone dail pad(Happening for one agent though). We are  on Callmanger 6X and CTIOS 7.2X. Please see the sceenprint attached for the error message. Appreciate any help on this.

    Aman,
    I worked with Sean to resolve this issue today.
    As Sean had stated, this particular agent had received a new physical phone because the original had failed. When the Service Desk created this new phone, they copied the old, changed the MAC, and saved the new phone. When this happened, the same DN's we're then assigned to two physical phones. Well... ICM doesn't like this too much at all.
    1. I removed the old phone from being associated with the PG User account. It was still associated even though not in use.
    2. I unasssigned all DN's from the old phone.
    I believe it's the second piece that was causing the issue. 1 DN, 2 phones doesn't work to well! ;-)

  • Error while deploying SOA domain template using OVAB

    This error occurred while deploying SOA domain template using OVAB.
    Can anyone tell me what is the cause of this error and how can I correct it???
    [as] [TRACE] [] [oracle.as.assemblybuilder.fcp] [tid: 62] [SRC_CLASS: oracle.as.assemblybuilder.fcp.utils.OvabLogger] [SRC_METHOD: trace] [stderr] Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Unable to find target node for /soa-wls-assem/soa-wls/AdminServer/AdminServer-0[[
    at oracle.as.assemblybuilder.fcp.deployer.overview.deployment.DeployedApplianceTableModel.processStateChanged(DeployedApplianceTableModel.java:254)
    at oracle.as.assemblybuilder.fcp.deployer.overview.deployment.DeployedApplianceTableModel$1.run(DeployedApplianceTableModel.java:165)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:602)
    at java.awt.EventQueue$1.run(EventQueue.java:600)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    2011-09-13T01:44:50.984-07:00] [as] [WARNING] [] [oracle.as.assemblybuilder.resourcepool.service.ovm.internal] [tid: 35] Error obtaining pool metrics for resource pool new_default_connection:osb-ovab-pool. Error is javax.xml.ws.soap.SOAPFaultException: Internal Server Error (Caught exception while handling request: oracle.ovs.biz.agent.AgentException: OVM-1011 OVM Manager communication with 10.244.20.148 for operation Query server metrics info failed:[[
    time out occurred)
    at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:189)
    at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
    at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:140)

    884872 wrote:
    2011-09-13T01:44:50.984-07:00] [as] [WARNING] [] [oracle.as.assemblybuilder.resourcepool.service.ovm.internal] [tid: 35] Error obtaining pool metrics for resource pool new_default_connection:osb-ovab-pool. Error is javax.xml.ws.soap.SOAPFaultException: Internal Server Error (Caught exception while handling request: oracle.ovs.biz.agent.AgentException: OVM-1011 OVM Manager communication with 10.244.20.148 for operation Query server metrics info failed:[[
    time out occurred)Looks like OVAB can't connect to your Oracle VM Manager SOAP service.

  • Too large java heap error while starting the domain.Help me please..

    I am using weblogic 10.2,after creating the domain, while starting the domain,I am getting this error.Can anyone help me.Please treat this as urgent request..
    <Oct 10, 2009 4:09:24 PM> <Info> <NodeManager> <Server output log file is "/nfs/appl/XXXXX/weblogic/XXXXX_admin/servers/XXXXX_admin_server/logs/XXXXX_admin_server.out">
    [ERROR] Too large java heap setting.
    Try to reduce the Java heap size using -Xmx:<size> (e.g. "-Xmx128m").
    You can also try to free low memory by disabling
    compressed references, -XXcompressedRefs=false.
    Could not create the Java virtual machine.
    <Oct 10, 2009 4:09:25 PM> <Debug> <NodeManager> <Waiting for the process to die: 29643>
    <Oct 10, 2009 4:09:25 PM> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    <Oct 10, 2009 4:09:25 PM> <Debug> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>

    Thanks Kevin.
    Let me try that.
    Already more than 8 domains were successfully created and running fine.Now the newly created domain have this problem.I need 1GB for my domain.Is there any way to do this?

  • Error while starting SOA Domain

    Am getting the below error while starting the SOA domain admin server.Please help.
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.

    AM using the Sun JDK...and I am manipulating around the below settings in the setDomainEnv file
    set XMS_SUN_64BIT=256
    set XMS_SUN_32BIT=256
    set XMX_SUN_64BIT=512
    set XMX_SUN_32BIT=512
    set XMS_JROCKIT_64BIT=256
    set XMS_JROCKIT_32BIT=256
    set XMX_JROCKIT_64BIT=512
    set XMX_JROCKIT_32BIT=512
    if "%JAVA_VENDOR%"=="Sun" (
         set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx512m
         set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512m
    ) else (
         set WLS_MEM_ARGS_64BIT=-Xms512m -Xmx512m
         set WLS_MEM_ARGS_32BIT=-Xms512m -Xmx512m
    )

  • Infa Install Error while creating a domain

    I am trying to install Infa 8.1.1 on a windows x64 EM64T machine.
    I was able to install client sucessfully, but while installing the server, am getting the following error. I have also installed JRE 1.5 which is a pre req.
    This is the error that I am getting, has anyone seen this before?
    The installer could not create the domain. Correct the error below and select Retry. You must successfully create the domain to continue the installation.
    STDOUT: [ICMD_10150] An unexpected system error has occured: [Provider org.apache.xalan.processor.TransformerFactoryImpl not found].
    EXITCODE: -1
    Will appreciate any help on this.

    According to the Informatica Support site:
    [ICMD_10150] An unexpected system error has occured: [Provider org.apache.xalan.processor.TransformerFactoryImpl not found] when installing PowerCenter 8.1.1 on Windows 64-bit
    Problem Description
    Domain creation fails when installing 64-bit PowerCenter on a Windows 64-bit Itanium or EMT64 machine with the following error:
    Error:
    Can not create domain:
    The installer could not create the domain. Correct the error below and
    select Retry. You must successfully create the domain to continue the
    installation.
    STDOUT: [ICMD_10150] An unexpected system error has occured: [Provider
    org.apache.xalan.processor.TransformerFactoryImpl not found].
    EXITCODE: -1
    Cause
    This issue occurs because the PowerCenter client has been installed before server and the Java version and PowerCenter client version is 32-bit instead of not 64-bit. Hence, when PowerCenter client is installed before the server, it would install 32-bit Java. When the 64-bit server is installed it uses 32-bit Java displaying the above error.
    Solution
    This is a known issue and CR (CR 170023) has been submitted to be addressed in the future release of PowerCenter to track the installer issue as well.
    Workaround
    Uninstall existing PowerCenter client and server using Add/Remove programs Windows utility
    Reboot the server
    Install PowerCenter server
    The server installation would have created a folder with the directory structure like this C:\Informatica\PowerCenter8.1.1\java
    Stop all Informatica Services
    Copy the folder java to javabackup
    Install the PowerCenter client software
    Rename the java folder to java_old
    Rename the backup folder javabackup to java
    Start the Informatica Services
    More Information
    Applies To
    Product : PowerCenter 8.1.1
    Reference
    Related Docs
    Attachments
    Last Modified Date: 9/12/2008 11:33 AM ID: 32384

  • Getting CFGFWK-64060 error while extending a domain for ECM..

    Hi,
    I am getting this error while extending a weblogic domain for Oracle ECM.
    CFGFWK-64060 the template you selected can't be applied because the following dependencies can not be satisfied.
    Missing prerequisites:
    DEP for Oracle UCM Core Template:11.1.1.0[C:\Oracle\Middleware\Oracle_ECM1\common\teplates\applications\oracle.core_template_11.1.1.jar] (Oracle Enterprise manager)
    Thanks in advance

    Hi,
    I am getting this error while extending a weblogic domain for Oracle ECM.
    CFGFWK-64060 the template you selected can't be applied because the following dependencies can not be satisfied.
    Missing prerequisites:
    DEP for Oracle UCM Core Template:11.1.1.0[C:\Oracle\Middleware\Oracle_ECM1\common\teplates\applications\oracle.core_template_11.1.1.jar] (Oracle Enterprise manager)
    Thanks in advance

  • Error while configuring the domain "Configure JDBC Component Schema"

    Hi Everyone,
    I have installed SOA Suite 11g on my Win 7 machine 64bit OS and while trying to configure the domain for the WebLogic Server. I fallowed the wizard and everything went well till the JDBC Component Schema window. Here I am able to pass through
    1. BAM Schema- Failed
    2. SOA Infrastructure-Failed
    3. User Messaging Service-Passed
    4. OWSM MDS Schema-Passed
    5. SOA MDS Schema-Passed
    and here is the error that i am facing...
    Component Schema=BAM Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_ORABAM
    Password=*******
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='BAM' and version='11.1.1.2.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_SOAINFRA
    Password=*******
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.2.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    I googled the error and tried to check whether the Schema_version_registry has any rows are not and initially i don't have any and then I have created table named "Schema_version_registry" and then inserted the values accordingly..
    CREATE TABLE schema_version_registry(owner VARCHAR2(30), mr_type VARCHAR2(10), version VARCHAR2(50));
    INSERT INTO schema_version_registry(owner, mr_type, version) VALUES ('DEV_SOAINFRA','MDS','11.1.1.2.0');
    similarly i did for the DEV_ORABAM but there is no use...........
    I am struck at this position can any please help me out........... please..
    Thanks in advance
    Sorry Guys.. I understood my mistake and change the "mr-type" accordingly... it is successful now..
    Thanks if anyone tried to answer it.......
    Edited by: user10763276 on Oct 10, 2010 5:11 PM

    Hi can anyone please help me ...all the jdbc component schema is failing for me while creating domain.
    please find the log.
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.5.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=User Messaging Service
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='ORASDPM' and version='11.1.1.2.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=OWSM MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where
                        owner=(select user from dual) and mr_type='MDS' and
                        version='11.1.1.5.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=SOA MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='MDS' and version='11.1.1.5.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    "

  • Getting error while Creating IntegratedWebLogicServer Domain...

    Hi All,
    I am using for the first time Oracle Jdeveloper 12.1.2.0.0. I created a samle application and connected to local data base. When hit run page, Jdev is trying to create IntegratedWebLogicSever Domain. But it is failing.
    When checked the logfile BuildDefaultDomain.log it's failing with below message. I have no clue what this is SERVICETABLE and DEMODB schema. In my DB i don't have schema or table like this below. Need your help.
    wlst > Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    Regards
    Surendra
    [06:04:50 PM] Creating IntegratedWebLogicServer Domain...
    [06:05:25 PM] ERROR:  An error occurred while building the default domain.
    Please see this log file for more details:
    C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain.log
    The Server Instance cannot be started because the IntegratedWebLogicServer Domain was not built successfully.
    ---------------- BuildDefaultDomain.log file below -----------------
    Log File:      C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain.log
    Label:         JDEVADF_12.1.2.0.0_GENERIC_130608.2330.6668
    Product Home:  C:\ORACLE\Middleware\Oracle_Home\jdeveloper\jdev\
    Domain:        C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain
    BuildDefaultDomain1.py      2013-08-01 18:04:50
    cmd.exe /c ""C:\ORACLE\Middleware\Oracle_Home\oracle_common\common\bin\wlst.cmd" "C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain1.py""
    Process started
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Creating Default Domain
    wlst > [progress] Reading template: /C:/ORACLE/Middleware/Oracle_Home/wlserver/common/templates/wls/wls.jar
    wlst > Setting Name to 'DefaultServer'
    wlst > Setting ListenAddress to 'SUMANDAL-WS02'
    wlst > Setting ListenPort to 7101
    wlst > Enabling SSL using port 7102
    wlst > Setting domain administrator to 'weblogic'
    wlst > Setting domain password.
    wlst > [progress] Writing domain: /C:/Users/sumandal/AppData/Roaming/JDeveloper/system12.1.2.0.40.66.68/DefaultDomain/
    wlst > [progress] Closing template.
    wlst > [progress] Reading domain: /C:/Users/sumandal/AppData/Roaming/JDeveloper/system12.1.2.0.40.66.68/DefaultDomain/
    wlst > [progress] Adding domain extension template: /C:/ORACLE/Middleware/Oracle_Home/jdeveloper/common/templates/jdeveloper/adrs_template.jar
    wlst > [progress] Updating domain.
    wlst > [progress] Adding domain extension template: /C:/ORACLE/Middleware/Oracle_Home/jdeveloper/common/templates/domains/jsf_template_2.1.jar
    wlst > [progress] Updating domain.
    wlst > [progress] Adding domain extension template: /C:/ORACLE/Middleware/Oracle_Home/oracle_common/common/templates/wls/oracle.jrf_template_12.1.2.jar
    wlst > [progress] Updating domain.
    wlst > Error: updateDomain() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst >   File "C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain1.py", line 112, in ?
    wlst >   File "C:\Users\sumandal\AppData\Local\Temp\WLSTOfflineIni3685836016674860513.py", line 103, in updateDomain
    wlst >
    wlst > Domain Location: C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain
    wlst >
    wlst > Reason: Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    wlst >
    wlst > Exception:
    wlst >
    wlst > Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    wlst >
    wlst >
    wlst >  at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:55)
    wlst >
    wlst >  at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1967)
    wlst >
    wlst >  at com.oracle.cie.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:604)
    wlst >
    wlst >  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    wlst >
    wlst >  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    wlst >
    wlst >  at java.lang.reflect.Method.invoke(Method.java:601)
    wlst >
    wlst >
    wlst > com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: Domain Extension Application Failed!
    wlst >
    wlst > Domain Location: C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain
    wlst >
    wlst > Reason: Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    wlst >
    wlst > Exception:
    wlst >
    wlst > Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    wlst >
    wlst >
    Elapsed time:  34768 ms

    Hi ..Try,
    1) Check your database and ensure thar DEMODB schema is exist or not.
    2) Exit JDeveloper and then delete  or rename the folder "C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68". Start JDeveloper and run integrated weblogic server . Provide the essential things like password, host etc. I hope this will solve your issue.
    You can refer the below link also if you do not get the solution after doing the second step.
    http://dstas.blogspot.in/2012/09/integrated-weblogic-domain-creation.html
    Gijith.

  • Password encription error while creating SOA domain in console mode

    Hi,
    I am creating SOA domaing in console mode in Solaris server. While Configure JDBC Data Sources for SOA metadata and SOAINFRA schema i am getting bellow error.
    Error:
    Configure JDBC Data Sources:
    Edit the configuration of JDBC data sources. A data source contains a pool of database connections. Applications look up a data source in the JNDI tree, request a
    connection, use it, and return it to the connection pool.
    | Name |
    _|______________________|
    1->| SOADataSource |
    2| EDNLocalTxDataSource |
    3| mds-soa |
    4| wlsbjmsrpDataSource |
    5| mds-owsm |
    6| EDNDataSource |
    7| SOALocalTxDataSource |
    8| OraSDPMDataSource |
    Use above value or select another option:
    1 - Modify
    2 - Discard Changes
    ** CFGFWK-60050: Property "ConfirmUserPasswordEncrypted" of JDBCDriverParams "" is invalid.
    ** CFGFWK-64014: The property value is required.
    I understand that we need to give the encrypted schema password. but how to create encrypted password.

    Hi Anuj,
    I go through the below url link, and I accepted SOADataSource default values, but i ma getting "ConfirmUserPasswordEncrypted" of JDBCDriverParams "" is invalid error. I think we need to enter the Encrypted password for DB schema. Oracle don't given SOA domain creation in unix console mode. I got struck on my development environment, Please help me on this.
    SOA+OSB 11g in same domain (linux)
    Thanks,
    Reddy.

  • Java.lang.OutOfMemoryError: PermGen space error while creat weblogic domain

    Hi,
    OBIEE 11g installing in Linux server now. domain creation is in progress for about an hour and in log I can see below error.
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    domain creation is still running and looks like it is struck to start domain no idea how to solve the issue. waiting to see whether domain creation successful.
    I was searching on web and found below solution but no idea how to do it in Linux server. Please provide detail instructions to do it.
    * java.lang.OutOfMemoryError: PermGen space
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    Solution: Increase the max permgen space -XX:MaxPermSize=256m
    There can be a leak in the permgen objects. If tuning parameters do not resolve the issue, we need to use the memory leak detector tools and find out which instances in the permgen space are not getting cleared.
    Refer: http://weblogic-wonders.com/weblogic/2010/12/30/different-out-of-memory-issues/
    Appreciate for your help.
    Thanks
    Jay.

    Hi,
    The script that configures the domain $DOMAIN_HOME/bin/setDomainEnv.sh... it should detect you are using JDK from Sun (JAVA_VENDOR="Sun") and add -XX:MaxPermSize=512m automatically...
    Simple solution, use JRockit... This problem only occurs with Sun JDK...
    Alternatively, add manually -XX:MaxPermSize=512m to the last JAVA_PROPERTIES in setDomainEnv.sh then you will be sure it is there...
    Cheers,
    Vlad

  • Error While verify the Domain for the Phone Phone Enrollment.

    Hi
    I am using Custom Domain In office 365 and in Intune for the Mobile device Management.
    for Auto Server detecting while enrolling the Windows Phone/Device ,while I am verifying the Domain getting below error. in Office 365 Portal and Intune Account Portal Custom Domain Status is Verified  , please suggest what is the issue and how can
    i resolve this , is this impacts on our Mobile Device Management....??
    Shailendra Dev

    Have you already added and verified this domain?
    http://www.gerryhampsoncm.blogspot.ie/2014/01/mdm-in-r2-windows-intune-configuration.html
    Note also that this is an optional step. You can continue without this. Users will have to input manage.microsoft.com when prompted for a server name.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Error While Joining a domain.| Adding a virtual box machine to host machine's domain

    Dear All,
               I have a Virtual Box(guest) Where Windows Server 2008 r2 is installed.Virtual box is hosted by a machine which Uses Windows Server 2008 r2. Host machine is a domain controller.I have added guest to another domain
    other than host.But whenever I tried to add guest machine to host domain It shows me following error(See below).
    An error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain "crmrc.com".
    The error was: "No records found for given DNS query."
    (error code 0x0000251D DNS_INFO_NO_RECORDS)
    The query was for the SRV record for _ldap._tcp.dc._msdcs.crmrc.com
    Could you please suggest me the solution for it?
    Thanks and Regards,
    Yusuf

    Hello,
    C:\Users\Administrator>ipconfig/all
    Windows
    IP Configuration
     Host Name . . . . . . . . . . . . : MSCRM
     Primary Dns Suffix  . . . . . . . : crmrc.com
     Node Type . . . . . . . . . . . . : Hybrid
     IP Routing Enabled. . . . . . . . : No
     WINS Proxy Enabled. . . . . . . . : No
     DNS Suffix Search List. . . . . . : crmrc.com
    Ethernet
    adapter Network Bridge:
     Connection-specific DNS Suffix  . :
     Description . . . . . . . . . . . : MAC Bridge Miniport
     Physical Address. . . . . . . . . : BA-AC-6F-3F-A3-51
     DHCP Enabled. . . . . . . . . . . : No
     Autoconfiguration Enabled . . . . : Yes
     Link-local IPv6 Address . . . . . : fe80::8573:2122:495b:93bc%16(Preferred)
     IPv4 Address. . . . . . . . . . . : 192.168.1.78(Preferred)
     Subnet Mask . . . . . . . . . . . : 255.255.255.0
     Default Gateway . . . . . . . . . : 192.168.1.1
     DHCPv6 IAID . . . . . . . . . . . : 280669295
     DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-14-B1-48-BF-B8-AC-6F-3F-A3-51
     DNS Servers . . . . . . . . . . . : 192.168.1.78
                                         59.144.127.17
     NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel
    adapter isatap.{39C0341C-67DC-405D-B8F4-25DA555D53C0}:
     Connection-specific DNS Suffix  . :
     Description . . . . . . . . . . . : Microsoft ISATAP Adapter
     Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
     DHCP Enabled. . . . . . . . . . . : No
     Autoconfiguration Enabled . . . . : Yes
     Link-local IPv6 Address . . . . . : fe80::5efe:192.168.1.78%12(Preferred)
     Default Gateway . . . . . . . . . :
     DNS Servers . . . . . . . . . . . : 192.168.1.78
                                         59.144.127.17
     NetBIOS over Tcpip. . . . . . . . : Disabled
    Tunnel
    adapter Teredo Tunneling Pseudo-Interface:
     Media State . . . . . . . . . . . : Media disconnected
     Connection-specific DNS Suffix  . :
     Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
     Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
     DHCP Enabled. . . . . . . . . . . : No
     Autoconfiguration Enabled . . . . : Yes
    I suppose here that this is a DC/DNS server. I see that 59.144.127.17 is
    configured as a DNS server. If 59.144.127.17 is
    a public DNS server then please add it as a forwarder.
    Once done, run ipconfig /registerdns and restart netlogon service on the DC.
    Windows
    IP Configuration
     Host Name . . . . . . . . . . . . : MYLYC
     Primary Dns Suffix  . . . . . . . : ow.pearl
     Node Type . . . . . . . . . . . . : Hybrid
     IP Routing Enabled. . . . . . . . : No
     WINS Proxy Enabled. . . . . . . . : No
     DNS Suffix Search List. . . . . . : ow.pearl
    Ethernet
    adapter Local Area Connection:
     Connection-specific DNS Suffix  . :
     Description . . . . . . . . . . . : Intel(R) PRO/1000 MT De
     Physical Address. . . . . . . . . : 08-00-27-43-C7-47
     DHCP Enabled. . . . . . . . . . . : No
     Autoconfiguration Enabled . . . . : Yes
     Link-local IPv6 Address . . . . . : fe80::781f:3c7d:edc:684
     IPv4 Address. . . . . . . . . . . : 192.168.1.105(Preferred
     Subnet Mask . . . . . . . . . . . : 255.255.255.0
     Default Gateway . . . . . . . . . : 192.168.1.1
     DHCPv6 IAID . . . . . . . . . . . : 235405351
     DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-7A-16-5B
     DNS Servers . . . . . . . . . . . : 192.168.1.78
                                         59.144.127.17
     NetBIOS over Tcpip. . . . . . . . : Enabled
    Please delete the second DNS server.
    Also, disable all security softwares and try again.
    Are you able to ping the DC? If not, that may be a problem with your routes.
    Also, use nslookup to check that all is okay with DNS records.
    This
    posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Microsoft
    Student Partner 2010 / 2011
    Microsoft Certified
    Professional
    Microsoft Certified
    Systems Administrator: Security
    Microsoft Certified
    Systems Engineer: Security
    Microsoft Certified
    Technology Specialist: Windows Server 2008 Active Directory, Configuration
    Microsoft Certified
    Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration
    Microsoft Certified
    Technology Specialist: Windows Server 2008 Applications Infrastructure, Configuration
    Microsoft Certified
    Technology Specialist: Windows 7, Configuring
    Microsoft Certified
    IT Professional: Enterprise Administrator

  • "general access denied error" while implementing out-of-process COM Server Implementation in Windows Phone 8.1

    I have a Service (.exe) where I was registering for my COM Component like below
    CoInitializeEx(NULL, COINIT_MULTITHREADED);
    HRESULT hres = CoInitializeSecurity(NULL, -1, NULL, NULL, RPC_C_AUTHN_LEVEL_NONE, RPC_C_IMP_LEVEL_IMPERSONATE, NULL, EOAC_NONE, 0);
    if (hres != S_OK)
    OutputDebugStringA("Security Descriptor not initialized");
    ITypeLib* pTypeLib;
    HRESULT hr_1 = LoadTypeLibEx(L"ServiceIdl.tlb", REGKIND_REGISTER, &pTypeLib);
    if (pTypeLib != NULL)
    pTypeLib->Release();
    RegisterServer(L"Service.exe", CLSID_classAImpl, L"ClassAImpl Sample", L"Component.ClassAImpl", L"Component.ClassAImpl.1", 0);
    g_hEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
    DWORD reg = 0;
    IClassFactory *pIFactory = new classAFactory;
    HRESULT hr0 = CoRegisterClassObject(CLSID_classAImpl, pIFactory, CLSCTX_LOCAL_SERVER, REGCLS_MULTIPLEUSE, &reg);
    if (FAILED(hr0))
    OutputDebugStringA("classAImpl is not registered");
    CoUninitialize();
    exit(1);
    HRESULT hr1 = CoResumeClassObjects();
    if (hr1 == S_OK)
    OutputDebugStringA("classAImpl is Resumed Registering");
    WaitForSingleObject(g_hEvent, INFINITE);
    CloseHandle(g_hEvent);
    CoRevokeClassObject(reg);
    pIFactory->Release();
    CoUninitialize();
    From Client Code I am CreatingInstance  Like Below
    COSERVERINFO si;
    MULTI_QI qi;
    COAUTHINFO cai = { RPC_C_AUTHN_NONE, RPC_C_AUTHZ_NONE, 0, RPC_C_AUTHN_LEVEL_NONE, RPC_C_IMP_LEVEL_IMPERSONATE, 0, EOAC_NONE };
    si.dwReserved1 = 0;
    si.pwszName = L"\\\\localhost";
    si.pAuthInfo = &cai;
    si.dwReserved2 = 0;
    qi.pIID = &IID_classA;
    qi.pItf = NULL;
    qi.hr = 1;
    CoInitializeEx(NULL, COINIT_MULTITHREADED);
    HRESULT hr = CoCreateInstanceEx(CLSID_classAImpl, 0, CLSCTX_LOCAL_SERVER, &si, 1, &qi);
    hr returning error "general access denied error";

    I think we may run into the limitations mentioned in the remarks of CoCreateInstanceFromApp doc(show as below). If you can provide a repro project, I
    can give you more details about what happens.
    The CoCreateInstanceFromApp function reads class registrations only from Fusion contexts and manifests, and from the HKLM\SOFTWARE\Classes\CLSID registry hive.
    Only built-in classes that are supported in the app container are supplied. Attempts to activate unsupported classes, including all classes installed by 3rd-party code as well as many Windows classes, result in error code
    REGDB_E_CLASSNOTREG.
    The CoCreateInstanceFromApp function is available to Windows Store apps. Desktop applications can call this function, but they have the same restrictions as Windows Store apps.
    If you are trying to call some windows classes in your library, I will suggest you check how to create windows runtime out of process component by viewing
    this sample. This is what I usually do.
    To be honest, I did not try to implement the out of process COM component using the method you tried as we previsouly do on desktop. I will suggest you try to register a very simple library(like a signle class and single interface which returns an integer),
    and see if it will work.
    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    Alan Yao
    MSDN Community Support
    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

Maybe you are looking for

  • How can I import my old iTunes Library to my iTunes on my new MacBook?

    I have my old library in a hard drive and I have no idea how to import it to my iTunes on my new MacBook. Please help

  • Problem with library and vault

    I would like to know how to take all photos out of Aperture and start over. When I upgraded to V.3, I think I set things up incorrectly. I had a vault but now there is no vault and I now have folders that appear under Projects & Albums that indicate

  • GC installation on AIX machine

    Hi Guys, If any one has a good link or documents to install GC on AIX machine, Kindly forward it to me.

  • Conditional Build Tags not present in HTML Help

    I have opened a RoboHELP for Word project in RoboHELP HTML. My conditional build tags are NOT transferred into the HTML documents. I have entered the names of my build tags in the file rhbuildtag.apj, so they are visible in the Conditional Build Tags

  • 10.9.3 crashing

    Updated to 10.9.3 and now the Mini has a severe kernel panic 2 times daily.  It's highly frustrating, the screen locks but the mouse still moves so it looks as if the OS is still running but clicking is not responsive and logging in via Screen Share