Has no Job Scheduler executable

-QUESTION: Do DBMS_SCHEDULER failure. JOB_TYPE = CREATE_JOB > EXE file
-I am able to get the following code and work to be done if I create under SYS exclusively.
-The following code will create a job, schedule it, run it and it fails.
-The credentials are correct, the credentials are for the same server that oracle runs from.
-Oracle 11.2 on Windows 2003 server.
-I use the operating system credentials so to my understanding of a domain attribute is not necessary.
-All cases I saw, it is NOT advisable to use SYS to create and run the tasks so please do not recommending as a work-around.

CLEARS THE SCREEN

connect sys / & & sys_password @& & database_name have SYSDBA

Select to_char (SYSDATE, "the HH24: MI: SS DD/MM/YYYY) double START_TIME;

DROP USER CASCADE ALPHA;

CREATE USER IDENTIFIED BY ALPHA ALPHA;

ALTER USER ALPHA
DEFAULT TABLESPACE "DCN."
TEMPORARY TABLESPACE "TEMP".
RELEASE OF ACCOUNT;

ALTER USER QUOTA UNLIMITED ON DCN ALPHA;

GRANT CREATE JOBS EXTERNAL TO ALPHA;
GRANT CREATE EMPLOYMENT ALPHA;
GRANT TO CREATE A VIEW ON ALPHA;
GRANT CREATE ALPHA PROCEDURE;
GRANT CREATE ROLLBACK SEGMENT TO ALPHA;
GRANT CREATE SEQUENCE TO ALPHA;
GRANT CREATE SESSION TO ALPHA;
GRANT CREATE SYNONYM OF ALPHA;
GRANT CREATE TABLE FOR ALPHA;
GRANT CREATE TRIGGER FOR ALPHA;
GRANT CREATE VIEW TO ALPHA;

GRANT SDE_VIEWER OF ALPHA;

DBMS_SCHEDULER EXEC. DROP_CREDENTIAL ('DEV');

BEGIN
-Basic credential.
() DBMS_SCHEDULER.create_credential
credential_name = > "DEV."
username = > 'ADMIN',
password = > "PSWD");
END;
/

GRANT EXECUTE ON DEV to ALPHA;

SELECT THE USER CREDENTIAL_NAME, SUBSTR(USERNAME,1,16) AS NAME
OF USER_SCHEDULER_CREDENTIALS;

CONNECT ALPHA/ALPHA@DCNSDB

BEGIN
SYS. DBMS_SCHEDULER. () CREATE_JOB
job_name = > ' "MKDIR '",
job_type = > 'EXECUTABLE. "
number_of_arguments = > 3,
job_action = > '\windows\system32\cmd.exe ',.
auto_drop = > FALSE);
SYS. DBMS_SCHEDULER. SET_JOB_ARGUMENT_VALUE('MKDIR',1,'/C');
SYS. DBMS_SCHEDULER. SET_JOB_ARGUMENT_VALUE('MKDIR',2,'mkdir');
SYS. DBMS_SCHEDULER. SET_JOB_ARGUMENT_VALUE('MKDIR',3,'c:\temp\MKDIR_JOB3');
SYS. DBMS_SCHEDULER. SET_ATTRIBUTE ('MKDIR', 'credential_name','SYS.) DEV');
SYS. DBMS_SCHEDULER. ENABLE ('MKDIR');
END;
/

connect sys / & & sys_password @& & database_name have SYSDBA

SELECT JOB_NAME, STATUS, OWNER, LAST_START_DATE FROM DBA_SCHEDULER_JOBS WHERE OWNER = "ALPHA";

Select to_char (SYSDATE, "the HH24: MI: SS DD/MM/YYYY) double START_TIME;



SELECT JOB_NAME, STATUS, OWNER, LAST_START_DATE FROM DBA_SCHEDULER_JOBS WHERE OWNER = "ALPHA";
STATE OF JOB_NAME OWNER
------------------------------ ------------------------------ ---------------
LAST_START_DATE
---------------------------------------------------------------------------
MKDIR ALPHA FAILED
20 APRIL 11 03.35.49.156000 PM - 04:00

Any help will be greatly appreciated.

Published by: LONGENECKER on April 20, 2011 16:05

Hello

2 things

-This error is thrown only if a credential is not used. Make sure that you create the disabled task, assigning to the attribute credential_name then allowing the work.

-This error usually indicates that the run Scheduler service is not started on windows. Make sure that the OracleJobScheduler Windows service is started.

Hope this helps,
Ravi.

Tags: Database

Similar Questions

  • Job scheduler works is not as planned in 10.2.0.5

    Hi guys,.

    I have create a scheduler job that will run a stored procedure to kill the database session "SNIPED".

    However, the work of the scheduler does not like by expected.

    According to my tests, I drop and recreate the tasks Scheduler multiple times, sometimes it will run for the first time, then no more.

    But in the view of dba_scheduler_jobs, LAST_START_DATE and LAST_START_DATE keep up to date, showing that the job scheduler works very well, however, he does not kill my session "SNIPED".

    Please notify. My tasks in the Scheduler works well in 10.2.0.4 another data base.

    FYI, I have try some option like disable and enable the work of the Scheduler window as below but does not work.

    Difficulty dbms_scheduler jobs after upgrade | Rameau & amp; #039; s Blog

    OWNER JOB_NAME START_DATE REPEAT_INTERVAL LAST_START_DATE NEXT_RUN_DATE JOB_ACTION

    ---------- -------------------- -------------------- -------------------- -------------------- -------------------- --------------------

    SYS KILL_SESSION_JOB KILL_SESSION_PROC 7 APRIL 14 03.38.00.0 FREQ = MINUTELY; INTER 9 APRIL 14 09.38.00.1 9 APRIL 14 09.53.00.0

    00000 + 08:00 PM VAL = 15;              25172 AM + 08:00 00000 + 08:00 AM

    NOTCHED sessions are KILLED as sessions. They disappear from V$ SESSION after what they're trying to execute a SQL statement.

  • How to manually run the job scheduler

    I wanted to know how to run a job scheduler manually. My requirement is to reschedule some jobs if I want to run it manually so that their execution for the day is over and I can put the new time. For example. to reprogram a job, we can use the following command:

    () DBMS_SCHEDULER.set_attribute

    name = > 'CLUSTERPLANNINGREPORTS_JOB ',.

    attribute = > "repeat_interval"

    value = > ' freq = daily; BYHOUR = 16; BYMINUTE = 0; BYSECOND = 0 ;') ;

    Similarly, I wanted to run the task from the Scheduler.

    I hope that my request is clear.

    Please get back with the answer to my query.

    Concerning

    BEGIN
    DBMS_SCHEDULER.run_job (job_name => 'USERNAME.JOB_NAME');
    END;
    /
    
  • Job scheduling system?

    Hello
    I'm in following the Patch 9352164 -10.2.0.4.4 patch Update Set README.
    He said:
    "If you use the Job Scheduling system, run psu_root.sh as root to complete the installation of molecule 7155248"
    What is the job scheduling system, and how can I check if I use...?
    Thank you

    Refer
    http://Web.agelid.com/protect/utile/documentation/Oracle/database.804/a55924/CH4.htm#1037495

  • All cron jobs are executed by the root?

    OS: Sun OS 5.10

    I have planned an RMAN backup script that had only one line as
    rman target .............
    I logged on as user oracle os and run this script without any problems. But when I planned this job to run, it did not work.


    I got the error
    /u05/bkp_scripts/rman-level0_WM.sh: rman: not found
    The hull could not find rman binary on the WAY. Everything worked when I put explicitly ORACLE_HOME, ORACLE_SID, path in the shell script.
    This means a cron jobs scheduled per OS user oracle will always work unless you set set ORACLE_HOME, ORACLE_SID, path in shell script?

    Cron tasks is run by root user regardless of who he planned?

    Kamran certainly gave you the right answer.

    Your script runs outside the cron because it uses your environment of sessions

    Cron at least should ORACLE_BASE, ORACLE_SID, ORACLE_HOME, and probably the PATH starts to work.

    Use 'env' in the Linux/Unix command prompt to check your settings

    Build you an environment file and call it like this:

    #! / bin/bash
    #.................................................
    # Name: db_rman_full.sh
    # Purpose: Rman backup
    # Usage: db_rman_full
    #..................................................
    #

    If ["$1"]
    then DBNAME = $1
    on the other
    echo ' basename $0: syntax error: use.» db_rman_full .
    Output 1
    FI

    . /U01/app/Oracle/dba_tool/env/${dbname}.env

    ECHO ' from RMAN... »
    Target of $ORACLE_HOME/bin/rman / catalogue /@r<>

    ....

    Either way, it is a good place to ask this question. Oracle is simply an environment that runs on Unix.

  • Import database without job scheduler.

    Hello!

    Oracle 10g

    The database was implemented entirely with tasks planned with intervals of 2 sec.
    How to import a database without a job scheduler?

    The thing is that I import the database and can't be allowed to run scheduled tasks.
    Can I somehow omit Planner job when importing database?

    Greetings

    After that to make sure that the scheduled tasks via Scheduler and scheduled using dbms_job jobs are all disabled.

    SQL> exec dbms_scheduler.set_scheduler_attribute('SCHEDULER_DISABLED','TRUE');
    SQL> alter system set job_queue_processes=0;
    
  • OIM 11 g-error when creating a new job scheduler

    Hi Experts,

    I am trying to create a new scheduled task. I imported the work using the 'weblogicImportMetadata.sh '.
    But when I click on the research of the task when a job is created using the user interface, I get the following error in the logs. Please let me know if anyone before this error before, and how it can be solved.

    < 22 October 2012 19:59:22 CEST > < error > < oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator > < BEA-000000 > < ADF_FACES - 60096:Server Exception during the PPR, #6
    javax.servlet.ServletException: java.lang.AssertionError
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.help.web.rich.OHWFilter.doFilter (unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:447)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:122)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:109)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.AssertionError
    at org.apache.myfaces.trinidad.component.ChildArrayList.__removeFromParent(ChildArrayList.java:191)
    at org.apache.myfaces.trinidad.component.ChildArrayList.add(ChildArrayList.java:53)
    at org.apache.myfaces.trinidad.component.ChildArrayList.add(ChildArrayList.java:69)
    at org.apache.myfaces.trinidad.component.ChildArrayList.add(ChildArrayList.java:33)
    to oracle.iam.consoles.faces.render.canonic.UIValue$ UIEntitySelector.search (UIValue.java:1670)
    to oracle.iam.consoles.faces.render.canonic.UIValue$ UIEntitySelector.access$ 2400 (UIValue.java:1467)
    to oracle.iam.consoles.faces.render.canonic.UIValue$ EntitySelectorQueryListener.processQuery (UIValue.java:1787)
    at oracle.adf.view.rich.event.QueryEvent.processListener(QueryEvent.java:67)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcast(UIXComponentBase.java:675)
    at oracle.adf.view.rich.component.UIXQuery.broadcast(UIXQuery.java:108)
    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:902)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:313)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.help.web.rich.OHWFilter.doFilter (unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:447)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:122)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:109)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    In weblogic .properties.

    Assume that you have given:

    metadata_from_loc = / abcd, efgh, MDSImport, db

    Just remove/DB part and it should work...

    metadata_from_loc = / abcd/efgh/MDSImport

    When you import, you can either PurgeCache or restart them both... I prefer the restart...

    However, the metadata for PurgeCache.sh are too quciker method... The fact is, sometimes it does not involve purging all hide... Restart the fact surely...

    Metadata of *./PurgeCache.sh *.

    ./PurgeCache.sh is also equivalent to restart as far as all the related metadata changes are concerned...
    We prefer to restart because the reboot is guaranteed to release all the related metadata cache...
    Restart so better than PurgeCache...

  • EM12cR2 - "purge jobs' repository (?) falsely reported down job scheduler

    EM12cR2 on Linux x 86-64 with a 11.2.0.3 database repository. This arose after my upgrade to 12.1.0.1 + BP1 yesterday.

    On the Repository page (Setup-> manage Cloud Control-> repository), in the Planner receiving section job status, the work of "Purge jobs" is shown as down with a white and red arrow for the next time the request and last run on demand. All other works seem to be good and are running successfully.

    It also appears as an incident stating "UpDown DBMS job for job Purge has exceeded the critical threshold (BOTTOM). "Current value: down.

    The framework for this (http://docs.oracle.com/cd/E24628_01/em.121/e25162/oracle_emrep.htm#autoId20) metric metric reference manual indicates that this measure is equivalent to the "broken" DBMS_JOB status and suggests recovering the job_id argument and present again, but the instructions do not find something useful.
    SQL> sho user                            
    USER is "SYSMAN"
    SQL> select dbms_jobname from mgmt_performance_names where display_name = 'Job Purge';
    
    DBMS_JOBNAME
    --------------------------------------------------------------------------------
    MGMT_JOB_ENGINE.apply_purge_policies()
    
    SQL> select job from all_jobs where what='MGMT_JOB_ENGINE.apply_purge_policies()';
    
    no rows selected
    
    SQL> select count(*) from all_jobs;
    
      COUNT(*)
    ----------
             0
    No message ORA-12012 found in the alert/trace logs.

    Repvfy is also reported as missing scheduler jobs:
    2. Missing DBMS_SCHEDULER jobs
    ------------------------------
    
    DISPLAY_NAME                             DBMS_JOBNAME
    ---------------------------------------- -----------------------------------------------------
    Job Purge                                MGMT_JOB_ENGINE.apply_purge_policies()
    The MGMT_JOB_ENGINE package is no longer contains apply_purge_policies. It seems to have moved to EM_JOB_PURGE.

    According to dba_scheduler_jobs, EM_JOB_PURGE. APPLY_PURGE_POLICIES works very well:
    SQL> select job_action, enabled, state, failure_count, last_start_date, last_run_duration
      2  from dba_scheduler_jobs where job_name = 'EM_JOB_PURGE_POLICIES';
    
    JOB_ACTION                               ENABL STATE      FAILURE_COUNT
    ---------------------------------------- ----- ---------- -------------
    LAST_START_DATE
    ----------------------------------------
    LAST_RUN_DURATION
    ----------------------------------------
    EM_JOB_PURGE.APPLY_PURGE_POLICIES();     TRUE  SCHEDULED              0
    14-SEP-12 05.00.00.010318 AM US/EASTERN
    +000000000 00:00:09.464552
    It seems to me this is a kind of metadata incompatibility between mgmt_performance_names and DBMS Scheduler and is probably not something to worry about. Any thoughts?

    Edited by: BrianP on Sep 14, 2012 10:38 (line typo, missed, the word "job" object)

    It is a 10.2.0.5 remains that was not cleaned for a reason any. Please run the following SQL as SYSMAN to correct the problem.

    UPDATE MGMT_PERFORMANCE_NAMES SET display_name = NULL,
    dbms_jobname = NULL, is_dbmsjob = 'n', is_deleted = 'Y '.
    WHERE AS UPPER (DBMS_JOBNAME) ' MGMT_JOB_ENGINE. APPLY_PURGE_POLICIES %';
    COMMIT;

  • Tidal Job Scheduler restart several times

    Hi Experts,

    I would like to know the solution for the scenario below:

    I'm putting the replay of tide job this event several times. I need my work under the Parent Group, which runs from 07:00 to 19:00 rerun on an hourly basis.

    I'll put the same occurrences re-run in an hourly basis. B employment depends on the work achievement A (either normally abnormally) and a file dependency.

    During the 1st job execution and job B end successfully, but on the 2nd round; When work is stuck on waiting on dependencies that makes job B also to be stuck on waiting on dependencies.

    I could see A start-up hourly employment, but he is still waiting on Sependencies even though I could see that the file is moved to the entrance of the B post successfully.

    Help, please. Thanks in advance!

    Hi Ram,

    I think that the result would be the same, because employment B has a variable dependency AND dependency on A task. While variable dependence could be achieved, but the job has almost immediately passes completed normally expect on Addictions - it may be not enough time for job B detect this normal completion status.

    How about you, leaving falling dependence on A job and just use the variable dependence?

    When Boolean is true, then B is running.

    ARO

    The Derrick

  • VBScript does not run in the Windows 7 Task Scheduler 'execute if user connected or not' is checked.

    I'm trying to run a vbs file using a batch file windows scheduled in the Task Scheduler in windows 7.  The vbs runs under the Scheduler if the option "run only when the user connects" is checked.

    When I go to 'Execute if user or not' task does not, either manually (by command file) or through the schedule.

    The vbs is a project of SAS Enterprise Guide.  These scripts, vbscripts worked in Windows XP.

    This is the vbscript code (I don't know anything about vbs, this is generated from SAS for EXAMPLE):

    Option Explicit
    Dim app

    Call to dowork

    "Stop the app
    Otherwise (app IsNot Nothing) then
    App. Quit smoking
    Set app = Nothing
    End If

    Sub dowork()
    On Error Resume Next
    '----
    "Start Enterprise Guide by using the name of the project
    '----
    Dim prjName
    Dim prjObject

    prjName = "------network patht\SQL_tst.egp" ' name of the project
         
    Set app = CreateObject ("SASEGObjectModel.Application.4.3")
    If Checkerror ("CreateObject") = True Then
    Exit Sub
    End If
       
    '-----
    "Open project".
    '-----
    Set prjObject = app. Open(prjName,"")
    If Checkerror ("app. Open") = True Then
    Exit Sub
    End If
       
           
    '-----
    ' run the project
    '-----
    prjObject.run
    If Checkerror ("Project.run") = True Then
    Exit Sub
    End If
       
               
    '-----
    ' Save the new project
    '-----
    prjObject.Save
    If Checkerror ("Project.Save") = True Then
    Exit Sub
    End If
       
    '-----
    "Close the project
    '-----
    prjObject.Close
    If Checkerror ("Project.Close") = True Then
    Exit Sub
    End If
          
    End Sub

    Function (fnName) Checkerror
    CheckError = False
       
    Dim strmsg
    Dim errNum
       
    If Err.Number <> 0 Then
    strMsg = "error #" & Hex (Err.Number) & + "\n" & "as" & fnName & + "\n" & Err.Description
    'MsgBox strmsg' Uncomment this line if you want to be notified via MessageBox to errors in the script.
    CheckError = True
    End If
            
    End Function

    Hello Carolyn111,

    I suggest that you post in TechNet in the official Scripting Guys Forum.
    Click on the link here to post your question. They would be better able to answer your question.

    Thank you

    Marilyn

  • Help me to understand the distribution of the vCPU, job scheduling and context switch.

    It was my understanding that each virtual computer must have all their vPCUs available at the time of execution of this machine. So if I have 24 available on the host vCPUs and allocate all the vm 24: 1, context switch will produce any time, VMware has to perform tasks. This would basically be 'pause' the virtual machine itself and adversely affect performance. The same thing happens if I have 2 virtual machines in place, 1 24vCPUs, 1 with 2vCPUs. Since they both are not all available vCPUs, they will never run at the same time. Reading, I found it is the so-called 'Gang Scheduling.

    Does this make sense? VMware will recognize that the 1st vm uses a number of vCPUs and plan the 2nd at the same time?

    Welcome to the community - don't forget the multiple vCPUS can if run on the same kernel that allows the high density of virtual machines on a host ESXi - in previous versions, a VM vCPUs wouldn't last unless all vCPUs could be scheduled at the same time - with vSphere 4 this problem has been addressed and now the vCPUs will be get laid at the same time as the other machines virtual - there is always an impact on the the vCPUs planning so that is why it is recommended always to start with one vCPU wingle and add extra would be not necessary -

  • Unmarshaller has no exception when executing HcmCompWorkbenchWorkArea.jspx

    Hello
    When you run the page, we get Unmarshaller has no exception. Any idea on how to fix it? Here is the complete log:

    < 25 February 2013 17:23:44 IST > < WARNING > < Munger > < BEA-2156203 > < a version attribute was not found in the application element in the C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.applcp.model\f7pg9o/META-INF/application.xml deployment descriptor. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject the descriptors that do not specify the JEE version. >
    < 25 February 2013 17:23:58 IST > < error > < J2EE > < BEA-160197 > < cannot load the descriptor module AddFilterProjEJB.war C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war/WEB-INF/web.xml. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:161)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)
    ... more than 33
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    ... more than 41
    . >
    < 25 February 2013 17:23:58 IST > < error > < HTTP > < BEA-101064 > < [WebAppModule (XXCHRAddFilterAppl [Version = V2.0]: hcmCompensation)] parse error of the descriptor in appplication Web 'C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war '.
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. check the log file full stacktrace
    >
    < 25 February 2013 17:23:58 IST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1361793222485 'for task ' 0'. Error is: "weblogic.application.ModuleException: [HTTP:101064] [WebAppModule (XXCHRAddFilterAppl [Version = V2.0]: hcmCompensation)] the descriptor in appplication Web"C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war"parse error"
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)
    ... more than 26

    "weblogic.application.ModuleException: Unmarshaller failed.
    weblogic.application.ModuleException: [HTTP:101064] [WebAppModule (XXCHRAddFilterAppl [Version = V2.0]: hcmCompensation)] parse error of the descriptor in appplication Web 'C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war '.
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)
    ... more than 26

    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.createModuleException(WebAppModule.java:1604)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1358)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. check the log file full stacktrace
    >
    < 25 February 2013 17:23:59 IST > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy application task 'XXCHRAddFilterAppl [Version V2.0 =]'. >
    < 25 February 2013 17:23:59 IST > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
    weblogic.application.ModuleException: [HTTP:101064] [WebAppModule (XXCHRAddFilterAppl [Version = V2.0]: hcmCompensation)] parse error of the descriptor in appplication Web 'C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war '.
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)
    ... more than 26

    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.createModuleException(WebAppModule.java:1604)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1358)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. check the log file full stacktrace
    >
    [17: 23:59] # incomplete deployment. ####
    [17: 23:59] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    # Cannot run application XXCHRAddFilterAppl due to the deployment on IntegratedWebLogicServer error.
    [XXCHRAddFilterAppl application stopped and cancelled Server Instance IntegratedWebLogicServer]


    Thank you
    Amarnath

    Please go to developer and then open file web.xml and research of PortletProducerResourceServlet

    Comment by the entrance of servlet and servlet mapping and try again.

    Thank you best regards &!
    Vik

    Fusion applications Developer Relations
    http://blogs.Oracle.com/fadevrel

    Please check the appropriate response or useful response

  • How to stop the job scheduler after recovery

    Hello

    Once I have restore the database from a cold backup of RMAN and start the database, all the tasks in the Scheduler which are due to begin. In our case, this causes a lot of questions.

    Is there a way to stop the Scheduler of shooting all jobs when I startup the database?

    Oracle 10g R1.

    OzOracle wrote:
    Hello

    Once I have restore the database from a cold backup of RMAN and start the database, all the tasks in the Scheduler which are due to begin. In our case, this causes a lot of questions.

    Is there a way to stop the Scheduler of shooting all jobs when I startup the database?

    Oracle 10g R1.

    ALTER SYSTEM SET JOB_QUEUE_PROCESSES IS 0 SCOPE = BOTH;.

  • ColdFusion, job scheduling using wget

    not very well how to the wget.

    I have something that I need to schedule to run every hour.  I use the window hosting.

    I learned that I can not use the path to event.cfm in the path to the executable file (it must be naturally and .exe)

    So, I downloaded wget 1.11.4 and downloaded the wget.exe to the phonebook of the event. (only the wget.exe file)

    C:\***\event5\wget.exe <-this is the

    wget http://***/event5/event.cfm <-this is in the argument

    (information sensitive accommodation purchased of course)

    on the page event.cfm, I have the following code

    <! - include the routine County auctions - >

    < cfinclude template = "count_auctions/index.cfm" >

    That this event is supposed to do, is to count the auctions.

    Now when I run the event, I get an email, but it is not "run" the event.

    I'm doing this wrong?

    Is there another way I can run or run a .cfm page?

    I tried different things and nothing works.

    larkinh5 wrote:

    Can I create a file of cfm with the cfschedule and once I run the url it will "start" task?

    Exactly, create a CFML file with three tags of , one for each of the elements that you create.  Run this file once on the server where you want the created tasks and calendar tasks will be created.  Baring the host blocks the tag.

    For example, create a file (for example mySchedule.cfm) and put it on the server.  The root should be fine.  Then you can run it with http://***/mySchedule.cfm

  • Job scheduler runs, QJC + MMN treats missing after reboot!

    Hi guys,.

    I'm on Oracle Database 10 g Release 10.2.0.1.0 - 64 bit Production running a linux server.

    To my dismay this morning, all my Scheduler tasks do not run for 1 week!

    I check the USER_SCHEDULER_JOBS - all are ENABLED
    I check the USER_SCHEDULER_JOB_LOGS - all came...

    but the last logged date is DEC 4!...
    so I went Googling around, checking if JOB_QUEUE_PROCESSES is necessary, but make any that I set the value of a zero or a zero value, jobs are still not built.

    1 thing for sure, manually works running.

    ------------------

    So I went to trace the alert log... December 4 and I saw it...

    < i >
    Fri Dec 4 01:06:33 2009
    Closure of proceedings: in addition to logons disabled
    Fri Dec 4 01:06:46 2009
    Stop process of background CJQ0 <-here
    Fri Dec 4 01:06:46 2009
    Stop background MMNL process <-here
    Fri Dec 4 01:06:47 2009
    Stop background MMON process <-here
    Fri Dec 4 01:06:55 2009
    Closing instance (normal)
    The high waters = 122 license
    Fri Dec 4 08:01:17 2009
    Starting ORACLE instance (normal)
    Fri Dec 4 01:09:21 2009
    Starting ORACLE instance (normal)
    Fri Dec 4 01:26:25 2009
    In the absence of dry 1201 MMNL; First support plans
    < /i >


    I realize that after restart of the database

    (1) the process MMNL not... - start it say absent MMNL for dry 1201; First support plans
    (2) the MMON process does not start...
    (3) the QJC process does not start...


    1st quarter) what should I do? I can't afford to a restart of the database.

    Please notify
    Kind regards
    Noob

    Published by: user12050668 on December 15, 2009 09:27

    If the database process does not start, then I suggest that looking for "absent MMNL" on Metalink or raise a SR. If you use google for this error, you can find some references to bugs and Metalink notes.

Maybe you are looking for

  • DV7t - 6 c 00 (A1L77AV) - second storage disk

    Hello I have a DV7t - 6 c 00 (A1L77AV). It came with a 750 GB hard drive. I recently looking to add another SSD or HARD disk, but have you noticed that the second span is devoid of all screw/caddy/cables. (1) how can I be sure that all the accessorie

  • How to set the properties of the EOS in the IVI driver

    I am coding a compatible driver IVI (in LabWindows/CVI) for an old GPIB instrument that does not support the EOI. To read the response device, I need to define the character of the EOS and terminate read on EOS. MAX I can correctly set the properties

  • C7280 to laptop via wifi without having to install the HP software

    Could have sworn I did initially, but do not remember how I did! So I had to resort to the installation of the software that I really wouldn't do. Please can someone explain how they did it? See you soon,. JED

  • How can I access Directory Access Denied?

    My computer crashed, system32\system file is corrupt. I tried to repair it with the Windows XP CD but failed. RELOADED Windows over the old system, leaving intact files.  Now I can't find my old documents and cannot access the directory of the user t

  • New ink print head error on Photosmart Plus B210 alert

    My HP Photosmart Plus B210 printer has suddenly started giving me the following error message: "New alert ink print head. Used cartridges may not be not all print head start. Install the new cartridge or press OK to continue with those used. » It was