Mobing file, file reference not updated

I have created two directories, dir1 and dir2. In dir1 i created a file called test.txt. I then moved test.txt from dir1 to dir2 using:
if(testFile.renameTo(new File(dir2,testFile.getName())))
       System.out.println("File sucessfully moved");
else
     System.out.println("File NOT sucessfully moved");and i get the "File sucessfully moved" message. I also look at the file in explorer and it has indeed moved.
When i then try to read some of the attributes of the file, using the:
System.out.println("testFile path:"+testFile.getPath());
System.out.println("testFile name:"+testFile.getName()); They return the old values, ie that testFile is still in dir1.
I tried introducing a 10 second delay to see it was a update problem, but it is still getting the old value.
Any ideas?
Possible relevant info:
WinXP Pro SP2
java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode)

Corect. It's not a reference to the file. It's just a wrapper for a pathname and some methods to operate on the actual file that corresponds to that path name.

Similar Messages

  • Music files are not updating in nokia n-79.

    I added mp3 files to my mobile nokia n79,but files is not updating in music library,when we refresh manually it nont stops saying "0 file added"...,but when i play songs in filemanager it plays well..pls help me out of this ASAP.

    Try the procedure mentioned here:
    /t5/Nseries-and-S60-Smartphones/Can-t-refresh-N97-music-library/ta-p/948327

  • SQL 2008 R2 - Mirror sys.master_files data file size not updating

    Hi,
    I have an odd issue where the primary server is SQL 2008 R2 SP1 and the secondary is SQL 2008 R2 SP2. I have databases mirroring between these servers. We recently moved the log file on the secondary to a different drive. The file sizes match and are updating
    exactly the same between both servers. The mirror monitor shows the mirroring successful and everything is up to date. When we check the sys.master_files tables on the mirror, the size of the data file has not updated since moving the log file. Tried restarting
    SQL but not joy.
    Anyone have any ideas?
    Thanks
    Rob

    Hi,
    I would say you wait for some time it would get reflected I have seen this with sys.master_files they are updated late. Like when you delete heavy data, data would be gone but space captured by data would be  released slowly due to internal ghost operation
    cleaning and after this operation completes sys.master_files catalog is updated I guess this is what happening here as well , this is pure speculation. I will stick to this thread please look for a day and then update again
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Remote file template not updating on website

    Hello I am very very new to dreamweaver and have been handed a website that I have to maintain and make changes to.
    The website uses a template called index with further nested templates as shown
    The index template contains the code for the Menu Bar and footer and although I have been able to make other updates and changes I am finding that any changes to the code on this template do not show up on the site. The strange thing is that both the local and remote code has updated as I would like it is just the website itself that is not changing. When I view the website source code it is different to the remote file code. I assume that the link between the two is somehow broken but I do not know how to fix it. Is there a trick to fixing such a problem or am I wrong about this being the problem?
    Here is the remote file code which is that same as the local code - I have out the code that is not updating in bold and underlined it:
    <body>
    <div class="container">
      <div class="header">
        <div id="header_top">
          <div id="text_only"><a href="http://www.genesi-fp7.eu/betsie/parser.pl">Text-only</a> </div>
           <div id="admin"><a href="../admin/index.php">admin</a> </div>
          <div id="search"><a href="../webpages/search/search.html">search</a></div>
          <div id="header_middle">
            <div id="logo_left"><img src="../images/500px-Flag_of_Europe.svg.png" alt="European Union" width="167" height="111" border="0" /></div>
            <div id="logo_middle"><img src="../images/Genesi_Logo.png" alt="GENESI" width="620" height="111" border="0" /></div>
            <div id="logo_right"><a href="http://cordis.europa.eu/home_en.html"><img src="../images/fp7.png" alt="Seventh Framework Programme" width="154" height="111" border="0" /></a></div>
          </div>
          <div id="header_bottom">
            <ul id="MainMenu" class="MenuBarHorizontal">
              <li><a href="../index.html">home</a> </li>
              <li><a href="../webpages/news/news.php">news</a></li>
    <li><a href="../webpages/programme/programme_wp1.html">programme</a></li>
    <li><a href="../webpages/consortium/consortium_0.html">consortium</a></li>
    <li><a href="../webpages/downloads/downloads.php">downloads</a></li>
    <li><a href="../webpages/links/links.html">links</a></li>
              <li><a href="../webpages/contact/contact.html">Contact</a></li>
            </ul>
          </div>
        </div>
        <!-- end .header --></div>
      <!-- TemplateBeginEditable name="mainSection" -->
      <div class="mainSection">
        <h1>here is the main section </h1>
      </div>
      <!-- TemplateEndEditable -->
      <div class="footer">
        <div id="footer_top">This project is co-financed by the <a href="http://ec.europa.eu/index_en.htm">European Commission</a> and made possible within the <a href="http://cordis.europa.eu/fp7/home_en.html">VII Framework Programme</a></div>
        <div id="footer_middle">Page maintained by <a href="mailto:[email protected]">Molly Buckingham</a> &middot; Last update: <!-- #BeginDate format:En2 -->03-Apr-2013<!-- #EndDate -->
        </div>
        <div id="footer_bottom">
          <div>&copy; 2012 <a href="../webpages/consortium/consortium_1.html">G.EN.ESI Consortium</a> &middot; <a href="../webpages/footer/Disclaimer.html">Disclaimer</a> &middot; <a href="../webpages/footer/privacy_notice.html">Privacy Statement</a></div>
        </div>
        <!-- end .footer --></div>
    And here is the source code from the website - again the code is underlined and in bold
    <!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div class="container">
      <div class="header">
        <div id="header_top">
          <div id="text_only"><a href="http://www.genesi-fp7.eu/betsie/parser.pl">Text-only</a> </div>
           <div id="admin"><a href="../../admin/index.php">admin</a> </div>
          <div id="search"><a href="../search/search.html">search</a></div>
          <div id="header_middle">
            <div id="logo_left"><img src="../../images/500px-Flag_of_Europe.svg.png" alt="European Union" width="167" height="111" border="0" /></div>
            <div id="logo_middle"><img src="../../images/Genesi_Logo.png" alt="GENESI" width="620" height="111" border="0" /></div>
            <div id="logo_right"><a href="http://cordis.europa.eu/home_en.html"><img src="../../images/fp7.png" alt="Seventh Framework Programme" width="154" height="111" border="0" /></a></div>
          </div>
          <div id="header_bottom">
            <ul id="MainMenu" class="MenuBarHorizontal">
              <li><a href="../../index.html">home</a> </li>
              <li><a href="../news/news.php">news</a></li>
    <li><a href="../programme/programme_wp1.html">programme</a></li>
    <li><a href="consortium_1.html">consortium</a></li>
    <li><a href="../downloads/downloads.php">downloads</a></li>
    <li><a href="../links/links.html">links</a></li>
              <li><a href="../contact/contact.html">Contact</a></li>
            </ul>
          </div>
        </div>
        <!-- end .header --></div>
      <div class="mainSection">
        <div class="SubMenuBar">
          <ul id="SubMenu" class="MenuBarVertical">
             <li><a href="consortium_1.html">Universit&agrave; Politecnica Delle Marche</a></li>
          <li><a href="consortium_2.html">Granta Design Ltd</a></li>
          <li><a href="consortium_3.html">Faber s.p.a.</a></li>
          <li><a href="consortium_4.html">Sibuet Environnement</a></li>
          <li><a href="consortium_5.html">Bonfiglioli Vectron Gmbh</a></li>
          <li><a href="consortium_6.html">ENEA</a></li>
          <li><a href="consortium_7.html">University of Bath</a></li>
          <li><a href="consortium_8.html">Grenoble Institute of Technology</a></li>
          </ul>
        </div>
        <!-- InstanceBeginEditable name="content" -->
        <div class="content">
          <h1><strong>The Università Politecnica delle Marche</strong></h1>
          <p><img src="../../images/delle_Marche.jpg" alt="The Università Politecnica delle Marche" width="142" height="142" />The Università Politecnica delle Marche(UNIVPM)  is situated in the Marche Region (area of  Ancona) that is the one of most important European industrial districts related  to the household appliances, in fact many European leader companies such as  Indesit , Elica, Ariston TG, Faber, and many others, have their headquarters  there. Thanks to this geographical position UNIVPM has many collaborations with  these companies and it has matured a vast skill on research topics related to  the household appliances field. UNIVPM has 5 faculties, 550 professors (the  largest is the Engineering Faculty with 180 professors), 12 technical Departments  and 17,000 students; it participates to 23 academic spin-off. The central administration  of UNIVPM has a management department which gives support to technical departments  in European project set up, negotiation and administration of the grant  agreement, draft and negotiation of the consortium agreement as well as project  financial reporting. In this project will be involved the Department of  Mechanics that has a remarkable experience on European Projects since it has  been coordinator of 6th and 7th FP projects and it is involved in 9 active  European projects.  In particular, UNIVPM  coordinates the G.EN.ESI project from an administrative and technical point of  view.</p>
          <p>The scientific contact at the Università Politecnica delle Marche for the G.EN.ESI  project is Prof. Michele Germani. </p>
        </div>
        <!-- InstanceEndEditable --></div>
          <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("SubMenu", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
      <div class="footer">
        <div id="footer_top">This project is co-financed by the <a href="http://ec.europa.eu/index_en.htm">European Commission</a> and made possible within the <a href="http://cordis.europa.eu/fp7/home_en.html">VII Framework Programme</a></div>
        <div id="footer_middle">Page maintained by <a href="mailto:[email protected]">Chunlei Li</a> &middot; Last update: <!-- #BeginDate format:En2 -->25-Apr-2012<!-- #EndDate -->
        </div>
        <div id="footer_bottom">
          <div>&copy; 2012 <a href="consortium_1.html">G.EN.ESI Consortium</a> &middot; <a href="../footer/Disclaimer.html">Disclaimer</a> &middot; <a href="../footer/privacy_notice.html">Privacy Statement</a></div>
        </div>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MainMenu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Thank you in advance for your help

    Jon Fritz that did actually work for some of the pages but not others. I upadted each invidivual page, except the main page as I have not finished the content and now some of the pages are acting strangely.
    Here is the website http://www.genesi-fp7.eu/index.html
    As you can see every page except the 'Contacts' and 'Links' page is now reading the correct code when you click on the 'Consortium' tab. The strange thing however is that the footer has updated on the 'Links' page suggesting that this part of the template has updated. Both these pages are based on the Index-misc nested template. The code is copied here:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <link href="../styles/genesi.css" rel="stylesheet" type="text/css" />
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/MainMenu.css" rel="stylesheet" type="text/css" />
    <link href="../SpryAssets/SubMenu.css" rel="stylesheet" type="text/css" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="google-site-verification" content="3L2ZN1aLnNO1X__brL1UzpHsgkiL7NdjWT8oJnAxF64" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>G.EN.ESI</title>
    <!-- InstanceEndEditable -->
    <!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <!-- InstanceBeginEditable name="head" -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div class="container">
      <div class="header">
        <div id="header_top">
          <div id="text_only"><a href="http://www.genesi-fp7.eu/betsie/parser.pl">Text-only</a> </div>
           <div id="admin"><a href="../admin/index.php">admin</a> </div>
          <div id="search"><a href="../webpages/search/search.html">search</a></div>
          <div id="header_middle">
            <div id="logo_left"><img src="../images/500px-Flag_of_Europe.svg.png" alt="European Union" width="167" height="111" border="0" /></div>
            <div id="logo_middle"><img src="../images/Genesi_Logo.png" alt="GENESI" width="620" height="111" border="0" /></div>
            <div id="logo_right"><a href="http://cordis.europa.eu/home_en.html"><img src="../images/fp7.png" alt="Seventh Framework Programme" width="154" height="111" border="0" /></a></div>
          </div>
          <div id="header_bottom">
            <ul id="MainMenu" class="MenuBarHorizontal">
              <li><a href="../index.html">home</a> </li>
              <li><a href="../webpages/news/news.php">news</a></li>
    <li><a href="../webpages/programme/programme_wp1.html">programme</a></li>
    <li><a href="../webpages/consortium/consortium_0.html">consortium</a></li>
    <li><a href="../webpages/downloads/downloads.php">downloads</a></li>
    <li><a href="../webpages/links/links.html">links</a></li>
              <li><a href="../webpages/contact/contact.html">Contact</a></li>
            </ul>
          </div>
        </div>
        <!-- end .header --></div>
      <!-- InstanceBeginEditable name="mainSection" -->
      <div class="mainSection">
        <div class="SubMenuBar"><!-- TemplateBeginEditable name="subMenu" -->
          <ul id="SubMenu" class="MenuBarVertical">
            <li><a href="#">MISC</a></li>
          </ul>
        <!-- TemplateEndEditable --></div>
        <!-- TemplateBeginEditable name="content" -->
        <div class="content">
          <h1>Introduction to the G.EN.ESI Project</h1>
          <p>The sustainability of industrial products, particularly  household appliances, is an important issue today.  Energy consumption in the  residential/domestic sector is about 20% of world consumption, and associated  greenhouse gas emissions exceed 35%.   Household appliances contribute greatly to these values and thus require  particular attention as far as sustainability is concerned.</p>
          <p>It is well known that decisions taken during the early  design of products are very important in determining total product cost.  It is possible to hypothesize the same for  environmental impacts – i.e. the sustainability of a product is largely  determined during the early design stage. In order to allow designers to make  well-informed decisions, new design methods and tools are needed to provide the  basis for determining the degree of sustainability of a given product or  process.  Many eco-design procedures and  tools have been developed but they are often far from a practical day-by-day  application in company engineering departments, and they are not well  integrated with computer-aided design tools.   This project wants to make up for this limitation and to develop an eco-design  methodology (called G.EN.ESI) and a related software design tool (called the  G.EN.ESI platform) able to help product designers in ecological design choices,  without losing sight of cost and typical practicalities of industry. The  software platform will propose a guided process towards eco-design among  several design choices based on the different scenarios of product lifecycle.  The proposed approach will be applied to the household appliance field but it  can be easily extended to other mechatronic products.</p>
          <p>The project started in February 2012 and will continue until  January 2015.</p>
        </div>
        <!-- TemplateEndEditable --></div>
          <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("SubMenu", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
      <!-- InstanceEndEditable -->
      <div class="footer">
        <div id="footer_top">This project is co-financed by the <a href="http://ec.europa.eu/index_en.htm">European Commission</a> and made possible within the <a href="http://cordis.europa.eu/fp7/home_en.html">VII Framework Programme</a></div>
        <div id="footer_middle">Page maintained by <a href="mailto:[email protected]">Molly Buckingham</a> &middot; Last update: <!-- #BeginDate format:En2 -->03-Apr-2013<!-- #EndDate -->
        </div>
        <div id="footer_bottom">
          <div>&copy; 2012 <a href="../webpages/consortium/consortium_1.html">G.EN.ESI Consortium</a> &middot; <a href="../webpages/footer/Disclaimer.html">Disclaimer</a> &middot; <a href="../webpages/footer/privacy_notice.html">Privacy Statement</a></div>
        </div>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MainMenu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Murray do you suggest that I try and get rid of the nested templates or am I biting off more than I can chew after two days of self training?
    Thank you

  • File dates not updated in finder window (Mozilla only)

    OK, folks - here's a real puzzler for you. I'm using Mozilla 1.7.12 to maintain a simple set of web pages. When I save an HTML file with Mozilla composer, the file's modify date in the Finder window does not update consistently. (The window is in list view.)
    The date does not update as long as that finder window remains in the background. Selecting the window sometimes updates one file date (but not others if I've modified multiple files). Switching to icon view sometimes updates the file dates, sometimes not. Only logging out and back in (i.e., starting a new Finder) guarantees that all dates are current. This only happens with Mozilla composer - saving files with other software results in the date in the finder window updating immediately. It seems to me this behavior is new since I updated to OSX 10.4.3, but I can't be positive.
    Any bright ideas? - Andy
    PowerMac G5   Mac OS X (10.4.3)  

    Is this causing any problems, or is it just a quirky behavior? For example, if you change to list view and sort by date, does it still get the dates wrong?
    I'm thinking this is probably a really marginal bug, where Composer isn't telling the Finder to refresh the date as most applications do, but then, Mozilla does a lot of unMaclike things. Eventually the Finder figures out that the files have been updated though. There are probably a host of ways you can force it to update, as you've already discovered. You can also force it to update with a simple AppleScript:
    tell application "Finder"
    update every item of window 1
    end tell
    This tells the Finder to update everything in the frontmost window to match what's on the disk.

  • File window not updating modif. dates – and mysterious parallel universe discovered

    The day started innocently enough when I tried to edit some <meta> content on a site I'm building and then saved my work. Little did I know...
    DW's "File" window refused to update the "Modified" column of the files I worked on.  Open and closing the files shows that my changes have been recognized and incorporated into the HTML, and the files show up with correct modification dates in Finder (I'm on a Mac). They just won't change date in DW.
    When I upload the modified-but-not-redated-in-DreamWeaver files to my remote site, they appear with the incorrect dates on the server, but a text comparison in DW shows that my local and remote files are synched.
    Now for the truly weird part: when I run the site in Safari (after flushing its cache), a Source check shows the old code is still operational.  (I also changed the titles of the pages in question to quickly confirm which version was being displayed. This check shows the old title displayed.)
    Here's the site address:  http://www.bearriverbooks.com/index.html
    Now for the truly, truly wierd part.  I have a parallel site ( http://www.queen-of-the-northern-mines.com/index.html ) which contains copies of the bearriverbooks.com files. These files, too, show the wrong modification dates in DW's "Files" window and on the remote server – but they display correctly. Anyone who wants to check can compare page titles, which are longer in the later pages with correct code.
    I checked the remote site addresses in the "Manage Sites..." center.  I have not crossed my wires there (though I can smell a few arcing badly in my brain.).
    The players:  2.8 GHz Intel Core i5 27" iMac running Mac OSX 10.6.7  /  Dreamweaver CS5 v.11.0 Build 4964
    Thanks in advance,
    Richard Hurley
    Grass Valley MultiMedia

    I am having the same issue on a Mac 3.4Ghz i7 running Mac OS 10.7.  I have Dreamweaver CS 5.5 v.11.5 Build 5344.
    I have a linux webserver, running ProFTPD v.1.3.1
    Both my mac and my linux server are set to the correct date and time.
    And ls on the linux servers tells me the files have the correct modified date and time, but this is getting lost in translation to dreamweaver when I view the remove server in the File tab.
    Any help appreciated.

  • "texts on html file" are not updated "when edited on server"

    Hi All,
    QUESTION
    What are the solutions, for having editable text/content on .html published files, so clients can edit through their server control panel
    Scenario:
    Client wants to update the "text" by editing the .html files on a server.
    I published the website as static html so the text can be included in .html file, but edits made on server's control panel, doesnt appear in live website.
    I also noticed that the texts located in edgeActions.js are editable through server, i am not very interested to define all my text content as the dynamic
    code because then I must worry about empty .html files and SEO questions.

    Here is what I ve found in regard to my own question...
    For a Client, to be able to change the text on server (Ex: phone numbers in a contact page), they should access and modify the text in the   edge.js or sometimes edgeaction.js page. Changing the text on .html page will create no result. I assume, this is because, the .html page is exported ONCE and only at the point of Publishing a project, to satisfy the SEO needs or whatever. Think of the text on .html page as a Sticker to fool the rest of the world, changing it will not change anything on webste and. Also if you change the text in .js, the change will not be relfected on .html file.

  • Files are not updating on my remote site.

    Hi, Everything has been fine with my site until today.  Something is different.  When I make a new page in Dreamweaver and save it as a new .html page, then I syncronize as I always have.  Not only does it not upadate my files, but it continually shows files which have already been syncronized.  I have even taken a page which is showing just fine on the internet, added something to it, snycronized it, and it does no updating at all.  I hope I am giving you enough info.  If not, please tell me, but I dont know what has changed to cause this.

    One more test.  Add this last modified meta tag to your page in code view, right below your <title> </title> tags.
    <meta http-equiv="Last-Modified" content="13 September, 2009 at 21:13:24" />
    Upload to server.  Refresh browser. Can you see the new page now?
    If not, contact your host.  Your site may be up, but on some of the cheaper web hosting accounts (not saying yours is cheap BTW b/c I don't know anything about them), servers don't reflect updates right away.  Also, make  sure you haven't run out of   server space and you're uploading to the correct folder?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • File menu not updating

    Installed a few extensions in dreamweaver. As ever it gives a
    few options to access. Where one is to tick the windows>insert
    option so that I get extra icons on the screen, I can access the
    extension. However on these I should be able to go to the
    insert> menu onthe top tool bar and access in a similar fashion.
    I have put up with this as long as I can access somehow.
    But now I have a web assist extension (site import) where the
    only option is to use the File>WAssist and because my menus are
    not being updated on this or other extensions, I cannot access.
    Any suggestions?

    Which DW? Which Operating System? Any errors happening when
    you start DW?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "andycam19" <[email protected]> wrote in
    message
    news:eb46n4$s1s$[email protected]..
    > Installed a few extensions in dreamweaver. As ever it
    gives a few options
    > to
    > access. Where one is to tick the windows>insert
    option so that I get extra
    > icons on the screen, I can access the extension. However
    on these I should
    > be
    > able to go to the insert> menu onthe top tool bar and
    access in a similar
    > fashion. I have put up with this as long as I can access
    somehow.
    >
    > But now I have a web assist extension (site import)
    where the only option
    > is
    > to use the File>WAssist and because my menus are not
    being updated on this
    > or
    > other extensions, I cannot access.
    >
    > Any suggestions?
    >

  • Custom Stamp File will not update.

    I have a pdf file that we recently updated, and placed in the Acrobat>plugins>annotations>enu directory to replace a custom file we had there.  When we ope acrpbat pro 8 the old stamps are in the pulldown. If you open the pdf is has the new stamps. I searched to see if there was another location the Acrobat was pulling information from but there is only the one location.
    The stamp file has 38 pages, one for each stamp.  The pulldown only shows 34 stamps, and contains the stamps form 1 to 36, the two new stamps do not show up. I deleted the stamp.pdf file and restarted the machine. Even without the stamp file there it still shows the stamps, which tells me the file is compiled someplace and for some reason is not being updated.
    Did a new install on a fresh computer and all the stamps show up. My assumption is something with the way Acrobat Pro 8 handles the stamp files.
    Can you assist. We use this file for stamped signoff on work.
    Thanks.
    Jim Cosier
    Acrobat Pro 8.

    Let me reword this, perhaps no one has ran it this issue before. We use a file that contains custom stamps, I recently updated this file with two more stamps, and replaced the original file in the location C:\program files\adobe\acrobar\plugins\annotations\stamps\ENU where the original stamp file was.
    When you go to the tools>Comments & Markups\stamps\mystamps the file shows only the original 36 stamps, not the two new ones that I created.
    Open the file (pdf) it contains all the files including the two new ones. All the stamps were created using a master template I have in Photoshop and saved as a pdf file, then the page is added to the mtstamps.pdf file.  We recently added 4 new computers with acrobat pro 8 and on these machines the file only displays the 36 stamps and not the 2 new stamps.
    Acrobat Pro 8
    Jim

  • File versions not updated after patch application as a hotpach

    Hi,
    I was applying a patch 13700964:R12.AP.B (R12.1.x) which is used as DATA FIX in Payables module. I applied the patch as hotpach, but the file version as given in the patch has not been updated.
    ERP version: 12.1.2
    DB version: 11.2.0.1
    Regards,
    Garv

    Gaurav wrote:
    The issue was resolved.
    ThanksIt would be great if you could share the solution with us.
    Thanks,
    Hussein

  • ICloud Mail file is not updating after many hours, many new attempts

    I installed Lion OS on my MacBook Pro (2010) and moved from mobileme to iCloud.  When I open my Mail program, it has said it needs to update my Mail files (of course), and I told it to do so.  After letting it sit there literally for 8 hours, power supply plugged in, the bar showing progress of the file update goes only to the 25% finished mark and then just sits there!  I have cancelled that and started over several times and left it updating for 3 hours or more, several more times.
    I realize that my file is big, but if it were too big or choking and freezing, it would show "Not Responding" if I tell it to Force Quit.  So far this mail file update process has NOT made Mail show as "not responding" upon Force Quit.
    I have set my power supply Energy Saver settings in System Preferences to "never" shut down (only for this time period as I migrate to iHell) and I've told it not to shut down the hard disk nor to sleep. 
    The Progress/Status bar just keeps humming along as if it is working on the mail file update....but never moves past about 25% complete.
    Help!!!

    Here is what I've been seeing for HOURS at a time...never going past this 25% completed mark:

  • I am connected to my remote server and "put files" but the web page files do not update, whats going on?

    I really can't figure this out:
    So I use a different computer at school for web design, I bought Dreamweaver to work on it at home, I get the files fine from the server that I uploaded at school but then I make changes at home computer and connect and "put" them and I check online and the web page doesn't change one bit.
    I don't have the exact file extensions from the computer at school but when I connect and get I have a similar folder(s) set up and then it downloads them into Dreamweaver file manager box and makes the folders there I downloaded. The site shows up fine in Dreamweaver after I "get" so great I thinking.
    But... not so fast, I change the page in Dreamweaver, preview n a browser and look right on so I "put", connect to server and upload. Then I check online an its still the same I uploaded the CSS and HTML and dependent files by dragging over and also using the up arrow "put" as well but nothing changes on the web page online.
    What is happening here I am so confused?
    Thanks a bunch, I mean I can still preview as I go but I really curious why my "put" files don't change my web page like at all!

    Have you tried refreshing the browser, or deleting the browser cache?

  • JAR File Will NOT Update on WebStart!

    I want an updated jar application to run on WebStart, but it always runs the original jar file I put on the server. (The update of the jar file works fine by itself.) I have updated the .jar file as well as the .jnlp file. I have tried deleting the cache in Webstart. I have also fully reloaded WebStart, and the .jar files when nothing else worked. I even totally renamed the .jar and .jnlp files, and it still runs the original file. Everything else works smoothly.
    Any suggestions?

    If you want your application to always check for a new version, you should use the JNLP API, i think the DownloadService(http://java.sun.com/products/javawebstart/docs/javadoc/javax/jnlp/DownloadService.html) interface will do the job. Here�s an example:
    import javax.jnlp.*;
        DownloadService ds;
        try {
            ds = (DownloadService)ServiceManager.lookup("javax.jnlp.DownloadService");
        } catch (UnavailableServiceException e) {
            ds = null;
        if (ds != null) {
            try {
                URL url =
                        new URL("http://java.sun.com/products/javawebstart/lib/YOURAPP.jar");
                if ( ! YourApp.isLastVersion() ) { // some method to check versions on the server....
                    ds.removeResource(url, "1.0");
                    // reload the resource into the cache
                   DownloadServiceListener dsl = ds.getDefaultProgressWindow();
                   ds.loadResource(url, "1.0", dsl);
            } catch (Exception e) {
                e.printStackTrace();
        }

  • New PC files are not updating on the LINK PC window

    When I loaded the Link soft ware on to my pc it uploaded all my music/pictures/document files- perfect. However later I saved a new music file on my PC but it does not show on the LINK soft ware window? The file was a new itunes music file which I can see on Itunes but not on the LINK PC window. All the other music files came from the same source in itunes so I know that works. Is there some kind of refresh?

    Hello guymad,
    Are you able to add other new files to see if you experience the same issue? What is the source of this new audio file? Is it DRM protected?
    Thank you,
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

Maybe you are looking for

  • Can receive but not send mail

    Because of buyout, had to switch over from Adelphia to Comcast this weekend. With the help of Comcast, reset Mac mail on both G4 and G3 running OS 10.4.9. Got everything finally working Sunday, but today, G4 will not send. Error: "Message could not b

  • TS3991 Downloading an app on a second apple device using the same apple id

    I have two apple devices.  When I log into my second device with my same Apple ID, apps that have been previously downloaded appear with a cloud icon.  When I click on this icon, it does not download my app on my second device.  Why is this occurring

  • Multiple Projects on Same Server

    Today was the first time I ever published 2 separate projects to the same server (thank goodness I used the DEV Server). They are totally separate projects - nothing the same and did not use anything from one project in the other. At the 4pm meeting

  • HT1481 How do I get rid of my music on my ipod shuffle and re enter new songs?

    How do I get rid of old songs on my ipod shuffle and re enter new songs??

  • FB01 posting using Enterprise Service for Accounting

    Hi, I get an error when trying to create a G/L account post using the following enterprise service. Link: [AccountingDocumentERPBulkNotification_In|http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F1951