Sign in to follow this  
Emane

Unable to launch?

Recommended Posts

java.net.SocketException: Unexpected end of file from server

at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)

at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)

at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)

at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)

at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)

at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)

at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)

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

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

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

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

at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)

at com.sun.javaws.Launcher.prepareToLaunch(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.access$000(Unknown Source)

at com.sun.javaws.Main$1.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

 

Share this post


Link to post
Share on other sites
 

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

  <information>

    <title>Wurm Online [unstable]</title>

    <vendor>Code Club AB</vendor>

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

    <description>Wurm Online test client</description>

    <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_unstable.jar" main="true"/>

    <jar href="wurmres_unstable.jar"/>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  </resources>

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

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

  </resources>

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

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

  </resources>

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

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

  </resources>

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

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

  </resources>

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

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

  </resources>

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

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

  </resources>

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

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

  </resources>

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

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

  </resources>

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

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

  </resources>

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

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

  </resources>

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

    <argument>jenn001.game.wurmonline.com</argument>

  </application-desc>

</jnlp>

Share this post


Link to post
Share on other sites

Same issue yet today. Have removed wurm completely and attempted to reinstall (cant because it never downloads), Have shut off firewall, Have removed and reinstalled java. All to no avail. Website still showing as down, as is the server status page on the forums. Guess Ill go try out Everquest Next Landmark instead. At least a response from some dev would be nice stating anything at all. 


Edited by Emane

Share this post


Link to post
Share on other sites

I am having the same issue. The only thing that worked is spamming reconnect. I've re installed also just keep spamming it install.


 


Also it seem to only happen at certain days/times, ie weekend peek periods of network traffic. I've been getting dc'ed on a regular intervals at one point.  


 


 


I agree that you should have be at least notified by someone seeing this game is 24/7, Micro transactions happen right away thus you should get service within a reasonable time frame not day later. 


Edited by gorgian

Share this post


Link to post
Share on other sites

I'm having the same issue and have uninstalled an reinstalled wurm, java, tried java 1.6 and a few other versions, turned off firewall and nothing same thing.

i'm at an loss and do not know what to do any ideas?

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