I have encountered problems downloading and installing the softsqueeze
3.6 .jnlp file.  I have taken the following actions:
Removed ALL the old jre's and reinstalled the most recent (1.6.0_3
b05).

I have tested other .jnlp's and they download fine.  I have directly
run the .jar and that runs fine.  But, when I try to run the .jnlp from
the server I get an application error.  Going to details, I see the
following:
=====================================
EXCEPTION TAB:
com.sun.deploy.net.FailedDownloadException: Unable to load resource:
http://192.168.4.150:9000/html/softsqueeze/SoftSqueeze.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)

WRAPPED EXCEPTION TAB:
java.util.zip.ZipException: invalid block type
        at java.util.zip.InflaterInputStream.read(Unknown Source)
        at java.util.zip.ZipInputStream.read(Unknown Source)
        at com.sun.deploy.net.HttpDownloadHelper.decompressWrite(Unknown
Source)
        at com.sun.deploy.net.HttpDownloadHelper.download(Unknown Source)
        at com.sun.deploy.cache.Cache.downloadResourceToCache(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.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)

LAUNCH FILE TAB:
<?xml version="1.0" encoding="utf-8"?>

<!-- JNLP File for Softsqueeze -->

<!--        ** This file is configured for the SqueezeCenter **                 
        -->

<!-- To use this jnlp file from another webserver or your local file   
-->
<!-- system you must edit the 'codebase' and 'slimserver'
attributes.     -->
<!-- Note you must make sure that the webserver returns the MIME       
-->
<!-- type 'application/x-java-jnlp-file'.                                       
        -->

<jnlp
spec="1.0+"
codebase="http://192.168.4.150:9000/html/softsqueeze/";
href="softsqueeze.jnlp">
<information>
<title>SoftSqueeze 3.6</title>
<vendor>Richard Titmuss, et.al.</vendor>
<homepage href="http://softsqueeze.sourceforge.net"/>
<description>SoftsSqueeze Squeezebox Emulator</description>
<description kind="short">SoftSqueeze Squeezebox
Emulator</description>
<icon width="400" height="200" kind="splash"
href="icons/splash.gif" />
<icon width="64" height="64" href="icons/icon64.gif" />
<offline-allowed />
<shortcut online="false">
        <desktop />
        <menu submenu="SqueezeCenter" />
</shortcut>
</information>
<offline-allowed/>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.4+"/>
<jar href="SoftSqueeze.jar"/>
<jar href="lib/log4j-1.2.8.jar"/>
<jar href="lib/tritonus_share.jar"/>
<jar href="lib/mp3spi1.9.2.jar"/>
<jar href="lib/jl1.0.jar"/>
<jar href="lib/jflac-1.2.jar"/>
<jar href="lib/jsch-20040429.jar"/>
<jar href="lib/jogg-0.0.7.jar"/>
<jar href="lib/jorbis-0.0.15.jar"/>
<jar href="lib/vorbisspi1.0.2.jar"/>
<jar href="lib/nativeskin.jar"/>
<nativelib href="lib/nativeskinlib.jar"/>

<!-- Set the following properties to configure the server and firmware 
-->

<property name="slimserver" value="192.168.4.150"/>    
</resources>
<application-desc main-class="org.titmuss.softsqueeze.Application"/>
</jnlp> 
=====================================

Any help is most appreciated.  I suspect it is something simple that I
just doen't see...


-- 
mkgolden1
------------------------------------------------------------------------
mkgolden1's Profile: http://forums.slimdevices.com/member.php?userid=14730
View this thread: http://forums.slimdevices.com/showthread.php?t=43053

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to