• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JavaWebStart app doesn't start out of Internet Explorer

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I have developed an application using JavaWebStart. I'm normally using the Mozilla Firebird browser. And everything works fine. But when my application is started from within Internet Explorer 6.0, I get the following error:
Internet Explorer cannot download todophant.jnlp from todophant.monster-internet.nl ...Internet Explorer was not able to open this site.
And when I launch it by using my clickoutcounter, JavaWebStart starts and gives the following error:
An error occurred while launching/running the application.
Category: Invalid Argument error
Could not load file/URL specified: C:\Documents and Settings\Jeroen Oosterlaar\Local Settings\Temporary Internet Files\Content.IE5\I10NMTE5\todophant[1].jnlp
It has something todo with IE and cache I suppose, but what?
I found out that others have the same problem:
http://forum.java.sun.com/thread.jsp?forum=38&thread=442779&tstart=150&trange=30
http://forum.java.sun.com/thread.jsp?forum=38&thread=442320&tstart=150&trange=30

But none has been solved.
Please has anyone an idea? My application can be started from: http://todophant.monster-internet.nl/todophant.jnlp
Regards,
Mark Monster
 
M.K.A. Monster
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It worked for me when copying the jnlp-file to the root site www.monster-internet.nl the rest was where was before. Also the non-copy of the jnlp-file. It was a problem that IE didn't cache the things in the subdomain.
 
reply
    Bookmark Topic Watch Topic
  • New Topic