Bug report about Erase Application from disk

Hi,
Steps to reproduce this problem :
- only jdev11tp2 opened in Windows
- create a new Application Workspace
- from the 'Application Menu' icon, choose 'Erase Application from disk'
==> the Application directory is remove from IDE but not erased from disk.
If you attempt to delete the workspace directory from windows, you get an error message (as if there are opened files) : "Cannot delete applicationXXX : access is denied. Make sure the disk is not full or write-protected and that the file is not currently in use"
==> You must leave Jdev for deleting the workspace directory thanks to windows.
Other problem :
if the workspace is created via a checkout (for a given revision) from a subversion's repository, if you try to erase this workspace with 'Erase Application from disk', you can't (like above) but moreover even if you leave Jdev !
==> you must close the windows session
Regards,
Christophe,

Hi,
don't know for the second issue, but the first is well known and a bug is filed already. I would assume that the outcome of this bug resolution also resolves your second issue
thanks for reporting
Frank

Similar Messages

  • Will Logic Studio 2.0 run on OS X 10.7.5? I'm about to install from disks...

    Will Logic Studio 2.0 run on OS X 10.7.5? I'm about to install from disks...

    Yes....
    You may need to run Software updates as soon as installation is complete and before running LP9 for the first time..however.. as 9.0 doesn't seem to run well under later OS X versions than Snow Leopard...

  • Bug report: tranlations not deleted from WWV_FLOW_DYNAMIC_TRANSLATIONS$

    Hello, apex team and Joel Kalman.
    Bug(?) report: Translations not deleted from WWV_FLOW_DYNAMIC_TRANSLATIONS$ on application replacement with importing from sqlplus using apex_application_install package.
    My environment:
    Oracle XE 11g Linux 64bit.
    Apex 4.1.1.
    Development app 110.
    Production app 111.
    How to reproduce:
    Simple way (not checked for 4.1.1):
    Export application 110 by using builder or APEXexport.
    Import application 110 ten times, then look into dynamic translation. Each translation repeats 10 times.
    Checked way to reproduce this bug in in 4.1.1:
    Repeat this 10 times to see how dynamic translations is multiplied in app 111.
    Export app 110 with bash command:
    $ java oracle.apex.APEXExprt -db xxx.private:1521:XE -user apex_040100 -password `cat secret.txt` -applicationid 110 -skipExportDate -expTranslations
    Import with this script (as apex_040100 user)
    declare
    l_workspace_id number;
    begin
    select workspace_id into l_workspace_id
    from apex_workspaces
    where workspace = 'PROD';
    apex_application_install.set_workspace_id( l_workspace_id );
    apex_application_install.set_application_id(111);
    apex_application_install.generate_offset;
    apex_application_install.set_schema( 'PROD' );
    apex_application_install.set_application_alias( 'FPROD_APP' );
    end;
    @../f110.sql
    Workaround:
    Run this script before each import:
    DELETE FROM apex_040100.WWV_FLOW_DYNAMIC_TRANSLATIONS$
    WHERE flow_ID = 111;
    If it is not a bug, please, explain me better way to workaround it for me.
    Vladimir

    Hi Vladimir,
    +>> Hello, apex team and Joel Kalman.+
    Actually, it's Kallman. But I'm not complaining...I get plenty of emails from within Oracle addressing me as "Joe".
    This is definitely a bug. It isn't disastrous, but it's slightly worse than you even presented. I found that if you manually delete an application from within the Application Builder, the dynamic translations remain as well. They could potentially be orphaned forever.
    Your workaround, while not recommended to directly manipulate the APEX schema, would clear up the excess data. Also, a way to reduce the effects of this problem is simply to set the offset to what was initially generated the first time you imported application 110 as 111.
    I didn't write this logic, but I'll fix it. There isn't a FK on this table and I believe there should be.
    Bug 13801751 is filed, to be fixed for APEX 4.2.
    Thanks for reporting this.
    Joel

  • Cannot copy applications from Disk Images to Applications Folder

    I downloaded a couple of applications that I use to my hard drive today and then tried to copy those applications from the disk images to the Applications Folder. In both cases, the copy process got partially completed and stopped with an error message that the item already existed in the destination. This happened even though I had made sure to delete the old application and empty the trash. It also happened with a completely new application that I had never had on my hard drive before.
    I then tried to copy the application to the desktop and it got partway done and then stopped with a message "The operation cannot be completed because an item with the name "Path Finder4" already exists."
    I then tried to copy it to an empty folder...same error.
    I am running as Administrator and have had no problems with Leopard for the past week until this.
    I suspected permissions and tried to boot from the Leopard Install DVD and repair permissions but repair permissions was greyed out. I ran "Verify Disk" and it said I needed to run "Repair Disk". I tried that but it failed while trying to reconstruct the B-Tree.
    I am now going to try Disk Warrior (booting from a bootable TIger backup) but I wondered if anyone was having similar problems?

    UPDATE: Disk Warrior found a lot of errors, but said it was able to fix all of them, so I told it to rebuild the directory. It did so successfully and then I rebooted to see if it did in fact work.
    The bootup was considerable faster (no doubt a result of the cleaner directory?) and I was then able to copy the application that I downloaded from the Disk Image to the Applications folder.
    So I am running again...seems o.k...but for obvious reasons I am nervous!

  • Bug report: sql developer/application express application import

    I noticed some bugs on deploying an application using sql developer 1.5.1-5440.
    Using a single file deployment generated by apex including install/upgrade/remove scripts: Here's what happens:
    # I tried installing version 1.1 of my application already existing. Connected to the parsing schema of the version 1.0 I can clearly see my app "dashboard(101)"
    # using sql dev I tried an application import. Using the following import options buildstatus =runonly, autoassign app_id and checked run install scripts
    # The install runs, but instead of using the upgrade script it simply runs the install script causing a lot of errors of course since the objects already exist in the schema
    # After this installation the application is visible in the workspace using a browser dashboard(102), however it remains invisible in sql developer where i can still only see dashboard(101)
    After this failure I decided to go ahead and try once more doing the same thing but now just not check run install scripts.
    To my amazement it still runs the install scripts???
    Now I have 3 application showing in the browser and still only 1 in sql developer
    Final problem with sql developer is that I choose to drop dashboard(101) it only deinstalls the application. It does not run the deinstall script for supporting objects included in dashboard(101).
    All this makes an easy deployment a real hassle, since the browser interface can't handle a run only apllication with supporting object as all (it simply doesn't run the install script) I need to use sql developer, which is then fine for the first install, but then doen't upgrade properly. Finaly deinstalling a run only application again is impossible from a workspace and does work from sql developer, but then you still have to do the deinstall of the db objects manually.
    I know as an apex admin I can work arround al this by switching the build status etc etc, but then again I can do anything if I'm apex admin and db sys.Point in having a single file deployment is allowing a novice user to easily install.
    Geert

    Hi Scott
    Thanks for the reply
    sspadafo wrote:
    Run Only applications don't show up in the application list because they should not be editable. But perhaps it could display an icon indicating that.In my opinion they should and they do. The single app that is appearing in the list in sql developer is run only. Having it here allows me to select drop amongst other functionality the browser interface currently still lacks. Even when I drop all apps and than reinstall them again it seems like I can only see 1 version of an app with the same name.
    sspadafo wrote:
    The problem you described where you can't use the Application Install wizard to install supporting objects if the application is set to Run Only should be fixed in the upcoming 3.1.2 release/patch.I've installed the patch and I'm afraid the patch is no good either. Indeed is has improved. After the app installs it shows the supporting object dialogue. But if you then select yes and press Next it does absolutely nothing and redirects tot the application showing Application not available for edit.
    So if you would be so kind to reopen bug 7286162
    So while I'm on this section in my opinion the following bugs exist/features are missing
    SQL Developer interface
    # Not all application for parsing schema are shown in connection explorer. It seems like it can multiple show apps with different names only not when you install the same app twice with different app_id's. Then it only show the lowest app_id.
    # Installing runonly app with supporting objects installs supporting object regardless of option selected
    # Installing runonly app with upgrade scripts ignores update scripts and runs install scripts regardless of "install supporting objects" checkbox's state
    # De installing app shows unpredictable behaviour for running deinstall scripts. It seemingly prompts random. Sometimes it does, sometimes it doesn't. When it does show I get behaviour like initially prompting for running deinstall script, failing to run deinstall script, causing neither app or objects to be dropped, on retry not showing prompt anymore and only dropping app.
    Browser interface
    # Installing a runonly app always finishes with a white page showing only Application not available for edit instead of showing a proper installation summary
    # Installing a runonly app still prevents installation of supporting objects
    # De installing a runonly application is not possible. Possible a button for de install could be included on page 4000:733
    # Unable to perform important application level task from workspace like changing status, alias, global notification, proxy \\      (which are all available in the sql developer interface and imho could all be added to page 400:733 of the browser interface)
    Hope this helps,
    Geert

  • BUG REPORT: About Util.arrayFillNonAtomic in jcwde.jar

    Hi, I think i get a bug about Util.arrayFillNonAtomic,
    for example:
    offset = 0;
    offset = Util.arrayFillNonAtomic(myData,offset,(short)5,(byte)0);
    offset must return 5, but in PC simulator(like used eclipse+junit+jcwde.jar+api21.jar) return is 4 ?�Idownload the applet into java card , return is 5.
    here is why error:
    the code Util.arrayFillNonAtomic in jcwde.jar is :
    public static final short arrayFillNonAtomic(byte bArray[], short bOff, short bLen, byte bValue)
    throws ArrayIndexOutOfBoundsException, NullPointerException
    byte tester = bArray[bOff];
    if(bLen < 0)
    throw new ArrayIndexOutOfBoundsException();
    while(bLen-- > 0)
    bArray[bOff++] = bValue;
    return (short)(bOff + bLen);//error. must return bOff,not bOff+bLen!! here bLen = -1.
    rgds

    bouye wrote:
    Thanks for the suggestion and let's hop they put some process to prevent similar issues from hapening again in the future.False hope. Programming is hard, release management is hard, testing is hard, people make mistakes, budget restrictions cause mistakes to slip through, etc. etc.
    The most important factor in all this really is us and more specifically our willingness to properly report problems.

  • Bug reported but no acknowledgement from Adobe

    Hi,
    I have identified a bug in DW but there is still no acknowledge by Adobe Engineering Team. So what was the point of reporting when there is no efforts on their part to acknowledge such reporting.

    The dicussion has thrown up a BUG but we were busy correcting it. It is the Insert>Data>Insert Record. POST is captilised. when it should only be lower case (I think you remember we had this conversion).
    It is in the panels as well. So if you hand coded it you wouldnt have put it in the form action as captialised POST but lowercase POST. The panel does that. Hence, if you automate and generate the code from the insert record in the server side behaviours panel you get this.
    I remember this conversation, and you are confused.  The insert record server behavior DOES NOT WRITE ANY HTML. It requires that you have a page that already has a form on it.  Try this -
    1.  Create a new PHP page.
    2.  Save it.
    3.  Try inserting an insert record server behavior on this new page.
    You are told that before using this behavior, you must first insert a form.  That means that *you* are the one responsible for putting an uppercase "POST" in the form's method attribute if that is what you are referring to.  If, however, you are talking about PHP's use of the auto-global $_POST, then that is supposed to be uppercase. Neither of those is a bug.

  • Is it a bug? About Import application.

    At First, I created a user named "APP1". And I logon with it. Imported an application using export file. The application id is 102.
    Then I created another user named "APP2" , imported the same export file. It tell me the application has existsed. OK, I know the application id cannot be repeated.
    Drop the use "APP1", I think the application 102 will be droped cascade. But when I imported it again, the error still exists.
    I want to know whether it's a BUG ?!
    Message was edited by:
    thinhair

    Hi Yang,
    I did not droped the user use WEB CONSOLE, but SQLPLUS command line: "DROP USER APP01 CASCADE;"good catch :).
    Yeah, you will be right.
    DROP USER APP01 CASCADE; is a "native" Oracle command that bypasses the "XE" application. Thus it will not cleanup the implicit workspace and application.
    I will start a new thread on how to remove the implicit workspace programmatically. This will be useful in the future to do the cleanup manually.
    Greetinx, ~Dietmar.
    Message was edited by:
    daust_de: this is the new thread: How to clean up APEX workspaces after "drop user cascade"?

  • Run report in Oracle Application from command line

    Hi All,
    I have a requirement that i have to generate a report through command line and save the output as pdf in a folder on the server. How can i achieve this task. Is any body have some idea plz reply quickly. We have a UAT at 10th of this month.
    Thanx in Advance.
    Saquib Mahmood

    Hi,
    You can use CONCSUB (or SQL*Plus with anonymous PL/SQL block calling fnd_request.submit_request) to submit concurrent request which is a report with output set to PDF, then get the pdf file from $APPLCSF/$APPLOUT/o<request_id>.out and copy to the folder on the server as xxxx.pdf.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Bug report: "convert to pdf" from explorer on set of .psd files prints documents on physical printer

    I've recorded a tiny screen video to show this bug:
    Please note,that printer window error 6000 is as expected (since I don't actually need to print this stuff).

    I have a little speculation about this. Maybe...
    I speculate that Acrobat will offer "convert to Adobe PDF" for any file where it finds a "print" verb available in the Windows shell. Acrobat assumes it can to a ShellExecute printto Adobe PDF. (It works for files you can drag to a specific nondefault printer in the printers control panel).
    So, Acrobat doesn't understand PSD files and Photoshop doesn't know anything about Acrobat (though it can of course save as PDF, no connection to this). But because Photoshop offers a service to Windows, and Acrobat tries to use that service unsuccessfully, we end up with this mess.
    So, Acrobat may offer conversion for whole classes of file which are quite surprising; and it won't always work (generally for a whole class of file).
    End of speculation.

  • Updates or install of applications from disk won't install.

    Hello.
    Tried running a software update on my recently already archived and installed Macbook. Neither the Safari or iTunes would install. Tried installing older version of iTunes (deleted iTunes 8 due to problems) and that wont work. When I did a software update, it did manage to update a security feature but not the applications. I have repaired disk permissions and tried installing again and no joy. I don't want to have to archive everything again. Please help.
    LadyCoco.

    Hi LadyCoco, and a warm welcome to the forums!
    To install earlier versions of APPs, or to have Software Update recognize you're not up to date, you generally have to delete the PKG stub in Library>Receipts for that item.

  • Having a problem installing any CS 5.5 application from disk. Get a Runtime error. Any suggestions?

    The error message says:
    Runtime Error!
    Program: C:\Temp\AIR9923.tmp
    This application has requested the runtime to terminate in an unusual way.
    I get the same message for every application I try and install.
    InDesign CS5.5 is already installed.
    Running Windows 7.
    Any help please?

    Thanks for the suggestion.
    I have re-installed the latest version of AIR and still get the same problem. The instillation crashes every time while it's trying to install the Abobe help files.

  • BUG report about Spry.Effect.Highlight

    When the Spry.Effect.Highlight effect is not accomplished,
    and click the trigger link, will report the error "startColor
    undefined".

    Can you please elaborate? Which "trigger link" do you mean?
    Are you using the Spry 1.4 release?

  • Bug report about create new footprint with Rounded rectangle in 3D info Bottom

    I create new footprint with rounded rectangle in 3D info Bottom,the rounded rectangle must be in bottom,but In fact,the rounded rectangle
    created in top layer.i think it's wrong.
    I used ultiboard 10.1.357.

    Hi,
    Thank you for reporting this. This has been a long standing issue with Ultiboard and we are looking into resolving this.
    There is a work around although a very inconvenient one. You can set the height to what you require and use a negative offset to move the shape to the other side of the board. The 3D shape will appear on the other side, but in reality is just shifted, not mirrored.
    Hope that helps. We apologize for the inconvenience.
    Yi
    Software Developer
    National Instruments - Electronics Workbench Group

  • Bug Report: fck_link.html missing from apex download distro

    Hello folks,
    I'm using the "Starndard HTML Editor" item in Apex 3.0
    I'm trying to edit a link in the body of the item textarea. The pop-up does come up but I get the following error inside the window:
    Not Found
    The requested URL /i/fck/editor/dialog/fck_link.html was not found on this server.
    I double checked original apex download (apex_3.0.zip) and this file seems to be missing from the source.
    Can anyone please attach this file so users can download?
    Thanks a lot.
    -Alex

    Hello folks,
    I'm using the "Starndard HTML Editor" item in Apex 3.0
    I'm trying to edit a link in the body of the item textarea. The pop-up does come up but I get the following error inside the window:
    Not Found
    The requested URL /i/fck/editor/dialog/fck_link.html was not found on this server.
    I double checked original apex download (apex_3.0.zip) and this file seems to be missing from the source.
    Can anyone please attach this file so users can download?
    Thanks a lot.
    -Alex

Maybe you are looking for

  • Help Error 2122

    I can no longer burn CD's in iTunes. I have version 6.04. I was able to burn CD's before I upgraded. I have an Aopen DUW 1616/ARR with firmware verison 1.03 installed. I have all the correct drivers installed. I am a computer tech and this is actuall

  • Problem with E-mu on Windows 7!

    Hi everybody! I've just bought E-mu Tracker Pre USB 2.0 interface. I'm working on a system Windows 7 Home Premium 32 bit and have some problem. Exactly the point is that when I plug the MXL 990 Microphone, I have a large noise in cool edit 2.1. B

  • Broken links with PDF Portfolio

    When I've created links within Adobe Acrobat to another document that's already within the Adobe Portfolio sometimes the links don't properly source to the correct page number. Instead, the link will source to the correct document but then filter to

  • WDA application on Intermec

    Dear All, I had developed WDA application which is running fine in INTERMEC POCKET PC , but while scanning ONENTER EVENT which has been defined on input field is not getting triggered. But application such as BSP, ITSMOBILE AND SAP console are respon

  • Simple Transformations : Table parameters

    Hi experts, I'm working on a Simple Transformations and I can't figure out how to access a table parameter from it. The Help section on the PARAMETERS addition for the instruction CALL TRANSFORMATION says : You can use this addition to bind ABAP data