OC4J 9.0.2 deployment on 9iAS 1.0.2.2.2

Hi,
I have installed the OC4J v9.0.2 on Windows by itself. I was trying to find out if there is a way in which I can deploy the 9.0.2 OC4J on a Oracle9iAS 1.0.2.2 installation on Windows (for Windows there has not been any release of the 9iAS Rel 2 yet) ? If so, what configurations do I need to change for Apache and HTTP Server so that Apache will be able to host OC4J ? Any information will be appreciated.
Thanks in advance.

I have the same problem. Please advice if you found an answer. Thanks in advance.

Similar Messages

  • Deployment profile for a business component deployed to 9ias?

    I am trying to build a deployment profile so I can deploy my business component to an oc4j instance on my remote 9iAS machine.
    In jdeveloper version 9.0.3, the "Business Component Deployment Wizard for EJB session bean" prompts for a both a "Deploy to Connection" and a "Server Connection".
    I am specifying a connection to a "9i Application Server - Remote DCM" for the <deploy to connection> prompt. Per the documentation and the wizard .. you must then specify a server connection.
    I don't understand the server connection piece ... The <new button> for the "server connction" only lets me build a connection a standalone OC4J. I am trying to deploy to a 9ias oc4j instance on a remote machine. I am suppose to somehow specify a connection to the remote 9ias oc4j instance as if it were a standalone instance? How do I build and specify this connection?

    Thanks Frank.
    My jdevloper help system describes how to deploy to 9ias, and I have not yet spotted anything in the fine print that nullifies this.
    The release notes that came with Jdeveloper version 9.0.3.10.35 show a compatibility matrix for deployments to 9ias version 9.0.3 ... my scenario is listed as supported. They note that deployment to 9ias 9.0.2 of bc4j is not suported, and J2EE/WebServices deployment has DCM issues.
    FYI ... I have a TAR openned on this subject, and Metalink support personnel seems to be pretty close to declaring this a bug (internal bug#2597292 and internal bug#2495251). Specifically these bugs relate to JBO component versions 9.0.3.9.51 and 9.0.3.10.12 in reagrds to DCM connections to 9ias. If this is the case then it looks like 9iAS deployment is not supported.

  • Oc4j  dcmctl error while deploying

    Dear friends
    I receive an error while deploying a war file to oracle 9i application server stating that one or more process is running, shutdown by 9iAS or by enterprise manager or use dcmctl resynInstance to free the resource.
    This error happens when one deploy is either interrupted or not deployed properly. But even after stopping the process by "dcmctl stop" or by the command "dcmctl resynInstance" i am not able to deploy any more applications. Kindly guide me

    After you interrupt the application deployment and before trying to deploy it again :
    - Check if OC4J config files (server.xml and default-web-site.xml) contains the failed application information
    - Check if DCM repository has failed application information (use dcmctl listapplications, or via EM)
    If these two are out of sync, you might want to create a TAR, so support analyst can help you further diagnose the problem.

  • OC4J 9.0.3 Standalone and 9iAS 9.0.2 mid-tier

    We are currently running Forms9i and Reports 9i services on a mid-tier installation of Oracle9iAS 9.0.2. (Solaris). We have also developed some JDeveloper 9.0.3 applications that need to be deployed onto the same server. I understand from previous discussions on both Metalink and OTN Discussion Forums that it is not possible to upgrade the OC4J components of the mid-tier installation to 9.0.3 as the Forms9i and Reports 9i services are only certified to work with 9iAS 9.0.2.
    My next question is can I install Oracle9iAS Release 2 OC4J 9.0.3 standalone components into a separate ORACLE_HOME from the mid-tier 9iAS 9.0.2 in order to deploy the JDeveloper 9.0.3 applications ?.
    Regards,
    Chris

    hello,
    i am not sure how you invoke report services from your java application. i assume you are using a URL to access the report. in that case your application will still be able to point back to the 902 servlet to access reports services.
    regarding the use of classes on the 903 application : reports services can only access classes that are in its classpath. so if you can put the classes you need in reports' classpath defined by the environment of the 902 instance you should be able to access it.
    you might also look into our Thin Client that is available here on OTN. http://otn-stage.us.oracle.com/products/reports/htdocs/getstart/examples/Tools/index.html
    regards,
    philipp

  • Cannot display BIG5 characters for web applications deployed to 9iAS

    I have just installed the J2EE and Webcache module of Oracle9iAS Release 2 to
    my Windows NT Server 4.0 and deployed a simple web application to it. However,
    I found that the JSP cannot display chinese (Big5) characters correctly. My JSP
    is something like:
    <%@ page contentType="text/html; charset=BIG5" %>
    <HTML><BODY>
    <% String s = SOME_BIG5_CHARACTERS; %>
    <%= s %>
    </BODY></HTML>
    On the other hand, I tried to re-direct the standard output to a log file and
    do the following in my servlet.
    System.out.println(SOME_BIG5_CHARACTERS);
    Now, the Big5 characters CAN be displayed correctly in the log file. So, I am
    confused with where the problem is.
    Here are my settings to my 9iAS:
    1) Using regedit, I have set the NLS_LANG variable of the corresponding
    ORACLE_HOME to TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5
    2) In the file %ORACLE_HOME%\Apache\Jserv\conf\jserv.properties, I have
    inserted the following line:
    wrapper.env=NLS_LANG=TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5
    3) In the file %ORACLE_HOME%\Apache\Apache\conf\httpd.conf, I have added the
    following line:
    PassEnv NLS_LANG
    4) In the file %ORACLE_HOME%\opmn\conf\opmn.xml, I have added the following
    line to the corresponding OC4J instance:
    <environment>
    <prop name="NLS_LANG" value="TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5"/>
    </environment>
    5) For my application server, I set the java option with -Dfile.encoding=Big5
    6) I have replaced the file font.properties with font.properties.zh_TW under
    %ORACLE_HOME%\jdk\jre\lib.
    7) I have set the following in the file orion-web.xml of my web application:
    <orion-web-app
    deployment-version="9.0.2.0.0"
    default-charset="Big5"
    jsp-cache-directory="./persistence"
    temporary-directory="./temp"
    internationalize-resources="false"
    default-mime-type="application/octet-stream"
    servlet-webdir="/servlet/">
    </orion-web-app>
    Anyone have idea on fixing my problem? Thanks in advance.
    Regards,
    Kae

    I met a similar problem before but not exactly your case. When I compile the JSP by Jdeveloper, it will convert the chinese characters to strange characters. It makes me crazy to handle the chinese characters ...
    Anyway, by my experience, you better isolate the chinese characters from your JSP or Java programs. Instead, put all language dependent text in a properties file and then use native2ascii to covert your properties file into Unicode. Of course, u need to change your page charset to UTF-8.
    U can get more idea from the following site.
    Brief Description of Internationalization:
    http://java.sun.com/products/jdk/1.2/docs/guide/internat/faq.html
    Detail Tutorial:
    http://java.sun.com/docs/books/tutorial/i18n/
    Native-to-ASCII converter:
    http://java.sun.com/products/jdk/1.2/docs/tooldocs/win32/native2ascii.html

  • Client web browser closes abruptly when accessing forms deployed using 9iAS 1.0. 2

    I am using 9iAS 1.0.2 on W2K server with SP3.I could successfully launch the application on web browser at server side.Hoever when I try to access from client machine the first time it install the Jinitiator and the web browser gets closed.
    why it is happening? Appreciate any thoughts!
    Thanks

    The problem here is the SOAP engine running on Oracle9iAS 1.0.2.2 is a lower version than that running on Oracle9iAS 9.0.3/OC4J 9.0.3.
    To get them to interoperate (e.g. 1.0.2.2 calling 9.0.3), you would have to do the following:
    1. Build your Web service in OC4J 9.0.3/JDev 9.0.3
    2. Deploy to 9.0.3 environment
    3. Build a Web service client on the 1.0.2.2 environment, not using any 9.0.3 libraries (see below for a link to a paper to do this)
    Conversely if you wanted to call from a OC4J 9.0.3 Web service client to a Oracle9iAS 1.0.2.2 Web service, you would have to do the following:
    1. Build your Web service on 1.0.2.2 using 1.0.2.2 libraries
    2. Deploy this to a 1.0.2.2 environment
    3. Build a client to the 1.0.2.2 Web service using the 9.0.3 libraries
    The reason it likely is not working is that it looks like you are mixing two different generations of SOAP libraries.
    See the link below for how to build and consume Web services using Oracle9iAS 1.0.2.2:
    http://otn.oracle.com/tech/webservices/htdocs/soapr1/ExploreSOAP1022.html
    At the end of that paper is a link to another paper showing how to use JDeveloper 3.2 to build a Web service for 1.0.2.2 - it shows how to use its libraries versus the libraries that came with 9.0.3.
    Mike.

  • Deployment on  9iAS of Business Component

    I have an Application server 9iAS version 1.0.2.0. I have
    installed oc4j vers. 1.0.2.2 on 9iAS. I have developed a
    Business Component to deploy to the Application server as
    session EJB. The application server was set successfully, and
    also the EJB server. I have set the datasource to connect to.
    But when I test the BComponent module (with its TEST tool) I
    receive this error message:
    java.lang.classException
    com.evermind.sql.FilterPreparedStatement
    What could be the problem?
    I have thought it could be due to a version problem. What about
    you?

    Hi Mr.Reddy,
    To migrate from weblogic to oracle, remove all
    *._stub,*._skel, *.ser files in fileEJB.jar file and rebundle it
    and keep in applications folder. According to my knoweldge,
    there is no way to specify jts connection pools in data-
    source.xml file. For more documentation just visit
    www.orionserver.com.

  • BC4JToyStore deploy to 9iAS

    Could someone point me to instructions (if they exist) on deploying the toystore demo to 9iAS?
    I have the demo working fine in JDeveloper and now I want to put it in our 9iAS environment.
    We are running linux_iasv90201.
    Thanks,
    Jay

    You can use the BC4JToyStore.deploy deployment profile in the "Deployment" project of the BC4JToyStore.jws workspace to deploy the entire application as a single EAR file.
    Then, you can use Oracle Enterprise Manager to navigate to the OC4J instance where you want to deploy this EAR file. For example, choose the "home" OC4J instance. Just click on the hyperlink and you will find a place at the top of the page where you will see a button named (Deploy) [or maybe it's (Deployment)]. That will bring you through an 8-step process to deploy the app. Just be aware that you must FIRST configure the two datasources that the BC4J demo uses (they are named jdbc/toystoreDS and jdbc/toystore_statemgmtDS).

  • How to run a pure java application client with ear deployed on 9ias

    Hello all,
    We want to run a pure java application client which is packed with target bean in the same ear file. In the application-client.xml we refer to some EJBs.
    We deployed the ear file which contains ejb jar module and application client module to oracle 9ias 904 through enterprise manager on unix. The jndi.properties we used looks like this
    java.naming.factory.initial=com.evermind.server.rmi.ApplciationClientInitialContextFactory
    java.naming.provider.url=opmn:ormi://opmn_host:opmn_port:oc4j_instance_name/application_name
    java.naming.security.principal=test
    java.naming.security.credentials=test
    Is there anybody knows how to run such an application client? Do we need to provide such a jndi.properties or not at all?
    Thanks,
    9ias user

    Refer OpenEJB User - Oracle ADF Essential and TomEE+
    Also refer Bug in tomee 1.5.2. Fixed in 1.6.
    https://issues.apache.org/jira/browse/TOMEE-756

  • Problem with OC4J:: not able to deploy map

    hello
    i have downloaded the OC4J stand alone.
    Then i have run the oc4j START Script- it is running.
    then went to browser and runhttp://localhost:8888/mapviewer to access its functions.
    oracle application server MAP VIEWER starts and home page opens..
    but I AM NOT ABLE TO ACTUALLY DEPLOY THE MAP??
    i have also installed the demo database given in mvdemo.zip.
    But actally i dont know how to link it to map viewer??
    PLEASE HELP!!!!

    http://localhost:8888/mapviewer/fsmc/tutorial/setup.html
    contains a set of instructions to set up the mapviewer metadata and data sources once you've loaded the mvdemo.dmp data into a database.
    Have you tried that?

  • Sort order in Java application (oc4j container) -- ear file deployment

    I have a Java application deploy in Oracle OC4J container (EAR file).
    In my Java application (jsp), I have a SQL statement who return data but the
    sort order is wrong. The letters "é" and all characters with accents
    appears at the end of the result.
    I tried many things to change the sort order (NLS parameters in database
    and OAS10g parameter files).
    When I use SQL*plus on database server, that's working.
    The sort order is wrong when I use the java application.
    Somebody can tell me what and where is the NLS parameters to change ?
    Thanks
    Robin

    Robin,
    I'm only guessing, but it could either be related to the java locale or the CHARSET attribute of the HTML header -- and nothing to do with the NLS parameters.
    Maybe you should try the Globalization Support forum?
    Good Luck,
    Avi.

  • Java.lang.NoSuchMethodError when deployed to 9iAS 9.0.3

    Hi there!
    After deploying a small web app developed in JDeveloper9.0.3.2 to Oracle9iAS OC4J 9.0.3, I get an error when trying to create a record using EditAction create() method:
    java.lang.NoSuchMethodError
    at oracle.jbo.html.struts11.actions.EditAction.create(EditAction.java:98)
    What gives? ;-)
    I assume it has something to do with incompatible BC4J library versions?
    PS. Addition of new records using ViewObject.createAndInitRow() elsewhere in the application works fine
    (Apologies for the repost, I entered an incorrect subject last time)

    Sorry, forgot to mention that I did try that, and this is the output I get:
    C:\JDev9i\BC4J\bin>bc4j2oc4j install
    Copying BC4J Libraries and support libraries to OC4J Home ...
    Updating the OC4J config ...
    Adding BC4J Properties to OC4J ...
    Adding BC4J Libraries to OC4J ...
    Adding BC4J.ear to OC4J ...
    oracle.xml.parser.v2.XMLParseException: '--' is not allowed in comments.
    void oracle.xml.parser.v2.XMLError.flushErrors1()
    XMLError.java:205
    void oracle.xml.parser.v2.NonValidatingParser.parseDTD(java.lang.String)
    NonValidatingParser.java:224
    void oracle.xml.parser.v2.DOMParser.parseDTD(java.io.InputStream, java.lang.String)
    DOMParser.java:328
    void oracle.jbo.ias.config.ConfigOC4J.initDTD(byte)
    ConfigOC4J.java:114
    void oracle.jbo.ias.config.ConfigOC4J.main(java.lang.String[])
    ConfigOC4J.java:510
    void oracle.jbo.ias.config.RunCommand.main(java.lang.String[])
    RunCommand.java:74
    Installed BC4J on OC4J successfully!
    The environment variables are set as follows:
    jdev_home=C:\jdev9i
    jdk_home=c:\jdev9i\jdk
    oc4j_home=C:\oc4j
    I'm using JDeveloper 9.0.3.2 and OC4J 9.0.3

  • Manual deployment to 9iAS

    Hi,
    I know that it's possible to deploy a ear file in 9iAS thank's to command lines with Oc4jDcmServlet but I don't find an example.
    I use 9.0.3 release of 9iAS, have you got example ?
    Regards.

    There might be 2 reasons for this.
    1. Probably the principle reason - Check if you have supplied correct arguments and Classpath values to the managed server. If an incorrect, Classpath or java arguement is passed, the deployment will not be able to find the file in question. Check the Manual deployment guide. E.g. In the example below, hyperion is installed at the path /hypmachine/mnt/appln/Hyperion_install/hyperion (careful - lines are wrapped, no intentional line feed has been entered. Do not forget to create the temp directory temp under the Hyperion home)
    Java Arguements:
    -Djava.io.tmpdir=/hypmachine/mnt/appln/Hyperion_install/hyperion/temp -DHYPERION_HOME=/hypmachine/mnt/appln/Hyperion_install/hyperion -Dhyperion.home=/hypmachine/mnt/appln/Hyperion_install/hyperion
    CLASSPATH:
    /hypmachine/mnt/appln/Hyperion_install/hyperion/deployments/WebLogic9/SharedServices9/config:/hypmachine/mnt/appln/Hyperion_install/hyperion/common/JakartaCommons/commons-dbcp-1.2.1.jar:/hypmachine/mnt/appln/Hyperion_install/hyperion/common/JDBC/DataDirect/3.7/lib/hyjdbc.jar:/hypmachine/mnt/appln/Hyperion_install/hyperion/common/JakartaCommons/commons-pool-1.3.jar:/hypmachine/mnt/appln/Hyperion_install/hyperion/common/SAP/lib
    2. A possible reason may be that the Shared Service binaries on version 11.1.1.1 were 32 bit only. This might create a problem with a 64 bit OS. An option is to install a 32 bit OS with a 32 bit JVM. Try to play around with the script setJavaRuntime.bat (forgot the path, search for it under the Hyperion Home)
    Cheers,
    Sayantan

  • BC4j/JSP Application not responding after some time - when deployed on 9ias

    Hi,
    We are using BC4j/jsp application on 9ias. The application is not responding
    after some time. We have installed 9ias on PIII(384MB RAM). We tried to accesses
    with 10 users, and server is not responding to BC4J/JSP application.
    However the server could able to publish the JSP pages with standerad JDBC code even after that.
    many many thanks in advance
    null

    When the application deployed by BC4J/JSP not responding, does the sample JSP application still works? i.e. does any other application respond? Does 1 user respond? Is the database source (JDBC), running Oracle 8.1.7? What is the platform running the database (e.g. local NT database)?

  • Servlet deploy to 9ias

    Hi oracle team,
    I have a servlet in jdev903 run is OK but to deploy 9iAS
    903 ocour 500 Internal Server Error
    java.lang.UnsupportedClassVersionError: request/Servlet2 (Unsupported major.minor version 48.0)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
    is 9ias bug?
    package request;
    import javax.servlet.ServletException;
    import javax.servlet.http.*;
    import java.io.PrintWriter;
    import java.io.IOException;
    public class Servlet1 extends HttpServlet
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println("<html>");
    out.println("<head><title>Servlet1</title></head>");
    out.println("<body>");
    out.println("<p>The servlet has received a GET. This is the reply.</p>");
    out.println("</body></html>");
    out.close();

    You should recompile your servlet against JDK 1.3, not JDK 1.4 (or upgrade your iAS to 9.0.4)
    [JDK 1.4 uses class file version 48.0]
    Rob
    Team JDev

Maybe you are looking for