Current MView Webstart corrupt

User 677b9c22ff

02-06-2009 00:15:21

Hi,


I tried to use MVIew webstart http://www.chemaxon.com/marvin/examples/webstart/mview.jnlp


http://www.chemaxon.com/marvin/lib/backport-util-concurrent.jar


is missing


com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://www.chemaxon.com/marvin/lib/backport-util-concurrent.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.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.downloadJarFiles(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareLaunchFile(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$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


Tobias


 

ChemAxon 7c2d26e5cf

02-06-2009 13:15:08

Thanks for the bug report.


Although I could not reproduce this error (I do not know why), I see the problem.


The backport-util-concurrent.jar has not been bundled with Marvin Beans package since Marvin 5.2.


Marvin code do not use this jar anymore but its reference was not removed from the example jnlp files. Now, I have done it and updated jnlp files on the site.


Please try it again. If you have got local copies from Marvin jnlp files that refer any Marvin 5.2 code, please remove the following line from these jnlp config files:


<jar href="lib/backport-util-concurrent.jar" download="lazy"/>


Sorry for the inconvenience.

User 677b9c22ff

02-06-2009 17:09:59

Hi,


I now get


com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://www.chemaxon.com/marvin/lib/inchi-native-windows-1_1.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.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.downloadJarFiles(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareLaunchFile(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$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


Cheers


Tobias


 

User 677b9c22ff

02-06-2009 17:22:20

Hi,


OK, clearing the cache helped. Obviously JAVA keeps some skeletons in the closet


and those zombies interfere. I am not sure if this can be avoided by setting a command


in tje JNLP file. Because otherwise it will be always a mess if a new update comes.


 


Cheers


Tobias


 


 

ChemAxon 7c2d26e5cf

05-06-2009 17:27:18

I don't remember that I have ever had any problem with webstart caching. But I have to admit that I often clear Java cache because of several other reasons.