Sign in to follow this  
Williamscott

Unable to launch application

Recommended Posts

Login server status: offline


EDIT: i was still able to login, so it might not be your problem after all.


Edited by Ulost

Share this post


Link to post
Share on other sites

for some reason it will not let me post the details of the java thing it keeps thinking its code for the forum

Share this post


Link to post
Share on other sites

mation>

Wurm OnlineCode Club ABWurm Online clientjenn001.game.wurmonline.com

Exception:

com.sun.deploy.net.FailedDownloadException: Unable to load resource: (http://www.wurmonline.com/client/libraries-stable-2013/colladabind.jar, 1.0.0)

at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)

at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)

at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)

at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)

at com.sun.javaws.LaunchDownload$DownloadTask.call(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)

Wrapped Exception:

java.io.IOException: missing version response from server

at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)

at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)

at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)

at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)

at com.sun.javaws.LaunchDownload$DownloadTask.call(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)

Share this post


Link to post
Share on other sites

Here is the Launch File

jnlp spec="1.0" codebase="http://www.wurmonline.com/client/" href="wurmclient.jnlp">

information>

title>Wurm Online

vendor>Code Club AB

homepage href="http://www.wurmonline.com/"/>

description>Wurm Online client

icon href="wurm_icon_128.png" width="128" height="128"/>

icon href="wurm_icon_64.png" width="64" height="64"/>

icon href="wurm_icon_32.png" width="32" height="32"/>

icon href="wurm_icon_16.png" width="16" height="16"/>

icon kind="splash" href="splash.gif"/>

shortcut online="true">

desktop/>

menu submenu="Wurm Online"/>

/shortcut>

/information>

update check="timeout" policy="always"/>

security>

all-permissions/>

/security>

resources>

j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+" initial-heap-size="128M" max-heap-

size="800M"/>

property name="sun.java2d.noddraw" value="true"/>

property name="org.lwjgl.input.Mouse.allowNegativeMouseCoords" value="true"/>

jar href="wurmclient.jar" main="true"/>

jar href="wurmres.jar"/>

jar href="libraries-stable-2013/colladabind.jar" version="1.0.0"/>

jar href="libraries-stable-2013/irclib.jar" version="1.10"/>

jar href="libraries-stable-2013/jogg.jar" version="0.0.7"/>

jar href="libraries-stable-2013/jorbis.jar" version="0.0.15"/>

jar href="libraries-stable-2013/joXSI.jar" version="1.0.0"/>

jar href="libraries-stable-2013/jzipupdate.jar" version="0.9.1"/>

jar href="libraries-stable-2013/lwjgl.jar" version="2.9.1"/>

jar href="libraries-stable-2013/lwjgl_util.jar" version="2.9.1"/>

jar href="libraries-stable-2013/PNGDecoder.jar" version="0.0.1"/>

jar href="libraries-stable-2013/slick-util.jar" version="b208"/>

jar href="libraries-stable-2013/vecmath.jar" version="1.5.2"/>

jar href="libraries-stable-2013/jbullet.jar" version="1.0.0"/>

jar href="libraries-stable-2013/commons-codec.jar" version="1.4"/>

jar href="libraries-stable-2013/commons-httpclient.jar" version="3.1"/>

jar href="libraries-stable-2013/commons-logging.jar" version="1.1.3"/>

/resources>

resources os="Win" arch="x86">

nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.1"/>

/resources>

resources os="Win" arch="amd64">

nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.1"/>

/resources>

resources os="Mac" arch="ppc">

nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/>

/resources>

resources os="Mac" arch="i386">

nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/>

/resources>

resources os="Mac" arch="x86_64">

nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/>

/resources>

resources os="Linux" arch="i386">

nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/>

/resources>

resources os="Linux" arch="x86">

nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/>

/resources>

resources os="Linux" arch="amd64">

nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/>

/resources>

resources os="Linux" arch="x86_64">

nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/>

/resources>

resources os="SunOS" arch="sparc">

nativelib href="libraries-stable-2013/lwjgl-natives-solaris.jar" version="2.9.1"/>

/resources>

application-desc main-class="com.wurmonline.client.WurmLauncher">

argument>jenn001.game.wurmonline.com

/application-desc>

Here is the exception

com.sun.deploy.net.FailedDownloadException: Unable to load resource:

(http://www.wurmonline.com/client/libraries-stable-2013/colladabind.jar, 1.0.0)

at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)

at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)

at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)

at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)

at com.sun.javaws.LaunchDownload$DownloadTask.call(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)

Here is the wrapped exception

java.io.IOException: missing version response from server

at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)

at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)

at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)

at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)

at com.sun.javaws.LaunchDownload$DownloadTask.call(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)

I've uninstalled and reinstalled everythign, different java versions, firewal on and off and still the same thing.

Share this post


Link to post
Share on other sites

My guess is you're going through a proxy server which drops some information.

You can try setting a direct internet connection in the Java control panel, Network settings.

Share this post


Link to post
Share on other sites

Lets see if we can get some information who's messing with the download.

* Start Internet Explorer

* In IE press F12 to open the Developer tools

* In developer tools select the network information (Ctrl-4 or click the WLan router symbol)

* In the network panel klick the play icon

* Download the following file: Paste the address into the Internet explorer location bar and press enter

http://www.wurmonline.com/client/libraries-unstable-2013/colladabind.jar?version-id=1.0.0'>>http://www.wurmonline.com/client/libraries-unstable-2013/colladabind.jar?version-id=1.0.0
* There should be an entry for the downloaded file in network information

* Select the entry and click "Details"

* Post the contents of the "Requestheader" and "Replyheader" tab. You can right click the list and select everything from the list and copy the contents to the clipboard

Share this post


Link to post
Share on other sites

request Header


 


Key Value

User-Agent Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MALNJS)

Request GET /client/libraries-unstable-2013/colladabind.jar?version-id=1.0.0 HTTP/1.1

Host www.wurmonline.com

DNT 1

Cookie _ga=GA1.2.1031695603.1394998730; __utma=196154794.1031695603.1394998730.1394998766.1394998766.1; __utmz=196154794.1394998766.1.1.utmcsr=wurmonline.com|utmccn=(referral)|utmcmd=referral|utmcct=/; member_id=7658; pass_hash=863fdd4cac8fa5cabbb77ea206cc8638; ipsconnect_bc3cb0817e3af14c4f49be7747f58765=1

Connection Keep-Alive

Accept-Language en-US,en;q=0.5

Accept-Encoding gzip, deflate

Accept text/html, application/xhtml+xml, */*

 

Response Header


Key Value

X-Powered-By PHP/5.3.28

Server Apache

Response HTTP/1.1 200 OK

Keep-Alive timeout=15, max=100

Date Tue, 18 Mar 2014 11:16:24 GMT

Content-Type application/java-archive

Content-Length 1633014

Connection Keep-Alive

 

If there is anything else you need please let me know, Im about off to work, so i will get back to you once i get off work tonight.


 


Share this post


Link to post
Share on other sites

Something is definitly messing with the network request and is blocking a required header. It can be anything: firewall, virus scanner, a firewall at the internet provider.

I'd suggest trying to disable the firewall and virus scanner. Temporarily disable anything in the virus scanner that sounds like it's inspecting network traffic. This can include email scanning or download protection.

Other than that I can't help you much.

This is wht the response should look like. It has the required x-java-jnlp-version-id header.

HTTP request sent, awaiting response...

HTTP/1.1 200 OK

Date: Tue, 18 Mar 2014 15:13:46 GMT

Server: Apache

X-Powered-By: PHP/5.3.28

x-java-jnlp-version-id: 1.0.0

Content-Length: 1633014

Keep-Alive: timeout=15, max=100

Connection: Keep-Alive

Share this post


Link to post
Share on other sites

yeah i just remembered we use Watchguard on our internet to block inappropriate content could that be possibly doing that, and if so is there a way to try to send something through a port to see if it blocks it?


Share this post


Link to post
Share on other sites

Yeah, watchguard came up as the possible culprit in a similar issue.

http://webcache.googleusercontent.com/search?q=cache:OESeis6xtjEJ:www.planwithvoyant.co.uk/vforum/posts/list/358.page+&cd=9&hl=en&ct=clnk

We use a Watchguard x1250e firewall and your notes helped us fix the issue here.

We actually had to add java header to the http Proxy filter under the HTTP Response, Header Fields and then adding the header under the pattern type as 'x-java-jnlp-version-id:*'

Many thanks again.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this