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!

Unable to run oracle form from builder(12c). Weblogic not installed

Anantha AmirtharajSep 11 2017 — edited Dec 14 2017

Have installed, Oracle Forms builder from ‘setup_fmw_12.2.1.2.0_fr_win64.exe’ file

Following are system configuration

Processor       : Intel® Core™ i7-4500U CPU @ 1.80GHz 2.40 GHz

RAM                : 16 GB

OS : Windows 8.1 Enterprise

System type   : 64-bit Operating system, x64-based processor

Oracle registry values

FORMS_BUILDER_CLASSPATH and FORMS_PATH parameters are setup with required values, where plx,pll ,olb, fmb and fmx files are available. CLASSPATH having valid path value of frmbld.jar file.

*Oracle weblogic server 12c not installed.

Default runtime application server URL for forms builder:

http://<Local_machine>:9001/forms/frmservlet

Question:-

Getting following error message, when I run the form from form builder.

"FRM-10141: The HTTP Listener is not running on <local Machine> at port 9001. Plase start the listener or check your runtime preferences."

Verified listener status

STATUS of the LISTENER

------------------------

Alias LISTENER

Version TNSLSNR for 64-bit Windows: Version 12.2.0.1.0 - Production

Start Date 11-SEP-2017 12:45:41

Uptime 0 days 0 hr. 0 min. 4 sec

Trace Level off

Security ON: Local OS Authentication

SNMP OFF

Listener Parameter File C:\oracle\product\12.2.0\oraclehome\network\admin\listener.ora

Listener Log File C:\oracle\diag\tnslsnr\<MachineName>\listener\alert\log.xml

Listening Endpoints Summary...

  (DESCRIPTION= (ADDRESS= (PROTOCOL=tcp) (HOST=<local machine address>) (PORT=1521)))

The listener supports no services

The command completed successfully

------------------------------

Verified listener entry and it is run on port 1521, since the form builder expected, listener needs to run on port 9001, have modified listener to point port 9001 as follows.

LISTENER =

(DESCRIPTION_LIST =

  (DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = STCBLR01LTP0064.APAC.FADV.NET)(PORT = 9001)))

  )

Listener started again and verified the status

STATUS of the LISTENER

------------------------

Alias LISTENER

Version TNSLSNR for 64-bit Windows: Version 12.2.0.1.0 - Production

Start Date 11-SEP-2017 13:02:49

Uptime 0 days 0 hr. 0 min. 4 sec

Trace Level off

Security ON: Local OS Authentication

SNMP OFF

Listener Parameter File C:\oracle\product\12.2.0\oraclehome\network\admin\listener.ora

Listener Log File C:\oracle\diag\tnslsnr\<MachineName>\listener\alert\log.xml

Listening Endpoints Summary...

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<local machine address>)(PORT=9001)))

The listener supports no services

The command completed successfully

But now I getting following error message while running the form from Form builder.

"FRM-18127: Failed to start One-Button Run HTTP server to run form on web."

Could you please help to resolve this issue? I just wanted to run the form from Form builder (12.2.1.2.0) Please do the needful.

Message was edited by: user7994650

This post has been answered by FCH on Dec 11 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2018
Added on Sep 11 2017
77 comments
16,195 views