Prelease 2? I got version 1.0.1

I clicked Download Prelease 2 for Windows, but what was downloaded identifies itself as version 1.0.1. Is that prelease 2? If not, where do I find prelease 2?
Thanks,
Will

Hi Will,
V 1.0.1 is the prerelease 2. The prerelease 1 is v 1.0.0 .
-Simon

Similar Messages

  • Has anyone ever got versioning to work??

    Hi everyone,
    I've spent the last good while trying to get the versioning download protocol to work so that only the changed files are downloaded using a jardiff. I've seen these messages before on this forum and I have never found a successfull answer. Rather than first off posting the contents of my entire version.xml file, jnlp file etc, I would REALLY appreciate it if anyone could tell me if they have actually got this to work.
    thanks very much for any help on this at all.
    Brian

    ScheduleWorld.com uses this and it works perfectly.
    There are bugs related to foreign characters and the versioning servlet will bomb because of this. It's 100% reproducable, and I logged a bug but I never heard back from Sun (maybe 3 months ago).

  • Anyonme got version-based download working ?

    I've scanned all the messages here as well as on vamp, but nowhere do I see an anwser on how to get versioning working.
    My test app is a straight forward one.
    Below are the jnlp and version.xml.
    As long as the attribute [version="1.1"] is included I get the;
    Missing version field in response from server when accessing resource: (http://localhost/Webstart/app/uitrij.jar, 1.1)
    error. When I strip only that attribute the app loads just fine.
    The excpetion that results in the above mentioned error is also listed below.
    Anyone got any ideas ?
    Anne.
    launch.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://localhost/Webstart/app/" href="launch.jnlp">
    <information>
    <title>VSP Uitrij Example 1</title>
    <vendor>Finalist IT</vendor>
    <description>Example of Webstart uitrij app in war</description>
    </information>
    <resources>
    <j2se version="1.2+"/>
    <jar href="uitrij.jar" version="1.1"/>
    </resources>
    <application-desc/>
    </jnlp>
    version.xml:
    <jnlp-versions>
    <resource>
    <pattern>
    <name>uitrij.jar</name>
    <version-id>1.1</version-id>
    </pattern>
    <file>uitrij.jar</file>
    </resource>
    </jnlp-versions>
    Java Webstart Download Error -Exception tab:
    JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(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.handleApplicationDesc(Unknown Source)
    at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:479)

    Hi Marc,
    My impression was that the JnlpDownloadServlet wasOh sorry. I did not recognize that you already used
    the download servlet.Well, you were partially right I think :)
    Problem is that I've been combining two test at the same time.
    In one test I have all the files in a directory(-structure) on a (local) webserver.
    This allows me to do the simple tests.
    And then I create a .war and deploy that to a (local) application server (HP's Bluestone 7.3 in this case).
    The versioning would only work when doing the app server test, as the 'standalone' test has no back-end to interpret the request for a version-specific file (jar), as you pointed out.
    As the deployment using a .war file (still) doesn't seem to work because of the .getRealPath() problem (see http://developer.java.sun.com/developer/bugParade/bugs/4474021.html) I don't even get to versioning in that test.
    So if I want versioning I have a couple of options I guess;
    - Try the jar as provided by BEA as mentioned in
    http://forum.java.sun.com/thread.jsp?forum=38&thread=176243
    If this indeed works (haven't tried it yet), my guess is they 'fixed' the getRealPath() problem(s) themselves. (It doesn't seem like it's fixed in the current jnlpDownloadServlet )
    - Set up the app server as a straight-forward servlet-runner to run the jnlpDownloadServlet without using the std deployment.
    I'd prefer the 1st option to work, as I'd like to be able to deploy using a .WAR.
    The latter would basically come down to what you called 'installing a helper'.
    As far as I understand, you switch from basic to
    version-based
    download by adding the version="x.y" attribute to the
    jar element.And add the version.xml which links the versions to actual files (jars), IIRC.
    What happens next, complete download of the new
    version or the download of a difference jar is up to the jnlpI'm not quite clear on when the diff is done and when a complete file/jar is downloaded, but that at the moment is a moot point for me :)
    My guess is that you did not setup the servlet
    properly or that it doesn't work for some other reason.Several reasons, as mentioned above :)
    The only way to find out is to have a look at the HTTP
    communication between jnlp client and servlet that happens during
    your test.
    Do you know how to do that?Well, one thing I've been trying to get to work is the logging of the jnlpDownloadServlet.
    But even in DEBUG mode it doesn't really give me much information.
    I've also got Webstart's logging on, but again the information in it's logfile is not really informative.
    I've also used Sam Spade to see what responses I get from specific requests.
    Hmm, just thought of something; I haven't looked at the logfile of the web-server yet.
    Not that I think it'll help me much, but might be of interest to look at it all the same.
    <aside>
    Interestingly enough SamSpade gave me two different results when requesting the .jnlp file from the .WAR.
    Using a HTTP 1.0 it gave me a 404
    Using HTTP 1.1 it gave me the jnlp file.
    </aside>
    FWIW; I'm currently leaning towards phasing the implementation of Webstart.
    1st as webserver based solution with only Basic versioning. (This works, that I know for sure :)
    Later on as versioned-download using .WAR deployment.
    Dave,
    I don't have my web.xml here, but yes both .jnlp as /app/ are mapped to the jnlpDownloadServlet. That part of it works. (When doing the app server test that is; no servlet is used in the standalone test).
    Anyway, thanks again for your comments.
    If nothing else they at least made me get my thoughts a bit more straight :)
    Anne.

  • Anybody got version-DL working with war files

    Since deploying a war overwrites the previous version, I guess you need to include the old and updated jars inside the war. Anyway, I still get errors trying to do the jardiff (Could not locate requested version).
    If someone could post a version.xml, .jnlp file and the output of a war file when a version update is to be downloaded, that would be great. I haven't tried it, but I suspect that will work. I'm using Tomcat 5.0.
    Thanks,

    I got this working. The problem was the webpad demo was coded for pre-1.5.0 jnlpdownload servlet (I guess that is why it is called beta...). I changed the code to use the 1.5 jnlpdownloadservlet and used that jnlp-servlet.jar and it worked. The errors are mysterious because you get Jardiff failed without any explanation. If you mess up the versioning (which I did to at one point) at least the servlet throws a big stacktrace and an error code/message.
    If anyone has this problem and needs a prototype, I can be reached at [email protected]

  • My location bar has vanished. I also don't have a Forward or Back arrow. I tried updating but it didn't help. Anyone know where it's gone? (I've got Version 7 and Windows Vista, I think.)

    I can't think of any more details, but I used to have normal Firefox with a location bar, and now I don't. At the top of my page I have "most visited" and a tab bar. At the bottom I have "secure search". I'm having to get to all URLS by searching for them.

    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily if the Menu Bar is hidden.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • So who's still got version 1.1.1?

    i really want to update my iphone but looks like ever since the 1.1.1 update everyones phone just dies? im still on 1.1.1 and really want to update to 1.1.3 for the new features but im still thinking about it...

    like i said we might have to start paying for updates. Now if i would just give you a update I would just say new update; not free update. when you say free update. you are implying that anything after might cost something. Am i wrong after all in the beginning we were suppose to be able to make our own ring tones on the phone right. now it cost $2 almost if you don't already own the song to make a ring tone. Point? apple changes where they stand almost instantly so i doubt they will stay free. Especially when the new iphones come out. security updates will be free yes but. Not anything ground breaking that changes the whole interface.
    Message was edited by: gibsonlash

  • I'm trying to find the latest version of Quicktime player that I can load to my computer. I've got an old PPC and am running OS 10.4.11. Can anyone help?

    Can anyone tell me what the latest version of Quicktime Player is that I can load to my Mac PPC running OSX 10.4.11?

    I''ve got version 7.6.4, currently. I have checked in Software Update, which said that I was up to date.
    According to the Wikipedia chart, you areas up-to-date as you can get with OS X.4.11

  • In the latest version of Firefox, I have lost the little arrow by the back button that brought up a list of previously viewed pages that I could slelect rather than having to back up page by page- - how do I get it back?

    I have now got version 4.0.1 and am running on Vista.

    You can get the drop down list by either right-clicking on the back/forward buttons, or holding down the left button until the list appears.
    If you want the drop-down arrow you can add it with the Back/forward dropmarker add-on - https://addons.mozilla.org/firefox/addon/backforward-dropmarker

  • I am trying to restore bookmarks to Version 5 from a backup I made from Version 4.+. I get an error message "Unable to process backup file." What's wrong?

    I made a backup of my bookmarks when I was running Firefox Version 4+ (stored in a "json" file on a thumb drive). My primary hard disk crashed and when I down loaded Firefox on to a new hard drive, I got version 5.0. When I tried to restore the saved bookmarks, I got an error message that says "Unable to process backup file."

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    * http://kb.mozillazine.org/Unable_to_process_the_backup_file_-_Firefox

  • Spatial Query across schemas. one version enabled table another not -Hanged

    Hi,
    I am executing a PL/sql procedure where a Spatial query run across two schemas. One table(in x schema) is version enabled and second table(in y schema) is Unversioned. Add to that complexity I am running the procedure from third user logon. I think I have enough previleges, as I won't get any error message.
    But, Procedure worked fine when there is no table is version enabled. It started giving problem when one table got version enabled.
    I have tried by setting " DBMS_WM.Gotoworkspace('LIVE');" before running spatial query. But still no luck, process just hangs on the spatial query.
    I tried by using physical name of the Table (table1_LT) which is making it to work. But, as per Workspace manager guide, applications, programs should NOT use, this physical tables(because it is not the correct way on versioned table).
    1. How can I hint to my query, to use a table from only live version?
    2. Why Query is hanging forever (even tried by leaving it over night....)
    Normally it used to take one or two minutes(before versioning..)
    I have posted it Workspace manager forum, But No Luck (people seems to be shy away after seeing "Spatial query" )
    Any help is highly appriciated

    Hi,
    I will need to know more details about the specific query you are performing. So, please do the following:
    1. list the actual query that you are using
    2. generate an explain plan of the query both before and after the table was version enabled. use @?/rdbms/admin/utlxpls or anything that generates the predicate information.
    3. also, give any pertinent details about the table(size of the table, number of rows expected to be returned, column types in the table, etc).
    Based on that, I will see if I can suggest a possible hint that may be able to improve the performance of your query.
    Regards,
    Ben

  • Crystal reports version 12 vs version 11

    my company purchased crystal reports version 11 and got version 12 in error of course version 12 is an upgraded version so it was a keeper-----our hosting payroll site only works with version 11 and they said it would not be a problem if we created reports in version 12 that they could still provide data through our ODBC connection
    all our reports were created in version 12 and successfully produce data--but suddenly 1 report does not work and of course they now say that they can only run the report if it is built in version 11--
    so the it would not be a problem now is, i feel they changed something on their side that is causing this particular report not to read, a tek issue...but they say by grace of ... was the way the report ever worked, but than why do all other reports still work now???
    is there any way to use our version 12 key product to get a downgraded version 11 to create this report?
    or open the report using version 12 and export it as a version 11?
    or if i recreate the report would the glitch on their side go away?

    Crystal 2008 (version 12) reports can be opened in Crystal XI (version 11) and saved there.  If you don't have access to a copy of Crystal XI, could you possibly see whether the payroll company can downgrade it for you?
    -Dell

  • Acrobat Reader 10 Expired trial version HELP!

    Greetings Community:
    I could use some advice with issues Involving PDF reader 10. I downloaded trial version some time ago & did complete set up correctly. Returned PDF file via e-mail without converting to appropiate file type MS Word.When opening reader by desktop shortcut, or start menu link I get error message explaining the link in not a supported file type, or has been damaged. When attempting to renew, or purchase subscription on line I get a message My account is registered in GB. Have used other e-mail accounts with same results. My billing information is rejected for the same reason of improper Country location. Have tried on line chat, & tech support without success.& phone calls to 800# listed are not returned as promised, or ansewered after waiting over an hour. Have tried repairing files by using Acrobat help link, & Windows Control Panel Programs, & features. Do I need to uninstall, & download again?

    The answer about Reader vs Acrobat is important. Reader is a free product to read PDFs and does not have a trail version. On the other hand, Acrobat is the full product and create PDFs. The trial is a 30 day trial.
    When you say you returned a PDF by e-mail without converting to appropriate file type of WORD, what do you mean proper file type. It is very uncommon to expect someone to open a PDF file and then return a WORD file. That is a backwards workflow.
    Not sure where you got version 10, only 11 is available now (and for the last several months). If you did not get it from Adobe, that may also be an issue.

  • Finder's version number "10.4.2" under OSX 10.4.3

    I decided to hit "About Finder" and I got version 10.4.2 even though the OS version is currently 10.4.3. Is everybody else getting this? Is it normal for the developers to not do anything with Finder for some updates?

    I also get the same finder version number.

  • Old version of ACR in Photoshop CC 2014

    I've downloaded Photoshop CC 2014 today, but have not got the latest version of ACR. I got version 8.0.0.137 instead of 8.6.0.254. What can I do?

    Update ACR.
    Go to the Help menu in Photoshop > Updates.

  • MAC (PSE 11) vs PC version differences

    I set up PSE 11 on my new MacBook Pro and I'm confused by the differences from the PC version I was using.
    1. Do I have to open both the Organizer program AND the Editor program to be able to work in both?
    2. I want to scan a photo from my scanner/printer, but I can't findmy scanner listed through Get New: from (location) while in Organizer. I'm used to scanning in photos through the Editor. Is Mac different?

    How did you get version 11!? It won't be out for possibly another year!
    But assuming you've actually got version 10, your questions mostly concern Photoshop Elements. This is the Premiere Elements forum.
    But that said, the Elements Organizer installs right along with Photoshop Elements. It's part of the bundle.
    Have you tried running your scanner from Photoshop Elements' File/Import/[Your Scanner]?
    The program should have recognized your scanner when it installed and put a link to it in the plug-ins directory. If it did not, you may have to put it in there manually. But it definitely will work.

Maybe you are looking for

  • I'm moving from Canada to the US with an iPhone 4S

    So, I'm going to need to pay out my contract with Fido and am going to need to find a company in the states. My question is can I keep my iPhone 4S and get a new chip with an American company? I'm not entirely sure how this works but I assume you hav

  • How do I get a movie from iMovie to AppleTV's iTheater?

    How do I get a movie from iMovie to AppleTV's iTheater?

  • OUCH! Urgent help needed.

    Hi I have had difficulties setting up a portable external drive to boot a Powerbook. It didn't want to boot and so I fidled a little bit the permissions (command-i). It didn't change anything. But now the volume doesn't mount any more! The other volu

  • How to remove an object from an all white background?

    This is what I'm working with, I need to remove the two orbs from the image  so I can duplicate the surrounding (then empty) circle 5 times and paste them over the rest of the background (not seen) for an upcoming YouTube based gaming venture of mine

  • My files turned into an exec files

    why my files that are in my flash disk turned into an exec files? there's also .ink behind it. one of my friends, copied one of my files and her laptop is not a mac while in the school. and when I got home, i was going to check some files that one of