
JRE's prior to 1.4.2_01 were less restrictive with respect to JavaScript > Java communication, therefore the Java Viewer functiond without explicit security changes. As a result, permissions granted for the applet codebase in the java.policy file, as a default found at $JAVA_HOME/lib/security, are not honored in a JavaScript > Java call.
#Jre 1.4.2 code#
Since the origin of JavaScript code cannot be verified, Java code called from the JavaScript is not considered to be from the same codebase. With JRE 1.4.2_01 and later versions, Sun introduced new security restrictions for JavaScript > Java calls. : :Īccess denied( modifyThreadGroup)Īt .(Unknown Source)Īt .IMSMap.enableFunction(Unknown Source)Īt (Unknown Source) : access denied ( modifyThreadGroup)Īt (Unknown Source)Īt (Unknown Source)Īt (Unknown Source)Īt (Unknown Source)Īt (Unknown Source)Īt .(Unknown Source)Īt .(Unknown Source)Īt .ui.(Unknown Source)Īt .ui.(Unknown Source)Īt .IMSOverviewMap.redraw(Unknown Source)Īt 0(Native Method)Īt (Unknown Source)Īt (Unknown Source)Īt .invoke(Unknown Source)Īt .invoke(Unknown Source)Īt .invokeImpl(Unknown Source)Īt $2.run(Unknown Source)Īt (Native Method)Īt .invoke(Unknown Source) Verify one of the following errors appears in the Java Console: The Java Console should start in a separate dialog window.Ħ. Start a new browser application and load the Java Viewer. Verify the box is checked next to the browser used on the Browser tab.ĥ. ace=true =basic|net|security|ext|liveconnectĤ. Add the following text to the Java Runtime Parameters box on the Advanced tab: Select 'Show Console' on the Basic tab.ģ. Go to Start > Settings > Control Panel > Java Plug-inĢ. Last Modified: Product: BBj Operating System: LinuxīASIS structures five components of their technology into the BBx Generations.Bug: Java Viewer and Manager does not load successfully when using JRE 1.4.2_01 or later versions DescriptionĪny combination of the following problems or errors may indicate that the Java Custom or Standard Viewer is not successfully loading due to the use of JRE version 1.4.2_01 or later:Īccess denied modifyThreadGroup)"įollow the steps below to troubleshoot and confirm the source of the errors on the client machine where the Java Viewer errors are occurring:ġ. LibXp.so.6: cannot open shared object file: No such file or directory occurred."Ĭannot restore segment prot after reloc: Permission denied"ĭepending on which error occurs, one of the above solutions should be applied. Otherwise, the user should see either a shared library error If the output from the command is "Hello World!!", BBjServices should run. In BBj 6.0 a utility was added to verify that a 1.4.X JVM could be run
#Jre 1.4.2 install#
This corrects the "NoClassDefFoundError" described above.Ģ) The security problem may be resolved by either of the following methods.Ī) The SE Linux security can be disabled.ī) Install the "selinux-policy-targeted-1.25.2-4.noarch" package. Update to the 1.5 JVM or apply OS level system updates required to use the 1.4.X JVMs on Fedora Core 3 (or later).ġ) Installing the "xorg-X11-deprecated-libs" installs the shared libraries used by theġ.4.x JVMs. Libawt.so: cannot restore segment prot after reloc: Permission denied Resolution: The following error messages is an indication of this problem: The 1.4 JVMs are built with the X11 implementation and require depreciated shared libraries, (specifically libXp.so.6).Ī stack trace similar to the following is found in BBjServices.out.* file:Īt .by.(by.java:8)Īt .AppServer.main(AppServer.java:803)Īt 0(Native Method)Īt (NativeMethodAccessorImpl.java:39)Īt (DelegatingMethodAccessorImpl.java:25)Īt .invoke(Method.java:324)Īt $2.run(BBjServices.java)Īt .(ErrorMgrThread.java:23)Ģ) In addition, the 1.4.x JVMs may encounter a problem with security. The 1.5 JVMs are built with the X.org implementation and work just fine on Fedora Core 3. They now use the X.org X11 implementation instead of of the X11 implementation. Two potential problems using a 1.4.2 jre under Fedora Core 3 or higher Description:ġ) Running BBjServices using a 1.4.X JVM under Fedore Core 3, NoClassDefFoundError is encountered.įedora Core 3 (and later releases) switched code base for X Windows.
