Discussions
Categories
- 197.1K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.7K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 555 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.3K SQL Developer
- 296.3K Development
- 17 Developer Projects
- 139 Programming Languages
- 293K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 158 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 466 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
FRM-93242: serverURL applet pmeter refers to an HTTP session that no longer exists.

Hi,
Hi,
My environment detail.
FMW, Oracle Forms and report Product Version : 12.2.1.3.0
Operating System : Linux x86-64
OS Version Oracle : Linux 7
When we are accessing my application from MAC computer we are getting following issue. we are using my application URL like https://abcdef.ghijklmnopqrstuv.com:7001/forms/frmservlet?config=prom
Please help me to get resolve.
Thanks,
Ananth
Answers
-
Are you using or configured traffic director or related to OCI?
-
Hi,
We are using Load Balancer and L5 setup to point nodes based on the load.
Thanks,
Ananth
-
If you are using a load balancer or any proxy server, you must have session binding properly enabled. Because Forms is stateful, all session traffic MUST be routed back to the server where it was started. I suspect that if you remove the load balancer (bypass it) for testing you likely would see that you don't have this problem. That would prove the problem to be related to load balancer configuration.
-
Hi Michael,
We have four nodes for production server to maintain the load and we are using load balancer to balance the load equally to all nodes.
E.x
server 1 : prod1
server 2 : prod2
server 3 : prod3
server4 : prod4
my load balancer is 'prod' and URL like https://prod.test.com:7777/forms/frmservlet?config=myapp.
One of my client try to access this from MAC system and he got mentioned issue.
His system setup is
Safari 13.0.01
Java Version 8 Update 221 (build 1.8.0_221-b11)
MAC O.S. 10.13.6 High Sierra
Could you please suggest, how to call this application from MAC machine.
can we use IE to call application.
Thanks,
Ananth
-
The issue is unlikely related to the use of a Mac, but rather an incorrect load balancer configuration.
-
MIchael,
Please let me know, how to access the form12c application from MAC system. As I understand, MAC not support IE. in that case, what we can do?
Thanks,
Ananth
-
Hello Anantha,
Its nothing to do with MAC as mentioned by Mr. Michael, its purely related to load balancer config - specially SESSION's config.
Also I believe this error is expected in Oracle Forms and report Product Version : 12.2.1.3.0, this is resolved in Oracle Forms and report Product Version : 12.2.1.4.0 in which there is enhancement to support session cookies in the Forms.
Kindly upgrade to latest Oracle Forms and report Product Version : 12.2.1.4.0 and config.
Thank you...
-
Hi Robert,
We are not in a position to upgrade my application to 12.2.1.4.0 since number of user accessing the application is 312. Is there any config, i can set to resolve this issue.
One more quest, can we access this forms12c application from MAC, safari browser? , please clarify.
Thanks,
Ananth
-
There is no config, this issue was addressed in 12.2.1.4.0, well since you are not in position to upgrade - for MAC - Safari yes - using JRE 8 Update 171 and configuring JWS - you can open Forms12c.
-
To add some clarity:
1. Load balancers MUST be configured to use session binding. If you are using 12.2.1.3, sessions must be URL based and not cookie based.
2. You can use a MAC. To run your form you can use with Java Web Start or Forms Standalone Launcher. If you are not familiar with either of these, please refer to the documentation. Scroll down on the following page and click on "Forms 12c Supplemental Content". There you will find two helpful documents: "Using Forms Standalone Launcher (FSAL)" and "New Features". Both include information about JWS and FSAL. Note however that all the docs have been updated for the 12.2.1.4 release so some comments in these docs may not apply to .3
https://www.oracle.com/database/technologies/developer-tools/forms.html
3. I don't see how the number of users you have relates to why you can or cannot upgrade. What would you do if you had 10000 users? By updating your software (any) you ensure that you have the latest features, bug fixes, and more importantly the latest security fixes and enhancements. Having a plan to regularly update and/or upgrade is a crucial part of software maintenance.