Installing Communications Express on Application Server

Hi,
I am sorry if this problem has been addressed already (I have searched but not found anything). I am trying to install Comm Express on Solaris X (v5.10) on our Sun box but it gets stuck in the uwc-config script. All the steps run fine except one: /opt/jes/commexp/sbin/config-appsvr8x deploy
When it runs I get the following error:
/bin/mkdir -p /var/jes/appsvr/domains/domain1/config/.CommsExpress_20061113160608/
Taking config backup into directory: /var/jes/appsvr/domains/domain1/config/.CommsExpress_20061113160608/ ....
/bin/chmod 700 /var/jes/appsvr/domains/domain1/config/.CommsExpress_20061113160608/
/bin/cp -r /var/jes/appsvr/domains/domain1/config/domain.xml /var/jes/appsvr/domains/domain1/config/.CommsExpress_20061113160608/
/bin/cp -r /var/jes/appsvr/domains/domain1/config/server.policy /var/jes/appsvr/domains/domain1/config/.CommsExpress_20061113160608/
/opt/jes/appsvr/appserver/bin/asadmin deploydir user admin passwordfile xxxxxxx port 390 target server virtualservers server contextroot /uwc force=true name Communications_Express /var/opt/jes/commexp Nov 13, 2006 4:06:10 PM com.sun.appserv.management.client.ProxyFactory getInstance
SEVERE: ProxyFactory.getInstance: Failure trying to create a new ProxyFactory: java.io.IOException: Unrecognized SSL message, plaintext connection?
CLI171 Command deploydir failed : Deployment of application failed - java.io.IOException: Unrecognized SSL message,plaintext connection?; requested operation cannot be completed
ERROR: Failed deploying the application....
I cannot use the web server as the machine hosts our website through apache and it causes conflicts. Please can someone advise if this is a patching issue or a config issue, or if there is a step which I need to take prior to running the script?
Many thanks
Adam

Hi,
Like Jay I haven't used application server that much for UWC deployments but lets see how we go.
1. Is your application server admin instance running in secure mode?
2. During the UWC configuration, did you select 'no' for the following:
Is the Administration Server instance running in the secure mode [yes]?
It may then be that you are hitting the following issue:
"On Appserver Enterprise Edition 8.1, which is in JES4, the default value of --secure is true. This means that if you don't specify the --secure on an asadmin remote command, then a value of true will be assumed in anticipation of an HTTP/SSL connection to the domain admin server which runs the https listener on 4849 by default."
I assume this extends to the asadmin deploydir command.
Having a look at the config-appsvr8x file I saw the following:
# Add secure option id enabled
SECURE_OPTION=" "
if [ "true" = "${APP_SERVER_IS_SECURE_ADMIN_INSTANCE}" ]
then
SECURE_OPTION=" --secure"
fi
Perhaps if you modified this to:
# Add secure option id enabled
SECURE_OPTION=" "
if [ "true" = "${APP_SERVER_IS_SECURE_ADMIN_INSTANCE}" ]
then
SECURE_OPTION=" --secure=true"
else
SECURE_OPTION=" --secure=false"
fi
... and try configuring UWC again.
Regards,
Shane.

Similar Messages

  • Error to install the SAP NetWeaver Application Server ABAP 7.02 SP6 32-bit Trial Version

    Hi,
    Can anybody help me?
    I'm try to install the SAP NetWeaver Application Server ABAP 7.02 SP6 32-bit Trial Version... and in the Running phase 11: Create sequence for the ABAP user, I had this error:
    What do have I to do solve this problem?
    ERROR      2014-07-13 14:24:19.395 [iaxxinscbk.cpp:244]
    CJS-00030  Assertion failed:    :    [3336] 14:23:42    ***Warning: Loadavg: Could not add processor time performance counter to query.
    com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sapdb://virtuawjms/NSP [Restart required].
    ERROR      2014-07-13 14:24:19.395
    CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in Modulecall: :    [3336]  14:23:42 ***Warning: Loadavg: Could not add processor time performance counter to query.
    com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sapdb://virtuawjms/NSP [Restart required].
    ERROR      2014-07-13 14:24:19.495 [sixxcstepexecute.cpp:988]
    FCO-00011  The step SdbCheckExistingSequence with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_ADA_DB|ind|ind|ind|ind|6|0|Sdb_Schema_Sequence|ind|ind|ind|ind|6|0|SdbCheckExistingSequence was executed with status ERROR ( Last error reported by the step :Assertion failed:    :    [3336] 14:23:42    ***Warning: Loadavg: Could not add processor time performance counter to query.
    com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sapdb://virtuawjms/NSP [Restart required].).
    INFO       2014-07-13 14:24:22.669 [synxcpath.cpp:815]
    CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Arquivos de programas\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\__instana_tmp.xml.
    WARNING    2014-07-13 14:24:24.752 [iaxxejshlp.cpp:150]
    Could not get property IDs of the JavaScript object.
    ERROR      2014-07-13 14:24:24.752 [iaxxejsctl.cpp:492]
    FJS-00010  Could not get value for property .

    Hi,
    Kindly follow SCN thread Sapinst error: No GUI server connected and try to restart the complete system.
    Regards,
    Gaurav

  • I have Problem when installing ADF Runime for Application Server

    Hi All,
    I have Application Server 10.1.2.0.2 and Jdeveloper 10.1.3.2
    I followed the next steps
    1 - in Application Server I created OC4J instance named app1
    2- I Stoped all infrastucure and middle-tier of Application Server
    3- in Jdeveloper I installed ADF Runime for Application Server
    by the next steps :-
    Application server home directory : OraHome_2
    oc4j instane name : app1
    and I selected: install a new version of ADF Runtime 10.1.3.40.66
    after that I got a jdeveloper sussceeful install ADF Runtime message
    5- when entering this command below to start Application server
    it gives me an error message
    C:\OraHome_2\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ======================================
    opmn id=royal:6201
    0 of 1 processes started.
    ias-instance id=midd_admin.royal
    +++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/apptest1/default_island
    Error
    --> Process (pid=3808)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\OraHome_2\opmn\logs\OC4J~apptest1~default_island~1
    any soluation to solve this error when starting Appliction server ?
    thanks

    This is the error message in log file
    07/06/14 05:51:55 Start process
    07/06/14 05:51:59 Error starting ORMI-Server. Unable to bind socket: Address already in use: JVM_Bind
    07/06/14 05:52:01 Auto-deploying file:/C:/OraHome_2/j2ee/home/default-web-app/ (New server version detected)...
    07/06/14 05:52:01 Auto-deploying file:/C:/OraHome_2/j2ee/home/applications/dms/ (New server version detected)...
    07/06/14 05:52:03 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    07/06/14 05:52:03 java.lang.NullPointerException
    07/06/14 05:52:03      at com.evermind.server.rmi.RMIServer.run(RMIServer.java:464)
    07/06/14 05:52:03      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    07/06/14 05:52:03      at java.lang.Thread.run(Thread.java:534)
    07/06/14 05:53:13 Notification ==> Application Deployer for Test8 STARTS [ 2007-06-14T05:53:13.593PDT ]
    thanks for your care

  • Can you install the Office Web Application Server on one of the App Servers for SharePoint 2013?

    Hi,
    Is it possible to run Office Web Application Server (shows preview images for docs and allows Notepad, Word, Excel to work etc) on one of the SharePoint 2013 App Servers. I don't want to have to create a new server. It talks about setting
    up a farm. 
    Better still how the feck do you switch this functionlity off - I always remember it being a pain in the arse. We accidentally ran the first part of the configuration on one of the SharePoint App Servers only to find out our subscription does not
    have this download (bar stewards changed this Nov 2014 - just after started contract).    
    Help would be much appreciated as close to go live
    Thanks.
    John.

    Hi John,
    Please reboot the server at the very beginning and test the issue again.
    Quote from you:
    Problem is I get Internet Web Page cannot display the webpage everytime I click in a excel document, powerpoint document, notebook link or the preview
    Please post the url in browser address here.
    If you just executed the command below:
    Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices
    It just install some windows feature to the current server, we can find it should be done before installing several server products.
    Could you please verify if the command you executed is the same as the one above?
    You could also go to local disk and check if there is OfficeWebApps folder under C:\ProgramData\Microsoft\?
    If you check in Control Panel > Programs, is there any feature related to Office Web Apps?
    If you have confirmed there is no Office Web Apps feature installed, please go to SharePoint document library settings, and make the document to open in client, does it work?
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • How to install Sun Java System Application Server PE 9 in debian

    Hi,
    I have ubuntu installed on my system. I wanted to install the Sun Java System Application Server PE 9 on it. I didn't see any debian package for it on Sun's downloads. I downloaded the linux version and tried to install it. I got the following result...
    root@vineet :/usr/src# ./java_ee_sdk-5-linux.bin
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Error: Could not find the required version of the Java(TM) 2 Runtime Environment.
    This application needs version 1.5 or higher of the Java(TM) 2 Runtime
    Environment. If the required Java(TM) 2 Runtime Environment is not installed,
    you can download it from the following website:
    http://java.sun.com/j2se
    Or if you already have the required Java(TM) 2 Runtime Environment
    installed, try rerunning this application with the following usage:
    'java_ee_sdk-5-linux.bin' -javahome <Java(TM) installation directory>
    root@vineet:/usr/src# ./java_ee_sdk-5-linux.bin -javahome /usr/lib/j2re1.5-sun
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Launching Java(TM) 2 Runtime Environment...
    Error: There are no files requiring installation.
    Deleting temporary files...
    Any suggestions will be highly appreciated.
    Thanks,
    Vineet

    Hi,
    I have ubuntu installed on my system. I wanted to
    install the Sun Java System Application Server PE 9
    on it. I didn't see any debian package for it on
    Sun's downloads. I downloaded the linux version and
    tried to install it. I got the following result...
    root@vineet :/usr/src# ./java_ee_sdk-5-linux.bin
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Error: Could not find the required version of the
    Java(TM) 2 Runtime Environment.
    This application needs version 1.5 or higher of the
    Java(TM) 2 Runtime
    Environment. If the required Java(TM) 2 Runtime
    Environment is not installed,
    you can download it from the following website:
    http://java.sun.com/j2se
    f you already have the required Java(TM) 2 Runtime
    Environment
    installed, try rerunning this application with the
    following usage:
    'java_ee_sdk-5-linux.bin' -javahome <Java(TM)
    installation directory>
    oot@vineet:/usr/src# ./java_ee_sdk-5-linux.bin
    -javahome /usr/lib/j2re1.5-sun
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Launching Java(TM) 2 Runtime Environment...
    Error: There are no files requiring installation.
    Deleting temporary files...
    Any suggestions will be highly appreciated.
    Thanks,
    VineetDo you have java 5 sdk on your machine (Or at the very least java 5 re) ?
    Have you tried the command that they gave ?

  • I can't install Sun Java System Application Server!! Who can help me??

    I download Sun Java System Application Server(sjsas_pe-9_0_01-p01-windows.exe),and the first time of my installation, it was blocked after it was istalled 14%, half an hour later I canceled the installation and wanted to re-install it, and I tried many times,but every time after I choose the "Installation Directory" and cliced the "Next" button it would be blocded, all of the bttons was disabled except "Choose directory" and "X"(close) buttons.
    OS: Win2000 Service Pack 4
    Thanks in advance

    Yeah, I had the same problem!
    And The Wiki helped me http://wiki.java.net/bin/view/Projects/WinHang
    Even my Firewall had the function "Disabled Mode", I needed to fully stop all the services of Antivirus and Firewall. After that i deleted the "productregistr*" file and ran installation from the console.
    And it was the only right way to install!
    Now enjoying =)

  • Install developer10g  and oracle application server 10g on oracle linux R6

    i want install oracle application server 10g on oracle linux R6
    in same server oracle database 10 g installed
    the database 10g installed and work fine.
    i try install oracle developer 10g installed .succ
    but the frmbld.sh didnt work
    ./frmbld.sh :line 105 :/u01/u03/app/oracle/product/10.2.0/db_1/bin/frmbld:cannot execute binary file?
    have two user oracle for database ,oradev for developer

    thx
    can give me any link
    any one can help me on application server 10 in oracle linux R6?

  • Cannot install Sun Java System Application Server

    When trying to install the J2EE platform - specifically the "Sun Java System Application Server Platform Edition 8 2005Q1" - on my Windows XP SP2 Pro computer, the installation process terminates while checking disk space. The same thing happens when I try to install earlier versions. I have more than 20 GByte free on disk and JDK1.5.0_1 previously installed.
    What did I do wrong?

    Try to run the setup with -javahome option, followed by the JDK 5 home directory. If the installer has the option to enable the verbose mode, enable it.
    Claudio

  • Installing web util in Application Server 9i

    Hi,
    Can you anybody tell us the procedure to install the webutil in application server9i . Please tell us the version also.
    Its urgent
    venkatesh

    if i recompiled the fmb file with the developer 6i, is the fmx
    file will work with the Application Server 9i or not?? I don't think so. It's a long time I did try that, and, as far as I remember, it needs recompilation.
    if not, what will be the solution without installing Developer 9i If you need FMXs for IAS 9i, couldnt't you recompile FMBs where you need them ?

  • Howto install RTC component on Application Server ??

    I have on Oracle Application Server 10.2.
    This As had already web applications in production with SSO and OID ....
    I need to install Real Time Collaboration (messenge and WebConference ) with base authentication on As10.2 OID.
    It's possible to deploy on AS1.2 that i already have.
    If so where can i get documentation about it, i had found the document Deploying Oracle
    Real-Time Collaboration but it's not well explained ...
    Thanks

    Hello Jason,
    You cannot configure a report server in a SQL Server without SharePoint products being installed. 
    If you are configuring a report server to run in SharePoint integrated mode in a SharePoint farm, you must install front-end Web server components of a SharePoint product on the report server computer, I think that is the minimal installation of SharePoint
    Server 2010 on Report Server. To install and configure SharePoint web front end on Report Server, please see How to: Install a SharePoint Web Front-end on a Report Server Computer.
    Here is a step-by-step instructions for installing and configuring Reporting Services in SharePoint integrated mode in a multi-server deployment topology. Hope it can be helpful to you.
    How to: Install and Configure SharePoint Integration on Multiple Servers
    Thanks & Regards.
    Lily Wu

  • Error When Installing Sun Java System Application Server 9.1

    Hi,
    I"m trying to install the server to take [The Java EE 5 Tutorial|http://download.oracle.com/javaee/5/tutorial/doc/javaeetutorial5.pdf]. I found that +C:\Sun\AppServer\bin+ was added to my PATH environment variable, which is correct.
    I get the message that the installation failed and I'm refered to the install log, which is under my signature.
    Any suggestions you could provide would be appreciated. I'm trying to refresh my Java skills after a 5-year absence. I've been playing around with it for two days, installing and unstalling, verifying to be sure I got it right.
    Thanks,
    Lou
    *The Install Log*
    INFO - Start Sun Java System Message Queue configuration
    INFO - End Sun Java System Message Queue configuration
    INFO - unpacked jar file: C:\Sun\AppServer\lib\admin-cli.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-cmp.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-deployment-client.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-ext.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-jstl.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-rt.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-tags.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\com-sun-commons-launcher.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\j2ee-svc.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\javaee.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\sun-appserv-ant.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\webservices-rt.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\webservices-tools.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\deployment\sun-as-jsr88-dm.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\endorsed\activation.jar.pack.gz
    INFO - unpacked jar file: C:\Sun\AppServer\lib\endorsed\webservices-api.jar.pack.gz
    INFO - Start core server configuration.
    INFO - The 'asadminenv.conf' file containing 'asadmin' preferences created at: C:\Sun\AppServer\config
    ERROR - default domain creation returned following exception: abnormal subprocess termination: Detailed Message:The system cannot find the path specified.
    Usage: create-domain [--user admin] [--adminport port_number] [--terse=false] [--echo=false] [--interactive=true] [--domaindir domain_directory] [--profile profile_name] [--template domain_template] [--passwordfile filename ] [--instanceport port_number] [--savemasterpassword=false] [--domainproperties (name=value)[:name=value]*] [--portbase portbase] [--savelogin=false] [--checkports=true] domain_name
    CLI020 Operand is required.
    The system cannot find the path specified.
    The system cannot find the path specified.
    Usage: create-domain [--user admin] [--adminport port_number] [--terse=false] [--echo=false] [--interactive=true] [--domaindir domain_directory] [--profile profile_name] [--template domain_template] [--passwordfile filename ] [--instanceport port_number] [--savemasterpassword=false] [--domainproperties (name=value)[:name=value]*] [--portbase portbase] [--savelogin=false] [--checkports=true] domain_name
    CLI020 Operand is required.
    The system cannot find the path specified.
    INFO - End core server configuration.
    INFO - Start samples configuration.
    INFO - End samples configuration.
    INFO - Start Java DB Configuration.
    INFO - End Java DB Configuration.

    Please list the content of 'asadminenv.conf'
    Alternatively, you could just manually create the instance as follows:
    asadmin.bat create-domain user admin adminport 4849 domaindir C:\Sun\AppServer\domains instanceport 8080 domain1

  • How to send communication message from application server to load balancer

    Hi,
    Environment: 8 application servers are clustered behind a load balancer. Java/J2EE based client-server application
    When any one of the servers is supposed to go down, I want to send a message from that server, programmatically, to load balancer something which signifies "server is down or going down, do not forward any client connections to me". This is to avoid any CLOSE_WAITs.
    How do I achieve this? How can I send message programmatically from app server to load balancer? From very basic knowledge, SNMP can be used for this. But do not know how to start of. Any other means is also OK. Need details.
    Thanks
    Sunil

    At the same time we stop accepting any new connections [ServerSocket.accept() will be escaped during server shutdown].Just close the ServerSocket.
    Both these are working fine. But during the 25 seconds, still the client connections gets queued up trying to find that serverNot if you close the ServerSocket.
    reason being the load balancer is still forwarding requests to this server whose shutdown has started but not completed. So CLOSE_WAITS happen.Not if you close the ServerSocket. Not that the CLOSE_WAITS are the actual problem, as they will all disappear when the server exits. It's more that the clients shouldn't have been able to create the connection in the first place. Which wouldn't have happened if you had closed the ServerSocket.
    If we tell load balancer not to send any more client socket connections, then we completely avoid getting CLOSE_WAITS.If you close the ServerSocket ditto.

  • Installing Sun Java System Application Server

    kjozsa@walrus:/usr/local/java$ ./sjsas-9_1_02-linux.bin
    Checking available disk space...
    Checking Java(TM) 2 Runtime Environment...
    Extracting Java(TM) 2 Runtime Environment files...
    Deleting temporary files...
    ^C^C
    ^CKilled
    At the deleting temporary files step it seems to hang for ever, only a kill -9 brought it down. While I don't assume this being any Arch-specific problem at all, anyone tend to have a single idea what can cause this? Thanks

    kjozsa wrote:At the deleting temporary files step it seems to hang for ever, only a kill -9 brought it down. While I don't assume this being any Arch-specific problem at all, anyone tend to have a single idea what can cause this? Thanks
    Are you running Arch64 ?

  • Communications Express without Calendar???

    Hi all, is it possible to install Communications Express without Calendar Server running? I get the impression from Sun's docs that in order to install Comms Express you first need Messaging Server and Calendar Server running. The reason I ask is that our current iMS5.2 environment is to be upgraded to JES Messaging Server 6.3 but, for the time being, we are not in need of a Calendaring system. This may change in the future.
    I am particularly interested in knowing whether it is possible to install Comms Express providing just messaging services and later, let's say in 6mths, add Calendaring services.
    Thanks in advance,
    Stewart

    Hi,
    mcleans wrote:
    Hi all, is it possible to install Communications Express without Calendar Server running? Yes. There are a number of customers who run with this configuration.
    I get the impression from Sun's docs that in order to install Comms Express you first need Messaging Server and Calendar Server running.You need calendar server running if during the configuration of UWC you enable the calendar component:
    http://docs.sun.com/app/docs/doc/819-4440/6n6jfgche?a=view
    So in your case, just de-select the calendar component.
    The reason I ask is that our current iMS5.2 environment is to be upgraded to JES Messaging Server 6.3 but, for the time being, we are not in need of a Calendaring system. This may change in the future. Sounds fair to me. Why introduce the added complexity of calendar if you don't need it post-upgrade. Please note however that the outlook connector requires calendar to be installed/configured in UWC.
    I am particularly interested in knowing whether it is possible to install Comms Express providing just messaging services and later, let's say in 6mths, add Calendaring services.Yes you can do this by setting the calendar related settings in:
    /var/opt/SUNWuwc/WEB-INF/config/uwcconfig.properties
    Regards,
    Shane.

  • Issues while install Application server

    Hi all,
    I am trying to install application server for the first time. while installing I am getting the error in the REGISTER with Internet directory screen,
    It has two fields to enter
    1. HOST : I assume machine name in which the S/w is getting installed
    2. PORT : Please tell me the port number which I have to enter here?
    Ther version I am trying to intall is,
    APPLICATION SERVER 10g (10.1.2.0.2)
    One more doubt,
    Is Oracle map viewer is available with APPLICATION SERVER 10g (10.1.2.0.2)??
    Please help
    -Thanks & Cheers
    Antony

    The Application Server can be installed one of three ways
    1) J2EE and WebCache
    2) Portal and Wireless
    3) BI and Forms
    Option 1) J2EE and WebCache is just that, only the Oracle Container for Java (OC4J) J2EE server and a WebCache/WebServer
    Option 2) includes option 1 plus adds Oracle's Portal product with an optional Wireless enviorment (for displaying on things like phones, pda's, etc).
    Option 3) includes option 1 & 2 plus adds Discoverer (BI) and Oracle Forms
    Options 2 and 3 require an Infrastructure server be installed prior to the Application Server install. This is the Oracle Internet Directory server (OID). This can be installed on the same machine, but I recommend a seperate host if this is going to be a production box. Same host installs will work fine for learning/classroom.
    The OID server is installed from the same install as Application Server. It was one of the options early in the install. All of the documentation ships with the install media (both download & CD/DVD) Look in your install & find the doc directory. Launch the doc.htm in a web browser. The Install Guide goes through all of this in detail.

Maybe you are looking for

  • Issue : Regarding Control Record

    Greetings Guru's, We are going to be running our first payroll of the year in SAP at the end of this month. However the employees have been hired as of 01/03/2010. The payroll control record is in period 3 (01/03/2010 - 31/03/2010) and it is in corre

  • RMI-IIOP client - CORBA Server

    I already have a CORBA server in C++ which has already been written. I am trying to develop an RMI-IIOP client which would talk to this CORBA Server. The CORBA server has several interfaces that I would like to use with my RMI-IIOP client. How do I p

  • My ipad mini doesnt show in itunes

    i plugged in my ipad and its recognised in my computer as a camera but it wont show in itunes. Does anyone know how to get it to be shown?

  • Install oracle 9i on Linux Red Hat 8.0 Professional

    Hi all, i need to install oracle 9i on Linux red hat 8.0 professional. I dont know if this platform is certified by oracle and if there are any problem to install that. Any information will be appreciate. Thanks in advance Regards Giuseppe

  • MacG4 now fails to sync with Visor deluxe

    Same old story I am afraid. My venerable Visor deluxe has been syncing with my Mac G4 running 10.4.11 using a travel USB cable (the one without a button) and Isync for years. The Palm desktop system was 4.0 and hotsync worked fine. A month or two ago