NOT Consuming Messages

Hi !
I have a queue of JMS on a BEA weblogic and i would listen and read the messages in it but without lock them or consume !
Someone have some suggest about how to do ?
Sorry for my english..... ; )

Hi,
Have a look at QueueBrowser: http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/QueueBrowser.html
I would also recommend you to have a look at Hermes: http://www.hermesjms.com/
Hope this helps
Arnaud

Similar Messages

  • Weblogic 6.1 sp1 Application Server MDB does not consume messages

    I have the following situation:
    WebLogic Application Server 6.1 sp1. A deployed mdb does nothing - just sits idle
    even when the JMS queue it points to has many messages waiting to be consumed.
    When the application server is bounced (i.e., shutdown and restarted), the mdb
    starts processing the messages. JMS server has a JDBC backing store.
    Any ideas?
    Thanks,
    Prakash

    Tobin is right, my apoplication is called "portal", I am not using WLPortal. Anyway,
    I managed to resolve my problem,I had sax2 , xp and xt parsers placed in the WEB-INF\lib
    directory of my application in addition to my own jar file. I removed the parsers
    , and now my application is running fine.
    It is strange though, since my application used to load and work flawlessly on
    weblogic 6 as well as weblogic 6.1 sp1 with the parsers in the lib directory....
    Anyhow, thanks a lot for the help.
    Regards,
    Lalitha
    "Tobin Paterson" <[email protected]> wrote:
    >
    Having applied WLS 6.1 sp2 upgrade today I am seeing the same fault.
    I am not using
    WL Portal. Also I think the original poster's application just happens
    to be called
    "portal" and is not using WL Portal.
    cheers,
    Tobin.
    "BEA Support" <[email protected]> wrote:
    Hello,
    Only WLCS and/or WLPS 3.5 sp 2 support WLS 6.1 sp 2
    WL Portal 4.0 support only WLS 6.1 sp 1.
    Regards,
    Developer Relations Engineer
    BEA Support
    "Lalitha" <[email protected]> a écrit dans le message de news:
    [email protected]..
    Hi
    For some reason, my application 'portal' does not run on weblogic
    6.1
    sp2,
    It used to run fine on 6.1 sp1 .
    I am attaching the weblogic.log file with this msg.
    Thanks,
    Regards,
    Lalitha

  • Event node not consuming messages

    Hi
    I am sending an XML message from a different application to WLI destination WLI_BPM_Event
    queue using JMS and have an event node in a workflow in BPM waiting for the message.
    I see the message reaching the destination ( in console ) but it is in pending
    state and is not being consumed by the event node. On the other hand if I use
    a dummy workflow template to post the same xml message to WLI_BPM_EVENT queue
    in WLI, the message is being consumed by the event node in the original workflow.
    Do you have any idea as to what could be the reason for this?
    Here is the sample code in onMessage of my MDB that is sending the message to
    BPM. It is a simple starting point and I am not worried of multiple instances
    of workflow too. This code is triggered by the bean after it receives an XML message
    from BPM and processes it.
              QueueConnectionFactory workFlowQConnectionFactory =
         ServiceLocator.getInstance().getQueueConnectionFactory("com.bea.wlpi.QueueConnectionFactory");
    Queue workFlowQ = ServiceLocator.getInstance().getQueue("com.bea.wli.bpm.EventQueue");
    QueueConnection workFlowQConnection = workFlowQConnectionFactory.createQueueConnection();
    QueueSession acctRespSession = workFlowQConnection.createQueueSession(
    false, Session.AUTO_ACKNOWLEDGE );
    QueueSender acctRespSender = acctRespSession.createSender( workFlowQ
    TextMessage acctCreationResponse = acctRespSession.createTextMessage();
    StringBuffer response = new StringBuffer();
    response.append("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>");
    if ( accountCreated ) {
    response.append("<accountCreated>yes</accountCreated>");
    } else {
    response.append( "<accountCreated>no</accountCreated>" );
    acctCreationResponse.setText( response.toString() );
    logger.info("Sent message " + acctCreationResponse.getText() );
    acctRespSender.send( acctCreationResponse );
    Thanks
    Sreeram

    Hi Chris
    How come I don't see a destination by that jndi name in the list of destinations
    under the WLIJMSServer in admin console? I double checked in two separate installations.
    I didn't do any custom configurations either and that was a default EAI domain
    configuration. I see com.bea.wli.bpm.EventQueue and not com.bea.wli.bpm.Event
    Thanks
    Sreeram
    Chris Stead <[email protected]> wrote:
    Hi Sreeram,
    Try using com.bea.wli.bpm.Event (not com.bea.wli.bpm.EventQueue).
    Cheers,
    Chris
    Sreeram wrote:
    Hi
    I am sending an XML message from a different application to WLI destinationWLI_BPM_Event
    queue using JMS and have an event node in a workflow in BPM waitingfor the message.
    I see the message reaching the destination ( in console ) but it isin pending
    state and is not being consumed by the event node. On the other handif I use
    a dummy workflow template to post the same xml message to WLI_BPM_EVENTqueue
    in WLI, the message is being consumed by the event node in the originalworkflow.
    Do you have any idea as to what could be the reason for this?
    Here is the sample code in onMessage of my MDB that is sending themessage to
    BPM. It is a simple starting point and I am not worried of multipleinstances
    of workflow too. This code is triggered by the bean after it receivesan XML message
    from BPM and processes it.
              QueueConnectionFactory workFlowQConnectionFactory =
         ServiceLocator.getInstance().getQueueConnectionFactory("com.bea.wlpi.QueueConnectionFactory");
    Queue workFlowQ = ServiceLocator.getInstance().getQueue("com.bea.wli.bpm.EventQueue");
    QueueConnection workFlowQConnection = workFlowQConnectionFactory.createQueueConnection();
    QueueSession acctRespSession = workFlowQConnection.createQueueSession(
    false, Session.AUTO_ACKNOWLEDGE );
    QueueSender acctRespSender = acctRespSession.createSender(workFlowQ
    TextMessage acctCreationResponse = acctRespSession.createTextMessage();
    StringBuffer response = new StringBuffer();
    response.append("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>");
    if ( accountCreated ) {
    response.append("<accountCreated>yes</accountCreated>");
    } else {
    response.append( "<accountCreated>no</accountCreated>");
    acctCreationResponse.setText( response.toString() );
    logger.info("Sent message " + acctCreationResponse.getText());
    acctRespSender.send( acctCreationResponse );
    Thanks
    Sreeram

  • Pick activity eats messages that it does not consume

    Consider the following code fragment:
    <while name="while-1" condition="bpws:getVariableData('counter') &lt; 2">
    <pick name="pick-1">
    <onMessage partnerLink="rcvr1" portType="tns:BasicCallback" operation="onResult" variable="rcvd1">
    </onMessage>
    <onMessage partnerLink="rcvr2" portType="tns:BasicCallback" operation="onResult" variable="rcvd2">
    </onMessage>
    <onMessage partnerLink="rcvr3" portType="tns:BasicCallback" operation="onResult" variable="rcvd3">
    </onMessage>
    </pick>
    </while>
    In principle, this fragment of process will perform a number of iterations (let's say two iterations) and for each of these iterations it will consume one among three possible types of messages (the messages have the same type but come from different partner links).
    I have run this process in a situation where all the three messages (which come from the three different partner links) are sent at the same time and thus (in most executions) they arrive to the BPEL process at the same time. The problem that I'm having is that during the first iteration, the Pick activity consumes one of the message (say the message over "rcvr1") and it then discards the other two messages which are sitting on the message queue (i.e. the messages that arrived through partner links "rcvr2" and "rcvr3"). As a result, these two messages are no longer available during the second iteration of the "while" loop, and the process just waits forever.
    Reading Section 12.4 of the BPEL 1.1 spec. there's nothing in there that says that messages that are not consumed by a Pick activity should be discarded.
    Specifically, the execution log that I'm getting looks something like the following:
    ... [first iteration]
    rcvr3 (onResult) (cancelled)
    [2005/06/09 14:42:28] Waiting for message from "rcvr3", operation is "onResult".
    [2005/06/09 14:42:32] Receive activity has been cancelled.
    rcvr2 (onResult) (cancelled)
    [2005/06/09 14:42:28] Waiting for message from "rcvr2", operation is "onResult".
    [2005/06/09 14:42:32] Receive activity has been cancelled.
    rcvr1 (onResult)
    [2005/06/09 14:42:28] Waiting for message from "rcvr1", operation is "onResult".
    [2005/06/09 14:42:32] Received "onResult" callback from partner "rcvr1" More...
    <rcvd1>
    ... [second iteration]
    rcvr3 (onResult) - pending
    [2005/06/09 14:42:32] Waiting for message from "rcvr3", operation is "onResult".
    rcvr2 (onResult) - pending
    [2005/06/09 14:42:32] Waiting for message from "rcvr2", operation is "onResult".
    rcvr1 (onResult) - pending
    [2005/06/09 14:42:32] Waiting for message from "rcvr1", operation is "onResult".
    Interestingly, sometimes it happens that one of the 3 messages arrives one second before the other two. In this case, The Pick activity consumes the first message during the first iteration, then the process goes into the second iteration and the "Pick" activity then consumes a second randomly chosen message (but still it "eats" the third message).
    This behaviour has been observed in Oracle BPEL 2.1.2
    Kind regards
    Marlon Dumas (m . dumas @ qut . edu . au)
    Queensland University of Technology, Australia

    Thanks Marlon. I will communicate the same to dev team.

  • JMS Adapter is not picking messages from Topic ( AIA Error Notification)

    Hi All,
    One of my service is not picking messages from topic. This service was working in one environment but not working in this environment.
    I am using AIA 2.5 and using AIAErrorNotification.
    Service AIAAsyncErrorHandlingBPELProcess is enquing the message but consumer service AIAReadJMSNotificationProcess is not being invoked automatically.
    Whenever we are manually invoking this service, then this service is dequing messages from topic.
    Is any have any clue for this?
    Thanks in Advance.
    Edited by: vikky123 on Dec 22, 2010 1:46 PM

    Increase Log level for cube.activation to debug and check the logs by stopping & starting the activation agent(I mean Retire and activate the process) .. It should give a clue on what's happening..

  • OpenMQ not receiving messages by producer

    Hi,
    I'm new to JMS, i'm just trying to make other people's piece of code work and i've got a problem with messages not arriving to OpenMQ.
    I've isolated the problem in the following example:
    import javax.jms.*;
    public class JMSTest {
    public static void main(String [] args) throws javax.jms.JMSException {
    // factoria
    com.sun.messaging.TopicConnectionFactory conFactory = new com.sun.messaging.TopicConnectionFactory();
    conFactory.setProperty(com.sun.messaging.ConnectionConfiguration.imqBrokerHostPort, "7676");
    conFactory.setProperty(com.sun.messaging.ConnectionConfiguration.imqBrokerHostName, "localhost");
    conFactory.setProperty(com.sun.messaging.ConnectionConfiguration.imqReconnectEnabled, "true");
    conFactory.setProperty(com.sun.messaging.ConnectionConfiguration.imqReconnectAttempts, "-1");
    // Creacion de conexion
    TopicConnection theConnection = conFactory.createTopicConnection();
    theConnection.start();
    // Sesion
    TopicSession theSession = theConnection.createTopicSession(false, Session.AUTO_ACKNOWLEDGE);
    // Crear Topic
    Topic myTopic = theSession.createTopic("TESTTopic");
    // Productor de mensajes y envio de estos
    MessageProducer myMsgProducer = theSession.createPublisher(myTopic);
    while (true) {
    TextMessage myMsg = theSession.createTextMessage();
    myMsg.setText("aslkdjflaskjd");
    myMsgProducer.send(myMsg);
    I run the imqbrokerd and then run the above small example. The broker correctly reports the session, topic and producer creation, but the messages aren't received (If i open imqadmin and watch the created topic's properties the message count stands 0).
    Any ideas?
    Imqbrokerd logs:
    [02/jun/2011:14:44:23 CEST] Received JMQRBufferSize -100
    [02/jun/2011:14:44:23 CEST] [B1065]: Aceptando: [email protected]:47755->jms:54383. Total: servicio=1 agente=2
    [02/jun/2011:14:44:23 CEST] Created new session 4343774962400028928 on connection 4343774962400004608
    [02/jun/2011:14:44:23 CEST] attempting to set Message Count Limit to 100000 for destination TESTTopic [Tema]
    [02/jun/2011:14:44:23 CEST] attempting to set Message Bytes Limit to 10485760K for destination TESTTopic [Tema]
    [02/jun/2011:14:44:23 CEST] attempting to set Message Size Limit to 10240K for destination TESTTopic [Tema]
    [02/jun/2011:14:44:23 CEST] [B1132]: Creando destino automáticamente TESTTopic [Tema]
    [02/jun/2011:14:44:23 CEST] Creating new Producer 4343774962400037632 on T:TESTTopic for connection 4343774962400004608

    Just to add to what ak correctly says:
    You're sending messages to a topic, but there are no subscribers on that topic. This means the broker throws away the message. This is a basic characteristic of topics, and what distinguishes topics from queues. If you create a subscriber on that topic and then send messages to the topic, you will see that the subscriber gets the messages, so long as the subscriber exists at the time when the message is sent. A subscription can be either durable or non-durable. A non-durable subscription only exists as long as the consuming program is actually running and connected to the JMS provider, whereas a durable subscription can exist even if the program that created it isn't running. In the latter case messages get saved in the JMS provider until the consuming program connects to the subscription and actively consumes messages from it.
    There's a short description which may help in the JMS tutorial at
    http://download.oracle.com/javaee/6/tutorial/doc/bncdx.html#bnced
    Nigel

  • Consuming messages using Java

    Hi,
    I am using BlazeDS running in Tomcat 6.0.16. The Flex client components are written using Flex 3. I have a messaging destination set up and the Flex producers and consumers are working fine. I am able to push messages from the server top the clients using the MessageBroker.routeMessageToService method.
    How can I read/consume messages using Java in the server? I haven't been able to find any documentation or examples on how to do this. Any help and advice is greatly appreciated ... Thanks!
    -- C

    <div class=Section1><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>Alex:<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>Thank you for your reply. I would prefer not to use JMS since in<br />order to receive messages asynchronously, I would have to use a J2EE message<br />driven bean.  I am trying to implement a listener that can run in Tomcat. <o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>Is there a way of doing this without using JMS? Using the<br />message broker I can get a reference to the destination object. And from there<br />I presume it is a matter of registering a callback handler or such &#8230; but<br />I couldn&#8217;t find anything similar in the javadocs.<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>Cheers,<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>Chamara<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><br /><br /><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span<br />style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Alex Glosband<br />[mailto:[email protected]] <br><br /><b>Sent:</b> Thursday, March 13, 2008 9:04 AM<br><br /><b>To:</b> [email protected]<br><br /><b>Subject:</b> Re: Consuming messages using Java<o:p></o:p></span></p><br /><br /></div><br /><br /><p class=MsoNormal><o:p> </o:p></p><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>A new message was posted by<br />Alex Glosband in <br><br /><br><br /><b>General Discussion</b> --<br><br />  Consuming messages using Java<br><br /><br><br />The easiest way to do this is to use the JMS messaging adapter in BlazeDS. This<br />adapter lets your Flex clients publish messages to and receive messages from<br />JMS destinations. You can also have Java JMS clients that send messages to and<br />receive messages from these same destinations. <br><br /><br><br />Take a look at the &quot;Configuring the JMS adapter&quot; section of BlazeDs<br />dev guide for more information about this. <br><br /><br><br /><a<br />href="http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?content=messaging_ config_3.html#256378">http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?conte nt=messaging_config_3.html#256378</a><br /><br><br /><br><br />-Alex <o:p></o:p></p><br /><br /><div class=MsoNormal><br /><br /><hr size=2 width=200 style='width:150.0pt' align=left><br /><br /></div><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>View/reply at <a<br />href="http://www.adobeforums.com/webx?13@@.59b4a54c/0">Consuming messages using<br />Java</a><br><br />Replies by email are OK.<br><br />Use the <a<br />href="http://www.adobeforums.com/webx?280@@.59b4a54c!folder=.3c061a83">unsubscribe</a>< br />form to cancel your email subscription.<o:p></o:p></p><br /><br /></div>

  • Can BPEL retry consuming message from JMS Q Infinite times after rollback?

    Hi Guys,
    I have a scenario where a simple BPEL 11g with a throw consumes messages from a JMS queue.
    If some error occurs the message would be rolled back to JMS queue.
    I want to configure the BPEL in such a way that the BPEL would retry to consume the rolled back message again and again regardless of how many times it is getting rolled back.
    please suggest some solutions.
    Thanks in Advance...

    To get rollbacks to sucessfully put messages back on a queue we:
    1. Ensure the BPEL component in composite.xml has the following properties set:
    <property name="bpel.config.transaction">required</property>
    <property name="bpel.config.oneWayDeliveryPolicy">sync</property>
    2. Use ASync fault policy
    <property name="oracle.composite.faultPolicyFile">oramds:/apps/AIAMetaData/faultPolicies/IC/ASync/V1/fault-policies.xml</property>
    <property name="oracle.composite.faultBindingFile">oramds:/apps/AIAMetaData/faultPolicies/IC/ASync/V1/fault-bindings.xml</property>
    These are custom fault policies we have that simply rethrows the fault (I can send them to you if required)
    The problem is that you will fire your server into an endless loop and not have any control over the process. Many kinds of error will cause the loop not just the one you want. I can imagine SOA server will hang, or run out of memory then you will reboot it and it will just hang again.
    You may have a resubmit delay of 5 mins but if you have 300 messages in the queue that is still one try every second. I can imagine your server falling over.
    Automatic re-submission is possible but I would suggest going for a design that gives you a little more control over the process. Having error messages go into an error queue and an automatic re-submission process might be a good idea. You could then control the process. e.g. Try one of the messages every 5 mins and if that works put the entire contents of the error queue back into the main queue.

  • Not able to view the Spaces home page; getting Page not found message

    Hello All,
    I seem to have a problem trying to access the Spaces Welcome page. I get a page not found message trying to access.
    When I look into the logs -
    [2010-07-08T08:32:32.137-04:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Factory Finder is already initialized, hence quitting
    [2010-07-08T08:32:32.152-04:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Cannot locate the document 'oracle/webcenter/webcenterapp/extendingspaces/extending-spaces-properties.xml'.
    [2010-07-08T08:32:32.347-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.spaces.search] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] MDS_QUERY: List size: 0, forAdmin true, isTemplate true, rowsRestricted false, Time Taken : 192
    [2010-07-08T08:32:32.376-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Found the scope spacetemplate/Basic is viewable to authenticated role, setting the flag to true and returning.
    [2010-07-08T08:32:32.402-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Found the scope spacetemplate/CommunityOfInterest is viewable to authenticated role, setting the flag to true and returning.
    [2010-07-08T08:32:32.430-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Found the scope spacetemplate/ProjectSpace is viewable to authenticated role, setting the flag to true and returning.
    [2010-07-08T08:32:32.431-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.spaces] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Templates Application Regions initalized Sucessfully. Templates list has 3 Published Templates list has 3Initalization took 277 ms
    [2010-07-08T08:32:32.550-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.page] Relationship Service is already registered: oracle.webcenter.page, ignoring...
    [2010-07-08T08:32:32.601-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.collab.calendar.personal] Relationship Service is already registered: oracle.webcenter.collab.calendar.personal, ignoring...
    [2010-07-08T08:32:32.611-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.collab.calendar.community] Relationship Service is already registered: oracle.webcenter.collab.calendar.community, ignoring...
    [2010-07-08T08:32:32.616-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.list] Relationship Service is already registered: oracle.webcenter.list, ignoring...
    [2010-07-08T08:32:32.618-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.list.data] Relationship Service is already registered: oracle.webcenter.list.data, ignoring...
    [2010-07-08T08:32:32.666-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.doclib] Relationship Service is already registered: oracle.webcenter.doclib, ignoring...
    [2010-07-08T08:32:32.695-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.collab.announcement] Relationship Service is already registered: oracle.webcenter.collab.announcement, ignoring...
    [2010-07-08T08:32:32.714-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.note] Relationship Service is already registered: oracle.webcenter.note, ignoring...
    [2010-07-08T08:32:32.727-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.relationship.url] Relationship Service is already registered: oracle.webcenter.relationship.url, ignoring...
    [2010-07-08T08:32:32.751-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.collab.forum] Relationship Service is already registered: oracle.webcenter.collab.forum, ignoring...
    [2010-07-08T08:32:32.983-04:00] [WLS_Spaces] [WARNING] [] [oracle.webcenter.framework.service.EclipseLinkLogger] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] 2010-07-08 08:32:32.982--ServerSession(7507840)--PersistenceUnitInfo ServiceFrameworkPUnit has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored
    [2010-07-08T08:32:32.986-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.framework.service.EclipseLinkLogger] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] 2010-07-08 08:32:32.986--ServerSession(7507840)--EclipseLink, version: Eclipse Persistence Services - 1.2.0.v20091016-r5565
    [2010-07-08T08:32:32.989-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.framework.service.EclipseLinkLogger] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] 2010-07-08 08:32:32.989--ServerSession(7507840)--webcenter-oracle.webcenter.framework login successful
    [2010-07-08T08:32:33.618-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.adf.mbean.share.connection.ConnectionsMXBeanImpl] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Registering Connection Runtime MBean
    [2010-07-08T08:32:35.174-04:00] [WLS_Spaces] [WARNING] [ADF_FACES-30163] [oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] The application is running with the new window detect flag off. It is highly recommended that this flag be turned on to ensure proper functioning of your application when new browser windows are launched. In web.xml set the context parameter oracle.adf.view.rich.newWindowDetect.OPTIONS to 'on'.
    [2010-07-08T08:32:38.963-04:00] [WLS_Spaces] [WARNING] [] [oracle.webcenter.collab.forum.internal.model.gateway.ForumGatewayManager] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] oracle.webcenter.collab.forum.ForumException: no connections available for: Discussion Forum
    [2010-07-08T08:32:39.435-04:00] [WLS_Spaces] [WARNING] [] [oracle.webcenter.collab.forum.internal.model.gateway.ForumGatewayManager] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] oracle.webcenter.collab.forum.ForumException: no connections available for: Discussion Forum
    [2010-07-08T08:32:39.951-04:00] [WLS_Spaces] [WARNING] [] [oracle.webcenter.collab.forum.internal.model.gateway.ForumGatewayManager] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] oracle.webcenter.collab.forum.ForumException: no connections available for: Discussion Forum
    [2010-07-08T08:33:10.320-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2tI_Fw000jzwkno1Bskt^0000HE,0] [APP: webcenter] Spaces request : #Request URL = http://192.168.0.140:1527/webcenter/spaces #QueryString = null #Encoding = UTF-8 #lang = null
    [2010-07-08T08:33:10.321-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2tI_Fw000jzwkno1Bskt^0000HE,0] [APP: webcenter] Spaces request : #Request URL = http://192.168.0.140:1527/webcenter/spaces #QueryString = null #Encoding = UTF-8 #lang = null
    [2010-07-08T08:33:10.633-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.jbo.uicli.mom.CpxUtils$Visitor] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: anonymous] [ecid: 0000Iam2tI_Fw000jzwkno1Bskt^0000HE,0] [APP: webcenter] jar:file:/wbc/web_logic/user_projects/domains/kbace_domain/servers/WLS_Spaces/tmp/_WL_user/oracle.webcenter.framework.view/9rmhle/WEB-INF/lib/conference-view.jar!/oracle/webcenter/collab/rtc/conference/view/DataBindings.cpx
    [2010-07-08T08:33:10.926-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.adf.model.servlet.HttpBindingContext] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: anonymous] [ecid: 0000Iam2tI_Fw000jzwkno1Bskt^0000HE,0] [APP: webcenter] Application error handler: oracle.webcenter.webcenterapp.internal.view.error.WCErrorHandlerImpl
    Any help would be appreciated on this.
    Thanks in advance.
    Nachi

    Hi All,
    I am facing this peculiar issue.
    Post installation of webcenter, I can access the Webcenter Spaces homepage.
    I log into webcenter as admin and configure a Mail Connection. I start and stop the Webcenter Spaces deployment. Now I don't see the Webcenter spaces Home page.
    Error on page -
    Page Not Found...
    The page you requested is not found.
    Click here to go to home
    Click here to go to list of accessible pages
    When I check the Logs on the server; I see -
    #SEARCH_CRITERIA
    #     START_TIME: 2010-07-29T05:12:22.740-04:00
    #     END_TIME: 2010-07-29T06:12:22.740-04:00
    #     MESSAGE_TYPES:INCIDENT_ERROR, ERROR, UNKNOWN
    #SELECTED_TARGETS_LIST
    #     /Farm_base_domain/base_domain/WLS_Spaces/webcenter:oracle_webcenter
    [2010-07-29T06:09:27.910-04:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp] [host: kbace-hpbs0201.kbace.com] [nwaddr: 127.0.0.1] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000IcTfOu8Fw000jzwkno1CK78x00003V,0] [APP: webcenter] Factory Finder is already initialized, hence quitting
    [2010-07-29T06:09:27.933-04:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [host: kbace-hpbs0201.kbace.com] [nwaddr: 127.0.0.1] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000IcTfOu8Fw000jzwkno1CK78x00003V,0] [APP: webcenter] Cannot locate the document 'oracle/webcenter/webcenterapp/extendingspaces/extending-spaces-properties.xml'.
    #MESSAGE_COUNT: 2
    Any light in this regard is much appreciated.
    Thanks in Advance.
    Nachi

  • "not responding" message across the top of mozilla several times a day and my entire computer lags when I receive that message.

    about two to three weeks ago mozilla started to lag on occasion with the "not responding" message across the top of the browser. it would freeze while i was playing facebook games or while i was watching youtube videos or just trying to scroll down a page, so i used my laptop less and less hoping the rest period would help stop it from lagging and from not responding. now that i have uninstalled useless programs and freed up hard drive space it is still lagging a lot. i even updated to 9.01 and updated the plug-ins that i use and it still lags.

    Have you recently upgraded is so i suggest you run it in safe mode first.
    Below is an example
    [[Safe Mode]]
    and make sure ya plugins aint out of date
    [https://support.mozilla.com/en-US/kb/Safe Mode Plugin Checker]

  • My voicemail does not work on my iphone 5, not receiving messages that leave me

    my voicemail does not work on my iphone 5, not receiving messages that leave me

    any person who will do the same, I communicate with at &amp; t and nothing to do (I left messages in my mailbox I did not receive, nor the iphone notify me

  • I have lightroom 5.7 and a macbook pro 10.9.5.  Occasionally when I am editing a photo in the develop module, I suddenly get a "file not found" message and the editing ceases to work.  There is no "exclamation" icon below the histogram box in the Library

    I have lightroom 5.7 and a macbook pro 10.9.5.  Occasionally when I am editing a photo in the develop module, I suddenly get a "file not found" message and the editing ceases to work.  There is no "exclamation" icon below the histogram box in the Library module or on the photo in grid view, and the histogram is gone.  What is going on? Trying to find it using the "find missing photos" in the library menu does nothing.

  • Blackberry curve (8300) is adding a 1 to phone number in SMS?? will not send message?

    I get an error message saying that I need to resend the message w/ a proper 10 digit number... Which I have in my address book, but then the phone will add an extra 1 to the #, making it 11 characters, and thus not sending messages.... I have looked through both phone and SMS options and have found nothing that helps.. I have turned off the country code in phone options, resent the SMS, and still had the same problem.  then I took the area code off and the same thing still happened. Please help b/c I cannot text my gf at the moment????!!!
    also, it adds a 1 to only certain phone numbers.  i can text almost everybody else just fine, apart from like 3-4 people.
    thanks in advance,
    ~Andrew~

    Try http://supportforums.blackberry.com/t5/BlackBerry-Storm/Menu-Key-not-working/td-p/151422
    Twitter: @IAmBenGiey | Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Try my apps:
    The Ultimate Currency Converter and T2G - BloGFeed

  • IMessage not getting messages on mac but I receive them on my iPod

    I get messages on my iPod so I know people reply but when I look on my mac iMessage I don't have the messages. Same account everything its like my mac isn't receiving push notifications. Is there anyway to "reboot" iMessage on mac. I quit and open. I've signed out and signed back in on Accounts but nothing seems to work.
    Thankyou for your help.

    Hi,
    Can you Send from the Mac ?
    Do the Contacts names go red every time you try them in the 'to Spot to Start a conversation ?  (Not Registered message)
    Or do you get an alert under the text you just sent that read "Not Delivered"
    After that check the Contacts app on both are syncing.
    NOTE.
    com.apple.ichat.StatusMessages.plist  only contains this info
    It is the info in this drop down
    This side has nothing to do with the iMessages accounts.
    The same menu appears in the Menu Bar Drop down (if you display it) and the Messages > My Status item.
    You could try deleting com.apple.imagent.plist as this holds all the accounts that Login in Messages and FaceTime and may give it an suitable "restart"
    9:05 pm      Wednesday; April 1, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • So with iMessage, i am not getting messages on my 4S, only on my MacBook Pro.  I don't want this.  I only want texts sent to my phone.  HELP!

    so with iMessage, i am not getting messages on my 4S, only on my MacBook Pro.  I don't want this.  I only want texts sent to my phone.  HELP!

    did that.  now getting no messages on anything.  opened up messages on the Mac and saw i had been sent many that never showed up on my phone.
    I tried sending a text with iMessage turned off and while it said delivered, doesn't look like it was ever seen.

Maybe you are looking for

  • Airport Extreme set up with Time Warner

    OK. I am experiencing a similar problem as mentioned in a differnt thread, but a bit different. First my Airport Utlility is 6.3.1 so the graphics for settings are completely different.  I have an ATV2, Black Mccbook and Ipad2. My problem is when I t

  • Error when create listener - thespecified IP Address 'IP' is not valid in the cluster-allowed IP range.

    Hi... I'm able to configure AlwaysOn and all things are great. I have a problem only when create a listener , I have two node in same data center (SQLP1,SQLP2) and one in DR data center (SQLD1)  SQLP1 + SQLP2 > Sync SQLD1 > Async The error I face is 

  • Error installing iTunes with WindowsXP SP3 - iTunesSetup.exe

    Hi, I just buy a ipod touch and I can not use because I can not install the itunes, the computer run Windows XP SP3, the error message is (iTunesSetup.exe is not a Win32 valid application.) Anybody does know what can I do?????? Thank`s

  • Editing Website Created in FrontPage; Freeware Option?

    An acquaintence in another city has me about 80% of the way there to creating a website that is needed in short order. She created it using FrontPage and emailed all the files to me. I now need to make some modifications...changing some text, elimina

  • Problems after clone of OS 10.4.3 powerbook G4

    Hi, I've just cloned my old PB G4 onto a brand new one. I had to run disk tool with repair privileges before the new one started up - but after that it works... almost. When done starting up, and after entering log-in etc, I get a number of complaint