Warning: MDB application is NOT connected to messaging system on console

An application works on weblogic 8.4 recently upgraded to weblogic 10.3 with Foriegn JMS server configuration.
<foreign-server name="Fax JMSServer">
<notes>The Foreign JMS Server Confirm uses to talk to Fax</notes>
<default-targeting-enabled>false</default-targeting-enabled>
<foreign-destination name="FaxReplyQueue">
<local-jndi-name>com.foo.jms.FaxReplyQueue</local-jndi-name>
<remote-jndi-name>com.foo.mq.FaxReplyQueue</remote-jndi-name>
</foreign-destination>
<foreign-destination name="FaxRequestQueue">
<local-jndi-name>com.foo.jms.FaxRequestQueue</local-jndi-name>
<remote-jndi-name>com.foo.mq.FaxRequestQueue</remote-jndi-name>
</foreign-destination>
<foreign-connection-factory name="mq-jms-ConnectionFactory">
<local-jndi-name>com.foo.jms.FaxConnectionFactory</local-jndi-name>
<remote-jndi-name>com.foo.mq.FaxConnectionFactory</remote-jndi-name>
</foreign-connection-factory>
<initial-context-factory>com.sun.jndi.fscontext.RefFSContextFactory</initial-context-factory>
<connection-url>file:/C:/bea/mqJNDI</connection-url>
</foreign-server>
Upon deployment, an warning message "MDB application is NOT connected to messaging system" occurs on the weblogic 10 console for one of the MDBs. In log file you can find the following message:
<Oct 27, 2009 4:35:15 PM EDT> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: FaxNotificationBean is unable to connect to the JMS destination: com.foo.jms.FaxReplyQueue. The Error was:
Can not get distribute destination information. The destination JNDI name is com.foo.jms.FaxReplyQueue, the provider URL is null>
The following is the annotations of the MDB in workshop.
@ForeignJmsProvider(connectionFactoryJndiName = "com.foo.jms.FaxConnectionFactory")
@JndiName(remote = "com.foo.faxmgr.ejb.FaxNotificationBean")
@MessageDriven(defaultTransaction = MessageDriven.DefaultTransaction.NOT_SUPPORTED,
     destinationJndiName = "com.foo.jms.FaxReplyQueue",
ejbName = "FaxNotificationBean",
durable = Constants.Bool.FALSE,
transTimeoutSeconds = "0",
     destinationType = "javax.jms.Queue",
     initialBeansInFreePool = "1",
     maxBeansInFreePool = "10"
I googled and found the same questions asked before but no working answers. Does anybody know what's wrong with my MDB? BTW, it works the same way in weblogic 8.4 platform.
I even tried to add resource refs as below but the same warning message is still there. TIA.
@ResourceRefs(
     {@ResourceRef(name="com.foo.jms.FaxConnectionFactory",
     jndiName="com.foo.jms.FaxConnectionFactory", type="javax.jms.QueueConnectionFactory",
     auth=ResourceRef.Auth.CONTAINER, sharingScope=ResourceRef.SharingScope.UNSHAREABLE),
     @ResourceRef(name="com.foo.jms.FaxConnectionFactory",
          jndiName="com.foo.jms.FaxConnectionFactory", type="javax.jms.QueueConnectionFactory",
          auth=ResourceRef.Auth.CONTAINER, sharingScope=ResourceRef.SharingScope.UNSHAREABLE)}
)

Hi,
We have had this same issue and the problem was diagnosed as a Oracle listener.ora issue with the OIM database connection not beining configured to use it's 1522 connection but using the default 1521 so it was just sat there not knowing that it's port should be 1522.
Regards,
Simon

Similar Messages

  • MDB application PasSerialsService_SerialsService is NOT connected to messag

    Hi Experts,
    After deployment of application *" PasSerialsService_SerialsService "*, I am getting state as Active but health as *"warning"*. when I cheked the health in monitoring tab. i found following error.
    *"MDB application PasSerialsService_SerialsService is NOT connected to messaging system."*
    I have restarted managed servers and admin server and later I trued to update the deployment application from deployment navigator still it is showing health as *"warning"*
    Can any one help me out to resolve this issue
    Thanks in Advance.
    Than & Regards,
    Phani

    Hi
    Following content from log file
    Log File Content:
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289425> <BEA-010061> <The Message-Driven EJB: LotsServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB LotsServiceAMService_AsyncRequestProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289429> <BEA-010061> <The Message-Driven EJB: TransactionsServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB TransactionsServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289430> <BEA-010061> <The Message-Driven EJB: PackagingServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB PackagingServiceAMService_AsyncRequestProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289430> <BEA-010061> <The Message-Driven EJB: TransactionsServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB TransactionsServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289431> <BEA-010061> <The Message-Driven EJB: TransactionsProcessingServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB TransactionsProcessingServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289432> <BEA-010061> <The Message-Driven EJB: SerialGenRequestServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB SerialGenRequestServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289433> <BEA-010061> <The Message-Driven EJB: JobInstanceServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB JobInstanceServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289433> <BEA-010061> <The Message-Driven EJB: SerialGenerationRequestProcessServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB SerialGenerationRequestProcessServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289439> <BEA-010061> <The Message-Driven EJB: SerialGenRequestServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB SerialGenRequestServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289439> <BEA-010061> <The Message-Driven EJB: LotsServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB LotsServiceAMService_AsyncResponseProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289440> <BEA-010061> <The Message-Driven EJB: PackagingServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB PackagingServiceAMService_AsyncResponseProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289443> <BEA-010061> <The Message-Driven EJB: SerialGenerationRequestProcessServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB SerialGenerationRequestProcessServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289448> <BEA-010061> <The Message-Driven EJB: TransactionsProcessingServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB TransactionsProcessingServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289449> <BEA-010061> <The Message-Driven EJB: JobInstanceServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB JobInstanceServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289450> <BEA-010061> <The Message-Driven EJB: SerialsServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB SerialsServiceAMService_AsyncResponseProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289450> <BEA-010061> <The Message-Driven EJB: SerialsServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB SerialsServiceAMService_AsyncRequestProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1e> <1305530289589> <BEA-010060> <The Message-Driven EJB: PeopleQueryMDB has connected/reconnected to the JMS destination: jms/bpm/PeopleQueryTopic.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1f> <1305530289602> <BEA-010060> <The Message-Driven EJB: MessageForwarderBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineSndQ1.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b20> <1305530289639> <BEA-010060> <The Message-Driven EJB: DriverDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMDriverDefSndQ1.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b21> <1305530289651> <BEA-010060> <The Message-Driven EJB: BAMActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b22> <1305530289653> <BEA-010060> <The Message-Driven EJB: NotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b23> <1305530289654> <BEA-010060> <The Message-Driven EJB: MessageDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMWSRcvQ1.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b24> <1305530289710> <BEA-010060> <The Message-Driven EJB: TestFwkEmulatorBean has connected/reconnected to the JMS destination: jms/testfwk/TestFwkQueue.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b25> <1305530289719> <BEA-010060> <The Message-Driven EJB: MessageReceiverBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineRcvQ1.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b26> <1305530289732> <BEA-010060> <The Message-Driven EJB: TaskNotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b27> <1305530289741> <BEA-010060> <The Message-Driven EJB: CubeActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<May 16, 2011 12:48:12 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b2a> <1305530292504> <BEA-000628> <Created "1" resources for pool "eis/wlsjms/OPSMQueue", out of which "1" are available and "0" are unavailable.>
    ####<May 16, 2011 12:48:12 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b28> <1305530292504> <BEA-000628> <Created "1" resources for pool "eis/wlsjms/OPSMQueue", out of which "1" are available and "0" are unavailable.>
    ####<May 16, 2011 12:48:12 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1469cd3d> <<anonymous>> <> <0000IzreP^t1Jfc5ljH7iZ1DoCx1000000> <1305530292940> <BEA-000628> <Created "1" resources for pool "EDNLocalTxDataSource", out of which "1" are available and "0" are unavailable.>
    ####<May 16, 2011 12:48:14 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@14aaf136> <<anonymous>> <BEA1-00E7DAA94BC3> <0000IzreP^t1Jfc5ljH7iZ1DoCx1000000> <1305530294596> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
    ####<May 16, 2011 12:49:14 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001baf> <1305530354269> <BEA-000628> <Created "1" resources for pool "EDNDataSource", out of which "1" are available and "0" are unavailable.>
    Thanks,
    Phani

  • TS1717 Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi, my iTunes application is not connecting to the iTunes store. It is coming up with the following error message "we could not complete your itune store request. An unknown error occured (11222)" Can you please assist?

    Hi Laura-Wedders,
    Thanks for visiting Apple Support Communities.
    On August 7th, some users may have been unable to make purchases from the App Store, iTunes Store, Mac App Store, or iBookstore. Apple worked quickly to resolve these issues, however you may have experienced them.
    To check the current status of these systems please see:
    Apple - Support - System Status
    http://www.apple.com/support/systemstatus/
    If you are still experiencing issues, you may want to troubleshoot with the following articles:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    All the best,
    Jeremy

  • Iwc application does not connect to IM server[JCS6 vmware image]

    iwc application does not connect to IM server[JCS6 vmware image].
    In the iwc application there is in right side menu the buddy list; this always displayed the message: "Connecting..." and in the log there is this message:
    [12 Jan 2009 09:35:02,317] ERROR httpbind [Thread-23] Error opening stream to server: chimaera.varrius.org : 5222
    [12 Jan 2009 09:35:02,317] INFO httpbind [Thread-23] Component specified is not known : chimaera.httpbind.varrius.org
    org.jabberstudio.jso.StreamException: Component specified is not known : chimaera.httpbind.varrius.org
         at net.outer_planes.jso.AbstractStream.firePacketTransferredEvent(AbstractStream.java:697)
         at net.outer_planes.jso.AbstractStream$Input$1.addExtendedData(AbstractStream.java:116)
         at net.outer_planes.jso.AbstractStream$Input.process(AbstractStream.java:204)
         at net.outer_planes.jso.AbstractStream.process(AbstractStream.java:1176)
         at net.outer_planes.jso.AbstractStream.openInbound(AbstractStream.java:950)
         at net.outer_planes.jso.AbstractStream.open(AbstractStream.java:890)
         at com.sun.im.gateway.http.ComponentSession.createStream(ComponentSession.java:558)
         at com.sun.im.gateway.http.ComponentSession.connectAndAuthenticate(ComponentSession.java:307)
         at com.sun.im.gateway.http.ComponentSession$ConnectRunnable.run(ComponentSession.java:714)
         at java.lang.Thread.run(Thread.java:595)
    How can I resolve the problem?
    Thanks in advance.

    Hi,
    Have you configured the IM server for convergence to talk.Refer the following doc for the same - http://wikis.sun.com/display/CommSuite6/Convergence+1.0+Initial+Configuration#Convergence1.0InitialConfiguration-ConfigureIMComponentstoEnableCommunicationwiththeInstantMessagingServer
    HTH,
    Swetha

  • My application can not connect to FMS2

    My application can not connect to FMS2
    hi,all, Some things block me. Who can you help me? I
    appreciate your support.
    Server: FMS 2.0
    Client : Flash 8 ,Flex 2.0.1
    I find Flash 8 code is fine. It can connect to FMS2 with on
    error. I can find connect show in FMS console.
    But I find AS3 codes can not connect to FMS2. Why? I am very
    puzzle...:-(
    Error messages is nse.info.code:NetConnection.Connect.Failed
    nse.info.level:error...help me please..Thank you very much.
    My codes below.
    ==========Flash 8 code =========
    stop();
    // Open connection to FlashCom
    client_nc = new NetConnection();
    // Handle status message
    client_nc.onStatus = function(info) {
    trace("Level: " + info.level + newline + "Code: " +
    info.code);
    client_nc.connect("rtmp://127.0.0.1/tutorial_text");
    // Initialize the typing stage
    TypingStage.text = "";
    // Create a remote shared object. client_nc.uri is the URI of
    the
    // NetConnection the shared object will use to connect to the
    // server. I.e., the one just created.
    text_so = SharedObject.getRemote("sharedtext", client_nc.uri,
    false);
    // The following is very important, nothing happens otherwise
    text_so.connect(client_nc);
    // Each time something changes in the shared object, the
    server
    // sends out a synchronization message. This onSync handler
    // updates the movie based on the information.
    text_so.onSync = function(list) {
    // Update the textArea in the typing stage with the latest
    // text from the shared object. The 'for' loop condition
    searches
    // through the list of changes, and the 'if' condition
    ensures
    // that we apply the relevant change only if someone other
    than
    // this client has changed the value.
    for ( var i = 0; i < list.length; i++ )
    if ( list.name == "textValue" && list.code !=
    "success")
    TypingStage.text = text_so.data.textValue;
    break;
    // Update the shared object every time the user types in new
    text
    TypingStage.onChanged = function()
    text_so.data.textValue = TypingStage.text;
    ===============Flex2
    代码如下====================
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" creati>
    <mx:Script>
    <![CDATA[
    import flash.net.*;
    import mx.controls.Alert;
    import flash.events.SyncEvent;
    private var client_nc:NetConnection;
    private var text_so:SharedObject;
    public function init():void
    flash.system.Security.allowDomain("
    http://127.0.0.1");
    rte.text = "";
    public function ioEvent(ioe:IOErrorEvent):void
    rte.text = rte.text+"/n"+" io:"+ioe.text;
    public function connectStatus(nse:NetStatusEvent):void
    //trace("Level: " + nse.info);
    rte.text = rte.text+"/n"+" nse.info.code:"+nse.info.code+"
    nse.info.level:"+nse.info.level;
    public function click():void
    client_nc = new NetConnection();
    client_nc.addEventListener(NetStatusEvent.NET_STATUS
    ,connectStatus);
    client_nc.addEventListener(IOErrorEvent.IO_ERROR,ioEvent);
    rte.text = "connect rtmp://127.0.0.1/tutorial_text ";
    client_nc.connect("rtmp://127.0.0.1/tutorial_text");
    ///tutorial_text
    text_so = SharedObject.getRemote("sharedtext",
    client_nc.uri, false);
    text_so.addEventListener(SyncEvent.SYNC,syncShareObject);
    text_so.connect(client_nc);
    public function syncShareObject(se:SyncEvent ):void
    var list:Array = se.changeList;
    var i:int;
    for (i = 0; i < list.length; i++ ){
    if ( list.name == "textValue" && list.code !=
    "success"){
    rte.text = text_so.data.textValue;
    break;
    public function changeRTE():void
    text_so.data.textValue = rte.text;
    public function disconnect():void{
    if (client_nc.connected){
    client_nc.close();
    ]]>
    </mx:Script>
    <mx:RichTextEditor id="rte" x="23" y="19" width="626"
    height="337" cornerRadius="20" change="changeRTE()">
    </mx:RichTextEditor>
    <mx:Button x="105" y="381" label="Start Connection"
    width="204" click="click()"/>
    <mx:Button x="317" y="381" label="Disconnect" width="209"
    click="disconnect()"/>
    </mx:Application>

    Action Script uses AMF3 format to communicate. However, Flash
    Media Server 2 only understands the AMF0 format.....
    Do the following:
    var client_nc:NetConnection = new NetConnection();
    client_nc.objectEncoding = flash.net.ObjectEncoding.AMF0;
    client_nc.connect("rtmp:/FLEX");
    This should connect .... however, you might run into other
    issues like me... I am having issues with NetStream after that ...
    however, let me know if this works ...

  • "The PowerPivot service application could not connect to the Analysis Services instance"

    Hi
    I am baffled by this one.  I have a PowerShell script I have built up to install PowerPivot, which I have put together by reading various blogs and by picking apart the scripts that come with the PowerPivot installer.
    However, once I have built the service app and installed/activated the solutions and features, I get the error "The PowerPivot service application could not connect to the Analysis Services instance" when trying to use it.  I can't find any
    more detailed messages, even with verbose logging turned on.  SSAS\PowerPivot is of course installed and connected to Excel as it should be.
    I have tried running the PowerPivot for SharePoint validation tool and it doesn't find anything.
    If I install PowerPivot using the PowerPivot for SharePoint installer, then delete the service app and rerun my scripts, everything then works fine.
    So there is something the installer is doing that I am not, but I cannot for the life of me figure out what it is.  I though it might be permission related, but the official installer installs the service under the farm account, not my BI service account. 
    Ahaa, I thought, but when I then reinstall the service myself with my scripts, using my BI service account, the service app then works, so I don't think it can be permission related.
    Doing a Google search on that message pulls up only one old post (repeated a few times), which talks about using a domain account for the SSAS instance instead of a Local System account - I am using the same domain service account for SSAS, Excel and
    PowerPivot already, so that doesn't help me much.
    Does anyone have any ideas for me or suggestions on how I might proceed?
    Andrew vR

    Did you run the "Run PowerPivot for SharePoint Configuration Tool" after installing PowerPivot and did that work okay?
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Camera not working in Photobooth-in use by other application or not connect

    Upon entering photobooth, the internal camera is reported to be either in use by another application or not connected. It doesn't appear to be working in other applications either. Any suggestions?

    Does the camera have a setting for plain old DV output. (and 4.3 three if you don't want it Letter-boxed)
    iChat tends not to see anything else from Firewire cameras.
    Have you tried Shutting down the Computer and restarting ?
    Do a full shut down and use the power Button to Restart (not the Restart Option)
    If that does not work, then try the second part of this FAQ by Gulliver
    http://discussions.apple.com/thread.jspa?messageID=607640&#607640
    It suggest running the CRon Scripts with OnyX or Cocktail (MacJanitor unfortunately does not work in Leopard) The others come as Trials and do other things.
    9:01 PM Monday; June 16, 2008

  • Face time will not connect error message "Please check network conections and Try again" message appears but I'm connected to the internet?

    Face time will not connect error message "Please check network conections and Try again" message appears but I'm connected to the internet?

    Hey sergioo9,
    Thanks for the question. Based on what you stated, it seems like you are having trouble signing into Messages on OSX. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    FaceTime, Game Center, Messages: Troubleshooting sign in issues - Apple Support
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

  • After upgrading to os josemite cs4 applications will not run. Message displayed that I need to install the legacy java SE 6 runtime. Is this necessary to fix the application loading?

    after upgrading to os josemite cs4 applications will not run. Message displayed that I need to install the legacy java SE 6 runtime. Is this necessary to fix the application loading?

    Found the answer:
    Java for OS X 2014-001 includes installation improvements, and supersedes all previous versions of Java for OS X. This package installs the same version of Java 6 included in Java for OS X 2013-005.
    installed above and it now works
    Blessings

  • Facebook Messenger not connecting in Message app i...

    Facebook Messenger not connecting in Message app in Lumia 800.
    A solution would be nice, or any app that shows live tile updates if we get a fb message .

    Not sure if there can be any updates as it is a part of the core OS. Have you checked that your network carrier settings are correct and that if you have Flight Mode on and usign it thru WiFi, that it works ok that way?

  • My Ibooks application will not connect to the iBooks store

    my iBooks application will not connect to the iBooks store

    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    In the upper left corner of the window, you should see a list headed Keychains. If not, click the button in the lower left corner that looks like a triangle inside a square.
    In the Keychains list, there should be items named System and System Roots. If not, select
              File ▹ Add Keychain
    from the menu bar and add the following items:
    /Library/Keychains/System.keychain /System/Library/Keychains/SystemRootCertificates.keychain
    Open the View menu in the menu bar. If one of the items in the menu is
              Show Expired Certificates
    select it. Otherwise it will show
              Hide Expired Certificates
    which is what you want.
    From the Category list in the lower left corner of the window, select Certificates. Look carefully at the list of certificates in the right side of the window. If any of them has a a blue-and-white plus sign or a red "X" in the icon, double-click it. An inspection window will open. Click the disclosure triangle labeled Trust to disclose the trust settings for the certificate. From the menu labeled
              Secure Sockets Layer (SSL)
    select
              no value specified
    Close the inspection window. You'll be prompted for your administrator password to update the settings.
    Now open the same inspection window again, and select
              When using this certificate: Use System Defaults
    Save the change in the same way as before.
    Revert all the certificates with non-default trust settings. Never again change any of those settings.

  • Iphone 4s bluetooth does not connect to  sound system

    just bought Iphone 4s 2 days age. Bluetooth can not connect to sound system in my chevrolet captiva model change 2011 (Thailand) but my Iphone 3gs with iSO 4.2 is still worked well.

    I have the same priblem.  Got the 2013 Captiva (Thailand) LTZ and the dealer claims APPLE devices are not compatible.  This is a Chevy issue - howcome Chevy cannot make their executive target market SUV be compatible with the leading phone used by executives???  This is such a turnoff.

  • Mac is not connecting to network systems with names it's only connecting with the IP address why?

    Mac is not connecting to network systems with names.
    It's only connecting with the IP address why?

    It sounds like a problem with the domain name server. Be sure you are using the correct DNS in System Preferences > Network, and if you are make sure it is functioning correctly.
    Best of luck.

  • How do I resolve a "printer not connected" error message?

    Dear Mac Community,
    For the better part of a year I have printed flawlessly to my HP Color LaserJet CP4020 on my home wireless network. Recently I upgraded to OS X 10.8.4 and now when I print, the queue stalls and I receive the following error message, "The printer is not connected."
    Here is what I have tried so far to resolve the issue but to no avail:
    Downloaded and installed the latest HP firmware and software drivers
    Deleted the printer and added it again in Preferences>Print & Scan
    And, of course, the above noted bullet point is the rub: If the printer were not connected to my wireless network then it would be unable to be added! But since I can add the printer, my OS is definitely seeing the printer on the network.
    After the above diagnostics I tried printing from native Mac OS apps (e.g. TextEdit) and non-native apps (e.g. Microsoft Word), and both worked.
    Then they stopped.
    Then they would print after several minutes of delay (e.g. a single sentence Text Edit test print page took over a minute and a five sentence Word document took over 5 minutes).
    Then they stopped.
    And now I cannot print anything!
    In case it helps, my specifications are as follows:
    MacBook Pro running OS X 10.8.4 with 8 GB RAM, 500 GB HD, 75 GB available HD space
    HP Color LaserJet CP4020, Firmware v.20120112 07 .111.0, Software Driver v. 9.4
    Any help anyone could provide would be GREATLY appreciated.
    Sincerely,
    Randy

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select "/var/log/cups/error_log" from the file list on the left side of the Console window. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar. Then select the messages from the time of the last failed printing attempt. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.

  • Bsp applications are not connecting to WEB

    HI GURUS,
      I  am trying to execute bsp application. but i not connecting to the web.
    can any one tell me how to configure .
    thanks

    Their could be any reason for that. Please tell us which message you are getting.
    But still you can try some of these things.
    1. Check the server IP configs in your Host File in your system windows files.
    2. Check in transaction SICF  weather your application is activated or not.
    3. Check other required services in SICF , those should be activated.
        Follow the path tocheck..  SAp->BC->BSP->SAP-> 
    Ask your Admin person regarding this issue.

Maybe you are looking for

  • Problem with genius in musik app after upgrade to iOS 7.1.

    After updating to iOS 7.1. the genius function of the music app cannot be used anymore? How can I fix that? Or is this a general problem?

  • Maximum no of processes exceeded

    I am using Oracle 8.1.6.3 database and OC4J as webcontainer. I am getting following error on server side and I have clue why I am getting this. java.sql.SQLException: ORA-00020: maximum number of processes (200) exceeded SQL Error: java.sql.SQLExcept

  • Sudden very sick Photoshop CS2 after months of no problems

    after months of trouble free pshop cs2 on a QUAD with 4 GB RAM 10.4.8 recently added CR3.6. repaired perms verified disk ran disk warrior re installed a new CS2 detached all external fwires any other app works if i load pshp cs2 most features work if

  • Safari: Switch between windows keyboard shortcut not working

    I've seen plenty of posts on this already, but the suggestion does not work for me. Keyboard preference set to Command+backquote. See screen capture (third fow from bottom). Why won't this shuffle between Safari windows?

  • Show Currency Symbol on Mac

    hii I have created a java application using swing. It takes the regional setting of system and based on it, it sets the currency symbol with price value. It works fine on Windows and Linux but When I try to run it on Mac, and I changed the regional s