Error extending and substituting RequisitionLovAM

Created a new application module xxRequisitionLovAM which extends RequisitionLovAM.
Done the substitution and imported successfully into the database.
Problem:
In iProc on the CheckoutSummary page if I enter a value into any lov text input field and tab out I get the following error java exception:
oracle.jbo.NameClashException
However, selecting the torch and search for a value is fine.
Any ideas why this is happening ?
The only alternative, that I can think of is to edit the seeded RequisitionLovAM to add my custom view object.
Thanks,
MT

Shiv,
1. I have created a custom view object xxSupplierAndSiteSCLovVO
2. Created xxRequisitionLovAM (extending RequisitionLovAM)
3. In the Data Model of xxRequisitionLovAM I have selected xxSupplierAndSiteSCLovVO.
4. Performed the substitution and loaded the jpx file into the database.
5. Copied xxRequisitionLovAM.xml to application server $JAVA_TOP/xx/oracle/apps/icx/lov/server
6. Bounced Apache
xxRequisitionLovAM.xml:
<AppModule
Name="xxRequisitionLovAM"
Extends="oracle.apps.icx.lov.server.RequisitionLovAM"
ComponentClass="xx.oracle.apps.icx.lov.server.xxRequisitionLovAMImpl" >
<Properties>
<Property Name ="RETENTION_LEVEL" Value ="MANAGE_STATE" />
</Properties>
<DesignTime>
<Attr Name="_isCodegen" Value="true" />
<Attr Name="_version" Value="9.0.3.13.97" />
<Attr Name="_deployType" Value="0" />
</DesignTime>
<ViewUsage
Name="xxSupplierAndSiteSCLovVO"
ViewObjectName="xx.oracle.apps.icx.lov.server.xxSupplierAndSiteSCLovVO" >
</ViewUsage>
</AppModule>
Complete stack trace:
oracle.apps.fnd.framework.OAException: oracle.jbo.NameClashException: JBO-25001: Name LOV_oracle_apps_icx_lov_server_RequisitionLovAM of object type ApplicationModule already exists
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
     at oracle.apps.fnd.framework.webui.OAPageBean.processFormData(OAPageBean.java:2554)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1676)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
     at oa_html._OA._jspService(_OA.java:85)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
oracle.apps.fnd.framework.OAException: oracle.jbo.NameClashException: JBO-25001: Name LOV_oracle_apps_icx_lov_server_RequisitionLovAM of object type ApplicationModule already exists
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
     at oracle.apps.fnd.framework.webui.OAPageBean.processFormData(OAPageBean.java:2554)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1676)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
     at oa_html._OA._jspService(_OA.java:85)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
oracle.apps.fnd.framework.OAException: oracle.jbo.NameClashException: JBO-25001: Name LOV_oracle_apps_icx_lov_server_RequisitionLovAM of object type ApplicationModule already exists
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
     at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
     at oracle.apps.fnd.framework.webui.OAPageBean.processFormData(OAPageBean.java:2554)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1676)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
     at oa_html._OA._jspService(_OA.java:85)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
     at oracle.jsp.JspServlet.service(JspServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
Thanks
MT

Similar Messages

  • I have a new laptop and I am trying to download CS3. The site on adobe gives an error message and the one I tried from this forum downloaded CS3 extended, so my serial number does not work. Does anyone have any suggestions. Regards Vicki

    Hi,
    I have a new laptop and I am trying to download CS3. The site on adobe gives an error message and the one I tried from this forum downloaded CS3 extended, so my serial number does not work. Does anyone have any suggestions. Regards Vicki

    The trial is always extended. The serial number you enter determines whether it runs as standard or extended.
    I'm getting through fine with that link, so it must be a browser issue or some such thing. Try another browser.

  • Installation error Photoshop Cs6 Extended and Maverick

    I have a brand new iMac which is operating with Maverick. I have just purchased Adobe Photoshop Extended and tried to install but I get an error straight away saying 'the following disk images could not be opened. Image - Photoshop_13_LS16.dr and the reason is input/output error.
    I have already installed the program using this same disc on my Mac laptop which I have upgraded to Maverick but I had no issues.
    Can anyone help me with what to do?

    create a folder on you desktop and copy the disc contents to that folder.  open the folder and click setup.

  • I am trying to update my CS6 Extended and get error U44M2P7 how can I proceed?

    I am trying to update my CS6 Extended and get error U44M2P7

    Hi,
    Please follow the steps mentioned in this doc.
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-updates-dont-install.html
    Thanks
    kapil

  • DNS Server Errors 4015 and 4010

    Hi all,
    we have upgraded a 2003 Domain to 2012 R2. All DCs now are 2012 R2. The Domain and Forest Level are 2008. Be checking the Eventlogs of the DNS Server we found that we have DNS Error 4010 and 4015 Events repeatedly.
    4015:
    The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.
    4010:
    The DNS server was unable to create a resource record for f55ab78a-df8d-4c2c-8420-52dc8b5604e2._msdcs.domain.local. in zone Domain.local. The Active Directory definition of this resource record is corrupt or contains an invalid DNS name. The event data contains
    the error.
    We found that the Errors are available on oll DCs. The errors occurs only after the DNS Server Service are restartet on the DCs.
    We check the dcdiag /e /test:dns with all PASS
    We check the netlogon Service are successfully update be a restart the _.msdcs records in the Zone if the record are not present
    We check the _msdcs.Domain.local Zone, it is in the forest Root Partition and AD integrated. We move it to the root of the DNS like the KB817470 describe
    We check the dns by the Best Practices Analyzer, wihtout a error
    We check the AD replication by repadmin without error
    Thanks for help
    Regards Steven

    Hi,
    Can you tell more information about the migration?
    The roles that installed on windows server 2003 before migration. Is DNS role installed on it?
    You can refer to this similar thread:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/55c7a4cd-2932-4b0e-bfd2-b043490df000/eventid-4010-dns-the-active-directory-definition-of-this-resource-record-is-corrupt-or-contains-an?forum=winserverDS

  • After installing Mountain Lion on my 17" MBP G-RAID mini connected via Tempo SATA Edge ExpressCard34 is no longer recognized. I restored icon and access by removing 34 card and substituting FW800 for eSATA. Any fix for the higher speed connection? TIA

    After installing Mountain Lion on my 17" MBP G-RAID mini connected via Tempo SATA Edge ExpressCard34 is no longer recognized. I restored icon and access by removing 34 card and substituting FW800 for eSATA. Any fix for the higher speed connection? TIA

    Looks like the Silicon Image drivers were moved to the incompatible software folder during install/upgrade.
    Downloaded latest drivers, errored out of install claiming that the drivers were from an unknown author!!!
    Emailed their tech support this evening describing problem.

  • Problem while extending and modifying the ISA B2B app on SAP J2EE 6.4

    We are facing some problem with extending and modifying the ISA B2B 4.0 application.
    First Let me clarify you the whole scenario.
    Previously we had ISA B2B 4.0 SP03 deployed on SAP J2EE 6.20 Engine.
    We had used eclipse 3.0 to extend and modify the application as NWDS does not support SAP J2EE 6.20.
    We had used ant buildtool to build the modified application which comes along with the ISA Software Archive.
    We had successfully done all the modifications and application was running fine...
    Now we have upgraded the overall J2EE infrastructure and using J2EE 6.4 Engine which supports NWDS.
    We have successfully deployed the ISA B2B  application which comes along with the Support Package.
    We are using Support Package ISAWAC40SP11P_7-20000529.SAR E-Selling 640. The application is working fine after all
    the configuration done in XCM and SAP CRM 4.0 system.
    Now for modification and extension i have created another b2b enterprise archive with name "b2b_client.ear" using ant buildtool.
    I've done the modification and extension .. added some Z classes and JSP pages. Now when i try to deploy the application using
    SDM 6.40, I got an error message stating
    <b>"com.sap.sdm.util.sduread.IllFormattedSduFileException: The archive must be deployed with a 6.20 SDM, which has a SDM-SDA compatible version 1 or greater."</b>
    I think this error is due to the incompatible sda_build.xml used in the build process but we have used the same xml file bundled with the above mentioned ".sar" file..
    Please help or suggest someone who can help me out from this...
    Thanks & Regards.
    Sandeep Solanki

    Hi Alkis.
    First, you need to specify the fully qualified class name of your based-RequestProcessor class in the config.xml file like
    <controller  contentType="text/html;charset=UTF-8"  locale="true"  nocache="true"
      processorClass="com.mycompany.struts.framework.MyRequestProcessor"/>
    If you review the source code of the ActionServlet and RequestProcessor classes, you can see that overwritten methods (by you) are executed every time the client makes a request to the struts based application.
    I hope you can run your approach. And it will be excellent you can shared how you will do it.
    Kindest regards.

  • Get PO Approval limit for Approver and substitute

    Hello all,
    Description:
    When an approver assigns a substitute for approval, the PO Value Limit (HRP5503-LIMIT) for the position needs to be equal to or greater than that of the approver.  If this is not true, then an error message saying u201CSubstitute has insufficient signing authorityu201D should be returned to the user upon adding the substitute.
    Logic can be found in SAP program LBW02F01 (include)
    under routine FORM / D1328_FIND_DEPUTIES
    Here i need to fetch the PO approver details and substitute detaiils.
    Please let me know about this.
    Thanks in advance

    Substitution is for the total inbox ... 
    I don't think it can be done only for Purchase Order or Shopping Cart or What ever it is...
    You can use the Implicit Enhacement Operation to add code to the standard sap code...
    Try to re-use the following code and get the value limit from the Business Object BUS4101.
    "swc_create_object req_user 'BUS4101' sy-uname.
    swc_get_property req_user 'ApprovalLimit' lv_calimit-approval_limit.
    swc_get_property req_user 'ApprovalCurrency' lv_calimit-currency."
    FORM / D1328_FIND_DEPUTIES -- In this, "gt_deputies" is the standard table used by SAP in the code which stores all the substitute uses..
    You need to delete the user entries who are having value limit less than the approver user in the "gt_deputies".
    I have done the same for one of my requirements.. but it was not specific for only PO.
    Regards,
    PR.

  • CDC Extending and Purging subscription remotely

    Hi,
    I have setup CDC on Oracle 10.2 and the publisher is called CDC_PUBLISHER. I have created the subscriptions as CDC_SUBSCRIBER.
    I want to extend and purge the subscriptions from another user called ETL_USER. Is this possible? I have tried using a proxy, but that does not work.
    set serveroutput on
    ALTER USER ETL_USER GRANT CONNECT THROUGH CDC_SUBSCRIBER;
    execute DBMS_CDC_SUBSCRIBE.EXTEND_WINDOW('CHG_SET_1');
    And I get this error:
    ORA-31425: subscription does not exist
    Is there any other way to do this?

    Can the purge and extend window of subscription views can be done by another user ( other than the schema which holds the subscription views ).
    If yes, how to do it ?

  • Transitioned from an older G5 Pro to a new iMac. My Final Cut files are on a 2T WD external HD. When I try to boot I get a "General Error 41" and files do not load. Took the WD to the Apple Store and tried it on one of their iMacs...it works OK. Ideas?

    Transitioning from an older G5 Pro to a new iMac. My Final Cut Express files are on a 2T WD external HD. When I try to load a project to the iMac I get a "General Error 41" and the files do not load. Took the WD the Apple Store and tried it on one of their iMacs...it works fine. The problem seems to be in my new iMac, other WD's with different files load OK. Any ideas?

    Hi
    Can it be so that You try to boot a G5 (Power) Mac from one external hard disk - then try to boot an INTEL Mac from same external Mac.
    WILL NOT WORK - It's not just the Mac OS Extended formation that plays a part here - they have to be formatted differently to be bootable on each system.
    I don't think there is any solution to this AT ALL.
    When You format a hard disk.
    • Select Partitions
    • Under the graphic representation to the left there is an Alternative button
    Here You select if it's supposed to be Bootable on a Power CPU or INTEL-CPU
    No other possibilities.
    Yours Bengt W

  • Errors 5006 and 1084

    hey, I'm getting errors 5006 and 1084 for my script, currently I'm making a game of brick breaker and can't figure out why I'm getting these errors. I get the 1084 error when auto formatting, and I get the 5006 error when exporting to a SWF
    my code is:
    package
              import flash.display.MovieClip;
              import flash.events.KeyboardEvent;
              import flash.ui.Keyboard;
              import flash.events.*;
              public class Main extends MovieClip
                        var player:paddle;
                        var ball:ball;
                        var home:startscreen;
                        var vx1:Number = 0;
                        var vx2:Number = 0;
                        ball = new aBall(5,5);
                        ball.x = 200;
                        ball.y = 50;
                        addChild(ball);
                        stage.addEventListener(KeyboardEvent.KEY_DOWN,onkeyDown);
                        stage.addEventListener(KeyboardEvent.KEY_UP, onkeyUp);
                        addEventListener(Event.ENTER_FRAME, Loop);
              public function onkeyDown(event:KeyboardEvent):void
                        //player controls
                        if (event.keyCode == Keyboard.DOWN)
                                  vx1 = -10;
                        else if (event.keyCode == Keyboard.LEFT)
                                  vx1 = 10;
              function onkeyUp(event:KeyboardEvent):void
                        // stop player one
                        if (event.keyCode == Keyboard.LEFT || event.keyCode == Keyboard.DOWN)
                                  vx1 = 0;
                        else if (event.keyCode == 87 || event.keyCode == 83)
                                  vx2 = 0;
              function onEdge(paddle)
                        if (paddle.x - (paddle.width/2) < 0)
                                  paddle.x = 0 + paddle.width / 2;
                        else if (paddle.x + (paddle.width/2) > stage.stageWidth)
                                  paddle.x = stage.stageWidth - paddle.width / 2;
              function Loop(event:Event):void
                        player1.y +=  vy1;
                        onEdge(player);
                        if (ball.hitTestObject(player))

    Which line is line 69?  If it happens to be at or after....  if (ball.hitTestObject(player))  that line appears to be missing an opening brace { at the end, as in...
    if (ball.hitTestObject(player)) {
    As for the  5006, the problem appears to be that you need to have all your functions defined within the class definition (Main).  Yours is attempting to have two items defined public at the same class level of the file.  So you need to take what I show in red below and nest it within the public class Main section as I attempt to show below.  The blue stuff I show may or may not lead to further problems since that would be more likely to appear in an init() function within the class (I am not an expert in class matters, nor many others for that matter)
    package
        import flash.display.MovieClip;
        import flash.events.KeyboardEvent;
        import flash.ui.Keyboard;
        import flash.events.*;
         public class Main extends MovieClip
               var player:paddle;
               var ball:ball;
               var home:startscreen;
               var vx1:Number = 0;
               var vx2:Number = 0;
               ball = new aBall(5,5);
               ball.x = 200;
               ball.y = 50;
               addChild(ball);
              stage.addEventListener(KeyboardEvent.KEY_DOWN,onkeyDown);
              stage.addEventListener(KeyboardEvent.KEY_UP, onkeyUp);
              addEventListener(Event.ENTER_FRAME, Loop);
              public function onkeyDown(event:KeyboardEvent):void
                        //player controls
                        if (event.keyCode == Keyboard.DOWN)
                                  vx1 = -10;
                        else if (event.keyCode == Keyboard.LEFT)
                                  vx1 = 10;
              function onkeyUp(event:KeyboardEvent):void
                        // stop player one
                        if (event.keyCode == Keyboard.LEFT || event.keyCode == Keyboard.DOWN)
                                  vx1 = 0;
                        else if (event.keyCode == 87 || event.keyCode == 83)
                                  vx2 = 0;
              function onEdge(paddle)
                        if (paddle.x - (paddle.width/2) < 0)
                                  paddle.x = 0 + paddle.width / 2;
                        else if (paddle.x + (paddle.width/2) > stage.stageWidth)
                                  paddle.x = stage.stageWidth - paddle.width / 2;
              function Loop(event:Event):void
                        player1.y +=  vy1;
                        onEdge(player);
                        if (ball.hitTestObject(player))

  • Difference between Extend and Implement

    Hello guys, I still dont get it, i'm confuse, when to use Extend and when to use Implement . What's the big diference? Can anyone give me an idea?

    I keep getting an error with this class which states: "Type parameter RectangleOperand is not within it's bounds"
    import java.util.*;
    public class RectangleOperand extends Rectangle2D.Double implements Addable<RectangleOperand> 
        public RectangleOperand (double w, double h)
           super(0.0,0.0,w,h);
    public static RectangleOperand readRectangle(Scanner scan)
        double doubleValue;
        doubleValue = scan.nextDouble();
        RectangleOperand rectangle;
        return rectangle = new RectangleOperand(w,h);
    public boolean equalTo(RectangleOperand opnd2)
         boolean equal = true;
         if(this.width == opnd2.width && this.height == opnd2.height)
             equal = true;  
         else
             equal = false;
         return equal;
    public RectangleOperand plus(RectangleOperand opnd2)
         double newWidth, newHeight, width, height;
         newWidth =  (this.width)  + (opnd2.width);
         newHeight = (this.height) + (opnd2.height);
         RectangleOperand rectanglePlus = new RectangleOperand(newWidth,newHeight);
         return rectanglePlus;
    }

  • I recently purchased a MacBook Air and was told by Apple that Keynote and Pages were compatible with MS Applications.. I have since tried to open a Powerpoint Presentation but it comes up with an error message and is not right. Help!

    I recently purchased a MacBook Air and was told by Apple that Keynote and Pages were compatible with MS Applications.. I have since tried to open a Powerpoint Presentation but it comes up with an error message and is not right. Help!

    If there are fonts, transitions, builds, video or audio in the PowerPoint file that are not compatible with Keynote, it will either prevent the presentation opening or Keynote will substitute the settings causing playback changes.
    I use Open Office to play and open any PowerPoint files sent to me, they play exactly as in PowerPoint.
    Open Office is free, you can download it here:
    Open Office for Mac

  • I have PS5 extended and run windows 7 when trying to download updates it tells me that the update failed and the reason it failed was that my serial

       Ihave PS5 extended and run windows 7 when trying to download updates it tells me that the update failed and the reason it failed was that my serial is not valid

    Updates can be downloaded here:
    Adobe - Photoshop : For Windows
    If you are still having problems with your serial number you have to contact Adobe Customer Service. We are not to take care of serial number issues.
    Error "This serial number is not for a qualifying product" | CS6, CS5.5, CS5
    Gene

  • Extend volume - Storage Pools - iSCSI - "Extend failed" // "Error extending volume: Size Not Supported"

    Hi,
    I've created a storage pools of 44x 1TB SAS, my storage pool name is "DAS" with 39.1TB (35.8 TB Free Space)
    I have a virtual disk named "iSCSI_DFS", Simple, Thin, 20TB with 3.05 TB Allocated
    I've created volumes on that disk, NTFS, Thin, Different size.
    I create iSCSI VIRTUAL DISKS on those Volumes, same size (my volumes are full)
    I want to "extend" my volumes size... I click on my volume, Extend Volume, enter a new size (current is 162GB so I enter 200 and select GB) and click OK
    The Volume status turn to "Extend failed" with "Error extending volume: Size Not Supported"
    Can you help? I need to change my volumes size...
    Thx

    I also could not get my partition to extend using the new Windows Server 2012 interface.  Did you try to extend volume from the "computer management", "disk management" console?  Get there from Administrator Tools - Computer Management.  I
    was able to extend my partition only from there.  You need to first make sure you have available space on the disk.  I had to delete an empty volume first before I was able to extend the partition.  Hope this helps.   Anthony :)
    Thx !! 
    While in the Computer Management, I realised that my Disk was "Basic" and not "Dynamics", Extending using the Disk Management suggest to switch to Dynamics, and it's now working.
    The error in the Server Manager should be "Unable to Extend : Your disk is Basic" or something like.
    The Disk is a virtual disk on my Storage Pools.!!!

Maybe you are looking for

  • Bubble chart legend problem

    Hello. I have problem with bubble chart the problem is that in chart legend appear the same number of object what bubble in chart e.g. if chart have 5 bubble then legend also have 5 object. What do I want to obtain is that in chart appear bubble whic

  • Create Attachment problem in IW22

    Hi In the Transaction IW22, GOS is enabled and when i am clicking on the create-create attachment button, i donot get any pop up to select the document from the PC. But I get the sap note pad to enter text when i click on create - create note menu op

  • HT204389 SIRI not available on my itouch with OS 6x

    i upgraded the 5th generation itouch but i cannot find SIRI

  • XML with OWB 11G

    Hello All, iam newbie to OWB. there is one requirement on our client site.Loading data from XML file. Refered documents but not able to understand the logic. Please any step by step screen shots will be most appreciated. It is very critical. Thanks a

  • Sync apps using 11.1 wil delete old apps

    Hello, I'm trying to sync apps from my laptop using itunes 11.1, I dont see the sync apps check box that was available in prior options. Also when I select a particulcar app , in the app bar below it deletes al the existing apps \ How do I get around