Log Info  REASON="Job slave process was terminated"

hi,
i'm using oracle 10g, i have scheduled a job in scheduler, the job status is "STOPPED" and shows the log details as Details REASON="Job slave process was terminated". wht can be the reason?
how to resolve it ?
Edited by: user10745179 on Jun 8, 2009 3:28 AM

Was it an external job?
What is the platform and exact version?
Ronald
http://ronr.blogspot.com

Similar Messages

  • Incremental Cube Load Error: job slave process terminated

    Hi,
    For performance reasons, we switched to Incremental Cube Loading i.e. only those partitions are autosolved whose data is made available.
    Some times, the background submitted job terminates and the reason given in dba_scheduler_job_run_details is:
    REASON="Job slave process was terminated"
    There so no definits occurance pattren for this error.
    The job submitted in background is killed.
    The last entry the xml_load_log displayed is of Started Auto solving of a partition.
    After this error occurs, we have to Full Aggregate the cube; which offcourse would autosolve all partitions.
    We have been too much annoyed by this error as we did lot of package changes as part of a release to production to include Incremental cube loading, and once done, we see that incremental cube loading just terminates while autosolving a partitions.
    Can any one assist please? Urgent?
    thank you,

    Hi,
    There is a metalink note about this issue. Check note 443348.1
    Thanks
    Brijesh

  • Workflow Manager 1.0 (SharePoint 2013): The process was terminated due to an unhandled exception

    I am seeing large numbers of the following errors appearing in the event log of the SharePoint 2013 application server hosting Workflow Manager 1.0:
    Log Name: Application
    Source: Application Error
    Date: [Date/Time]
    Event ID: 1000
    Task Category: (100)
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: [Application Server]
    Description:
    Faulting application name: Microsoft.Workflow.ServiceHost.exe, version: 1.0.20922.0, time stamp: 0x505e1b24
    Faulting module name: KERNELBASE.dll, version: 6.2.9200.16864, time stamp: 0x531d34d8
    Exception code: 0xe0434352
    Fault offset: 0x0000000000047b8c Faulting process id: 0x691c Faulting application start time: 0x01cfc2776b3f0d74
    Faulting application path: C:\Program Files\Workflow Manager\1.0\Workflow\Artifacts\Microsoft.Workflow.ServiceHost.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll Report Id: b8157bf8-2e6a-11e4-9413-00155d38891d Faulting package full name:
    Faulting package-relative application ID: Event Xml:
    Log Name: Application
    Source: .NET Runtime
    Date: [date/time]
    Event ID: 1026
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: [same application server]
    Description:
    Application: Microsoft.Workflow.ServiceHost.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception
    Info: Microsoft.Workflow.Common.FatalException Stack: at Microsoft.Workflow.Common.Fx+<>c__DisplayClass2.<failfast>b__0() at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object,
    Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
    at System.Threading.ThreadHelper.ThreadStart()
    Event Xml:
    Log Name: System
    Source: Service Control Manager
    Date: [date/time]
    Event ID: 7031
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: [Same application server]
    Description:
    The Workflow Manager Backend service terminated unexpectedly. It has done this 895 time(s). The following corrective action will be taken in 30000 milliseconds: Restart the service.
    Event Xml:
    The SharePoint 2013 farm is updated through the September 2014 PU (KB2995902).  Topology: 1 App, 2 WFEs.  Workflow Manager 1.0 installed to the App server.  Workflow Manager 1.0 cumulative updates one
    and two have not been installed.  The Service Bus Gateway and Service Bus Message Broker services are started.  The Workflow Manager Backend service can be started, but then quickly stops.
    Thoughts?  Resolution?  I would be grateful for any assistance.

    Hi Stephan,
    As I understand, you are encountering the issue that Workflow Manager Backend service terminating each time. May I know did you run the update cmdlets after you installed the updates for SharePoint server 2013? Please confirm it per the link below:
    http://technet.microsoft.com/en-us/library/dn133867.aspx
    If you haven’t run the updates cmdlets, I suspect this is an install issue. I’d suggest you re-install workflow manager to resolve the issue:
    1) Leave WFM/SB Farm
    2) Uninstall updates and application in the following order and one at a time:
    Service Bus CU1
    Workflow Manager CU1
    Service Bus 1.0
    Workflow Manager 1.0
    Workflow Manager Client 1.0
    Microsoft Windows Fabric
    3) Log into SQL server and delete Service Bus and Workflow Manager databases.
    SBManagementDB
    SBGatewayDB
    SBMessageContainer01
    WFManagementDB
    WFInstanceManagementDB
    WFResourceManagementDB
    4) Install in the following order one at a time through Web Platforms Installer:
    Workflow Manager 1.0
    Service Bus 1.0 CU1
    Workflow Manager 1.0 CU1
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Crystal Reports PrintToPrinter - The process was terminated due to an unhandled exception

    Hi,
    I am having a real problem with Crystal Reports in an application built using Visual Studio 2013.
    Sometimes (in fact nearly all the time, but not always) whenever I call PrintToPrinter, I get the following error:-
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: exception code c0000005, exception address 37A9D5DC
    I have two projects that wrap the functionality, one a Windows Service and the other a Console application.
    I will attach a sample of my code, but at the moment I am testing using the console application for testing and this error always terminates the application completely. I have added all sorts of exception handling to try and stop it terminating the app, but to deal with the exception gracefully. Nothing however works, it always terminates the application completely.
    The strange thing is that this only happens when calling PrintToPrinter. If I use export functionality such as ExportToStream, everything is absolutely fine and I don't get any errors.
    The application always works fine on my development machine as well printing to an Epson WF-3540, it just falls over when deployed to the live server.
    The application is developed in Visual Studio 2013.
    It uses .NET Framework 4.5.1.
    The printer that we are printing to that causes the issue is an HP LaserJet P3010 Series PCL 6
    All Crystal Reports For Visual Studio are patched to the latest versions on the live server (13.0.5.891)
    I am at a complete loss and any help or guidance would be very much appreciated.
    A sample of my code is attached
    Many thanks in advance.
    Simon

    VS 2013 is not supported until SP 9 due out end of this month
    Don

  • Job co-ordinator cjq0 process not spawning job slave processes ( j0XX )

    Hello,
    We are having 9.2.0.6 database and our dbms jobs scheduled from discoverer are stuck.
    We could run those jobs manually from sqlplus using dbms_job.run(job_id) but jobs scheduled from discoverer are in scheduled state only.
    We are having around 105 jobs stuck in the database. Basically , cjq0 process died and we restarted it using below commands,
    SQL> show parameter job_queue_processes
    10
    SQL> alter system set job_queue_processes=0
    SQL> alter system set job_queue_processes=10
    This started cjq0 processes but this process is not forking other job slave processes. We have replicated this scenario in our DEV environment by killing j0XX processes and found cjq0 takes care of forking job slave processes again but somehow it's not happening in PROD.
    This might be because of,
    1) There are many jobs stuck so I should clear dbms_jobs and then should restart cjq0 process.
    2) I might have to restart the database.
    Being this production environment, I am not able to experiment . Let me know your views !!
    Thanks,
    Prasad

    Hi,
    Below is the output,
    SQL> select * from v$resource_limit where resource_name in ('processes','sessions');
    RESOURCE_NAME CURRENT_UTILIZATION MAX_UTILIZATION
    INITIAL_ALLOCATION LIMIT_VALUE
    processes 1225 2060
    6000 6000
    sessions 1535 3210
    6800 6800
    and Alert log file contents when the issue occured,
    =====================================
    Creating archive destination LOG_ARCHIVE_DEST_1: '/d01/oraprod/admin/PROD/arch/PROD_1080417.arc'
    ARC1: Completed archiving log 6 thread 1 sequence 1080417
    Wed Nov 30 09:22:43 2011
    Completed checkpoint up to RBA [0x107c62.2.10], SCN: 0x077e.f4bb0461
    Wed Nov 30 09:22:53 2011
    Beginning log switch checkpoint up to RBA [0x107c63.2.10], SCN: 0x077e.f4bb9ecd
    Thread 1 advanced to log sequence 1080419
    Current log# 8 seq# 1080419 mem# 0: /d03/oradata/PROD/log08a.log
    Current log# 8 seq# 1080419 mem# 1: /d05/oradata/PROD/log08b.log
    Wed Nov 30 09:22:53 2011
    ARC0: Evaluating archive log 10 thread 1 sequence 1080418
    ARC0: Beginning to archive log 10 thread 1 sequence 1080418
    Creating archive destination LOG_ARCHIVE_DEST_1: '/d01/oraprod/admin/PROD/arch/PROD_1080418.arc'
    ARC0: Completed archiving log 10 thread 1 sequence 1080418
    Wed Nov 30 09:23:20 2011
    ALTER SYSTEM SET job_queue_processes=0 SCOPE=MEMORY;
    Wed Nov 30 09:23:39 2011
    ALTER SYSTEM SET job_queue_processes=10 SCOPE=MEMORY;
    Wed Nov 30 09:23:39 2011
    Restarting dead background process CJQ0
    CJQ0 started with pid=1579
    Wed Nov 30 09:24:07 2011
    Completed checkpoint up to RBA [0x107c63.2.10], SCN: 0x077e.f4bb9ecd
    Wed Nov 30 09:24:14 2011
    Beginning log switch checkpoint up to RBA [0x107c64.2.10], SCN: 0x077e.f4bc4a09
    Thread 1 advanced to log sequence 1080420
    Current log# 9 seq# 1080420 mem# 0: /d03/oradata/PROD/log09a.log
    Current log# 9 seq# 1080420 mem# 1: /d05/oradata/PROD/log09b.log
    Wed Nov 30 09:24:14 2011
    ARC1: Evaluating archive log 8 thread 1 sequence 1080419
    ARC1: Beginning to archive log 8 thread 1 sequence 1080419
    Creating archive destination LOG_ARCHIVE_DEST_1: '/d01/oraprod/admin/PROD/arch/PROD_1080419.arc'
    ARC1: Completed archiving log 8 thread 1 sequence 1080419
    Wed Nov 30 09:25:03 2011
    Completed checkpoint up to RBA [0x107c64.2.10], SCN: 0x077e.f4bc4a09
    Wed Nov 30 09:25:07 2011
    ==================================================
    Thanks,
    Prasad

  • Where can I find the reason why a process was suspended?

    Hi everyone,
    where can I find the reason why a BPM process was suspended a in CE 7.11 system?
    In "Manage Processes: Process Instances" is see it is suspended, but the history and data objects are fine, so I see no reason why it might get suspended. I assume some problems within a Mapping Activity, e.g. a Bunsiness Rules call does not work, or there is a data mapping problem. For further troubleshooting, I need more information...
    BTW, I read
    [SAP Help: Process Troubleshooting|http://help.sap.com/saphelp_nwce711/helpdata/en/c9/8bbe067ee343258b8dd83fee859092/content.htm] but it did not help me. The Process Server Log does not work, see [my SDN forum thread|"Process Troubleshooting: Process Server Log" does not do anything?!; so I can't look up there.
    Thanks, Georg

    hi,
    see the NWA Log.
    log in in <server>:<port>/nwa
    *Problem managment>log and Trace>Log Viewer-->select Last 24 hours.
    surely you are having an error in a automate task.
    Thanks
    Rodrigo
    Edited by: Rodrigo Alejandro Pertierra on Apr 29, 2009 5:33 PM

  • Cause of "Program was terminated by signal 10"

    Hi All,
    This is Amit from AR dev
    Can any one please tell me what is/are the reason/s of "Program was terminated by signal 10" error in a C program?
    In my case, Program was terminated by signal 10. (In the file arccmm.lpc version 120.1.12010000.6 You can get the file from ARU)
    I put some debug messages in the flow, and based on debug messages, came to know that error is thrown while following assignment (I've added the snippet of log for your reference at the last of the post as well)
    ar_control->arctlid_customer_trx_line_id = (double) arpctlid_customer_trx_line_id;
    structure ar_control is defined in a header, and component "arctlid_customer_trx_line_id" in this structure is declared as double.
    Variable "arpctlid_customer_trx_line_id" is also declared as double.
    I just want to share that issue is not reproducible internally on Linux OS with same file
    It is occurring on customer's instance only, where they are having HP-UX PA-RISC (64-bit)
    I've verified, the file is build with correct header file.
    Any clue on this?
    Snippet from the log:
    =============
    arccmm()+ Current system time is 02-MAY-2010 20:57:55
    Entering the logic
    After first if
    After second if
    arccmm() cust_trx_id: 0 cust_trx_line_id: 0 request_id: 36336893
    Assigned ct_id/SBX1/applmgr/apps_st/appl/ar/12.0.0/bin/RAXTRX
    Program was terminated by signal 10
    thanx
    Amit
    Edited by: user599245 on May 2, 2010 11:24 PM
    Edited by: user599245 on May 2, 2010 11:26 PM

    Hi,
    answer : what values should I put here?
    I think this line starting with "!" meaning it is commentedRemove the ! mark and set this parameter to match the value of the database chanracter set.
    I have done this with active users completed without any error.
    It is with data because when I run for particular department then it ok.
    But when i run for all the department then it is completing with signal 10 or signal 11.In this case, I believe this error is irrelevant to the value of Tk2Motif*fontMapCs.
    Please enable trace and debug for this concurrent program, and check the log file for details about the error.
    Note: 759389.1 - How Can Trace and Debug Be Turned On For A Concurrent Request?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=759389.1
    Regards,
    Hussein

  • Error 472 in job queue process + ORA-472: PMON  process terminated with err

    Hi,
    I've an Oracle Database 11g Release 11.1.0.6.0 - 64bit Production With the Real Application Clusters option.
    Yesterday instance on node1 crashed.
    This is the extract of alert log:
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_pmon_9297.trc (incident=195198):
    ORA-00600: internal error code, arguments: [17183], [0x14E251C38], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/evodb/EVODB1/incident/incdir_195198/EVODB1_pmon_9297_i195198.trc
    Sat Jan 22 16:24:47 2011
    Trace dumping is performing id=[cdmp_20110122162447]
    Sat Jan 22 16:24:50 2011
    Sweep Incident[195198]: completed
    Sat Jan 22 16:25:00 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_pmon_9297.trc (incident=195199):
    ORA-00600: internal error code, arguments: [17183], [0x14E251C38], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/evodb/EVODB1/incident/incdir_195199/EVODB1_pmon_9297_i195199.trc
    Sat Jan 22 16:25:10 2011
    Trace dumping is performing id=[cdmp_20110122162510]
    Sat Jan 22 16:25:12 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_pmon_9297.trc (incident=195200):
    ORA-00600: internal error code, arguments: [17183], [0x14E251C38], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/evodb/EVODB1/incident/incdir_195200/EVODB1_pmon_9297_i195200.trc
    Sat Jan 22 16:25:23 2011
    DBRM (ospid: 9310): terminating the instance due to error 472
    Sat Jan 22 16:25:23 2011
    System state dump is made for local instance
    System State dumped to trace file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_diag_16320.trc
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3724_47445977853072)
    Sat Jan 22 16:25:23 2011
    SUCCESS: diskgroup ARCHIVELOG was dismounted
    Sat Jan 22 16:14:22 2011
    DDE: Problem Key 'ORA 600 [17183]' was completely flood controlled (0x6)
    Further messages for this problem key will be suppressed for up to 10 minutes
    Sat Jan 22 16:15:56 2011
    Thread 1 advanced to log sequence 171322
    Current log# 18 seq# 171322 mem# 0: +ONLINELOG/evodb/onlinelog/group_18.264.729348055
    Sat Jan 22 16:15:56 2011
    SUCCESS: diskgroup ARCHIVELOG was mounted
    Sat Jan 22 16:16:15 2011
    SUCCESS: diskgroup ARCHIVELOG was dismounted
    Sat Jan 22 16:20:52 2011
    Thread 1 advanced to log sequence 171323
    Current log# 12 seq# 171323 mem# 0: +ONLINELOG/evodb/onlinelog/group_12.267.729333861
    Sat Jan 22 16:20:53 2011
    SUCCESS: diskgroup ARCHIVELOG was mounted
    Sat Jan 22 16:21:14 2011
    SUCCESS: diskgroup ARCHIVELOG was dismounted
    Sat Jan 22 16:24:23 2011
    DDE: Problem Key 'ORA 600 [17183]' was completely flood controlled (0x2)
    Further messages for this problem key will be suppressed for up to 10 minutes
    Sat Jan 22 16:24:38 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_pmon_9297.trc (incident=195198):
    ORA-00600: internal error code, arguments: [17183], [0x14E251C38], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/evodb/EVODB1/incident/incdir_195198/EVODB1_pmon_9297_i195198.trc
    Sat Jan 22 16:24:47 2011
    Trace dumping is performing id=[cdmp_20110122162447]
    Sat Jan 22 16:24:50 2011
    Sweep Incident[195198]: completed
    Sat Jan 22 16:25:00 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_pmon_9297.trc (incident=195199):
    ORA-00600: internal error code, arguments: [17183], [0x14E251C38], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/evodb/EVODB1/incident/incdir_195199/EVODB1_pmon_9297_i195199.trc
    Sat Jan 22 16:25:10 2011
    Trace dumping is performing id=[cdmp_20110122162510]
    Sat Jan 22 16:25:12 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_pmon_9297.trc (incident=195200):
    ORA-00600: internal error code, arguments: [17183], [0x14E251C38], [], [], [], [], [], []
    Incident details in: /u01/app/oracle/diag/rdbms/evodb/EVODB1/incident/incdir_195200/EVODB1_pmon_9297_i195200.trc
    Sat Jan 22 16:25:23 2011
    DBRM (ospid: 9310): terminating the instance due to error 472
    Sat Jan 22 16:25:23 2011
    System state dump is made for local instance
    System State dumped to trace file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_diag_16320.trc
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3724_47445977853072)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3650_47673206152336)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (19709_47962498952336)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3715_47239602621584)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3718_47120460606608)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3646_47899813694608)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3671_47700480982160)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3637_47223057443984)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3695_47109627223184)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3679_47262512999568)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3733_46976527121552)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3667_47474016554128)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3669_47585103858832)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3658_47992462539920)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3654_47736794324112)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3686_47295241862288)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3706_47055349939344)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3630_47331091332240)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3713_47194150415504)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3726_47289949199504)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3677_47842172337296)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (19131_47557370236048)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (27091_47096969530512)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3688_47422639070352)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3652_47944422886544)
    Sat Jan 22 16:25:23 2011
    ORA-1092 : opiodr aborting process unknown ospid (3648_47426149817488)
    Sat Jan 22 16:25:24 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_j005_9360.trc:
    ORA-00472: PMON  process terminated with error
    ORA-1092 : opidrv aborting process J005 ospid (9360_47420959304848)
    Sat Jan 22 16:25:24 2011
    ORA-1092 : opiodr aborting process unknown ospid (18393_47566684101776)
    Sat Jan 22 16:25:24 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_j003_7054.trc:
    ORA-00472: PMON process terminated with error
    ORA-1092 : opidrv aborting process J003 ospid (7054_47244451724432)
    Sat Jan 22 16:25:24 2011
    ORA-1092 : opiodr aborting process unknown ospid (19719_47840732109968)
    Sat Jan 22 16:25:24 2011
    ORA-1092 : opiodr aborting process unknown ospid (22184_47575322619024)
    Sat Jan 22 16:25:24 2011
    ORA-1092 : opiodr aborting process unknown ospid (19721_47679094451344)
    Sat Jan 22 16:25:24 2011
    ORA-1092 : opiodr aborting process unknown ospid (30170_47106572815504)
    Sat Jan 22 16:25:24 2011
    ORA-472 : opidrv aborting process S000 ospid (9367_46990649617552)
    Sat Jan 22 16:25:24 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_j002_7052.trc:
    ORA-00472: PMON process terminated with error
    ORA-1092 : opidrv aborting process J002 ospid (7052_47411695402128)
    Sat Jan 22 16:25:24 2011
    ORA-1092 : opiodr aborting process unknown ospid (18493_47469336738960)
    Sat Jan 22 16:25:24 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_j006_10011.trc:
    ORA-00472: PMON process terminated with error
    ORA-1092 : opidrv aborting process J006 ospid (10011_47836408102032)
    Sat Jan 22 16:25:24 2011
    ORA-1092 : opiodr aborting process unknown ospid (19714_47958179912848)
    Sat Jan 22 16:25:24 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_j007_10289.trc:
    ORA-00472: PMON process terminated with error
    ORA-1092 : opidrv aborting process J007 ospid (10289_47356480347280)
    Sat Jan 22 16:25:24 2011
    ORA-1092 : opiodr aborting process unknown ospid (9076_47765392362640)
    Sat Jan 22 16:25:24 2011
    ORA-1092 : opitsk aborting process
    Sat Jan 22 16:25:25 2011
    ORA-1092 : opiodr aborting process unknown ospid (22167_47949919177872)
    Sat Jan 22 16:25:25 2011
    ORA-1092 : opiodr aborting process unknown ospid (24320_47408077532304)
    Sat Jan 22 16:25:25 2011
    ORA-1092 : opiodr aborting process unknown ospid (22130_47998542101648)
    Sat Jan 22 16:25:25 2011
    ORA-472 : opidrv aborting process N000 ospid (14774_47466200525968)
    Sat Jan 22 16:25:25 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_q000_14701.trc:
    ORA-00472: PMON process terminated with error
    ORA-1092 : opidrv aborting process Q000 ospid (14701_47693688122512)
    Sat Jan 22 16:25:25 2011
    ORA-1092 : opiodr aborting process unknown ospid (18386_47900707175568)
    Sat Jan 22 16:25:25 2011
    ORA-1092 : opiodr aborting process unknown ospid (27553_46921398619280)
    Sat Jan 22 16:25:26 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_j001_7050.trc:
    ORA-00472: PMON process terminated with error
    ORA-1092 : opidrv aborting process J001 ospid (7050_47290016251024)
    Sat Jan 22 16:25:26 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_o001_5297.trc:
    ORA-00472: PMON process terminated with error
    ORA-1092 : opidrv aborting process O001 ospid (5297_47702958673040)
    Sat Jan 22 16:25:26 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_o000_5277.trc:
    ORA-00472: PMON process terminated with error
    ORA-1092 : opidrv aborting process O000 ospid (5277_47599668255888)
    Sat Jan 22 16:25:26 2011
    ORA-1092 : opiodr aborting process unknown ospid (19745_47560156560528)
    Sat Jan 22 16:25:26 2011
    ORA-1092 : opiodr aborting process unknown ospid (27044_47388543339664)
    Sat Jan 22 16:25:26 2011
    Errors in file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_j004_7061.trc:
    ORA-00472: PMON process terminated with error
    ORA-1092 : opidrv aborting process J004 ospid (7061_47341656689808)
    Sat Jan 22 16:25:27 2011
    ORA-1092 : opiodr aborting process unknown ospid (14431_47662297960112)
    Sat Jan 22 16:25:27 2011
    ORA-1092 : opiodr aborting process unknown ospid (14433_47826608635568)
    Sat Jan 22 16:25:31 2011
    ORA-1092 : opitsk aborting process
    Sat Jan 22 16:25:32 2011
    License high water mark = 269
    Instance terminated by DBRM, pid = 9310
    USER (ospid: 10539): terminating the instance
    Instance terminated by USER, pid = 10539
    Sat Jan 22 16:25:49 2011
    Starting ORACLE instance (normal)
    This is the trace /u01/app/oracle/diag/rdbms/evodb/EVODB1/incident/incdir_195200/EVODB1_pmon_9297_i195200.trc
    (the one regarding the error DBRM (ospid: 9310): terminating the instance due to error 472)
    Oracle Database 11g Release 11.1.0.6.0 - 64bit Production
    With the Real Application Clusters option
    ORACLE_HOME = /u01/app/oracle/product/11.1.0/db1
    System name:    Linux
    Node name:      dcsrv-evodb01
    Release:        2.6.18-164.10.1.el5
    Version:        #1 SMP Wed Dec 30 18:35:28 EST 2009
    Machine:        x86_64
    Instance name: EVODB1
    Redo thread mounted by this instance: 1
    Oracle process number: 2
    Unix process pid: 9297, image: oracle@dcsrv-evodb01 (PMON)
    *** 2011-01-22 16:25:12.984
    *** SESSION ID:(884.1) 2011-01-22 16:25:12.984
    *** CLIENT ID:() 2011-01-22 16:25:12.984
    *** SERVICE NAME:(SYS$BACKGROUND) 2011-01-22 16:25:12.984
    *** MODULE NAME:() 2011-01-22 16:25:12.984
    *** ACTION NAME:() 2011-01-22 16:25:12.984
    Dump continued from file: /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_pmon_9297.trc
    ORA-00600: internal error code, arguments: [17183], [0x14E251C38], [], [], [], [], [], []
    +========= Dump for incident 195200 (ORA 600 [17183]) ========+
    ----- Beginning of Customized Incident Dump(s) -----
    And this is the trace /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_j005_9360.trc
    (the one regarding the error ORA-00472: PMON process terminated with error)
    Trace file /u01/app/oracle/diag/rdbms/evodb/EVODB1/trace/EVODB1_j005_9360.trc
    Oracle Database 11g Release 11.1.0.6.0 - 64bit Production
    With the Real Application Clusters option
    ORACLE_HOME = /u01/app/oracle/product/11.1.0/db1
    System name:    Linux
    Node name:      dcsrv-evodb01
    Release:        2.6.18-164.10.1.el5
    Version:        #1 SMP Wed Dec 30 18:35:28 EST 2009
    Machine:        x86_64
    Instance name: EVODB1
    Redo thread mounted by this instance: 1
    Oracle process number: 95
    Unix process pid: 9360, image: oracle@dcsrv-evodb01 (J005)
    *** 2011-01-22 16:25:24.057
    *** SESSION ID:(649.45863) 2011-01-22 16:25:24.057
    *** CLIENT ID:() 2011-01-22 16:25:24.057
    *** SERVICE NAME:(SYS$USERS) 2011-01-22 16:25:24.057
    *** MODULE NAME:() 2011-01-22 16:25:24.057
    *** ACTION NAME:() 2011-01-22 16:25:24.057
    error 472 in job queue process
    ORA-00472: PMON  process terminated with error
    My questions are:
    - how can I discover the nature of the ORA-00600: internal error code, arguments: [17183], [0x14E251C38], [], [], [], [], [], []?
    - what does error 472 in job queue proces mean?
    - is it normal the the error 472 in job queue proces crash the instance?
    Thanks in advanca for any kind of help!
    Samuel

    >
    how can I discover the nature of the ORA-00600: internal error code, arguments: [17183], [0x14E251C38], [], [], [], [], [], []?
    >
    ORA-00600 should be reported to oracle. Only they know the meaning.
    Regards,
    - wiZ

  • "unable to spawn jobq slave process"  in alert.log

    I had these errors in my alert.log Sunday morning right after the oracle export pump. It had detail in two trace files
    ORA-00610: Internal error code
    ORA-00610: Internal error code
    Died during process startup with error 447 (seq=94168)
    OPIRIP: Uncaught error 447. Error stack:
    ORA-00447: fatal error in background process
    and
    Dumping diagnostic information for J000:
    OS pid = 815310
    loadavg : 0.20 0.29 0.39
    swap info: free_mem = 0.00M rsv = 24.50M
    alloc = 2489.02M avail = 6272.00M swap_free = 3782.98M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    240001 A oracle 815310 1 1 60 20 10682400 87756 01:34:44 - 0:00 ora_j000_BAAN
    open: The file access permissions do not allow the specified action.
    procstack: 815310 is not a process
    From several online informations I found, it seems that there is a problem of memory in my Oracle 10g R2 (10.2.0.1) on AIX5.3L. The server has 4 G memory, 4 CPU. I allocated 1904 M for the SGA, 512M for PGA.
    How do I handle this problem? It happened before but not quite often.

    If this error is reproducible, and constant, the reason is under control. You state this error shows up when a backup task is performed.
    Is this task programmed using the enterprise manager job frame? Increase the value of job_queue_processes parameter. And check the value of processes parameter.
    It could be that when the export task is lauched it exhausts the maximum number of instance processes and a new job queue process can't be launched, or the number of job queue processes has reached a top limit and a new task cannot be started.

  • XML Job is error out due to "emsg:was terminated by signal 11"

    We are using XML report to print checks and today suddenly program started error out. Due to following reason.
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    /u30/app/applmgr/abghfprd/806/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /u30/app/applmgr/abghfprd/806/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    stat_low = 8B
    stat_high = 0
    emsg:was terminated by signal 11
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program was terminated by signal 11
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 5641862.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 5641862 on node E2PSCORHRMDBA02 at 09-JAN-2013 12:56:20.
    Post-processing of request 5641862 failed at 09-JAN-2013 12:56:21 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Please help me if anybody faces this kind of issues.

    980896 wrote:
    Hi,
    Application version 11.5.10.3 and data base version 11g. Unix OS
    And here is the OPP log details on this.
    Output type: PDF
    [1/9/13 3:43:56 PM] [UNEXPECTED] [524201:RT5642840] java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Unexpected EOF.
    at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
    at oracle.xdo.parser.v2.XMLReader.popXMLReader(XMLReader.java:526)
    at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1287)
    at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:314)
    at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
    at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
    thanks,
    KrishnaPlease see these docs.
    Output Post Processor (OPP) Log Contains Error "oracle.xdo.parser.v2.XMLParseException: Unexpected EOF" [ID 1273272.1]
    Output Post Processor Fails Due To oracle.xdo.parser.v2.XMLParseException: Unexpected EOF [ID 741501.1]
    R12.1:Pymt Format Instruction Rpt Fails Java.Lang.Reflect.Invocationtargetexception [ID 1328979.1]
    EEO Error Signal 11 Post-Processing Of Request Failed Caused by: oracle.xdo.parser.v2.XMLParseException: Unexpected EOF [ID 461321.1]
    Thanks,
    Hussein

  • ESS Leave Request error - Processing of the service was terminated.

    Dear All,
    I am getting the below error on the leave request page in ESS
    A critical error has occured. Processing of the service was terminated. Unsaved data has been lost.
    Contact your system administrator.
    Index: 0, Size: 0
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    let me know what could be the reason for this error?
    Thanks

    Suresh,
    Please search in scn this has been discussed many times
    Thanks
    Bala Duvvuri

  • Express Document:Update was terminated while processing the Order via VA02.

    Hi,
        User was trying to process order for orderlines say for Eg POSNR 20 to 400 for a particular order,He ended up with Express document :Update was terminated error.When i Checked in SM13 for the update termination errors,I got the following error.
    VI: 200 Item status (document &, item &) is missing.
    I checked the order (POSNR 20 to 400 ) in VBUP  table and the entries were missing for this order (Posnr 20 to 400 ).
    Appreciate you'r Inputs.
    Thanks
    Rakesh.

    Hi,
    Can you please send the detail message in express document.
    Apps

  • Compression terminated since no scheduled job/worklist RSCOMP1 was found

    We are facing a strange problem when compresing profitability analysis cube. The job fails with the message "Compression terminated since no scheduled job/worklist RSCOMP1 was found". Same error appears even after repeated attempts.
    We are presently in BI 7.0. This is the first time we are trying to compress this cube after upgrade from 3.1C. Compression works fine for cubes in the areas like logistics, finance etc.. Tried various means but only in vain.
    If some one faced this problem and solved it can you share that with me.

    Hi,
    See the following OSS Notes
    Note 962144 - Termination occurs during condensing of an aggregate
    Note 985774 - Compressing non-cumulative cubes creates incorr ref points
    Note 998450 - Adjustments for condenser in Support Package 11
    Note 995967 - Problem with delta change run - condensing
    Note: Delete the Indexs and Create the Indexs and then Compress the Cube.
    Thanks
    Reddy

  • In update task & Express document Update was terminated

    Hi all
    Need help!
    Requirement: When i do confirmation through CO11N i have to do GI through a BADI.
    Solution: I have written a wrapper Update module(internally has /AFS/BAPI_GOODSMVT_CREATE) with Start delayed and called that module(in update task) in the method MB_DOCUMENT_BEFORE_UPDATE of the definition MB_DOCUMENT_BADI.
    It works fine when every thing is correct, but if GI fails its still confirms the confimation and "Express document Update was terminated" pops up when i push the back button. I have written a abort statement in the update module if goods movement fails. When i check SM13 it shows the reason for erroring out. But my requirement is to stop the complete transaction if GI fails and put the error message at the bottom of screen(CO11N)
    How can i do this?
    Appreciate any suggestions.

    Hi,
    I don't think that it is possible. It's too late to call rollback. The FM in update task is called after command COMMIT WORK. Here is a quote from ABAP documentation:
    If during the update an error occurs, the update work process executes a database rollback, returns the log record with a note into table VBLOG and informs the user whose program has created the log record by SAPMail. After removing the error cause, the returned log records can be updated again.
    So you should call that module only in case that you are 100% sure that it will be processed correctly.
    Cheers

  • Update purchase order was terminated

    Hi expert,
    When i do release PO, there is a message occur "Update was terminated" and it affects the PO status is still not released. I have tried many times and it is still at the same condition. Then, i go to SM13 and see the detail error message, it was written :
    Update was terminated
    System ID....   ###
    Client.......   ###
    User.....   ###_#####
    Transaction..   ME29N
    Update key...   4D48A4D4B1F723CEE1000000C0A83246
    Generated....   07.02.2011, 14:05:25
    Complet ed....   07.02.2011, 14:05:26
    Error Info...   Internal session terminated with a runtime error (see ST22)
    Note : This error begins when i create an output type message from SmartForm for printing this document by using MN04. If i delete this output type, the system can be run smoothly then the PO status is released.
    Could you ever get the same problem? please help for solving this problem..
    Thanks & Regards,
    AJ

    Hi Jack,
    I had looked into ST22 and here is the information i get :
    Runtime Errors         POSTING_ILLEGAL_STATEMENT
    Date and Time          07.02.2011 10:41:10
    Short text
        Statement "CALL SCREEN" is not allowed in this form.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLSPO1" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    What can you do?
    Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        There is probably an error in the program
        "SAPLSPO1".
        This program is triggered in the update task. There, the
        following ABAP/4 statements are not allowed:
        -  CALL SCREEN
        -  CALL DIALOG
        -  CALL TRANSACTION
        -  SUBMIT
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "POSTING_ILLEGAL_STATEMENT" " "
        "SAPLSPO1" or "LSPO1U06"
        "POPUP_TO_CONFIRM"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
         3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
        In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    Information on where terminated
        Termination occurred in the ABAP program "SAPLSPO1" - in "POPUP_TO_CONFIRM".
        The main program was "RSM13000 ".
        In the source code you have the termination point in line 244
        of the (Include) program "LSPO1U06".
        The program "SAPLSPO1" was started in the update system.
    any help>
    thanks & regards,
    AJ

Maybe you are looking for

  • Solaris 10 and Oracle 10g

    I found several references pertaining to setting up oracle 10 on Solaris 10. We have setup the oracle.user projects and modified the shm-max-memory, but we are having an issue with the memory being segmented out into 4 segments via one key: ipcs -a I

  • Open NAT on PS3...

    How do I get an open NAT for my PS3? I have an E2000 and only have moderate NAT.

  • Photoshop 7.0 After System Recovery

    My computer started this Compaq System Recovery, and every programs I had were deleted and lost. Thank God I still had most of my files. Anyway, as I turned on Photoshop again, it said "Could not complete your request because of missing or invalid pe

  • How to install aperture 2 (CD Version) on new Macbook Pro Retina

    Hello, Just purchased a new MacBook Pro Retina. I wanted to install aperture but all I have is the V.2 CD. How do I go about this? Thanks!

  • Host Discovery In MARS

    I have problem with my MARS. I can not see or find any host discovered by MARS when I go to the IP management page and search for host. I have add all the switches in MARS and it is discovered and i configured SNMP and syslog on the switches. can you