Could not register a HeartbeatMonitorListener

Hi!
          Saw a different posting on this subject and have exactly the same
          problem. I have 2 local servers, one WLS 7 server and the other is
          Weblogic 8. I want messages sent to the WLS7 queue accessible from the
          WLS 8 queue. WLS 7 runs on port 7001, and WLS 8 on 8001.
          JMS Config for WLS 7:
          ============================
          - JMS Config factory:
          Name: WLS 7 Connection Factory
          JNDI Name: rps.refapp.jms.jms_connfactory
          - JMS Queue:
          Name: WLS7
          JNDI Name: jms.wls7.q
          Foreign JMS Config for WLS 8:
          =============================
          - Foreign JMS Server:
          Name:     MyJMSServer
          JNDI Initial Context Factory: weblogic.jndi.WLInitialContextFactory
          JNDI Connection URL: t3://localhost:7001
          - Foreign JMSConnection Factroy:
          Name: WLS 7 Connection Factory
          Local JNDI Name: jms.wls7connfactory
          Remote JNDI Name: rps.refapp.jms.jms_connfactory
          User Name: system
          Password: weblogic
          - Foreign JMS Destinations:
          Name:     WLS7
          Local JNDI Name: jms.wls7_queue
          Remote JNDI Name: jms.wls7.q
          I have an MDB deployed on the WLS 8 server with no funtionality except
          sending the contents of a message to system.out. Here is the contents of
          the weblogic-ejb-jar:
          <weblogic-ejb-jar>
          <description><![CDATA[Generated by XDoclet]]></description>
          <weblogic-enterprise-bean>
          <ejb-name>MessageListener</ejb-name>
          <message-driven-descriptor>
          <pool>
          <max-beans-in-free-pool>1</max-beans-in-free-pool>
          <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
          </pool>
          <destination-jndi-name>jms.wls7_queue</destination-jndi-name>
          <initial-context-factory>weblogic.jndi.WLInitialContextFactory</initial-context-factory>
          <jms-polling-interval-seconds>5</jms-polling-interval-seconds>
          </message-driven-descriptor>
          <reference-descriptor>
          </reference-descriptor>
          <jndi-name>MessageListener</jndi-name>
          </weblogic-enterprise-bean>
          </weblogic-ejb-jar>
          And here is the stacktrace after deploying the bean:
          <2003-dec-15 kl 17:51 CET> <Notice> <WebLogicServer> <BEA-000327>
          <Starting WebLogic Admin Server "myserver" for domain "mydomain">
          <2003-dec-15 kl 17:52 CET> <Warning> <EJB> <BEA-010061> <The
          Message-Driven EJB: MessageListener is unable to connect to the JMS
          destination: jms.wls7_queue. The Error was:
          [EJB:010196]'weblogic.jms.common.JMSException: Error creating session'
          Linked exception = 'weblogic.jms.dispatcher.DispatcherException: Could
          not register a HeartbeatMonitorListener for
          [weblogic.jms.dispatcher.DispatcherImpl@1970ae0] for myserver'
          weblogic.jms.common.JMSException: Error creating session
          at
          weblogic.jms.frontend.FESession.setUpBackEndSession(FESession.java:798)
          at
          weblogic.jms.frontend.FESession.consumerCreate(FESession.java:1036)
          at weblogic.jms.frontend.FESession.invoke(FESession.java:2550)
          at
          weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:609)
          at
          weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:153)
          at
          weblogic.jms.client.JMSSession.consumerCreate(JMSSession.java:1814)
          at
          weblogic.jms.client.JMSSession.createConsumer(JMSSession.java:1645)
          at
          weblogic.jms.client.JMSSession.createReceiver(JMSSession.java:1484)
          at
          weblogic.ejb20.internal.JMSConnectionPoller.setUpQueueSessions(JMSConnectionPoller.java:1598)
          at
          weblogic.ejb20.internal.JMSConnectionPoller.createJMSConnection(JMSConnectionPoller.java:1833)
          at
          weblogic.ejb20.internal.JMSConnectionPoller.connectToJMS(JMSConnectionPoller.java:1076)
          at
          weblogic.ejb20.internal.JMSConnectionPoller.startJMSConnectionPolling(JMSConnectionPoller.java:830)
          at
          weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.start(MessageDrivenBeanPoolInfoImpl.java:234)
          at
          weblogic.ejb20.deployer.EJBDeployer.deployMessageDrivenBeans(EJBDeployer.java:1583)
          at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1411)
          at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:668)
          at
          weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2017)
          at
          weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2058)
          at
          weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2005)
          at
          weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3136)
          at
          weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1688)
          at
          weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:407)
          at
          weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:230)
          at
          weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
          at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
          at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
          at weblogic.Server.main(Server.java:32)
          Caused by: weblogic.jms.dispatcher.DispatcherException: Could not
          register a HeartbeatMonitorListener for
          [weblogic.jms.dispatcher.DispatcherImpl@1970ae0] for myserver
          at
          weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:309)
          at
          weblogic.jms.dispatcher.DispatcherManager.dispatcherFindOrCreate(DispatcherManager.java:356)
          at
          weblogic.jms.frontend.FESession.setUpBackEndSession(FESession.java:796)
          ... 26 more
          Caused by:
          weblogic.rmi.extensions.server.HeartbeatMonitorUnavailableException:
          Could not register a HeartbeatMonitorListener for
          [weblogic.jms.dispatcher.DispatcherImpl@1970ae0]
          at
          weblogic.rmi.extensions.server.HeartbeatMonitor.addHeartbeatMonitorListener(HeartbeatMonitor.java:86)
          at
          weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:305)
          ... 28 more
          >
          Well, I'm out of ideas, so I hope someone can help me out. This is a
          fairly simple problem to duplicate. I can send more details as well.
          Thanks in advance,
          /Eje Thorarinsson
          

Hi!
          Saw a different posting on this subject and have exactly the same
          problem. I have 2 local servers, one WLS 7 server and the other is
          Weblogic 8. I want messages sent to the WLS7 queue accessible from the
          WLS 8 queue. WLS 7 runs on port 7001, and WLS 8 on 8001.
          JMS Config for WLS 7:
          ============================
          - JMS Config factory:
          Name: WLS 7 Connection Factory
          JNDI Name: rps.refapp.jms.jms_connfactory
          - JMS Queue:
          Name: WLS7
          JNDI Name: jms.wls7.q
          Foreign JMS Config for WLS 8:
          =============================
          - Foreign JMS Server:
          Name:     MyJMSServer
          JNDI Initial Context Factory: weblogic.jndi.WLInitialContextFactory
          JNDI Connection URL: t3://localhost:7001
          - Foreign JMSConnection Factroy:
          Name: WLS 7 Connection Factory
          Local JNDI Name: jms.wls7connfactory
          Remote JNDI Name: rps.refapp.jms.jms_connfactory
          User Name: system
          Password: weblogic
          - Foreign JMS Destinations:
          Name:     WLS7
          Local JNDI Name: jms.wls7_queue
          Remote JNDI Name: jms.wls7.q
          I have an MDB deployed on the WLS 8 server with no funtionality except
          sending the contents of a message to system.out. Here is the contents of
          the weblogic-ejb-jar:
          <weblogic-ejb-jar>
          <description><![CDATA[Generated by XDoclet]]></description>
          <weblogic-enterprise-bean>
          <ejb-name>MessageListener</ejb-name>
          <message-driven-descriptor>
          <pool>
          <max-beans-in-free-pool>1</max-beans-in-free-pool>
          <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
          </pool>
          <destination-jndi-name>jms.wls7_queue</destination-jndi-name>
          <initial-context-factory>weblogic.jndi.WLInitialContextFactory</initial-context-factory>
          <jms-polling-interval-seconds>5</jms-polling-interval-seconds>
          </message-driven-descriptor>
          <reference-descriptor>
          </reference-descriptor>
          <jndi-name>MessageListener</jndi-name>
          </weblogic-enterprise-bean>
          </weblogic-ejb-jar>
          And here is the stacktrace after deploying the bean:
          <2003-dec-15 kl 17:51 CET> <Notice> <WebLogicServer> <BEA-000327>
          <Starting WebLogic Admin Server "myserver" for domain "mydomain">
          <2003-dec-15 kl 17:52 CET> <Warning> <EJB> <BEA-010061> <The
          Message-Driven EJB: MessageListener is unable to connect to the JMS
          destination: jms.wls7_queue. The Error was:
          [EJB:010196]'weblogic.jms.common.JMSException: Error creating session'
          Linked exception = 'weblogic.jms.dispatcher.DispatcherException: Could
          not register a HeartbeatMonitorListener for
          [weblogic.jms.dispatcher.DispatcherImpl@1970ae0] for myserver'
          weblogic.jms.common.JMSException: Error creating session
          at
          weblogic.jms.frontend.FESession.setUpBackEndSession(FESession.java:798)
          at
          weblogic.jms.frontend.FESession.consumerCreate(FESession.java:1036)
          at weblogic.jms.frontend.FESession.invoke(FESession.java:2550)
          at
          weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine(Request.java:609)
          at
          weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(DispatcherImpl.java:153)
          at
          weblogic.jms.client.JMSSession.consumerCreate(JMSSession.java:1814)
          at
          weblogic.jms.client.JMSSession.createConsumer(JMSSession.java:1645)
          at
          weblogic.jms.client.JMSSession.createReceiver(JMSSession.java:1484)
          at
          weblogic.ejb20.internal.JMSConnectionPoller.setUpQueueSessions(JMSConnectionPoller.java:1598)
          at
          weblogic.ejb20.internal.JMSConnectionPoller.createJMSConnection(JMSConnectionPoller.java:1833)
          at
          weblogic.ejb20.internal.JMSConnectionPoller.connectToJMS(JMSConnectionPoller.java:1076)
          at
          weblogic.ejb20.internal.JMSConnectionPoller.startJMSConnectionPolling(JMSConnectionPoller.java:830)
          at
          weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.start(MessageDrivenBeanPoolInfoImpl.java:234)
          at
          weblogic.ejb20.deployer.EJBDeployer.deployMessageDrivenBeans(EJBDeployer.java:1583)
          at weblogic.ejb20.deployer.EJBDeployer.start(EJBDeployer.java:1411)
          at weblogic.ejb20.deployer.EJBModule.start(EJBModule.java:668)
          at
          weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2017)
          at
          weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2058)
          at
          weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2005)
          at
          weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3136)
          at
          weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1688)
          at
          weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:407)
          at
          weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:230)
          at
          weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
          at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
          at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
          at weblogic.Server.main(Server.java:32)
          Caused by: weblogic.jms.dispatcher.DispatcherException: Could not
          register a HeartbeatMonitorListener for
          [weblogic.jms.dispatcher.DispatcherImpl@1970ae0] for myserver
          at
          weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:309)
          at
          weblogic.jms.dispatcher.DispatcherManager.dispatcherFindOrCreate(DispatcherManager.java:356)
          at
          weblogic.jms.frontend.FESession.setUpBackEndSession(FESession.java:796)
          ... 26 more
          Caused by:
          weblogic.rmi.extensions.server.HeartbeatMonitorUnavailableException:
          Could not register a HeartbeatMonitorListener for
          [weblogic.jms.dispatcher.DispatcherImpl@1970ae0]
          at
          weblogic.rmi.extensions.server.HeartbeatMonitor.addHeartbeatMonitorListener(HeartbeatMonitor.java:86)
          at
          weblogic.jms.dispatcher.DispatcherManager.dispatcherCreate(DispatcherManager.java:305)
          ... 28 more
          >
          Well, I'm out of ideas, so I hope someone can help me out. This is a
          fairly simple problem to duplicate. I can send more details as well.
          Thanks in advance,
          /Eje Thorarinsson
          

Similar Messages

  • Web server error: Could not register a HeartbeatMonitor

              Hi:
              When I use weblogic thin client (wljmsclient) and createTopicConnection()
              causes weblogic server exception below.
              Seems it depends on where my client runs. Not sure if it is related to
              network configuration for different subnet.
              Thanks in advance for your help. (weblogic server 8.1.1 or 8.1.2, IIOP protocol
              for client connection)
              Here is the exception:
              weblogic.jms.dispatcher.DispatcherException: Could not register a HeartbeatMonit
              orListener for [weblogic.iiop.IIOPRemoteRef@8b4c94fa] for weblogic.jms.C:HP01:4t
              :-38
              at weblogic.jms.dispatcher.DispatcherWrapperState.addPeerGoneListener(Di
              spatcherWrapperState.java:569)
              at weblogic.jms.dispatcher.DispatcherManager.dispatcherAdd(DispatcherMan
              ager.java:106)
              at weblogic.jms.dispatcher.DispatcherManager.addDispatcherReference(Disp
              atcherManager.java:196)
              at weblogic.jms.frontend.FEConnectionFactory.connectionCreateInternal(FE
              ConnectionFactory.java:413)
              at weblogic.jms.frontend.FEConnectionFactory.connectionCreateRequest(FEC
              onnectionFactory.java:385)
              at weblogic.jms.frontend.FEConnectionFactory_WLSkel.invoke(Unknown Sourc
              e)
              at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
              at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerR
              ef.java:108)
              at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
              dSubject.java:353)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
              144)
              Tony
              

    Hi Tony,
              I wonder if there was a regression between 8.1.1 and 8.1.2? Anyhow,
              since the weblogic.jar works on the client, and since you verified
              your classpaths, it seems quite likely the problem is in WebLogic.
              I recommend two things:
              (1) ensure that you are using a supported version of the JVM
              (2) filing a support case and using weblogic.jar
              as a temporary work-around while the problem gets fixed
              Sorry I couldn't help you more.
              Tom
              tony wrote:
              > Tom:
              >
              > Thanks.
              > See my answer below:
              >
              >
              > Tom Barnes <[email protected].bea.com>
              > wrote:
              >
              >>Hi Tony,
              >>
              >>Some questions/thoughts:
              >>
              >>Is that the full stack trace?
              >
              >
              > There are few more lines: (paste from weblogic server log)
              >
              > at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
              > 144)
              > at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
              > :404)
              > at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest
              > java:30)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              > aused by: weblogic.rmi.extensions.server.HeartbeatMonitorUnavailableException:
              > ould not register a HeartbeatMonitorListener for [weblogic.iiop.IIOPRemoteRef@a8
              > 2e47e4]
              > at weblogic.rmi.extensions.server.HeartbeatMonitor.addHeartbeatMonitorLi
              > tener(HeartbeatMonitor.java:86)
              > at weblogic.jms.dispatcher.DispatcherWrapperState.addPeerGoneListener(Di
              > patcherWrapperState.java:559)
              > ... 14 more
              >
              >
              >
              >
              >>Did you use 8.1.2 jars for BOTH the client and the server?
              >
              >
              > yes
              >
              >
              >>Check that the server has no thin client jar in
              >>its classpath and that the client has no weblogic.jar in
              >>its classpath?
              >
              > Double checked.
              > Actually if client uses weblogic.jar, instead of wljmsclient and wlclient (thin
              > client), it works, and no this exception.
              >
              > Tony
              >
              >>Tom
              >>
              >>Tony wrote:
              >>
              >>>Hi:
              >>>
              >>> When I use weblogic thin client (wljmsclient) and createTopicConnection()
              >>>causes weblogic server exception below.
              >>> Seems it depends on where my client runs. Not sure if it is
              >>
              >>related to
              >>
              >>>network configuration for different subnet.
              >>> Thanks in advance for your help. (weblogic server 8.1.1 or 8.1.2,
              >>
              >>IIOP protocol
              >>
              >>>for client connection)
              >>>
              >>> Here is the exception:
              >>>
              >>>weblogic.jms.dispatcher.DispatcherException: Could not register a HeartbeatMonit
              >>>
              >>>orListener for [weblogic.iiop.IIOPRemoteRef@8b4c94fa] for weblogic.jms.C:HP01:4t
              >>>
              >>>:-38
              >>>
              >>> at weblogic.jms.dispatcher.DispatcherWrapperState.addPeerGoneListener(Di
              >>>
              >>>spatcherWrapperState.java:569)
              >>>
              >>> at weblogic.jms.dispatcher.DispatcherManager.dispatcherAdd(DispatcherMan
              >>>
              >>>ager.java:106)
              >>>
              >>> at weblogic.jms.dispatcher.DispatcherManager.addDispatcherReference(Disp
              >>>
              >>>atcherManager.java:196)
              >>>
              >>> at weblogic.jms.frontend.FEConnectionFactory.connectionCreateInternal(FE
              >>>
              >>>ConnectionFactory.java:413)
              >>>
              >>> at weblogic.jms.frontend.FEConnectionFactory.connectionCreateRequest(FEC
              >>>
              >>>onnectionFactory.java:385)
              >>>
              >>> at weblogic.jms.frontend.FEConnectionFactory_WLSkel.invoke(Unknown
              >>
              >>Sourc
              >>
              >>>e)
              >>>
              >>> at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
              >>>
              >>> at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerR
              >>>
              >>>ef.java:108)
              >>>
              >>> at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
              >>>
              >>> at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
              >>>
              >>>dSubject.java:353)
              >>>
              >>> at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
              >>>
              >>>144)
              >>>
              >>>
              >>>
              >>>Tony
              >>>
              >>>
              >>
              >
              

  • Could not register this tablet (30010

    please help! ive bin saving for a while to get a playbook nd finally got one ysterday.  i was so tired nd cudnt set it up ysterday. however today, when i did try to set it up over my office wifi, it just keeps on telling me could not register this tablet (3001) check settings. ive tried updating it over the pc using dm nd the stuff has simply refused to download. the download status bar is just simply stuck in one spot. some1 please help!. nd hey rim guiys help out. the stuff cost me two monhts wages nd i aint even enjoying it one bit!

    "dat"? "bin"?
    Could you please turn off your ALL CAPS key? I am sure you're frustrated, but you're not frustrated with me. I am trying to help you.
    So, do you have a good internet connection on the PC you're connected to?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Could not register. asked to submit proof of purchase

    I tried to register my Ipod Touch 8gb which I bought on 23rd November. But I could not register it and I am asked to submit a proof of purchase.
    But I have just got an inovice which is not computerised print of it but written with a pen. I wanted to know whether it will be enough to register it or should I ask for a computer print of the invoice?

    This link never worked for me, on the very first page when I fill in all the details it just comes up as if my mac serial number is invalid, have no idea why is that so, but there is another request form where you go in steps (6 or so) and that worked for me.
    thanks anyway

  • The Fibre Channel Platform Registration Service could not register the platform with fabric

    Hyper-V Cluster. HP StorageWorks 82E 8 Gb PCI-e Dual Port FC HBA.
    Each 15 minutes, eventlog register a warning.
    EventID: 2 Source:2
    The Fibre Channel Platform Registration Service could not register the platform with fabric 10:00:00:05:1e:7f:74:7b.
    I have teste the service. And it's started. Cluster storage validation report without failure.
    Someone suggest any idea.
    Thanks.

    Hi,
    What’s the OS version of your cluster node?
    The Microsoft Fibre Channel Platform Registration Service registers the platform with all available Fibre Channel fabrics and maintains the registrations. A fabric is a network topology where devices are connected to each other
    through one or more high-efficiency data paths. This service is used in support of storage area networks.
    This service is installed by default on Windows Server 2008, and the service startup type is Manual.
    You may try hotfix in KB 978790, and check the result.
    For more information please refer to following MS articles:
    The File Share Witness resource is in a failed state even though the File Share Witness directory is available, and quorum cannot be maintained in a Windows Server 2008 failover cluster
    http://support.microsoft.com/kb/978790
    cluster resources unresponsive
    http://social.technet.microsoft.com/Forums/hu/winserverClustering/thread/886a9cb3-7723-4b64-8c15-602dadf5ced9
    Hope this helps!
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Lawrence
    TechNet Community Support

  • While installing the itunes setup i am getting an error"Could not register type library for file ipodsevice.exe" What to do now?

    While installing the itunes setup i am getting an error"Could not register type library for file ipodsevice.exe" What to do now?

    Try posting in the iTunes forum.  You have an iTunes problem not an iPod problem

  • Windows 2k Clients could not registered with CSAMC 5.0

    hi there,
    My w2k clients could not registered with CSAMC, WinXP registered o.k. I am running CSA 5.0.176.
    All clients in same TESTMODE group. Any idea ?
    Thanks
    ade

    The CSAgent-Install.log will show you if any of the shims failed to load during the install.
    The csalog.txt in the same directory will log communication problems. Look for an error code like one below (cut and pasted from the Networkers 2006 CSA Troubleshooting session slides):
    OKENA_STATUS_LICENSE_REACHED_LIMIT = 2030
    Number of registered hosts has exceeded the license count for that host type [desktop or server]
    Resolution: delete unused hosts; automatically in 30 days or use search
    OKENA_STATUS_REGISTRATION_NOT_ALLOWED = 2031
    Usually a certificate issue
    Resolution: Set agent to debug and triage using csalog.txt
    OKENA_STATUS_INVALID_LICENSE = 2035
    A license has expired or file format was not valid
    Resolution: Delete expired license files
    OKENA_STATUS_REGISTRATION_BACKOFF =2037
    A number of conditions can trigger this; all are uncommon and need attention
    Resolution: Set agent to debug and triage using csalog.txt

  • SID Problem : could not register two ABAP systems with same SID

    Dear Expert:
    We have to register two ABAP systems on different host to SLD, and these two systems have same SID.
    We use rz70 to do this,  but we found the lastest registration will overwrite the previous registration,
    that
    means we could register them both in the same SLD. (we checked this in Technical system area).
    How could we do this?  It makes us crazy........
    Thanks very much
    Ray

    Dear Stefan,
    Thanks so much for your anwser.
    But the dilemma is in one SLD we achieved this, but it is only for one case and we could
    not apply this for other systems.
    This is the snapshot in our SLD for techical system:
    Name                                        Host                             Version                                     Last Update
    D01   on eisdq01                     eisdq01                         700                                           2010/12/06 12:45
    D01   on eisdv01                     eisdv01                         640                                           2010/12/06  11:40
    We don't know if this is the illusion that SLD could do this?  But for other systems, e.g two Q systems
    the lastest registration will overwrite the previsou one.
    Thanks very much.
    Welcome suggestions from very guru.
    Ray

  • HT1386 MY  I PHONE4 COULD NOT REGISTER TO A NETWORK

    my iphone4 can not register with any network in nigeria.
    its serial number  is     7U120ACMA4S;
    HOW DO I SOLVE THE PROBLEM.
    i bought the phone just 5 days back from dubai.so help me

    what have you  done about it

  • Could not register -- is this a bug or a feature?

    On "2012-01-01 12:20" the answer which I was getting for
    What is the output of "date -u +%W$(uname)|sha256sum|sed 's/\W//g'"?
    on my system was different from what was expected by registration.
    I replaced your expression with:
    echo 52Linux|sha256sum|sed 's/\W//g'
    and finally was able to register. Looks to me like a bug in registration.

    It does not look like timezone issue because of '-u' option for 'date'.
    From "man date" (GNU coreutils 8.5 February 2011):
    %W     week number of year, with Monday as first day of week (00..53)
    However I get:
    date -u +%W
    00
    Good that
    info coreutils 'date invocation'
    has valuable addition:
    Days in a new year preceding the first Monday are  in week zero.
    So, it registration does not calculate correct week number. They probably do not use posted expression, or their tool uses is of different version. Probably this issue happens only at the beginning of new year before first Monday.
    Still this could be a hidden quiz for new users...

  • Could not register Communicator to OCMS, which is installed on my local mac

    Hi,
    An OCMS is installed on my Windows XP SP2 machine.The SIP domain is set to be localhost during the installation. After the installation, I try to register 2 accounts to the OCMS with Oracle communicator to make a SIP call. But it fails.
    Can anybody kindly share your idea on my problem?
    Thanks and regards

    Hi Yong:
    Just a general comment, if you use the installer and take all the default settings besides IP and install location. It should work just out of the box. This may be a good starting point before you change any of the settings. I would suggest using the machine external IP (static if possible) other than 127.0.0.1 to simplify things.
    Comment on your points
    1) The Proxy is needed when the user's domain is handled by a machine other than the one contained in the sip address. e.g. By default installation, example.com is handled by the installed instance of OCMS. Thus, you have to set Proxy value. For XDMS, it should just point to wherever your XDMS server is located.
    2) The domain and realm do not needs to be your computer hostname. (Default installation uses example.com for both domain and realm). If you want to use your computer hostname as domain and realm, ocms.mydu.myorg.com will work and this does not require you set the proxy and XDMS as long as your hostname is DNS resolvable.
    Denny

  • Web service handler could not registered/called in client web service

    Hi Expert,
    I have two web service ServiceA & ServiceB and both implemented in weblogic.
    The ServiceA is SSL enable and protocol is https which is not published by me.
    The ServieB is my web service(wls8.1) and act as client for ServiceA.
    My problem is when i hit my service, its not able set the handler when it call ServiceA but it is invoking the service and giving application exception like authentication error.
    My service file:
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.util.List;
    import java.util.Map;
    import javax.xml.namespace.QName;
    import javax.xml.rpc.handler.HandlerInfo;
    import javax.xml.rpc.handler.HandlerRegistry;
    import javax.xml.rpc.handler.soap.SOAPMessageContext;
    import weblogic.webservice.client.SSLAdapterFactory;
    import weblogic.webservice.client.WLSSLAdapter;
    public class HelloService {
    String wsdl = "https://188.122.123.23/RemoetService?WSDL";
    static     {
              SSLAdapterFactory factory =                SSLAdapterFactory.getDefaultFactory();
              WLSSLAdapter adapter = (WLSSLAdapter)     factory.getSSLAdapter();
              adapter.setTrustedCertificatesFile("D:\\lib\\certs\\cacerts");
              factory.setDefaultAdapter(adapter);
              System.setProperty("weblogic.xml.encryption.verbose","true");
              System.setProperty("weblogic.xml.signature.verbose","true");
              System.setProperty("weblogic.webservice.verbose","true");
         public String sayHello(String user) {
              RemoteService_Impl service = new RemoteService_Impl(wsdl);
              RemotePortType port = service.getRemoteServicePort1();
              String namespace = service.getServiceName()
                        .getNamespaceURI();
              QName portName = new QName(namespace,
                        "RemoteServicePortType");
              HandlerRegistry reg = service.getHandlerRegistry();
              List handlerList = new ArrayList();
              Map map = new HashMap();
              map.put("Username", "user1");
              map.put("Password", "pwd1");
              HandlerInfo info = new HandlerInfo();
              info.setHandlerClass(WSClientHandler .class);
              info.setHandlerConfig(map);
              handlerList.add(info);
              reg.setHandlerChain(portName,(List)handlerList);
              RemoteServiceResponse = port.callMe(name);
    My Handler Class:
    package com.test;
    import java.util.Map;
    import javax.xml.namespace.QName;
    import javax.xml.rpc.handler.Handler;
    import javax.xml.rpc.handler.HandlerInfo;
    import javax.xml.rpc.handler.MessageContext;
    import javax.xml.rpc.handler.soap.SOAPMessageContext;
    import javax.xml.soap.Name;
    import javax.xml.soap.SOAPElement;
    import javax.xml.soap.SOAPEnvelope;
    import javax.xml.soap.SOAPException;
    import javax.xml.soap.SOAPHeader;
    import javax.xml.soap.SOAPHeaderElement;
    public class WSClientHandler implements Handler {
         private HandlerInfo handlerInfo;
         public WSClientAuthenticateHandler(){}
         public void init(HandlerInfo hi) {   
              System.out.println("Handler init");
              handlerInfo = hi;
         public void destroy() {
              System.out.println("Handler destroy method called");
              handlerInfo = null;
         public QName[] getHeaders() {
              System.out.println("Handler Header method called");
              try     {
                   Map map = handlerInfo.getHandlerConfig();
                   QName[] headers = handlerInfo.getHeaders();
                   System.out.println(" Config :"+map);
                   for(int i=0;i<headers.length;i++)     {
                        System.out.println(headers.getLocalPart()+" "+
                        headers[i].toString()+" "+headers[i].getNamespaceURI());
              }catch(Exception e)     {
                   e.printStackTrace();
              return handlerInfo.getHeaders();
         public boolean handleRequest(MessageContext mc) {   
              SOAPMessageContext smc = (SOAPMessageContext) mc;
              System.out.println("Calling handler class.....................");
              try     {
              SOAPEnvelope se =      smc.getMessage().getSOAPPart().getEnvelope();
              System.out.println("Calling handler class.....................");
         SOAPHeader soapHeader = se.getHeader();
         Name headerName = se.createName("Security","wsse","http://schemas.xmlsoap.org/ws/2002/07/secext");
         SOAPHeaderElement headerElement = soapHeader.addHeaderElement(headerName);
         SOAPElement element = headerElement.addChildElement(se.createName("UsernameToken", "wsse", "http://schemas.xmlsoap.org/ws/2002/07/secext"));
         element.addChildElement(se.createName("Username", "wsse","http://schemas.xmlsoap.org/ws/2002/07/secext")).addTextNode("testuser");
         element.addChildElement(se.createName("Password", "wsse","http://schemas.xmlsoap.org/ws/2002/07/secext")).addTextNode("testpwd");
         System.out.println("Calling handler class.....................");
                   System.out.println("** Request: \n "+se.toString()+"\n");
              }catch(SOAPException e)     {
                   e.printStackTrace();
              return true;
         /** * Specifies that the SOAP response message be logged to a
         * log file before the
         * * message is sent back to the client application
         * that invoked the Web service.
         public boolean handleResponse(MessageContext mc) {  
              System.out.println("Handler Response method called");
              SOAPMessageContext messageContext = (SOAPMessageContext) mc;
              System.out.println("** Response: \n"+messageContext.getMessage().toString()+"\n");
              return true;
         /** * Specifies that a message be logged to the log file if a SOAP fault is
         * * thrown by the Handler instance.
         public boolean handleFault(MessageContext mc) {   
              SOAPMessageContext messageContext = (SOAPMessageContext) mc;
              System.out.println("** Fault: \n"+messageContext.getMessage().toString()+"\n");
              return true;
    Please need help here.
    Thanks in Advance,
    pps

    I have tested static client calling using handler simple above service and found the issues.
    QName portName = new QName(namespace,
    *"RemoteServicePortType");*
    The above line code has created the issues,becuase in wsdl file ( given similar wsdl file).
    <?xml version="1.0"; encoding="UTF-8"?>
    <definitions name="HelloService"
    targetNamespace="http://www.ecerami.com/wsdl/HelloService.wsdl"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://www.ecerami.com/wsdl/HelloService.wsdl"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <message name="SayHelloRequest">
    <part name="firstName" type="xsd:string"/>
    </message>
    <message name="SayHelloResponse">
    <part name="greeting" type="xsd:string"/>
    </message>
    <portType name="*RemoteServicePortType*">
    <operation name="sayHello">
    <input message="tns:SayHelloRequest"/>
    <output message="tns:SayHelloResponse"/>
    </operation>
    </portType>
    <binding name="Hello_Binding" type="tns:*RemoteServicePortType*">
    <soap:binding style="rpc"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="sayHello">
    <soap:operation soapAction="sayHello"/>
    <input>
    <soap:body
    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="urn:examples:helloservice"
    use="encoded"/>
    </input>
    <output>
    <soap:body
    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    namespace="urn:examples:helloservice"
    use="encoded"/>
    </output>
    </operation>
    </binding>
    <service name="Hello_Service">
    +<port binding="tns:Hello_Binding" name="*RemoteServicePortType1*">+
    +<soap:address+
    location="http://host1:8080/soap/servlet/rpcrouter"/>
    +</port>+
    +<port binding="tns:Hello_Binding" name="*RemoteServicePortType2*">+
    +<soap:address+
    location="http://host2:8080/soap/servlet/rpcrouter"/>
    +</port>+
    +<port binding="tns:Hello_Binding" name="*RemoteServicePortType3*">+
    +<soap:address+
    location="http://host3:8080/soap/servlet/rpcrouter"/>
    +</port>+
    +<port binding="tns:Hello_Binding" name="*RemoteServicePortType4*">+
    +<soap:address+
    location="http://host4:8080/soap/servlet/rpcrouter"/>
    +</port>+
    </service>
    </definitions>
    From the above WSDL, I have four port name (port binding="tns:Hello_Binding" name="*RemoteServicePortType1*) which is not matching with PortType (portType name="*RemoteServicePortType*")
    even i have iterated from getPorts() method and used to invoke the service.But handler was not calling when i invoke.
    Please guide me here how i specify correct portname which can call Handler class also.
    Thanks in advance,
    pps

  • Could not register Active X Control

    OS = Windows 7 Professional 32bit
    Browser = Internet Explorer 8 and 9 (have tried to install on 8, then upgraded to 9 and tried it)
    Flash Player = 10.1 trying to upgrade to 10.2
    This machine is a member of an active directory domain, and I've tried using both the domain administrator account and the local administrator account.  I have completely uninstalled antivirus protection.  I right click and "run as admin" each time I try anything.
    I have uninstalled, reinstalled, deleted the kill bit registry entry, used the SubinACL/Reset fp10 tools, used secedit to reset registry permissions...
    The only things I haven't tried so far are to get a preist to bless the machine...or to sacrifice some goats in my server room as an offering to the IT Gods...
    Please help me...:)

    My flashinstall.log file is below:
    =O====== M/10.2.159.1 2011-05-10+20-24-41.876 ========
    0000 [I] 00000010 "C:\Users\jdavis\Desktop\install_flash_player.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0003 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0005 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Plugin Path 2
    0010 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0011 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_Plugin.exe
    0012 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.2.159.1 2011-05-10+20-24-47.867 ========
    =O====== M/10.3.181.5 2011-05-10+20-25-02.516 ========
    0000 [I] 00000010 "C:\Users\jdavis\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\KIB98CQP\flashplayer10-3_rc1_activex_042011.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10p.ocx
    0007 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.exe
    0008 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.dll
    0009 [I] 00000019 C:\Windows\system32\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\Windows\system32\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    0012 [I] 00000018
    0013 [E] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    =X====== M/10.3.181.5 2011-05-10+20-25-09.100 ========
    =O====== M/10.3.181.5 2011-05-10+20-25-44.745 ========
    0000 [I] 00000010 "C:\Users\jdavis\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\KIB98CQP\flashplayer10-3_rc1_uninstall_win_042011.exe" -force 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [W] 00001018
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0007 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0008 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0009 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0010 [W] 00001021
    0011 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0012 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0013 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0014 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0015 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0016 [W] 00001021
    0017 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0018 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0019 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0020 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0021 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0022 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0023 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/10.3.181.5 2011-05-10+20-25-48.879 ========
    =O====== M/10.2.159.1 2011-05-11+12-06-17.084 ========
    0000 [I] 00000010 "C:\ProgramData\NOS\Adobe_Downloads\install_flash_player_ax.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0005 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10p.ocx
    0006 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.exe
    0007 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.dll
    0008 [W] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    0009 [I] 00000018
    0010 [E] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    =X====== M/10.2.159.1 2011-05-11+12-06-25.309 ========
    =O====== M/10.2.159.1 2011-05-11+12-07-38.326 ========
    0000 [I] 00000010 "C:\Users\jdavis\AppData\Local\Temp\FP_PL_PFS_INSTALLER.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0003 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0005 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Plugin Path 2
    0010 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0011 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_Plugin.exe
    0012 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.2.159.1 2011-05-11+12-07-45.037 ========
    =O====== M/10.2.159.1 2011-05-11+14-04-34.570 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\install_flash_player.exe"
    0001 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0002 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Plugin Path 2
    0006 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0007 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_Plugin.exe
    0008 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.2.159.1 2011-05-11+14-04-41.557 ========
    =O====== M/10.2.159.1 2011-05-11+14-04-44.132 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\install_flash_player_ax.exe"
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10p.ocx
    0003 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.exe
    0004 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.dll
    0005 [W] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    0006 [I] 00000018
    0007 [E] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    =X====== M/10.2.159.1 2011-05-11+14-04-55.435 ========
    =O====== M/10.2.159.1 2011-05-11+14-12-13.572 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\uninstall_flash_player.exe" -force 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001018
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0006 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0007 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0008 [W] 00001021
    0009 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0013 [W] 00001021
    0014 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0015 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0016 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0017 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0018 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/10.2.159.1 2011-05-11+14-12-26.211 ========
    =O====== M/10.2.159.1 2011-05-11+14-12-40.505 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\install_flash_player.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0003 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0005 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Plugin Path 2
    0010 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0011 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_Plugin.exe
    0012 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.2.159.1 2011-05-11+14-12-47.348 ========
    =O====== M/10.2.159.1 2011-05-11+14-12-50.051 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\install_flash_player_ax.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10p.ocx
    0005 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.exe
    0006 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.dll
    0007 [W] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    0008 [I] 00000018
    0009 [E] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    =X====== M/10.2.159.1 2011-05-11+14-12-58.831 ========
    =O====== M/10.2.159.1 2011-05-11+14-15-38.048 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\install_flash_player_ax.exe"
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10p.ocx
    0003 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.exe
    0004 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.dll
    0005 [W] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    0006 [I] 00000018
    0007 [E] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    =X====== M/10.2.159.1 2011-05-11+14-15-46.608 ========
    =O====== M/10.2.159.1 2011-05-11+14-17-47.913 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\uninstall_flash_player.exe" -force 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001018
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0005 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0006 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0007 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0008 [W] 00001021
    0009 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0013 [W] 00001021
    0014 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0015 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0016 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0017 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0018 [W] 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/10.2.159.1 2011-05-11+14-17-53.089 ========
    =O====== M/10.2.159.1 2011-05-11+14-17-56.630 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\install_flash_player.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0003 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0005 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0007 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Plugin Path 2
    0010 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0011 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_Plugin.exe
    0012 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.2.159.1 2011-05-11+14-18-03.458 ========
    =O====== M/10.2.159.1 2011-05-11+14-19-05.990 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\install_flash_player_ax.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10p.ocx
    0005 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.exe
    0006 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.dll
    0007 [W] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    0008 [I] 00000018
    0009 [E] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    =X====== M/10.2.159.1 2011-05-11+14-19-12.821 ========
    =O====== M/10.2.159.1 2011-05-11+14-20-06.112 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN\Desktop\install_flash_player_ax.exe"
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10p.ocx
    0003 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.exe
    0004 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.dll
    0005 [W] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    0006 [I] 00000018
    0007 [E] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    =X====== M/10.2.159.1 2011-05-11+14-20-13.311 ========
    =O====== M/10.2.159.1 2011-05-11+14-34-10.622 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN.PW-STORMWATER\Desktop\install_flash_player.exe"
    0001 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0002 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0004 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0005 [W] 00001036 Software\Opera Software/Plugin Path 2
    0006 [I] 00000014 C:\Windows\system32\Macromed\Flash\NPSWF32.dll
    0007 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_Plugin.exe
    0008 [I] 00000017 C:\Windows\system32\Macromed\Flash
    =X====== M/10.2.159.1 2011-05-11+14-34-16.950 ========
    =O====== M/10.2.159.1 2011-05-11+14-34-23.493 ========
    0000 [I] 00000010 "C:\Users\MONROE_ADMIN.PW-STORMWATER\Desktop\install_flash_player_ax.exe"
    0001 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 [I] 00000013 C:\Windows\system32\Macromed\Flash\Flash10p.ocx
    0003 [I] 00000015 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.exe
    0004 [I] 00000016 C:\Windows\system32\Macromed\Flash\FlashUtil10p_ActiveX.dll
    0005 [W] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    0006 [I] 00000018
    0007 [E] 00001032 C:\Windows\system32\Macromed\Flash\Flash10p.ocx 8002801C
    =X====== M/10.2.159.1 2011-05-11+14-34-39.543 ========

  • Flash player could not be registered.

    I see I have the same problem as many others in that the flash player 10.1 update could not register.  I have XP sp3 with all the latest updates, IE8, AVG free 9, Spybot S&D, I use the windows firewall.  After the first failed install I uninstalled AVG and Spybot and turned off the firewall, set all IE options to what troubleshooting said to.  Ran ccleaner and set it so nothing would load at start up and did a restart.   I still get the same error "could not be registered".  Just for S&G I uninstalled all other adobe items and tried again, no good.  I reinstalled all other adobe items with no problem and they all seem to be working fine except for the flash player.  Any help would be great  Thank you Chris

    Hello eidnolb,
    I hope you don't mind me posting what I found. Perhaps you can rescue me?
    Following your instrcutions, this is my info.
    Win XP Pro - 32
    Flash10h.ocx
    FlashInstall.log
    flashplayer.xpt
    FlashUtil10h_AcitveX.dll
    FlashUtil10H_ActiceX.exe
    FlashUtil10h_Plugin.exe
    NPSWF32.dll - file version - 10.1.53.64
    IE Tools -> Add Ons - lists:
    Name:                   Shockwave ActiveX Control
    Publisher:              Adobe Systems Incorporated
    Type:                   ActiveX Control
    Version:                11.5.2
    File date:             
    Date last accessed:     Monday, May 10, 2010, 6:12 PM
    Class ID:               {233C1507-6A77-46A4-9443-F871F945D258}
    Use count:              10
    Block count:            0
    File:                   SwDir.dll
    Folder:                 C:\WINDOWS\system32\Adobe\Director
    Firefox plugin enabled
    Works on Mozilla but not IE.

  • IPod Touch will not register

    Synchs fine, etc... but every time I plug it in this morning, it wants to register it. I plug in my AppleID, it accepts it, fills in my info (if you put in the wrong password, it tells you so), it then asks if you want to get the free video sample, and then I simply click "Continue" or "No Thanks" (either way), and keep getting:
    "We could not complete your iTunes Store request. The requested resource was not found. There was an error in the iTunes Store. Please try again later."
    Thanks for any info regarding this.

    I had this same problem. Tried a bunch of times but always got the same message. I have an ipod nano in addition to the ipod touch on the same machine so I thought that this might be the issue or that the itunes software was not configured with all up-to-date files. Removed itunes, apple mobile device support, and QuickTime and then reinstalled. I still had the same problem. I saw a post from someone else that said they were able to solve this by first logging into itunes store and then attempting to register. This worked for me. It was not a big deal that I could not register, just more of an annoyance. So I suggest trying to log into itunes store first before attempting to register.

Maybe you are looking for

  • An error comes up that firefox has high usage in mb even when not many tabs are open

    it does not seem to cause a problem but I have had to format my c drive and was just wondering if this fault is something serious

  • Issue Related to limit the result in prompt by using SQL statement.

    Hello Gurus, I am facing one issue rite now with our testing environment in some Dashboard Prompt. it seems like they are working fine in our Development environment. basically I am using SQL statement in prompt to limit the values for current + last

  • Monitor ICC Profiles

    Greetings Adobe People! I've been working with Photoshop since version 6.0, I know people quite often use that as bragging rights and I guess, that's what I'm doing, please forgive mefor doing so. Just trying to state in some term that I think I'm so

  • Need support to document the object

    Hi gurus I am supposed to document the InfoCube which i have modelled. I would like to know is there any proper documentation tool which can be used to document the object. Or if anybody is using any documentation template to document the object plea

  • Merge to HDR pro is producing very "bleached" and overexposed images.

    I don't know why this isn't working, but every single time I attempt to use merge to HDR pro, the result is an ugly bleached out photo, and editing in raw does nothing to help. I have tried using TIFFs, Jpegs, RAW files (all at different exposures fr