Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Which Browser support for Oracle forms 10g

VidhyaMar 20 2012 — edited Mar 29 2012
Hi,
I am using Oracle forms 10g windows 7 64 bits ?
my web browser is IE 9,now i am trying to run the forms but IE its not responding .
how to i solve this problem......
What are the browsers will support for oracle forms 10g and what type of plugin to install for the particular browser for particular operating system (windows 7 64 bits) ?
Any one Try to solve the problem ....

Edited by: Vidhya on Mar 28, 2012 2:25 AM
This post has been answered by Sarah QA on Mar 28 2012
Jump to Answer

Comments

But the jar mentioned in this other thread, <BEA_HOME>\wlserver_10.3\server\lib\consoleapp\webapp\WEB-INF\lib\jsf-impl.jar is NOT in your WEB-INF/lib directory. Can you add this jar as well?

Also, what is the content of your weblogic.xml file?

Steven Davelaar,
Jheadstart team.
778367
Yeah, issue solved. a quite common EAR, WAR library reference problem ^.^

Since I deployed the application as an EAR, it seems that weblogic cannot reference .war/WEB-INF/lib/trinidad-impl.jar. (since the jar is put in viewcontroller project.

So I have to put the trinidad.jar and trinidad-impl.jar to .ear/lib

Edited by: user1027304 on Jun 14, 2010 12:12 AM
778367
I have figured out the problem behind. The J2EE classloader problem.

For some unknown reason, the JHeadStart runtime (jhsadfrt-11.1.1.jar) has been copied to EAR's lib folder.

Thus JhsNavigationHandlerImpl is loaded to EAR classloader, instead of WAR's one.

Since EAR classloader is the parent of WAR classloader, the trinidad runtime cannot be found by JhsNavigationHandlerImpl.


The problem is solved simply by removing jhsadfrt-11.1.1.jar from EAR's lib folder.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 26 2012
Added on Mar 20 2012
4 comments
1,508 views