"make sure the file exists and check if "codebase" and "href" in the JNLP..."

getting odd situation here: the game works on other computers, but
mine is stuck with this error message:


Ignored exception: java.lang.NullPointerException
Ignored exception: java.lang.NullPointerException
exception: JNLP file error: slicks.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct..
java.io.FileNotFoundException: JNLP file error: slicks.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct.
	at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Exception: java.io.FileNotFoundException: JNLP file error: slicks.jnlp. Please make sure the file exists and check if "codebase" and "href" in the JNLP file are correct.

I’m trying to clear browser caches, Java caches, this happens both in Firefox and Google Chrome so it shouldn’t be the browser.
Java cache shows as being emptied but i am getting suspicious. Tried a clean boot, no help.
What’s up I wonder, wasted the whole day banging my head on this one…
Also exactly the same program, with different paths in the html and jnlp file work just fine on another server.
It’s a big wtf…
[EDIT] fragme, it’s now on both my home computer and work computer, but still works on others… what on earth have i done wrong?
here’s the jnlp file…

<?xml version="1.0" encoding="utf-8"?>
<jnlp href="slicks.jnlp">
  <information>
    <title>Slicks and Slide TE</title>
    <vendor>BlueBerry Finn.</vendor>
    <homepage href="http://ottawa.vps.kotisivut.com"/>
    <description>Slicks applet</description>
    <description kind="short">Slicks and slides.</description>
    <icon kind="splash" href="logo.gif"/>
    <offline-allowed/>
  </information>

    <resources>
      <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
      <property name="sun.java2d.noddraw" value="true"/>
      <jar href="http://download.java.net/media/joal/webstart/joal.jar"/>
      <jar href="http://ottawa.vps.kotisivut.com/dev/applet/lib/j-ogg-oggd.jar"/>
      <jar href="http://ottawa.vps.kotisivut.com/dev/applet/lib/j-ogg-vorbisd.jar"/>
      <jar href="slicks.jar" main="true"/>
      <extension name="joal.jnlp" href=" http://download.java.net/media/joal/webstart/joal.jnlp" />
    </resources>

  <applet-desc 
      name="Slicks-applet"
      main-class="applet.SlicksAppletPop"
      width="1024" 
      height="576">
  </applet-desc>
</jnlp>

Try including a codebase attribute.

added

still no dice… I don’t quite understand where to look for the problem - everything was fine and working, i made no changes, suddenly pox,
about after the Java Update… thinking of checking that as well, downloading the previous update. [EDIT] tried that, no dice. This is so frustrating, one of those things I know I could just work around with the backup server but it’s killing me not to see it on the live one… The other developers don’t report any problem. grey hairs

Made a test, just moved the whole shebang up one folder, tested again, works. Only change is removed the dev/ from the html and jnlp files. What the spoo?
since this happened to the main page also,it doesn’t solve the problem…

Some weird caching issue? If you clear your webstart cache locally does that help?

add a trailing slash !

<jnlp codebase="http://ottawa.vps.kotisivut.com/dev/applet/"
	 href="slicks.jnlp">

I got the message : Authorization Required with firefox.

Added trailing slash, no difference.

I think Java cache is the problem, but ControlPanel->Java->Temporary Internet Files->Settings->DeleteFiles does not help,
and the View is empty after doing it. However, if I check the contents of the cache folder there is a lot of junk there.
Is it safe to wipe it all?

this version ( no authorization password ) http://test.digitalfootmark.com/slicks/applet/test.html
works fine, and is to all purposes identical, except it is testing the undecorated mode which is still buggy.

http://ottawa.vps.kotisivut.com/dev/applet/test.html works for everybody else, but mine is stuck.
Since we are almost due to release I will now reveal the password, and change it next week.
It is only read access password, not full access, so no security stress issue.
user: aku
pass: ankka
(donald duck in finnish )