Icetea exception

Jiri Vanek jvanek at redhat.com
Mon Jun 27 09:32:14 UTC 2016


On 05/26/2016 07:06 PM, Cezar Campeanu wrote:
> Hi,
>
>
>
> I can't provide link as this is a IP Intranet D-Link DCS 920 camera. A
> similar message is for Trendnet TV-IP422W camera. It worked before, but
> after upgrading it does not work any more. See below a partial message.

After upgrading of what to what?

> For this kind of applets(hardware built-in), we should be able to
> override any security protection.

Without reproducer I can hardly debug it. From looking into  stack trace, few options are rising:
>
> Thanks,
> Cezar
>

>
> net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could
>  not initialize applet. For more information click "more information
> button".


Not found all resources, not declared main class,  ivalid jnlp, network outage, corrutped cache...

>
> Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization
> Error: Unknown Main-Class. Could not determine the main class for this
> application.

Actually the same as above
>
>     at
> net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:701)
>
> Caused by: java.lang.ClassNotFoundException: Could not find class
> ultracam

Still the same issues - Main class - entry point of your applet was not found.
>
>     at

>
> Caused by: java.security.PrivilegedActionException:
> java.lang.ClassNotFoundException: ultracam
>
And still the same, only with additional info that main lcass should be named ultracam.



The java.security.PrivilegedActionException:  seems to indicate that teh issue is casued by uidate 
from systemj dk 7 to system jdk8, but not for sure.


General hints:

  - try to run the applet in offline mode (-Xoffline)
  - try to run the applet without any security restrictions (-nosecurity)
  - try to force run over http instead of https
  - try to remove /.config/icedtea-web/.appletTrustSettings
  - via itweb-settings -> extended applets security : try to  set security level to Low
  - if above fails, try to clear cache and run it again (only the off-line  maybe skipped as all 
off-line resources were already deleted) (-Xclearcache)

You can try to run the applet (and so with above switches) as javaws -html -..switches.. 
http://your.applets/page.html

Or set the variables for plugin:
itweb-settings  -> jvmsettings -> jvm arguments for plugin



Also you may next time try the complete log from terminal when run with --verbose switch or from 
icedtea-web's console, which you can access from error dialogue. (but in this case I'm not sure if 
it will help much more)


J.


More information about the distro-pkg-dev mailing list