Delete ressource

Hello,
My application is develop in modules, each module is a jar.
I have a big module which I separate in 3 modules, so in jnlp file I replace old ressource by 3 news.
On some pc when I download app, I have got this message:
com.sun.deploy.net.FailedDownloadException: Impossible de charger la ressource : http://www.xxx.fr/rcp/dist/modules/module_old_signed.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
On some pc I just have to relaunch app (jnlp) and it work, on some others I don't have message, on some others I need to clear cache to can launch app.
Does I need, to use delete method of javax.jnlp.PersistenceService to delete old jar on client pc?
How dos it work when client never download app, and so don't have this ressource?
Thanks for your help.
Laurent

Sorry for my poor english.
I try to explain with sample, I hope to be more understandable.
Before
Directories
/dist/rcp_container_signed.jar
/dist/modules/rcp_modules_signed.jar (very big)
/dist/libs.jar
My Jnlp:
<resources>
    <jar href="dist/rcp_container_signed.jar" main="true"/>
  </resources>
  <resources>
    <jar href="dist/modules/rcp_modules_signed.jar"/>
  </resources>
Now
Directories
/dist/rcp_container_signed.jar
/dist/modules/rcp_common_signed.jar
/dist/modules/rcp_billing_signed.jar
/dist/modules/rcp_planning_signed.jar
/dist/libs.jar
My Jnlp:
<resources>
    <jar href="dist/rcp_container_signed.jar" main="true"/>
  </resources>
  <resources>
    <jar href="dist/modules/rcp_common_signed.jar"/>
  </resources>
  <resources>
    <jar href="dist/modules/rcp_billing_signed.jar"/>
  </resources>
  <resources>
    <jar href="dist/modules/rcp_planning_signed.jar"/>
  </resources>

Similar Messages

  • Problem deleting pdf files on network ressources when preview window of the explorer is enabled

    Some of our customers have the Preview Function enabled in Windows Explorer. When they delete a pdf File on a network ressource (\\server1\share1\ for example) in Windows Explorer the file disappears, but will not be deleted immediately. After a refresh of the current explorer window, the file apperas again. After 30-60 seconds and a refresh of the Windows Explorer View, the file disappears definitely.
    The problem exists only on various network ressources and when the Preview Function of the Windows Explorer is enabled. On local drives the pdf Files will be deleted immediately and don't appear again. With any other file types except pdf, there is no problem.
    Problem exists on 32 and 64 Bit Windows 7, all current security Updates installed. Current Version of  Adobe Reader X is also installed.
    Anyone have an idea?

    Disable the preview function of Windows Explorer.

  • SQL Loader deletes data, after reporting a file not found error

    I have several control files beginning:
    LOAD DATA
    INFILE <dataFile>
    REPLACE INTO TABLE <tableName>
    FIELDS TERMINATED BY '<separator>'
    When running SQL Loader, in the case of one particular control file, if the file referenced does not exist, SQL Loader first reports that the file could not be found, but then proceeds to delete all the data in the table in which the import was meant to take place. The corresponding log file reveals that the file could not be found, but also states that 0 records were loaded and 0 records were skipped.
    In the case of all other control files, if the file is not found, the log files simply report this exception but do not show any statisitcs about the number of records loaded/skipped nor does SQL Loader delete the data in any of the referenced tables. This is obviously the expected behaviour.
    Why is SQL Loader deleting the data referenced by one particular control file, even though this file does not exist and the corresponding log file has correctly picked up on this?

    in the ressource name box of your file model, when you push the search button ("...") do you see the file ?
    Cause the problem can occur when you write directly the path without selectionning the file with the assistant.
    Try this.
    I think too that that you can't see the data by right clicking and selectionning View Data ?
    Let me know the avancement...

  • Delete .jar signature

    While executing a java application under JAVA WEB START , I end up with an error message :
    Les ressources JAR définies dans le fichier JNLP n'ont pas été signées à l'aide du même certificat
    The JAR ressources defined in the JNLP file have not been signed by the samùe certificatI think I should delete all signatures of all jar and regenerate them .
    How can I do that? thank you.

    I have a lot of jars that are proprietary. I use them as packages .
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="file:/C:/Projects/FFT/workspace/netbean-6.5/Projects/tribune/dist/" href="launch.jnlp" spec="1.0+">
        <information>
            <title>tribune</title>
            <vendor>FFT</vendor>
            <homepage href=""/>
            <description>tribune</description>
            <description kind="short">tribune</description>
        <offline-allowed/>
    </information>
        <resources>
    <j2se java-vm-args="-Dhost="****" -Ddatabase="***" -Dpassword="***"" version="1.4+"/>
    <jar eager="true" href="tribune.jar" main="true"/>
        <jar href="lib/com.azalea.ufl.barcode.1.0.jar"/>
    <jar href="lib/commons-collections-3.1.jar"/>
    <jar href="lib/commons-configuration-1.2.jar"/>
    <jar href="lib/commons-lang-2.1.jar"/>
    <jar href="lib/commons-logging.jar"/>
    <jar href="lib/CrystalCommon2.jar"/>
    <jar href="lib/CrystalReportsRuntime.jar"/>
    <jar href="lib/cvom.jar"/>
    <jar href="lib/DatabaseConnectors.jar"/>
    <jar href="lib/icu4j.jar"/>
    <jar href="lib/jai_imageio.jar"/>
    <jar href="lib/JBarcodeBean.jar"/>
    <jar href="lib/JDBInterface.jar"/>
    <jar href="lib/jrcerom.jar"/>
    <jar href="lib/jtds-1.2.2.jar"/>
    <jar href="lib/keycodeDecoder.jar"/>
    <jar href="lib/log4j-1.2.9.jar"/>
    <jar href="lib/log4j.configuration.jar"/>
    <jar href="lib/logging.jar"/>
    <jar href="lib/pfjgraphics.jar"/>
    <jar href="lib/QueryBuilder.jar"/>
    <jar href="lib/webreporting-jsf.jar"/>
    <jar href="lib/webreporting.jar"/>
    <jar href="lib/xpp3.jar"/>
    <jar href="lib/swing-layout-1.0.3.jar"/>
    <jar href="lib/sqljdbc.jar"/>
    <jar href="lib/commons-beanutils-1.7.jar"/>
    <jar href="lib/commons-beanutils-1.7.jar"/>
    <jar href="lib/commons-digester-1.7.jar"/>
    <jar href="lib/commons-collections-2.1.jar"/>
    <jar href="lib/commons-logging-1.0.2.jar"/>
    <jar href="lib/commons-logging-api-1.0.2.jar"/>
    <jar href="lib/itext-1.3.1.jar"/>
    <jar href="lib/jasperreports-3.0.0.jar"/>
    </resources>
        <application-desc main-class="com.fft.tribune.MainFrame">
        </application-desc>
    </jnlp>

  • Delete File From Mounted Volume

    Hey,
    I am trying to delete the "Calendar Cache" files on both my laptop PowerBook G4 and the Mac Pro Quad that I sync my calendars with. I am using ChronoSync and the individual calendars sync fine, but there is a little house keeping needed with the cache file. They need to be deleted on both systems in order to "refresh" the views of the calendars.
    So after the sync of calendars, I have the software initiating an AppleScript that deletes both. Here's the script:
    +(* PowerBook Files / delete cache file *)+
    +(* Please note that both systems have the same username. This may be arise a conflict *)+
    +tell application "Finder"+
    + activate+
    + tell application "Finder" to delete file "Calendar Cache" of folder "Calendars" of folder "Library" of disk "useranthony"+
    +end tell+
    +(* Mac Pro Quad/ delete cache file *)+
    +tell application "Finder"+
    + mount volume "afp://10.10.10.1/anthonyabraira"+
    + tell application "Finder" to delete file "Calendar Cache" of folder "Calendars" of folder "Library" of disk "/volumes/useranthony"+
    +end tell+
    I am having trouble addressing a deletion on the networked Mac Pro Quad.

    why send it to the trash — just delete it...
    (* PowerBook Files / delete cache file )
    try
            do shell script "rm -rf /Library/Calendars/Calendar\\ Cache"
    end try
    you may need a delay for the Mac Pro Quad to mount
    ( Mac Pro Quad/ delete cache file *)
    --the mount and then the delay
    delay 4
    try
            do shell script "rm -rf /THE-CORRECT/PATH-HERE/Library/Calendars/Calendar\\ Cache"
    end try
    Tom

  • How to delete the members in one dimension use the maxl script

    i have question that i want to delete the members in one dimension useing the maxl script, but i do not know how to do it. can the maxl delete the members in one dimension? if can, please provide an sample script, thank you so mcuh.

    MaxL does not have commands to alter an outline directly, except the reset command which can delete all dimensions but not members selectively. The best you could do would be to run a rules file (import dimensions) using a file that contains the members you want to keepload rule for the dimension. As typical the warning is to test this first before you do it on a production database

  • Error while deleting a mapping

    Hi all,
    I am getting the following error while deleting a mapping. My client version is 10.2.0.4.36
    API5072: Internal Error: Null message for exception. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    oracle.wh.util.Assert: API5072: Internal Error: Null message for exception. Please contact Oracle Support with the stack trace and details on how to reproduce it.
         at oracle.wh.util.Assert.owbAssert(Assert.java:51)
         at oracle.wh.ui.jcommon.OutputConfigure.showMsg(OutputConfigure.java:216)
         at oracle.wh.ui.common.CommonUtils.error(CommonUtils.java:370)
         at oracle.wh.ui.common.WhDeletion.doActualDel(WhDeletion.java:512)
         at oracle.wh.ui.common.WhDeletion.deleteObject(WhDeletion.java:203)
         at oracle.wh.ui.common.WhDeletion.deleteObject(WhDeletion.java:283)
         at oracle.wh.ui.jcommon.tree.WhTree.deleteItem(WhTree.java:346)
         at oracle.wh.ui.console.commands.DeleteCmd.performAction(DeleteCmd.java:50)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Thanks in advance!
    Sebastian

    These type of Internal Errors are all too common in OWB and it's difficult to diagnose the exact problem.
    I'd suggest closing the Design Centre, going back in and trying to delete it again, this will often resolve Internal errors.
    There's also an article on Metalink Doc ID: 460411.1 about errors when deleting mappings but it's specific to an ACLContainer error, so may or may not be of use.
    One of the suggestions is to connect as the Repository Owner rather than a User and try to delete the mapping.
    Cheers
    Si
    Edited by: ScoobySi on Sep 10, 2009 11:44 AM

  • Adobe cloud tries to load addon which I have deleted in Extension manager

    when Adobe Cloud starts it tries to load an application (Edge FX lite) that I have deleted in Adobe Extension Manager cc. I get the error message ' unable to install the addon EdgeFX lite  error 603. How do I stop this?
    Also in Adobe Exchange in 'My Stuff'  there are showing addons which I have removed in Adobe extension Manager cc which I would like to be removed from this listing as I will never use them, but if I right click to uninstall I fail to get rid of them.

    Apologies, without making the assumption that you are signed in
    1) Go to https://creative.adobe.com/addons/
    2) In the top right hand corner select sign in and enter your Adobe ID and password
    3) Once logged in, on the center of the screen at the left hand side, select the link 'All your purchases and shared items'
    4) You will then be taken to a page that is the equivalent of your My Stuff panel.
    5) You can then install individual add-ons/extensions.
    Kind regards,
    Lea

  • IPhone voice memos can't be deleted

    I have unchecked voice memos and eleted others from my itunes library, but they still show in Voice Memos on the iphone (when viewed from itunes. How do I get rid of them from the iphone. I think this is why I have 4GB of OTHER cluttering my iphone memory

    Thanks, selecting Manually Manage allowed me to delete the errant voice memo files. Curiously, it did not delete within the general Music folder so had to dlete from there as well. I think they are gone, but saw no reduction in space used. Have to look somewhere else for that.

  • IPhone Deletes Exchange Emails To Wrong Folder

    Hello all!
    I have a Microsoft Exchange mail account setup on my iPhone 4 (iOS 6.1) which works wonderfully, short of one aspect:  Emails deleted from my phone do not go to the accounts standard 'Trash' folder, but to a different 'Deleted' folder.  I can see no way to change this setting.  Any ideas?

    Thanks Templeton.  This is the only definitive answer I've found anywhere.  Turns out my iPhone was correct and my other email clients are sending to the wrong folder!

  • When I sync my iPod to my MacBook through iTunes new events do not show up and old events are not deleted. I am using Snow Leopard  and not iSync.

    I am using Snow Leopard on a MacBook. I have an iPod touch 3G. I do not use iSync it Mobile Me. When I sync my iPod through iTunes new events on my iPod do not show up on my Mac and old events do not delete. I have read help instructions that include deleting the data on the iPod. The iPod has the correct data and the Mac does not so I have not followed those instructions. I need help as the only reason I bought the Mac was to be able to sync, back up, view and print my calendar. Currently it is useless. If only Apple could have learned from the elegance of the Palm software.

    Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • How do you delete duplicate songs from your iPhone that do not show up in your iTunes library?

    everytime i purchase songs on itunes and sync them to my iphone 4, the songs downloads twice. one as the actual song, and the second one doesnt do anything. when you click on it, it just skips to the next song and doesnt play anything. also this second song has this cirlce dot thing next to it when i am scrolling through my songs in my music...so how do i get rid of this second download? its really annoying to have and it wont let me delete it off my phone. alsoooo since it doesnt show up in my itunes library, i cant delte it off there either! HELP PLEASE

    On the springboard, locate the app you want to delete. For this example, I’ll use WeatherBug.
    Tap and hold down the icon of the application you want to delete. After a few seconds your screen will start to “wiggle” and an X will appear next to each of the apps you’ve installed via the App Store.
    Tap the X next to the icon of the app you want to remove. When prompted, selectDelete.
    And now it’s gone.
    If the application is listed in your iTunes Applications as well, you’ll want to remove it from there – or else it will re-install the next time you sync. Alternately you can keep the app in your iTunes Applications, and set iTunes not to sync all applications, just the ones you want to keep. See the Applications tab of your device the next time it’s connected in iTunes for syncing options.
    http://www.simplehelp.net/2008/07/12/how-to-delete-apps-from-your-ipod-touch-or- iphone/

  • Downloaded ios7 to my iphone 4 and now I have songs that I cannot delete and they do not show up on itunes either

    Daughter upgraded to ios 7 and now she has like 4 songs that are not age appropriate on her iphone- I went into itunes and they dont show up...they are like hidden or something- and I cannot delete them from the phone...does anyone know why the upgrade did this and how I can get these songs off her phone- one of them is not even on my phone so I dont understand how in the world it popped onto hers! thanks!

    Hello DavoDavo81,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes Match on iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT5637
    Deleting songs downloaded to your device
    You can delete a song or album from your iPhone, iPad, or iPod touch at any time. Don't worry; it'll still be in the cloud.
    Tap the Music app.
    Tap More > Songs at the bottom.
    Scroll or search for the song you would like to delete from your device.
    Swipe right to left on the song, and then tap Delete.
    Note: You must be in Artists, Songs, or Albums view to delete songs from your device. Deleting from a playlist won't remove a song from your iOS device.
    iTunes Store: How to delete songs from iCloud
    http://support.apple.com/kb/ht4915
    Best of luck,
    Mario

  • Text delete options since software update

    I've recently updated the software to 10.3.1.1565 and a new option appeared for text messaging. when i closed a message and went back to the list of text messages the delete symbol appeared next to the text for a few seconds. This was useful. Now, I have somehow (without knowing i've done it) changed the settings and instead of the delete symbol i'm getting the Reply symbol. How do i change it back to the delete symbol?
    Thanks.

    After upgrading your stock ROM you always need to do a factory data reset, if your phone doesn't do it for you. Then you can simply choose which sounds you want for the notification in the settings. You can download the Swype keyboard, or several various similar to Swype, from the Play Store. I liked Kii and used it for a long time.

  • I deleted a contact, but they still show up in my text options to send.  I would like to delete the contact from my texts too.

    I deleted a contact, but they still show up in my text options to send.  I would like to delete the contact from my texts too.

    No don't restore your iphone. I've done that several times &amp; it has never worked. -I still have deleted contacts in my iphone texts.  *However if you do restore it you will not lose all your data, pics, text messages etc if you backup in iCloud. It restores back to original phone. Very nice :). Anyhowwww....
    I JUST  figured it out!! :))). Remove the contact from recents.
      Start a text. You should see the deleted contact. All the way to the right of the name is a symbol. The symbol is a circle with "i" in the middle. Click that symbol then in red lettering click "remove from recents".

Maybe you are looking for

  • IPhone 4S (iOS 6) no longer syncing with iTunes

    Hi, this is my first post on Apple Support. I have several questions that I hope someone will be able to answer. Some regarding my iPhone, and some regarding my MBP. For starters, my iPhone 4S is running on iOS 6, and no longer syncs with iTunes. I a

  • Delivery costs with no material

    Hi gurus: I have a situation, i need to create a PO with Account assignment category "K" and with no material, only text description, and I put de  G/L account number    and cost Center. I want to calculate the delivery cost but in the transaction MI

  • In OSX Activity Monitor, what's the difference between 'free' memory and 'inactive' memory

    In OS X Activity Monitor, what's the difference between 'free' memory and 'inactive' memory. My daughters 2Gb MacBook Pro is very slow, it probably needs more memory but there is almost 1Gb of 'inactive' memory but no 'free' memory when an applicatio

  • Problem in File Receiver comm channel

    Hi, I can't see anything in the Recevier communication channel in the RWB > Component Monitoring>Comm. channel monitoring-->Comm. channels. I do have selected my comm channel.Its showing the message as "Comm. channel is configured correctly and start

  • Can't install Itunes 9.2 "Newer Version of Quicktime"

    I got a new itouch last week. Worked fine. Then went to update software to new OS (maybe Apple could have put this on a brand new one instead of older OS?!). Message said i needed Itunes 9.2. Went to update and got error "newer version of quicktime i