jre8 the client is compatible or not?

I thought that this matrix has said that we can use 8u45 on the client:

http://www.Oracle.com/technetwork/es/middleware/docs/Oracle-Forms-111220certmatrix-2087910.xls?ssSourceSiteId=otnen

However, I updated a client machine of jre 6-8u45 8 current version and got this result in firefox and ie 11:

Class not found exception oracle.forms.engine.Main

The installer has been jre-8u45 - windows.i586.exe

When I uninstalled version 8 and installed 7u79, then things were fine and ran the forms.

But I thought we were supposed to be able to use 8 on the client.  Should we get 7 MOS updates now?

(I get tired of that). JRE version 7 came out of public support after April 2015.

in formsweb.cfg, I use:

jpi_classid = clsid:8AD9C840 - 044F-11 D 1-B3E9-00805F499D93

jpi_mimetype = application/x-java-applet

I tried again on another machine, installed 8u45 and it did the same thing "ClassNotFoundException for oracle.forms.engine.Main."

So I tried what he said in 1676195.1 that is to disable tls 1.1 and tls 1.2 in the console, and it worked.

It is important to find the right console then go to the jre distribution that you use if you want to try this

such as:

CD C:\Program Files\Java\jre1.8.0_45\bin

javaws-viewer

Close the view of the cache

Advanced

Advanced security settings (have only tls 1.0 checked)

I also think that there is a patch 17555224 or 19849290.

Tags: Oracle Development

Similar Questions

  • [ADF, JDev12.1.3] Why AM method cannot be exposed to the client if it does not return a simple type or serializable? How...?

    Hallo,

    I would like to know why the methods that I create in the request Module cannot be exposed to the client if they return a simple type or serializable.

    If the method returns a custom class object I solve the problem by simply writing next to the defining class "implements Serializable.

    I would like to know if it's still OK, or for a custom class with some features I really need to implement the serialization (de).

    Thank you

    Federico

    Return values must be serializable nexus him must be transported between servers and memory a store if your module gets passive

    Is normally enough tto implement the serializable interface. But in doing so you do not make the class serializable automatically. To do this, you must check if each attribute or class variable is serialized or to be transitory if they are not serialize the value.

    Timo

  • HP EliteBook 2760p: security for the Client software HP will not install on Windows 10 Version 1511

    I got the HP Client Security software installed and running under microsoft Windows 10. It will install is no longer under Windows Version 1511 10.

    - Or nearby - 17 November Microsoft has released an update to Windows 10 Version 1511.
    The Windows Update process necessary to uninstall the security software for the HP customer as it has been marked as incompatible.

    Before you uninstall, I've upgraded to version VERSION: 8.3.16.2035 (SP72998.exe). The installation under this version of Windows 10 properly filled.

    I have re-directed the Windows Update process and it beating Pavilion HP Client Security Software as incompatible and need it be uninstalled before the update of Windows 10 Version 1511.

    I uninstalled the HP Client Security software, upgrade to Windows 10 Version 1511. When reinstalling SP72998.exe, after you open a powershell window, the installation fails with the message "error 1722" There is a problem with this Windows Installer Package... Action PinShortcut.9EA0... "Location: c:\users\"username removed"\AppData\local\...\DPClientCOnsole.exe.

    A quick capture of window powershell before she disappears reveals a similar error: 'verb Pin to taskbar not found. "

    It seems that something in the Setup program tries to pin to the taskbar is a failure. A quick google search seems to indicate that the interface script to pin has been removed in Windows 10.

    I tried to install the update with Windows 8 compatibility, run as administrator, clean boot Windows. The same error each time.

    An installer updated that works with Windows 10 Version 1511 or a workaround would be greatly appreciated so I can regain the use of software security tools for the HP customer as a login by fingerprint reader.

    Workaround in this post worked perfectly with Windows Version 1511 10 and HP Client Security Software VERSION: 8.3.16.2035 (SP72998.exe).

  • Zero error of the client certificate provided is not rooted in the devices certificate store after upgrade to the Horizon view 6

    We have just updated our infrastructure VMware View Horizon of 5.3 to 6.0.1 and all zero clients are provided certificate is not rooted in the devices certificate store.  The certificate on the brokers of the connection has not changed.  Customer relationship connections Horizon view a connection, as well as when we connect to the connection to the server via a web browser.  We had no cert errors before the upgrade.

    You need to add the following as PEM files to fix the problem on the zero client.

    The intermediate certificate - DigiCertCA.crt

    The root - TrustedRoot.crt certificate

  • Do not understand the client jars

    I'm trying to get my client JNDI to access the WebLogig. I use 10gr 3 WebLogic on WIndows

    I looked at the following link:

    http://download.Oracle.com/docs/CD/E12839_01/WLS/docs103/client/t

    HE says that I need 2 pots, wlcleint.jar and wljmsclient.jar, so I put the two pots in a directory and they referenced as follows:
    set WL_LIB=C:\WL_LIB;C:\WL_LIB\weblogic.jar;
     
    java -Djava.ext.dirs=%WL_LIB%; -cp .;%WL_LIB% -jar SendRec.jar
    {code]
    
    I still had trouble, so I copied all the contents from the ../server/lib directory over to the cleint, and I was able to get past my previous connection problems.
    
    However, I get the following error:
    Consumer initialization error running
    javax.naming.CommunicationException [root exception is java.rmi.ConnectIOExcepti
    on: connection error JRMP. nested exception is:
    java.io.EOFException]
    at weblogic.jrmp.Context.lookup(Context.java:189)
    at weblogic.jrmp.Context.lookup(Context.java:195)
    at javax.naming.InitialContext.lookup (unknown Source)
    I looked this error up on the web, and soem responded that it was a classpath error, and that the weblogic.jar had to put placed first in the path
    
    Now I am totally confused as how to connect  to the client jars.
    
    I thought all I had to do was to place wlcleint.jar and wljmsclient.jar into the classpath.
    
    Could someone please help me or show me an example.
    
    Thanks in advance...
    
    Edited by: user10747262 on Jun 1, 2009 1:19 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    For a customer, choose one of these:

    * If there is the complete installation is on the same machine: just include a reference to 'weblogic.jar' in the class path. Do not move the pot to a different directory from that of its original installation directory.

    * Otherwise, for higher performance and functions more than thin pots: generate a complete client jar according to the doc, and only include this jar in the classpath.

    * Otherwise, for the smallest pot but the low perf and less features, use the thin pots: include files necessary wl*.jar in the classpath.

    The different approaches are not compatible - do not mix and match (for example, do not include wl * jar files in the classpath and the full jar or weblogic.jar).

    All URLs for communication with JMS, JNDI or EJB client must specify generally "t3:" not "iiop:

    Tom

    Published by: falls on June 1st, 2009 19:34

    Published by: falls on June 1st, 2009 19:36

  • is the new compatible update 37.0.1 with the norton toolbar? If not when?

    is the new compatible update 37.0.1 with the norton toolbar? If not when?

    According to Norton, he works with 37, https://community.norton.com/en/blogs/product-update-announcements/firefox-37-support-norton-toolbar

  • I have problems to make my battery charged, because the cable does not have a link solid with the socket of the phone.  The problem seems compatible with a lot of cables, so I think the problem is with the phone. Can it be fixed?

    I have problems to make my battery charged, because the cable does not have a link solid with the socket of the phone.  The problem seems compatible with a lot of cables, so I think the problem is with the phone. Can it be fixed?

    Probably there is debris and dust in the decision-making of the lightning.  Serve with compressed gas canned (NEVER orally).  If this doesn't help, try electronic contact cleaner has a q - Tip.  Finally, take it to Apple.

  • Insider source subscription. Could not retrieve the client certificate

    Hi all

    I created subscription source initiated between two Windows 2008 R2.

    The source (client) cannot connect to the server. Logs on the client:

    Send the request for operation to the destination machine enumeration and the server.corp.domain.com:5986 port

    Authenticate the user using the Client certificate mechanism

    User authentication failed. The credentials did not work.

    Has received the answer of the layer network; status: 401 (HTTP_STATUS_DENIED)

    WSMan enumeration operation failed, error code 5

    Opens a session on the server.

    Sending HTTP error to the client after a failure of transportation.
    The HTTP status code is 503
    The error code is 995

    Could not retrieve the client certificate

    Send the HTTP 401 response to the client and disconnect the connection after sending the answer

    The user authorization failed with error 5Authorizing the user

    Authentication using client certificate with the client.corp.domain.com object is successfully

    How to fix the error "unable to retrieve the client certificate?

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • Windows Essentials SBS 2011 Dashboard will not start on the client computer

    The dashboard on our Windows Essentials 2011 Server works as expected when run on the server, but linking the dashboard from the dashboard on any client computer guests of identification; the window of the Remote application appears, then quickly closes. and the login window times out and closes. No error, it just closes. The dashboard was working on client machines but has not recently. I need to work because we need restore a database on a client computer. I need to solve this problem quickly. Any help would be appreciated.

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • KMS server stops working after 1 month? Have activated the clients now show not activated.

    KMS server stops working after 1 month? Have activated the clients now show not activated.

    Hi QuinnQ,

    The question you have posted is related to Windows Server and would be better suited to the TechNet community like TechNet is more oriented to professional support. I have included a link below for the TechNet Windows Server community who will support ask you...

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • When I insert a compatible game must be installed and the alert arrives to allow another comes in and says "the file 'Localization.xml' could not be loaded."

    When I insert a compatible game must be installed and the alert arrives to allow another comes in and says "the file 'Localization.xml' could not be loaded."

    Hi Scarface0721,

    Welcome to Microsoft Answers Forums.

    We would like to get a better understanding of this issue, so we can better help not only you but other users with similar problems.

    (a) game in which you try to read?

    (b) have you been able to install and play the game before?

    (c) you are trying to install the game to your computer from the disk or directly trying to play from the disc?

    Method 1:
    Try to install and play the game in a different computer.

    Method 2:
    Try another disc and verify if you are able to install the game.

    Method 3:
    You can also post your request in the following forums site.

    http://forums.gamesforwindows.com/

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • With Windows XP Professional X 64 expire, what is the replacement? Windows 8 not compatible.

    With Windows XP Professional X 64 expire, what is the replacement? Windows 8 not compatible.

    With Windows XP Professional X 64 expire, what is the replacement? Windows 8 not compatible.

    Windows XP 64-bit is one of those odd elements that does not quite fit in.  It is based on the code of Windows Server (hence why it only goes back to the SP2 not SP3 as Windows XP did) so it is - upgrade (for purchase in any case) options are limited.  Frankly - Windows XP 64-bit is one of these products, most people should have just skipped (in my opinion) - and with this in mind - the replacement for those running it should be to get Windows Vista 64 bit or Windows 7 64-bit or 64-bit Windows 8.  It there just will be no discount to do on monetary incentive plan.

    My suggestion - if your system is good enough, compatible, etc. and you actually * needed * to upgrade (it's not like YOU all just because Microsoft will stop their support extended to it in 2014 - big deal?)  Download Windows 7 Professional 64-bit and clean install.  You can use the free Windows XP (32 bit) MOU to run many older programs, you have * if * you have one that cannot be run under Windows 7 or with the compatibility mode.
     
    In addition - get an unknown computer (for you).  You can find a lease one or something with Windows 7 64-bit, probably for the same amount you'd pay for a version non - OEM Windows 7, pay a little more and you'll probably have a machine that could handle Windows 8 - If you wish.  ;-)

  • The remote session was disconnected because the local computer client access license could not be upgraded or renewed on Windows xp

    Hello

    I have Windows server 2003 I have the server license terminal server, but one of my XP machine, which I'm calling his error remote desktop by giving as below
    The remote session was disconnected because the local computer client access license could not be upgraded or renewed on Windows xp.

    Thank you
    Deepak Labonté.

    Hello annelabonnote

    Thank you for visiting the Microsoft Answers site. The question you have posted is related to Windows Server 2003 and would be better suited to the Windows Server TechCenter community. Please visit the link below to find a community that will support what ask you:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

  • Impossible to the configuration file of the access to the error in XP mode: "is client\users\administrator is not accessible.

    Original title: can not access the configuration file because I'm not the administrator, even if I'm the only person who uses this computer

    I bought Windows 7 Professional on a new computer, because a program that I use every day may run in XP mode.  Configure XP mode and when it asked for a password that I left it empty and press to enter.  When I try to enter in the file config on XP the message "is client\users\administrator is not accessible." You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permission.

    I downloaded the andxp of MS virtual pc mode because this 8 year and plu program will be run in this mode.  I copied the old computer config file and you want to replace the file loaded when I installed the program on the new computer.  Who will save me load all data files (more than 80) and not to recreate the data in these files that I changed. I installed the program from the original disc and it is implemented very well except for the config file.

    There are two user fence: virtual XP-admin and virtual user of XP-88950xp.

    The only program I installed XP mode is this one.

    Thank you.

    Hugh Humphreys

    Hi Hugh Humphreys,

    Leave the password empty section and see if the XPMUSER can be accessed.

    Method 1: If the problem persists, you can try to access Windows XP Mode with the default account named "Administrator". This account appears when we get into Safe Mode. By default, there is no password for this account, and the password is determined when you set up the Windows XP Mode. We can use this account to reset the password of the other accounts password. To do this, follow these steps:

    (a) Firstly, disable the integration features.

    (b) restart Windows XP Mode. When the Boot Menu appears on startup, press F8. (Continue to press the F8 key until the Windows Startup menu is displayed.)

    (c) on the advanced Windows Menu of Options, select Safe Mode and press ENTER.

    (d) log in Windows by using the administrator account and the password.

    Note: The password is empty by default unless you already set a password.

    (e) after the connection mode safe, click on "Start", go to "run", type "nusrmgr.cpl" (without the quotes) and press ENTER.

    (f) choose the user you want to change and click 'reset password'. Set a new password.

    (g) click on "Advanced" tab, click on the button "Advanced".

    (h) click on "users". The choice of the user you want to edit in the right pane. It to the right and click on "Properties".

    (i) check the "password never expires". Click on 'OK'.

    (j) then exit the settings and restart Windows XP Mode to normal mode.

    Method 2: Please try following the steps for the computer to remember the credentials and do not ask the password to open each programs:

    (a) when he asks for a password, click Cancel. Without integration feature, you are allowed to log on with an account that does not have a password.

    (b) set a password for your current user.

    (c) click on tools on Windows Virtual PC, choose enable integration features.

    i. type the password, check the box "Remember my credentials" and click OK to open a session.

    II. after joining the domain, logon in XP mode with the local administrator account.

    Reference: http://social.technet.microsoft.com/Forums/en-US/w7itprovirt/thread/45f3f241-3d0a-43f7-8baf-c64ab3a8a76d/

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-security/keeping-passwords-secure-Microsoft-policy-on/3eba3150-8742-4264-be9f-0daaad2282cd

    If this does not work, post your request in the TechNet forums to get help.

    http://social.technet.Microsoft.com/forums/en/w7itprovirt/threads

  • The Client computer could not connect to the remote computer

    Hello

    Relating to the name or a customer request. They have a few problems with the remote desktop connection in Windows XP.

    They haveWindows Home Edition and XP Professional on his laptop computer on his desk.

    They say:

    "I took the liberty to install Office remotely on computers, because it was not installed on the desktop.   I was able to connect to my laptop through my desk, but not vica versa. »

    "When I try to connect to my desktop from my laptop, I get an Error Message"the Client computer could not connect to the remote computer... »

    Hello

    You can read the following article and install the patch available to see if contributing to the issue.

    You receive an error message "the client could not establish a connection to the remote computer" when you try to establish a desktop remote connection to a Windows XP-based computer

    I suggest that you post your question in the TechNet forums if you encounter other issues related to the remote desktop connection.

    Windows XP IT Pro Forums.

Maybe you are looking for

  • IPod classic has fallen and now ask restore

    Long story short, my ipod has fallen on the ground and immediately after that he was asked to restore through itunes. I connected it to my computer and itunes crashes completely and ask the screen of the ipod do not disconnect (as well) - I own an ip

  • Black flickering screen of Lenovo Y50

    I had this problem before, but now she is back, she has black screen flickering and grey lines flicker like every minute or so. I just system restored completely but still questions. Data sheet: Lenovo Y50 Intel Core i7-4700HQNVIDIA GeForce GTX 860 M

  • HP Envy Smart Touch: HP Smart touch screen collapse

    The screen on my laptop is falling apart and disconnected. It started out small and now is so bad that the display is twisted. Any help or repairs to this issue, as it seems quite common in this model?

  • Why do validation failure?

    I have just updated and then a blue star skipped on my bottom right that says: validation error when I clicked it a window pops out of internet Explorer and said treatment of validation and then after a few seconds, it loads and it went blank and a m

  • Want to start MESSAGE 23 failure - d010ea

    Greetings, I'm trying to untangle a machine for a friend. It's a pc touchscreen feel like 23-d010ea. The initial symptoms were - made power cord in and immediately the main fan has started running, this continued until the power cable has been remove