Error while extending a controller:not a valid base class for this operatn

Hi,
I tried to extend a controller. but the Jdev shows an error "oracle.apps.ar.Creditmgt.application.webui.OCMAddFinDataCO is not a valid base class for this operation. Can you please let me know why is Jdev not allowing me to create a new class.
Thanks,
Prakash

Yes I did. the class file exists in the Myclasses of Jdev in Jdevbin.Prakash myclasses folder is in \$JDEV_USER_HOME\jdevhome\jdev\myclasses.
Not in jdevbin.
Check this link
Re: Problem in creating Extended Class for Standard Controller
Thanks
AJ

Similar Messages

  • Error - "java.lang.Object" is not a valid base class for this operation

    Hi -
    Got above error when trying to create a simple java class. "No Template" is selected when create new app.
    How can this happened ?
    thanks

    What is the JDeveloper version?
    If JDeveloper version is 10.1.2, install in a directory without empty spaces in directory name.

  • HT1925 Can't update iTunes because of error message "iTunes.msi is not a valid installation package for the produce iTunes".  How can I fix this?

    I can't update iTunes because of error message "iTunes.msi is not a valid installation package for the product iTunes". How can this be resolved.  I am using a PC with Windows XP

    If you can, uninstall and reinstall itunes..... Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Hope this helps.

  • Error while extending the Controller

    Hi,
    I have extended the CompetenciesCO.class to CompetenciesExtendCO.java using jdeveloper, after that i transfered this file to the same location where the CompetenciesCO.class
    is available.
    My extended class coding is :
    package oracle.apps.per.selfservice.appraisals.webui;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.message.OAMessageStyledTextBean;
    public class CompetenciesExtendCO extends CompetenciesCO {
    public CompetenciesExtendCO() {
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    String variable ="HI";
    if(pageContext.getParameter("xxCalcCompetenciesAvg")!=null){
    OAMessageStyledTextBean competenciesAvg = (OAMessageStyledTextBean)webBean.findChildRecursive("xxCompetenciesAvg");
    competenciesAvg.setValue(pageContext,variable);
    After that i changed the controller class for that region using personalization.
    but it is not working.
    What is the problem?
    Thanks in advance,
    SAN

    Gyan,
    Even after i placed the Extended Controller java file under the custom top $JAVA_TOP/xxhr.oracle.apps.per.selfservice.appraisals.webui.XxCompetenciesExtendCO
    it is not working.
    I also personalized the region for this controller but it throws error:
    Could not create Java class: (xxhr.oracle.apps.per.selfservice.appraisals.webui.XxCompetenciesExtendCO) associated with region: (CompetenciesRN). This is probably because the class name is wrong or not included in project.

  • Error while PGI... Special stock 2010 Q  for this mat. does not exist

    Hi friends,
    While PGI system is showing error that particular material, and wbs element special stock Q in sloc 2010 stock does not exist.....
    But stock is present.....
    I hve checked all relevant things reg..... stock and reservation...
    We are facing this issue for PGI for free of charge.........
    Plz. help......
    Thanks
    Navin

    Hi,
    Please check in MB52 whether the stock of your material belongs to special stock 'Q' + relevant WBS_ID. If your stock level is high enough but the goods are not under the WBS' special stock you cannot post goods isue I guess...
    Csaba
    Edited by: Csaba Szommer on Jun 9, 2008 5:13 PM

  • When I attempt to down load a song from my Itunes account I receive an error (err = -5000) "you do not have enough access privlages for this operation".

    can anyone help with this?

    This is a permissions issue.
    To resolve the error on a Mac, check out these articles:
    http://docs.info.apple.com/article.html?artnum=93069
    http://docs.info.apple.com/article.html?artnum=106712
    Permission issues for Windows are a little more complicated and to be honest I am not to sure how to do that. Peace!

  • HT201413 This error message will pop up "You do not have enough access privileges for this operation" when I'm trying to download updates.

    I have had itunes on my computer for a while now and was working beautifully. I had a new printer installed by a tech guy with had to do something to windows 7 to get it to print correctly. Now itunes is acting up. When I try to download updates or sync with my iPad I get an error message saying "You do not have enough access privileges for this operation". Can anyone help?

    I'm assuming you are synching to a Mac via iTunes? If so, you need to fix and reset your disk permissions using the Disk Utility app on the Mac.

  • How do I fix "you do not have enough access priviledges for this operation" when trying to sync my iPhone?

    I got a new computer recently and had no problem transfering over music and such. I went to plug in my iPhone to my computer, which I hadnt done yet. When I tried to sync it, I get the error message saying "You do not have enough access privlidges for this operation." I dont know what to do to change this...any advice???

    Hello deborahjael,
    Thanks for using Apple Support Communities.
    To troubleshoot this error message in iTunes please follow the directions in the link below.
    Trouble adding music to iTunes library or importing audio CD
    http://support.apple.com/kb/ts1387
    Take care,
    Alex H.

  • Invalid parameter value Error while Extending PoReqDistributionsVO

    Hi,
    My Requirement is to restrict user from enetring certain values in a field in iProcurement Page based on some condition. The attribute on which I have to place the validation is CodeCombinationId and the VO name is PoReqDistributionsVO. So, I extended the VO and generated the VORowImpl class for the extended VO. Please note that I have extended the VO just to override the setter method for the CodeCombinationId in the VORowImpl. I did not change any other thing on the VO. Once I deploy the code, I am getting the following error for the first time:
    ## Detail 0 ##
    oracle.jbo.InvalidParamException: JBO-25006: Invalid parameter value PoReqDistributionsVO for source passed to method ViewLinkImpl.setSource. Explanation: view def mismatch
    And then if I try to open the page again, it gives me multiple distribution lines. (Say for example I have only one distribution line for the requistion line and my distribution table PO_REQ_DISTRIBUTIONS_ALL has total 20 records, then all the 20 records are getting displayed in the front end.)
    So, clearly after I extended the VO, the viewlink is not able to identify the viewlink.
    I went through the following thread:
    oracle.jbo.InvalidParamException: JBO-25006: Invalid parameter value
    As suggested in the therad, I thought of copying all the view link related methods from the original VO files. But, I could not get any Viewlink related information in any of the three seeded files PoReqDistributionsVO.xml, PoReqDistributionsVOImpl.class and PoReqDistributionsVORowImpl.class. But I can find one View Link oracle.apps.icx.por.req.server.ReqLineToDistributionsVL in teh server which is linking PoRequisitionLinesVO to PoReqDistributionsVO.
    Could anyone suggest me what I need to do to resolve the issue.
    Edited by: 892480 on Oct 20, 2011 8:13 AM

    Hi Gurus,
    Any suggestion on the above issue?

  • Getting CFGFWK-64060 error while extending a domain for ECM..

    Hi,
    I am getting this error while extending a weblogic domain for Oracle ECM.
    CFGFWK-64060 the template you selected can't be applied because the following dependencies can not be satisfied.
    Missing prerequisites:
    DEP for Oracle UCM Core Template:11.1.1.0[C:\Oracle\Middleware\Oracle_ECM1\common\teplates\applications\oracle.core_template_11.1.1.jar] (Oracle Enterprise manager)
    Thanks in advance

    Hi,
    I am getting this error while extending a weblogic domain for Oracle ECM.
    CFGFWK-64060 the template you selected can't be applied because the following dependencies can not be satisfied.
    Missing prerequisites:
    DEP for Oracle UCM Core Template:11.1.1.0[C:\Oracle\Middleware\Oracle_ECM1\common\teplates\applications\oracle.core_template_11.1.1.jar] (Oracle Enterprise manager)
    Thanks in advance

  • ERROR: Archive found, but is not a valid Flash archive

    Hello,
    I have created flash archive file and tried to install a new server using it. Both servers are exactly the same type of servers.
    While installing I get the following message:
    ERROR: Archive found, but is not a valid Flash archive
    The message appears despite the method of installation: http, ftp, nfs.
    The source server is using Solaris 10 10/08 (the latest).
    Did anybody faced similar problem ?
    Regards
    przemol

    Hi, Thanks for your comments,  its keep loading very big lengthy file...just copied some starting files.
    Also...original flar image taken from T5 and now executing on T4 server just for your info.
    Target server:
    root@ebsapptr1 # uname -a
    SunOS asgc-ebsapptr1 5.10 Generic_147147-26 sun4v sparc sun4v 
    Source server:
    root@ebsapp1 # uname -a
    SunOS ebsapp1 5.10 Generic_147147-26 sun4v sparc SUNW,T5140 
    # flar info -l askapp1.flar |more
    lost+found
    var
    var/sadm
    var/sadm/install
    var/sadm/install/admin
    var/sadm/install/admin/default
    var/sadm/install/logs
    var/sadm/install/logs/Additional_Software_install.A09241632
    var/sadm/install/logs/Additional_Software_install.B09241632
    var/sadm/install/logs/Additional_Software_install.A08292241
    var/sadm/install/logs/Additional_Software_install.B08292241
    var/sadm/install/contents
    var/sadm/install/.lockfile
    var/sadm/install/.pkg.lock
    var/sadm/install/gz-only-packages
    var/sadm/install/.pkg.lock.client
    var/sadm/install/.door
    var/sadm/pkg
    var/sadm/pkg/SUNWocfd
    var/sadm/pkg/SUNWocfd/install
    var/sadm/pkg/SUNWocfd/install/copyright
    var/sadm/pkg/SUNWocfd/save
    var/sadm/pkg/SUNWocfd/save/pspool
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd/install
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd/install/copyright
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd/pkginfo
    var/sadm/pkg/SUNWocfd/save/pspool/SUNWocfd/pkgmap
    var/sadm/pkg/SUNWocfd/pkginfo
    var/sadm/pkg/SUNWlucfg
    var/sadm/pkg/SUNWlucfg/install
    var/sadm/pkg/SUNWlucfg/install/copyright
    var/sadm/pkg/SUNWlucfg/install/r.AddNoUpdate
    var/sadm/pkg/SUNWlucfg/install/r.EtcDefLu
    var/sadm/pkg/SUNWlucfg/save
    var/sadm/pkg/SUNWlucfg/save/pspool
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg/install
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg/install/copyright
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg/install/i.AddNoUpdate
    var/sadm/pkg/SUNWlucfg/save/pspool/SUNWlucfg/inst

  • The database error text is: ORA-01843: not a valid month

    I am trying to use a date field as a query filter and I keep getting the
    following error:
    A database error occurred. The database error text is: ORA-01843: not a
    valid month. (WIS 10901).
    When I remove the query filter and run the query it works as
    expected. I want to be able to allow the users to use the date field in order
    to select a date range. Can someone provide me with some information on how to
    resolve this issue.

    SQL> SELECT (to_char(tO_date('09/29/2006', 'mm/dd/yyyy'))||':'||TO_CHAR(systimestamp,'hh24:mi:ss:ff6'))
      2  FROM dual;
    (TO_CHAR(TO_DATE('09/29/2006
    29-SEP-06:01:33:09:023000
    But you want mm/dd/yyyy hh24:mi:ss:ff6 format then use TO_CHAR function for format specifier
    SQL> SELECT to_char(to_timestamp((to_char(tO_date('09/29/2006', 'mm/dd/yyyy'))||':'||TO_CHAR(systimestamp,'hh24:mi:ss:ff6')), 'dd/mm/yyyy hh24:mi:ss:ff6'),'mm/dd/yyyy hh24:mi:ss:ff6')
      2  FROM DUAL
      3  /
    TO_CHAR(TO_TIMESTAMP((TO_CHAR
    09/29/0006 01:40:27:113000
    SQL> Khurram

  • INSTALLATION FAILED( ERROR: CreateProcess failed  ==   %1 is not a valid Wi

    Whats wrong here? I am unable install jScreator on my XP professional SP2.!!
    Below is the log file. System requirements are met but I get this error !!
    file type: 0
    file id: 0
    length: 178
    offset: 319579
    file name: instructions.txt
    file type: 5
    file id: 1
    length: 1009
    offset: 319757
    file name: Verify.jar
    file type: 2
    file id: 2
    length: 729
    offset: 320766
    file name: launch.txt
    file type: 4
    file id: 3
    length: 16766119
    offset: 321495
    file name: Windows-Sun-1.4.2_04.exe
    file type: 6
    file id: 4
    length: 249333158
    offset: 17087614
    file name: windows.jar
    ERROR: CreateProcess failed ==> %1 is not a valid Win32 application.

    Cause
    Windows ENV variable TEMP may result in this error.
    Solution
    To Correct this value: Start -> Settings -> Control Panel -> System -> Advanced -> Environmental Variables
    Set the value for TEMP to a real directory on the machine: C:\temp as an example.
    This corrected the behavior.

  • Could not complete your request because it is not a valid photoshop document why this error coming p

    could not complete your request because it is not a valid photoshop document why this error coming photoshop cs5

    Thanks for clarifying. 
    My bad. I thought you had an even older Mac Pro1,1 like mine, which will not run Mountain Lion.  I should have payed closer attention to your RAM specs.

  • Re-Install and "Error 1325. Resources is not a valid short file name."

    I am trying to reinstall the software (from install disk) and everytime I run it, I get this message "Error 1325. Resources is not a valid short file name." which then shuts down the install. I even downloaded the software from the website with the same error message. Anyone know how to fix this? I am trying to reinstall because the Palm Desktop will not run. If it matters I have a Palm TX.
    Thanks for any info,
    Brian
    Post relates to: Palm TX
    Message Edited by bpapiez on 10-24-2008 08:08 AM
    Message Edited by bpapiez on 10-24-2008 08:08 AM

    Hello and thank you for using the Palm Help Forums!
    From what I researched this issue seems to be caused by Windows. I did find a post elsewhere that someone else was able to resolve it. I hope it helps:
    http://community.macrovision.com/showthread.php?t=158002
    -Pat
    Post relates to: Treo 800w (Sprint)

Maybe you are looking for

  • InfoSet in SAP BI 7.10 and Key figure aggregation

    HI SAP Gurus, I am new in SAP BI area. I have my first problem. I want to create a report for the profit of goods.  The cost of goods(cogs) are constant for each material for one month. The formula to calculate the profit of goods = sales turn over u

  • Media Center Problems

    I have a sr5413wm with many upgrades and one of them was a sabrent tv card sbt-tvfm and when i use media center on vista home premium 32 bit the sounds and speech are off by about 5 seconds. And i have the latest and only driver for the card and i be

  • Unblocking proposal run from program

    Dear experts, i am in development stage of releasing strategy for payment (automatic payment- f110), we need to know how to unblock payment proposal from program. the scenario is 1. payment proposal will be created - but made the configuration to blo

  • Attachment display

    Hi,              As in FB03 transaction we have option of seeing attachment document attached on double click.. How do we display the Document on double click in my custom program.. The Attached Document information ie doc id is available in table to

  • How to run App server applications in Client systems

    Hi all, I m new to Oracle Devsuite 10g and App server. I configured the app server and i m able to run in my local machine (server) but i m not able to run in some others machines. even though i have given same path. its displaying page cannot be dis