In the details it tells me, "Error: Unable to load resource: http://plymouth.seatribe.se/java/builtin-res.jar" and give me this in the "Launch File" tab;
- Code: Select all
<jnlp spec="1.0+" codebase="http://unionclient.ru/salem/" href="bdsalem.jnlp">
<information>
<title>BD SaleM</title>
<vendor>Seatribe, APXEOLOG</vendor>
<description>The Salem game</description>
<icon href="icon.gif"/>
<shortcut online="false">
<desktop/>
<menu submenu="Salem"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<resources>
<java version="1.6+" max-heap-size="512M"/>
<j2se version="1.6+" max-heap-size="512M"/>
<jar href="bdsalem.jar"/>
<property name="haven.defserv" value="plymouth.seatribe.se"/>
<property name="haven.resurl" value="http://plymouth.seatribe.se/res/"/>
<extension name="res" href="http://plymouth.seatribe.se/java/salem-res.jnlp"/>
<extension name="jogl" href="http://www.havenandhearth.com/java/jogl/jogl.jnlp"/>
</resources>
<application-desc/>
</jnlp>
This in the "Exception" tab;
- Code: Select all
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://plymouth.seatribe.se/java/builtin-res.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.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$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
and this in the "Wrapped Exception" tab;
- Code: Select all
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(Unknown Source)
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.downloadResourceToTempFile(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.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$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Edit: I am running a "custom client" but the same thing happens when I run the forum client.