From owner-freebsd-java@freebsd.org Thu Nov 26 15:13:45 2015 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0809AA38505 for ; Thu, 26 Nov 2015 15:13:45 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9395E1A8A for ; Thu, 26 Nov 2015 15:13:44 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1a1yEp-000F6R-9n; Thu, 26 Nov 2015 18:13:35 +0300 Date: Thu, 26 Nov 2015 18:13:35 +0300 From: Slawa Olhovchenkov To: Ronald Klop Cc: freebsd-java@freebsd.org Subject: Re: firefox java plugin Message-ID: <20151126151335.GX31314@zxy.spb.ru> References: <20151116162749.GC31314@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 15:13:45 -0000 On Thu, Nov 26, 2015 at 04:07:44PM +0100, Ronald Klop wrote: > This message looks important. > > netx: Initialization Error: Could not initialize applet. (Fatal: > Application Error: The signed JNLP file did not match the launching JNLP > file. Missing Resource: Signed Application did not match launching JNLP > File) Who is to blame and what to do? I am test on https://www.java.com/verify/ > > On Mon, 16 Nov 2015 17:27:49 +0100, Slawa Olhovchenkov > wrote: > > > How I can got working java plugin in Firefox 41+? > > I am try to use openjdk8 and Icedtea 1.5.2 and got error on test page: > > > > > > Error on Java side: > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could > > not initialize applet. For more information click "more information > > button". at > > net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:739) at > > net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:668) at > > net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:901) Caused by: > > net.sourceforge.jnlp.LaunchException: Fatal: Application Error: The > > signed JNLP file did not match the launching JNLP file. Missing > > Resource: Signed Application did not match launching JNLP File at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.verifySignedJNLP(JNLPClassLoader.java:1006) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.checkForMain(JNLPClassLoader.java:845) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:659) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.(JNLPClassLoader.java:277) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394) > > at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:704) > > ... 2 more > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > System logger called with result of 0 > > net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could > > not initialize applet. For more information click "more information > > button". at > > net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:739) at > > net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:668) at > > net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:901) Caused by: > > net.sourceforge.jnlp.LaunchException: Fatal: Application Error: The > > signed JNLP file did not match the launching JNLP file. Missing > > Resource: Signed Application did not match launching JNLP File at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.verifySignedJNLP(JNLPClassLoader.java:1006) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.checkForMain(JNLPClassLoader.java:845) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:659) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.(JNLPClassLoader.java:277) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394) > > at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:704) > > ... 2 more > > net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could > > not initialize applet. For more information click "more information > > button". at > > net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:739) at > > net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:668) at > > net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:901) Caused by: > > net.sourceforge.jnlp.LaunchException: Fatal: Application Error: The > > signed JNLP file did not match the launching JNLP file. Missing > > Resource: Signed Application did not match launching JNLP File at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.verifySignedJNLP(JNLPClassLoader.java:1006) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.checkForMain(JNLPClassLoader.java:845) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:659) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.(JNLPClassLoader.java:277) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394) > > at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:704) > > ... 2 more > > netx: Initialization Error: Could not initialize applet. (Fatal: > > Application Error: The signed JNLP file did not match the launching JNLP > > file. Missing Resource: Signed Application did not match launching JNLP > > File) > > net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could > > not initialize applet. For more information click "more information > > button". at > > net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:739) at > > net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:668) at > > net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:901) Caused by: > > net.sourceforge.jnlp.LaunchException: Fatal: Application Error: The > > signed JNLP file did not match the launching JNLP file. Missing > > Resource: Signed Application did not match launching JNLP File at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.verifySignedJNLP(JNLPClassLoader.java:1006) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.checkForMain(JNLPClassLoader.java:845) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:659) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.(JNLPClassLoader.java:277) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418) > > at > > net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394) > > at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:704) > > ... 2 more > > netx: Initialization Error: Could not initialize applet. (Fatal: > > Application Error: The signed JNLP file did not match the launching JNLP > > file. Missing Resource: Signed Application did not match launching JNLP > > File) > > line: 23 > > > > line: 22 > > line: 21 > > line: 20 > > line: 19 height="1"> > > line: 18 width="1" > > line: 17 main-class="JavaDetection" > > line: 16 name="Java Detection Applet" > > line: 15 > line: 14 > > line: 13 > > line: 12 > > line: 11 > > line: 10 > > line: 9 > > line: 8 line: 7 > > line: 6 > > line: 5 Oracle Inc. > > line: 4 Java Detection > > line: 3 > > line: 2 > > > > line: 23 > > line: 22 > > line: 21 > > line: 20 > > line: 19 height="1"> > > line: 18 width="1" > > line: 17 main-class="JavaDetection" > > line: 16 name="Java Detection Applet" > > line: 15 > line: 14 > > line: 13 > > line: 12 > > line: 11 > > line: 10 > > line: 9 > > line: 8 line: 7 > > line: 6 > > line: 5 Oracle Inc. > > line: 4 Java Detection > > line: 3 > > line: 2 > href="JavaDetection_applet.jnlp" spec="1.0+"> > > > > APPLICATION.JNLP has been located within signed JAR. Starting > > verfication... > > Creating File InputStream from lauching JNLP file > > Creating Jar InputStream from JarEntry > > App already has trusted publisher: true > > App already has trusted publisher: true > > OU=Class 3 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US > > found in cacerts (/usr/local/openjdk8/jre/lib/security/cacerts) > > CN=Oracle America\, Inc.,OU=Software Engineering,OU=Digital ID Class 3 - > > Java Object Signing,O=Oracle America\, Inc.,L=Redwood > > Shores,ST=California,C=US found in cacerts > > (/home/slw/.config/icedtea-web/security/trusted.certs) > > Jar found at > > /home/slw/.cache/icedtea-web/cache/20/https/www.java.com/en/download/JavaDetection.jarhas > > been verified as SIGNED_OK > > @ /en/download/JavaDetection.jar > > -(DOWNLOAD) > > +(DOWNLOADED) > > Status: CONNECTED DOWNLOADED STARTED > > @ /en/download/JavaDetection.jar > > -(CONNECTING) > > +(CONNECTED) > > Status: CONNECTED DOWNLOAD STARTED > > isCurrent: https://www.java.com/en/download/JavaDetection.jar = true > > Selected proxies: [DIRECT] > > Selecting proxy for: https://www.java.com/en/download/JavaDetection.jar > > best url for location=https://www.java.com/en/download/JavaDetection.jar > > state=CONNECTING DOWNLOAD STARTED is > > https://www.java.com/en/download/JavaDetection.jar by HEAD > > Key : Content-Type ,Value : [application/java-archive] > > Key : Date ,Value : [Mon, 16 Nov 2015 16:24:33 GMT] > > Key : Content-Length ,Value : [6852] > > Key : Last-Modified ,Value : [Thu, 10 Oct 2013 16:12:35 GMT] > > Key : Connection ,Value : [keep-alive] > > Key : ETag ,Value : ["1ac4-5256d1f3"] > > Key : Server ,Value : [Sun-Java-System-Web-Server/7.0] > > Key : null ,Value : [HTTP/1.1 200 OK] > > Key : Accept-Ranges ,Value : [bytes] > > Key : X-Frame-Options ,Value : [SAMEORIGIN] > > Your custom jre (/lib/rt.jar check) /usr/local/openjdk8 is not valid. > > Please fix deployment.jre.dir in your deployment.properties. In attempt > > to run using default one. > > Selected proxies: [DIRECT] > > Selecting proxy for: socket://www.java.com:443 > > Selected proxies: [DIRECT] > > Selecting proxy for: https://www.java.com/en/download/JavaDetection.jar > > All possible urls for > > location=https://www.java.com/en/download/JavaDetection.jar > > state=CONNECTING DOWNLOAD STARTED : > > [https://www.java.com/en/download/JavaDetection.jar, > > https://www.java.com/en/download/JavaDetection.jar] > > @ /en/download/JavaDetection.jar > > -(CONNECT) > > +(CONNECTING) > > Status: CONNECTING DOWNLOAD STARTED > > @ /en/download/JavaDetection.jar > > +(DOWNLOAD) > > Status: CONNECT DOWNLOAD STARTED > > @ /en/download/JavaDetection.jar > > +(CONNECT) > > Status: CONNECT STARTED > > @ /en/download/JavaDetection.jar > > +(STARTED) > > Jars not ready to provide main class > > Status: STARTED > > Jars not ready to provide attribute Application-Name > > New classloader: > > https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp > > result: null > > Jars not ready to provide main class > > Jars not ready to provide attribute Application-Name > > Acquired shared lock on /tmp/slw/netx/locks/netx_running to indicate > > javaws is running > > Jars not ready to provide main class > > Jars not ready to provide attribute Application-Name > > UNIQUEKEY=1447691073275-1494255588-https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp > > Acceptable vendor tag found, contains: Oracle Inc. > > Acceptable title tag found, contains: Java Detection > > Jars not ready to provide attribute Application-Name > > Description: null > > Homepage: null > > line: 23 > > > > line: 22 > > line: 21 > > line: 20 > > line: 19 height="1"> > > line: 18 width="1" > > line: 17 main-class="JavaDetection" > > line: 16 name="Java Detection Applet" > > line: 15 > line: 14 > > line: 13 > > line: 12 > > line: 11 > > line: 10 > > line: 9 > > line: 8 line: 7 > > line: 6 > > line: 5 Oracle Inc. > > line: 4 Java Detection > > line: 3 > > line: 2 > > > > @ /ga/applet/verify/JavaDetection_applet.jnlp > > -(DOWNLOAD) > > +(DOWNLOADED) > > Status: CONNECTED DOWNLOADED STARTED > > @ /ga/applet/verify/JavaDetection_applet.jnlp > > -(CONNECTING) > > +(CONNECTED) > > Status: CONNECTED DOWNLOAD STARTED > > isCurrent: > > https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp = true > > Selected proxies: [DIRECT] > > Selecting proxy for: > > https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp > > best url for > > location=https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp > > state=CONNECTING DOWNLOAD STARTED is > > https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp by HEAD > > Key : X-Powered-By ,Value : [Servlet/2.5 JSP/2.1] > > Key : Content-Type ,Value : [unknown] > > Key : Content-Language ,Value : [en] > > Key : Date ,Value : [Mon, 16 Nov 2015 16:24:33 GMT] > > Key : Content-Length ,Value : [605] > > Key : Last-Modified ,Value : [Fri, 09 Oct 2015 18:32:42 GMT] > > Key : mdt-type ,Value : [abinary;charset=UTF-8] > > Key : Connection ,Value : [keep-alive] > > Key : Content-Disposition ,Value : > > [inline;filename=JavaDetection_applet.jnlp;filename*=UTF-8''JavaDetection_applet.jnlp] > > Key : Server ,Value : [Oracle-Application-Server-11g] > > Key : null ,Value : [HTTP/1.1 200 OK] > > Key : X-Frame-Options ,Value : [SAMEORIGIN] > > Selected proxies: [DIRECT] > > Selecting proxy for: socket://www.java.com:443 > > Selected proxies: [DIRECT] > > Selecting proxy for: > > https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp > > All possible urls for > > location=https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp > > state=CONNECTING DOWNLOAD STARTED : > > [https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp, > > https://www.java.com/ga/applet/verify/JavaDetection_applet.jnlp] > > Detected online set to: true > > @ /ga/applet/verify/JavaDetection_applet.jnlp > > -(CONNECT) > > +(CONNECTING) > > Status: CONNECTING DOWNLOAD STARTED > > @ /ga/applet/verify/JavaDetection_applet.jnlp > > +(DOWNLOAD) > > Status: CONNECT DOWNLOAD STARTED > > @ /ga/applet/verify/JavaDetection_applet.jnlp > > +(CONNECT STARTED) > > Status: CONNECT STARTED > > JNLPRuntime already initialized > > Using NetX panel > > Read 994 entries from Firefox's preferences > > Found preferences file: /home/slw/.mozilla/firefox/slw/prefs.js > > Using firefox's profiles file: /home/slw/.mozilla/firefox/profiles.ini > > Starting security dialog thread > > Started processing of plugin-debug-to-console > > /tmp/icedteaplugin-slw-9yQiNG/19209-icedteanp-plugin-debug-to-appletviewer > > Starting processing of plugin-debug-to-console > > /tmp/icedteaplugin-slw-9yQiNG/19209-icedteanp-plugin-debug-to-appletviewer > > WARNING: key deployment.system.cachedir has no value, setting to default > > value > > Loading User level properties from: > > /home/slw/.config/icedtea-web/deployment.properties > > cache: /home/slw/.cache/icedtea-web file exists:true > > config: /home/slw/.config/icedtea-web file exists: true > > System is already following XDG .cache and .config specifications > > 2: > > /tmp//icedteaplugin-slw-9yQiNG/19209-icedteanp-plugin-debug-to-appletviewer > > 1: /tmp//icedteaplugin-slw-9yQiNG/19209-icedteanp-appletviewer-to-plugin > > 0: /tmp//icedteaplugin-slw-9yQiNG/19209-icedteanp-plugin-to-appletviewer > > startup arguments: > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"