Cannot download Web Start app

I've got an application up and running, but when I try to load it onto the website and download from there, I get the following error:
java.net.ConnectException: Connection refused: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(Unknown Source)
     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
     at java.net.PlainSocketImpl.connect(Unknown Source)
     at java.net.Socket.connect(Unknown Source)
     at java.net.Socket.connect(Unknown Source)
     at sun.net.NetworkClient.doConnect(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.openServer(Unknown Source)
     at sun.net.www.http.HttpClient.<init>(Unknown Source)
     at sun.net.www.http.HttpClient.New(Unknown Source)
     at sun.net.www.http.HttpClient.New(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
     at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
     at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
     at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
     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.deploy.net.DownloadEngine.getResource(Unknown Source)
     at com.sun.javaws.Launcher.updateFinalLaunchDesc(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)
I've gathered that it's probably a jnlp syntax error, but I don't know what is causing it. Any insight would be greatly appreciated.
Nivi

Let me add a little more information. I've got a java desktop program, developed in netbeans. It compiles fine and runs on my desktop. However, when attempting to web startify it, I have problems. I have included the jnlp code below. And if you want to see the error, go to www.footcareeverywhere.org/Application/launcher.php.
It starts the process, but then gives me an error saying it cannot load resource launcher.php. How could it have started processing the file without being able to find the file?
This site needed to be up 2 days ago, and I desperately need to get this working.
Please help!
Nivi
<jnlp spec="1.0+" codebase="http://www.footcareeverywhere.org/Application" href="launcher.php" >
     <information>
          <title>Foot Care Everywhere</title>
          <vendor>International Working Group on the Diabetic Foot</vendor>
          <homepage href="http://www.footcareeverywhere.org/"/>
          <description>Release</description>
          <description kind="short">FCE Rel 3.28.2008</description>
          <shortcut online="true">
               <desktop/>
               <menu submenu="Foot Care Everywhere"/>
          </shortcut>
          <icon href="icon.gif"/>
          <icon kind="splash" href="FCE_splash.gif"/>
          <offline-allowed/>
     </information>
     <security>
          <all-permissions/>
     </security>
     <resources>
          <!-- Require java 1.6 or higher -->
     <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
          <jar href="FootCareEverywhere.jar" main="true" download="eager"/><!-- Main application -->
          <jar href="liquidlnf.jar" main="false" download="eager"/><!-- Liquid look n feel -->
          <jar href="mkjdbc.jar" main="false" download="eager"/><!-- McKoi driver -->
          <jar href="mckoidb.jar" main="false" download="eager"/><!-- McKoi jar -->
          <jar href="fop.jar" main="false" download="eager"/><!-- Apache FOP -->
          <jar href="batik.jar" main="false" download="eager"/><!-- Batik for Apache FOP -->
          <jar href="avalon-framework-cvs-20020806.jar" main="false" download="eager"/><!-- Avalon for Apache FOP -->
     </resources>
     <application-desc main-class="fce.AppMain"/>
</jnlp>

Similar Messages

  • Java Web Start.app, apparent problems.

    I have been experiencing many small problems during web browsing, etc. and have received terrific help from Barry Hemphill but he is unable to help on Java matters.
    When I open Java Web Start app. I get the following message; "You cannot open Java Web Start.app because it it is damaged or incomplete". This is possibly, at least by the app's. name the cause of my troubles, though I am guessing. Can anyone guide me to where I can download and re-install the app. to see if it does overcome my problems. A typical one of them is happening as I type, the screen characters are lagging heavily behind my two-finger typing.
    Brian Hope
    MacMini Mac OS X (10.4.10)

    Hi Brian, Happy Holidays!
    The Java Web Start software is a component of the Java Runtime Environment (JRE) and is installed with the JRE.
    http://java.com/en/download/faq/java_webstart.xml
    See also...
    http://www.digistamp.com/t3runMac.htm

  • My web start app doesn't get cached

    Many apologies if this topic has been covered before but I have extensively searched the archive and can't seem to find it.
    I have made my own trivial web start app and it downloads and works fine with my installed web start software. The problem I have is that when I launch the web start application manager and start my app from there the app does not apear in the "downloaded applications" section and hence I can't get to run it unless I have a connection.
    Firstly I though I may be missing the <offline-allowed/> element from the JNLP file but it wasn't that. Then I thought it may be because my jars aren't signed but then the examples from sun worked OK and they weren't signed at all.
    I have checked in the web starts cache directory and it looks to me as if the correct jars are in there but still the application manager won't show my app as one of the downloaded ones.
    Any help would be much appreciated.
    Gareth Walker

    The Java Web Start application Manager will only display applications who's jnlp files are cached.
    In order to cache your jnlp file you need to include an href attribute for the jnlp element in your jnlp
    file. This may not allways be possible if your jnlp file is programatically generated by a servlet,
    but it works for static jnlp files.

  • Java Signing issues when loading web start app

    Hey, not sure if this is the correct place for this - but couldn't think where else to put it...
    I'm a bit stuck at the moment and i wondered if anyone could shed some light on my problem, and where I might go from here.
    We've developed a EJB3 application that has a web start UI for users to start... The application is developed in Eclipse and compiled and deployed with ant build scripts... When we deploy the application from within Eclipse everything runs smoothly and users are able to start the web start app without any problems... However I've recently tried setting up a Continuous Integration server (Hudson) for us to test new deploys on and for this our build scripts need to be run outside of Eclipse...
    This appears to run without a problem, however each time the system is deployed from here the web start application fails to start because web start cannot verify the signing in the client jar
    Could not verify signing in resource: http://10.39.216.5:8080/mist2/lib/mist2-client.jarAs far as I can tell from the output of the build everything goes according to plan and there is little difference between the output if the build had been started in eclipse... The only big difference is that when building in Eclipse the build only packs up the compiled code, because Eclipse auto build the application, whereas in Hudson the code is clean built using the ant scripts (which are created by Eclipse)... and if I turn autobuild off eclipse and build the project from scratch using only the build scripts then the same problem arises...
    I'm not really an expert on jar signing so I can't really guess at what might cause the verification to fail... any hints would be much appreciated. It feels like there is something that the Eclipse compiler does that is missing from the scripts but I can't think what this might be as the scripts are created in Eclipse
    Thanks
    Alex

    Alex,
    I believe your problem might be similar to one I had. According to one forum response (of course I can't find it now), if you have third-party JARs in your application (which in your case would be any eclipse jars), they might already be signed by their originators (as are eclipse jars), which may cause some really strange errors.
    The solution for me was to package my third-party (that is, eclipse) jars into their own feature, separate from my application's feature. So, my main jnlp file has an extension to my application's feature jnlp, and that feature's jnlp file has an extension to yet another jnlp file containing the list of third-party (eclipse) jars. Of course, your jar list will probably be different than mine.
    Here's all three files. Hope this helps!!
    Calvin.jnlp (the main jnlp file):
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp
    spec="1.0+"
    codebase="http://bet/ERS"
    href="calvin.jnlp">
    <information>
    <title>ERS</title>
    <vendor>NIAT</vendor>
    <homepage href="http://niat.net"/>
    <description>Electronic Record System</description>
    <icon href="icon.jpg"/>
    <icon kind="splash" href="splash.jpg"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.6+" max-heap-size="256m"/>
    <jar href="org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar" main="true"/>
    <extension
    name="Calvin Feature"
    href="features/net.niat.calvin.feature.jnlp"/>
    <property
    name="osgi.instance.area"
    value="@user.home/Application Data/calvin"/>
    <property
    name="osgi.configuration.area"
    value="@user.home/Application Data/calvin"/>
    <property
    name="eclipse.product"
    value="net.niat.calvin.product"/>
    </resources>
    <application-desc main-class="org.eclipse.equinox.launcher.WebStartMain">
    <argument>-nosplash</argument>
    </application-desc>
    </jnlp>
    net.niat.calvin.feature.jnlp (the extension's jnlp):
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://bet/ERS">
    <information>
    <title>ERS</title>
    <vendor>NIAT</vendor>
    </information>
    <resources>
    <jar href="../plugins/net.niat.calvin_@[email protected]"/>
    <extension name="RCP" href="org.eclipse.rcp_3.4.1.jnlp"/>
    </resources>
    <component-desc></component-desc>
    </jnlp>
    org.eclipse.rcp_3.4.1.jnlp (the repackaged eclipse files jar feature):
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="$$codebase">
    <information>
    <title>Eclipse</title>
    <vendor>eclipse.org</vendor>
    </information>
    <resources>
    <jar href="../plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar"/>
    <jar href="../plugins/net.niat.calvin_2.6.2.11.jar"/>
    <jar href="../plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar"/>
    <jar href="../plugins/org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar"/>
    <jar href="../plugins/org.eclipse.core.databinding_1.1.1.M20080827-0800b.jar"/>
    <jar href="../plugins/org.eclipse.core.expressions_3.4.0.v20080603-2000.jar"/>
    <jar href="../plugins/org.eclipse.core.jobs_3.4.0.v20080512.jar"/>
    <jar href="../plugins/org.eclipse.core.runtime.compatibility_3.2.0.v20071008.jar"/>
    <jar href="../plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar"/>
    <jar href="../plugins/org.eclipse.equinox.app_1.1.0.v20080421-2006.jar"/>
    <jar href="../plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar"/>
    <jar href="../plugins/org.eclipse.equinox.preferences_3.2.201.R34x_v20080709.jar"/>
    <jar href="../plugins/org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar"/>
    <jar href="../plugins/org.eclipse.help_3.3.101.v20080702_34x.jar"/>
    <jar href="../plugins/org.eclipse.jface.databinding_1.2.1.M20080827-0800a.jar"/>
    <jar href="../plugins/org.eclipse.jface_3.4.1.M20080827-2000.jar"/>
    <jar href="../plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar"/>
    <jar href="../plugins/org.eclipse.swt.win32.win32.x86.source_3.4.1.v3449c.jar"/>
    <jar href="../plugins/org.eclipse.swt_3.4.1.v3449c.jar"/>
    <jar href="../plugins/org.eclipse.ui.forms_3.3.101.v20080708_34x.jar"/>
    <jar href="../plugins/org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar"/>
    <jar href="../plugins/org.eclipse.ui_3.4.1.M20080910-0800.jar"/>
    <jar href="../plugins/runtime_registry_compatibility.jar"/>
    </resources>
    <component-desc></component-desc>
    </jnlp>

  • I cannot download nor update apps through Apps Store, error message states that app cannot be downloaded, to try again later, this has been happening for the  last five days. Help!

    I cannot download nor update apps through Apps Store, error message states that app cannot be downloaded, to try again later, this has been happening for the  last five days. Help!
    It started when tryung to update Twitter. Now the problem is with every app I try to update or download.

    I have this issue as well. The App Store icon indicates there are updates available but when I open the app a popup says it can't connect to the store and the screen remains white. I have tried a hard reset (power &amp; home button) and several other suggestions I have found throughout the forums here without success.

  • Pick Your Web Start App Of The Week

    Hi,
    I invite you to post your comments about your favorite Web Start app here.
    Every week I will profile a different Web Start App at "The Saturn Times" - http://vamphq.com/times - including your quotes.
    Post early, post often and help promote all the great Web Start apps out there.
    - Gerald

    Your jnlp checker Vanessa is quite useful.
    Is the source available, because I would like to fix a bug or two I noticed.
    Then check out Gentleware's Poseidon.
    http://www.gentleware.com/download/Poseidon4umlJWS.jnlp
    It is a commercial version of Tigris.org's ArgoUML, a free UML editor,
    which is webstartable as well:
    http://argouml.tigris.org/files/documents/4/0/0100/ArgoUMLWebStart.jnlp
    Interesting about Poseidon was how they implemented key registration for their JWS app, a common task for commercial applications.
    However Poseidon unwillingly illustrates limitations of the present JWS implementation - this beast is large (about 10-30 MB).
    I loaded it at home via an ISDN link (8KB/s) and it took much time. The download was interrupted for several times, I hadn't start to download again from zero, because the app is splitted into several smaller jars, but still had to reload interrupted jars.
    Some days later it turned out that the disk I had the JWS cache on got full. Thus I wanted to move my precious downloads to another partition, which is not possible. You can't move cache contents elsewere, so I had to redownload it again later (ouch).
    An interesting bit about ArgoUML is how they speed up their large app by forcing class loading in a background thread. I saw that in their source and want to try out that technique myself soon, perhaps it gives a little speed advantage.
    Regards,
    Marc

  • I cannot download Adobe Reader app using my IPod Touch 4th Generation due to iOS upgrade.

    I have an IPod Touch 4th Generation (the older model) and the highest operating system stops at iOS 6.1.6. Unfortunately, when I tried to download Adobe Reader app, it only works for the newer IPod Touch 5th Generation with an operating system of iOS 7.0 or higher. My question is that since I cannot download Adobe Reader app, is there a way for me to open PDF files on my IPod Touch by using Safari? There is no way I can find an Adobe Reader app that works for my operating system or an operating system that works for iOS 6.0 or lower. Is there another program similar to Adobe Reader where I can open PDF files that works for iOS 6.0 or lower?
    Thanks.

    Krispy2010,
    Please note that my instructions are intended for Adobe Reader for iOS, not for all iOS apps in general.
    Adobe Reader for iOS does offer earlier compatible versions for iOS 5 and 6 via the App Store.  Because the supported iOS version for Adobe Reader for iOS is 5 or later.
    Tech specs | Adobe Reader mobile app
    However, I cannot speak for other apps, such as Costco app and NFL app that you have mentioned.  It is up to each individual app developer/company to decide whether to take advantage of Apple's App Store's features to offer earlier versions.
    Install the latest compatible version of an app on an earlier version of iOS or OS X - Apple Support
    If a compatible version isn't available, you can try contacting the app developer. Look for contact information on the app's product page in the App Store or Mac App Store.

  • Passing a parameter to a Web start app

    Hi, I'm having trouble getting a single integer value into my web start application. I understand how you do this with a JNLP however I need a different value for this integer depending on a PHP script. With applets it was fairly simple but with web start apps it seems a little more complex - the only way I could think of was to recreate the entire JNLP file via the PHP script which seems a bit cumbersome if all that's changing is a single integer.
    I had a look around on the web for information about this but it seems that information on passing parameters to web start applications is few and far between.
    I'd be very grateful for an answer!
    Thanks.

    alex.p wrote:
    So in this case how would I pass the integer as a parameter to the webstart app. Is there no way of simply putting it in the link to the JNLP e.g ?
    You could do that if you liked. Is there some expectation that the user will run the web start application after you do that? Or that the user won't already be running it? Or that the user will ever run it? I think you should back up and try to figure out what the point of this parameter is. Is it supposed to make something happen? Or are you just changing the application for the next time a user gets around to using it? Or what? As I said, this really doesn't make much sense so you need to provide a requirement that does make sense if you want to get anywhere at all.

  • Apps tab of Creative Cloud desktop helper constantly displays "Download error. press retry or contact customer support". I've quit CC desktop helper, restarted computer, checked network settings, relogged in. Cannot download any new apps or updates. HELP

    Apps tab of Creative Cloud desktop helper constantly displays "Download error. press retry or contact customer support". As well as reloading, I've also quit CC desktop helper, restarted computer, checked network settings, relogged in. Cannot download any new apps or updates. please help.
    System: Mac OSX 10.9.4. 3.4ghz intel core i7, 8gb ram

    Hello,
    Adobe has brought these new links in this matter:
    Troubleshoot Creative Cloud download and install issues and
    App doesn’t open; progress wheel spins continually
    Please have a look there. If necessary and for further questions click through http://helpx.adobe.com/contact.html and if "open" please use chat, I had the best experiences. I quote from Preran: The chat button is activated as soon as there is an agent available to help.
    Good luck!
    Hans-Günter

  • I have 2 computers. This is my back up and I cannot download Creative Cloud Apps. My primary machine has all updated CC apps. Can you help?

    I have 2 computers. This is my back up and I cannot download Creative Cloud Apps. My primary machine has all updated CC apps. Can you help?

    Hi Wendy,
    in addition to John's hint you should have a look there to "correct answer" in https://forums.adobe.com/message/5441322#5441322 "Creative Cloud client will not download". There Sumit Singh talks about "I am suspecting the AAM URI handler is not working." and gives stepwise advices.
    And he recommends this link https://creative.adobe.com/products/creative-cloud.
    Hans-Günter

  • Java Programming - Run Web Start App Through IDE Using Existing JNLP(s)

    I apologize for the cross post. I believe I mis-posted the first time. The thread belongs here.
    http://forums.sun.com/thread.jspa?threadID=5434826

    You might try pointing JaNeLA *(<- link)* at it, and fixing any errors it reports. Ignore any optimisations suggested. The optimisations are not properly debugged and would not cause the kind of errors you report.
    Oh, and a ++++ to that advice to to ensure the console pops open when encountering a web start app. Make sure the code is not [swallowing exceptions|http://pscode.org/javafaq.html#stacktrace] *(<- link)* at any stage.

  • HT201272 Cannot download pervious purchased app after change country my AppleID registered..

    Cannot download pervious purchased app after change country my AppleID registered..
    How could I get app updates without change country back to origional country where I purchased app.?
    I have purchased lots apps on 2 country by same AppleID.
    It does not make sense to change the country setting.
    Due to in some country, iTunes online store only offer music/movies but NO TV show.
    So I change registered country of my AppleID to US store.
    Now I could purchased HD/1080p movies/TV shows, but cannot get app updates on iTunes which I purchased on pervious country.

    You must be within the Country with a Valid Billing Address and Credit Card for that Country to use the iTunes Store of that Country...

  • Cannot download or delete Apps.

    I have tried to download (on my IPad 4 ISO7) an App "Brothers in Arms 2". It is still downloading after 24 hrs. I cannot delete it! Also I cannot download any other App.? Can anybody help?

    Log out of your Apple ID (Settings>iTunes & App Store>tap your Apple ID>Sign out).
    Reset your device:
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.
    After your device restarts, log back into your Apple ID (Settings>iTunes & App Store>Sign in).

  • I cannot download/update any apps

    I cannot download/update any apps while I&#39;m on Wifi. turning it off and using 3g works fine.
    Posted by WebUser Siddhesh Bhosale from Cisco Support Community App

    There is not enough info to help you here. What equipment and code version. What clients?
    Sent from Cisco Technical Support iPhone App

  • My Dad gave me his old Macbook Pro and I downloaded another version of Lion so it's tied to my ID and it worked but I cannot download and iLife apps at all? It doesn't even give me a choice to purchase it just say accept?

    My Dad gave me his old Macbook Pro and I downloaded another version of Lion so it's tied to my ID and it worked but I cannot download any iLife apps at all? It doesn't even give me a choice to purchase it just say accept? And gives me a dropbox that says that these apps are tied to another ID and I need to log into that ID in order to download it.

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico my first language is Spanish. I do not speak English, however I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    This is a common issue with second hand Macs. The iLife apps came bundled free on this Mac and they are registered to your dad's Apple ID. The only way for you to acept them into your Apple ID is for you and your dad to contact Apple Care, explain that he has passed the Mac to you and ask that the iLife apps be released from your dad's Apple ID so that you may accept them into your Apple ID.

Maybe you are looking for

  • Mac stuck in safe mode start up loop

    Hi everyone, it seems I have run into a problem and can't find answers online. First off I have a MacBook intel core duo on the latest snow leopard and mac software is up to date. It all started when I had to restore my iPhone and it had some problem

  • IPhone not appearing in iTunes after 3.1 update

    Hi everyone....I went to update to the 3.1 OS for my iPhone 3G but during the update it got stuck at the "connect to iTunes". I have uninstalled iTunes and AMD services multiple times. I managed to restore the phone but after the restore it doesn't a

  • Help in select performance

    hi, i need to select data from table catsdb but i have lot of recored like 2,000.000 records , i see that this table have secondary index , maybe this can help ? how i use it? Best Regards

  • Autosave and image problems in Pages 5

    I opened a doc from previous Pages version in new Pages 5 and got repeated Autosave errors. They said the file could not be autosaved as it was created by another application and the location could not be found.  I then I saved it as a new document w

  • PowerMac G5 with Kensington SSD - Don't always start ?

    Hello, I have a powermac G5 that ran just great and wanted to give it a bit more speed.  So I got a Kensington SSD hard drive and installed it on with MacOS X.  Problem now is when I go from a cold start (having to press power on on the front of the