How to run oid on oc4j

Hi All,
I am new to oc4j. I have configured oid on weblogic and after that on oc4j. But i dont know how to run oid in oc4j. When i shutdown wls_ods1 in weblogic domain,oid doesnt work. So please tell me how to run oid in oc4j and how to check which managed server get deployed in oc4j,like we did in weblogic using "http://localhost:7001". Also whether it is possible to install and configure oid without using weblogic.
Thanks,

OC4J is restricted to Application Server 10g only. In FMW11g, OC4J is not used at all.
When managed server wls_ods1 is not up and running, you won't be able to access the Oracle Directory Services Manager. OID itself should be fully functional as it doesn't require any WebLogic components.
You can check the status of the OID 11g components with opmn status -l, e.g.
$ opmnctl status -l
Processes in Instance: asinst_1
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ias-component                    | process-type       |     pid | status   |        uid |  memused |    uptime | ports
---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
ovd1                             | OVD                |    4889 | Alive    | 1094295844 |  1126940 | 1753:10:~ | http:8899,ldaps:7501,ldap:6501
oid1                             | oidldapd           |    4942 | Alive    | 1094295846 |   993124 | 1753:10:~ | N/A
oid1                             | oidldapd           |    4928 | Alive    | 1094295845 |   439772 | 1753:10:~ | N/A
oid1                             | oidmon             |    4890 | Alive    | 1094295843 |   826860 | 1753:10:~ | LDAPS:3131,LDAP:3060
EMAGENT                          | EMAGENT            |    4891 | Alive    | 1094295842 |   106096 | 1753:10:~ | N/AAnd you can use the ldapbind utility to check whether you can bind to the OID server :
$ $ORACLE_HOME/bin/ldapbind -h localhost -p 3060 -D "cn=orcladmin" -w welcome1
bind successfulThanks,
EJ

Similar Messages

  • How to run ejb application OC4J J2EE Container

    Hi all,
    I unable run ejb applications in OC4J J2EE Container.
    I have configure following files.
    in config directory
    Server.xml
    I have .ear file if configured in server.xml. this .ear copied into home/application directory
    I have create following deployment discriptor file.
    in META-INF for ejb.
    ejb-jar.xml
    application.xml
    I have specify all ejb classes details in ejb-jar.xml
    Please help me .How to run ejbs with jsp and application client.Which files shall i configure.
    Thnaks,

    Hi all,
    I unable run ejb applications in OC4J J2EE Container.
    I have configure following files.
    in config directory
    Server.xml
    I have .ear file if configured in server.xml. this .ear copied into home/application directory
    I have create following deployment discriptor file.
    in META-INF for ejb.
    ejb-jar.xml
    application.xml
    I have specify all ejb classes details in ejb-jar.xml
    Please help me .How to run ejbs with jsp and application client.Which files shall i configure.
    Thnaks,

  • How to run a 10g Report from form in client using OC4J

    Hi,
    Every time we make a report, in order to test it we have to deploy in application server.
    In our application we make the report is written as a PDF in the server and shown in the client browser using WEB.SHOW_DOCUMENT.
    Is there a way we can do this in the development environment?
    Like this: I create a report (i.e. RDF). Now in my development machine I want the form (we use a Oracle Form as a parameter form, not the Reports para form) to have a button, and when I press this button the report has to run, create the PDF in my machine and show it my client browser.
    How to do it using OC4J??

    Steps to take.
    (1.) In command prompt type RWSERVER SERVER=repserver1 to star the rep server.
    (2.) If you get "Javaw.exe The procedure entry point psoasyn could not be located in the dynamic link library orapls10.dll." error do one of the following
            (a.) Type the full name for the server. D:\OracleDevR2\bin\rwserver SERVER=repserver1
                   or, if it does not work
            (b.) Add D:\OracleDevR2\bin to the system env. variable PATH
    (3.) Start OC4j
    (4.) Now you can access the jobs using URL like:
        http://192.161.11.143:8890/reports/rwservlet/showjobs?server=repserver1
          where 192.161.11.143 is your machine's IP address.

  • How to run a script on Oracle server from isqlplus

    Hi I am trying to run a script on my workstation from Oracle server through isqlplus workarea. I entered following command and get the following error. i have enabled isqlplus URL by editing web.xml file already. Can please someone help how to run the script?
    @http://myaixserver.com:5560/scripts/Databasestartupstages.sql;
    SP2-0920: HTTP error 'page not found (505)' on attempt to open URL

    So far, you haven't specified your rdbms version and isqlplus behaved differently on a 9iR1, 9iR2 from the one release on 10gR1/R2. on 9i it was a servlet based on a JServ servlet executor machine, meanwhile on 10g it is a J2EE compliant application deployed on an OC4J container, so configuration is different.
    You may want to take a look at these references -->
    * Starting iSQL*Plus from a URL
    * Creating Reports using iSQL*Plus
    ~ Madrid

  • How to run the form that is only installed on a PC and not using a server?

    Hi
    I am new to Oracle and have taken the forms class. But I do not understand how to run the form from my PC using XP windows. (Do not have access to a server).
    I have started the OC4J, made sure the listener was started, compiled the form and then when I run it, it automatically goes to the HTTP:
    ERROR: res://ieframe.dll/acr_depnx_error.htm#,http://kevin:8889/forms/frmservle
    I connected to the database correctly. I can process a report and it does nor try to access the internet. My only issue is running the form. I verified it compiled.
    Sorry for a basic question. Could someone please help, I tried reviewing other questions, but not sure if they are connecting to a server or not.
    I see webutil but is it required if I don't have a server? Thank you in advance.

    Regardless of the version, it appears that you may not have configured the Builder. Do the following:
    1. Open the Builder
    2. From the menu, select Edit > Preferences > Runtime
    3. In the box labeled "Application Server URL:", enter a local URL needed to run a form OR click the button labeled "Reset to Default". If you decide to manually enter a value, it would looks something like this:
    http://localhost:8889/forms/frmservlet
    4. In the field labeled "Web Browser Location:", enter the path and executable to your preferred browser. So for example if IE is your browser of choice the entry would most likely look like this:
    C:\Program Files\Internet Explorer\IEXPLORE.EXE
    5. Click on OK and retest.
    By the way, you can manually enter a URL in the browser. Clicking the RunForm button from the Builder is strictly optional. To run the "test" form directly from the browser enter the following into the browser's address field:
    http://localhost:8889/forms/frmservlet?form=test
    More information about Forms can be found on OTN:
    http://www.oracle.com/technology/products/forms/index.html

  • How to use the same OC4j server with different port number

    How to use the same OC4j server with different port numbers..?
    I have to OC4J installed on my machine on different hard disk drives....
    I want to be able to run both the server simultaneously..?
    is it possible ..it yes then how..?
    for that i have changed the port number of one server...
    but when i am trying to start the other server with different port number..it says that JVM -Bind already...
    Is there any clues...?
    Nilesh G

    In the config directory:
    default-web-site.xml: Change the port the HTTP listener listens on
    jms.xml: Change the port the JMS service listens on
    rmi.xml: Change the port the ORMI listener listens on.
    Or, you can add another web-site.xml file, and deploy your applications to 1 server, and bind the web applications to the different web sites. This way you only have to deploy your applications to 1 place.
    Rob
    Oracle

  • How to run JSP Report

    Hello,
    I am new at Reports 9i. I created report dummy.jsp which selects some data from a table.
    Could you please explain me how to run this JSP Report from internet explorer?
    Sincerely.
    givi

    Hello Givi,
    For running the JSP report from a browser, you need a J2EE container like OC4J. The JSP report can be run in two ways:
    1. rwservlet
    http://<we_server_host>:<port_no>/reports/rwservlet?<reports_parameters>
    2. the JSP deployed on the J2EE container
    http://<we_server_host>:<port_no>/<context_root>/your_report.jsp?<reports_parameters>
    Method 1 will actually display the paper layout of your report, while method 2 will display the web layout on the browser.
    If you want to start with basic information, pl refer to the section 8.1.2 of Publishing Reports document available at
    http://otn.oracle.com/docs/products/reports/content.html
    Navneet.

  • How to run the parameter form example report :pform_report.jsp

    how to run the parameter form example report : pform_report.jsp ?
    I got these error message:
    Reports Error Page
    Sat Oct 18 11:58:24 CST 2003
    javax.servlet.jsp.JspException: rwlib-1: REP-6106: (, 4 L, XML 1h��/�� ' PI with the name 'xml' can occur only in the beginning of the document.'.
    javax.servlet.jsp.JspException: rwlib-1: REP-6106: (, 4 L, XML 1h��/��
    PI with the name 'xml' can occur only in the beginning of the document.'.
         at oracle.reports.jsp.ObjectsTag.doEndTag(ObjectsTag.java:180)
         at examples.tools._pform__report._jspService(_pform__report.java:79)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:66)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:539)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:285)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:771)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:796)
         at java.lang.Thread.run(Thread.java:484)

    repost !
    please help!

  • How to run a form in Forms9i in DS10g

    I recently load Oracle DS 10g in my Windows XP. just for test purpose i just did small form and try to run after started oc4j instance (even installed Jinitiater from jinit directory). but still i am getting message in explorer, HTTP 404 file not found. for information, i had installed already forms 6i in my win xp in different oracle home. please i want to get solution now, how to run form in forms 9i.

    Thank you Frank. I had tried with the changes in run tab url settings. I am still getting the same message in ie,
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the raj:8889 home page, and then look for links to the information you want.
    Click the Back button to try another link.
    Click Search to look for information on the Internet.
    HTTP 404 - File not found
    Internet Explorer
    i had checked http://server.port/j2ee, and my port is 8889. it shows some link for oc4j forum and documents. but i couldn't get my immediate help from that.
    Anyhow its my learn basis from 6i to 9i. all my applications in 6i, and i would like to migrate to later versions such as 9i. i have the version forms 9.0.2 (DS 9i), which works fine means its starts Jinitiator and the form run in explorer with default settings.
    Sir, i want to know in clear and direct way what are the major advantages from 6i to 9i. Please write me in ur reply or mention the online website which clearly explains its merits and demerits.
    Thank you.
    Raj

  • How to Run Developer Suit Form 10g

    my question is
    how to run form in developer suit i was using developer 6I now i want to run my module to developer suit 10g first i install developer suit 10g then database 10g and make a simple module of emp table
    now when i run its give me error The HTTP Listner is not runing
    i start OC4J Instance then again i run the form its run and install
    Jinitator 1.3.1.22
    then its give me again error
    ORA-12560 Tns protocol adopter failure
    i check my firewall setting its check all program and service excluding Remote disktop
    I check my TNSNAMES.ORA file its look like
    # tnsnames.ora Network Configuration File: d:\DevSuiteHome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SERVER)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    uid=shah;pwd=a;
    i save my module in D:\module1.fmb so there is no space in folder
    but still i am facing the same error
    i not one thing that i connect with just my user id and password and left blank in database
    Just like
    USERID = SCOTT
    PASS = TIGER
    DATABASE =
    Any one know how to solve this problem
    Thanks
    Shahzaib ismail
    Developer Suit 10g, Database 10g, OS Window XP

    well when i connect with my database i right
    username = Scott
    password = tiger
    and i left blank in database row
    because when i insert orcl in database row its give me error
    TNS No listener
    i search listener.ora file and i found in
    d:\devsuit_home1\network\admil
    *# listener.ora Network Configuration File: d:\DevSuiteHome_1\NETWORK\ADMIN\listener.ora*
    *# Generated by Oracle configuration tools.*
    SID_LIST_SERVER =
    *(SID_LIST =*
    *(SID_DESC =*
    *(GLOBAL_DBNAME = Oracle8)*
    *(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)*
    *(SID_NAME = ORCL)*
    *(SID_DESC =*
    *(GLOBAL_DBNAME = orcl)*
    *(PROGRAM = orcl)*
    *(SID_NAME = orcl)*
    *(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)*
    *(SID_DESC =*
    *(GLOBAL_DBNAME = orcl)*
    *(PROGRAM = orcl)*
    *(SID_NAME = orcl)*
    *(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)*
    SERVER =
    *(DESCRIPTION =*
    *(ADDRESS = (PROTOCOL = TCP)(HOST = SERVER)(PORT = 1521)(SEND_BUF_SIZE = 1521)(RECV_BUF_SIZE = 1521))*
    LOGGING_SERVER = OFF
    SAVE_CONFIG_ON_STOP_SERVER = TRUE
    what can i do now ?

  • How to Run FormBuilder On Linux.

    Hi All,
    I have installed Oracle Application Server 10G on linux in one Home.
    I installed Oracle Developer Suit 10G on same machine in another Home.
    I configured Listner and service for Oracle Application Server.
    But How to set the Listner and service for Developer Suit.
    Am I need to make any changes in .Bash file.
    And how I will be able to Run FormBuiler,ReportBuilder & OC4J components.
    Will I need to apply any patches on linux.

    Assuming you are using iDS 10g Release 2 (10.1.2.0.2), the installation works out of the box for the most part.
    To start the Builders look in the ORACLE_HOME/bin for the script files related to the component you wish to run. For example, to start the Forms Builder use frmbld.sh
    Starting and stopping OC4J is done with scripts found in ORACLE_HOME/j2ee/DevSuites
    More information can be found in the product online help and Metalink Doc ID 358712.1 "Overview of Oracle Forms and Using the Oracle Forms Builder"
    This is basically the same for all versions. The only difference will be in the file names.

  • How to run Reports Saved in JSP format

    How to run the report develop by report9i on OC4j
    that directory structure where to save jsp report file and how do it
    get access to rep tag lib that is in web-inf /lib.
    second thing
    what does it exactly mean by report server name..
    is it the name of oracle 9ias server .

    check out the technical note here on OTN (http://otn.oracle.com/products/reports/htdocs/getstart/whitepapers/oc4j_ids/howToReportsServicesIds.htm)
    regards,
    philipp

  • How to run oralce 10g forms in runtime

    hi all
    I have an application developed in oracle 10g forms , wheni fun it opens in browser , how can i restrict my fmx to run in browser , as i dont want to run it in browser like forms 6i .
    Regards
    nawaz

    Hi nawaz
    From the menu design time:
    1- select >Edit>Preferences>select the Runtime tab
    and close to the field of web browser location - >
    Select the Browse button to locate the IE location on ur hard-disk.
    2- Run ur main form >Select Favorites >Select add to Favorites.
    Then ,u have a link 2 ur application , u can drag and drop it in ur desk top.
    or use the existing link.
    or if u wanna run a specific form locally then, u have to run the Start OC4J Instance to be intiallized ,and when finished working on that form run the End OC4J Instance to be terminated.
    Hope this helps,
    Regards,
    Abdetu..

  • How to delopy to specific OC4J Instance

    Hi:
    Under 9iasR2903 Java edition how do I specify which OC4J instance to delopy to from
    Jdeveloper?
    Under Jdev I have created all of the necessary deployment descriptors and would like
    to deploy to a specific instance of OC4J running on my server. I can't find any
    way to tell Jdev which instance to target.
    Thanks,
    Arthur Smith
    Sun Certified Web Component Developer For J2EE Platform (SCWCD)
    Sun Certified Programmer for the Java 2 Platform (SCJ2P)
    You are the one! Don't think that you are. Know that you are!

    Under the connections-Application Server node on the navigator you can define any extra OC4J instances. These are then available for deployment

  • How to create OID attributes from command line in unix system

    Hi,
    I have to create OID attributes through ldif files in unix system. I dont know how to run it in unix system under which folder. I already have ldif files for creating OID attributes. Please help.

    Hi,
    unser the /your_ODI_HOME/agent/bin folder.
    Excute this
    sh startscen.sh REFRESH_ID 001 GLOBAL 5 -NAME=agent_ODI
    REFRESH_ID=Your Scenario name
    001:Version
    GLOBAL:Context name
    5=Log Level
    agent_ODI=Your agent name
    Regards

Maybe you are looking for

  • Switching Final Cut to Intel

    I bought the original Final Cut Studio for my iMac G5 and then I upgraded Final Cut Studio 2 (which is universal binary). If I get an Intel Mac, am I screwed? I know I can't put the first studio in and then do the upgrade because it's going to tell m

  • Getting Error while installing oracle web cach

    Hi all, after installation of Oracle 9i Application Server version 1.0.2.2.2 on Windows 2000(NT based), while installing oracle web cache on AS following error appears after 96% of installation. Origin oracle database 10g is running on a separate PC

  • Making a Magnifying Glass

    Hey all, I am trying to make a magnifying glass, not a detailed image, just an icon.  The image nelow shows what I want to do.  I want to rotate the dark line of the handle that I want to create around the red axis, or draw this in such a way so it a

  • Require responses to equal 100?

    In the online surveys, I have a question set up as a text field for numerous items.  I've put a statement in there that the total sum of all the fields must equal 100, but is there any way to regulate that or to show a tally of what percentage they'v

  • Capture to multiple drives simultaneously? (for back up)

    Hi, We're shooting with the new Canon XF300 - love it! I atach a USB2 card reader to a MacBook Pro and "log and transfer" the footage to a capture drive. Everything works perfectly. But we do this in the field sometimes, and THEN I drag the captured