Propagation Queue hanged without any error.

Hi All,
We have bi-directional replication using streams on 10g database.Last night propagation process hanged without any error in any of the queue.
We tried to restart it but propagation queue didnt stop.It just went into infinite loop.
Finally we have to kill the session.Then we restarted the database and everything worked fine.
Just curious what happened there is no error so far neither in the queue nor in alert log/trace files.
Please help!!!
Thanks for all your help!!!
Kind Regards
Rahul

There is insufficient information here to help you.
If you have not patched to 10.2.0.4 that might be something to put on your radar sooner rather than later.

Similar Messages

  • OBIEE 11.1.1.6 installation hangs without any error or warning

    Hi all,
    I'm trying to install OBIEE 11.1.1.6 on a previous 11.1.1.5 installation, on Windows Server 2003 Enterprise Edition. I followed the instructions on the "Oracle® Fusion Middleware Upgrade Guide for Oracle Business Intelligence 11g Release 1 (11.1.1)" manual, "Moving from 11.1.1.3 or 11.1.1.5 to 11.1.1.6" paragraph.
    All checks give positive result but then installation hangs without any error or warning. I tried 3 times with the same behaviour.
    Any suggestion? Anyone having similar problems?
    Thanks in advance,
    Cristina

    The only error I get (in the Windows application event viewer) is:
    [nQSError: 12002] Socket communication error at call=recv: (Number=10054) An existing connection was forcibly closed by the remote host
    Any suggestion?
    Thanks,
    Cristina

  • Web service hangs without any errors and exceptions

    hi all,
    We have a ejb application web service that is binded with shedular bc to trigger for every 2 hours
    and it runs for one and half hours making continous transactions with database..
    In the web service a outer for loop will be iterated by fetching list of data from database. And this list will be iterated in the inner for loop.
    This logic works fine for sometime, but suddenly after some random period of time without any errors and exceptions the outer for loop gets no list from database
    and the inner for loop is never executed and the web service completes processing.
    This i can able to see form my log files.
    i dont understand why the list is not fetched from the database, is the problem with hibernate or it lost the connection with database,
    either case it has to throw exception but the service is not.
    otherwise does this is garbage collector issue.
    Thanks in advance,
    Bye

    Without any code to see what's going on we'd be flying blind trying to answer this one.

  • WL510 startup hangs without any error messages.

    I have installed WebLogic 510 on a Sun Sparc with Solaris 5.7
    following WebLogic installation guide(which I have used to
    successfully install other similar machines). We are using
    JDK 1.2.2_06(with the three necessary OS patches installed).
    When I try to start WebLogic from command line(see below)
    using script, it just hangs and sits there without giving any
    error messages. Is there anything obvious that I have missed?
    Thanks, Jim
    Command line I used to start WebLogic server
    (all in one line of course):
    /usr/java1.2/bin/java
    -native
    -ms64m -mx64m
    -classpath ./classes/boot:
    ./eval/cloudscape/lib/cloudscape.jar
    -Dweblogic.class.path=./license:
    ./classes:
    ./lib/weblogicaux.jar:
    ./myserver/serverclasses:
    /opt/oracle8/product/8.1.6/jdbc/lib/classes12.zip:
    /usr/local/j2sdkee1.2.1/lib/j2ee.jar
    -Dweblogic.home=.
    -Djava.security.manager
    -Djava.security.policy==/opt/weblogic/weblogic.policy
    weblogic.Server

    I think I've got a newer WebLogicLicense.xml format, i.e.
    version 6.0(it starts with:
    <?xml version="1.0"?>
    <bea-licenses>
    <license-group format="1.0" product="WebLogic Server" release="*">
    <license
    component="WebLogic"
    Is there a way to convert it back to 5.1.0
    format(so that it starts with:
    <!-- Keys for version 4.0 and later -->
    <WEBLOGIC-LICENSES>
    <LICENSE PRODUCT="WebLogic"
    Kumar Allamraju <[email protected]> wrote:
    That thread doesn't appear to be hanging. It's in Running
    state.
    Also have you tried to ping the server? Does WLS responds
    to ping commands?
    Jim Lee wrote:
    Here is the thread dump for the "main" thread:
    "main" (TID:0x3a3d0, sys_thread_t:0x3a308, state:R,thread_t: t@1,
    threadID:0x25
    118, stack_bottom:0xffbf0000, stack_size:0x20000) prio=5
    [1] weblogic.xml.license.BaseParser.sendCharacters(BaseParser.java:119)
    [2] weblogic.xml.license.WEBLOGICLICENSESParser.parse(WEBLOGICLICENSESParser.jav
    a:59)
    [3] weblogic.xml.license.BaseParser.parse(BaseParser.java:81)
    [4] weblogic.common.internal.LicenseInfo.loadXML(LicenseInfo.java:131)
    [5] weblogic.common.internal.ServerUtil.initLogging(ServerUtil.java:112)
    [6] weblogic.common.internal.ServerUtil.initLogging(ServerUtil.java:82)
    [7] weblogic.common.internal.ServerUtil.<clinit>(ServerUtil.java:75)
    [8] weblogic.t3.srvr.T3Srvr.checkAccess(T3Srvr.java:883)
    [9] weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:822)
    [10] java.lang.reflect.Method.invoke(Native Method)
    [11] weblogic.Server.startServerDynamically(Server.java:99)
    [12] weblogic.Server.main(Server.java:65)
    [13] weblogic.Server.main(Server.java:55)
    Kumar Allamraju <[email protected]> wrote:
    How do you know WLS was hanging?
    Did you tried to ping the server? Take a thread dump
    and
    post it here
    Jim Lee wrote:
    I have installed WebLogic 510 on a Sun Sparc with
    Solaris
    5.7
    following WebLogic installation guide(which I have
    used
    to
    successfully install other similar machines). We
    are
    using
    JDK 1.2.2_06(with the three necessary OS patches
    installed).
    When I try to start WebLogic from command line(seebelow)
    using script, it just hangs and sits there withoutgiving
    any
    error messages. Is there anything obvious that I
    have
    missed?
    Thanks, Jim
    Command line I used to start WebLogic server
    (all in one line of course):
    /usr/java1.2/bin/java
    -native
    -ms64m -mx64m
    -classpath ./classes/boot:
    /eval/cloudscape/lib/cloudscape.jar
    -Dweblogic.class.path=./license:
    /classes:
    /lib/weblogicaux.jar:
    /myserver/serverclasses:
    /opt/oracle8/product/8.1.6/jdbc/lib/classes12.zip:
    /usr/local/j2sdkee1.2.1/lib/j2ee.jar
    -Dweblogic.home=.
    -Djava.security.manager
    -Djava.security.policy==/opt/weblogic/weblogic.policy
    weblogic.Server

  • RunInstaller hang without apparently errors

    The runInstaller hang without apparently error (nothing in the installActions.log, .err and .out)
    We originally install 8.1.7.0 64bits on a Sparc 5.8 64 bits without problem, after this, we apply patch 8.1.7.4.1.
    Now are necessary installing interMedia software from CD 8.1.7.0 but the runInstaller from CD or in the Sparc hang without errors.
    Please, any help will be appreciated!
    Any way to trace runInstaller or to find the cause of the hang...
    Thanks,
    Diego L.
    [email protected]

    We found a workaround, but not satisfy.
    We make a "truss -f -o /tmp/intaller.truss -p &lt;pid&gt;" for the runInstaller process and when it hang, we abort the truss "Ctrl+C" and run it again.
    This method "pick up" the runInstaller and the installation continue for some minutes, when the runInstaller hang again we repeat the process (abort the truss and run it again) until the end of installation. :(
    We see the truss output and appreciate the same patron when the runInstaller hang... always after a SIGNAL 14 (timeout).
    Thanks!
    Any help will be apreciated.
    [email protected]

  • PO Approval stuck in error without any Error message

    Hi All,
    we have few notifications for PO Approval where they are stuck in error without any error message. they are also not showing in the worklist of the approver nor in the wf_notifications table. please help on this on how to solve this. we have done various options to solve the issue like skip/rewind/suspend/retry. but none of them works..... below is an extract of such an notification -
    Error in Workflow POAPPRV/3112-127925
    From SYSADMIN
    To Das, SD
    Sent 12-Dec-2011 16:55:01
    Closed 12-Dec-2011 17:07:30
    ID 164593
    Responder Das, SD
    An Error occurred in the following Workflow.
    Item Type = POAPPRV
    Item Key = 3112-127925
    User Key =429766-245
    Error Name =
    Error Message =
    Error Stack =
    Activity Id = 10770
    Activity Label = ROOT:POAPPRV_TOP
    Result Code = #STUCK
    Notification Id =
    Assigned User =
    Thanks,
    Sam D
    Edited by: Sam D on 12 Dec, 2011 1:45 PM

    Please post the details of the application release, database version and OS.
    Can you find any errors in the Workflow log file?
    All Purchase Orders or Requisitions Getting Stuck in Pre-Approved or In Process Status - Troubleshooting Checklist [ID 1104843.1]
    Troubleshooting for Requisitions / Purchase Orders in Process or Pre-Approved Status [ID 225017.1]
    Also, search MOS for (POAPPRV stuck) and go through the docs.
    Thanks,
    Hussein

  • I bought a used PowerMacPC G5. I can burn and read DVDs, but I can't read or burn CDs. The CDs are not even recognized. After the drive searches for a while, the CD is ejected without any error messages. The CDs work okay on my iMac.

    I bought a used PowerMacPC G5. I can burn and read DVDs, but I can't read or burn CDs. The CDs are not even recognized. After the drive searches for a while, the CD is ejected without any error messages. The CDs work okay on my iMac.
    I am running Mac OSX 10.4.11. According to the System profiler the CD/DVD drive is a "PioneerDVD-RWDVR-112D." When I compare the information under this heading, the only unusual difference from my iMac is that the G5 reads "Burn Support: Yes (Unsupported)." My iMac reads "Burn Support: Yes (Apple Shipping Drive)."
    Under the System Preferences the options are set to "Ask what to do" when a blank CD or DVD is inserted. Music CD set to open iTunes, Picture CD set to open iPhoto, Video DVD set to open DVD player.
    Do you have any suggestions?
    Thanks, Jack

    Hi Jack, great help so far!
    Internal...
    http://eshop.macsales.com/static_pages/Framework.cfm?page=superdrive/sdl_powerma c_g5.html
    External be sure it's Firewire & not Bus powered...
    http://eshop.macsales.com/shop/firewire/optical-drives/

  • Weird : Database Hangs without any message in Alert File

    Hi
    We have production database 10.2.0 , in the last 3 days database database has to be restarted as it hangs without any information in the Alert File.
    No trace file is genrated at that time.
    Only SYS user Can LOGIN to the database.
    I had no other option but to restart
    Database is in NO ARCHIVE MODE
    There is Enough Space in Temporary Tablespace and all other tablespace.
    NO patches were applied to the database
    NO parameters has been modified
    When i check the CPU usage its normal.
    There is Enough Disk Space.
    This is procution and i apreciate Help.
    Thank You

    user6421665 wrote:
    Only SYS user Can LOGIN to the database.
    What is the OS ? Windows --> Did you check virus scan or some other process running during that time ?
    Unix / Linux --> Is sysadmin running a defrag on the disks or some other OS Utility ?
    Do you login as SYS from the server ? Can you login as any other user from the server ?
    Hang == Slow ?
    >
    This is procution and i apreciate Help.
    Production database in NOARCHIVE log mode... is interesting by itself, but that is not a question here.

  • Hello I Download Adobe Photoshop CC 2014 Last Night i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message I Need Help Can You Resolve This Problem i Tried Creative Cloud Sign Out Nd Sign iN But iT DidnT ReSolve My

    Hello I Download Adobe Photoshop CC 2014 Last Night
     i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message
    I Need Help Can You Resolve This Problem

    Lotfi are you receiving any error messages during the installation?  I would recommend reviewing your installation logs for errors.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.  You are welcome to post any specific errors you discover to this discussion.

  • Nokia Store Quits without any error messages.What ...

    My inbuilt Nokia store application within my Nokia Asha 305 keeps quiting without any error messages.What do i do to resolve this.I recently updated the S40 OS could that be the reason. And why?

    Just reset it to factory. That worked for me

  • Extract abends after sometime without any errors in logs

    Hi Folks,
    I am implementing unidirectional simple replication for one schema (DDL & DML) without GG data pump and I am newer to GG.
    Extract abends after sometime without any errors in logs. I doubt I did not configure exttrail/rmttrail properly.
    What should be the commands to configure trails in this scenerio ?
    Any suggestions ?
    Regards
    Edited by: LazyDBA11g on Aug 22, 2012 1:00 AM

    Thanks Paddu for reply but I can not use DBLOGREADER as it is not compatible in my env
    Use the TRANLOGOPTIONS parameter with the DBLOGREADER option in the Extract parameter file if the ASM instance is one of the following versions:
    Oracle 10.2.0.5 or later 10g R2 versions
    Oracle 11.2.0.2 or later 11g R2 versionsLastly I dont have connectivity issue with ASM.
    Regards
    Edited by: LazyDBA11g on Aug 22, 2012 1:03 AM

  • Concurrent Program ends in Error without any error message - Apps 11.0.3

    Hi,
    We have a concurrent program which errors out sometimes without any error message in log file or anywhere else. This happens intermittently. Is there anyway to see why this happens ( to see error message somewhere else - like FND tables ?). Any feedback is appreciated. This happens in Oracle Apps 11.0.3.
    thanks
    Ram

    Ram,
    Is this a custom or standard concurrent program?
    Was this working properly before? If yes, what changes have been done recently?
    Did you try to relink the concurrent program executable file and see if this helps? Also, you could enable trace/debug and submit the request again and see if more details are collected in the logs -- See (Note: 296559.1 - FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12).
    Regards,
    Hussein

  • Imac shuts down without any error message

    imac shuts down without any error message

    Need more details. Which iMac? Which OS? When does it shut down, under what circumstances? What are you doing when it happens? Is it reproducible, i.e. can you make it happen? Does it appear to be getting very hot before it shuts down?
    Open Console in Applications>Utilities and navigate to system.log. Do you see any messages related to shutdown from the time when this has happened? Enter "shutdown" in the filter field, upper right corner.

  • Weird error without any error message

    I've been working on some actionscript 3 system. And all of a
    sudden, it wouldn't execute anymore. When I pushed CTRL-Enter in
    Flash CS3, a white screen would open up (instead of the normal
    flash program) and no trace-output would be given.
    Three hours later I found the cause of this weird problem.
    It's (simplified) the line:
    var value:Number = -(true ? 1 : 0); // This one doesn't work.
    Put this line in your script, and your entire program won't
    execute. And without any error message! I was wondering, why is
    that? By the way, the following lines do work:
    var a:Number = -(2*3+4); // Gives -10.
    var b:Number = (true ? 1 : 0); // Gives 1.
    var c:Number = -b; // Gives -1.
    var d:Number = 0-(true ? 1 : 0); // Gives -1.
    var e:Number = -((true ? 1 : -1) as Number);
    So, my guess is that the code (true ? 1 : 0) gives some sort
    of data type which is not a Number, and therefore doesn't except
    minus signs. But that wouldn't explain why it doesn't even give an
    error. So what IS wrong with it?

    ok - well if these numbers are used to begin the execution of
    a method in your file, it's likely that they are not firing up
    because the syntax here is incorrect. in order to use this type of
    conditional operator (which i do use quite often as well, handy
    convenient ;) the structure should be:
    var value:Number = (condition) ? 1 : 0;
    'true' is not a 'condition' but a boolean result, so it
    should not be evaluated in the way have been using it here -
    however 'true' is 'true' so the result will always be 1 (the first
    expression in the operator) - i'm not certain why you would need a
    -0 result and if you are always wanting a 'negative' number then
    use that number in the return expression, as in:
    var value:Number = (condition) ? -1 : 0;

  • What software can be use to update iphone 3g 4.2.1 to iOs 4.4.4 without any error occuring...???

    what software can be use to update iphone 3g 4.2.1 to iOs 4.4.4 without any error occuring...???

    Ah...there is no iOS 4.4.4, & iOS 4.2.1 is the end of the line for your phone. There are no further updates available.

Maybe you are looking for

  • Developer-Online New Tutorial Released: Create a Flickr gallery using jquery and JSON

    Create a Flickr gallery using jquery and JSON Hello everyone, In this tutorial I'll show how is simple to build your Flickr photo gallery using jQuery framework and JSON. We'll see how to setup thumbnail's numbers, convert your RSS Flickr in a JOSOn

  • Premiere Pro 6.0.2 - no CUDA playback

    I'm on a Retina Display Macbook Pro with the latest CUDA drivers installed. I just updated to 6.0.2 this morning and got playback using all three new modes : Software, OpenCL, and CUDA. All three worked when I was using the internal Retina Display. W

  • Latest settings don't get saved

    Hello there, I installed a new brush, when I quit photoshop and reopen it I find that the brush is gone. It feels like it resets the settings because also if I choose painting workspace it gets me back to typography when I open it next time. I used p

  • Dynamic roles in ALBPM

    Hi, How to user parameter roles? Any code samples are appreciated. We have a role like RM for a country. so we specifiy RM as parametric for each country. But some of the participants are global that means when they login they should get access to al

  • Remove a meeting on specific time date and subject line

    Hi I have a situation where a meeting organizer is no longer able to update or cancel a meeting she booked. Some how she also became the participant of the meeting and now has lost control of the actual meeting. Not able to edit or send update. I've