Streams AQ: waiting for messages in the queue

Hi,
For some reason, I've to run the owb mapping manually. First I try to run it in this way:
declare
n_result number;
begin
n_result:=dwrr104.wb_rt_api_exec.run_task('LOC_ZONE2_DW','PLSQL','MAP_RMS_CUSTOMER');
dbms_output.put_line('result :='||n_result);
end;
This script just kept running endlessly. I noticed The wait event in database for this session was: "Streams AQ: waiting for messages in the queue"
However, if I run the 'main' function of this mapping directly like this:
declare
-- Non-scalar parameters require additional processing
p_env dw.wb_rt_mapaudit.wb_rt_name_values;
begin
-- Call the function
:result := dw.map_rms_web_ptrackcode.main(p_env => p_env);
end;
it can work without any problem.
Any ideas?
Jeffrey

Hi Jeffrey,
need to change them?Yes, you need to increase value for AQ_TM_PROCESSES parameter (set it to at least 1).
It is a requirements for target database (database where runtime services is run):
Look at OWB installation guide (it is for OWB 10gR1 but for later OWB versions requirements is the same):
http://download.oracle.com/docs/cd/E10926_01/doc/owb.101/b12150/appaprepdb.htm#i1008228
Regards,
Oleg

Similar Messages

  • TS3147 Since my last update for Mac OS X Lion 10.7.5 I have been unable to print to either my HP or Lexmark printers!  Everything is connected but I get an "idle" message in the queue.  I have "Reset printer system" and re-added these printers. No luck. H

    Since my last update for Mac OS X Lion 10.7.5 I have been unable to print to either my HP or Lexmark printers!  Everything is connected but I get an "idle" message in the queue.  I have "Reset printer system" and re-added these printers. No luck. Help?

    Hello,
    It isn't the fw in Network you want o use or look at, that's for something completely different.
    My first suspect is the Power Adapter on the LaCie has gone.
    At the Apple Icon at top left>About this Mac, then click on More Info, then click on Hardware>Firewire, what is listed there?
    Reset the Firewire bus
    If your Firewire or USB isn't recognizing any device.  A solution which has worked for some whose hard drive became invisible in 10.4 was simply to follow these four steps to reset the Firewire/USB bus:
    1. Shut the machine down.
    2. UNPLUG the power lead to the computer and any firewire/USB drive or devices.
    3. leave it for 10 minutes.
    4. Connect back up and reboot.
    http://www.macmaps.com/firewirebug2.html

  • When open photoshop a message came up saying photoshop has given up waiting for assesment of the display driver. enhancements that use the graphics hardware have been disabled... can anyone help?

    when open photoshop a message came up saying photoshop has given up waiting for assesment of the display driver. enhancements that use the graphics hardware have been disabled... can anyone help?

    The best thing to do is to go into Help > System Info, copy and paste the contents into your reply.
    One of us or several should be able to sort it out for you.
    Gene

  • What is the meaning of stream capture waiting for archive log ?

    today I fing the oracle alert that stream capture waiting for archive log in other class,and use a lot of database time.
    What is it? And Can I prevent it happening ?

    today I fing the oracle alert that stream capture waiting for archive log in other class,and use a lot of database time.
    What is it? And Can I prevent it happening ?

  • Removing superseded messages from the queue

    Does JSMQ provide any way for a producer to remove a message from the queue which it queued some time ago but which it no longer wishes to send?
    I am investigating the use of JSMQ in a military battlemap application connecting nodes over low bandwidth/unreliable connections. The reason we want to be able to remove messages is as follows: Say a producer sends a low priority message to the queue regarding a unit's position. Later on the same producer sends an update regarding the same unit to the queue. If the first message is still present in the queue (ie has not been sent yet) then we want the producer to be able to remove it as it is now superseded by the new message and we don't want to waste bandwidth sending the old message first.
    I know we can set an expiry time on messages, but this doesn't really solve our problem. We want the original message to stay in the queue indefinately (until it is read by the consumer) unless it is superseded by a new message in which case we want to remove it.
    Thanks
    Roger

    Hi Roger,
    JMS does not support the removal of messages from a queue
    as you described. I can't think of a way to not deliver the old
    message once it was already sent.
    Alternatives I can think of:
    - Adjust the interval at which the consumer reads the messages
    off the queue and/or the number of messages that are read;
    so that the consumer will see the old and new messages
    and can decide which one to use. This does not address the
    bandwidth issue but allows the consumer to behave smarter.
    - Similar to above, but on the producer side. The producer waits
    for some interval before sending a message, in case an
    updated position of a unit arrives at the producer. This might not
    be good if a consumer needs to know the location of a unit as
    soon as it is available.
    - Use a topic instead of a queue. When using queues, old
    messages (containing old positions) sent to a queue are kept
    until the consumer reads it. With topics, if no consumers are
    around, the message is tossed. However, if you really need old
    messages to lie around (e.g. need to know last position of
    unit), this won't suit your needs.
    Sorry I don't have a straight answer for you, hope this helps
    somewhat.
    -i
    http://wwws.sun.com/software/products/message_queue/index.html

  • MMP 5.2p2 'waiting for connection; X on queue' errors, X increasing

    Shortly after manually upgrading our standalone POP/IMAP multiplexors to 5.2 Patch 2, we started experiencing problems where the CPU utilization of the AService process would drop to almost nothing, and this message would begin to appear in the logs:
    20060328 161950 PopProxyAService.cfg (ldap 0x4bb0d8) (uid=redacted) waiting for connection; 10 on queue
    20060328 161952 PopProxyAService.cfg (ldap 0x819c50) (uid=another.redacted) waiting for connection; 11 on queue
    20060328 161952 PopProxyAService.cfg (ldap 0x817918) (uid=redacted3) waiting for connection; 12 on queueThis message continues with the value increasing:
    20060328 163719 PopProxyAService.cfg (ldap 0xcae928) (uid=redacted4) waiting for connection; 235 on queue
    20060328 163733 PopProxyAService.cfg (ldap 0xcb13c8) (uid=redacted5) waiting for connection; 236 on queue
    20060328 163809 PopProxyAService.cfg (ldap 0xcb5250) (uid=redacted6) waiting for connection; 237 on queue... until AService is restarted.
    At first blush, it looks like something is making the LDAP connection wedge, and it's not timing out for some reason, but that's a guess.
    I see that someone on the Info-iMS list had the same problem shortly after installing 6.1 back in September 2004:
    http://lists.balius.com/pipermail/info-ims-archive/2004-September/019517.html
    Has anyone else seen this or know if this has been identified as a specific bug ... or is a symptom of something else?
    Royce

    That's the problem. THere IS no timeout for the
    situation you've gotten into, where MMP (or messaging
    server itself) believes a connection exists, and is
    active, but gets no response.That's unfortunate. It sounds like a useful timeout for a number of circumstances.
    The solution is to refresh all connections so you
    don't get into this situation.Unfortunately, the LdapRefreshInterval doesn't appear to be a documented option for 5.2p2, but only for 6. Can you confirm this?
    The overhead of binding and unbinding once every 10
    minutes or so is very, very minimal.Fair enough.
    The latter, if it exists, would be a much more
    precise way of handling our symptom. Well, actually, the real problem is that the
    connection between MMP and LDAP is getting silently
    severed by the load balancer. That's something
    that's BAD for both LDAP and for MMP.
    Causes fd leaks in ldap, as it never knows when to
    close what it beleives is an active connection. It
    will attempt to close, but, since it can never get an
    ack back after the load balancer severs the
    connection, it can't fully close it.
    This is truly a bad situation, and it's easy to fix.
    recycle the connections before the LB cuts you off.It looks like our LB has an idle timeout of 1 hour, with any traffic at all resetting the timer. In other words, it doesn't look like the LB that's causing the wedge. There is also no internal LB probing going on.
    From ulimit/plimit/pfiles output, I've also learned that the slapd user currently has a 65536 FD cap. I've been monitoring the FD usage of the slapd process for the past couple of days, and our LDAP servers have not been getting above 1000. We've also had multiple lockups in that period of time. So running out of FDs may not be causing our problem.
    You're very clear about what you want.
    Unfortunately, you are not correct about what is
    s possible.Perhaps our definitions of 'possible' need some negotiation. :) You're saying that the MMP can't do this today, which I accept as fact. But the pieces are all there, as far as I can see.
    The MMP keep close track of how many queries have been served by a particular LDAP connection, how many are on queue without being serviced, and the age of the existing connection. In other words, the app has all the information necessary to do what I'm describing: notice that a connection hasn't actually gotten a response back in X seconds, and terminate it.
    Since the app doesn't support what I'm yearning for, this is academic at this point, so I agree that it's time to take a different tack. I don't want to appear ungrateful for your responses. I appreciate the time you've spent on this issue with me. I'm just trying to understand the underlying issues.
    So I find myself in these unfortunate circumstances:
    1. 5.2 doesn't lock up.
    2. No other applications using our LDAP are experiencing any hung LDAP connections (neither at the TCP level nor at the LDAP application level), even though they're using the same LB front-end.
    3. From the output of plimit/pfiles, our LDAP servers are configured to handle far more file descriptors than they're consuming. The FD theory appears to not apply.
    4. Our LB is configured to time out after 1 hour of inactivity.
    5. It seems unlikely that any of the LDAP connections coming from the MMPs are reaching the 1-hour threshold, considering how high-volume they are for POP, unless they are distributing queries across connections very asymmetrically. Even at 3am, there are enough people who leave their computers on all night who check every 1 minutes that the connections are almost never idle for more than a few tens of seconds.
    Based on the above, it's hard for me to not conclude that 5.2.p2 appears to either have a regression bug that's causing the wedge itself, or has changed the way that it handles some types of timeouts.
    We cannot use 5.2 because we need a bugfix that is in 5.2p2. We appear to not be able to use 5.2p2 because it has this lockup problem that 5.2 does not.
    My 'strings' search for LdapRefreshInterval on the AService binary and Pop/IMAP libraries turns up nothing. Can you confirm that 5.2p2 does or does not support this feature?
    If not, and the only solution is to use LdapRefreshInterval, do you know if II can run 6.x MMP on our multiplexor boxes and leave 5.2 running on our back-end systems?

  • Dequeue with OCCI does not remove the message from the queue

    Hey there,
    I have this problem where no matter what dequeue option I try the messages never seem to be removed from the queue... I tried looking around and found only a similar un-answered question...
    Thanks in advance...
    void TryAnydataDequeue(oracle::occi::Connection * conn)
         try
              std::cout << "Dequeue Commence..." << std::endl;
              Consumer cons(conn);
              //Settings de dequeue
              cons.setCorrelationId("SPPC");
              cons.setQueueName("Anydata_queue");
              cons.setConsumerName("SNOOP");
              cons.setDequeueMode(cons.DEQ_REMOVE);
              //cons.setDequeueMode(cons.DEQ_LOCKED);
              std::cout << "Reception du message..." << std::endl;
              Message m2 = cons.receive(Message::ANYDATA);
              AnyData any(conn);
              any = m2.getAnyData();
              if(!any.isNull())
                   oracle::occi::TypeCode type = any.getType();
                   if(type == OCCI_TYPECODE_VARCHAR2)
                        std::string msg = any.getAsString();
                        std::cout << "Message Reçu: ";
                        std::cout << msg << std::endl;
                   else
                        std::cout << "Format du message invalide..." << std::endl;
                   std::cout << "Fin du message... (Press a key)" << std::endl;
              else
                   std::cout << "Message invalide..." << std::endl;
              System::String * theInput = System::Console::ReadLine();
         catch(SQLException ex)
              std::cout << "Exception: " << ex.getErrorCode() << " - " << ex.getMessage() << std::endl;
              System::String * tnput = System::Console::ReadLine();
    }

    The message from the queue will be removed when you do a commit after a successful dequeue call, depending upon your message retention settings.
    After you have done this processing and successfully performed a commit, what is the output of the following query:
    SQL> connect AQADMIN/password
    SQL> select msg_state from aq$<your_queue_table_name_goes_here> ;?
    If it is PROCESSED, check your queue retention settings.
    Additionally, make sure that the init.ora parameter AQ_TM_PROCESSES is set to a NON-ZERO value for this to happen.

  • QueueBrowser constantly empty even though messages on the Queue!

    This is driving me nuts!
    I am running an Oracle 10g app server and we are using Oracle Advanced Queueing provided by Oracle 9.2.0.4
    I can enqueue and dequeue, that all works fine. But when I try to Browse the queue, even when there are messages on the queue, I constantly get an empty enumeration returned.
    Can anyone please help!

    The "Error Destination Manager" example, available here, is the
              equivalent to Hermes, except that it runs as a local .jsp
              rather than a remote client and so is definitely more
              performant and I think it only uses standard JMS APIs.
              http://dev2dev.bea.com/technologies/jms/index.jsp
              ("Error Destination" is a misnomer - it works with any destination.)
              Tom
              Rich wrote:
              > I also have a requirement to view JMS messages on their queues, and ideally to manipulate messages on the queues as well. I am trying to use Hermes, but have been unable to create a working configuration with Weblogic 8.1. The Hermes documentation says that you must use the direct API in one place, and then says you must use JNDI in another place. I'm not sure how to configure it for JNDI with WL81, but have not been able to make it work at all with non-JNDI.
              >
              > Can anyone direct me to a tool, or offer a working configuration for Hermes?
              >
              > Thanks,
              > Rich
              

  • HT204406 Hello,  I have songs that show they are "Waiting" for download from the cloud but they are greyed out.  Some songs in one album are done others in the same album will not download. It is not a time function because i have been working on this for

    Hello,  I have songs that show they are "Waiting" for download from the cloud but they are greyed out.  Some songs in one album are done others in the same album will not download. It is not a time function because i have been working on this for weeks. I have allowed my compter to run for days and the songs are still not accessible.  I have a Match subscription and Match is working.  If I click on the "Genre" link the greyed out songs show that they are ready for download from the cloud but I cannot download them.  I have downloaded over 1500 other songs, so I am trying to understand what is going on here. I would appreciate any help anyone can give me.
    Thanks

    I did think about that and if I have to I will do that, however there are about 50 songs. I have closed and reopened iTunes several times and I am sure that I have the latest version. It fails right away but I can click on the cloud download icon and download the song that it failed on ... therefore it is not that song "or any one song" causing the issue. Any ideas?

  • MQ Adapter does not clear the rejected message from the queue

    Hi All,
    I'm using a MQ Adapter to fetch the message from the queue without any Backout queue configured. However, whenever there is any bad structured message found in the queue, MQ adapter rejects the message and moves the message to the rejmsg folder but does not clear it off the queue, as a result of which it keeps retrying the same hence, filling the logs and the physical memory. Somehow we do not have any backout queue configured so I can move the message to blackout queue. I have tried configuring the jca retry properties and global jca retry as well but to no avail.
    - Is it not the default behaviour of MQ Adapter to remove the rejected message from the queue irrespective of Backout queue is configured or not? The same behaviour working well with the JMS and File Adapter though.
    - Is there any way I can make MQ Adapter delete the message from that queue once it is rejected?
    Regards,
    Neeraj Sehgal

    Hi Jayson,
    Check this URL which answers a problem with com.sap.engine.boot.loader.ResourceMultiParentClassLoader problem:
    http://209.85.175.132/search?q=cache:RnFZ9viwuKkJ:https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.sdn.folder.sdn!2fcom.sap.sdn.folder.application!2fcom.sap.sdn.folder.roles!2fcom.sap.sdn.folder.navigationroles!2fcom.sap.sdn.role.anonymous!2fcom.sap.sdn.tln.workset.forums!2fforumtest!2fcom.sap.sdn.app.iview.forumthread%3FQuickLink%3Dthread%26tstart%3D45%26threadID%3D1020700+com.sap.engine.boot.loader.ResourceMultiParentClassLoader&hl=en&ct=clnk&cd=3&gl=in&client=firefox-a
    Please check that the JDK compliance level is at 5.0
    Window->Preferences->Java->Compiler->Compiler compliance level set this to 5.0
    Set the installed JRE to the one you have mentioned JDK 5.0 update 16
    Window->Preferences->Java->Installed JRE's->
    Click on the add button to select the path of your JDK.
    once completed click on the check box next to it.
    regards,
    AKD

  • How to delete messages in the queue?

    The system log shows that it could not send message from queue , so I want to delete messages in the queue.
    Please tell me how to deal with , thank you !

    because the system log (/var/adm/messages) shows that it could not upload bulk message and not send message from queue. I am afraid of system down , I always uses
    imsimta qclean -from=sendmailuser -delete
    the result is Deleted N message files
    but I found that message files was exist at the same
    could you tell me the reasons!!

  • Any utili to clean the messages in the queue?

    Is there any utility that can delete specific messages from the queue? that could make maintenance easier.
              Regards
              dt

    Is there any utility that can delete specific messages from the queue? that could make maintenance easier.                    (1) You could write a program that uses a javax.jms.QueueBrowser. Then delete specific messages by consuming them using a selector with the message identifier as in the following example:
              String selector =
              "JMSMessageID = '" + message.getMessageID() + "'";
              Keep in mind that the queue browser is a not a "live" view of the queue. It is a snap-shot.
              (2) WL 9.0 and later has message management mbeans (JMX) that are available both programmatically and through the console. These let you browse and delete messages, and are more powerful than the QueueBrowser (there's access to messages that normally wouldn't be visible to the QueueBrowser, such as scheduled messages that haven't been born yet).
              (3) There are various utilities that use QueueBrowser.
              The one I recall is a dev2dev project based on the JMS "QueueBrowser" API that's called "JMS Error Destination Manager". I think there's also a fairly sophisticated open source project (on Apache?) which works similarly (I don't recall the name).
              Tom

  • HELP Logfile Error: applepushserviced: APSCourier: 0x7f8a6150fad0 : Stream error occurred for APSTCPStream: 0x7f8a61504a40 : The operation couldn't be completed. Socket is not connected

    Two days ago I noticed a noise my MBP started to make all by itself, it started basically right after I changed the sync contacts option in iTunes for my iPhone to sync my contacts along with my gmail contacts. I've changed it back since then but it continues to make the noise and log file error entries are still posting. Below is my error log file for this issue from the first instance to the last one. Can someone please tell me how to fix this?
    5/6/12 5:36:55.323 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. Socket is not connected
    5/6/12 5:36:55.338 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 5:36:55.343 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:19:08.556 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a6152ab60>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:31:36.063 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. Socket is not connected
    5/6/12 6:31:36.077 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab5a350>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:31:36.085 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab5a350>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:37:38.014 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 6:37:40.525 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a6152cd20>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 9:16:16.042 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. Socket is not connected
    5/6/12 9:16:16.065 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab4bf30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 9:16:16.070 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 9:16:17.575 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab5a350>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/6/12 9:16:18.597 PM applepushserviced: <APSCourier: 0x7f8a6150fad0>: Stream error occurred for <APSTCPStream: 0x10ab58270>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 5:44:10.355 AM applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    5/7/12 7:59:36.004 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. Socket is not connected
    5/7/12 7:59:36.065 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:36.096 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab5d240>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:36.520 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:39.044 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:41.177 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab7f8d0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 7:59:43.695 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab7f8d0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 8:51:48.271 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab67f60>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 8:51:48.272 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:16:30.061 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab4bf30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:17:37.165 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. Socket is not connected
    5/7/12 9:17:37.172 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6c0b0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:17:37.188 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:20:19.760 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. Socket is not connected
    5/7/12 10:20:19.766 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:20:19.775 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:20:19.781 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:21:47.436 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 10:21:47.671 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 1:45:59.140 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6e570>: The operation couldn’t be completed. Socket is not connected
    5/7/12 1:45:59.155 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6152b960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 1:45:59.243 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73150>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 1:46:00.308 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 2:09:38.352 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. Socket is not connected
    5/7/12 2:09:38.394 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab87a00>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 2:09:38.414 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73070>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 2:09:39.301 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73070>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 5:34:43.403 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. Socket is not connected
    5/7/12 5:34:43.430 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 5:34:43.447 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 5:34:45.952 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:20:48.145 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. Socket is not connected
    5/7/12 6:20:48.169 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:20:48.178 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6d360>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:20:48.184 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61553e50>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:33:59.398 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab58660>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:34:01.913 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 6:57:20.569 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab66ab0>: The operation couldn’t be completed. Socket is not connected
    5/7/12 6:57:20.583 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 8:11:38.386 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:14:13.280 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. Socket is not connected
    5/7/12 9:14:13.298 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:14:13.311 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:14:14.076 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61501990>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:23:52.792 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615479b0>: The operation couldn’t be completed. Socket is not connected
    5/7/12 9:23:52.809 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab58270>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/7/12 9:23:52.828 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab58270>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 1:01:40.292 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6d360>: The operation couldn’t be completed. Socket is not connected
    5/8/12 1:01:40.307 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6d360>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 1:01:40.312 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab3fe30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 2:49:58.175 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab3fe30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 5:31:59.322 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab6d360>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 5:32:00.256 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 5:32:01.763 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61526790>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 5:32:02.767 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a6150fc30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 6:02:10.243 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615479b0>: The operation couldn’t be completed. Socket is not connected
    5/8/12 6:02:10.268 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615479b0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 6:02:10.323 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab3fe30>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 6:02:12.129 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61554bf0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 6:02:14.638 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61554bf0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 10:58:53.278 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. Socket is not connected
    5/8/12 10:58:53.307 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 10:58:53.315 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab68960>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:41:08.131 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. Socket is not connected
    5/8/12 11:41:08.152 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615291a0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:41:08.249 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a615168f0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:41:09.746 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73070>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:46:54.727 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab63590>: The operation couldn’t be completed. Socket is not connected
    5/8/12 11:46:54.740 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab63590>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 11:46:54.746 AM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x7f8a61504a40>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 1:55:41.541 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab73070>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)
    5/8/12 1:55:44.051 PM applepushserviced: <APSCourier: 0x7f8a615343a0>: Stream error occurred for <APSTCPStream: 0x10ab66ab0>: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)

    I get same error, i was trying to, understand why the host in my Terminal was "HOST139cddb40e29 " and not "MacBookHouse", then after the same error you get i see this two lines, just after:
    21/06/12 13:05:22,371 configd: network configuration changed.
    21/06/12 13:05:22,747 configd: setting hostname to "HOST139cddb40e29"
    May be make some sense to somebody. i will see...

  • Hi, My Lightroom CC is showing waiting for connection and the mobile sync is not working. I have tried deleteing lrsync data, disabling firewall, checked host file etc. Still no luck.

    Hi, My Lightroom CC is showing waiting for connection and the mobile sync is not working. I have tried deleteing lrsync data, disabling firewall, checked host file etc. Still no luck.

    I had the same problem. It fixed itself when I opened Internet Explorer (I don't normally use it). I was opening Support Portal to get some support help, but I'm not sure if it was the page or simply opening IE that did the trick.

  • Streams capture waiting for dictionary redo log

    Hi ,
    The stream capture is waiting for the dictionary redo log
    as per the alert logs ,the logminer is able to register the logfile
    RFS LogMiner: Registered logfile [TEMP_114383_1_628824420.arc] to LogMiner session id [142]
    Fri Feb 13 00:00:39 2009
    Capture Session Redo Total
    Capture Process Session Serial Entries LCRs
    Name Number ID Number State Scanned Enqueued
    C_REF C001 675 2707 WAITING FOR DICTIONARY REDO 0 0
    Capture Capture Capture
    Process Process Positive Negative Process
    Name Queue Rule Set Rule Set Status
    C_REF CA_REF RULESET$_80 ENABLED
    Capture Capture
    Capture Process Process
    Name Queue START_SCN Status STATUS_CHAN CAPTURED_SCN APPLIED_SCN USE FIRST_SCN
    C_REF CA_REF 8586133398117 ENABLED 12-Feb-2009 8586133398117 8586133398117 YES 8586133398117
    CONSUMER_NAM SEQUENCE# FIRST_SCN NEXT_SCN TO_DATE(FIR TO_DATE(NEX NAME
    C_REF 114378 8586133399062 8586162685837 12-Feb-2009 12-Feb-2009 /TEMP_114378_1_628824420.arc
    C_REF 114379 8586162685837 8586163112496 12-Feb-2009 12-Feb-2009 /TEMP_114379_1_628824420.arc
    C_REF 114380 8586163112496 8586163984886 12-Feb-2009 12-Feb-2009 /TEMP_114380_1_628824420.arc
    C_REF 114381 8586163984886 8586163986301 12-Feb-2009 12-Feb-2009 /TEMP_114381_1_628824420.arc
    C_REF 114382 8586163986301 8586163987651 12-Feb-2009 12-Feb-2009 /TEMP_114382_1_628824420.arc
    C_REF 114383 8586163987651 8586163989497 12-Feb-2009 13-Feb-2009 /TEMP_114383_1_628824420.arc
    C_REF 114384 8586163989497 8586163989674 13-Feb-2009 13-Feb-2009 /TEMP_114384_1_628824420.arc
    Capture Time of
    Name LogMiner ID Last Redo SCN Last Redo SCN
    C_REF 142 8586166339742 00:10:13 02/13/09
    i am not still able to make out even after the archivelogs are registered they are not done logmining by logminer.
    Can you please help ,i am stuck up this situation.i have rebuild streams by completely removing the stream configuration and also dropped and recreated the strmadmin.

    Perhaps I missed it in your post but I didn't see a version number or any information as to what form of Streams was implemented or how.
    There are step-by-step instructions for debugging Streams applications at metalink. I would suggest you find the directions for your version and follow them.

Maybe you are looking for

  • Picking Multiple Files  using File Adapter

    Hi , I have two files in the Output folder with the names: Invoicedata InvoiceControl and FTP it to the FTP server with the same file name . if i use the source file name in the sender file adapter as invoice. .In the Receiver file adapter what i the

  • Problem with Javadoc gen'in two instances of a sourcefile in the class list

    Hallo, I have a set of source files that I'm gen'ing with the ant task javadoc. sourcefiles="javadocs/PTConfigServer-root/src/com/palantir/config/util/SshUtils.java, javadocs/PTConfigServer-root/src/com/palantir/config/util/StafUtils.java, javadocs/P

  • Problem with realplayer

    i've just downloaded realplayer for mac to my macbook pro to download videos from internet, but then i can't find the download this video which are usually appear when i move the pointer to the video. how could this happen? please help me to solve it

  • Apps won't wake up my Mac

    For a while now I have had a pretty big issue... Any application that needs to wake my Mac (for example, Awaken for alarms and EyeTV3 for recordings) just won't. This applies to ANY and ALL apps that need to wake it up. This obviously is a system wid

  • CASH FLOW REPORT FROM FUNDS MANAGEMENT

    Hi All   I am in the mid of BW implementation for FI and FM reports. As part of this i have to create CASH FLOW report.. Currently the user using a SAP report from , Funds Management, FMEM which points to the structure IFMEISB , Cash Budget Managemen