Missing version files

Hello,
we have problem on our test Enterprise Portal. I don´t know, how it happened,
but many directories and files in filesystem of EP in the path
system/versions/ are missing.
In Content Administration --> KM Content are these elements visible, but if I
click on file or directory, Portal says, that the item is not accessible.
Depending on this problem, don´t works local editing, becouse versions of files
are missing.
1. How could I get it in consistent state?
2. Is there possibility to copy all KM documents with their versions from another
system (product EP system)?
Thanks for help.
J.Deutsch

Hello Jaromir,
If you're using an fsdb repository then it's possible that your metadata was lost due to synchronisation issues, see notes 737877 and 900571 which provide more information on this issue.
If this is the case then the only way to get the content back to a consistent state is to restore it from a backup. Alternatively you could copy the content from another system if possible using ICE or KM transport.
ICE:
http://help.sap.com/saphelp_nw70/helpdata/en/35/4cf72bfe18455e892fc53345f4f919/content.htm
KM Transport:
http://help.sap.com/saphelp_nw73/helpdata/en/49/b4dfbadcfc6bf9e10000000a421937/frameset.htm
Regards,
Lorcan.

Similar Messages

  • DW CS5 Missing Related Files Problem

    Hello
    Hoping somebody may be able to help me with a missing related files problem in CS5. I've tried Adobe phone support but they couldn't solve the problem.
    *Some* of my sites (but not all) are not showing all the files related to that page. My pages are typically in .asp vb server model and contain .asp virtual includes (header, nav etc) plus .js and .css linked files
    However DW is only showing the .asp includes as related files and not css or js ones. In design view the CSS is displaying correctly, and all styles appear in the CSS inspector but not showing as a related file in the bar. In CS4 it works fine.
    I've tried deleting the site and recreating it, copying the files to a new folder and setting up a fresh site, creating a new folder and downloading all files from the remote server but no joy. I've also tried refreshing related files. if I click on the filter in the bar it only shows the asp includes and nothing else.
    Any help would be gratefully appreciated, this is a great feature when it works
    Cheers
    MB

    UPDATE:
    Managed to solve this problem, this is a new issue to DW CS5, previous versions do not seem to exhibit this problem
    It occurs when you use site root rather than document relative paths for js/css etc files AND don't have the remote site url (web url) specified in the site setup | local info dialog, or do not have it fully qualified with http://
    ie. ../js/file.js works fine without a remote web url but /js/file.js does not show the related file in the bar unless a remote url is defined.
    Hope that helps anyone else that encounters the same issue!
    MB

  • I keep on getting the message "missing .dll file" when I try to install Itunes on Windows 7 what is wrong ?

    I am using Windows 7 (64) and keep on getting the message of "missing .dll files" after I attempt to install the latest version of ITunes. I attempted to install an earlier version and had the same results. I have uninstalled and reinstalled ITunes to no avail. I have queried this message on Google and found little to go by.
    Can anyone help from here ?

    This has just happened to me - again. Can't think what caused it. I uninstalled Quicktime a little while ago, maybe connected? I don't know. Uninstalling iTunes, or repairing, or a fresh iTunes install does not help
    Even if you keep downloading and putting the dll files it keeps asking for in the sysWOW64 and/or System 32 folder, Apple Mobile Device Support will not not 'start' from Services.
    Anyway, as well as itunes, you need to also un-install Apple Software Update, Apple Mobile Device Support, and Bonjour, then reinstall the latest iTunes to get it all working again

  • Unable to install ituns on windows 7 64 missing .dll file

    Unable to install ituns on windows 7 64. Installer states missing .dll file.

    Here is a solution that worked for a user who also had a problem with iTunes Software Support. This thread was for a win32 version, but Maybe this is the problem for both of you?:
    IT appears that AppleApplicationSupport.msi, is not opening and installing properly.
    Download and SAVE iTunesSetup.exe, where you can find it.
    Then:
    1. Download and install WinRAR.
    2. Right-click the iTunesSetup.exe icon and choose "Open with WinRAR".
    3. Once the EXE is opened in WinRAR, double-click AppleApplicationSupport.msi and when the installer window is open choose "Repair".
    4. Done! You can now run iTunes normally.
    Here is a link to that fairly lengthy thread.. http://discussions.info.apple.com/thread.jspa?threadID=2151777&tstart=-1

  • Missing version field in response...( Tomcat, JBuilder )

    Hello,
    (Sorry for a long message, but I saw several times messages with the only
    response like "write more details...")
    I'm trying to execute a simple Web Start application using version-based download.
    I'm constantly receiving the following error:
    Missing version field in response from server when accessing resource:
    (http://localhost:8083/checkboxcontrol/CheckBoxControl.jar, 1.1)
    Is it possible that there is a bug somewhere within Web Start ?
    The download is working in a basic version - the problem starts to occur when
    I'm changing JNLP to:
    <jar href="CheckBoxControl.jar" version="1.1"/>
    Is there anybody that can help me ?
    (I've read all past messages about "Missing version field in response...")
    Below is all information about the case.
    URL:
    ===================
    http://localhost:8083/checkboxcontrol/CheckBoxControlLauncher.jnlp
    Software configuration:
    ======================================
    JBuilder 9 Enterprise Trial
    Java Web Start 1.4.2
    Tomcat 4.1 (included for debugging inside the JBuilder)
    Windows NT 4.0 SP6a
    Mozilla Firebird 0.6.1
    Please note that I've tried also with IBM Websphere 4 - the same result.
    JNLP file:
    ===================
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8083/checkboxcontrol">
    <information>
    <title>CheckBox Example</title>
    <vendor>Borland</vendor>
    <homepage href="CheckBoxControlLauncher.html" />
    <description>Web Start Example for CheckBoxControl</description>
    </information>
    <resources>
    <j2se version="1.3+" />
    <jar href="CheckBoxControl.jar" version="1.1"/>
    </resources>
    <application-desc main-class="com.borland.samples.swing.checkboxcontrol.Application1" />
    </jnlp>
    File directory contents:
    ========================
    .\Lib (empty)
    .\WEB-INF
    ->\classes
    ->->\checkboxcontrol
    ->->->\WEB-INF
    ->->->->\Lib
    ->->->->->\jardiff.jar
    ->->->->->\jnlp-servlet.jar
    ->->->->->\jnlp.jar
    ->->\classes\com\borland\samples\swing\checkboxcontrol\
    ->->->\Application1.class
    ->->->\Frame1$1.class
    ->->->\Frame1$2.class
    ->->->\Frame1$3.class
    ->->->\Frame1$4.class
    ->->->\Frame1$5.class
    ->->->\Frame1.class
    ->\lib
    ->->\jardiff.jar
    ->->\jnlp-servlet.jar
    ->->\jnlp.jar
    ->\web.xml
    CheckBoxControl.jar
    CheckBoxControlLauncher.html
    CheckBoxControlLauncher.jnlp
    CheckBoxControl__V1.1.jar
    version.xml
    web.xml contents:
    ===================
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <servlet>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
    </servlet>
    [... cut ....]
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jnlp</url-pattern>
    </servlet-mapping>
    <mime-mapping>
    <extension>jar</extension>
    <mime-type>application/x-java-archive</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>jnlp</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>
    </web-app>
    version.xml contents:
    ======================================
    <jnlp-versions>
    <resource>
    <pattern>
    <name>CheckBoxControl.jar</name>
    <version-id>1.1</version-id>
    </pattern>
    <file>CheckBoxControl.jar</file>
    </resource>
    </jnlp-versions>
    Stack trace:
    ===================
    JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:566)
         at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(DownloadProtocol.java:850)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(LaunchDownload.java:580)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(LaunchDownload.java:544)
         at com.sun.javaws.Launcher.downloadResources(Launcher.java:735)
         at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:291)
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:199)
         at com.sun.javaws.Launcher.run(Launcher.java:167)
         at java.lang.Thread.run(Thread.java:534)

    I took a scan through what you posted and it looked OK - it has to be something simple. Sometimes it helps to compare against a working system - try looking at ScheduleWorld's jnlp.

  • Missing version field in response from server when accessing resource

    HY
    I have a problem to use the version option of the webstart. All files are included into a war file (created with jar cvf xx.war *). This file is in the webapps folder of the Tomcat 5. The jar files from the dev. kit (jnlp-servlet.jar, jaxp.jar, parser.jar are in the WEB-INF/lib folder).
    Every time I get the same message:
    Category: Download Error
    Missing version field in response from server when accessing resource: (http://localhost:8080/version/ademo.jar, 1.1)
    Do I need a aditional file or must Iwrite a servlet???
    Whats wrong
    my JNLP file
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File fuer HJP3 WebStart Demo-Applikation -->
    <jnlp codebase="http://localhost:8080/version/" href="wstest.jnlp">
    <information>
    <title>HJP3 WebStart Demo Application</title>
    <vendor>Guido Krueger</vendor>
    <homepage href="http://www.javabuch.de"/>
    <description>HJP3 WebStart Demo Application</description>
    <icon href="wstest.gif"/>
    <offline-allowed/>
    </information>
    <information locale="de">
    <description>HJP3 WebStart Demo-Applikation</description>
    <offline-allowed/>
    </information>
    <security>
    <!-- <all-permissions/> //-->
    </security>
    <resources>
    <j2se version="1.4+"/>
    <jar href="ademo.jar" version="1.1"/>
    </resources>
    <application-desc main-class="Listing3813"/>
    </jnlp>
    my version.xml file
    <jnlp-versions>
    <resource>
    <pattern>
    <name>ademo.jar</name>
    <version-id>1.1</version-id>
    </pattern>
    <file>application.jar</file>
    </resource>
    </jnlp-versions>
    my web.xml file
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <servlet>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>JnlpDownloadServlet</servlet-name>
              <url-pattern>*.jnlp</url-pattern>
         </servlet-mapping>
    </web-app>

    The log file (jnlpdownloadservlet.log) would show the calls for the jar files if the servlet is called for the jar files (did you correct the url mapping ?). Here are a few lines from a log file
    JnlpDownloadServlet(4): Initializing
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfeguiv.jnlp
    JnlpDownloadServlet(3): User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfeguiv.jnlp isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /wfe/wfeguiv.jnlp lastModified=Tue Mar 23 17:06:56 CET 2004]]
    JnlpDownloadServlet(3): Resource returned: /wfe/wfeguiv.jnlp
    JnlpDownloadServlet(4): lastModified: 1080058016000 Tue Mar 23 17:06:56 CET 2004
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfegui.gif
    JnlpDownloadServlet(3): User-Agent: JNLP/1.0.1 javaws/1.4.2_03 (b02) J2SE/1.4.2_03
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfegui.gif isPlatformRequest=false]
    JnlpDownloadServlet(3): Request: /maportal/wfe/wfegui.jar
    JnlpDownloadServlet(3): User-Agent: JNLP/1.0.1 javaws/1.4.2_03 (b02) J2SE/1.4.2_03
    JnlpDownloadServlet(4): DownloadRequest[path=/wfe/wfegui.jar isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /wfe/wfegui.jar lastModified=Tue Mar 23 17:06:30 CET 2004]]
    JnlpDownloadServlet(3): Resource returned: /wfe/wfegui.jarYou should see all the resources (including jar files) being requested, and whether a specific version was requested or not (in above sample, not).
    I put my problems down to my application server (Orion) as other people seem to have this working. The deployment in Orion keeps the original timestamps of the jars, so I explicitly set the timestamps in my build so that the unchanged jars do not have to be downloaded all the time. This is not really a good solution, so maybe someone else can give further advice.
    Brendan

  • How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tri

    How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tried to reopen and now it won't work. I am using Adobe InDesign CS5. It is the only version on my comp. I have tried opening on another comp & copying the file – same error comes up. PLEASE HELP

    First check the version of the document with Jongware's script "Identify.jsx" (ExtendScript/JavaScript).
    You can find it here:
    [Ann] Identify Your InDesign File
    If it is CS 5.5 or above, you need someone to open it in the version the script says and export an IDML representation from that. Another way would be to install a 30days version of CS6 or above (CC) and do it yourself.
    In regards of the script showing a result for InDesign files higher than CS6:
    CS7 = CC v9
    CS8 = CC v10 = CC-2014 or CC2014.1
    Uwe

  • I keep getting the error message "Missing PDFMaker files. Do you want to run the installer in repair mode"

    I keep getting the error message "Missing PDFMaker files  Do you want to run the installer in repair mode"when I try to convert a file into a pdf.  I have tried uninstalling then reinstalling but I continue to get the message.  I am able directly print file, but there are some errors in the pages, but some of them have font errors. Please advise.

    Hey Suzanne,
    Could you please let me know what Acrobat version are you using and what kind of file are you trying to convert to PDF.
    If you are using an MS Office application, then PDF Maker has to be an active plug-in for the PDF conversion.
    Have you tried using Print to PDF option from the File menu for the same?
    Please check and then let me know.
    Regards,
    Anubha

  • Work around to missing vmdk files

    I have seen the "missing vmdk files" thread. But I also see people has got this up and running. While they fix it, is there a work around? I need to demo this next weel. Any help is greatly appriciated.
    Thanks
    Sam

    Okay I figured it out. From the RedHat site, download one of the older Disc 2 images RHEL3..1.4 and it works. Don't down load the 10GR2 version of DISC 1.

  • Constantly restoring iPod due to a missing sync file

    iPod model: Ipod Nano (3rd Gen)
    softwear Version: 1.3.3 (current)
    Format: Windows
    Capacity: 8 GB
    itunes Version: 11.0.4.4
    For the past few days I've been having a very annoying issue. Whenever I plug in my iPod It tells me that it's unable to sync to itunes because my iPod is missing the sync files. I find that odd. This is the first time in the 6 years -almost 7- that I've owned this device, that I've experienced this problem. Restarting the computer, unplugging and replugging the iPod back into the computer and trying a different computer all produces the same error.
    Here's what happens.
    -Plug iPod in
    -Itunes starts syncing my iPod.
    -itunes gives me an error saying my ipod can't be synced because if missing a file needed to sync my ipod to itunes.
    -iPod is disconnected from iTunes -by itunes- yet my computer can still detect it as a removeable device 95% of the time.
    I don't understand why It's doing this. I always disconnect my ipod from a computer once it's finished syncing -once both itunes and the ipod both say it's finished- by selecting the option on itunes and by selecting the safely remove hardware option in the taskbar.
    In order to restore my iPod, i have to click the ipod button when it pops up in itunes and hit restore before thhe error message comes up. It's a pain in the but that i have to do this every time i connect it to my computer. Is there any long term solutions for this?

    Hey TidalWavesLion,
    Thanks for the question, and welcome to Apple Support Communities.
    This error usually relates to a missing file for photo syncing. A good troubleshooting step would be to restore the iPod, then try to sync each type of media at a time (i.e. sync music only, then sync photos only, etc). This will help us isolate the issue.
    iTunes: Unable to sync photos
    http://support.apple.com/kb/TS3697
    Symptoms
    In certain situations, iTunes may display an alert or may be unable to sync photos to an iPod or iOS device. Examples include:
    - This error appears: "The iPhone/iPod touch '[device name]' cannot be synced. The required file cannot be found."
    This article outlines steps to resolve these issues...
    Thanks,
    Matt M.

  • Installed Adobe Pro X now unable to convert PDF - Missing PDFMaker Files

    Hello,
    I installed the trial version of Adobe Pro X and now I am unable to convert a Microsoft Word.doc file to .pdf.  The error message is 'Missing PDFMaker Files.  Do you want to run the installer to repair mode?'  I ran the installer, twice, with the same resulting error message.  (Am currently using Windows XP Pro along with Microsoft 2003 - and will upgrade in the new year.)  I searched this issue, and found the following:
    To manage your Disabled Items list in a Microsoft Office application:
    Open the Microsoft Office application (Word, Excel, Publisher).
    Choose Help > About [the application name].
    Click Disabled Items.
    Select Adobe PDF from the list, and then click Enable.
    Quit the Microsoft Office application, and then restart it.
    However, there are no applications in the list, including Adobe.
    I also tried this:
    If the error message continues to appear after you enable Adobe PDF, check the security level for macros in Microsoft Word:
    Choose Tools > Macro > Security.
    In the Security dialog, click the Security tab.
    Choose Medium or High.
    Do one of the following:
    If you chose Medium, then click OK.
    If you chose High, then continue with steps 5 through 7.
    Click the Trusted Publishers tab.
    Check Trust all installed add-ins and templates.
    Click OK.
    And Adobe is already there, so no change here.
    I have uninstalled the trial version, deleted what visible remnants I could find, restarted the computer, installed the trial version again and am getting the same error message.
    Is there a solution to this problem?  Or, should I just return to my Adobe Pro 7?
    Thank you in advance!
    Laura

    I recently bought and installed Adobe Acrobat X Pro thinking that X Pro was compatable with Windows XP. I am unable to convert any Microsoft Office 2003 file into a PDF. I receive the same error message as above ( "Missing PDFMaker Files") and tried running it in repair mode as suggested. No change.
    I've tried this stuff:
    To manage your Disabled Items list in a Microsoft Office application:
    Open the Microsoft Office application (Word, Excel, Publisher).
    Choose Help > About [the application name].
    Click Disabled Items.
    Select Adobe PDF from the list, and then click Enable.
    Quit the Microsoft Office application, and then restart it.
    However, there are no applications in the list, including Adobe.
    I also tried this:
    If the error message continues to appear after you enable Adobe PDF, check the security level for macros in Microsoft Word:
    Choose Tools > Macro > Security.
    In the Security dialog, click the Security tab.
    Choose Medium or High.
    Do one of the following:
    If you chose Medium, then click OK.
    If you chose High, then continue with steps 5 through 7.
    Click the Trusted Publishers tab.
    Check Trust all installed add-ins and templates.
    Click OK.
    But there is no change.
    Please help!!!

  • Acrobat X bug - stuck in cycle - "missing pdfmaker files" "do you want to run the installer"

    Hello,
    I just installed Acrobat X on a Windows 7 X 64 with office 2010 x 64 install.    I can print from within office to PDF, however if I right click on a document in explorer and attempt to convert to PDF without opening office, I get "missing pdfmaker files" "do you want to run the installer in repair mode" right after I give it a file name.   If ignore, it won't print.   If I try to fix by running the installer in repair mode, it does some install process but it still gives me the same error.   Nothing shows up in the event viewer.  I tried to run an acrobat update but is says no updates are available.  I have tried uninstalling and downloading the trial version - it has the same issue

    Acrobat X PDFMaker supports 32-bit Office 2010.
    With 64-bit Office 2010 you should be able to use the Adobe Printer; but, for PDFMaker functionality you'll need Office 2010 32-bit.
    http://kb2.adobe.com/cps/333/333504.html
    Be well...

  • Missing PDMaker Files

    Hi,
    I am having a problem creating a PDF from multiple files.
    Online resources were confusing to say the least .... I recently
    upgraded to Office 2007 but saved files as older versions as Adobe
    required it. However, when I try and create a PDF from multiple
    word files it says;
    "Missing PDFMaker Files"
    Run in Repair Mode
    I run in repair mode, the system then re-boots but I STILL
    have the same problem. I have tried it twice now .... doesn't seem
    to be doing anything ...
    Can anyone help ?
    Thanks so much
    (Oh I have Adobe Professional).
    Teresa

    I have the same problem and I'm really not happy that I cannot use my Microsoft office 2010 anymore with acrobat professional 8.1.4, here is the story... Saturday, August 7, 2010 11:51:46 AM PDT I've used Acrobat Professional 8.1.4 for over 2 years and it worked fine but since I installed Microsoft office 2010 on my new Windo ws 7 system it gives me an error message:"Missing PDFMaker files" every time I try to create "PDF from a file" using Acrobat. I have been running "installer in repair mode" many times and it did not fix the problem. Then I uninstalled Acrobat several times a nd re-installed it and updated the files every time BUT it still won't work...the error message always comes up. Can you please help ? Answer from Adobe: I would like to inform you that your product Acrobat 8.0 is not compatible with Windows 7 and so it does not gets install properly in case if it gets install then few or many functionality may go missing. Adobe does not recommends to install Acrobat 8.0 on Windows 7 Also I would like to inform you that Acrobat 8.0 or Acrobat 9.0 niether of them are compatible with Office 2010. Hence, Adobe does not recommends to use Office 2010 with any version of Acrobat. I would suggest you to upgrade to the latest version of Acrobat, which is 9.0 which is compatible with Windows 7 and to not use Office 2010 with Acrobat. To learn more about the same, please visit: http://www.adobe.com/products/acrobat/ For a resolution to this issue, you can navigate to our self help resources such as our knowledge base & User to User forums by clicking on the following links: KnowledgeBase - http://www.adobe.com/cfusion/search/index.cfm U2U Forums - www.forums.adobe.com I would also suggest you to upgrade to the latest version of the software by visiting our products page: www.adobe.com/products Adobe Technical Support

  • Missing version filed in response from server when accessing resource

    Hello all,
    I am getting the following error when trying to do jar version download in webstart.
    Missing version field in response from server when accessing resource(http://lo alhost:8080/jdc/jnlp/new/SimpleGUI.jar,1.0)
    I am using Tomcat 5.5.
    My web.xml looks like this,
    <web-app>
    <display-name>Tomcat Examples</display-name>
    <description>
    Tomcat Example servlets and JSP pages.
    </description>
    <servlet>
    <servlet-name>
    JnlpDownloadServlet
    </servlet-name>
    <servlet-class>
    jnlp.sample.servlet.JnlpDownloadServlet
    </servlet-class>
    <init-param>
    <param-name>
    logLevel
    </param-name>
    <param-value>
    DEBUG
    </param-value>
    </init-param>
    <init-param>
    <param-name>
    logPath
    </param-name>
    <param-value>
    c:\logs\jnlpdownloadservlet.log
    </param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>/jdc/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jnlp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jar</url-pattern>
    </servlet-mapping>
    </web-app>
    My version.xml file.
    <jnlp-versions>
    <resource>
    <pattern>
    <name>SimpleGUI_v1.0.jar</name>
    <version-id>1.0</version-id>
    <locale>en_US</locale>
    <locale>en</locale>
    </pattern>
    <file>SimpleGUI_v1.0.jar</file>
    </resource>
    <resource>
    <pattern>
    <name>SimpleGUI_v2.0.jar</name>
    <version-id>2.0</version-id>
    <locale>en_US</locale>
    <locale>en</locale>
    </pattern>
    <file>SimpleGUI_v2.0.jar</file>
    </resource>
    </jnlp-versions>
    My jnlp file is as follows,
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8080/jdc/jnlp/new" href="SimpleGUI.jnlp">
    <information>
    <title>SimpleGUI</title>
    <vendor>Java Developer Connection</vendor>
    <homepage href="/jdc/jnlp/new/index.html" />
    <description>Demonstration of JNLP</description>
    </information>
    <offline-allowed/>
    <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+ " />
    <jar href="SimpleGUI_v1.0.jar" version="1.0"/>
    <jar href="AddLogic_v1.0.jar"/>
    <jar href="SimpleGUI_v2.0.jar" version="2.0"/>
    <jar href="AddLogic_v2.0.jar"/>
    </resources>
    <application-desc main-class="com.logic.SimpleGUI" />
    </jnlp>
    For the codebase if I use $$codebase then it reports an error showing,
    The field <jnlp> codebase has an invalid value:$$codebase
    I think the JnlpDpwnloadServlet is not getting invoked. I cant figure out my mistake. I am tired searching in forums and there is no proper answer to this problem. Any help is appreciated.
    Thanks in advance.
    Regards,
    robi

    Thanks for including all your code. I've ran into version download problems before also. In the jar reference don't include the actual __V.jar file name, just include all pre __V.jar. <jar href="AddLogic_v1.0.jar"/> would become <jar href="AddLogic.jar"/>. Now I haven't done it with the version.xml before I just did it with making file named *__V.jar.
    I just re-read all that you did, if you title your files with the __V.jar notation you don't need a version.xml file.
    <jar href="SimpleGUI_v1.0.jar" version="1.0"/>
    Should become
    <jar href="SimpleGUI.jar" version="1.0"/>
    And you would have SimpleGUI_v1.0.jar on your server. Also might need it to be a capital "V" not sure.
    Message was edited by:
    javaunixsolaris

  • "Missing version string for product" error when trying to get updates on Lion Server

    I am not getting the latest updates from Apple on my 10.7.4 server.  When I attempt to do so the log has a bunch of errors stating "Missing version string for product".  I've tried deleting and recreating the swupd files but I am still having the same issue.  Is there any fixes to this problem I am missing? Thanks in advance!

    ok, I went back and made a new database but changed the character set / collation... aside from that change, everything is the same, but I get an error saying that the datasource could not be found when I can see all the tables in intermedia's phpmyadmin page... would changing the character set / collation cause this error?

Maybe you are looking for

  • Difference Between SAP ECC. 6.0 and 4.6c

    Hi What is the Difference Between SAP ECC. 6.0 and 4.6c with respect to module wise, like SD, MM, FI, thanks Satish

  • IPhoto 9.4.1 does not solve all sync issues

    The 9.4.1 update does not solve all the sync issues. It may have fixed the duplicate Events that you can see in iTunes when syncing to an iDevice, but it has not resolved the duplicate Faces. I still have many duplicate Faces showing, even though in

  • ESS 600 - Ess/Lea

    Dear all,   I encounter the following error when i try to click on the team calender. Any idea why and how to solve it? Thank you 'There is no team calendar customizing for rule group ATTEND (pers. no. ):"

  • Iphone 4s box weight and dimensions

    Hi guys, Can anyone please help me by asnwering the following qs What is the total weight of iphone 4s box(including iphone and all accesories) and dimensions of box as well. I need to know as i have to ship the phone oversease. Thank you

  • Synchronize iPhoto on 2 macs

    I need to keep synchronized my Powermac and iBook iPhoto library is there anybody have any clue to do this?? Same problem with iTune....