ODI Agent as a Windows service

Hello

I am trying to create 11.1.1.6 ODI agent as a windows (jhon followed blog) services but fail with errors below.

Opmn configured OSH of Hyperion 11.1.2.1.

(I am able to configure in 11.1.1.5 but I hope that there is no difference in 11.1.1.6 of ODI)


ODI-1604: unable to parse the Xml extracted from Opmns
ODI-1600: cannot update Opmn Xml file.java.io.FileNotFoundException: C:\Oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\bin\Oracle_Ho
me Directory\oracledi\agent\bin\odi_opmn_standaloneagent_template.xml (the system cannot find the path specified)
ODI-1600: cannot update Opmn Xml file.java.lang.NullPointerException
opmnctl reload: reconfiguration opmn...



Here are the updates in the files

agentcreate. Property


ORACLE_ODI_HOME = directory Oracle_Home
INSTANCE_HOME = INSTANCE_HOME directory
Component_type = odiagent
NAME OF THE COMPONENT = ODIAGENT
ODI_MASTER_DRIVER = Oracle.JDBC.OracleDriver
ODI_MASTER_URL=JDBC:Oracle:thin:@xyz.ABC.com:1521:dev
ODI_MASTER_USER = ODI_Repo
ODI_MASTER_ENCODED_PASS = e3yHXTyLvogAGJYiddyU4ZVg
ODI_SECU_WORK_REPO = WORKREP
ODI_SUPERVISOR_ENCODED_PASS = d, yHvBA9Vb79z3f4w86cnZ0Fa
PORTNO = 20910
JAVA_HOME=C:/PROGRA~1/Java/JDK1.6.0_33
ORACLE_OPMN_HOME = D: / Oracle/Middleware/Oracle_WT1
JMXPORTNO = 21910


odi_opmn_addagent.bat


If "% ODI_HOME" == "" set ODI_HOME=C:\Oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent
REM call '% ODI_HOME%\bin\odiparams.bat '.

If "% OPMN_HOME" == "" set OPMN_HOME = D:\Oracle\Middleware\Oracle_WT1
If "INSTANCE_HOME %" == "" set INSTANCE_HOME = D:\Oracle\Middleware\Oracle_WT1\instances\instance1

REM set CLASSPATH = % ODI_CLASSPATH %; frequency PMN_HOME%\opmn\lib\opmneditor.jar
Set CLASSPATH=%ODI_HOME%\lib\odi-standalone-agent.jar;%O PMN_HOME%\opmn\lib\opmneditor.jar;%O DI_HOME%\...... \setup\manual\oracledi-sdk\oracle. ODI - SDK - jse_11.1.1.jar

Java - classpath % CLASSPATH % oracle.odi.AddAgentToOpmn % *.

I tried it today, it works well, in general, the problem is caused home do not set correctly.
on the platform of the window for all roads please use / not--------.

odi_opmn_addagent.bat
If "% ODI_HOME" == "" set ODI_HOME =...
REM call '% ODI_HOME%\bin\odiparams.bat '.

If "% OPMN_HOME" == "" set OPMN_HOME = C: / Oracle/Middleware/Oracle_WT1
If "INSTANCE_HOME %" == "" set INSTANCE_HOME = C: / Oracle/Middleware/Oracle_WT1/forums/instance2.

agentcreate. Properties
# Use / as a separator of path to specify the path in Unix and Windows.
ORACLE_ODI_HOME = C: / Oracle/Middleware/Oracle_ODI1
INSTANCE_HOME = C: / Oracle/Middleware/Oracle_WT1/forums/instance2.
Component_type = odiagent
Name of the component = myagent
ODI_MASTER_DRIVER = Oracle.JDBC.OracleDriver
ODI_MASTER_URL=JDBC:Oracle:thin:@jjpeng-Lab10.us.Oracle.com:1521:oditest01
ODI_MASTER_USER = jini_01pfx
ODI_MASTER_ENCODED_PASS = hpfX, DC, hJLYSgD.m, LnNr9zf
ODI_SECU_WORK_REPO = JINI_01PFX_WORK
ODI_SUPERVISOR_ENCODED_PASS = hpfX, DC, hJLYSgD.m, LnNr9zf
PORTNO = 9787
JAVA_HOME=C:/java_64bit/JDK1.6.0_29
ORACLE_OPMN_HOME = C: / Oracle/Middleware/Oracle_WT1
JMXPORTNO = 21910
PROXY_PORT = 98767
MASTER_REPO_EXTERNAL_ID = 1329894428167

Tags: Business Intelligence

Similar Questions

  • ODI 11.1.1.7 ODI Agent as a Windows service

    I look through several forums, John Goodwins Blog and other sites. I am trying to use the oracle method prompts you to create the service.

    I'm stuck. I changed the odiparams.bat, the odi_opmn_addagent.bat, the di_opmn_deleteagent.bat and the agentcreate.properties. My question is in the D:\Oracle\ODI\Oracle_ODI_1\oracledi\agent\bin directory. I tried and run the «agentcreate.properties» odi_opmn_addagent.bat Then, I get this error below:

    Exception in thread "main" java.lang.IllegalArgumentException: Malformed \uxxxx

    encoding.

    at java.util.Properties.loadConvert (unknown Source)

    at java.util.Properties.load0 (unknown Source)

    the impossible (unknown Source)

    to oracle.odi.commandline.support.AgentOpmnProperties. < init > (AgentOpmnPr

    operties. Java:61)

    at oracle.odi.AddAgentToOpmn.main(AddAgentToOpmn.java:274)

    opmnctl reload: reconfiguration opmn...

    I tried to set the JAVA_HOME as a windows system variable and added to my JOURNEY with %JAVA_HOME%\bin;%PATH% (i.e. the PATH is too long to post this).

    Please let me know your ideas.

    Thank you
    DjSmeadly

    Hi DjSmeadly,

    The problem is caused by an incorrect syntax used in "agentcreate.properties". Take note of use (\) in the example below:

    ORACLE_ODI_HOME = E:\Oracle\Middleware\Oracle_ODI1
    INSTANCE_HOME = E:\Oracle\Middleware\user_projects\epmsystem_devp1\httpConfig\ohs
    JAVA_HOME = E:\Oracle\Middleware\jdk160_35
    ORACLE_OPMN_HOME = E:\Oracle\Middleware\user_project

    Action:

    Perform the following steps:

    Change the "agentcreate.properties" and take note of the observation over a file:
    # Use / as a separator of path to specify the path in Unix and Windows.
             
    Correct the following parameters of the (\) to (/) accordingly:
    ORACLE_ODI_HOME =
    INSTANCE_HOME =
    JAVA_HOME =
    ORACLE_OPMN_HOME =
        
    Note:

    -ORACLE_ODI_HOME = ./oracledi/agent/lib/odi-standalone-agent.jar below
    For example: ORACLE_ODI_HOME = C: / Oracle/ODI1117

    -INSTANCE_HOME = ./bin/opmnctl below
    For example: INSTANCE_HOME = C: / Oracle/WT1117/Oracle_WT1/forums/instance1.

    -ORACLE_OPMN_HOME = ./opmn/lib/opmneditor.jar below
    For example: ORACLE_OPMN_HOME = C: / Oracle/WT1117/Oracle_WT1

    -Repositories = MASTER_REPO_EXTERNAL_ID > master repository > definition > external ID
         
    Test the issue again.

    Thank you

    Krish

  • ODI Agent service

    Hi John -.

    I have my agent that runs for ODI and was trying to run as a windows service. It throws the following error:

    C:\OraHome_1\oracledi\bin > agentservice-i s odi_demo_agent Agentservice.bat 20300
    A JDK is required to run Web Services with OracleDI. You are currently using
    a JRE.
    AgentService.bat
    (c) Copyright Oracle. All rights reserved.
    FATAL | Wrapper | The argument 'Files\Java\jre1.6.0\bin\java.exe' is not a name pair / valid property value.
    FATAL | Wrapper | Failed to open the configuration file. .. \conf\Agentservice.bat
    C:\OraHome_1\oracledi\bin >

    I have any variable Java_ODI_HOME pointing to the jre 1.6, I installed on my system.

    Not sure about this error you have ideas on this subject?

    Thank you!

    user4958421 wrote:
    John-

    In fact I tried to do this as well as directed by your blog must have displayed in my first post & he throws following error:

    C:\OraHome_1\oracledi\bin>AgentService-i s odi_demo_agent Agentservice.bat 20300
    The system does not have the specified path.

    I suppose that you not put Agentservice.bat at the end? If you then remove it.
    Otherwise there is something bad in your params file because it cannot find a file.

    After you run agentservice, make sure some variables while remaining in the same command window.
    For example
    echo % ODI_HOME %
    echo % ODI_JAVA_HOME %

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Received a call from the agent to inform that they are with the Windows Service Center, is this a hoax?

    I had a pohone call from someone in India who says he works for the Windows Service Center.  The number they gave me to call back was 13212806757.  Finally, I clung to the top.  Is it a hoax?

    YES. In service centers, YOU call them all first, is not the other way around, lol. Just hang up you may feel like you to be rude, but they are much worse... Conning out you as much money as they can! ;)

  • Install the new FDMEE 11.1.2.4 - ODI Agent does not start

    After the installation and configuration of EMP 11.1.2.4, components (including the FDMEE) on a Windows 2008 (single-server installation), I ran diagnosis of EPM system and found the only test that failed was to the Agent of ODI.

    ODI Agent availability check: http://server1:6550 / oraclediagent

    Error: com.hyperion.cis.utils.BadResponseCodeException: bad response with the GET method code: 404

    Recommended action: check the application of the FDM Enterprise Edition is started and the database schemas exist.

    FDMEE and all the other components of the EMP seem to work and open in the workspace.  The only problem is that ODI Agent will not start.  Re-installation and configuration of FDMEE has not fixed this problem.  I also tried to start manually in the WebLogic administration server, but it has not started and I found the following error in ErpIntegrator0.log.

    # < 18 June 2015 3:47:13 AM PDT > < error > < hats > < server1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1434624433908 > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1434624127664 'for task ' 0'. Error is: "weblogic.application.ModuleException: [HTTP:101216] Servlet: 'AgentServlet' failed by preloading at startup in a Web application: 'oraclediagent'."

    com.tangosol.net.RequestTimeoutException: timeout during the startup of the service: ServiceInfo (Id = 0, name is Cluster, Type = Cluster

    Set of members = MasterMemberSet)

    ThisMember = null

    OldestMember = null

    ActualMemberSet = MemberSet (Size = 0

    )

    Member ID | ServiceVersion | ServiceJoined | Member State

    RecycleMillis = 1200000

    RecycleSet = MemberSet (Size = 0

    )

    )

    )

    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:3)

    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)

    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)

    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:58)

    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)

    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:4)

    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:10)

    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)

    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)

    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:427)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:968)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:919)

    at com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:1296)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:297)

    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:204)

    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:181)

    to oracle.odi.runtime.agent.coherence.OdiAgentCoherenceCache. < init > (OdiAgentCoherenceCache.java:52)

    at oracle.odi.runtime.agent.servlet.AgentServlet.initCoherence(AgentServlet.java:812)

    at oracle.odi.runtime.agent.servlet.AgentServlet.initializeClusterCache(AgentServlet.java:762)

    at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:437)

    at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:250)

    at javax.servlet.GenericServlet.init(GenericServlet.java:242)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:672)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:149)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:69)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    '

    weblogic.application.ModuleException: [HTTP:101216] Servlet: 'AgentServlet' failed by preloading at startup in a Web application: "oraclediagent."

    com.tangosol.net.RequestTimeoutException: timeout during the startup of the service: ServiceInfo (Id = 0, name is Cluster, Type = Cluster

    Set of members = MasterMemberSet)

    ThisMember = null

    OldestMember = null

    ActualMemberSet = MemberSet (Size = 0

    )

    Member ID | ServiceVersion | ServiceJoined | Member State

    RecycleMillis = 1200000

    RecycleSet = MemberSet (Size = 0

    )

    )

    )

    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:3)

    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)

    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)

    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:58)

    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)

    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:4)

    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:10)

    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)

    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)

    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:427)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:968)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:919)

    at com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:1296)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:297)

    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:204)

    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:181)

    to oracle.odi.runtime.agent.coherence.OdiAgentCoherenceCache. < init > (OdiAgentCoherenceCache.java:52)

    at oracle.odi.runtime.agent.servlet.AgentServlet.initCoherence(AgentServlet.java:812)

    at oracle.odi.runtime.agent.servlet.AgentServlet.initializeClusterCache(AgentServlet.java:762)

    at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:437)

    at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:250)

    at javax.servlet.GenericServlet.init(GenericServlet.java:242)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:672)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:149)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:69)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:672)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:149)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:69)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: com.tangosol.net.RequestTimeoutException: timeout during the startup of the service: ServiceInfo (Id = 0, name is Cluster, Type = Cluster

    Set of members = MasterMemberSet)

    ThisMember = null

    OldestMember = null

    ActualMemberSet = MemberSet (Size = 0

    )

    Member ID | ServiceVersion | ServiceJoined | Member State

    RecycleMillis = 1200000

    RecycleSet = MemberSet (Size = 0

    )

    )

    )

    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:3)

    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)

    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)

    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:58)

    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)

    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:4)

    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:10)

    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)

    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)

    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:427)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:968)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:919)

    at com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:1296)

    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:297)

    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:204)

    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:181)

    to oracle.odi.runtime.agent.coherence.OdiAgentCoherenceCache. < init > (OdiAgentCoherenceCache.java:52)

    at oracle.odi.runtime.agent.servlet.AgentServlet.initCoherence(AgentServlet.java:812)

    at oracle.odi.runtime.agent.servlet.AgentServlet.initializeClusterCache(AgentServlet.java:762)

    at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:437)

    at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:250)

    at javax.servlet.GenericServlet.init(GenericServlet.java:242)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:427)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:672)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:149)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:69)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    >

    # < 18 June 2015 3:47:13 AM PDT > < error > < hats > < server1 > < ErpIntegrator0 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1434624433916 > < BEA-149202 > < encountered an exception while trying to commit Task 7 for the application "oraclediagent". >

    During my research of these errors, I found results indicating the problem could be related to multiple NIC cards or enforceable, but I don't know if this is the reason of my problem and how to check it.  Any help would be appreciated!

    In your case, it seems that the list of the WKA is formed using the IP 127.0.0.1 loopback address but consistency has bound to the IP address of 10 points. Finally, make sure that they match so that ODI Agent can start, but given that it's a DHCP box you well then that tends to add another layer of complication.

    What we tend to do in support with DHCP boxes to avoid problems with name resolution is to simulate a static IP address by adding a loopback adapter (google, you can add a loopback adapter Server 2008 for instructions) with a static IP address (I often use smth like setting IPv4 10.10.10.10 (, netmask 255.255.255.0 & no gateway) then add an entry to the hosts file to map the IP address for the host name of the host name for example, 10.10.10.10

    You must make sure that the host name resolution works as expected in Java according to this link as well (which I think is why we go to the "loopback hack" first place in support): https://docs.oracle.com/cd/E40248_01/epm.1112/epm_install/frameset.htm?ch06s02s01.html

    I would start by looping config tbh as I remember seeing someone with a box of AWS, earlier when helping a colleague where host name resolution was not working with that tool and they had problems with the Agent of ODI.

    Concerning

    Craig

  • ODI Agents version 10 and 11

    Hello fellow users ODI.

    I don't install ODI frequently and I do not install the ODI Agents frequently either. I want to what has changed about the installation agents.

    ==================

    In April 2010, I installed agents and here are my notes for the process:

    1 edit the 'odiparams.bat' file in the \ODI\oracledi\bin directory. There are some notes and directives in the file. It is important to put the environment at the good MASTER repository as follows:

    REM
    REM the Repository connection information
    REM
    Set ODI_SECU_DRIVER = oracle.jdbc.driver.OracleDriver
    Set ODI_SECU_URL=jdbc:oracle:thin:@pax401ce032:1523:hypbgprd
    Set ODI_SECU_USER = ODIM
    Set ODI_SECU_ENCODED_PASS = hZyHWYZQhuThIa8ge32UYf
    Set ODI_SECU_WORK_REP = PROD
    Set ODI_USER = SUPERVISOR
    Set ODI_ENCODED_PASS = hZyHUQyZV.V6N4tzMspFRr

    2. start the Agent listening and planning as a Windows Service

    AgentService - i - s PROD_ESSBASE 20910

    3. make the appropriate topology changes and to verify that the agent is running correctly


    ==================

    So now its December 2011. I heard about our infrastructure consultant that the agent is no longer running as a service as we have defined above. I also read on the deployment of the Agent of the ODI as Java EE Application as described in the following link.

    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/FMW/ODI/odi_11g/setup_jee_agent/setup_jee_agent.htm

    ==================

    Here's what I want to know:

    1: how many ways can I deploy the agent for ODI_11g? (I see not the command "agentservice" more.)

    2: is there a simple way to run the Agent of ODI as a Windows Service?

    3: I remember the old agentservice to be rather meager in terms of memory usage. Does this new J2EE / WebLogic service use more memory?


    Thanks for your thoughts.

    -Chris Rothermel

    Yes it is about the correct summary, I can't really comment on the use of memory by using the agent Java EE that I have not really had to use.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • 1. Windows cannot verify the 2 updates. Unable to connect to a windows service

    Hello, I need help,

    I tried a few KB.

    I have Windows Vista 64 bit version 6 build 6002 SP2

    It is a tower only normal windowsupdatelog it on ad turn it off

    2010-05-04 07:23:44:649 616 a7c Misc = logging initialized (build: 7.4.7600.226, tz:-0400) =.
    2010-05-04 07:23:44:680 616 a7c Misc = process: C:\Windows\system32\svchost.exe
    2010-05-04 07:23:44:680 616 a7c Misc = Module: c:\windows\system32\wuaueng.dll
    2010-05-04 07:23:44:649 616 a7c Service *.
    2010-05-04 07:23:44:680 616 a7c Service * START * Service: Service startup
    2010-05-04 07:23:44:680 616 a7c Service *.
    2010-05-04 07:23:44:930 616 a7c Agent * WU version 7.4.7600.226 customer
    2010-05-04 07:23:44:930 616 a7c Agent * Base Directory: C:\Windows\SoftwareDistribution
    2010-05-04 07:23:44:930 616 a7c Agent * access type: no proxy
    2010-05-04 07:23:44:992 616 a7c Agent * network state: connected
    2010-05-04 07:24:31:369 616 CWERReporter::Init successful a7c report
    2010-05-04 07:24:31:384 616 a7c Agent * Agent: initialization of Windows Update Agent *.
    2010-05-04 07:24:31:416 616 a7c Agent * Agent: initialization of the global parameters cache *.
    2010-05-04 07:24:31:416 616 a7c Agent * WSUS server:
    2010-05-04 07:24:31:416 616 a7c Agent * state WSUS server:
    2010-05-04 07:24:31:416 616 a7c Agent * target group: (Unassigned Computers)
    2010-05-04 07:24:31:416 616 a7c Agent * Windows Update access disabled: No.
    2010-05-04 07:24:31:462 616 a7c DnldMgr Download manager restoring 0 downloads
    2010-05-04 07:24:31:525 616 a7c DnldMgr recovered 1 persisted download jobs
    2010-05-04 07:24:31:525 616 a7c DnldMgr * DnldMgr: restore download [n ° 0] *.
    2010-05-04 07:24:31:525 616 a7c DnldMgr * BITS JobId = {C4EB2B5D-60BB-4F1A-B3BF-24B0E08E476C}
    2010-05-04 07:24:31:525 616 a7c DnldMgr * ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2010-05-04 07:24:31:696 616 a7c DnldMgr * UpdateId = {317E3788-02F5-4D0D-AF81-3EBD14857804}.100
    2010-05-04 07:25:15:657 616 a7c DnldMgr * job download restored.
    2010-05-04 07:25:17:311 616 a7c to THE # to THE: initialization of automatic updates.
    2010-05-04 07:25:17:326 616 a7c to THE timeout parameter next detection at 2010-05-04 11:25:17
    2010-05-04 07:25:17:342 616 a7c to # approval type: on demand (user preference)
    2010-05-04 07:25:17:342 616 a7c to THE # scheduled install date and time: every day at 21:00
    2010-05-04 07:25:17:342 616 a7c to THE # automatically install minor updates: Yes (user preference)
    2010-05-04 07:25:17:342 616 a7c to THE # will interact with non-admins (Non-admins are high (user preference))
    2010-05-04 07:25:17:342 616 a7c to # poster of notifications of recommended software (user preference)
    2010-05-04 07:25:18:294 616 a7c phase of installation to THE adjustment to THE planned for 2010-05-05 01:00
    2010-05-04 07:25:18:294 616 a7c to THE initialization feature updates
    2010-05-04 07:25:18:294 616 a7c to THE Found set 0 cached updates featured
    2010-05-04 07:25:18:294 616 a7c setting of to THE pending client directive to 'Impossible to detect ".
    2010-05-04 07:25:18:325 616 a7c to THE delayed finish to initialize
    2010-05-04 07:25:19:822 616 a7c report * report: initialization of static data to report *.

    2010-05-04 07:25:19:822 616 a7c report * OS Version = 6.0.6002.2.0.66304
    2010-05-04 07:25:19:822 616 a7c report * OS Product Type = 0 x 00000003
    2010-05-04 07:25:22:303 616 a7c report * computer brand = Hewlett-Packard
    2010-05-04 07:25:22:303 616 a7c report * Computer Model = HP Pavilion dv4 Notebook PC
    2010-05-04 07:25:22:350 616 a7c report * Bios revision = F.12
    2010-05-04 07:25:22:350 616 a7c report * the Bios name = default system BIOS
    2010-05-04 07:25:22:350 616 a7c report * the Bios Release Date = 2008-08 - 26 T 00: 00:00
    2010-05-04 07:25:22:350 616 a7c report * locale 1033 = ID
    2010-05-04 07:25:22:443 616 a7c to THE #.
    2010-05-04 07:25:22:443 616 a7c to THE # START # to THE: research updates
    2010-05-04 07:25:22:443 616 a7c to THE #.
    2010-05-04 07:25:22:459 616 at THE a7c<## submitted="" ##="" au:="" search="" for="" updates="" [callid="">
    2010-05-04 07:25:22:490 616 1234 Agent *.
    2010-05-04 07:25:22:490 616 1234 Agent * START * Agent: finding updates [CallerId = AutomaticUpdates]
    2010-05-04 07:25:22:490 616 1234 Agent *.
    2010-05-04 07:25:22:490 616 1234 Agent * Online = Yes; Ignore download priority = No
    2010-05-04 07:25:22:490 616 1234 Agent * criteria = "IsInstalled = 0 and DeploymentAction = 'Installation' or IsPresent = 1 and DeploymentAction = 'Uninstall' or IsInstalled = 1 and 'Installation' and = 1 RebootRequired = DeploymentAction or IsInstalled = 0 and DeploymentAction = 'Uninstall' and RebootRequired = 1".
    2010-05-04 07:25:22:490 616 1234 Agent * ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} third service
    2010-05-04 07:25:22:490 616 1234 Agent * scope of search = {Machine}
    2010-05-04 07:25:22:662 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2010-05-04 07:25:23:098 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:26:530 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2010-05-04 07:25:26:546 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:26:640 616-1234 Agent looking for updates auth cabin for service 7971f918-a847-4430-9279-4a52d1efe18d to http://download.windowsupdate.com/v9/microsoftupdate/redir/muauth.cab
    2010-05-04 07:25:26:640 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab:
    2010-05-04 07:25:26:671 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:26:702 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab:
    2010-05-04 07:25:26:702 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:26:702 616 1234 Setup looking for agent SelfUpdate
    2010-05-04 07:25:26:702 616 version Setup Client 1234: Core: 7.4.7600.226 to the: 7.4.7600.226
    2010-05-04 07:25:26:718 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2010-05-04 07:25:26:733 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:26:749 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2010-05-04 07:25:26:764 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:26:764 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2010-05-04 07:25:26:796 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:29:947 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2010-05-04 07:25:29:978 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:30:056 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2010-05-04 07:25:30:087 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:30:103 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2010-05-04 07:25:30:118 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:30:992 616 1234 Setup determine whether a new configuration manager should be downloaded
    2010-05-04 07:25:31:008 616 1234 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\Handler\WuSetupV.exe:
    2010-05-04 07:25:31:023 616 1234 Misc Microsoft signed: Yes
    2010-05-04 07:25:31:023 616 1234 Setup Manager SelfUpdate unnecessary update: current version: 7.4.7600.226, required version: 7.4.7600.226
    2010-05-04 07:25:31:023 616 applicability of 1234 assess setup of the installation package ' ActiveX-SelfUpdate-WUClient ~ 31bf3856ad364e35 ~ amd64 ~ ~ 7.4.7600.226;
    2010-05-04 07:25:31:226 616 1234 installation caveat: Cbs StartSession, error = 0 x 80070002
    2010-05-04 07:25:31:226 616 1234 Setup FATAL: assessment of the applicability for installation package "WUClient-SelfUpdate-ActiveX ~ 31bf3856ad364e35 ~ amd64 ~ ~ 7.4.7600.226 ' has failed, error = 0 x 80070002
    2010-05-04 07:25:31:226 616 1234 Setup FATAL: SelfUpdate check failed, err = 0 x 80070002
    2010-05-04 07:25:31:226 616 1234 Agent * WARNING: jump scan, self-update check returned 0 x 80070002
    2010-05-04 07:25:32:677 616 1234 Agent * WARNING: exit code = 0 x 80070002
    2010-05-04 07:25:32:677 616 1234 Agent *.
    2010-05-04 07:25:32:677 616 1234 Agent * END * Agent: finding updates [CallerId = AutomaticUpdates]
    2010-05-04 07:25:32:677 616 1234 Agent *.
    2010-05-04 07:25:32:677 616 1234 Agent WARNING: customer WU didn't search for the update with error 0 x 80070002
    2010-05-04 07:25:32:708 616 12dc to THE > # RETURN # to THE: research updates [CallId = {F05D2FCA-928C-4FAD-A76F-E1D72855BFA5}]
    2010-05-04 07:25:32:708 616 12dc to # WARNING: reminder of search failed, result = 0 x 80070002
    2010-05-04 07:25:32:708 616 12dc to # WARNING: could not find updates with error code 80070002
    2010-05-04 07:25:32:708 616 12dc to THE #.
    2010-05-04 07:25:32:708 616 12dc to # END # in THE: research updates [CallId = {F05D2FCA-928C-4FAD-A76F-E1D72855BFA5}]
    2010-05-04 07:25:32:708 616 12dc to THE #.
    2010-05-04 07:25:32:708 616 12dc to THE timeout parameter next detection at 2010-05-04 16:25:32
    2010-05-04 07:25:32:708 616 12dc, the phase of installation to THE adjustment to THE planned for 2010-05-05 01:00
    2010-05-04 07:25:33:363 616 launched a7c again to THE customer for the directive 'Impossible to detect', session id = 0x1
    2010-05-04 07:25:36:468 616 1234 CWERReporter finish event management report. (00000000)
    2010-05-04 07:25:36:499 616 1234 report REPORT EVENT: {2A6CF20B-F0FE-43EC-B1CD-3C8A9145FFB2} 07:25:31:226 2010-05-04-0400 1 148 101 {61CA813A-7585-442E-A66B-B0D15CE6BDC0} 1 80070002 SelfUpdate software failure synchronization Client Windows Update not found with error 0 x 80070002.
    2010-05-04 07:25:36:530 616 1234 report CWERReporter::HandleEvents - WER report upload completed with status 0 x 8
    2010-05-04 07:25:36:530 616 1234 WER sent report: 7.4.7600.226 0 x 80070002 61CA813A-7585-442E-A66B-B0D15CE6BDC0 Scan 101 unmanaged
    2010-05-04 07:25:36:530 616 1234 CWERReporter finish event management report. (00000000)
    2010-05-04 07:30:04:802 616 a7c event handle to THE receipt
    2010-05-04 07:30:04:802 616 a7c setting of to THE pending client directive to 'Impossible to detect ".
    2010-05-04 07:30:09:574 616 a7c Shutdwn user refused the update stopped
    2010-05-04 07:30:09:574 616 a7c to THE to THE initiates stopping service
    2010-05-04 07:30:09:574 616 a7c to THE # to THE: initialization of automatic updates.
    2010-05-04 07:30:09:574 616 Manager a7c FATAL: UH: 0 x 80070002: StartSession failed in CCbs::IsCbsPending
    2010-05-04 07:30:09:715 616 a7c DnldMgr FATALE: DM:CBitsJob:SetCallbackHandler: SetNotifyInterface failed with 0 x 80010108.
    2010-05-04 07:30:09:715 616 a7c DnldMgr FATALE: DM:CBitsJob:SetCallbackHandler: SetNotifyInterface failed with 0 x 80010108.
    2010-05-04 07:30:09:715 616 a7c report CWERReporter finish event management. (00000000)
    2010-05-04 07:30:09:840 616 a7c Service *.
    2010-05-04 07:30:09:840 616 a7c Service * END * Service: out of Service [exit code = 0 x 240001]
    2010-05-04 07:30:09:840 616 a7c Service *.

    You should have installed the free trial version of Avast Internet Security (or Avast free or any other anti-virus application) before the expiration of your subscription to Norton.

    Only a clean install of Vista will restore your computer to a State safe & functional.

  • Call from Windows Service Center on errors in Event Viewer

    I received a call from a person named Jeff Ipkiss saying he was from the Windows Service. He said that he called because I was a loyal customer of windows and he wanted to fix my pc of some errors as it gets when I download files. I asked how he knew, he said his company gets alerts when clients receive error messages. He asked me to go in the Viewer (eventvwr.exe) events I watched administrative events and Windows logs and saw many warnings and errors. He also had me go into the filter to search by errors, and I could see several errors. After he checked, I had several errors, he tried to connect to my PC to correct the errors. (He assured me that it would be a tax)! I asked why he did and again he said "because you are such a loyal customer of windows. He also said that if there was any critical errors, there may be a small fee. At this point that I have no comfortable giving him access to my system, that's why I asked for an email check his business and his company's identity. I received the email from * address email is removed from the privacy * , I just did not trust so I hung up. What is a reputable company?

    From: tech windows * address email is removed from the privacy *

    Date: 13 February 2013, 16:32:45 EST

    Topic: WINDOWS TECH

    Madam, Sir, this e-mail is sent to you to confirm the real you talk to Jeff Ipkiss certified technician working for the computer windows and his employee Id: 0786JF. So if you need any information about this agent or company you can log on: www.techepc.com or you can call our help line number: 1-201-285-2011.

    Thanking you

    Windows Tech

    It's a scam

    See the following links for more information:

    http://www.Microsoft.com/security/online-privacy/phishing-scams.aspx

    http://www.Microsoft.com/security/online-privacy/avoid-phone-scams.aspx

    Leo.com/i_got_a_call_from_microsoft_and_allowed_them_access_to_my_computer_what_do_i_do_now.html

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-security/i-fell-for-the-eventvwr-phone-scam/8e79cd60-0a09-4ED6-85b0-056230878815?page=1

    https://krebsonsecurity.com/2012/08/tech-support-phone-scams-surge/

  • Error message "unable to connect to a Windows service.

    Whenever I boot my Toshiba ultrabook and go to Internet Explorer (not the tile splash screen), I get an error message: "unable to connect to a Windows service. Windows could not connect to the Service Agent all Windows users. This problem prevents standard users connect. As an administrator, you can view the system event log to see why the system has failed. "One of the consequences, it seems that when I go to my Windows Live email account via the Mail tile, it is no longer updates the Inbox (to any new email here for the last week or two). Another application (XE) is now longer provides updated information on its tile.

    What should I do?

    Hi Chris,

    Thank you for the update.

    I suggest you follow these steps to start the Windows user all install service agent and check.

    a. press the Windows key + R and type services.msc.

    b. search for Windows user all install agent service and right-click on it.

    c. Select Properties and dependencies tab.

    d. check the competent services for the process and close the window.

    e. now search DCOM Server process Launcher and set the type to be automatic and start the service to start.

    f. now seek the End Point Mapper RPC and set the type to be automatic and start the service to start.

    g. now go again to Windows user all install agent service and set the type to automatic and start the service to start.

    h. now, reboot the computer and check the status of the service. If it is not started, start it and look for the question.

    Let us know the status of the issue.

  • Expose weblogic Server OSB (domain unique topology) as a Windows Service

    Hi all

    We have a customer requirement in the dev environment (windows Server 2003) to display weblogic OSB server as windows service. We use a topology for domain of single server, where the OSB and Admin Server running in the same JVM.

    We are referring to this document (http://download.oracle.com/docs/cd/E12840_01/wls/docs103/server_start/winservice.html) for the exhibition of weblogic server as windows service, but somehow it does not work if the artifacts of OSB are also present on the management server. When we start the service, we receive a lot of questions (many errors in the server log file) due to lack of OSB JAVA_OPTIONS and CLASSPATH. The sbconsole wont start even.

    So what we did essentially, we changed the installSvc.cmd to call setDomainEnv.cmd instead of commEnv.cmd. This solved the problem and we could start sbconsole and publish agents and services buiness him. However we are still receiving an error in JCATransport due to which JCA all base adapters do not work. The error is:

    < exception in JCATransportAppListener.preStart, java.lang.IllegalStateException: ALSB_HOME environment variable not defined
    java.lang.IllegalStateException: ALSB_HOME environment variable not defined
    at com.bea.wli.sb.transports.jca.JCATransportProvider.loadAdapterList(JCATransportProvider.java:943)
    at com.bea.wli.sb.transports.jca.JCATransportProvider.getInstance(JCATransportProvider.java:80)
    at com.bea.wli.sb.transports.jca.JCATransportAppListener.preStart(JCATransportAppListener.java:16)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ PreStartAction.run (BaseLifecycleFlow.java:282)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    Truncated. check the log file full stacktrace

    ALSB_HOME is already occupied in setDomainEnv.cmd during the creation of the service. We have also tried to set this variable in the windows environment (user variables and system variables), but his does not work. We get this error every time.

    Can someone help me please? is there something specific that needs to be done to run the OSB as a service (in single domain topology).

    Published by: Amit Sachdev on March 29, 2011 12:12 AM

    You can see the ID 1276742.1 metalink note as well. It is a known problem.

    Kind regards
    Anuj

  • Ask questions on the ODI agent?

    Hello...

    Based on my system, I've created about 50 scenarios and 6 ODI agent. Each of the agent of the ODI is treated approximately 8 scenarios. It comes to my setup for the ODI agent: -.

    ODI_INIT_HEAP = 32 m
    ODI_MAX_HEAP = 256 m

    Based on my configuration, each agent ODI is then defined as 256 M.

    My question is that one better if I use 1/2 agent basically MAX_HEAP or used 6 agent with the above configuration.

    Please advise me...

    TQ,
    balleur

    Go to the topology.
    Physical architecture open / Agents.
    Open your agent by double-clicking.
    At the bottom left of the window, you will see the Maximum number of sessions. Set this value to 25 (or whatever the number)

    When you submit more runs than that number already parallel execution, then ODI will be automatically queued for execution place in the order of presentation.

    Press on apply. Restart your agent in the operating system. (ODI reads only the settings and schedules at startup. Appendices can be updated at other times perform the "Update calendar" button in the definition of the topology, or when the ODIUpdateAgentSchedule tool is used.)

    Hope this helps

  • Test ODI Agent error

    I'm going to have bad configure ODI. I followed John's excellent blog. so far, I have created the main repository. In the topology Manager, I created the connection, the dataserver, the working repository, the agent and context.

    When I try to test agent, I get the following error:


    -start the msg of error-

    "" C:\OraHome_1\oracledi\bin > AgentScheduler '-port = 20300 ' "-name = odi_demo_agent.
    A JDK is required to run Web Services with OracleDI. You are currently usin
    a JRE.
    OracleDI: Starting the Scheduler Agent...
    java.lang.IndexOutOfBoundsException: toIndex = 138
    to java.util.SubList. < init >(Unknown Source)
    to java.util.RandomAccessSubList. < init >(Unknown Source)
    at java.util.AbstractList.subList (unknown Source)
    at com.sunopsis.d.a.g.a (g.java)
    at com.sunopsis.d.a.c.a (c.java)
    at com.sunopsis.d.a.f.b (f.java)
    at com.sunopsis.tools.core.SnpsStringTools.b (SnpsStringTools.java)
    at com.sunopsis.dwg.DwgObject.snpsDecypher (DwgObject.java)
    at com.sunopsis.dwg.DwgJv.treatCmd (DwgJv.java)
    at com.sunopsis.dwg.DwgJv.main (DwgJv.java)
    at oracle.odi.Agent.main (Agent.java)

    -error - end

    Obviously something is wrong.
    I'm unclear as to the entry for ODI_SECU_WORK_REP in ODIPARMS. Is the name of root that has been implemented in the repository, work in the repository name or the real name of sqlserver database for the repository to work?

    Thank you
    Dave

    Hello

    Here is an example of an odiaparams.bat

    Set ODI_SECU_DRIVER = com.microsoft.sqlserver.jdbc.SQLServerDriver
    Set ODI_SECU_URL = jdbc:sqlserver://odimachine:1433; SelectMethod = cursor; databaseName = odi_master; integratedSecurity = false
    Set ODI_SECU_USER = hypdb
    Set ODI_SECU_ENCODED_PASS = cByXKqrOj5h8XMUV, 3OnOny
    Set ODI_SECU_WORK_REP = WORK_REPOS
    Set ODI_USER = SUPERVISOR
    Set ODI_ENCODED_PASS = LELKIELGLJMDLKMGHEHJDBGBGFDGGH

    The ODI_SECU_WORK_REPOS relates on behalf of your working directory
    ODI_SECU_ENCODED_PASS requires a password coded using the agent to encode the password
    ODI_USER & ODI_ENCODED_PASS can be kept as default

    Also, make sure that you have created the agent in the topology manager before you start the agent.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Support from Toshiba for Microsoft Windows Service Packs?

    Does Toshiba provide the downloads
    for the Microsoft Service Pack
    (For example, Windows XP Service Pack)?

    The easiest way for you to find information about the Windows Service Packs is to surf the site of Toshiba in your country and watch download & support.

    You will find the a Service Pack Microsoft of category.

    For example, the link for the Toshibe Europe is-> http://eu.computers.toshiba-europe.com/

  • Satellite P200 - failed to connect to the Windows Services

    After starting Windows Vista on my Satellite P200, I received a message: failed to connect to any Windows Services.The event notification system file are not available.
    Use restricted to the mode of administration.

    No network supports either (wifi, Ethernet,...). At least I can use the PC in batch mode!
    Unable to retrieve a previous saved file system.

    I need to restore my Toshiba restore disk Win Vista?

    Do you offer a lighter solution?

    It's strange, but what you mean with batch mode?
    You can start in safe mode?

    I think the best way is to reinstall Windows with the recovery disk. It only takes a few minutes and then you have the new installation of Windows with all the drivers and tools of Toshiba.

  • Pavilion 140 550 - t: unable to connect to the windows service

    Not sure if it's the good advice of post, but here goes.

    Just got the HP computer yesterday and installed Norton Security, Malwarebytes, and Windows Live Mail (do not like the version of Mail). Now, when I start it, I get "Unable to connect to the Windows Service" pop up and WLM crashes when I try to open it. What the DEVIL?

    Had the same problem on the one I just replaced. My laptop became the 'Group Policy' error thing, but I think I fixed it.

    Any suggestions? Windows is a joke!

    If it is Norton Security, then it's a firewall as well and firewalls blocking things, it's that they are supposed to do. So demand for three, you said that this is probably the cause.

    But if you do not want to test it, then try the system restore I've mentioned or reload the image origin, then just put in place the email again and see if it works without the other two installed, first to see if it will work with anything else in the picture.

Maybe you are looking for

  • IPhone 5 c not charge or turn on

    Then, I got my IPhone 5 c for Christmas in 2014. Until a month ago, he was perfectly fine. Recently, I had trouble getting it to recharge. For a while, back whenever it would not load worked. Yesterday morning, I tried to load it. The battery had bee

  • black screen. no usable control

    HelloWhen I launch FF the window is black. The top of the window where the tools/address bar should be is transparent. I'm unable to open in safe mode.I can find the menu, but when I open the options, it opens also black.I have uninstalled twice. Onc

  • Want of HO Phoenix 850se: HP Envy 850se Phoenix

    Product #: M0K57AV #ABA - I am trying to understand if I can install an its PCIe x 1 slot PCIe x 16 is available only on card.  There seems to be a total of 3 PCIe x 16 on the motherboard slots. one is used by the graphics card GTX 960, it is blocked

  • House WVC54GC - drops off network slot and time. Help!

    I bought an new rounter wireless, WRT310N, the other day.  While I was in the store, I saw the wireless, WVC54GC camera and picked up one of those too.  So far, the router is running and I won't have problems to connect to the internet with my laptop

  • I did the initial installation on a computer and put the wrong name in. How can I change now?

    There is a locked system titled "Jennifer" folder which should be called the "Moca".