DSEE 6.3.1 multiple consumer and hub instances core dumped at once

We are in a transition phase, our master servers are DS5.2 systems. The masters replicate to the DSEE6.3.1 hubs which in turn replicate to DSEE6.3.1 consumers. The other day the entire DSEE6.3.1 nsslapd instance processes on each of the hub and consumer servers core dumped (so much for failover capability) at the same time.
Given that information, I was thinking there was something replicated that DSEE6.3.1 didn't like. Access and Error logs were of no assistance - showing normal operations and no shutdown messages. I looked at the audit files on the DS5.2 system and compared them to the DSEE6.3.1 system. The last change made to the DS5.2 system was a modrdn changetype. We have the referrential integrity plug-in enabled. I've been able to repeat the problem once on one of the DSEE6.3.1 consumers, but the other instances stayed operational. The process handles many modrdn's properly but when it does fail (core dumps), it seems to be failing on a modrdn. Once I start the process and database recovery is complete, replication resumes (including the modrdn operation it seemed to fail on). During development, I saw core dumps very seldomly with DSEE6.3.1; but since deploying with replication from DS5.2 masters, it seems to be happening more often. Is this a known issue?
We are using DSEE 6.3.1 as our replacement Enterprise Solution for the aging DS5.2 software. If the software is going to core dump, perhaps this is not a wise decision.

Forgot to mention platform and OS - SPARC Solaris 10.

Similar Messages

  • SunMC agent core dump but has a limit of zero and wont actually core dump

    Greetings,
    Before I put a call in with Sun, I thought I would find if anyone else has a similiar problem. I have SunMC 3.5.1 running on a number of platforms and generally it is quite stable. I do have a number of SunFire 1280's (Netra T-12 to SunMC) each with 3 system boards with 96 GB of RAM. These systems are worked pretty hard and about every day or so, each agent on each system crashes. The problem is that there is a limit of zero for the agent core dump and it wont produce a core dump. Other processes dump with no problems. I gather they may be some limit in one of the SunMC config files but I don't know where to look. Without a core dump, it makes life hard to work out what causes it. I am only running the basic module monitoring so nothing else is loaded. If the basic module wont stay up, then why spend money to but in advanced monitoring????
    Any info would be appreciated. I have worked with the fabulous Sun team regarding SunMC and I find months waiting for an answer somewhat frustrating.
    Regards
    Stephen

    Hi Ian,
    Thanks for the info. I will have a look at the patches. I noticed 3.5.1b has been released but as per usual, Sun does not really put much effort into saying what is good about it and why we should make the effort for upgrading. I could not wait to move from version 3 to 3.5 as it was so hard to manage patchwise.
    One other thing that annoys me no end is the SunRay integration (/opt/SUNWut/sbin/utsunmc) alarms that appear. Once or twice, when I try to acknowledge the alarm, it just hangs. The event log says that I am trying to acknowledge an event that does not exist.
    But then again, it has to be good because it does not cost anything other than time and the millions of dollars we spend on Sun equipment so we can use SunMC. That much money is better spend on hardware then on Tivoli right?? I think I can get a base model 25k for less than implementing Tivoli.
    Regards
    Stephen

  • Is it possible to use the same OSSO/OID for multiple R11 and R12 instances?

    Hello guru's,
    We have multiple R11and R12 instances that should be configured for Oracle SSO 10.1.4.3. For OID, we are still trying to decide between OID 10.1.4.3, or OID 11g. OAM is not an option because we also also need OSSO integration with Siteminder. We will also need to SSO-enable Discoverer an Forms.
    I have successfully configured SSO for a single-instance EBS R12, but not for multiple instances, let alone include R11 and other components into the mix.
    Do you have any special tips, guidance or lessons learned when SSO-enabling multiple instances into the same SSO/OID?
    Thanks!
    Maria

    Interestingly, the article talks about using the same SSO/OID for EBS, JD Edwards, Peoplesoft multiple R11 instances, but did not mention 'multiple EBS versions'. Am I just being picky or there was a reason for it not being mentioned?In Steven Chan blog (in the same link), see the following:
    Comprehensive Single Sign-On Solution+
    If you have one or more E-Business Suite Release 11i instances and are tired of maintaining users separately for each environment, you can create a central OracleAS 10g environment and manage all 11i users in one place.
    If you have a combination of PeopleSoft, JD Edwards, and the E-Business Suite in your organization, you can use OracleAS 10g to manage users for all three environments centrally.
    If you have a combination of the E-Business Suite and custom applications based on Oracle databases or OracleAS 10g technology, you can use OracleAS 10g to manage users for all applications in a single place.
    Thanks,
    Hussein

  • How to use multiple threads and swing for displaying status/interaction

    I have a Swing-app which have to show progress and allow userinteraction for these tasks:
    * First:
    retrieve a list of IDs(String) from the database (single thread running)
    * Second:
    some work on the id-list and list written to hd (same thread as above)
    * Third:
    retrieve Objects (based on the id-list) from different sources (Multiple Threads are running)
    To show the status I have a JProgressBar (indeterminate while task1&2 running) and
    a JTextArea showing the current status (connect,retrieve list, sort, ...)
    When task3 is starting the JTextArea have to disappear and be replaced by a ScrollPane
    with an array of Labels/TextAreas showing the status of each thread.
    While theses threads are working, the ID-list will be consumed and the JProgressBar
    shows the remaining precentage of the hole progress.
    Everything is working so far (excepts UI :) , the problem(s) I have:
    I need the threads to interacts with the user through the ui. e.g: "Connection to db-xyz lost! reconnect?"
    But I don´t know how to do this correctly.
    I think one way would be to send an event to the ui... but how?
    (the ui must know which thread is calling to unpause it after user answered)
    I know that threads should NOT change the swing(-container) - How do I notify the ui that a thread has a question?
    Since these threads are really time-consuming the UI is not updated frequently,
    how can I increase this? (perhaps using another thread-priority?)
    thanks for help!

    if/when your threads need to interact with the UI, they can create a Runnable & send it to SwingUtilities.invokeLater or invokeAndWait. This Runnable can popup a message to the user, and act on the choice of the user (reconnect, cancel, ...). This action could be something which "unpauses" the task thread.
    You may need to do synchronisation between the code in the Runnable & the Thread to which it is related - so the latter Thread knows when the user has made the choice.

  • [svn] 4290: Bug: BLZ-288 - Consumer is only receiving first pushed message when Consumer and RemoteObject that is used to push the messages use different channel sets but same channel .

    Revision: 4290
    Author: [email protected]
    Date: 2008-12-11 14:24:37 -0800 (Thu, 11 Dec 2008)
    Log Message:
    Bug: BLZ-288 - Consumer is only receiving first pushed message when Consumer and RemoteObject that is used to push the messages use different channel sets but same channel.
    QA: Yes
    Doc: No
    Checkintests Pass: Yes
    Details:
    * The bug app was arguably generating bogus test data (messages with duplicate ids), and 99.9% of applications won't be configured this way (using multiple ChannelSets with overlapping Channels, pointing at the same server) but it's still worth making this work just right anyways.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-288
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ConsumerMessageDispatcher.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Internal Error ORA-0600 when creating multiple consumer queue table

    Hi,
    I tried to create a multiple consumer queue table with the following statements:
    exec DBMS_AQADM.GRANT_TYPE_ACCESS ('system');
    create type Change_History_Trigger_Data as object(Col1 VARCHAR2(255), Col2 VARCHAR2(128), Col3 VARCHAR2(255), Col4 TIMESTAMP, Col5 VARCHAR2(64), Col6 VARCHAR2(64), Col7 NUMBER(8));
    Works fine till this stage. But the following statement produces an ORA-0600 internal error message.
    EXEC DBMS_AQADM.CREATE_QUEUE_TABLE ('change_history_queue_tbl','Change_History_Trigger_Data', 'tablespace my_tblspace','ENQ_TIME',TRUE,DBMS_AQADM.TRANSACTIONAL);
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kcbgtcr_4], [14392], [0], [1], [], [], [], []
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 2224
    ORA-06512: at "SYS.DBMS_AQADM", line 58
    ORA-06512: at line 1
    I tried creating the same queue table with Multiple consumer = FALSE, and it works fine. But not with multiple consumer = TRUE
    I'm running on Oracle9i Enterprise Edition Release 9.2.0.6.0
    Any possible solutions?

    Problem solved.
    The queue name was too long. Found a post with the same problem.
    Re: Create Queue Table ORA-00600 while dbms_aqadm.create_queue_table
    thanks anyway

  • Multiple Consumer Object per Streaming Connection in AIR2.0

    HI,
    we require streaming server setup for our project.
    We are trying to minimize number of connections to the streaming server.
    My query is "If we have multiple Consumer object instance with same channel and destination, will all the Consumer instances share the same streaming connection or for every Consumer object instance a new Connection is created?"
    Thanks in advacne for your support.
    Regards,
    Shailendra

    Thanks doghouseJim, appreicate
    I tried to substitute onStatus function with your code (metadata) and as a result I don't have reported  error anymore.
    However, for strange reason, once the flash goes into a html document the video is not loaded...
    any idea?
    Cheers

  • Multiple Consumer object per Streaming Connection in AIR

    hi,
    We require streaming server setup for our project.
    We are trying to minimize the active connections to the server.
    My query is "If we are using multiple Consumer object instances with same channel and destination, will we have a single connection to the server shared by all Consumer instances or we'll be having different connection for each Consumer instance".
    Thanks in advance for your support
    Regards,
    Shailendra Sirohi

    Excellent answer.  It dovetails with the approach I've started to take here.  I'm using something called NetConnectionClient to catch server calls.  Does your NCMgr class extend NetConnection or EventDispatcher?
    Mine extends EventDispatcher and has a method like the following.  Just stuffs the message from the server into an object first before dispatching an event containing it:
            public function receiveChatMessage(msg:String):void
                var tempObj:Object = new Object();
                tempObj.msg = msg;
                dispatchEvent(new NetConnectionClientEvent("onReceiveChatMsg", tempObj));
    All cool there.  This works up to this point.
    I'm hazy after that though.  Who should listen for and handle the event?  I'd like my chat component to listen for and handle it directly, like in your scenario.  But my chat component is in a separate mxml file imported into the main app file.  I'm hazy on how to have it grab what it needs.
    I currently have the "application" listening for and handling the event.  The handler method just relays the call by calling a method on the chat component instance, like this:
    chat.receiveMessage(tempObj); //tempObj contains the message
    I think that's too many relays of the same call, from the NetConnectionClient class, to the main application file, down to the custom chat component.  I'd like to cut out a leg of that trip.
    Should I have the chat component instance itself be listening, like this?
                chat.addEventListener("onReceiveChatMessage", chat.receiveChatMsg);
    Is that a proper relay of the dispatched event to the target component.  The syntax doesn't seem proper to me.  I feel like something's wrong with the design of the last leg of the relay here.

  • Thread producer/multiple consumer example!!

    Hi,
    does anybody have an example of a procucer/multiple consumers thread
    example.
    I would like to do the following:
    -start one producer thread that writes data into an object.
    -start more consumer threads that read and process that data
    from that object.
    Conditions:
    -data put on the object should only be handled by one consumer!!
    (so if the data would be numbers: 1, 2, 3 than number 1 should
    be fetched by one consumer and the other consumers don't see it
    anymore!).
    If anybody has an example for this, please let me know!
    Thanks,
    Sven

    Check out Doug Lea's work
    http://g.cs.oswego.edu
    and the book
    http://java.sun.com/docs/books/cp/
    util.concurrent is a great package. It is utilized by many many big java projects. There is a producer consumer example in the book, using util.concurrent classes.
    -Spinoza

  • Process multiple files and stack with originals

    I have had an ongoing frustration with PSE.  After ranking my photos I use the raw import to post process multiple photos.  Almost all of my post processing occurs during the raw import of my NEF originals.  When done I save the files as stacked JPGs.  Unfortunately I have not found a way to process multiple files and have them stay stacked with the originals.  This results in me doing a "Save As" for every single photo in the photo bin.  VERY TIME CONSUMING!!
    Has anyone determined a way to process multiple files into JPGs and have them stacked with originals?  I am sure this is possible and it is really driving me crazy!!  Any help would be greatly appreciated. 
    Ken
    P.S.  I did search the forums for key words around this issue and wasn't able to turn up any hits.  My apologies up front if this has been addressed before.

    Check http://photoshopelementsbyadobe.blogspot.com/2010/02/batch-processing-in-adobe-photoshop.h tml if it helps...
    But you will have to stack them manually and Auto-suggest stack can also be helpful !
    Give it a try and feel free to ask specific questions...

  • Allowing first multiple consumer to dequeue; deny others

    Hi.
    We have defined a multiple consumer queue, and in it, we would like to be able to post a message to one or more consumers, but have the message fully consumed by the first consumer that dequeues it.
    For instance, suppose a message is enqueued for 'Blue' and 'Red.' The way I understand AQ, both Blue and Red will have to dequeue the record before it is removed. What if, instead, I would like the record to be dequeued by only one of the consumers. So that if Blue dq's it, Red will never see it; and if Red dq's it, Blue will never see it.
    Is there a way to do this?
    Thanks.

    It sounds like all you need to do is to set multiple listeners to false. Multiple listeners implies that the message will be delivered to all listeners. You can set multiple listeners to false but have more than one application pulling (or being event driven) from the queue. In that case only one connection will get the message.
    thanks, don.

  • Multiple projects and their promotion from Develop to Test to Production

    A customer has an interConnect infrastructure running about 5 projects. Each project has a Development, a Test, an Acceptance and a Production environment.
    This basically works, but is really cumbersome to maintain.
    They want to reduce the number of Interconnect installations as much as possible to ease maintenance. The iConnect version is 10gR1.
    As far as I can see there are two options:
    1) Put all projects into a single repository. You'd end up with only 4 InterConnect environments (Development, Test, Acceptance and Production)
    2) Put all hub schemas into a single DB
    The first one is obviously our favourite, but can you promote a single project to a new environment (say, from Development to Test) without affecting the other projects in the same repository? How difficult (if possible) is this? What are the possibilities and risks?
    What are the possibilities for option number 2?
    I hope anybody can give me some advice.
    Arjan

    Its slightly confusing about having multiple projects, the reason being the way Interconnect works is that it has a single database repository and when you create a project it is just a view on that repository. Therefore a project and a repository are essentially one and the same.
    Therefore it would imply that if you have 5 separate projects then you also have 5 separate repository instances.
    In terms of your options:
    1) is the general way that most projects work. Lets say you have DEV, SYS, UAT, PROD. Therefore you'd generally have a repository instance for each env, therefore 4 repository instances, HUBDEV - for DEV env, HUBSYS for SYS env etc... These repositories would usually be in separate Oracle Instances although they could be on the same servers. Therefore the Hub schema for all, would be the normal one installed by the product, OAIHUB904. Then you would also have a single project for each repository. This repository would hold all the metadata for all your interfaces that go though this HUB instance.
    As interfaces move through the various phases then you migrate between the different repositories, to move stuff from DEV to SYS etc...
    2) From my understanding, this is not much differnet to the above except you want to hold all the Hub schemas in a single database instance. This is possible by creating each schema with a differnet name, OAIHUB904DEV, OAIHUB904SYS etc... and you would need to change the necessary infrastructure ini files to use these new names. With this setup you would still have 1 project per repository but it would just point to the relevant schema.
    Let me know if you have any more queries.
    Regards
    Stuart.

  • How do we split our iCloud accounts but keep one iTunes account so we can share purchased content for our multiple iPhones and iPads?

    How do we split our iCloud accounts but keep one iTunes account so we can share purchased content for our multiple iPhones and iPads?

    You can migrate a copy of the data to a new account, then delete the other person's data from each account.  To do this, on the phone that will be changing accounts, if you have any photos in photo stream that you want to keep on the phone, save these to your camera roll by opening the photo stream album in the thumbnail view, tapping Edit, then tap all the photos you want to save, tap Share and tap Save to Camera Roll. If you have any synced notes that you want to keep on the phone, email these to yourself so you can create new notes in the new account.
    Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The phone that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iPhone.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing for contacts, etc. back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.  You will create a new icloud email address with you turn Mail to On.
    Finally, to un-merge the data you will then have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete the data you don't want (such as deleting your wife's data from your account, and vice versa).

  • Open Sales order is Consumed and after it shipped it Unconsumed

    Hi All
    apprcate you help on the issue bellow :
    we manage the forecast Via Oracle forecast set Form name is : MRPFFDIF
    we set the prpfile MRP:Consume Fcst Set Summary to Yes
    Customer expectation is that when running consumption only open sales orders will be consumed
    but when sales order has been consumed and day after shipped and close
    sales order consumed data will be save and not unconsumed when consumption is running again
    the bellow scenario example the issue :
    Day 1
    Forecast Origin Qty = 10
    Open So = 5
    when running consumption forecast current qty will be 5
    On Day 2 we shipped the So qty (5) and it become close
    when running consumption the Origin Qty become 10 and this is not reasonable
    the expectation is that Current Qty will be remain 5 as it was on day1
    Thanks in Advance          

    Hi All
    apprcate you help on the issue bellow :
    we manage the forecast Via Oracle forecast set Form name is : MRPFFDIF
    we set the prpfile MRP:Consume Fcst Set Summary to Yes
    Customer expectation is that when running consumption only open sales orders will be consumed
    but when sales order has been consumed and day after shipped and close
    sales order consumed data will be save and not unconsumed when consumption is running again
    the bellow scenario example the issue :
    Day 1
    Forecast Origin Qty = 10
    Open So = 5
    when running consumption forecast current qty will be 5
    On Day 2 we shipped the So qty (5) and it become close
    when running consumption the Origin Qty become 10 and this is not reasonable
    the expectation is that Current Qty will be remain 5 as it was on day1
    Thanks in Advance          

  • My touch screen isn't working and stopped working after I went running with it. I have restarted it multiple times and restored it on my MacBook. It will still not let me slide it to even look at the phone. Please help ASAP.

    I took my iPhone running today and when I returned I was not able to slide it open or type in my pass code. All buttons are still responding. I have tried restarting it multiple times and even restored it, but the touch screen will not respond to anything. I also cleaned the screen off with a damp cloth. Please help! I WAS able to slide it open in the middle of restoring it but not able to click on any apps. Help! My life is on my iPhone and I am a nurse on call!

    Try restore as new using computer iTunes.

Maybe you are looking for