From owner-freebsd-java@freebsd.org Thu Nov 26 15:23:04 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 29A28A3869D for ; Thu, 26 Nov 2015 15:23:04 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C60F01D6F for ; Thu, 26 Nov 2015 15:23:03 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1a1y9B-0001e4-60; Thu, 26 Nov 2015 16:07:51 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-java@freebsd.org, "Slawa Olhovchenkov" Subject: Re: firefox java plugin References: <20151116162749.GC31314@zxy.spb.ru> Date: Thu, 26 Nov 2015 16:07:44 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <20151116162749.GC31314@zxy.spb.ru> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: - X-Spam-Score: -1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.4.0 X-Scan-Signature: b4fdc3b4278883d6ff9fc814729711f5 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:23:04 -0000 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) 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"