Exception in websphere starting (embedded messaging)

When I am starting the websphere server with Embedded messaging enabled. I am gettig the following error. Please give me some pointers to resolve this.
====================
[12/9/05 19:43:52:609 IST] 3da283eb QueueManagerM E MSGS0101E: Start Queue Manager command failed with exit code: 2
[12/9/05 19:43:52:625 IST] 3da283eb JMSService E MSGS0001E: Starting the
JMS Server failed with exception: java.lang.Exception: MSGS0101E: Start Queue Manager command failed with exit code: 2
at
com.ibm.ws.messaging.QueueManagerManager.startQueueManager(QueueManagerManager.java:393)
at
com.ibm.ws.messaging.JMSEmbeddedProviderImpl.start(JMSEmbeddedProviderImpl.java:182)
at com.ibm.ws.messaging.JMSService.start(JMSService.java:288)
at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at
com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
[12/9/05 19:43:52:688 IST] 3da283eb ContainerImpl E WSVR0501E: Error creating component null [class com.ibm.ws.messaging.JMSService]
com.ibm.ws.exception.RuntimeWarning: MSGS0001E: Starting the JMS Server failed with exception: java.lang.Exception: MSGS0101E: Start Queue Manager command failed with exit code: 2
at com.ibm.ws.messaging.JMSService.start(JMSService.java:295)
at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at
com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
====================

Did you check other logs when start? Such as if any component not installed, or disabled...

Similar Messages

  • Does Websphere Embedded Messaging support standalone creator/consumer?

    Hi Guys,
    From internet I see some articles talking about limitation of Websphere Embedded Messaging, that it only supports communications between applications hosted on two or more WAS server in same cell. My question is, can I write a standalone message creator/consumer, looking for embedded messaging service from JNDI, and use it?
    Very thx!
    Qin

    Could you give us some more detail, such as jndi properties, waht jar files we need?
    Great appreciated!!!

  • TransactionRolledbackLocalException in JMS Embedded Messaging...

    We"re using two Message Driven Beans (say MDB1 and MDB2) and two EJBs (say EJB1 and EJB2) in a module in our project to implement JMS Embedded messaging on WAS5.1 (using WSAD5.1.2 environment)
    The MDB2"s onMessage() listens to a queue written by EJB1 and MDB1"s onMessage() also listens to a queue written by EJB1.
    Flow:-
    EJB1 starts first and writes a queue to the MDB2, which asynchronously invokes the EJB2 and this EJB2, after calls to a few utility classes invokes EJB1. Then, EJB1, with the Vector input from EJB2 writes a queue to be captured by MDB1.
    The first flow of EJB1 --> MDB2 works fine, but the second part (EJB1 --> MDB1) is failing and the MDB2 is also getting shut down because of this. The cause of this is a <b>javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException</b>
    Can someone who"s already faced such a challege kindly help?
    This is the stack trace:- (for sake of clarity, MSSPriceChangeAlertMDB in the below trace is the MDB2)
    [8/9/05 19:55:11:951 EDT] 234d1b6e RegisteredRes E WTRN0063E: An illegal attempt to commit a one phase capable resource with existing two phase capable resources has occurred.
    [8/9/05 19:55:14:467 EDT] 2a50db6e JMSExceptionL E WMSG0018E: Error on JMSConnection for MDB MSSPriceChangeAlertMDB , JMSDestination jms/MarketDataQueue : javax.jms.JMSException: MQJMS1016: an internal error has occurred. Please contact your system administrator. Detail: {0}
    at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:540)
    at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1583)
    at java.lang.Thread.run(Thread.java:568)
    ---- Begin backtrace for Nested Throwables
    java.lang.NullPointerException
    at com.ibm.mq.jms.MQQueueAgentThread.processMessage(MQQueueAgentThread.java:368)
    at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1557)
    at java.lang.Thread.run(Thread.java:568)
    [8/9/05 19:55:14:576 EDT] 2a50db6e JMSExceptionL E WMSG0057E: Error on JMSConnection for MDB MSSPriceChangeAlertMDB , JMSDestination jms/MarketDataQueue , JMS Linked Exception : java.lang.NullPointerException
    at com.ibm.mq.jms.MQQueueAgentThread.processMessage(MQQueueAgentThread.java:368)
    at com.ibm.mq.jms.MQQueueAgentThread.run(MQQueueAgentThread.java:1557)
    at java.lang.Thread.run(Thread.java:568)
    [8/9/05 19:55:14:654 EDT] 2a50db6e MDBListenerIm I WMSG0043I: MDB Listener MarketDataAlertListener stopped for JMSDestination jms/MarketDataQueue
    [8/9/05 19:55:14:982 EDT] 234d1b6e ServerSession W WMSG0031E: Exception processing JMS Message for MDB MSSPriceChangeAlertMDB, JMSDestination jms/MarketDataQueue : javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
    com.ibm.ws.exception.WsEJBException
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:159)
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
    at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3128)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:372)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)
    javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSIException(LocalExceptionMappingStrategy.java:96)
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:165)
    at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
    at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3128)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
    at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
    at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:372)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)
    Thanks a ton in advance!

    hi
    I am using two MDb nad about 5 Ejb's..thw transaction attribute for the MDB are set to Required..and for the EjB it is set to Not Supported.Moreover i am using a CLi datasource...but i am getting this error:::::
    ServerSession W WMSG0031E: Exception processing JMS Message for MDB AggregatedMT598PosnSwiftReader, JMSDestination jms/accounting/ACCT.MT598_535.CORR.OUT.QUEUE : javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
    com.ibm.ws.exception.WsEJBException
         at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:159)
         at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
         at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3159)
         at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
         at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
         at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
    javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
         at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSIException(LocalExceptionMappingStrategy.java:96)
         at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:165)
         at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
         at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3159)
         at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
         at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
         at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:375)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:936)
    PLz help..its kind of urgent

  • Sender Mail Adapter Error: exception caught during processing mail message;

    HI , I am configuring mail to file scenario. Need to read mail content (no need to capture From,TO or Subject details) and create a file with the content in the mail.
    Need to read mails from microsoft outlook. Exchange server has been configured for POP3 protocol.
    Following are the details provoding in sender mail adapter:
    URL: provided url in the format: pop://<server name>
    Authentication method: plain
    provided user credinetions to access mails.
    poll interval - 1min
    content encoding none.
    processing parameters : quality of service-exactly once
    Since there is no need to capture From,TO or Subject details, didn't select the option - use mail package.
    Verified for unread mails in the mail box and made sure that there are few unread mails.
    Also, created data types and other components in IR and completed mapping.
    But after starting sender mail communication channel, getting error "exception caught during processing mail message; java.lang.NullPointerException" in RWB-adapter-communication channel monitoring.
    please let me know what needs to be done to resolve this error.
    Thanks.

    HI Stefan, i tried, but still it is giving same error. Yes, i am able to access outlook mail with the user credentials given in the communication channel to access exchange server.
    I am using message protocol: xipayload . Also since i dont have to capture TO,from,subject details., created data type just with one element of type string, not in the standard format .Does this makes any difference.

  • [svn] 3766: Fix for BLZ-261: Null pointer exception in Websphere login code .

    Revision: 3766
    Author: [email protected]
    Date: 2008-10-21 05:59:49 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Fix for BLZ-261: Null pointer exception in Websphere login code.
    Protect the debug logging from being called if the principal variable is null.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-261
    Modified Paths:
    blazeds/trunk/modules/opt/src/websphere/flex/messaging/security/WebSphereLoginCommand.jav a

    Revision: 3766
    Author: [email protected]
    Date: 2008-10-21 05:59:49 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Fix for BLZ-261: Null pointer exception in Websphere login code.
    Protect the debug logging from being called if the principal variable is null.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-261
    Modified Paths:
    blazeds/trunk/modules/opt/src/websphere/flex/messaging/security/WebSphereLoginCommand.jav a

  • Error: 28005, Severity: 16, State: 2...An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impe

    I've seen some similar questions, but want to make sure I can get an answer quickly and how to fix.
    Thanks,
    Paul
    spid24s     Error: 28005, Severity: 16, State: 2
    spid24s     An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated,
    or you do not have permission.

    Hi Paul,
    I also had the same error on one of my servers, and it was because the user that created the database no longer worked for the company.
    So when his AD account got deleted, the database had NULL as owner
    Using the following query I asked for the owners of the databases:
    select name, suser_sname(sid) from master.dbo.sysdatabases
    So changing the owner of the databases that had a NULL owner solved the issue for me.
    use <databasesname>
    go
    exec sp_changedbowner 'sa'
    Thanks for triggering the solution.
    Peter

  • Photoshop elements 10 won't start. Message is. 'Runtime error.  Application has requested the runtime to terminate in an unusual way.  Please contact support team for more information' 'microsoft Visual C   Runtime Library.  How do I fix this or can I jus

    photoshop elements 10 won't start. Message is. 'Runtime error.  Application has requested the runtime to terminate in an unusual way.  Please contact support team for more information' 'microsoft Visual C   Runtime Library.  How do I fix this or can I just uninstal and then re-instal (without losing my spare licence that I want to use elsewhere)  It is a PC not a Mac

    See if anything here helps:
    Troubleshoot C++ runtime errors | Adobe products | Windows

  • Exception caught during processing mail message

    I am getting the following error in CC monitoring for my sender mail adpater:
    exception caught during processing mail message; java.io.IOException: invalid IMAP status response; not finding * STATUS, but 001I NO The requested item could not be found.
    Please tell me how to resolve ?

    NOw when i changed the protocol from IMap to POP3 the error is
    exception caught during processing mail message[18]; com.sap.aii.af.mp.processor.ModuleProcessorException: Error during processing local bean: localejbs/AF_modules/MessageTransformBean caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at AF_modules, the whole lookup name is localejbs/AF_modules/MessageTransformBean.

  • Get parent of Embedded message

    Hello all.
    I have a message with the following structure:
    Message
    multipart-1
    gif1
    embedded message (Content-Type: message/rfc822)
    multipart-2
    text
    gif2
    I have the gif2 body part in my hand, and I want to get the message-id header of the outer message.
    I can get the parent of the gif body part (the multipart-2), and the parent of that multipart-2 (the embedded message).
    How can I get on from here? How can I get the first multipart (multipart-1), and from there the outer message, and from
    it, the message-id header?
    thanks in advance,
    Alon

    The structure is:
    Message
    ---multipart-1
    -------gif1
    -------embedded message (Content-Type: message/rfc822)
    ----------multipart-2
    -------------text
    -------------gif2

  • Var xhr = new XMLHttpRequest(); xhr.open("POST", url,false); working in chrome but not in mozilla 5.0 i am get error "[Exception... " no message " nsresult"

    while uploading a file i am getting below error
    [Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :<TOP_LEVEL> :: line 80" data: no]
    but the same works in chrome
    here is the java script code
    var xhr = new XMLHttpRequest();
    xhr.open("POST", url,false);

    HI johibkhan.
    I think you have to update Firefox the call you are using needs 12 or higher:
    "Gecko 12.0 (Firefox 12.0 / Thunderbird 12.0 / SeaMonkey 2.9) and later support using XMLHttpRequest to read from data: URLs."
    [https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest]
    But also keep in mind we have developers dedicated to answering questions like this in the Firefox section of stackoverflow.com as well :-) You might get a faster/more accurate response.

  • Data Quality vendor-specific error: An error occurred when calling function 'sdq_init_connector ()' in connector ": "(-8) Exception!." Detailed error message: Exception thrown by Java: java.lang.UnsatisfiedLinkError: nio (Not found in com.ibm.oti.vm.boots

    When attempting to create a new Account in siebel integrated with OEDQ the following error occurs.
    ERROR
    Data Quality vendor-specific error: An error occurred when calling function 'sdq_init_connector ()' in connector ": "(-8) Exception!." Detailed error message: Exception thrown by Java: java.lang.UnsatisfiedLinkError: nio (Not found in com.ibm.oti.vm.bootstrap.library.path)(SBL-APS-00118)
    STEPS
    The issue can be reproduced at will with the following steps:
    1) from EDQ director we have imported the EDQ_CDS,EDQ-REFERENCE DATA & EDQ_HISTORICAl DATA packages sucessfully.
    2) Created dnd.param file in SIebel server SDQCOnnector folder.
    3) Copied the libdnd.so file to siebsrvr lib directory(32 bit)
    3) In dnd.param file we have mentioned the javalib file and instllation directory path(<Siebsrvr roo>/dnd/install)
    4) Unzipped the EDQ-Siebel Connector files in dnd/install folder
    5) Copied the dnd.properties file in dnd/install directory and modified it accordingly to point to installed EDQ instance.
    6) Configured the Siebel components for EDQ integration.
    7) Realtime EDQ jobs are running.
    8) Create a new Account
    Env details are
    On : 8.2.2.14 [IP2014] version, Client Functionality
    EDQ 11.1.1.7.4
    IBM JDK 1.7 32 bit
    Using Open UI
    Any Champ have faced this issue and overcame it please let me know the resolution steps. your help is
    Regards
    Monoj Dey
    9007554589

    Hi Monoj,
    A few questions:
    - What OS is Siebel running on?
    - What version of the Siebel connector are you using?
    - Which libdnd.so file are you using?
    - What's the contents of your dnd.parms file?
    thanks,
    Nick

  • WebDynpro Exception: ADS: Request start time, start Interactive Form

    Hello everybody,
    I tried out to display an interactive form in Web Dynpro for ABAP like in Thomas Jungs video described. But I when I start my application I get everytime the dump.
    I read not 944221 and and thats works all. But when I try the testprogram with my form I get the dump, too.
    So any help for me?
    regards,
    Christian
    The dump is:
    WebDynpro Exception: ADS: Request start time: Timestamp
    with this last calls:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP
    Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP

    Hi Danny,
    please check in your visual administrator the credential file for Reader Rights. See also the point "Installing and Configuring Credentials" in the Adobe Document Services Configuration Guide and note 736902.
    Regards,
    Christian

  • How to start the Message Server?

    Hi,
    I wish to start the J2EE engine and for the same it is mandatory to start the Message Server first.
    In order to start the message server, I run the following command:
    <i><b>D:\usr\sap\J2E\SYS\exe\uc\NTI386>msg_server start
    msg_server=>sapparam(1c): No Profile used.
    msg_server=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    [Thr 7972] Wed Jul 25 23:39:18 2007
    [Thr 7972] *** ERROR => MsSetWorkDir: chdir D:\usr\sap
    D00\work [msntserv.c   170]
    [Thr 7972] *** ERROR => MsSPrvInit: MsSetWorkDir [msntserv.c   87]
    [Thr 7972] *** ERROR => mainU: MsSPrvInit [msxxserv.c   1634]</b></i>
    I gave my best time to search for Profile configuration details. But I could not do that.
    <b>Can  somebody tell me how to start the Message Server?</b>
    regards,
    Anand

    Hi Anand,
    Will be good to know what OS are you using...
    If you're tryng to start an instance use <prompt>: startsap pf=<profile of the system you want to start>
    If you logon as <sid>adm just type startsap
    If for some reason you need to start only the message server try  <prompt>: msg_server start pf=<profile of the system you want to start>
    Regards
    Juan
    Please reward with points if helpful

  • Problems starting a Message Bridge on 8.1sp3

    Hi,
              We've been ruuning weblogic server 8.1 sp2 for sometime using a message bridge it has always startted transferring message automatically after a ser ver restart, you see messages such as :
              Oct 12, 2004 10:27:10 AM BST> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 8001, ip address 16
              1.2.231.193>
              <Oct 12, 2004 10:27:10 AM BST> <Info> <Management> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
              <Oct 12, 2004 10:27:10 AM BST> <Info> <Configuration Management> <BEA-150007> <The booted configuration ./config.xml has been backed up at
              /qv/dev/capg002b/weblogic/./config.xml.booted.>
              <Oct 12, 2004 10:27:44 AM BST> <Info> <MessagingBridge> <BEA-200020> <Bridge "BLS-BLP Messaging Bridge" is stopped.>
              <Oct 12, 2004 10:27:44 AM BST> <Info> <MessagingBridge> <BEA-200033> <Bridge "BLS-BLP Messaging Bridge" is obtaining connections to the two adapters.>
              <Oct 12, 2004 10:27:44 AM BST> <Info> <MessagingBridge> <BEA-200032> <Bridge "BLS-BLP Messaging Bridge" is configured to disallow degradation of its quality of service in cases where the configured quality of service is unreachable.>
              <Oct 12, 2004 10:27:44 AM BST> <Info> <MessagingBridge> <BEA-200030> <Bridge "BLS-BLP Messaging Bridge" is configured to work in "Exactly-
              once" mode, and it is actually working in "Exactly-once" mode.>
              <Oct 12, 2004 10:27:44 AM BST> <Info> <MessagingBridge> <BEA-200028> <The bridge "BLS-BLP Messaging Bridge" has started transferring messages.>
              <Oct 12, 2004 10:28:09 AM BST> <Info> <MessagingBridge> <BEA-200028> <The bridge "BLS-BLP Messaging Bridge" has started transferring messages.>
              <Oct 12, 2004 10:28:34 AM BST> <Info> <MessagingBridge> <BEA-200028> <The bridge "BLS-BLP Messaging Bridge" has started transferring messages.>
              but with 8.1sp3 the Message Bridge does NOT automatically start transferring messges after a restart and you get messgaes like this :
              <Oct 12, 2004 10:42:24 AM BST> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 8001, ip address 161.2.231.193>
              <Oct 12, 2004 10:42:24 AM BST> <Info> <Management> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
              <Oct 12, 2004 10:42:24 AM BST> <Info> <Configuration Management> <BEA-150007> <The booted configuration ./config.xml has been backed up at /qv/dev/capg002b/weblogic/./config.xml.booted.>
              <Oct 12, 2004 10:43:07 AM BST> <Info> <MessagingBridge> <BEA-200020> <Bridge "BLS-BLP Messaging Bridge" is stopped.>
              <Oct 12, 2004 10:43:07 AM BST> <Info> <MessagingBridge> <BEA-200033> <Bridge "BLS-BLP Messaging Bridge" is obtaining connections to the two adapters.>
              <Oct 12, 2004 10:43:07 AM BST> <Info> <MessagingBridge> <BEA-200032> <Bridge "BLS-BLP Messaging Bridge" is configured to disallow degradation of its quality of service in cases where the configured quality of service is unreachable.>
              <Oct 12, 2004 10:43:07 AM BST> <Info> <MessagingBridge> <BEA-200030> <Bridge "BLS-BLP Messaging Bridge" is configured to work in "Exactly-once" mode, and it is actually working in "Exactly-once" mode.>
              with sp3 the message transfer needs to be started manually from the browser console.
              So my questing : why is bridge start up not automatic in sp3, bug ? or feature ?
              thanks
              justin

    I've got some more info on this, and it gets stranger !!
              Basically I upgraded another system that uses Message Briging to sp3, and miraculuously, the transfer DID start automatically as desired. Very confusing ! so I compared the MessagingBridge stanzas in the config.xml for each system:
              this from the "broken" system where the bridge does not automatically start :
              <MessagingBridge Name="DStoMHMessagingBridge"
              QualityOfService="Exactly-once"
              SourceDestination="DStoMHSourceDestination" Started="true"
              TargetDestination="DStoMHTargetDestination" Targets="datasourceCluster"/>
              and this from the system where the bridge DOES automatically start :
              <MessagingBridge BatchSize="1" Name="BLS-BLP Messaging Bridge"
              SourceDestination="BLS-BLP Bridge Source Destination"
              Started="true"
              TargetDestination="BLS-BLP Bridge Target Destination" Targets="smpd289-bls1"/>
              I noticed that
              QualityOfService="Exactly-once"
              was missing from the working system, so removed it from the broken system. And sure enough the bridge transfer DID start automically, when it had'nt done before. Problem fixed.
              So there are several questions :
              1. Why does the QualityOfService setting have an impact on whether the Bridge starts automatically ?
              2. When you look at the web console on both the working and broken original systems and on the "broken" system with the QualityOfService="Exactly-once" line removered, It still says Exectly-once on the webpage. So Why this miss-match between whats contained in config.xml and whats shown on the webconsole ?

  • Clusterwide exception: Failed to start dependent interface ''caf/eu/gp/api'

    Hello !
    We are working with SAP Netweaver 2004s SP11 with a local repository. We are trying to deploy a web dynpro project
    using the guided procedures api. But we have a problem at deploy time :
    Finished with warnings: development component ... :Caught exception during application startup
    from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Error occurred
    while starting application ... and wait. Reason: Clusterwide exception: server ID 1117550:
    com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception:
    Failed to prepare application ... for startup.
    Reason=Clusterwide exception: Failed to start dependent library ''caf/eu/gp/api/wd'' of application ...
    Status of dependent component:  STATUS_MISSING.
    We have already added the dependencies in the project, and the library references in the project properties.
    Has anyone already encountered this problem ? I thank you in advance.
    Best regards,
    Romain

    Hi Romain,
    What Piyush has replied in his second post above, i wish to another thing to it.
    His is right in saying that we need to check run time, deploy time, and build time as dependency types. But once you check them and click on finish, try again seeing the properties of that Used DC which you just added. You will see that only Deploy Time Dependency Type is "true", all the others are false. You need to edit that Used DC and then again check all three build time, deploy time, and run time. Now if you see the properties, you will see that these three are set to true. Don't know why this happens, but this does happen.
    See page 13 and 14 of the following doc:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59">Implementing a Web Dynpro Callable Object which Implements the GP Interface</a>
    See this entire doc, may be it helps.
    If your problem still doesn't get solved, gve me your email address, i will send you another doc for creating a callable object from a web dynpro application.
    Bye
    Ankur
    Do reward points for helpful answers!!

Maybe you are looking for