Java 7 Update 51 is not working with Discoverer

We are unable to get Discoverer Plus to load with Java 7 Update 51, does anybody know of a fix for this?
We are on Discoverer Plus Version 11.1.1.6.0
Thanks

Hi,
same issue here. Installed JRE 7u51 on local client and when trying to use Discoverer Plus (11.1.1.7.0) i get the following SecurityException message:
"Missing required Permission manifest attribute in main jar:
http://url:port/discoverer/plus_files/disco5i.jarjar"
I have installed the Jan-2014 CPUs on the server for WebLogic 10.3.6 (patch 17572726) and Discoverer 11.1.1.7.0 (patches 17617649 and 17664563) as i thought Oracle would deliver a new and correctly signed disco5i.jarjar file but the error is still shown.
Edit: After going through MOS i have found the following notes:
* Using Java 7 Unable To Launch Discoverer Plus from -or- With Another Java Application Running (Doc ID 1574749.1)
* Missing Attributes Warning While Launching Discoverer Plus Using Java 7u25+ (Doc ID 1596541.1)
I then installed the mentioned patches 17303613 and 17295586 (delivers new disco5i.jarjar but only 11.1.1.7.0) on the server and the issue is resolved. At least for Discoverer Plus 11.1.1.7.0.

Similar Messages

  • Solaris Sparc 10, Firefox 3.6, Java v6 update 18 plugin not working

    The java plugin (v6 update 18) for Firefox 3.6 on Solaris Sparc 10 is not working for me.
    $ pwd
    /opt/sfw/lib/firefox/plugins
    $ ls -l
    total 19606
    -rwxr-xr-x 1 root root 9982480 Feb 17 10:34 libflashplayer.so
    lrwxrwxrwx 1 root root 54 Feb 17 11:03 libjavaplugin_oji.so -> /usr/jre1.6.0_18/plugin/sparc/ns7/libjavaplugin_oji.so
    -rwxr-xr-x 1 root root 42704 Jan 17 06:31 libnullplugin.so
    The Shockwave Flash plugin shows up in the Add-ons/Plugins window but java does not.
    Any suggestions?

    Obviously Sun (excuse me, Oracle) does not intend to support the solaris-10/sparc/firefox-3.6 combination. Firefox 3.6 requires the NPAPI and/or NPRuntime interfaces to java, but oracle does not provide the new "libnpjp2.so" java plugin with the jre-6u18-sparc-solaris java download.
    A search at www.oracle.com does not turn up any support announcement about this. You have to learn it the hard way. :(
    If you want to continue to use sparc-solaris, downgrade to firefox-3.5 so you can use the old libjavaplugin_oji.so module. Otherwise run Linux or Mac OS X to stay in the unix camp.

  • Java 1.4.2_04-b05 not working with netscape 7.1

    I am unable to get java to work with netscape 7.1 on Windows XP. I just get the puzzle icon when running the installation test.
    1. I have de-installed and reinstalled java 1.4.2_04-b05 multiple times
    2. Netscape/Plugins directory has npjpi142_04.dll, and npjava(11,12,13,14).dlls
    3. Netscape cache has been cleared. Enable Java is checked under Preferences/Advanced
    4. Java Plug-in Control Panel shows browser Netscape 6 or later checked, use browser settings for proxy
    5. Java does work with my IE 6.0 browser.

    NPOJI610.dll is a very important file for Java Plugin to work with Netscape/Mozilla. So first check whether that file exisits in your system or not. If no, you probably need to reinstall JRE.
    If yes, you can try the following.
    1. Would you be able to open "Java Console" from Netscape's Tools->Web Development?
    2. Also you can try to rename C:\Document And Settings\Username\Application Date\Mozilla directory and then re-launch the browser to see whether it works or not.
    Xiaobin

  • Juniper Java Secure Application Manager does not work with Snow Leopard

    Anyone else having issues as well? I'm not using a client - its basically the Java based application manager for VPN connections to work (so I can remote desktop to my work PC).
    Once logged in, it gives a "Restart your browser" error.
    Thanks for your help

    OK - so I got it to work. Here's what I did. Let me know if it works for you:
    I wasn't able to follow the instructions exactly as noted in the original link I posted above.
    The terminal command, specifically wget would not work - there is no wget.
    I manually downloaded the Java 1.5 version, by following the link (just clicked on it). I 'unzipped' it and moved it into the library/frameworks/JavaVM.framework/versions folder.
    So now the 1.5.0 is not an alias (as it is by default in SL), but the older version of Java.
    I then followed the instruction related to changing the order in JAVA PREFERENCES.
    The final stop - and I think this is key, is that I forced Safari to start in 32 bit mode. You can do this by going to Applications, highlighting Safari and hitting CMD-I. Then check the 32 bit option.
    Start Safari, go to the appropriate URL and login. The Java Secure Application Manager should then start as it used to do in Leopard. You should be all set.
    Hope this helps - let me know if someone has questions.

  • Update panel did not work with ajax control toolkits

    hye there, can anybody helps me about the update panel. I have a grid view that must show the file that i already browser. in my situation i am using Ajax control toolkit so it automatically will upload the file in the grid view. Unfortunately it did not
    work but the other code is work. this is my code
    function clearContents() {
                var AsyncFileUpload = $get("<%=MemoFileUpload.ClientID%>");
                var AsyncFileUpload = $get("<%=AttorneyFileUplod.ClientID%>");
                var AsyncFileUpload = $get("<%=TORFileUpload.ClientID%>"); 
                var txts = AsyncFileUpload.getElementsByTagName("input");
                for (var i = 0; i < txts.length; i++) {
                    if ((txts[i].type == "file") || (txts[i].type == 'text')) {
                        txts[i].value = "";
                        txts[i].style.backgroundColor = "transparent";
                    if (txts[i].type == 'text') {
                        txts[i].value = '';
            function uploadComplete1(sender, args) {
                clearContents();
                __doPostBack("<%= HiddenButton.UniqueID %>", "");
            function uploadComplete2(sender, args) {
                clearContents();
                __doPostBack("<%= HiddenButton2.UniqueID %>", "");
    //the code that works
    <td>
                                                                       <%-- <asp:FileUpload
    ID="MemoFileUpload" runat="server" Height="25px" Width="275px" />--%>
                                                                        <asp:AsyncFileUpload
    OnClientUploadComplete="uploadComplete1" runat="server" ID="MemoFileUpload"
                                                                            Width="400px"
    UploaderStyle="Modern" CompleteBackColor="White" UploadingBackColor="#CCFFFF"
                                                                            ThrobberID="imgLoader"
    OnUploadedComplete="btnMemoUplod_Click" OnClientUploadStarted="uploadStarted" />
                                                                        <asp:Button runat="server"
    ID="HiddenButton" Style="display: none;" />
                                                                        <asp:Image ID="imgLoader"
    runat="server" ImageUrl="../Images/loader.gif" /><br />
                                                                        <br />
                                                                        <img id="imgDisplay"
    alt="" src="" style="display: none" />
                                                                    </td>
                                                                    <td align="right">
                                                                        <asp:Button ID="btnMemoUplod"
    runat="server" Text="<%$ Resources: Section64OpenKPDetailedPRS.aspx,btnMemoUplod %>" Visible="false" />
                                                                        <%--CssClass="ButtonStyle"--%>
                                                                    </td>
                                                                    <asp:UpdatePanel ID="update1"
    runat="server" UpdateMode="Always">
                                                                        <Triggers>
                                                                            <asp:PostBackTrigger
    ControlID="btnMemoUplod" />
                                                                            <%--<asp:PostBackTrigger
    ControlID="GridInspection" />--%>
                                                                            <%--
     <asp:AsyncPostBackTrigger ControlID="btnMemoUplod" EventName="Click" />--%>
                                                                        </Triggers>
                                                                        <ContentTemplate>
                                                                        </ContentTemplate>
                                                                    </asp:UpdatePanel>
                                                                </tr>
    //the code that did not work
     <td>
                                                                        <%--<asp:FileUpload
    ID="AttorneyFileUplod" runat="server" />--%>
                                                                         <asp:AsyncFileUpload
    OnClientUploadComplete="uploadComplete2" runat="server" ID="AttorneyFileUplod"
                                                                            Width="400px"
    UploaderStyle="Modern" CompleteBackColor="White" UploadingBackColor="#CCFFFF"
                                                                            ThrobberID="imgLoader1"
    OnUploadedComplete="btnAttrnyUpload_Click" OnClientUploadStarted="uploadStarted" />
                                                                         <asp:Button
    runat="server" ID="HiddenButton2" Style="display: none;" />
                                                                        <asp:Image ID="imgLoader1"
    runat="server" ImageUrl="../Images/loader.gif" />
                                                                    </td>
                                                                    <td align="right">
                                                                        <asp:Button ID="btnAttrnyUpload"
    runat="server" Text="<%$ Resources: Section64OpenKPDetailedPRS.aspx,btnAttrnyUpload %>" visible ="false" />
                                                                        <%--CssClass="ButtonStyle"--%>
                                                                        <asp:UpdatePanel
    ID="Update2" runat="server" UpdateMode="Conditional">
                                                                            <Triggers>
      <asp:PostBackTrigger ControlID="btnAttrnyUpload" />
      <%--<asp:PostBackTrigger ControlID="grdAttorny" />--%>
                                                                            </Triggers>
                                                                            <ContentTemplate>
                                                                            </ContentTemplate>
                                                                        </asp:UpdatePanel>
                                                                    </td>
                                                                </tr>

    Hi,
    For ASP.NET problem, please post in ASP.NET forum!
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to &quot;Mark as Answer&quot; the responses that resolved your issue. It is a common way to recognize those who have helped you, and
    makes it easier for other visitors to find the resolution later.

  • Java 7 Update 25 does not work consistently with FF 23.0.1 running in Mac OS 10.8.4. All plug-ins are up to date. Why?

    2013 iMac running Mac OS 10.8.4 & FF 23.0.1. When I attempt to access a site (usually a city government site) that requires Java, the applet runs, but the content fails to appear. Sometimes if I play with the various plugins, close FF and restart it, I can get the content to appear. But that tactic does not always work. Besides, it is annoying to have to shut down the program and then go back to the search results I was using to see IF it will work.

    Hello normandygroup,
    EDIT : test if java is installed correctly: http://www.java.com/en/download/testjava.jsp
    thank you

  • Java Plug-in 1.4 not working with IE5.5

    Hi All,
    I got problem loading a simple java class to IE5 using java plug-in JRE 1.4.0 beta 2.
    The error message is following:
    However, it works fine when I open the html page directly in the browser( i.e. use file:// instead of http://)
    I'm using IE 5.5 sp 2, apache 1.3.14 for win NT 4.0 sp 6.
    The page works for Netscape 4.7, but not for Netscape 6.
    load: class Test.class not found.
    java.lang.ClassNotFoundException: Test.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 11 more

    Hi,
    I saw your posting about the solution to the problem of "class not found" when trying to load a simple applet from the browser. I've got the same exact error:
    Java(TM) Plug-in: Version 1.4.1
    Using JRE version 1.4.1 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator Proxy Configuration: No proxy ----------------------------------------------------
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class HelloApplet.class not found.
    java.lang.ClassNotFoundException: HelloApplet.class      
    at sun.applet.AppletClassLoader.findClass(Unknown Source)      
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)      
    at java.lang.ClassLoader.loadClass(Unknown Source)      
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)      
    at java.lang.ClassLoader.loadClass(Unknown Source)      
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)      
    at sun.applet.AppletPanel.createApplet(Unknown Source)      
    at sun.plugin.AppletViewer.createApplet(Unknown Source)      
    at sun.applet.AppletPanel.runLoader(Unknown Source)      
    at sun.applet.AppletPanel.run(Unknown Source)      
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.      
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)      
    at sun.applet.AppletClassLoader.access$100(Unknown Source)      
    at sun.applet.AppletClassLoader$1.run(Unknown Source)      
    at java.security.AccessController.doPrivileged(Native Method)      
    ... 11 more
    I checked the Proxy settings in the java plugin console, and it says "use browser settings" . I also checked the settings in the browser in "LAN settings" but there is nothing checked (there is no ip address of any proxy server), does that mean we don't use a proxy server? and I should keep on looking for another cause to the problem?
    Thanks in advance
    Cecilia
    ([email protected])

  • After firmware update ipod touch not working with my Sony Home Theater DAV HDX287WC any suggestions

    Is there a solution to play music from my iPod touch on my Sony Home Theater System DAV HDX 287WC after recent firmware/software upgrade? However, I am still able to play music through my ipod classic, but I am really missing the the functionality of the iPod touch with my home theater system.

    - Check to see if there is a firmware update for the theater system
    Sometimes this works but sometimes an IOS update breaks compatibility.
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.

  • Java JDK 6.0.25 not working with Firefox 4, OK with IE 8.0

    I am not able to run java enabled websites or applets I am currently developing. Any help would be appreciated. I have the latest JDK's and JRE's installed, 6.0.25 on Win 7 32 bit. I have no Ad Blockers and I am running my machine as an Admin. Java applets load perfectly on IE 8.0 and other browsers, the Java cpanel launches as well, and I have enabled Java for both browsers in the cpanel settings.
    In the Advanced Tab of the cpanel, the Enable the next Gen plugin is checked.
    Windows's Path and classpath are defined correctly in the Env Variables.
    Thank you

    I have attached the images where I see the issue.

  • Java 7 Update 11 Not Working with Firefox

    For me, the problems described in the thread "Java 7 Update 10 Not Working with Firefox? " Java 7 Update 10 Not Working with Firefox?
    are continuing with Java 7 Update 11.
    Windows 7 64 bit
    Firefox 18
    The problem is that "Java(TM) Platform" is missing from the plug-in list.
    I've uninstalled Java 7 Update 11 and reinstalled Java Update 9 which correctly installs the plugin and restores Java functionality which was broken immediately upon installing both Java 10 & 11.

    981243 wrote:
    So why not using Ju11 ? You can workaround the issue. It would sucks but still be safer than using Ju9.
    Also ask Mozilla forums if Firefox has options where to search for plugins.
    Or try 64-bit Firefox.As I explained in both threads ...
    Java 7 Update 10 Not Working with Firefox?
    Java 7 Update 11 Not Working with Firefox
    ... neither jre7u10 nor jre7u11 are working ... and they are BOTH broken with the same problem ... "Java(TM) Platform" pliugin is missing from the plug-in list. It cannot be enabled, because it simply is NOT there. A suggestion was made the jre7u12 will be the "fix" for this issue ... so I installed the Update 12 Preview and it sis ALSO broken, no "Java(TM) Platform" in the plug-in list.
    The ONLY Java version that actually works for me is jre7u9.
    As far as installing Firefox 64bit ... I see no future in installing a browser that has been discontinued.
    http://www.computerworld.com/s/article/9233976/Mozilla_suspends_work_on_64_bit_Firefox_for_Windows
    Even though Mozilla relented due to backlash, I continued development will be a somewhat low priority.
    http://www.computerworld.com/s/article/9234997/Mozilla_compromises_on_x64_Firefox_after_user_backlash

  • I have recently upgraded my iMac Intel G5 iSight to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old sys parts

    I have recently upgraded my iMac Intel G5 iSight (iMac5,1) to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old system parts. I have zapped PRAM. The blue indicator in system audio panel will appear for a second as I slide the bar for internal mic but then it disappears. Is there a fix?

    The sound seems very faint but can here static on playback.

  • On updating my iphone it shows no network inspite the sim inserted,now it also not working with itunes.i cant see menu page on display screen

    on updating my iphone it shows no network inspite the sim inserted,now it also not working with itunes.
    i cant see menu page on display screen

    http://support.apple.com/kb/HT1808

  • Home sharing does not work with new mountain lion update.

    home sharing does not work with new mountain lion update. Does anyone else have the same issue. Updated all computers in my home, deauthorized and reauthorized each computer. turn off home sharing and turned it back on. don't know what else to do..please help...

    Our Apple TVs continue to lose connection ever since installing Mountain Lion on the host computer. The only thing that fixes them is to quit and relaunch iTunes, which only works unti the ATV goes to sleep. If a movie is paused for more than a few minutes and the ATV goes to sleep, pressing play again on the remote is greeted with "There are no movies on this computer" or "Turn on Home Sharing."
    If we stop a video on one ATV and attempt to resume it in another room, the error begins again. The other ATV can't connect until iTunes is relaunched.
    My guess is that it has something to do with the new [annoying] security settings. But I still haven't found a fix other than restarting iTunes everytime we want to watch something from our downloads. Fail.

  • Playing Slowmotion video over airplay does not work with ios update!!!!!

    after upgrading last ios , airplay to shoot slowmotion video does not work.
    I was expecting it to be fixed with recent update, but still not working!!!
    I use it for education at my clinic - which is essential, and how come apple does not fix it at all?
    or apple should give downgrade option at least.
    FIx it, fix it, fix it!
    Main purpose of puchasing ipad air2 was to airplay slowmotion video to big screen and i  am quite disappointed with my purchsing ipad air 2.

    As the original poster, I too had issues with my iPhone 4 (4.2.1) and Apple TV 2 playing nice. The Airplay icon was visible for music, and worked perfectly. However, when watching a video, purchased through iTunes, only the "audio" option would be selectable for Airplay. After updating the Apple TV software, everything works perfectly well. When watching a video on my iPhone and selecting the Airplay icon, one of the options is to play "video" through the Apple TV, not simply audio.
    It would have been nice to know that my Apple TV needed an update when I updated my iPhone 4 to 4.2.1.

  • I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you plea

    I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you please advise?

    You may need many other updates to retain compatibility with Lion. I suggest you reinstall Snow Leopard. Unfortunately, you will need to erase the drive first. Be sure to backup your data if you haven't done so already.
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. After you finish Setup Assistant will complete the installation after which
             you will be running a fresh install of OS X.  You can now begin the update process
             by opening Software Update and installing all recommended updates to bring your
             installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.

Maybe you are looking for

  • Is there a way to re-import a Journal into iPhoto?

    I created a Journal in iPhoto for iOS and published it to iCloud; but I am seriously running out of space on the iPad and would need to delete the Journal on the iPad. Thus I published it to iTunes, i.e. exported it through iTunes to my Mac and it ap

  • Need to calculate result using Macros

    Dear All, We are in BI.7.I'm new to VBA macros.I had inserted 2 reports in one work book and my requirement is need to do some calculations based on result1 and result2 , out put has to be displayed after 2 results. Eg:   Workbook contains 2 reports

  • Cannot output 5.1 audio on HDMI after installing Windows 7

    Hi All, I have Pavilion dv7 1270us, which came with Windows Vista x64. I've managed to watch DVD Movies and Blu ray discs through the HDMI-output, having multichannel audio as well (5.1) I thought that it was time for a Windows upgrade. This week I'v

  • Using a user-defined element in ASO cube.

    I have an ASO cube to which I'm adding a new hierarchy/dim containing a single user-defined element as a member. This dim is set to dynamic at dimension level, since I'm going to add additional members with formulas. My issue is that as soon as I add

  • My power button doesnt work, I cant lock och turn of my phone?

    Suddenly my power button dont work, feels normal when you press it, but nothing happens?