If Your Forms application cannot be started after a java upgrade to 1.8_131, please check this Oracle Community Thread: https://community.oracle.com/thread/4037666
In short:
Reason is: With Java 8u131, MD5-hashes are no longer accepted in certificates
If using Forms 12c, no action has to be taken - if using Forms 11 you'll have to apply patch 19933795
One possible workaround (not recommended!): Adapt the appropriate java.security file in the client's java home:
jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
to
jdk.jar.disabledAlgorithms=MD2, RSA keySize < 1024
May 8, 2017
Popular Posts
Categories
ACFS
(1)
Agent
(1)
ASM
(1)
Database Plugin
(1)
dbca
(1)
dbmssml
(1)
Enterprise Manager
(6)
listener
(2)
Mac
(1)
My Oracle Support
(1)
netca
(1)
OCI
(1)
ODA
(4)
Oracle
(1)
Oracle Cloud Infrastructure
(1)
Oracle Database
(2)
Oracle Enterprise Manager
(1)
Oracle Forms
(2)
runInstaller
(1)
silent installation
(2)
SQL*Plus
(1)
SQLcl
(1)
SQLDeveloper
(2)
ssh
(1)
TNS-01190
(1)
virtualbox 5
(1)
Weblogic
(2)
WLST
(2)
X11
(1)
X6
(1)
XQuartz
(1)
Blog Archive
-
▼
2017
(17)
-
▼
May
(8)
- How to install and configure Oracle Forms & Report...
- Forms Application shows a 'FRM-40735: WHEN-CUSTOM-...
- Coming soon: How to create Forms / Reports Domains...
- ODA X4 - Migrating a database from ASM to ACFS
- Forms Application does not run anymore after java ...
- Coming up next: ODA X4 - migrating a database from...
- Starting and Stopping Domains Using WLST - The Eas...
- First Blog Post ...
-
▼
May
(8)
Blogs I like
About Me
- robertCrames
- My name is Robert Crames, working for an insurance company in Berne as Oracle Database and Middleware Specialist. Important: I'm responsible for what I write - not for any interpretation of it ;-)
I really appreciate information shared above. It’s of great help. If someone want to learn Online (Virtual) instructor lead live training in LIFERAY, kindly contact us http://www.maxmunus.com/contact
ReplyDeleteMaxMunus Offer World Class Virtual Instructor led training on LIFERAY. We have industry expert trainer. We provide Training Material and Software Support. MaxMunus has successfully conducted 100000+ trainings in India, USA, UK, Australlia, Switzerland, Qatar, Saudi Arabia, Bangladesh, Bahrain and UAE etc.
For Demo Contact us.
Saurabh Srivastava
MaxMunus
E-mail: saurabh@maxmunus.com
Skype id: saurabhmaxmunus
Ph:+91 8553576305 / 080 - 41103383
http://www.maxmunus.com/
This comment has been removed by the author.
ReplyDeletevery useful .thank you for sharing
ReplyDeleteJavaOnlinecourseHyderabad
It's useful! Working in Oracle Forms 11.1.2.2 with JRE 1.8.161
ReplyDelete