Standby  can't  received  logs  from  primary after  upgrade 10.2 to  11.2

Hi
I have counter problem on standby after upgrade from 10.2.0.1 to 11.2.0.2.The standby can not received logs from primary when look on dataguard log is shown as follows.it seem log transport service timeout before completion send logs to standby server
D MON_PROPERTY operation completed
2012-03-20 15:09:14.522 DMON: Timeout posting message to database 2 after having waited for 0 seconds, killing NSV1 (PID=4672)
2012-03-20 15:09:15.524 02001000 622551633 DMON: failed to forward op CTL_GET_STATUS to site standby with error ORA-16662
2012-03-20 15:09:15.524 02001000 622551633 DMON: Database PRIMARY returned ORA-16662
2012-03-20 15:09:15.524 02001000 622551633 for opcode = CTL_GET_STATUS, phase = NULL, req_id = 1.1.622551633
2012-03-20 15:09:15.525 02001000 622551633 DMON: CTL_GET_STATUS operation completed
2012-03-20 15:09:48.676 RSM detected log transport problem: log transport for database 'standby' has the following error.
2012-03-20 15:09:48.676 ORA-16198: Timeout incurred on internal channel during remote archival
2012-03-20 15:09:48.677 RSM0: HEALTH CHECK ERROR: ORA-16737: the redo transport service for standby database "standby" has an error
2012-03-20 15:09:48.789 00000000 622551634 Operation HEALTH_CHECK canceled during phase 2, error = ORA-16778
2012-03-20 15:09:48.790 00000000 622551634 Operation HEALTH_CHECK canceled during phase 2, error = ORA-16778
Please anyone have ideas
thanks
kind regard
Salutary(bob)
Edited by: 826034 on Mar 20, 2012 5:31 AM

826034 wrote:
SQL> select severity, error_code,message,to_char(timestamp,'DD-MON-YYYY HH24:MI:SS') from v$dataguard_status where dest_id=2;
Error              16198
WARN: ARC0: Terminating pid 31868 hung on an I/O operation
+20-MAR-2012 13:29:32+
SEVERITY      ERROR_CODE
MESSAGE
TO_CHAR(TIMESTAMP,'D
Error              16198
WARN: ARC0: Terminating pid 32182 hung on an I/O operation
+20-MAR-2012 13:34:37+
Error              16198
WARN: ARC0: Terminating pid 32393 hung on an I/O operation
SEVERITY      ERROR_CODE
MESSAGE
TO_CHAR(TIMESTAMP,'D
+20-MAR-2012 13:39:42+
Error              16198
WARN: ARC0: Terminating pid 32620 hung on an I/O operation
+20-MAR-2012 13:44:47+
Error              16198
SEVERITY      ERROR_CODE
MESSAGE
TO_CHAR(TIMESTAMP,'D
WARN: ARC0: Terminating pid 474 hung on an I/O operation
+20-MAR-2012 13:49:52+
Error              16198
WARN: ARC0: Terminating pid 696 hung on an I/O operation
+20-MAR-2012 13:54:57+
thanks
regard
SalutaryCheck this thread, it may helpful.. looks similar issue log shipping problem after upgrade to 11.2.0.2

Similar Messages

  • Sound effects can't come out from SoundSticks after upgrade to 10.4.4

    After upgrading to 10.4.4, the sound effects of OS X, such as emptying trash, iChat effects, etc, doesn't come out from the SoundSticks (first generation, connected via USB), even though I've turned it (effects) to the highest level, and selected to have it come out of the SoundSticks.
    The effects are fine if I select Built-in Audio as sound output.

    After upgrading to 10.4.4, the sound effects of OS X, such as emptying trash, iChat effects, etc, doesn't come out from the SoundSticks (first generation, connected via USB), even though I've turned it (effects) to the highest level, and selected to have it come out of the SoundSticks.
    The effects are fine if I select Built-in Audio as sound output.

  • Problems receiving mail from exchange after upgrading to Mavericks

    After upgrading to Mavericks I am having issues receiving e-mail. Activity doctor says I am connected to Exchange server but Mail.app won't donwload e-mail. I have heard this is an issue on OS X Mavericks. Any idea on how to solve this?

    I solved the problem by disabling all Internet Accounts in the System Preference and re-enabling them one by one.  I found that a few settings crashed the Mail app., mainly for those Microsoft Exchange accounts.  I deleted them and set them up again then it works fine now.  No more crash when I open the Mail app.  Hope this procedure helps those with similar problems, too.

  • Can't receive messages from gmail after deleting outgoing message

    I've a big problem! Yesterday i was trying to send an email to my friend with a large size attachment. After 1 hour i saw that the message was still in the outgoing message so i decided to stop it. At that moment began the problems...I'm not able to receive message anymore!
    Help me please!

    The exact directory name that you're "cd" (change directory) into will depend upon your account name.
    Try this (enter what's in quotes)
    "cd ~/Library/Mail"
    Then, type:
    "ls"
    This will list the contents of that directory and you'll see a directory named something like "[email protected]@imap.gmail.com".
    Then, cd into that directory by typing "cd " and the name of that directory, exactly as you see it.
    Then, you can
    "cd .OfflineCache"
    Type "ls" one more time to make sure you're in that directory (I saw files named '1', '2', '3', etc. Don't type the next line if you're in the wrong place.
    And last,
    "rm *"

  • TS5185 i have turned off my Imessage but I still can't receive text from anyone using an Iphone

    I switched from iPhone 4s to a galaxy note 2 but I can't receive messages from other iPhone users. . I turned off my Imessage but I still can't receive any

    Hi there.
    Had exactly the same issue, and i've sorted this out now. It IS Apple's responsibility to deactivate this function, and simply switching their imessage off on a handset will NOT work.
    Whatever apple did, they effectively released my number (read: t-mobile's number) from their messaging / OS framework's grip.
    Please read my explanation here:
    https://discussions.apple.com/message/24488400#24488400
    You will need to contact apple support according to my solution.
    Whatever it was they did, and i can guarantee that they did SOMETHING to release my (t-mobile's) number from their ecosystem, even though they did not specify step two (whatever they did after instructing me to deactivate imessage on their handset - which i explained i had already done), it has now returned my SMS delivery and receipt status to normal, and i can send and receive to everyone and anyone in my Contact List.

  • Servlet cannot receive message from applet after sent message to applet

    In my Applet-Servlet communication, my servlet can not receive message from the applet after the servlet sent message to the applet. It will throw java.io.EOFException: Expecting code
    Can someone tell me what is wrong?
    ==============
    This is relevant code on applet side:
    String inMsg = "";
    try {
    _owner.textArea.append("run start...please wait......\n");
    String location = "http://111.111.11.111:8080/mdo/servlet/BLServlet";
    URL servletURL = new URL(location);
    URLConnection servletConnection = servletURL.openConnection();
         _owner.textArea.append("URL = "+location+"\n");
    servletConnection.setDoOutput(true);
    servletConnection.setDoInput(true);
    servletConnection.setUseCaches(false);
    servletConnection.setDefaultUseCaches(false);
    servletConnection.setRequestProperty("Content-Type", "application/octet-stream");
    _owner.textArea.append("servlet connection: \n  "+servletConnection.toString()+"\n");
    outputToServlet = new ObjectOutputStream(servletConnection.getOutputStream());
    _owner.textArea.append("output to servelt:  "+outputToServlet.toString()+"\n");
    _owner.textArea.append("Send msg: Register\n");
    outputToServlet.writeObject("Register");
    _owner.textArea.append("Sent. \n");
    outputToServlet.flush();
    _owner.textArea.append("Flush. \n");
    try {
    Thread.sleep(3000);
    } catch (InterruptedException exc) {
    _owner.textArea.append("Cannot Sleep.\n");
    return;
    inputFromServlet = new ObjectInputStream(servletConnection.getInputStream());
    _owner.textArea.append("input from servlet:   "+inputFromServlet.toString()+"\n");
    Object inMessage = new Object();
    inMessage = (Object) inputFromServlet.readObject();
    inMsg = inMessage.toString();
    _owner.textArea.append("Receive: "+inMsg+"\n");
    _owner.textArea.append("output-to-servelt:  "+outputToServlet.toString()+"\n");
    _owner.textArea.append("input-from-servlet: "+inputFromServlet.toString()+"\n");
    _owner.textArea.append("Send msg: Hello\n");
    outputToServlet.writeObject("Hello");
    _owner.textArea.append("Sent. \n");
    outputToServlet.flush();
    _owner.textArea.append("Flush. \n");
    try {
    Thread.sleep(3000);
    } catch (InterruptedException exc) {
    _owner.textArea.append("Cannot Sleep.\n");
    return;
    _owner.textArea.append("output-to-servelt:  "+outputToServlet.toString()+"\n");
    _owner.textArea.append("input-from-servlet: "+inputFromServlet.toString()+"\n");
    inMessage = new Object();
    inMessage = (Object) inputFromServlet.readObject();
    inMsg = inMessage.toString();
    _owner.textArea.append("Receive: "+inMsg+"\n");
    _owner.textArea.append("End of run\n");
    } catch (Exception e) {
    _owner.textArea.append("Exception:  "+e.toString()+"\n");
    Code on Servlet side:
    public void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    String inMsg;
    try {
    textArea.append("start of main\n");
    inputFromApplet = new ObjectInputStream(request.getInputStream());
    inMsg = (String) inputFromApplet.readObject();
    textArea.append(" - BLServlet - from Applet: "+inMsg+"\n");
    if (inMsg.equals("Register")) {
    outMsg = "Register Accept";
    } else {
    outMsg = "MISTAKE2";
    textArea.append("output message: "+outMsg+"\n");
    outputToApplet = new ObjectOutputStream(response.getOutputStream());
    textArea.append("object output stream: "+outputToApplet.toString()+"\n");
    outputToApplet.writeObject(outMsg);
    outputToApplet.flush();
    try {
    Thread.sleep(3000);
    } catch (InterruptedException exc) {
    return;
    inMsg = (String) inputFromApplet.readObject();//Throw java.io.EOFException: Expecting code
    textArea.append(" - BLServlet - from Applet: "+inMsg+"\n");
    inputFromApplet.close();
    if (inMsg.equals("Hello")) {
    outMsg = "Hello! How are you!";
    else {
    outMsg = "MISTAKE3";
    textArea.append("output message: "+outMsg+"\n");
    outputToApplet.writeObject(outMsg);
    outputToApplet.flush();
    } catch (Exception exc) {
    textArea.append("Exception: "+exc.toString()+"\n");
    return;
    } // end of try/catch
    } // end of doPost method

    I have the same problem. I'm trying to send an ImageIcon through an ObjectOutputStream from an Applet to a Servlet. Here is my code:
    URL url = new URL(getCodeBase(),"/License/SnapshotServlet");
    URLConnection con = url.openConnection();
    con.setDoOutput(true);
    con.setUseCaches(false);
    con.setRequestProperty("Content-Type", "application/x-java-serialized-object");
    OutputStream os = con.getOutputStream();
    BufferedOutputStream bos = new BufferedOutputStream(os);
    ObjectOutputStream oos = new ObjectOutputStream(bos);
    oos.writeObject(icon);
    oos.flush();
    oos.close();
    Here is my error:
    [5/6/02 17:41:31:312 CDT] 7f8b8205 SystemOut     U service() called
    java.io.EOFException
    at java.io.DataInputStream.readFully(DataInputStream.java:168)
    at java.io.ObjectInputStream.readFully(ObjectInputStream.java:2076)
    at java.io.ObjectInputStream.inputArray(ObjectInputStream.java:1085)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:380)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:242)
    at javax.swing.ImageIcon.readObject(ImageIcon.java:373)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2219)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1416)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:392)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:242)
    at dps.license.webcam.SnapshotServlet.doPost(SnapshotServlet.java:39)
    at dps.license.webcam.SnapshotServlet.service(SnapshotServlet.java:75)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
    at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:167)
    at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:297)
    at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:110)
    at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
    at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
    at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
    at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:523)
    at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:282)
    at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:112)
    at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:91)
    at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:184)
    at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
    at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:106)
    at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:125)
    at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
    at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)[5/6/02 17:41:31:859 CDT] 7f8b8205 SystemOut     U saving image...
    [5/6/02 17:41:31:859 CDT] 7f8b8205 SystemOut     U ERROR: Image is null!
    at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:323)
    at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252)
    at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
    Does anyone have any idea what is going on here?

  • HT1277 I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    Do you have one, two or more entries in the left colum of Mail.app for your mail server(s)?  That is, do you have your Mail.app set up with either a btinternet entry, with a btyahoo entry, or both?  Or more?
    I'm guessing that you might have one account (btyahoo?) listed for incoming (IMAP server) mail, and with the outbound (SMTP server) mail is configured and named btinternet.
    Based on what little I see posted, it looks like BT uses both btinternet and btyahoo, but I'm not exactly clear on how they have their stuff set up, and their web set gets helpful and tries to help configure my mail — I don't immediately see a single web page with the mail server set-up details.  The BT email client set-up starts here.

  • Can not receive emails from third party email accounts

    Recently I started working for a small business which has small business server 2011 and exchange 2010 installed. Before I started there were eight user accounts and they all have unlimited email access. I created a few users through sbs AD and also from
    exchange console a week ago. Unfortunately none of them can not receive emails from third party accounts. they all can receive internal emails and also can send mails to any email accounts internally and externally. 
    This is a night mare for me as new users are having trouble with communicating via mails. I have tried all the methods and now thought of posting this issue on tech net. Please help me on this!!
    Thanks a lot!! 
    Sammy 

    Checklist for testing inbound email problems, I am assuming outbound emails works ok.
    1. Check Port 25 forwarding on all modems routers/firewalls
    2. MX Record is created and pointing to the correct Public IP Address, use MXToolbox.com to verify MX Record and test SMTP flow. Also Verify your public IP has not changed, use whatsmyip.org to check you public IP
    3. If using POP Connector Service, make sure POP accounts are created properly
    4. If using a 3rd party spam host, make sure they forward email to correct public IP address, use step 2 to verify your public IP.

  • Can't receive email from Mail 3.4 and I can't get rid of a draft email

    OK, two problems here...
    1 The most frustrating is that I can't receive mail from Mail 3.4. I can send and my wife's email account is working fine. I've got a green light from the "Mail Connection Doctor" and I haven't changed any settings that I know of. I've been accessing my mail thru me.com now, it's working OK but not like "Mail".
    and
    2 I have this piece of email that I sent...the guy received it...and it keeps showing up in my "Drafts" mailbox. I delete it, then it comes back, sometimes multiple copies! I've been getting an error message....
    "Some actions taken while the account “Joe's Email” was offline could not be completed online."
    "Mail has undone actions on some messages so that you can redo the actions while online. Mail has saved other messages in mailbox “On My Mac” in “On My Mac” so that you can complete the actions while online.
    Additional information: The connection to the server “mail.mac.com” on port 143 timed out."
    Now my airport connection has been on and off with this machine (my old powerbook has been rock solid on the same network) so the "timed out" portion is probably true...but why can't I just get ride of this email message?
    Thanks for the help

    I think I've got it fixed....I "reset" my mail program, I deleted my mailbox then re-created it and I'm all set for now.

  • CAN I RECEIVE MESSAGE FROM MY CELLULAR SERVICE PROVIDER IN MY iPAD MINI CELLULAR ?

    Hi Using iPad,
    Can I receive message from my cellular service provider in my iPad mini cellular?

    I Picked This Username wrote:
    Be aware though..
    If you send an iMessage to an iPhone that isn't using WiFi, they will be charged for receiving the message..
    The same goes with the iPad sending the message: if you are not using WiFi..
    That is incorrect. No cell carrier charges for a message sent by and received by iMessage other than any relevant data charges. The carrier doesn't even know the message is any different from an email message or any other standard Internet traffic. Only if the iPhone was not set up to iMessage and hence receives the message via SMS would there perhaps be a charge, and that will depend on the cell plan. The iPad cannot receive messages via SMS at all so there will never be a charge.
    Regards.

  • Hi, my iPhone was stolen and now i can't receive messages from people with iPhones. What do i do to fix this problem, and get my old messages? This has been a problem for 3 weeks!

    Hi, my iPhone was stolen and now i can't receive messages from people with iPhones. What do i do to fix this problem, and get my old messages? This has been a problem for 3 weeks!

    This won't get your old messages back but will help with new ones: https://selfsolve.apple.com/deregister-imessage

  • I can send messages however i can't receive messages from everyone. only some contacts

    i can send messages however i can't receive messages from everyone. only some contacts

    Yes, I already talked about this to my carrier. Do you think it doesn't have any problem with the phone?

  • Can I receive messages from Skype when my ipad is in sleep mode and the app is closed?

    Ok, can I receive messages from Skype when my ipad and iPod touch are off, and the app is closed? Becuase my mom sent me a message and I did nott receive it. I have to have the app running or running in the background to receive messages. Is there a way to recieve messages when my ipad and ipod do NOT have the app running?

    The ipad may keep a connection alive in sleep mode.. but it should only use local connection AFAIK, and no internet content.
    I have a similar setup with iPad and although it has an IP it is not actually reachable on the network. I will track usage and see if it is actually using anything but I would doubt it.
    Now of course it may depend on what apps you have running. I really doubt the ipad will be using that much of your download unless you are watching movies on it.

  • Eversince installed Mountain Lion, i can't receive emails from my Microsoft Exchange account!! Why is this so?

    Eversince installed Mountain Lion, i can't receive emails from my Microsoft Exchange account!!
    Why is this so? I don't have this problem prior to installing the Mountain Lion OS X

    Have you tried 10.8.1?  It includes fixes in this area.  Usually the problem is if Active Directory is returning incorrect Exchange information in response to an Autodiscover request.  In 10.8.1 you can manually edit this information.

  • TS4002 Help, I can't receive emails from a specific email address!

    Help, I can't receive emails from a specific email address!

    https://discussions.apple.com/thread/4388008
    https://discussions.apple.com/thread/4742210?tstart=0

Maybe you are looking for