R 1.5.1 is due to come out ... and I've just noticed that the R help.start page search applet doesn't work on my Mandrake 8.2 system even though I've upgraded mozilla to version 1.0 and I have a perfectly working java (all right, I'm using 1.4.0 now, but with mozilla 0.98 and java 1.3.1 it still didn't work). I had thought the problem due to a too-old mozilla version, but it doesn't seem to be that now. Error messages throughout changes in versions of mozilla and java are consistent: the java applet doesn't get initialized. Could this be a problem with default mandrake file permissions ? Is it possible to download just the apple source code and a description of how it is supposed to work from somewhere on CRAN ? How could I go about debugging this ? -- Michele Alzetta -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, 11 Jun 2002 mikalzet@libero.it wrote:> > R 1.5.1 is due to come out ... and I've just noticed that the R help.start > page search applet doesn't work on my Mandrake 8.2 system even though I've > upgraded mozilla to version 1.0 and I have a perfectly working java (all > right, I'm using 1.4.0 now, but with mozilla 0.98 and java 1.3.1 it still > didn't work). I had thought the problem due to a too-old mozilla version, > but it doesn't seem to be that now. > > Error messages throughout changes in versions of mozilla and java are > consistent: the java applet doesn't get initialized. > > Could this be a problem with default mandrake file permissions ?I've never seen anything like this in RedHat 7.2, where Mozilla 0.9.6, 0.9.9 and 1.0rc2 all worked.> Is it possible to download just the apple source code and a description of > how it is supposed to work from somewhere on CRAN ?It's all in doc/html/search in the source tree (you'll need to make to get the HTML file and something to search).> How could I go about debugging this ? > > -- > Michele Alzetta > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ >-- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> "Michele" == Michele Alzetta <mikalzet@libero.it> writes:Michele> R 1.5.1 is due to come out ... and I've just Michele> noticed that the R help.start page search applet Michele> doesn't work on my Mandrake 8.2 system even though Michele> I've upgraded mozilla to version 1.0 and I have a Michele> perfectly working java (all right, I'm using 1.4.0 Michele> now, but with mozilla 0.98 and java 1.3.1 it still Michele> didn't work). I had thought the problem due to a Michele> too-old mozilla version, but it doesn't seem to be Michele> that now. Michele> Error messages throughout changes in versions of Michele> mozilla and java are consistent: the java applet Michele> doesn't get initialized. I can confirm that with Mozilla 1.0 (20020605) and help.start(browser = "mozilla") the search applet gives the same error message and search/keywords are not working whereas with help.start(browser = "netscape") (with quite an old version of netscape) the search applet *does* work. (this is a highly up-patched redhat 7.1) Michele> Could this be a problem with default mandrake file Michele> permissions ? Is it possible to download just the Michele> apple source code and a description of how it is Michele> supposed to work from somewhere on CRAN ? How Michele> could I go about debugging this ? (I have not tried yet to debug. Always felt Mozilla should be able to work as well as old netscape ..) Martin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
By the way, this is the error message I get: java.security.AccessControlException: access denied (java.io.FilePermission /home/mike/.R/doc/html/search/SearchEngine.class read) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270) at java.security.AccessController.checkPermission(AccessController.java:401) at java.lang.SecurityManager.checkPermission(SecurityManager.java:542) at java.lang.SecurityManager.checkRead(SecurityManager.java:887) at java.io.File.isDirectory(File.java:698) at sun.plugin.net.protocol.file.PluginFileURLConnection.connect(PluginFileURLConnection.java:69) at sun.plugin.net.protocol.file.PluginFileURLConnection.initializeHeaders(PluginFileURLConnection.java:87) at sun.plugin.net.protocol.file.PluginFileURLConnection.getContentLength(PluginFileURLConnection.java:136) at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:227) at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:40) at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:141) at java.security.AccessController.doPrivileged(Native Method) at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:138) at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:189) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:112) at java.lang.ClassLoader.loadClass(ClassLoader.java:262) at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:473) at sun.applet.AppletPanel.createApplet(AppletPanel.java:548) at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1621) at sun.applet.AppletPanel.runLoader(AppletPanel.java:477) at sun.applet.AppletPanel.run(AppletPanel.java:290) at java.lang.Thread.run(Thread.java:536) -- Michele Alzetta -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> mikalzet writes:> By the way, this is the error message I get:I get the same, mutatis mutandis. -k> java.security.AccessControlException: access denied (java.io.FilePermission /home/mike/.R/doc/html/search/SearchEngine.class read) > at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270) > at java.security.AccessController.checkPermission(AccessController.java:401) > at java.lang.SecurityManager.checkPermission(SecurityManager.java:542) > at java.lang.SecurityManager.checkRead(SecurityManager.java:887) > at java.io.File.isDirectory(File.java:698) > at sun.plugin.net.protocol.file.PluginFileURLConnection.connect(PluginFileURLConnection.java:69) > at sun.plugin.net.protocol.file.PluginFileURLConnection.initializeHeaders(PluginFileURLConnection.java:87) > at sun.plugin.net.protocol.file.PluginFileURLConnection.getContentLength(PluginFileURLConnection.java:136) > at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:227) > at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:40) > at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:141) > at java.security.AccessController.doPrivileged(Native Method) > at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:138) > at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:189) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:112) > at java.lang.ClassLoader.loadClass(ClassLoader.java:262) > at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:473) > at sun.applet.AppletPanel.createApplet(AppletPanel.java:548) > at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1621) > at sun.applet.AppletPanel.runLoader(AppletPanel.java:477) > at sun.applet.AppletPanel.run(AppletPanel.java:290) > at java.lang.Thread.run(Thread.java:536)> -- > Michele Alzetta> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Possibly Parallel Threads
- Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
- Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
- total newbie issue with Cortado player using new java 1.6.0_22
- Cortado status controls in IE6
- using StatEt IDE for Eclipse