Access forms 11g port number

Hi,
Is there any way of getting the forms port number inside forms? I am running Forms 11.1.2.1.
Use case: The forms need to open up a help page in a new browser window. In my case, the forms are embedded inside an ADF page, which is running on a different port. By default, WEB.SHOW_DOCUMENT takes the port number of the hosting page. However, all the help files are located in a folder inside the forms server.
One way is to put the forms URL as a parameter inside the env file and then access the same through forms, but that becomes a matter of user configuration. If possible I would like to use an out-of-the-box solution.
Regards,
Anirban

Ok, now I am confused. You suggested that the ADF environment/server is not the same as where Forms lives. So, there would be only two (maybe three) ways in which you could "embed" a form (java applet) into a web page. You can either hard code the applet parameters into the hosting page or create something like an IFrame within the page and use the typical url to call it. The third option could be to use java script to actually write the desired html dynamically (I won't get into these details).
In the first option, you would need to fully qualify parameters such as serverURL, archive, etc because the information needed for Forms lives on another server or in a different environment. And in this case, WEB.SHOW_DOCUMENT would also need to be fully qualified (i.e. http://formserver:8888/forms/html/myhelp) again because the hosting page did not come from the same server as the form. The behavior would be exactly the same regardless of whether the call was made by Forms or any other application not originating from the same environment. This is not a "Forms" issue.
In the second option, if you use an iFrame the WEB.SHOW_DOCUMENT call would use the server and port which launched the form in the iFrame. In other words, if the surrounding page (e.g. ADF) was called using http://abc:8888, but the form displayed in the iFrame was called using http://xyz:7777, WEB.SHOW_DOCUMENT calls could successfully use a relative path rather than fully qualified. For example,
<blockquote>WEB.SHOW_DOCUMENT('/forms/html/myhelp','_blank');</blockquote>
In general, WEB.SHOW_DOCUMENT would always use the url responsible for launching it in the first place. This would be true of any html or java app if you provided only a relative path rather than fully qualifying. Keep in mind that Oracle Forms does not perform any magic when calling WEB.SHOW_DOCUMENT. This is merely a call to Java's showDocument method. Here is demo from java:
http://docs.oracle.com/javase/tutorial/deployment/applet/browser.html
So I guess what I am saying is that it is unclear as to how you are "embedding" your form into the page and what exactly you are trying to do with WEB.SHOW_DOCUMENT

Similar Messages

  • Forms Listener port number as a service!!!

    How can you specify the port number of the listener when it
    is installed as a service? I tried port=???? but it ignores it
    and default back to 9999...
    null

    Hi Patrick
    Try this on your command prompt
    ff50srv32 port=5555
    You can assign any port. If you don't then it will take the
    default port.
    Hope this will help you.
    Arun
    Patrick Shea (guest) wrote:
    : How can you specify the port number of the listener when it
    : is installed as a service? I tried port=???? but it ignores it
    : and default back to 9999...
    null

  • I am unable to access my iCloud e mail account and am still able to access AOL account though. It says something about an IMAP pathway and a port number how do I find this?

    I am unable to access my iCloud e mail account and am still able to access AOL account though. It says something about an IMAP pathway and a port number how do I find this?

    If the old ID is yours, and if your current ID was created by editing the details of this old ID (rather than being an entirely new ID), go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • To set access key for push button in oracle forms 11g

    Dear Team,
    I have following setup:-
    We are using oracle database 11gR2
    Oracle Forms & reports : 11.1.2
    O.S : Windows 7 Professional
    We have migrated oracle forms version from 6i to 11g
    In oracle forms 6i in save button's property palette we set access key as 'S', so when we press alt+S cursor move to save button, same is not working in oracle forms 11g.
    What changes I have to made in new version so that after pressing alt+S cursor will move to save button.
    Any help is appreciated.
    Thanks in Advance.

    You will need to define your custom key map in the key mapping file you use. Typically fmrweb.res or fmrpcweb.res. Edit the file in a text editor and take a look to figure out where you need to make the change.This is wrong! The OP is talking about the Access Key (key mnemonic's) of a button. This has nothing to do with the mapping of keys in the frmweb.res, etc., files.
    @parapr, You don't mention the Java version installed and you don't mention if your OS is 32-bit or 64-bit. Likely, this issue could be related to an incompatible Java version. We use Access Keys in our 11g R2 application and they work just fine. Our Java version is 1.6.0_31. If you are using Java 1.7.0 - this version is not yet certified with Oracle Forms and I would recommend you downgrade to 1.6.0 (latest version).
    Craig...
    Edited by: CraigB on Dec 3, 2012 9:09 AM

  • Java and Tomcat: Why do I need the port number when accessing Tomcat?

    My ultimate goal is to setup a website that displays data from a database. I will use Java, Apache, Oracle, and whatever else I need to create a website the uses servlets, JavaServer Pages, and JDBC.
    I�ve got four Pentium III computers:
    1. Windows 2000 Server to be the web server (MyWebServer, IP = 10.10.1.1).
    2. Windows 2000 Professional to be the database server (MyDatabaseServer, IP = 10.10.1.2).
    3. Windows 2000 Professional that I use to develop and test (MyDeveloperPC, IP = 10.10.1.3).
    4. Windows 2000 Professional that I use as a client to connect to the website (MyClientPC, IP = 10.10.1.4).
    I installed Java Web Services Developer Pack on MyWebServer. It requires Java 2 Standard Edition (J2SE), so I installed that first. The files I downloaded and installed are as follows:
    J2SE: j2sdk-1_4_0-rc-win.exe
    JWSDP: jwsdp-1_0-ea1-win.exe
    After installing these products, I set the environment variables as follows:
    JAVA_HOME = c:\j2se
    JWSDP_HOME = c:\jwsdp
    Path = c:\j2se\bin;c:\jwsdp\bin; [and other previous statements]
    On MyWebServer I start Tomcat (from the JWSDP menu option). It starts properly (as far as I can tell).
    Then, from MyClientPC I open Internet Explorer and in the address box I type:
    http://10.10.1.1
    �The page cannot be displayed�.
    I then try again and add the port number:
    http://10.10.1.1:8080
    This displays the page c:\jwsdp\webapps\root\index.html.
    Here�s my question: Why do I have to enter the port number to get a page displayed? Do I have to have Apache HTTP Server running on MyWebServer to display pages without entering the port number?
    Thanks for your help.

    When you web server is running at the default Http Port, then you do not have to specify the port yourself.(The browser does it automatically)
    So if you run your web server at port 80, then you will not have to specify the port explicitlyin the url.
    If you want to use tomcat only as a jsp/servlet processing engine then install a web server (either IIS, or apache web server) and run it on port 80. (so that you dont have to specify the port)
    Now configure tomcat to run as a servlet engine for this web server. for this refer to the tomcat documentation.
    If you do not want to have an external webserver then you can configure tomcat itself to run at port 80 (in this case tomcat would do the work of both the web server as well as jsp/servlet engine... but this is not the setup for a production site). this can be done by changing the server.xml file in the conf directory of tomcat installation.
    hope this helps.
    regards,
    Abhishek.

  • 10g report port ans 11g report port number

    Hi
    We are using linux box 10g report url http://server1:9704/analytics
    Now the same box we installed obiee11g url http://server1:7704/analytics
    Now could you please let me know how we can change obiee11g port number 7704 to 9704?
    Can i uninstall 10g install or no need to uninstall ?
    Thanks
    Gram

    please i need help as soon as you can
    i will be very thankful for all

  • Error 404 -- NOT FOUND when running a form in form 11g

    Hi All,
    I got this problem when I run the forms using internet explorer.
    I work on Forms 11g which uses weblogic 10.3 for web deployment of the forms.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Can any one tell me where it went wrong.
    Thanks

    Let's start by clearing up some confusion.
    PORTS
    In version 11.1.1.x here are how the common ports are defined by default:
    1. HTTP Server - 8888
    2. WLS_FORMS - 9001
    3. WLS_REPORTS - 9002
    4. WLS Admin Server - 7001
    So, if you understand how ports work in general, you should see that there are two ways to run a form. You can either go through HTTP Server or call WLS_FORMS directly. This means that both of the following would work, although one would be a direct path and the other would route the request through the HTTP Server:
    <li>http://ie1fdtfc5zl1s:9001/forms/frmservlet?config=frmdemo
    <li>http://ie1fdtfc5zl1s:8888/forms/frmservlet?config=frmdemo
    Port 7001, will always be the Admin Server port by default for the Classic domain. By default, the only thing you can do from here is access EM or WLS Console.
    As for the tns issue, by default, both the Builder and runtime will expect to find tnsnames.ora in the Instance Home \config so be sure you are adding the correct entries to the correct file.
    You can hard code a path to the file which you prefer be used by setting TNS_ADMIN in default.env (e.g. TNS_ADMIN=C:\Oracle\mytnsdirectory). This will apply only to running forms and not the Builder.
    Also, here is something which often is confusing to many people.... just because you launched your form from the Builder does not mean that the running form has anything to do with the Builder at that point. In other words, when you click on the RunForm button in the builder all you are doing is passing a url to a browser. The browser and the form are not using any of the Builder's settings except those which may have been passed in the URL (e.g. username/password). ALL running forms are considered "runtime". This means all of the environment configuration information for a running form will need to be set in default.env. The Builder, on the other hand will rely on the System variable, Windows Registry (or shell if on Unix).

  • I can't access Database 11g EE in the browser

    Hi Rajiv,
    Thanks for your contribution to find solution to my problem.
    In the first place I wanted to direct my problem to the forum that deals with Database 11g Enterprise Edition but I can't find it. Please if I am in a wrong place kindly direct me.
    Really I can't specify where the problem actually is. Probably if I give the installation procedure I went through and specified Error messages, one may be able to help me.
    Installation Option: - Create and configure database was selected
    System Class: -Sever Class was selected
    Install Product:-
    Oracle Database Installation= Succeeded
    · Prepare= Succeeded
    · Copy files= Succeeded
    · Setup files= Succeeded
    Oracle database configuration= Succeeded
    · Oracle Net Configuration Assistant=Succeeded
    · Oracle database configuration Assistant=Ignored
    · Oracle configuration Manager Configuration (optional)=Succeeded
    In the process of the Install Product the following Error messages displayed:
    1. File not found C:\app\godis\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear
    2. File not found C:\app\godis\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em.war
    3. File not found C:\app\godis\product\11.2.0\dbhome_1\ctx\admin\dr0ulib.sql.sbs
    4. File not found C:\app\godis\product\11.2.0\dbhome_1\bin\db2gc
    5. File not found C:\app\godis\product\11.2.0\dbhome_1\oc4j\oc4j_DBConsole\config\system-applications.xml
    6. File not found C:\app\godis\product\11.2.0\dbhome_1\oc4j\oc4j_DBConsole\config\system-jazn-data.xml
    7. File not found C:\app\godis\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear
    8. Template General_Purpose.dbc does not exist. Please specify an existing template for database creation> OK was selected
    9.[INS-20802] Oracle Database Configuration Assistant failed> skip was selected>Finish.
    I opened firefox browser and typed https://godis:1158/em (‘godis ‘as name of the laptop hosting the installation) but the following error message displayed in the browser:
    Unable to connect
    Firefox can't establish a connection to the server at godis:1158.
    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    I clicked Start>All Programs>Oracle-db11g_home1>Configuration and Migration Tools>Database Configuration Assistant and followed screen instructions to configure orcl database but at the end of the configuration the following error displayed:-
    Enterprise Manager Configuration failed due to the following error:-
    Error instantiating OC4J Configuration files. Refer to the log file at C:\app\godis\cfgtoollogs\dbca\orcl\emConfig.log for more details. You can retry configuring this database with Enterprise Manager later by manually running C:\app\godis\product\11.2.0\dbhome_1\bin\emca Script
    When I ran the emca.bat file it splashed without achieving any positive result
    I checked C:\app\godis\product\11.2.0\dbhome_1\install\portlist configuration settings file but there is no port number enlisted in the file. It is totally empty
    I reinstalled and changed the System Class from Server Class to Desktop Class but the same experience
    I will appreciate if some can help me solve the problem since this is my first attempt on Enterprise Edition. I need the help of an expert
    Regard
    Godis-Tei

    >.[INS-20802] Oracle Database Configuration Assistant failed> skip was selected>Finish.
    I doubt that any database actually exists now.
    Are both Operating System Services for database & listener running now?
    what clues exist within alert_SID.log file?
    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • Form 11g and Jar file issue

    I have migrated all the forms from 10g to 11g. When i run the form 11g using my config i get the below error
    USING Java Plug-in 1.6.0_23 i get the below error
    java.lang.SecurityException: class "oracle.forms.demos.enhancedItems.InfoButton"'s signer information does not match signer information of other classes in the same package
         at java.lang.ClassLoader.checkCerts(Unknown Source)
         at java.lang.ClassLoader.preDefineClass(Unknown Source)
         at java.lang.ClassLoader.defineClassCond(Unknown Source)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$000(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    I tried using the Java Plug-in 1.6.0_12
    Loaded image: jar:http://130.1.3.171:9001/forms/java/frmall.jar!/oracle/forms/icons/bgnd.gif
    Forms Session ID is formsapp.9
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.1.4
    Loaded image: jar:http://130.1.3.171:9001/forms/java/frmall.jar!/oracle/forms/icons/frame.gif
    Exception "java.lang.IllegalArgumentException: failed to parse:"while constructing DataFlavor for:
    Exception "java.lang.IllegalArgumentException: failed to parse:"while constructing DataFlavor for:
    java.lang.ClassNotFoundException: oracle.forms.demos.enhancedItems.InfoButton
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://130.1.3.171:9001/forms/java/oracle/forms/demos/enhancedItems/InfoButton.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 35 more
    My config section is
    [form11g]
    jpi_download_page=http://java.sun.com/products/archive/j2se/6u12/index.html
    jpi_classid=clsid:CAFEEFAC-0016-0000-0012-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,12
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_12
    archive=frmall.jar,modcursor.jar,Images.jar,keyfilter.jar,ticker.jar,rolloverbutton.jar,activation.jar,javamailintegration.jar,mail.jar,uploadserver.jar,uploadclient.jar,infobutton.jar,hyperlink.jar,colorpicker.jar
    form=login.fmx
    pageTitle=Oracle Application
    splashScreen=No
    Previously i used to use jinitiator for 10g. Is there any configuration need to be done or should i sign the jar files.

    You might want to use google:
    http://www.google.com/#q=signer+information+does+not+match+signer+information+of+other+classes+in+the+same+package
    cheers

  • Unsuccessful attempt to install FORMS 11g

    Hello all,
    OS: Windows Server 2008 R2 64 bit
    DB: 11gR2
    These are the steps I took in my attempt to install FORMS 11g:
    1) Install JDK6U22 Windows 64 bit
    2) Installs wls1033_generic.jar from http://download.oracle.com/otn/nt/middleware/11g/wls1033_generic.jar
    3) Installs RCU from http://download.oracle.com/otn/nt/middleware/11g/ofm_rcu_win32_11.1.1.3.3_disk1_1of1.zip (this is the only place where issue arises. I chose everything except Oracle Adaptive Access Manager and Oracle Adaptive Access Manager (Partition Support) because our test environment is NOT Enterprise version). Another possible issue is the zip files - it's for 32 bit; but I can't find 64bit.
    4) Installs Fusion Middleware (all 4 files downloaded) starting from http://download.oracle.com/otn/nt/middleware/11g/ofm_pfrd_win_11.1.1.2.0_64_disk1_1of1.zip
    5) Patch with http://download.oracle.com/otn/nt/middleware/11g/ofm_pfrd_win_11.1.1.3.0_64_disk1_1of1.zip
    6) Configure using Oracle Classic 11g - Home1, Configure Classic Instance (run as Administrator). Here I unchecked PORTAL and DISCOVERER because I just need FORMS and REPORTS.
    7) New rule on firewall to allow port 9001.
    Issue:
    Move my existing 10g FMX to {directory}\MIDDLEWARE\AS_1\FORMS
    http://myservername:9001/forms/frmservelet?form=xxx.fmx doesn't come up.
    Move my existing 10g FMX to {directory}\MIDDLEWARE\ASINST_1\FORMSCOMPONENT\FORMS
    http://myservername:9001/forms/frmservelet?form=xxx.fmx doesn't come up.
    http://localhost:9001/console on the server doesn't return anything. But, Oracle Process Manager (asinst_1) service is started.
    Any help is greatly appreciated.
    Thanks
    -andy-

    I started the weblogic from Middleware\user_projects\domains\ClassicDomain\startweblogic.cmd. Annoyingly, I cannot close the Command Prompt and not kill the weblogic console. But I am able to get to http://localhost:7001/console.
    However, I cannot start WLS_FORMS and WLS_REPORTS from the console with the following error:
    For server WLS_FORMS, the Node Manager associated with machine xxx is not reachable.
    All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.Came across this Forms 11g - Weblogic Server - Command prompts stay open? but did not say how WLS_FORMS got started. The only suggestion I see in that thread was a suggestion for the Command Prompt annoyance; which is, requiring a service account to keep the command prompt running on the service account logged in.
    Another thread http://kr.forums.oracle.com/forums/thread.jspa?threadID=933484 seems to suggest just contact Oracle Support and let them set it up.
    I did look at the manual http://download.oracle.com/docs/cd/E14571_01/install.1111/e10421/install.htm#BABHJFIC without much help there.
    Edit: Started WLS_FORMS by going to Oracle Classic Instance, Forms Services, Start Weblogic Server - WLS_FORMS. http://localhost:7001/console shows the state for WLS_FORMS as ADMIN. I don't know what that means; but I still can't get to http://localhost:9001/forms/frmservlet
    Any other suggestions?
    Edited by: apex_disco on Nov 15, 2010 12:29 PM

  • Oracle forms 11g running forms on internet explorer error

    Hi , this is abhishek I am new to oracle forms 11g . My question is that when I run the forms 11g on internet explorer it shows an error . The error is too many tries.
    first I like to clarify that before running the forms i start the weblogic server ,along with admin server for weblogic and opmn managed components, i give the user name and password to start the weblogic server, everything starts smoothly . even I have jre 1_6_29 installed to start the servlet . Main problem starts when the java runs the internet explorer browser then a box appears asking for user name and password and database connect string , then after putting the username and password it again asks for the username and password.It happens three times and after that an error appears in a dialog box which shows too many tries . I also checked the net configuration asistant with the local net service name configuration there it shows the service name which is orcl.Home and then TCP --->Host name is localhost with 1521 as standard port number --> yes perform the test and the result is written connecting test successful . what is wrong with the instance , the http listener is working perfectly then why this error is coming, is there something to do with the browser , but the browser is supporting java very well .. please help

    I have found the file but it does not have any path except forms_path,oracle_home,webutil_config,etcCurious, my default.env had the following default TNS_ADMIN entry:
    # TNS Entry to locate the database
    TNS_ADMIN=D:\Oracle\Middleware\asinst_1\configI modified this entry to point to the location where my tnsnames.ora and sqlnet.ora files are located. I use a generic location and share them accross installed Oracle products rather than maintain seperate copies of these files in each Oracle Home. For example, I commented out the original entry and added a new one.
    #TNS_ADMIN=D:\Oracle\Middleware\asinst_1\config
    TNS_ADMIN=D:\oracle\tns_adminCraig...

  • Form's Port Configuration Doubt

    Hi,
    I installed weblogic 10.3.4 on Windows Server 2008 R2 64 bits and Forms 11g 11.1.1.4 afer form's intallation i save the installation's resume, this is the resume i got:
    Oracle Portal, Forms, Reports and Discoverer Installation
                    Configuration Options
                                   Middleware Home Location: C:\u01\app\oracle\product\Middleware
                                   Oracle Home Location: C:\u01\app\oracle\product\Middleware\as_1
                                   Oracle Instance Location: C:\u01\app\oracle\product\Middleware\asinst_1
                                   Oracle Instance: asinst_1
                                   Domain Option: Create Domain
                                   Domain Name: FormsDomain
                                   Domain Home: C:\u01\app\oracle\product\Middleware\user_projects\domains\FormsDomain
                                   Domain Host Name: SRVWEBLOGIC
                                   Domain Port No: 7001
                                   User Name: weblogic
                                   Automatic Port Detection: true
                                   Administrator Console: http://SRVWEBLOGIC:7001/console
                                   EM Console: http://SRVWEBLOGIC:7001/em
                                   EMAgent URL: http://SRVWEBLOGIC:5155/emd/main
                                   Forms URL: http://SRVWEBLOGIC:8090/forms/frmservlet
                                   Reports URL: http://SRVWEBLOGIC:8090/reports/rwservletIn the weblogic's administration console i can see the managed server's ports as:
    WLS_FORMS    -> 9001
    WLS_REPORTS  -> 9002But in the installation's resume the port are 8090
    Forms URL: http://SRVWEBLOGIC:8090/forms/frmservlet
    Reports URL: http://SRVWEBLOGIC:8090/reports/rwservletI tried the url's from the installation's resume:
    http://SRVWEBLOGIC:8090/forms/frmservlet
    http://SRVWEBLOGIC:8090/reports/rwservlet
    and they do not work, but if i change their ports to 9001 and 9002 as they appears in the weblogic's console they work
    So i have some doubts:
    -What is the porpuse of this ports ??
    -Why the Forms's url and Reports's url from the installation's resume are not working ??
    -can i change the WLS_REPORTS's port ??
    -there is a problem if for example i change the WLS_REPORTS's port to 8090 ??
    -i have created a new report server with opmnctl createcomponent and i can see that when i access to it, i have to use the same reports's port 9002, is there a way to change the new report_server's port ??
    Regards
    Carlos

    8090 would be the port of the Apache HTTP Server, 9001 and 9002 are the ports of the managed weblogic servers running the forms and the reports servlets. You can reach both weblogic servers under port 8090 as the HTTP Server talks via mod_weblogic to the weblogic servers. If you want to change the ports of the weblogic servers you can do so in the weblogic server console, but also you need to change them in the config files of Apache if you want them both to be reachable under the Apache port. Those files are located under
    ORACLE_INSTANCE/config/OHS/ohs1/moduleconf
    They should be pretty self explanatory.
    I tried the url's from the installation's resume:
    http://SRVWEBLOGIC:8090/forms/frmservlet
    http://SRVWEBLOGIC:8090/reports/rwservlet
    and they do not work, but if i change their ports to 9001 and 9002 as they appears in the weblogic's console they workSee also in those config files. For the configuration of mod_weblogic you need to provide the hostname, so maybe you have a problem with your naming resolution (at least this was mostly the problem in my case). See that you get a fixed IP for your server if you don't have one already and check your DNS entries of your DNS server. If everything else fails you can still provide the IP adress instead the hostname.
    As for all your other questions the base problem should be the same; see that you get mod_weblogic running, and everything should be running via port 8090. If you want to change that listener port you can do so in the httpd.conf under
    ORACLE_INSTANCE/config/OHS/ohs1
    cheers

  • Port number pops up in URL...

              Hi,
              I have this issue.
              We have weblogic Server(5.0) running on HP-Unix. We have several
              JSP Pages and a controller servlet.
              The testing goes like this:
              We have a form in my.jsp and it gets submitted to controller servlet.
              The servlet processes the request and redirects the response to
              myResult.jsp.
              We give the URL like : http://rv1/my.jsp
              With IE(5.0) everything works fine.
              We get the redirected JSP Page and URL in IE looks like : http:/rv1/myResult.jsp
              When I use Netscape(4.85) my response url has port nmumber appended
              to the m/c name.
              For ex; if I give http://rv1/my.jsp I get the response page as
              http://rv1:80/myResult.jsp
              When I tested with the local installation of WebLogic on my Windows
              NT, both IE and Netscape work fine.
              So we concluded that it is neither browser issue nor our application
              issue.
              Is it a WebLogic issue specific to HP-Unix?
              Please Help
              Thanks,
              Kanchan
              

              For the JSPs and Servlets running on the same application server
              and in the same application context, we usually use forward or
              include of requestdispatcher or <jsp:forward> and <jsp:include>.
              On the other hand, you can write some programs to simulate Netscape
              to access your application and check if port 80 is in the header
              field Loaction. If so, port number is appended by Weblogic. Else,
              port number is appended by your browser.
              "Kanchan" <[email protected]> wrote:
              >
              >Hi,
              >I have this issue.
              >We have weblogic Server(5.0) running on HP-Unix. We have
              >several
              >JSP Pages and a controller servlet.
              >The testing goes like this:
              >We have a form in my.jsp and it gets submitted to controller
              >servlet.
              >The servlet processes the request and redirects the response
              >to
              >myResult.jsp.
              >We give the URL like : http://rv1/my.jsp
              >With IE(5.0) everything works fine.
              >We get the redirected JSP Page and URL in IE looks like
              >: http:/rv1/myResult.jsp
              >
              >When I use Netscape(4.85) my response url has port nmumber
              >appended
              >to the m/c name.
              >For ex; if I give http://rv1/my.jsp I get the response
              >page as
              >http://rv1:80/myResult.jsp
              >
              >When I tested with the local installation of WebLogic
              >on my Windows
              >NT, both IE and Netscape work fine.
              >
              >So we concluded that it is neither browser issue nor our
              >application
              >issue.
              >
              >Is it a WebLogic issue specific to HP-Unix?
              >Please Help
              >
              >Thanks,
              > Kanchan
              >
              

  • Application Express (APEX) default port number?

    I just installed Oracle Application Express 3.1.2 and I don't know the port number it is using. How do I know what port number to use to access the site?

    <p>
    Here's the option I went with when I began my installation. I chose step 1.5.1 "Scenario 1: Downloading from OTN and Configuring the Embedded PL/SQL Gateway" in the APEX installation instructions. But after reading it, it seems like this option only works with Oracle 11g. Is that correct?
    </p>

  • Pre-requisites for running oracle forms 11G

    What are the pre-requisits for running Oracle forms 11G?

    Ok - where to begin?
    From the beginning....
    <blockquote>1. There are prerequisites for nearly every Oracle product. If you have not read the Installation Guide and Systems Requirements Guide you likely are missing something. Docs are [URL http://docs.oracle.com/cd/E24269_01/index.htm]here
    2. If you followed the installation guide and completed the installation without error, the basic product works out of the box without any configuration changes. Don't start tweaking unless you understand the change.
    3. In order to use an application server of any kind, you need to ensure it is running.
    4. If you have chosen the "Development" installation type (applies to 11.1.2 only) then you will not have an HTTP Server and it is not needed. Your listener will be the WLS managed server (usually port 9001).
    5. If you have chosed the "Deployment" installation type then you will have HTTP Server. You can access your Forms application via the HTTP Server Listen port (usually 8888) or the WLS_FORMS port.</blockquote>
    To the issue that started this post... "+*Page cannot be displayed*+"
    This error is either caused as a result of there being no listener running, specifically the HTTP Server or the wrong URL was entered in the browser, or the hostname used in the URL does not map to the correct machine where the listener is running. If you have installed and are testing on your local machine and that machine does not have a static IP address and/or a DNS registered name then fixing these issues would be a few of those "prerequisite" steps I mentioned. This is documented here:
    http://docs.oracle.com/html/E18558_01/fusion_requirements.htm#BABFHBID
    The above configuration needs to be completed before the installation is started.
    To the next issue or change in error message: "+*Failure of server APACHE bridge: No backend server available for connection...*+"
    This means that HTTP Server (specifically mod_wls) is unable to contact WLS_FORMS. This could be because WLS_FORMS is not running or because of those prereq steps noted above or a variety of other things related to not following the instructions. Refer to MyOracleSupport Note 1304095.1 for more details about this error.
    Finally, as for the need for a JRE, you can do this either before you attempt to run a form or allow the autoinstall feature of the browser perform the installation. However, as Craig mentioned, you would be better off installing the latest version which is 1.6.0_33. You can change your configuration to automatically do this, but if you are new to FusionMiddleware and/or Forms doing the JRE installation manually at this point is probably a good idea. I also recommend starting with Internet Explorer because likely some config changes will be necessary to get it working.
    As I mentioned, for the most part, the installation should work out of the box without changes. I would recommend getting the default form (test.fmx) running before attempting to make too many changes.
    (If you chose the Deployment install type) http://youMachine:8888/forms/frmservlet?form=test
    (If you chose the Development install type) http://youMachine:9001/forms/frmservlet?form=test
    .

Maybe you are looking for

  • Add-ons Manager has no text

    I just downloaded Firefox RC1. When I open the Add-ons Manager and go to Get-addons i see no text, only images.

  • How to Create Web Service from RFC?

    Hello Friends, Can anybody tell me how to crete Web Service through RFC. Our client server has no SOAMANAGER. I have to proceed through WSADMIN and WSCONFIG.  Please help me to create WS through these transactions. Give me the step by step proces i h

  • I just reinstalled Photoshop CS5 on my laptop but it keeps crashing upon startup. How can I fix this

    I just reinstalled Photoshop CS5 on my laptop but it keeps crashing upon startup. How can I fix this?

  • Downloading 15,000 Photos to 5th gen iPod

    Want to upgrade to new 5th gen iPod 60GB but would like answers to the following. 1. Apple say, “If you have a Windows PC and Adobe Photoshop Elements 3.0 or later, you can download photo collections automatically.“ Will the above work on a Mac using

  • Apache vhost/jrun access error

    I have 5 virtual hosts set up on this one box. They have the same configs and all work except for this one. When you navigate to the site for the very first time you'll get a "The connection was reset" or "This webpage is not available" error, depend