Ubuntu 14.04 で TopCoder Arena を起動できない

Ubuntu 14.04 で TopCoder Arena を起動できない

javaws - viewer を使用してキャッシュをクリアしようとすると、これらのエラーが発生します。Topcoder Arena を起動しようとしています。

Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar 
Exception in thread "main" java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:382)
    at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:397)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "getenv.JAYATANA_LIBAGPATH")
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
    at java.security.AccessController.checkPermission(AccessController.java:559)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
    at java.lang.System.getenv(System.java:885)
    at com.jarego.jayatana.Agent.premain(Unknown Source)
    ... 6 more
FATAL ERROR in native method: processing of -javaagent failed
Aborted (core dumped)

アリーナが起動しません。ContestAppletProd.jnlp を開こうとすると icedtea が起動しますが、2 秒後に消えてしまいます。つまり、停止してしまい、アリーナが起動しません。

キャッシュをクリアしようとしたのですが

javaws -viewer and also with javaws -XclearCache or rm -rf ~/.icedteaCache/cache .

しかし何も機能しませんでした。

アリーナを立ち上げるには今何をすればよいですか?

注意: icedtea-plugin、openjdk-7-jre、jdk を再インストールしましたが、何も機能しませんでした。

関連情報