Opitsk: network error occurred while two-task server trying tosend break

Problem Description: Environment Details
Application Server : Version 10.1.2.3.0 on Windows Server 2003 R2
Database Server: I have installed Oracle DB (11.2.0.1.0) on the same sever having Oracle 11g Release 1 (11.0.7.0) and Oracle 10g Release 2 (10.2.4.0).
I am using Oracle11gR1 listener for all three databases.
I have created database for Oracle11gR2 with no issues at all.
Issue:
Now when I am running my application using Oracle11g R2, my application runs fine for a specific interval after which I get ORA-03113: end-of-file communication channel. All the Sessions linked to these are all dead.
From the logs I discovered this (which is TNS Packet write failure)
opitsk: network error occurred while two-task server trying tosend break; error code = 12571

Any clue based on the Trace file???????????
Part of DB Trace (As Trace was very Big)
===========================
2010-10-25 17:11:35.143380 : nioqrs:exit
2010-10-25 17:11:35.143394 : nioqrs:entry
2010-10-25 17:11:35.143405 : nioqrs: state = interrupted (1)
2010-10-25 17:11:35.143415 : nscontrol:entry
2010-10-25 17:11:35.143425 : nscontrol:cmd=45, lcl=0x0
2010-10-25 17:11:35.143436 : nscontrol:normal exit
2010-10-25 17:11:35.143446 : nscontrol:entry
2010-10-25 17:11:35.143456 : nscontrol:cmd=1, lcl=0x0
2010-10-25 17:11:35.143467 : nscontrol:normal exit
2010-10-25 17:11:35.143477 : nioqsm:entry
2010-10-25 17:11:35.143487 : nioqsm: Sending break packet (1)...
2010-10-25 17:11:35.143498 : nscontrol:entry
2010-10-25 17:11:35.143513 : nscontrol:cmd=45, lcl=0x0
2010-10-25 17:11:35.143524 : nscontrol:normal exit
2010-10-25 17:11:35.143535 : nsdo:entry
2010-10-25 17:11:35.143546 : nsdo:cid=0, opcode=67, bl=1, what=17, uflgs=0x100, cflgs=0x3
2010-10-25 17:11:35.143558 : nsdo:rank=64, nsctxrnk=0
2010-10-25 17:11:35.143569 : nsdo:nsctx: state=8, flg=0x400c, mvd=0
2010-10-25 17:11:35.143580 : nsdo:gtn=156, gtc=156, ptn=10, ptc=2047
2010-10-25 17:11:35.143591 : nsdofls:entry
2010-10-25 17:11:35.143601 : nsdofls:DATA flags: 0x0
2010-10-25 17:11:35.143611 : nsdofls:normal exit
2010-10-25 17:11:35.143622 : nsdo:sending NSPTMK packet
2010-10-25 17:11:35.143632 : nspsend:entry
2010-10-25 17:11:35.143642 : nspsend:plen=11, type=12
2010-10-25 17:11:35.143653 : nttwr:entry
2010-10-25 17:11:35.143668 : ntt2err:entry
2010-10-25 17:11:35.143680 : ntt2err:soc 3116 error - operation=6, ntresnt[0]=530, ntresnt[1]=54, ntresnt[2]=0
2010-10-25 17:11:35.143691 : ntt2err:exit
2010-10-25 17:11:35.143702 : nttwr:exit
2010-10-25 17:11:35.143712 : nspsend:0 bytes to transport
2010-10-25 17:11:35.143722 : nspsend:transport write error
2010-10-25 17:11:35.143733 : nspsend:error exit
2010-10-25 17:11:35.143743 : nsdo:error sending NSPTMK packet
2010-10-25 17:11:35.143754 : nserror:entry
2010-10-25 17:11:35.143766 : nserror:nsres: id=0, op=67, ns=12571, ns2=12560; nt[0]=530, nt[1]=54, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
2010-10-25 17:11:35.143778 : nsdo:nsctxrnk=0
2010-10-25 17:11:35.143788 : nsdo:error exit
2010-10-25 17:11:35.143799 : nioqsm:send-break: failed to send break...
2010-10-25 17:11:35.143810 : nioqper: error from send-marker
2010-10-25 17:11:35.143821 : nioqper: ns main err code: 12571
2010-10-25 17:11:35.143832 : nioqper: ns (2) err code: 12560
2010-10-25 17:11:35.143842 : nioqper: nt main err code: 530
2010-10-25 17:11:35.143853 : nioqper: nt (2) err code: 54
2010-10-25 17:11:35.143864 : nioqper: nt OS err code: 0
2010-10-25 17:11:35.143874 : nioqsm:exit
2010-10-25 17:11:35.143884 : nioqer:entry
2010-10-25 17:11:35.143895 : nioqer: incoming err = 12152
2010-10-25 17:11:35.143905 : niomapnserror:entry
2010-10-25 17:11:35.143915 : niqme:entry
2010-10-25 17:11:35.143927 : niqme:reporting NS-12571 error as ORA-12571
2010-10-25 17:11:35.143937 : niqme:exit
2010-10-25 17:11:35.143947 : niomapnserror:exit
2010-10-25 17:11:35.143957 : nioqce:entry
2010-10-25 17:11:35.143967 : nioqce:exit
2010-10-25 17:11:35.143977 : nioqer: returning err = 12571
2010-10-25 17:11:35.143987 : nioqer:exit
2010-10-25 17:11:35.143998 : nioqrs:nioqrs: Couldn't send break. returning 12571
2010-10-25 17:11:35.144009 : nioqrs:exit
opitsk: network error occurred while two-task server trying tosend break; error code = 12571
2010-10-25 17:11:35.145131 : nioqds:entry
2010-10-25 17:11:35.145149 : nioqds: disconnecting...
From Apps Server
================
[2010/10/25 4:41:1:141] Debug 50103 (JobObject:readExternal): err.errorString=MSG-00003: HES1201 STARTED 2010-OCT-25 15:28:44 Report RCXXX Rev 12.0
REP-1401: 'beforereport': Fatal PL/SQL error occurred.
ORA-03113: end-of-file on communication channel
Edited by: user12889416 on 31-Oct-2010 22:24

Similar Messages

  • Error occurring "opitsk: network error occurred

    Hello All,
    Platform : Windows-2008Server 32 bit,Oracle10gStandard,OracleFS 3.4
    I have two cluster nodes(NPRDB1, NPRDB2) with Microsoft clustering and Oracle Fail Safe. The Oracle database is hosted at a common node PRDB. All my services (including my application’s ) were up and running on primary node. My application’s service connects to the database in NPRDB through a DSN.
    Now I have another Server (NRP2) (which is not a node in the cluster) , which also has my application’s service running and it is also connected to the same database on PRDB through a DSN.
    A peculiar thing happened when I restarted the NRP2 machine when services were running fine on the cluster nodes.
    We started getting database disconnection errors on the Primary cluster node.
    Oracle gave the following log : *** 2010-02-21 23:51:02.215 *** SERVICE NAME:(SYS$USERS) 2010-02-21 23:51:02.200 *** SESSION ID:(45.60) 2010-02-21 23:51:02.200 opitsk: network error occurred while two-task server trying to send break; error code = 12571
    Windows Event Log on Primary Node
    Oracle MSCS Service : Oracle Fail Safe successfully took resource PRDB offline
    Error on Standby Cluster Node:
    Cluster resource 'PRDB' in clustered service or application 'NPRDB' failed.
    Any pointers or reason for the above problem?
    Edited by: user5865877 on Mar 4, 2010 7:25 AM

    12571, 00000, "TNS:packet writer failure"
    // *Cause: An error occurred during a data send.
    // *Action: Not normally visible to the user. For further details, turn
    // on tracing and reexecute the operation. If error persists, contact
    // Oracle Customer Support.

  • Citrix ssl error 4: A network error occurred while connecting to

    Connecting to a citrix session works fine on my Mac, but when i let it sleep or if i am away for a bit i get an error
    SSL error 4: A network error occurred while connecting to (server/access gateway address)
    Dont have this issue on windows, only on Mac
    Help please

    Hi there, I couldn't even get it to work, evertime I go to open it I get this error. Any advise on what I need to load onto my Mac?

  • A network error occurred while trying to communicate with the server.

    Hello All,
    I am getting some new error messages when opening the server app on my Mac Mini server running OS X 10.8.2 and Server 2.2.1. First I get a message that says "A network error occurred while trying to communicate with the server." and then after trying to open some of the service panes, I get additional errors that say "Multiple errors occurred on the server while processing commands." The services don't load and I just see "Error Reading Settings" in the server app.
    I started to get these errors when I added a new website to the server. All the services are working fine but I cannot access them in the server app.
    In console I'm seeing these errors when I try to access various services:
    2/24/13 8:02:12.692 PM Server[956]: Error: The server '10.0.1.150' reported an error while processing a command of type: 'readSettings' in plug-in: 'servermgr_dns'. Error: Error Domain=XSActionErrorDomain Code=499 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c4003a760 {NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., originalError=Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk." UserInfo=0x7f8c3f547db0 {NSURLErrorFailingURLPeerTrustErrorKey=<SecTrust 0x7f8c40599080 [0x7fff7711ffd0]>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSUnderlyingError=0x7f8c3d58c0b0 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk.", NSErrorPeerCertificateChainKey=(
        "<SecCertificate 0x7f8c3f6747e0 [0x7fff7711ffd0]>"
    ), NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “10.0.1.150” which could put your confidential information at risk., NSErrorFailingURLKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorFailingURLStringKey=https://10.0.1.150:311/commands/servermgr_dns, NSErrorClientCertificateStateKey=0}}
    I have already restarted the server and used terminal to stop and start postgres. Any more thoughts on how to repair this?

    Just as I had suspected, the whole GUI crashed because of certificate problems. After two and a half hours with enterprise support, it turns out the com.apple.servermgrd certificate in the server keychain had become corrupt.
    We determined this by typing https://127.0.0.1:311 into Safari and we could see all the server modules and interact with them through the web interface. All the services were working properly as well so we knew that it was just the Server.app GUI that simply couldn't read settings that was causing the problem.
    So, first we closed the server app. Went into /var/servermgrd and deleted all the files from this folder. Then, in Keychain, deleted the com.apple.servermgrd certificate. Did a search for com.apple.servermgrd in Keychain and deleted everything else that came up for it.
    Then restarted the server. Now the server app was able to properly connect to the services in the background and read them properly. This was the jist of the troubleshooting that solved the problem. It also seems like DNS is causing problems because that is the only service that will not read right but is functioning properly in the background.
    I will post an update once Apple figures out what is wrong with DNS. Hope this helps anybody else having these problems.

  • An error occurred while searching tasks from the SOA Server

    While clicking task tab in self service page i am getting
    "An error occurred while searching tasks from the SOA Server." even after sao server is up.

    http://host1:8001/soa-infra/ is down
    I restarted soa server and found the soa changed to Running status after the below error in console
    Nov 16, 2011 12:06:21 PM GMT+05:30> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'soa-infra'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_ANNOUNCE)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:38)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:637)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
    Truncated. see log file for complete stacktrace
    I checked OIM log also after clicking the task tab and found below error in log
    Error occurred while connecting to BPEL
    [2011-11-16T14:59:02.703+05:30] [oim_server1] [ERROR] [] [oracle.iam.tasklist.agentry.task] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: bb6ba2093960fbcc:-2164bc25:133aba77382:-8000-00000000000000a4,0] [APP: oim#11.1.1.3.0] javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'TaskQueryService'. Resolved '']; remaining name 'TaskQueryService'
    [2011-11-16T14:59:02.703+05:30] [oim_server1] [WARNING] [] [oracle.iam.consoles.faces.mvc.common] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: bb6ba2093960fbcc:-2164bc25:133aba77382:-8000-00000000000000a4,0] [APP: oim#11.1.1.3.0] oracle.iam.platform.canonic.base.NoteException: An error occurred while searching tasks from the SOA Server.

  • A network error occurred while accessing this document on the internet

    Dear all,
    I am now facing a very unusual problem that, when I try to open a pdf file from internet, it says: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?". Here's my situation:
    Browser: IE8 (or Chrome 35.0.1916.153)
    Adobe Reader: 11.0.0
    OS: Win7
    1.Directly open from IE. Says: "A network error occurred while accessing this document on the Internet. Would you like to close the document or reload it?"
    2.Try to download(Save AS). In IE, says: "The connection was reset The connection to the server was reset while the page was loading"; In Chrome, nothing happened, but still can't download.
    3.Try to disable the "PDF Reader Addon" in IE8. First the browser needs to download the PDF file, but failed, see point 2.
    1.I can open the same PDF file from another network, that is, out of my company.
    2.I can open another PDF file in the network of my company, but the pdf is created by another scanner
    3.All PDFs from both scanner can be opened locally.
    So, here's the possible problem, the network settings, and(or) the PDF. Does anyone ever meet this situation, please help?
    Thank very much.
    Li

    Rave,
    IE: 8 & 9
    Adobe Acrobat Pro/Acrobat Reader 10.x & 11.x
    Chrome: work fine
    So the answer is to manually enable and disable websites based on whether the pdfs open within the browser.  That doesn't seem like a great long-term solution to have have our users to manually enable / disable browser integration.  We have web applications that work better with browser integration turned on.  Is this something that Adobe will fix or is it an IIS/IE issue.
    It appears the Adobe removed the #1 config option that you lised in the new 11.x versions of both products.  The manage Add-ons does not disable the browser integration on the new Adobe versions.

  • I am trying to order a book, I keep getting the same error message," A network error occurred while processing your order, please check your network connection and try again"

    I am trying to order a book with iphoto, I keep getting the same error message.
    " A network error occurred while processing your order, please check your network connection and try again"
    I get the billing part up, it has even uploaded my jpegs but at the final process, I get the same message.
    I have ordered two books a few months ago without any problems.
    Now I keep getting the same message either half way into
    the order or at the final hurdle after the images have been uploaded.
    Any ideas?
    My shared Network has been fine and that does'nt seem an issue.
    Help.

    Try again in a couple of hours - sometimes it is a temp condition
    LN

  • Image Ultra Builder 4.0: "An error occurred while connecting to server: Check the server"

    Ladies & gentlemen 
    I am using evaluation version of ImageUltra Builder 4.0 for Windows
    XP. Both server and console have been installed on the same machine.
    When I try to add a new repository, then after pressing the final
    "Finish" button I get the message "An error occurred while
    connecting to server: Check the server". 
    This message appears when the service IUServer runs. 
    I have not found any mention of this error neither in the Internet nor
    in the documentation. Can any one suggest what could have been done wrong?
    Thanks, Ilya Druker

    I've had the same problem when trying to generate a database on an external storage unit. When I create a new repository there are two option:
    1) Location: - This is the location where you want to store the files itself. This server does not have to have a database running on it
    2) Server: - This is the name of the server that actually runs the DB2 database that keeps track of the repositories. This server does not have to be the same as the location where you store the files. This could also be the IP address of the server, not necessarily the name.
    The documentation for this is somewhat confusing, but the above stuff works atleast. I have tried in never versions than 4.0 as well.

  • Error : "A network error occurred  while accessing this document on the internet"

    When i try to open un large pdf file (120 Mo with many picture inside), an error appears : "A network error occurred  while accessing this document on the internet. Would you like to close the document or reload it" .  But if i try to "save as" the pdf on my disk, it's work. 
    I also try to change the option to open the pdf directly in the Adobe reader and it's work.  But if i retry to open the pdf in the browser, the error reappears.
    The file is located on a secure server (https) with a user and password.
    Does anyone know how to fix it? 
    Thanks!

    Ankit_Jain wrote:
    Thanks for providing the information. Could you also let me know which browser is being used to access the PDF?
    I try with Internet Explorer 6 and 8.
    Ankit_Jain wrote:
    Also, do smaller sized PDFs open successfully at your end?
    Yes it does
    I also tested with French and English versions. Acrobat Professional X seems to react the same way but Adobe Reader 9 works!

  • Cannot delete itunes from pc,message states. a network error occurred while attempting to read from the file C:\windows\installer\itunes.msi

    ITUNES WILL NOT DELETE FROM ADD @ REMOVE PROGRAMS,
    MESSAGE, READS  a network error occured while attempting to read from the file  C:WINDOWS\installer\iTunes.msi

    All sorted now just needed to repair itunes from control panel

  • While updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    while updating the older version iTunes to latest one it shows "a network error occurred while attempting to read from the file: C:\windows\installer\iTunes64.msi. pls help on this matter to connect my i5 to PC. Thanks in advance

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to download itunes, can someone help me with this?

    I am getting "a network error occurred while attempting to read from the file c:\windows\installer\itunes.msi" when I attempt to install itunes.  Can anybody help me to resolve this issue?

    You can try disabling the computer's antivirus and firewall during the download the iTunes installation
    Also try posting in the iTunes forum since it is not an iPod touch problem.

  • I keep getting an error message when I try to log into to ExportPDF through my Adobe Reader. "Network error occurred while attempting to sign in". Can anyone help, please?

    I keep getting an error message when I try to log into to ExportPDF through my Adobe Reader. "Network error occurred while attempting to sign in". Can anyone help, please?

    Hi Simon,
    I'm sorry to hear that you're having trouble logging in to ExportPDF via Reader. I've checked your account, and all is well there.
    For starters, please make sure that you have the most current version of Reader installed by choosing Help > Check for Updates.
    If you're still having trouble logging in via Reader, please try logging in to the web interface at https://cloud.acrobat.com.
    Please let us know how it goes.
    Best,
    Sara

  • Trying to update to iTunes 10.4.1 and I get a message "A network error occured while attempting to read from the file C:|Windows|Installer|iTunes.msi"  Running WIndows 7 with all updates done.  I  have never had an issue with iTunes updating before.  Anyo

    iTunes has tried to update itself and runs into an error and tells me to manually install.  When I d/l and run the iTunesSetup.exe file I always encounter the following error message...
    "A network error occured while attempting to read from the file C;|Windows|Installer|iTunes.msi" and iTunes does not update to iTunes 10.4.1.
    Anyone know what is creating this error message?  Thanks for the help...

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page): 
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • When I try to log in to my account, I receive the message "a network error occurred while attempting to sign in".  How do I correct this?

    When I try to log in to my account, I receive the message "a network error occurred while attempting to sign in".  How do I correct this?

    Hi Mark,
    Are you trying to log in via Adobe Reader? If so, what happens when you log in via the web interface at https://cloud.acrobat.com?
    (We've had reports of this error occurring in the latest version of Reader.)
    Best,
    Sara

Maybe you are looking for

  • Table component - how to find out which cell is clicked

    Hello! I have a couple of questions regarding table component 1. Is there any way to find out which table cell is clicked on? 2. And is it possible to paint clicked cell programmatically? Possible solution might be a Select Boolean Checkbox inside a

  • Decrease print spool file size generated by PS CS5 Mac OS 10.6.8?

    Hi, Certain big/hi-res Photoshop (CS5) documents - sent from a 2010 era Intel Mac to an older HP 1200dpi Laserjet (LJ 2100M/HPs PostScript, standard HP/Apple drivers) - were taking forever to print. In one case, for example, a 6MB on disk, Grayscale

  • Editing multiple portfolio

    Hi I have Creative cloud CS 6 I want to create portfolios of multiple single page PDFs for product instructions So my end result is a portfolio for multiple products that share the some of the same pages... but then if I update one page it updates al

  • PO with different line items

    Hello , we are in SRM 5. 0 extened classic . we have two po's with same NUMBER  , first PO with 2 line items(ordered)   another PO 4 line items(Awaiting approval)  . The ordered PO has done GR .. now can you please let me know , the USER want to chan

  • I updated my  iPhone 5  its goes to Apple ID Security

    Apple ID Security (page) Not Now   (checked) hit next it does not move