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

Similar Messages

  • Can't run form from Form Builder 10g - Port configuration problem?

    Hi,
    I have installed the Database (10.2.0.1.0) and the Developer Suite (10.1.2.0.2) on two Linux machines (Red Hat Enterprise Linux ES 4 Basic).
    If I enter the frmservlet-URL manually everything seems to be fine.
    In one case I enter http://127.0.0.1:8890/forms/frmservlet, in the other http://127.0.0.1:8889/forms/frmservlet; in BOTH cases I get eventually a dark square and the status bar says "Applet oracle.forms.engine.Main started".
    HOWEVER, if I create a simple form with Form Builder and click on the Button with the green traffic light ("Run Form"), the form runs only on the machine where frmservlet listens on port 8890.
    On the other machine (frmservlet configured to listen on port 8889) Firefox pops up, the URL "http://127.0.0.1:32979/6dOrpwghCqnp8PhMT7KVT533m3IaArqFbPqPBOztZXWYSsNy" gets called, and nothing else happens. The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and it stays like this forever.
    I assume this is a port configuration problem, but I don't have a clue where to start.
    Any suggestions how I should proceed are greatly appreciated.
    Thank you very much in advance!

    Hi Frank,
    Thank you for your reply.
    I doublechecked my configuration.
    In the dialog Edit --> Preferences --> Runtime the Application Server URL is set to "127.0.0.1:8889/forms/frmservlet".
    However, when I attempt to run the form, the URL "http://127.0.0.1:33140/W2dwbV9eXS2fPkuKlxNhCxFWdEihwDviat2uV7ycrSotqwDN" gets called.
    The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and that's it.
    I wonder how the port number 33140 got selected. Interestingly, this time it is a different number; last time it was port 32979. In fact, the port number seems to change each time; I tried again and now it is 33189.
    I will now try to set the port number for the frmservlet to 8890.
    I choose Edit --> Preferences --> Runtime and set the application server URL to "127.0.0.1:8890/forms/frmservlet".
    I stop the container, open /home/oracle/OraHome_1/j2ee/DevSuite/config/default-web-site.xml and change the port number to 8890:
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE web-site PUBLIC "Oracle Application Server 10g XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <!-- change the host name below to your own host name. Localhost will -->
    <!-- not work with clustering -->
    <!-- also add cluster-island attribute as below
    <web-site host="localhost" port="0" protocol="ajp13"
    display-name="Default Oracle Application Server 10g Java WebSite" cluster-island="1" >
    -->
    <web-site port="8890" protocol="http"
    display-name="Oracle Developer Suite 10g instance of Oracle Containers for J2EE Web Site">
    <!-- Uncomment the following line when using clustering -->
         <!-- <frontend host="your_host_name" port="80" /> -->
         <!-- The default web-app for this site, bound to the root -->
         <default-web-app application="default" name="defaultWebApp" root="/j2ee" />
    <!-- Do not delete this line. -->
    <web-app application="forms" name="formsweb" root="/forms" />
    <!-- -->
    <!-- <web-app application="forms" name="formsweb" root="/forms" /> -->
    <web-app application ="reports" name="web" root="/reports" />
    <web-app application = "reports" name="demo" root="/repdemo" />
         <!-- Access Log, where requests are logged to -->
         <access-log path="../log/default-web-access.log" />
    </web-site>
    I restart the container, start Form Builder, connect to the database, and open my test form.
    When attempting to run the form, the URL "http://127.0.0.1:33437/Pl0n3ky9vmU5z37A7ScBnQhsGwq3jwuzJpgTAKWPMOYIzT8K" gets called (again a new port number, apparently picked radomly within a certain range) and nothing happens: "Waiting for 127.0.0.1...".
    However, when I enter the URL http://127.0.0.1:8890/forms/frmservlet I do (eventually, after confirming that I trust the certificate etc.) get a darc rectangle and the status message "Applet oracle.forms.engine.Main started", which tells me that my setup can't be that far off target.
    Here is the output of netstat:
    [root@localhost ~]# netstat -anp --tcp
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN 2779/rpc.statd
    tcp 0 0 0.0.0.0:23910 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2759/portmap
    tcp 0 0 0.0.0.0:1521 0.0.0.0:* LISTEN 4265/tnslsnr
    tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 2983/xinetd
    tcp 0 0 127.0.0.1:7830 0.0.0.0:* LISTEN 4429/spamd --port 7
    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2928/cupsd
    tcp 0 0 0.0.0.0:9240 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3002/sendmail: acce
    tcp 0 0 0.0.0.0:8890 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:32795 0.0.0.0:* LISTEN 4231/ora_d000_orcl
    tcp 0 0 127.0.0.1:1521 127.0.0.1:32817 ESTABLISHED 4265/tnslsnr
    tcp 0 0 127.0.0.1:32817 127.0.0.1:1521 ESTABLISHED 4209/ora_pmon_orcl
    tcp 0 0 127.0.0.1:33425 127.0.0.1:1521 ESTABLISHED 5298/frmbld
    tcp 0 0 127.0.0.1:1521 127.0.0.1:33425 ESTABLISHED 5311/oracleorcl
    tcp 1 0 80.133.127.83:33485 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33484 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33494 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33520 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 80.133.127.83:33529 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 0 0 80.133.127.83:33528 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 1 0 80.133.127.83:33460 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33470 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 :::22 :::* LISTEN 2968/sshd
    tcp 0 0 ::ffff:127.0.0.1:33437 :::* LISTEN 5298/frmbld
    tcp 697 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33439 CLOSE_WAIT -
    tcp 348 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33440 CLOSE_WAIT -
    [root@localhost ~]#
    The question remains: Where do those port numbers come from?
    Regards,
    jme

  • 7965 Display Error - Port Configuration Error

    Community,
    I have a customer who is experiencing what appears to be a cosmetic error on their 7965s.  When deploying endpoints into the field they have found that if they hard code the speed/duplex to 100/Full on the PC port of the phone they get a "Port Configuration Error".  The funny thing is that the PC appears to function normally at 100 Full.  When I change the endpoint to auto-negotiate from CUCM the error goes away. 
    Has anyone ever run into this?
    Endpoint:     7965
    Protocol:     SIP
    Load:          SIP45.9-3-1SR2-1S

    No worries, how about the actual switch port on the phone?  Are both the PC and SW ports set to Auto or 100 Full?  I would still be curious about what the network port on the switch is set to as well.  I am running 7965G's in both SCCP and SIP form and no matter how I have the ports set and cannot recreate.  I am also running 9.3.1sr2 firmware on both.

  • What is a dual port configuration?

    Hi!!!
    I have a doubt while reading about some features of MPLS equipment! In many of them it appears that it allows a dual-port configuration, which rises the availability offered by the provider. My questions are:
    - A dual port configuration is between the PE and the CE of the customer?
    - Does the dual port configuration mean that you have two cables connecting the two equipment in order the principal one breaks??
    Thanks in advance!
    Alain

    Hi,
    I have not heard this term in MPLS. But I assume dual port means you have one physical link
    connecting between PE to CE and you divide it in two parts (based on vlan if it is ethernet or based on dlci value if it is
    serial link) and configure both port (part of one physical link) with two different vrf. Sp that link configured under one vrf will not talk to another link configured under another vrf.
    If you share more details of where you read this and for which product..so that people here can have more ideas to share.
    Regards
    Mahesh

  • Deleted CDMA USB Modem from Port Configurations... Can't get it back!

    A while back, I was trying out a wireless USB CDMA modem. I didn't really like it and was mainly just using it for testing purposes, and after I was done with it I deleted the port configuration out of my Network Config, thinking A) I'd never need it again and B) It would repopulate or at least be able to be recreated if I wanted to use it again.
    Well, this weekend I'm out of town in an area where I don't have an internet connection regularly and need the ability to connect without relying on WIFI. So I reactivated the USB modem and went on my way. As soon as I put the card in, though, nothing happens. Normally the card would automatically detect and even open up its own connection software in the title bar. This time, nothing. So I boot into Windows and test it out there: works fine. Detects, connects, loads webpages, everything. So it's not the card.
    I go back into OS X and see if there's anyway to manually add it. I check in System Profiler, and sure enough, under USB the card is recognized. Not in modems, though, but I can't remember if it populated there before. Anyway, I go into Network Config, try to add a port, but the only things available are the typical Ethernet, Airport, Bluetooth, etc. No USB, no CDMA modem, nothing I need.
    So what I'm thinking is, when I deleted the old CDMA modem setting in Network Port Configs, its pretty much permanently deleted it. My question is, is there any way for me to manually get it back? I really could use the benefit of this card at the moment.
    Thanks for any help,
    Bryan

    I had not heard of that brand. Out here we get a lot of stuff from China and Korea.
    After I wrote that last night, I had a closer look at my settings and the CDMA modem I have is shown in the Network Configurations panel -- yours is not, you say.
    Sorry, if I was not clear about the point concerning Bluetooth. That panel provides a list of ALL modem drivers, so I was suggesting that you had a look in there, in case there might be a suitable modem driver you could use.
    I had two of these modems (one was stolen) the first used that Null modem driver while the other used a Huawei driver that I had to work hard to make the local company find.
    I just looked at the Franklin Support pages and as you say, they do not appear to have a driver listed for Macs, only the user guide.
    As a late thought, and not wishing to sound funny at all: have you tried the other USB port? With one of the CDMA modems I had it would work perfectly in one port but in the other the computer never recognised it.
    Message was edited by: Graham K. Rogers

  • How can we transport the partner profiles and Port configurations

    Hi everybody,
    How can we transport the partner profiles and Port configurations. While creating these , system will not ask for Dev class and we cant assign any Transport request number. Then How can we transport these settings?
    Your replies are really apreciable.
    Thanks and Regards,
    Vijay.

    Hi,
    please have a look of the OSS note: 182172
    >>
    The partner profiles are stored in the following tables:
    Table EDPP1: General partner profile
    Table EDP12: Partner profile outbound, additional data NAST
    Table EDP13: Partner profile outbound
    Table EDP21: Partner profile inbound
    Table EDIPHONE: Connection to SAP telephony (optional)
    You can use R3TR TABU to manually set the tables into a Customizing request (as of Release 46, into a SYST-type request).
    <<
    Rgd
    Frédéric

  • Inconsistent port configuration on SP2 (ms/db is 3600 or 3610 ?)

    Hi All,
    Inconsistent port configuration on SP2 (ms/db is 3600 or 3610 ?)
    Dear All,
    There seems to be an inconsistency in the port configuration on the SP2 that could possibly explain why Tradelink (LN) sometimes is not able to connect to SP2.
    - the saplogon.ini file seems to indicate SP2 has instance number 00
    - SM51 indicates the DB server is system number 00
    - the saprouttab indicates the message server has port 3610
    - the services file also indicates port 3610
    While this could be correct and simply means the DB server and MS server use different ports, this is not typical/logical. It also means for applications that are not able to distingu
    Is it network issue??
    Regards
    Mohsin
    SAP Basis Mumbai.

    Hi All,
    Inconsistent port configuration on SP2 (ms/db is 3600 or 3610 ?)
    Dear All,
    There seems to be an inconsistency in the port configuration on the SP2 that could possibly explain why Tradelink (LN) sometimes is not able to connect to SP2.
    - the saplogon.ini file seems to indicate SP2 has instance number 00
    - SM51 indicates the DB server is system number 00
    - the saprouttab indicates the message server has port 3610
    - the services file also indicates port 3610
    While this could be correct and simply means the DB server and MS server use different ports, this is not typical/logical. It also means for applications that are not able to distingu
    Is it network issue??
    Regards
    Mohsin
    SAP Basis Mumbai.

  • Port Configuration EDI/IDoc

    Please anybody can explain me in detail Port Configuration for EDI/IDoc(T Code WE21).
    please explain how can i create new port.
    it's urgent please.
    thanks
    RP

    rp
    check the following links
    http://help.sap.com/saphelp_47x200/helpdata/en/af/7e844367c24d4a950df3205052769d/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm

  • Port configuration problem

    After updating Safari, my "port configuration" does not recognize the built-in ethernet option and I can't connect to the internet using Safari. Everything else works properly - Any suggestions?

    Hi Jim, and a warm welcome to the forums!
    Are you saying that it doesn't show at all in Network>Show:>Network Port Configurations?
    If you haven't yet try this...
    Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, when complete reboot.

  • Switch port configuration for 3500i AP

    Hi,
    We are due to install a brand new enterprise WLAN based on the WiSM2 platform, 3502i AP and WCS. The APs will be plugged into the 2960S-24TPS-L.
    I have scanned over all documentation and cannot for the life of me find a recommended switch port configuration for connecting the AP to the switch in terms of speed / duplex etc. For example, should I just configure the port to auto detect, or is forcing the speed / duplex the way to go. I could also do with knowing other best practice configurations for AP connectivity.
    Any help would be greatly appreciated.
    Chris.

    The AP comes online with just auto detect, but I want to know if there are any benefits to forcing this to 1Gbps / Full duplex, or even if this is the right way to go. I suspect auto detect is the best method.

  • Error on Send Port configured using HTTP adapter

    Hi All,
    For Load balancing purpose we have created new host and host instance and changed send handler for send port configured using 
    plain HTTP adapter.
    We are getting below error after change:
    A password is mandatory if UserName is specified
    Parameter name: Password
    Please advice.
    Thanks
    Pooja Jagtap Software Engineer KPIT Cummins

    Have you updated the password for your Host instance . Try restarting your host instance once .
    Thanks
    Abhishek

  • What smtp port configuration should I use?

    All of a sudden, I can't get my mail to go out. What port configuration should I use?  What else can be the problem?
    Bob

    You have to use DHCP.. there is no other option that will work because the modem is not a router.. Unfortunately apple hide any more sophisticated controls so there is nothing much you can do other than power cycle the TC when it gets lost.

  • Problems of Port Configuration while upgrading from 4.0B to ERP 6

    Hi all,
        We are upgrading a system from 4.0B to ERP 6. Will there will be any problems from port configuration side? If any please tell what they might be.
    thankyou.

    Hello,
    We have upgraded from 4.6C to ECC6.0 and did not have any port config issues.
    Things to look for:
      - RFC destinations, do they still work
      - directories used in File type ports, are they still there (they should be)
    Hope this helps a bit
    Regards
    Greg Kern

  • Java is not coming up because of wrong port configuration

    Hello guys
    It is a ABAP+ JAVA system ,ABAP is system is up but java is not coming up because of wrong port configuration.
    getting error as ....service could not start because of missing or wrong port configuration
    also tell me how to change this parameter in configtool??
    com.sap.aii.connect.integrationserver.r3.mshost

    Hi,
    Please attach std_server0.out file too. Also, on the Abap side, ensure the HTTP port is set. This can checked by tcode smicm->Goto-> Services. The HTTP entry must be enabled and the port number should be displayed.
    If it isnt enabled, then activate the http port in the instance profile using RZ10 Tcode.
    Also, AFAIK, the parameter com.sap.aii.connect.integrationserver.r3.mshost is maintained in the exchange profile.
    Rgds,
    Soujanya

  • Serial port configuration

    Hello,
    is there a way to configure a serial port only to initialize, without using any graphical tools(like smc, admintool, etc)?

    Do you mind to elaborate more this question? All serial ports are initialized by default.
    You can use stty to check the port configuration (the -a >< is a bug in the Sun forum. Use -a < instead):
    [SunOS 5.9/bash] root@wgtsinf01:/opt/sfw
    # stty </dev/ttya
    speed 9600 baud; -parity hupcl
    rows = 0; columns = 0; ypixels = 0; xpixels = 0;
    swtch = <undef>;
    brkint -inpck -istrip icrnl -ixany imaxbel onlcr tab3
    echo echoe echok echoctl echoke iexten
    [SunOS 5.9/bash] root@wgtsinf01:/opt/sfw
    # stty -a </dev/ttyb
    speed 9600 baud;
    rows = 0; columns = 0; ypixels = 0; xpixels = 0;
    csdata ?
    eucw 1:0:0:0, scrw 1:0:0:0
    intr = ^c; quit = ^\; erase = ^?; kill = ^u;
    eof = ^d; eol = <undef>; eol2 = <undef>; swtch = <undef>;
    start = ^q; stop = ^s; susp = ^z; dsusp = ^y;
    rprnt = ^r; flush = ^o; werase = ^w; lnext = ^v;
    -parenb -parodd cs8 -cstopb -hupcl cread -clocal -loblk -crtscts -crtsxoff -parext
    -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc
    ixon -ixany -ixoff imaxbel
    isig icanon -xcase echo echoe echok -echonl -noflsh
    -tostop echoctl -echoprt echoke -defecho -flusho -pendin iexten
    opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3Cheers,
    Andreas

Maybe you are looking for

  • Using iMessage on separate phones on one iTunes account

    I have 3 x iPhone 4 on one iTunes account - each being used by a different person.  Is it possible to use iMessage on these phones without them receiving each other's texts?

  • Help on oracle tags in dynamic pages

    Hi All I have used dynamic pages like this , i create a html form inside a dynamic page on submit of which a procedure gets called & inserts the values in the table. I see some <oracle> tags every time i create a dynamic page but have never used them

  • Can't register my iPhone

    Hi, I would like to register my new iPhone. I can see my other apple products, but not my 6+. I have already activated and can use ist with my Account. But if I want to register my 6+, I get the message, that this phone is already registered maybe wi

  • Password Protecting Books and Topics in WebHelp

    I am working on a manual which has 12 separate projects merged into one. Some of the projects should only be viewed by certain associates. Is there a way to require a password to view certain projects in a merged project?

  • Can't install OS X 10.1.1 update

    Hi everyone, I've just bought this laptop and recently installed OS X 10.1 on it. I've downloaded the OS X update for 10.1.1 from the Apple website, but my machine won't let me install it. I get as far as selecting the disk I want to install to. Mac