Oracle Application Server 10.1.3.5 and SSL

Hi,
We want to use SSL in combination with Oracle Application Server 10.1.3.5. I installed Oracle Application Server 10.1.3.5 on Windows 2008R2 64 bit. After that I installed 64 bit java(jdk-6-26-windows-x64.exe) to run jvm in 64bit. I'm facing the following problem. The wallet manager won't run on Windows 2008R2 64bit because we're using 64bit jdk. There is also a commandline version; mkwallet. When I start this up it says "Oracle Wallet Commandline tool for 32bit Windows" I also can't create a certificate or certificate request. When I install a 32bit java version I also get a different JAVA_HOME, and that I don't want.
What if I install Oracle Application Server 10.1.3.5 on a 32bit OS and use there also a 32bit jdk, then use wallet manager to generate a certificate? Can I than use this wallet on the 64bit windows and 64bit jdk?
What other options are there available in this situation to use SSL? Is for example keytool from java an option?
Kind regards,
Herman
Edited by: user1950921 on 21-nov-2011 3:59

Hi,
Here an update on this situation. I installed Oracle SOA Suite 10.1.3.5 on Windows 2008r2 64bit in a seperate environment. After that I installed the 32bit version of the jdk we used in the test and production environment. In the seperate environment I can startup Oracle Wallet Manager. Here I created a certificate request and then import the reply certificates from the CA. Then the wallet says "Certificate ready". In the directory where the wallet is, I put the certificate request, and the reply certificates. After that I copy the wallet-directory to the test environment(with a 64bit jdk) and in the ssl.conf file I point to the copied wallet-directory. After a restart of the app-server I got SSL.
Edited by: user1950921 on 2-dec-2011 0:11

Similar Messages

  • Oracle Application Server 10.1.0.2 contains JDK 1.4?

    I download Oracle Application Server 10.1.0.2 and this contains JDK 1.4. How alter to JDK 1.5 or 1.6?

    You need to decide if you want to use the configuration I pointed too above which lets you use JDK 5 in an OC4J 10.1.3 installed under an OAS 10.1.2.
    If you don't want to take this approach and you want to deploy directly into the OC4J that comes with OAS 10.1.2 and supports JDK 1.4 - then you'll need to setup JDeveloper to compile with JDK 1.4 - instructions for this are here:
    http://download.oracle.com/docs/html/B25947_01/deployment_topics006.htm#CIHGIAAE

  • Problem Deploying Oracle PDK Portlet to Oracle Application Server 9.0.4.0

    I have a big issue trying to deploy a pdk portlet I have created in JDeveloper (10.1.2). The application is very simple, it consists of 2 JSP's (call them Select.jsp and Display.jsp) and 1 Java Class (Call it DoEverything.java).
    The architecture of the system is VERY simple. The Select.jsp is a simple drop down list that is embedded in an html form, with the options in the drop down populated by a method call from DoEverything.java. Once the user selects an option and hits submit, he is sent to the Display.jsp, which is a simple html table that is populated by another method call from DoEverything.java. (Basically the whole system is a simple "view" of a given table in a DB based on the option selected in Select.jsp).
    The system works perfect in JDeveloper, where I created it using the Oracle PDK Java Portlet wizard. However I'm running into a problem when I try and take it over to the Application Server. The main documentation I have been following is the: Oracle® Application Server Portal Developer's Guide and in particular the section 6.6.2.4.1 Creating a Connection to Oracle Application Server Containers for J2EE where it explains how to connect to the App. Server. The line "The steps that follow describe the procedure for deploying to a standalone instance of Oracle Application Server Containers for J2EE. For information about deploying to a full Oracle Application Server instance, please refer to the Oracle JDeveloper online Help system." is the one that is bothering me the most as I am trying to deploy to a full instance of the Oracle Application Server, but I cannot find anywhere that walks me through this in the online JDeveloper help.
    Anyway, currently we ftp the appropriate JSP's, Java Class, provider.xml and provider properties files to their respective directories on the Application Server, register the provider and reboot the Http Server. (This has worked before except for the fact that when the user selected an option from the Select.jsp and the request was then sent over to the Display.jsp based on the form action the Display.jsp wasn't recognized. We figured the provider.xml file needed to be edited in this case in order to know where Display.jsp was being kept). In any event nothing seems to be working at the moment and my main concern is that it maybe we should be deploying as EAR/WAR (both of which I'm not super familiar and my second main concern is that it seems most people use JavaBeans and Struts and all sorts of different API's whereas here I just have a fairly simple Java Class back end that connects to the database and creates an object based on the attributes contained in the database (1 object for 1 unique row in the DB) and I want to be sure that the way I have developed this should still work with the Oracle AS. I'm hoping its just a matter of getting the directory structure straightened out and editing the provider.xml file to include all the JSP's.
    Sorry for the long post, but if you could address my two main concerns and possible give me or point me towards a good thorough walk through of deploying a simple system (oracle pdk java portlet) like I have developed to the App. Server it would be greatly appreciated !
    Thanks a lot.

    Basically I started to develop this system inside Oracle AS and then when it came time to passing a request to a new page, it crapped out on me on the App. Server. So instead of trying to fix the problem there and then I continued to develop outside Portal and inside Jdeveloper. After a week or two once all my stuff worked perfectly I try and take it back into Portal but only the first JSP of all my Portlets would show up, because as soon as I would submit a form and the action directed me to a new page and Portal would be lost/confused. Obviously I shouldn't have done it that way but none the less...
    So now I'm reading through the documentation you pointed me towards and it seems I have to qualify my parameters and then "attach" them to the url which the form will pass to the actioned page. I'm importing numerous classes (...urlUtils, etc) in order to qualify the parameters and then build this url without affecting any parameters currently present that my portlet does not own.
    What I'm rambling towards here is all this separation of logic and presentation and the whole nine, implies different people can develop different parts of a 'system' mostly independant of one another...so in my situation I shouldn't in huge trouble yet, since underlying everything is a working system. My issue is with oracle and the App Server. If I take my code which works great outside of the App. Server and I fully qualify parameters and make sure my form actions are constructed using the UrlUtils in order to fully qualify them as well, and then I make sure page parameters are mapped to the proper portlet parameter values....should my system work on the App Server (assuming everything is done properly)....or am I still missing something.

  • Starting Oracle Application Server as a particular user under windows

    Hi All,
    I am wondering if there is any way of starting the Oracle Application Server with a users default operating system environment variables set.
    The reason I ask this, is that we have deployed a webapp which contains a piece of software which needs to be run on the command line for generating reports using the reports 6i client (rwcli60). We have had issues with this in regards to the application not finding a proper service under Oracle Application Server.
    Our company then had to revert going back to a Apache/Tomcat setting and deploying the same web app on the tomcat server. Originally we were getting the same error. As a consequence we decided to change the user who runs tomcat as the same user who runs the oracle reports 6i server. This worked.
    Also of note is that when this was done, the tomcat server has ALL the environment settings as the os user. This can easily be seen by using the Runtime.exec("cmd /c set") command and printing its outputs. However executing the same command withan Oracle App Server results in a dramatically reduced environment to the logged in user who started the app server.
    Any help would be most helpful.
    Cheers
    Rodney

    Hi All,
    From much research and experimenting to get this to work I looked at the java.lang.Runtime class and noticed that seperate processes can be started using this very important Java class.
    The first thing that I experimented with was in regards to seeing the environment OC4J runs against. Using the java.lang.Runtime class I executed a standard "cmd /c set" command in my Windows environment, and noticed that Oracle Application Server uses its own environment and not a standard windows login environment for its OC4J containers. Apache Tomcat on the other hand uses the standard user login environment.
    So to get the application to be able to work properly we needed to override the particular environment the process needed to be able to get it to work. There is a exec command which allows you to override completely the environment for a process you would like to run. This method call does not in any way shape or form change the standard OC4J environment. This was done by executing the same "set" but with the overriden environment. Note that no environment variables from the OC4J container are carried into this new environment.
    Cheers
    Rodney

  • What are components of Oracle Application server ?

    Hello Experts,
    I am little confused about Oracle Application Server 10g.
    I have done some research to collect the information about the Oracle Application Server 10g.
    As for my study, The below are the key components of Oracle Application server.
    1. Oracle HTTP Server. (Middle tier component)
    2. OC4J (Middle tier component)
    3. Oracle AS Webcache (Middle tier component)
    4. Oracle AS Portal (Middle tier component)
    5. Oracle BI (Middle tier component)
    6. OID (Infra tier component)
    7. Oracle AS Metadata Repository (Infra tier component)
    Does that mean, if I install Oracle Application Server(both the middle tier and infra tier), I can get all the above components ?
    If that is right, Are all these components be installed in separate individual oracle home's or in a single oracle home ?
    I appreciate any responses.
    Regards,
    Ravi k

    Please see the following note on Metalink for most updated Certification Matrix for the OS, your machine and Oracle AS products.
    Note Id: 742649.1
    If you are using an AMD 64bit machine, then paritcularly check line 88. If you have an intel, see particularly 125 and 126 to see the relevant patches to be applied before installation of your type of AS software.
    hope that helps!
    AMN

  • Error in oracle application server connection

    The following error appears when I try to add and test oracle application server connection in JDev 10.1.3 :
    Error getting OC4J Process for: opmn-home+oc4j-Orbit-7777-default:
    Error while parsing OPMN dump in XML format: XML Parse Exception: tag=[null] Ran out of data, content []
    please what I can do to solve this problem

    Hi
    The OS is windows XP. The steps are as the following
    1.     Start Oracle process manager
    2.     from connections tap; right click on Application server and select new application server connections
    3.     enter connection name and select type from the list “oracle application server 10g 10.1.3 and press next
    4.     enter user name and password then next
    5.     enter hostname which is my PC name='Orbit' , OPMN port = 7777, OC4J instant name = “home” and select ‘single instant ‘
    6.     test the connection
    7.     get error
    “Error getting OC4J Process for: opmn-home+oc4j-orbit-7777-default:
    Error while parsing OPMN dump in XML format: XML Parse Exception: tag=[null] Ran out of data, content []”

  • Oracle Application Server 10g Version?

    --> Please tell me which Version I Install of Oracle Application Server 10g.
    --> Its Installation and Configuration video.
    --> How to Deployment/ Run Application on it and how its URL would be accessed from the client Computer
    --> Did we need to install any software at client to for running Application throug accessing Oracle Application URL.
    Please send the Complete Information Including Installation/Configuration and Apllication Deployment.
    I try 3 time to Install and configure it from Oracle Documnetaion but yet not successfuly.
    I am very,very thankfull to you

    Ghulam Yassen wrote:
    --> Please tell me which Version I Install of Oracle Application Server 10g.It depends. What do you want to run ? Maybe you could go straight to 11g or 12c ?
    --> Its Installation and Configuration video.A video ? Really ? I can make one for you, but it will cost.
    --> How to Deployment/ Run Application on it and how its URL would be accessed from the client ComputerThe administration interface is accessed via browser, on port 18101. Login as "ias_admin" plus the password you used at install time.
    --> Did we need to install any software at client to for running Application throug accessing Oracle Application URL.Most of the time, no. If you run Forms you are going to need Java Plug-in at the client side.

  • Oracle Application Server administration certification info

    Hi guys,
    Since Oracle is is now promoting Web Logic Server I am wondering if its still worth following the Oracle Application Server 10g Administration certification (OCA and OCP)? What are the future plans of Oracle for Oracle Application Server?
    Many thanks.
    Omer

    Ok.. great.. Weblogic is in for sure.. but what is the fate of Oracle Application Sever ? Are they gonna coexist? or Application sever gonna be obsolete in future?
    Many thanks
    Omer

  • Error ORA-06513 in Oracle Application Server

    I am Developing a form that have many fields (55 fields), in
    submit moment, the Oracle Application Server alert with the
    error :
    OWS-05101 an oracle error ORA-06513
    this error is related with quantity fields of my forms,
    What i have do ? I must reduced number of fields of my Forms ?
    Thanks,
    Suzana
    null

    Hi
    The OS is windows XP. The steps are as the following
    1.     Start Oracle process manager
    2.     from connections tap; right click on Application server and select new application server connections
    3.     enter connection name and select type from the list “oracle application server 10g 10.1.3 and press next
    4.     enter user name and password then next
    5.     enter hostname which is my PC name='Orbit' , OPMN port = 7777, OC4J instant name = “home” and select ‘single instant ‘
    6.     test the connection
    7.     get error
    “Error getting OC4J Process for: opmn-home+oc4j-orbit-7777-default:
    Error while parsing OPMN dump in XML format: XML Parse Exception: tag=[null] Ran out of data, content []”

  • Any Oracle Application Server 10g Administration I -- Dump Questions

    HI All,
    I have completed the Oracle Application Server 10g Admin I course and i am planning to take up the certification. But I am planning to take a practice exam before i apply to the certification. So is there any sort of dump questions for me to under stand what type of questions will come in the exam. Please let me know.
    Thanking You all in Advance.
    With Regards,
    Saravanan

    Well there are no dump questions. Try to get a copy of
    OCA Oracle Application Server 10g Administrator Exam Guide (Exam 1Z0-311) (Osborne Oracle Press)      
    second hand only about 20 dollars.
    It comes with a cd with a copy of the book and exam questions and you will be able to download an additional exam.

  • Oracle application server 10g and apex

    Hi allm
    Can someone show me a guide on how to use Oracle Application Server 10g with APEX. I'm currently using Oracle HTTP Server but decided to use OAS instead so that I can use the Report Server and the Oracle BI Publisher for the reports.
    I'm currently using this guide (http://www.oracle.com/technology/products/database/application_express/howtos/howto_useoas10g.html) but I can't seem to find the marvel.conf and the oracle_apache.conf.
    Also, is it really necessary to use OAS instead of Oracle HTTP Server if I want to use Oracle BI Publisher?
    Thanks.
    Allen
    Edited by: A.Sandiego on Sep 3, 2008 12:01 AM

    Hi,
    Thanks for the response.
    Unfortunately I still get the same problem. Somehow I just can't find the marvel.conf anywhere in my machine. I setup my APEX not by using the companion cd but by downloading the apex_3.1.2 then running the apexins.sql. Then install the Oracle HTTP Server only and configured the dads.conf located in the ORACLE_HTTP_SERVER_HOME/Apache/Apache/mod_plsql/conf. It works perfectly with this.
    I then installed Oracle Application Server 10g. I'm trying to figure out how to use this instead of the Oracle HTTP Server.
    Thanks.
    Allen

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • Oracle Application Server 10g Release 1 and JDeveloper 10.1.3.2.0

    Hi,
    One my client have Oracle Application Server 10g Release 1.
    Can I do development in JDeveloper 10.1.3.2.0 using ADF and then deploy it on OAS 10g R1.
    If can what I should look for so that it can be as smooth as possible.
    Regards,
    Raj
    www.oraclebrains.com

    hi
    Maybe this can help
    "Application Servers Supported by JDeveloper"
    http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html
    success
    Jan Vervecken

  • BAM and Oracle application server 10.1.3???

    Hi,
    I would like to understand more about integration between BAM and OAS.
    I remember I read a document that stated that BAM was included (or was integrated) as part of OAS 10.1.3, however I installed it and still don;t see how it is integrating with OAS.
    Also, in one of the Tutorials it mentions this:
    "Note –if you are using Oracle Application Server with opmn process, the following
    additional files are required in the above path:
    C:\OracleBAM\OC4J\opmn\lib\optic.jar
    Copy the entire Application Server “opmn” directory to c:\oraclebam"
    So... are there any additional steps for the OAS and BAM integration?
    I am still learning BAM but mi goal is install it as part of EBS(order Manegemnet)-BPEL-OTM (oracle Transportation) integration installation I currently have.
    If it can be integrated can it be done using iAS 10.1.2.0.2 instead?
    Thanks

    Its recommended that you should use same versions of OAS and Oracle BAM.
    For integration between OAS components and BAM you can check BAM tech notes (http://www.oracle.com/technology/products/integration/bam/10.1.3/htdocs/1013_support.html#technotes)
    Hoping it will help you.

  • Oracle Application server Forms and Report services 10.1.2.0.2 on Windows 2

    Hi,
    I am installing the Oracle Application server Forms and Report services 10.1.2.0.2 on Windows 2003 R2, but the problem is that setup is not running on this Windows 2003 R2 version.
    Any idea about this why it is not running.
    Regards,
    Iftikhar

    You asked this
    How can i find what is the latest version that i can upgrade this install to
    I told you where to find the last update, I checked that version yesterday, the last update is 10.1.2.3, my misstake was to put a 0 before the 3.
    You can go to Patches & update>Quick Links to: Latest Patchsets, Mini Packs and Maintenance Packs>Oracle Fussion Middle Ware> Look for you OS versión and CPU> No clic just put pointer over the links and you will see the last one.
    And finaly could look for the CPU of Jul and Apr that as requirement they ask for version 10.1.2.3 (as I say I checked yesterday)
    Greetings.

Maybe you are looking for

  • Windows nor iTunes does not detect my iphone when I plug it in

    Please help, when I first got my iphone 4, itunes and my computer can detect it. Then one day, it didn't detect it anymore. I have tried everything this website has to offer. I even called Apple tech support, and their final solution to my problem wa

  • Error in JDBC Adapter Configuration....

    Hi,   My scenario is like this FTP->XI->Oracle Database. The problem is that the files are not getting posted to the database though it is running well. In XI receiver comm channel in JDBC adapter, I have provided the Connection path as   jdbc:oracle

  • Getting music videos onto iPhone 4

    I would like to play downloaded music videos through a home theatre product i have recently purchased and I've having a bit of trouble.... Firstly, i have never had problems playing 'normal' mp4 style videos which i have in iTunes, and have copied ov

  • How to "import" from simcard to my iPhone

    I've bought the newest iPhone, and I also want to use it as my mobilephone, of course. And I do not want to manually add all this information into my new phone (iPhone) But how do I "import" all the contenst (contacts, messages....) from the sim-card

  • Re: Satellite A210-10A, crashes when changing boot order

    Hello, I have a serious problem with my Toshiba laptop, Windows Vista 32bit, 1.8Ghz, 2Gb RAM, AMD Turion 64 x2 There is one hard disk partitioned as two 75Gb drives (C and E). The problem is that, whenever I enter the Boot menu (to boot from CD), or