.ear file re-deploy uses old staging files in 8.1

Hi All,
Issue: Everytime we deploy new .ear file, we have to redeploy the .ear file from console.
Issue details: We recently upgraded to WLS 8.1 SP3 from WLS7.0 SP5. After the upgrade we noticed a problem when re-deploying the .ear file. We put the .ear in the applications directory (we are running the server in development mode) When we deploy, there is a directory <appname>/stage that is created which contains the exploded .ear file. This is then used for creating the directory .wlnotdelete. If I make a change to the application, whether it is in a jsp, properties file or java code, and create a new .ear in the applications folder and re-deploy, the new changes appear not to be picked up. The new .ear file is not exploded into the stage directory unless I remove this directory and its contents.
Thanks,
Srinivas

This seems a bug to me. Please file a support case.
Jason

Similar Messages

  • Tomcat Web-server uses old .class files

    Hi Friends,
    My Tomcat webserver uses old .class files. The problem persists even if I delete old class files. The new ones are formed but then if i again recompile, the new-old ones are used :)
    Am I doing something wrong????
    Please suggest!!

    I have experienced this problem before as well. Tomcat seems to cache compiled class files for better speed. To get Tomcat to reload class files that I've recently recompiled here is what I do:
    1. Go into the Tomcat server administration area (http://localhost/admin)
    2. Choose the context that is using the classes that you want to reload (from Service / Host)
    3. Make sure reloadable is set to true
    3. Click save, and then commit changes
    Hope this helps, but if there is a better way to get Tomcat to use the most recent class files I would love to hear it!

  • How do I use old data files with a new installation in Oracle 9i

    I am in an unenviable position, with an unsupported database.
    We are running Oracle 9i on Windows XP. We are upgrading soon to Oracle 11g on a newer platform, but need to get our development environment working first.
    We lost a system that was running our development database without having a database export. The C drive was placed into a new system as the D drive.
    I have loaded Oracle 9i on the C drive, but I have been unable to determine how to point it to the existing data files on the D drive. My search skills may be the limiting factor here...
    We cannot simply load the drive as C, since the hardware is different.
    What are the steps to point the new database software at the data files on the D drive? Or, how do I copy the old data files into the new Oracle Home and have them recognized properly?
    Thanks for any advice.

    user3930585 wrote:
    I am in an unenviable position, with an unsupported database.
    We are running Oracle 9i on Windows XP. We are upgrading soon to Oracle 11g on a newer platform, but need to get our development environment working first.
    We lost a system that was running our development database without having a database export. The C drive was placed into a new system as the D drive.
    I have loaded Oracle 9i on the C drive, but I have been unable to determine how to point it to the existing data files on the D drive. My search skills may be the limiting factor here...
    We cannot simply load the drive as C, since the hardware is different.
    What are the steps to point the new database software at the data files on the D drive? Or, how do I copy the old data files into the new Oracle Home and have them recognized properly?
    Are you stating that you don't know how to use COPY command?
    Can you recreate same directory structure on new C drive as exist on old C drive?
    Can you then drag & drop copies of the files?

  • Skype for Modern Windows uses old P2P file trasfer...

    The old P2P file transfer mode is not supported on Skype for Windows Phone. Only image file transfer using the new Cloud-based mode is supported. Older Skype devices are not capable to send files using the Cloud-based mode. This means that you can only receive image files sent from latest Skype versions installed on Windows/Mac computers and newer smartphones.
    When o when do we get an update from Skype for Modern Windows wich can use the new Cloud based transfer mode, even within Skype translate this is not the case so i have no hope. But we never know so Skype people do your best ........

    Hi,
    Thanks for your feedback. We will continue to add more features during the regular updates through the beta phase. Stay tuned.

  • Tag files cannot be used in tag files?

    Hello,
    Is it possible to invoke tag file from other tag file in the project? Is it allowed by spec?
    1. Create empty project with JDeveloper.
    2. Create tag file tagFile1.tag using wizard.
    3. Create tag file tagFile2.tag using wizard.
    4. Drag TagFile2 tag from toolbar to tagFile1.tag in editor pane.
    tagFile1.tag is:
    <%@ taglib tagdir="/WEB-INF/tags/" prefix="tags"%>
    <%@ tag pageEncoding="UTF-8"%>
    <tags:tagFile2/>
    tagFile2.tag is:
    <%@ tag pageEncoding="UTF-8"%>
    5. Try to rebuild the project - compilation fails
    Error(3): Unable to instantiate tag: tags:tagFile2 (class: oracle.jsp._tag._tagFile2_tag) Make sure that the tag class is available and that the tag library containing the class is not excluded from this application.
    Error(3): Unable to find class for bean: null defined by tag with class: oracle.jsp._tag._tagFile2_tag
    Is it a bug of JDeveloper or OC4J or am I duing something against the spec?

    Was this issue resolved? I have getting the same error message with my custom JSP tags. It worked when I use JDev 9.0.5 but not when I moved it over to JDev 10.1.3.1
    Error(87): Unable to instantiate tag: app:checkPermissions (class: pathname.CheckPermissionsTag) Make sure that the tag class is available and that the tag library containing the class is not excluded from this application.
    Error(87): Unable to find class for bean: null defined by tag with class: pathname.CheckPermissionsTag

  • Issue with the sender file interfaces when using UTF-8 files

    Hello experts,
         We are having number of File to SAP interface scenarios in our business process. In the past, we are having the files coming to us in ASCII text format. Recently, because of the business process change(to handle multiple languages like Chinese), we are getting now the same files in UTF-8 format. So, we have changed the attribute File Type in the sender communication channel from Binary to Text and used encoding format as UTF-8.
    Now, when we see the processed files in PI, we are missing the Header record in the message. For example, we have the PO interface in the following format:
    Identifier     Information
    H     PO header information
    I     PO Item information
    I     PO Item information
    Once the file adapter picks this format kind of file and when we see the XML message in PI, it is just having only two Items information. The header part is not coming to PI at all and the message is trying to get processed inside SAP and therefore interface is failing.
    Additional observations made:
    u2022     We have checked the Document Offset field value too; it is initial for the interface.
    u2022     We added an empty line in the UTF-8 text file, it worked fine. But, this is not an ideal solution for us, because the system which generates these files, canu2019t handle it.
       Does any one has observed this kind of problem before? If so, can you please help me ...
    Thanks,
    Adithya K

    Thanks for all the information. Currently i've tried to use both modules (TextCodepageConversionBean and XMLAnonymizerBean) in my Sender File Adapter, but for now without any result...
    To describe the situation: i am using flatfiles which i am fetched from the file system (NFS) by the Sender File Adapter. To translate the characters to the XML strucutre, the File Content Conversion protocol is been used.
    The content conversion defines the structure base on the first two characters on each row in the flat file. This worked fine till one of our suppliers is delivering BOM characters like "EF BB BF" in the beginning of the file.The content conversion is not able to recognize my header characters in this situation, which will normally start with "01".
    Any suggestions?

  • Dreamweaver CS6 uses old, deleted files: How can I get rid of them?

    Hi Everyone,
    this is my first posting... I have a problem that is really annoying. Using Dreamweaver CS6 on a Win-7-64bit desktop computer, I had external help for transferring a website into html5 and CSS3. When the site was nearly done, I imported the whole site and worked on it by myself using Dreamweaver CS6. This worked well, until I had external help again in the index.html file. I imported the new index.html file that was worked on externally, but dreamweaver does not allow this: It keeps showing the old index.html file that I had deleted before, even when I try to re-import the site etc. In the web, I found that it might be helpful to remove the file history using regedit. I did that, and also tried my very best to remove every remnant from the old version, aftzer that, used CCleaner and Tuneup Utilities 2014, and again, this did not help. I then thought the only way would be de-installing Dreamweaver CS6, again cleaning my whole computer for any probably remaining filed or .bak files, and then after several re-starts and cleaning processes, I re-installed Dreamweaver CS6, in the hope it would work now. However, Dreamweaver again came up with the same problem. Somewhere in the mists of the harddisk, dramweaver still must have access to long deleted files, and again does not allow me to work on the new corrected index.html file. Does anyone of you have an idea how I can get this working properly? Thanks sincerely in advance, and best regards from the Salzburg Lake District, Giraldus

    Something seriously strange is happening on your system.
    You deleted the index.html file from your machine and DW is somehow still opening it?
    Can you have both the new and old one open at the same time within Dreamweaver?
    If so, go into Source View and copy all the code from the new one. Highlight and delete the code from the old file and paste the new code in. Hit Save on the old file.
    If that doesn't fix the issue, you'll need to contact your IT guy to have the wombats cleared out of your system. DW only works with the files on your hard drive, it doesn't store them, so if you've tried to delete something and DW can still see it, it's still on your system (the deletion attempt failed). You may have some kind of permissions issue or something more serious going wrong with your OS.

  • Recover Datafile Using Old Control File in New Instance

    How to Recover Datafile in condition :
    Old Instance was dropped but old controlfile still exist to new instance.

    SigCle wrote:
    If there is RMAN .bkp backup, I won't post a thread in here, and just do :
    RMAN> STARTUP FORCE MOUNT;
    RMAN> RESTORE DATABASE;
    RMAN> RECOVER DATABASE;
    RMAN> ALTER DATABASE OPEN;
    The fact is there is no RMAN backup at all. Old database just dropped and uninstalled careless by my friend.
    Fortunately there is still oradata folder(contain of control files and all datafiles).
    But, I don't know to restore it manually and by system. I don't know file id of each datafile.
    Helps / clues very appreciated.Well.If you have all control/online log/data files then there is no problem(also if you do not have pfile then create it manually according sample file).If your system is windows then create instance using oradim as
    set ORACLE_SID=<SID>
    oradim -new -sid <sid name> -intpwd <syspass> -pfile <pfile location>
    sqlplus "/as sysdba"
    startupif linux/unix then
    export ORACLE_SID=<SID>
    sqlplus "/as sysdba"
    startup

  • Is it possible to downgrade using old firmware file?

    I own an iPhone 5s running iOS 8.1 and am very unhappy with the new firmware, mainly because I've been experiencing battery drain. I have the 7.1.2 ipsw file from when i first updated to iOS 7.1.2, could I be able to downgrade with this? Is this firmware still "signed" ? Just to be clear, it was downloaded in August, before the public release of 8.0.

    So, you've gone as far as to follow all the steps in the article I linked, and also backed up the device and restored it as new, per this article: [Set up as a new device - Apple]?
    If you have literally done all of this, then explain the amount of battery drain you're encountering.
    Also, you can try this controlled test:
    This test is best done overnight, because of the time involved.
    - First, charge up the device to 100%.  To enable the percentage indicator, go to Settings > General > Usage, and turn on Battery Percentage.
    - Once the device is charged to 100%, make sure to close out all Apps that are running on the device.  In iOS 7/8, you close out running apps by double-tapping the Home Button, and then swiping your finger up across the preview screen of each app to move it off the top of the screen.
    - Then, turn off Wi-Fi, Bluetooth and cellular data. Settings > Wi-Fi > Wi-Fi: OFF, Settings > Bluetooth > Bluetooth: OFF, & Settings > Cellular > Cellular Data: OFF.  This will not prevent you from receiving any phone calls, although it will may text messages.  If you want to still be able to get text messages overnight, leave Cellular Data ON.
    - Go back to the Home Screen, and take a screenshot.  Press both the Sleep/Wake button and the Home button together briefly, and you will see the screen flash white for a split-second, and an image will be saved to your Photo App Camera Roll.
    - Disconnect the iPhone from the charger, and lock the screen so it is dark.
    - Let the iPhone sit in this ‘standby state’ for as long as possible, preferably overnight.
    - In the morning, unlock the screen, and then take a screenshot of the Home Screen again.
    These two screenshots will help to document how long the device was in standby mode, and how much battery percentage was used.

  • 'Open URL or file' - how to use a relative file path?

    I have a click box on a slide that I want to use to open an instance of a file (ie a PDF, a JPG, etc) in a new window, then when the user closes the window the Captivate demo continues.
    My plan is to distribute this file with the published project and have it sit in the same folder as the project files.
    I think that I have worked out all the processes to do this except how to correctly set up the click box.  In the click box properties I have 'Open URL or file' on success, but how to enter the information in the URL text box is challenging me.  An absolute path to the file on my computer works fine.  Can I specify a relative path so Captivate defaults to using a file stored in the same folder as the published project?
    I have attached a sample of the file I want to use.

    Hi there
    See if the link below helps.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Where are BLOB Files stored when using redo log files.

    I am using Archive Log Mode for my backups. I was wondering if Blob files get stored in the redo log files or if they are archived somewhere else?
    Rob.

    BLOB are just columns of some tables and are stored in related tablespace table by default in their own segments. Changes to BLOB columns are also stored in redo log more or less like any other column.
    See an short example for default LOB storage in Re: CLOB Datatype [About Space allocation]
    Edited by: P. Forstmann on 27 avr. 2011 07:20

  • How can you keep the file name when using "Download Linked File As..."?

    I'm a longtime PC user finally making the transition to Mac.  Some of the tasks that seemed so simple in Windows have really stumped me!  One of the tasks I do frequently is download files into specific folders.  After much looking, I finally found the "Download Linked File As..." option if I right-click on the download link.  The problem is, when I choose this option, I lose the file name.  I get a window in which I can choose the desired folder, but the filename is always "0".  If I want to keep the filename (and I usually do), I have to type it in manually.  Is there anyway around this?

    You can post a screen shot by clicking on the liitle Camera icon above your reply.  :)
    Just checked on 10.7.4+, still the same, something is borked about your install, to see if we need to re-install...
    To find out if it's system wide or user specific, try this...
    Open System Preferences>Accounts, unlock the lock, click on the little plus icon, make a new admin account, log out & into the new account.
    Does it work in the new account?

  • How old data file replace with new 10g installed datafile

    Sir
    I my 10g is corrupt
    I copy all 10g folder in other my usb and install new 10g with same name
    I want to use all old user and data from usb
    Please give me which folder or datafile change with new file
    Old 10g database file mfa10g
    New 10g database file mfa10g
    How use old data and user
    Please give me step by step detail
    Thank you

    Before I attempt to answer,answer the following questions
    1)Which o/s you are working upon?
    2)When you say files are corrupted,which files are corrupted,database files or software files?
    3)Which files you have copied?Your oracle database files ?
    For the last part,
    Please give me which folder or datafile change with new file
    Old 10g database file mfa10g
    New 10g database file mfa10g
    You can't just put one file from somewhere and "plug-in" with your database.Either you have to recover that file which has another complications or you have to restore the entire old database.
    Answer the questions that I have just asked.This will help for a better answer .
    Aman....

  • How to use Parameter from file in window env

    hi All,
    Please tell me the how I can get Parameter from Saved file and can use in other file.
    EX:
    I want to use Password file for each instance like
    ORCL-manager
    ORCL_1-tiger
    ORCL_2-*****
    how to call this file in other file. using pasword for instance
    any help would be appereciated.
    Regards,

    You can use SFTP for this.
    This is a way of implementing SFTP in SSIS using standard tasks 
    http://visakhm.blogspot.in/2012/12/implementing-dynamic-secure-ftp-process.html
    also see
    http://blog.goanywheremft.com/2011/10/20/sftp-ftps-secure-ftp-transfers/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • ORA-27086: unable to lock file - already in use

    Hi All,
    Can any one having Idea about this Error while Upgrading from 9.2.0.4.0 to 10.2.0.2.0 on AIX 5.2 after software Installation before patch set apply when i try to start the Database im Getting this Error Below
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 784334848 bytes
    Fixed Size 2022384 bytes
    Variable Size 550634512 bytes
    Database Buffers 229507072 bytes
    Redo Buffers 2170880 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Alert_LOG
    Mon Jul 3 09:17:15 2006
    ORA-00202: control file: '/oracle/QAS/sapdata1/cntrl/cntrlQAS.dbf'
    ORA-27086: unable to lock file - already in use
    IBM AIX RISC System/6000 Error: 13: Permission denied
    Additional information: 8
    Additional information: 26492
    Please Help me..........
    Ahmed

    check do u have proper permission to access this file?
    and also check whether Is this file is access by 9i database or not.if this is the condition then shutdown the database and startup from 10g home.
    27086, 00000, "skgfglk: unable to lock file - already in use"
    // *Cause:  the file is locked by another process, indicating that it is
    // currently in use by a database instance.
    // *Action: determine which database instance legitimately owns this file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for