Oracle Entitlement Server Installation Error

As per tutorial I am installed the oracle10g data base and downloaded
OES10.1.4.3.0_DBConfigTool_win32.zip file and executed the batch see the below steps I am getting the below error
Any solution for this error
** Unable to create ALES Database Account **
java.sql.SQLException: Io exception: Bad packet type
C:\software\OES\OES10.1.4.3.0_DBConfigTool_win32>DBConfige
Please input Database type <oracle|sybase|mssql|pointbase>: oracle
Enter the JDBC URL for the database server.
Eg. Oracle - jdbc:oracle:thin:@myDBserver:1521:myDBsid
Please input JDBC URL: jdbc:oracle:thin:@home-646401ebee:5503:anilkumar
Enter the JDBC driver used to connect to the database.
Eg. Oracle - oracle.jdbc.driver.OracleDriver
Please input JDBC Driver: oracle.jdbc.driver.OracleDriver
Please input new database user name: anilkumar
Enter new database user password:
Confirm new database user password:
Please input database admin name (Eg. sys): system
Please input database admin password:
** Unable to create ALES Database Account **
java.sql.SQLException: Io exception: Bad packet type
C:\software\OES\OES10.1.4.3.0_DBConfigTool_win32>
Thanks,
Venkata Sarvabatla

Hi,
As a quick test, can you check whether you are able to connect to that Oracle DB using sys?
If DB is in remote machine, please check the accessibility.
If you are still not able to do it with db config tool, you can try manually using the link
-Mahendra.

Similar Messages

  • Oracle Entitlement Server 11g Exception issue need to be solved

    Hi Friends,
    Need your guidance and help to fix this exception of (oracle entitlement server 11 g).
    please let me know the meaning of this error;
    oracle.security.oes.OesException: OES-04004: Credential is not found for trust key store
    got this error at the time when trying to execute : ./enroll.sh
    Thank You ,
    Regards,
    Prem

    Candy,
    all this steps are not necessary... and apachectl is deprecated.
    Simply go to $ORACLE_INSTANCE/bin and start your OHS with *./opmnctl startall*. (It also sets all your ORACLE_HOME, ORACLE_INSTANCE, COMPONENT_TYPE, COMPONENT_NAME values).
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Integrating Apahce HTTP server with Oracle Entitlement Server

    Hi,
    In our project we are trying to protect a applicaiton via Oracle entitlement server. And the login page for the same is hosted on the Apache server. But we are facing issue with the Log In page.
    My apache is installed int he c:\apache folder.
    The ssm folder for apache is c:\bea\ales32-ssm\apache-ssm\instance\asm1\config
    the wles_module is at c:\bea\ales32-ssm\apache-ssm\lib\mod_wles.dll
    I have added the follwoing lines in my httpd.conf file
    LoadModule wles_module c:\bea\ales32-ssm\apache-ssm\lib\mod_wles.dll
    <IfModule mod_wles.cpp>
    WLESConfigDir c:\bea\ales32-ssm\apache-ssm\instance\asm1\config
    </IfModule>
    But while access the Apache home page I am gettign the error saying -
    [Mon Mar 02 17:50:46 2009] [error] Unable to get HTTPServer instance, please check configuration.
    [Mon Mar 02 17:50:46 2009] [error] WLESConfigDir=c:\\bea\\ales32-ssm\\apache-ssm\\instance\\asm1\\config
    Please let me knwo if I am missing any.

    I am trying to access the URL -
    http://<servername>:8080/test/foo.html where test/foo.html is located at c:\apache\apache2 (the docroot of Apache)
    The Default.properties is as follow -
    # Default policydomain settings for this runtime. Each policydomain can override these settings by creating their own
    # configuration file named after the policydomain - if the policydomain is named "mydomain" then it's properties is named
    # "mydomain.properties"
    # All of these settings persist until the server which uses this runtime is shut down and restarted (loaded once on startup)
    ### Authentication settings
    # Order in which authentication methods are valued. First mechanism takes precedence over the latter. Valid values are
    # FORM - authenticate the user by collecting credentials (asking the user questions)
    authentication.precedence=FORM
    authentication.initialForm=/test/NamePasswordForm.html
    authentication.nameCallback[]=username:/test/NamePasswordForm.html
    authentication.passwordCallback[]=password:/test/NamePasswordForm.html
    authentication.onatnfailure=/test/atnfailure.html
    authentication.onatzfailure=/test/atzfailure.html
    authentication.default.resultform=/test/loggedin.html
    ### Single-sign on domain. Must include at least 2 dots. For example: .bea.com
    authentication.cookiedomain=.bea.com
    ### SAML Identity Transfer settings
    # If this is set to true, SAML identity transfer is accepted in the post handler
    saml.incoming.enable=false
    # The URL that consumes SAML Browser/POST data -- SAMLIn.html is a sample
    saml.incoming.url=<SAMLAssertionConsumerServiceURL>/test/SAMLIn.html
    # If this is set to true, SAML SSIs are enabled, allowing for outgoing identity transfer via the SAML template
    saml.outgoing.enable=false
    ### Role Mapping Settings
    # Any value other than "true" is false and disables role mapping
    rolemapping.enable=false
    # The name of the variable injected into the request stream which contains a comma seperated list of roles
    rolemapping.name=WLES_ROLES
    ### Credential Mapping Settings
    # Any value of than "true" is false and disables credential mapping
    credentialmapping.enable=false
    # A comma seperated list of credentials to query the runtime for on each request. If the examples
    # exist they will be added into the request stream and made availble to subsequant cgis
    # If the credentials don't exist or are not defined no credentials are injected into the request stream
    credentialmapping.credtypes=weblogic.UserPassword
    # The name prepended to the credential before it is added to the request stream. A number may be added to make the name
    # unique - i.e. CRED1=B64(SAMLResponse) CRED2=DBPassword etc
    credentialmapping.prefix=CRED
    ### Session settings
    # Session inactivity timeout in seconds
    session.inactivity.timeout=600
    # Session absolute timeout in seconds - causing the user to re-authenticate - zero means never
    session.absolute.timeout=86400
    # Session logoff URL
    session.forcedlogoffURL=/test/logoff.html
    # Session cookie prefix - used to create a unique session cookie - any string including null will do - a unique code is attached to the prefix
    session.cookie.name=ALESIdentityAssertion
    # Session cookie prefix - used to create a session cookie for non sensitive data
    session.misc.cookie.name=WLES_MISC
    # The SSM WS Configuration ID
    ssmconfig.default=asm1
    ### Naming Authorities
    namingauthority.resource=ARME_RESOURCE_AUTHORITY
    namingauthority.action=ARME_ACTION_AUTHORITY
    namingauthority.audit=AUDITBASE
    webservice.registry.url=http://192.168.179.130:9000/ServiceRegistry
    ### SSL Settings
    # Directory that contains ssl PEM and configuration files (such as wles-ssm.pem).
    # Use forward slashes (/) even on Windows. For example: c:/path1/path2/ssl
    ssl.directory=C:/bea/ales32-ssm/apache-ssm/instance/asm1/ssl
    ### Debug Settings
    # The log level (Possible values are error or debug)
    log.level=error

  • Installing Oracle Entitlements Server

    hi all,
    i try to install oracle entitlements server in my pc.
    but after install everything i can't start Service Control management and i foud the following error log.
    i believe nothing is using in port 7063.
    bocz i check with netstat command.
    ERROR 2010-01-03 13:37:41 [local-soap-server.jsse-listener] Error creating an SSLServerSocket. See error log for details.
    INFO | jvm 1 | 2010/01/03 21:37:41 | java.net.BindException: Address already in use: JVM_Bind
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.net.PlainSocketImpl.socketBind(Ljava.net.InetAddress;I)V(Native Method)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.net.ServerSocket.bind(ServerSocket.java:319)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.net.ServerSocket.<init>(ServerSocket.java:185)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at javax.net.ssl.SSLServerSocket.<init>(SSLServerSocket.java:106)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at javax.net.ssl.impl.SSLServerSocketImpl.<init>(Lcom.certicom.tls.interfaceimpl.TLSSystem;IILjava.net.InetAddress;)V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at javax.net.ssl.impl.SSLServerSocketFactoryImpl.createServerSocket(IILjava.net.InetAddress;)Ljava.net.ServerSocket;(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.ssl.JsseListener.newServerSocket(JsseListener.java:154)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:436)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:462)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.SocketListener.start(SocketListener.java:175)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:671)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | There was an uncaught exception:
    INFO | jvm 1 | 2010/01/03 21:37:41 | ---------------------------------------------------------
    INFO | jvm 1 | 2010/01/03 21:37:41 | --- Message ---
    INFO | jvm 1 | 2010/01/03 21:37:41 | Failed to start application scm-asi.
    INFO | jvm 1 | 2010/01/03 21:37:41 | --- Stack Trace ---
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.avalon.phoenix.interfaces.DeploymentException: Failed to start application scm-asi.
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:379)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.avalon.framework.CascadingException: Failed to start application scm-asi.
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:195)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 7 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.avalon.phoenix.interfaces.ApplicationException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:145)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 9 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 11 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | rethrown from
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.avalon.framework.CascadingException: Failed to start application scm-asi.
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:195)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.avalon.phoenix.interfaces.ApplicationException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:145)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 9 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 11 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | rethrown from
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.avalon.phoenix.interfaces.ApplicationException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:145)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 11 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:41 | rethrown from
    INFO | jvm 1 | 2010/01/03 21:37:41 | org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "local-soap-server" failed to pass through the Starting stage. (Reason: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]).
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:41 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:42 | Caused by: org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      ... 15 more
    INFO | jvm 1 | 2010/01/03 21:37:42 | rethrown from
    INFO | jvm 1 | 2010/01/03 21:37:42 | org.mortbay.util.MultiException[java.io.IOException: Error creating an SSLServerSocket. See error log for details.]
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.mortbay.http.HttpServer.start(HttpServer.java:640)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at com.bea.security.scm.soap.JettySoapServer.start(JettySoapServer.java:236)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:152)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:481)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:429)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:365)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:139)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    INFO | jvm 1 | 2010/01/03 21:37:42 |      at java.lang.Thread.run()V(Unknown Source)
    INFO | jvm 1 | 2010/01/03 21:37:42 |
    INFO | jvm 1 | 2010/01/03 21:37:42 | ---------------------------------------------------------
    INFO | jvm 1 | 2010/01/03 21:37:42 |

    hi,
    Thanks for response. now i can solve that problem.
    I have some other problem.
    I go to administration url https://localhost:7060/entitlementsadministration and login into it using admin/password. then it go forward to main page and stop there. i can only see blank in main page and i found SSL certificate error in my browser. i try to install that certificate but i still have same problem.
    Do u have any idea?
    With Regards,
    WP

  • Oracle entitlements server

    Hi All,
    please provide me the document for installation and configuration of Oracle Entitlements Server in linux(if you have step by step snapshot it would be helpfull)
    Thank you

    Hi Srivatsa,
    links below should help you get started with Oracle Entitlements Server. Let me known if you have other questions.
    Bye,
    Subbu
    *My Blog: [url http://accessmanagement.wordpress.com/]Authorization for the Real World*
    *Follow me on [url https://twitter.com/#!/BloggerSubbu]Twitter*
    Download products:
    [url http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html] Oracle WebLogic Server 11gR1 (10.3.5)
    [url http://download.oracle.com/otn/linux/middleware/11g/111150/ofm_rcu_linux_11.1.1.5.0_disk1_1of1.zip ] RCU 11.1.1.5.0 - Linux
    [url http://download.oracle.com/otn/nt/middleware/11g/111150/ofm_rcu_win_11.1.1.5.0_disk1_1of1.zip ] RCU 11.1.1.5.0 - Windows
    [url http://www.oracle.com/technetwork/middleware/downloads/oid-11g-161194.html ] Oracle Identity and Access Management (11.1.1.5.0) - OES Admin
    [url http://download.oracle.com/otn/nt/middleware/11g/111150/ofm_oesclient_generic_11.1.1.5.0_disk1_1of1.zip] Oracle Entitlements Server Client (11.1.1.5.0) - OES SM
    Documentation:
    [url http://download.oracle.com/docs/cd/E21764_01/install.1111/e12002/oes.htm] OES Installation doc
    [url http://download.oracle.com/docs/cd/E21764_01/doc.1111/e14096/toc.htm] OES Admin Guide
    [url http://download.oracle.com/docs/cd/E21764_01/security.1111/e14097/toc.htm] OES Dev Guide
    Edited by: Subbu Devulapalli on Jun 14, 2011 3:19 AM

  • Oracle Entitlements Server - Training/Education Question

    Is developer or administrator training available for Oracle Entitlements Server (formerly AquaLogic Enterprise Security)?
    I was unable to find any training for this product.
    If training is not available for this product then is there a timeframe when it would be available?
    I did find a 1 day policy modeling course. I was more interested on product installation, administration, configuration and application integration (e.g. usage from WebLogic Portal or ALSB or ALDSP) tasks.
    Thanks
    Edited by: user651936 on Sep 28, 2008 11:00 AM

    Martin , i have some question about the product (you have my private contact if you can't answer with too much details)
    Can we share oracle database with OES and other product like IDM or OIM? We have some issues with OIM and IDM in the same database we can't install in the same database because there are some requirement about NLS_LENGTH_SEMANTICS (OIM char, IDM byte)
    About integration with OAM, is there some out of the box connector? Can we use only OES without OAM?
    About provisioning users in OES repository, is there some integration out of the box with OIM?
    About platform and application integration which is your experience about heterogenous enviroment (jboss, tomcat, oas, bea with and without apache in the front end, linux, solaris, and windows) and application already deployed in customer enviroment?
    Regards

  • Oracle 11g Server Installation and Configuration

    Hi All..
    I would like to know the estimate(in detail) for Oracle 11g Server Installation and Configuration.
    This is for a server and we might even need to replicate the entire DB.
    Can any on please help me out in this .
    Thank you

    Hi,
    Please post your question in the [Database |http://forums.oracle.com/forums/category.jspa?categoryID=18] forum.
    Regards,
    Hussein

  • Oracle Access Manager 11g r2 with Oracle Entitlement Server 11g r2

    Hello,
    I would like to set up a configuration with Oracle Access Manager 11g r2 where Authentication is against Active Directory, and Authorisation is against Oracle internet Directory
    Access Manager has to get authorizations from Oracle internet Directory via Oracle Entitlement Server
    I cant find any document describing how to integrate Oracle Access Manager with Oracle Entitlement Server
    could any one help ?
    Regards

    Hi all,
    I am facing some issue with the distribution of the policy in the security module of OES.
    The "application" distribution tab allows me to distribute the policy created but does not generate any distribution ID or address for webservice access.
    I am using OES 11.1.5
    Thanks in advance.

  • OES(oracle entitlement server)

    Hi,
    can anybody please explain me the difference between oracle entitlement server(Authorization Policy Manager) and oracle entitlement Server client(OES Client).
    Thank you

    Hi Srivatsa,
         I strongly recommend that you look at [url http://www.oracle.com/technetwork/middleware/oes/overview/index.html]OES White Paper, which has a lot of details on the product.
    Oracle Entitlement Server (OES) has two main components:
    1) OES Administration Server (previously Authorizaton Policy Manager)
    This is the main management console which has UI, administration tools etc.
    2) OES SM (Client/Agent)
    The runtime component which computes the actual authorization decision
    and provides the authorization service
    Bye,
    Subbu Devulapalli
    *My Blog: [url http://accessmanagement.wordpress.com/]Authorization for the Real World*
    *Follow me on [url https://twitter.com/#!/BloggerSubbu]Twitter*
    Edited by: user743696 on Jun 13, 2011 8:15 PM
    Edited by: Subbu Devulapalli on Jun 14, 2011 3:15 AM

  • Integration steps for Oracle entitlement server & R12 EBS

    Hi,
    Can anyone give me the steps to inegration Oracle entitlement server & R12 EBS

    Hi,
    As a quick test, can you check whether you are able to connect to that Oracle DB using sys?
    If DB is in remote machine, please check the accessibility.
    If you are still not able to do it with db config tool, you can try manually using the link
    -Mahendra.

  • Oracle Apps R12 Installation error on windows

    This new discussion is related to below link as last times discussion is locked ,i dont have idea why that discussion is locked(might be due to attachment link that i provided for log file )
    "R12 E-Business suite installation error on Windows XP-SP3"
    I have added 4 GB RAM and started installation on new fresh windows XP SP3 system  with only one C: drive with 300 GB space(including staging area)
    below is the log file for error
    Oracle Applications Rapid Install Wizard Install log
       >> Using Rapid Wizard Version  : 12.1.1.9
       >> Install session started  : Sun Jan 12 14:57:39 IST 2014
       >> Rapid Wizard source location  : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz
       >> Command Line arguments for this run  :
    =================================================================
    Install Session Information
       Host Name               : utkarsh.sparsh
       Host Operating System   : Windows (32-bit)
       User running Install    : Uday Gite
    =================================================================
    InstUpgPanel
        User action   :  Install Oracle Applications
         Install type  :  Standard Install
    Disabling OCM Configuration
    InstallPanel
        User action   :  Create configuration
         Description   :  Creates a new instance configuration.
    PortPanel
            Selected port pool:
                Database Port : 1521
                RPC Port : 1626
                Web SSL Port : 4443
                ONS Local Port : 6100
                ONS Remote Port : 6200
                ONS Request Port : 6500
                Web Listener Port : 8000
                Active Web Port : 8000
                Forms Port : 9000
                Metrics Server Data Port : 9100
                Metrics Server Request Port : 9200
                JTF Fulfillment Server Port : 9300
                MSCA Server Port : 10200-10205
                MCSA Telnet Server Port : 10200,10202,10204
                MSCA Dispatcher Port : 10800
                Java Object Cache Port : 12345
                OC4J JMS Port Range for Oacore : 23000-23004
                OC4J JMS Port Range for Forms : 23500-23504
                OC4J JMS Port Range for Home : 24000-24004
                OC4J JMS Port Range for Oafm : 24500-24504
                OC4J AJP Port Range for Oacore : 21500-21504
                OC4J AJP Port Range for Forms : 22000-22004
                OC4J AJP Port Range for Home : 22500-22504
                OC4J AJP Port Range for Oafm : 25000-25004
                OC4J RMI Port Range for Oacore : 20000-20004
                OC4J RMI Port Range for Forms : 20500-20504
                OC4J RMI Port Range for Home : 21000-21004
                OC4J RMI Port Range for Oafm : 25500-25504
                DB ONS Local Port : 6300
                DB ONS Remote Port : 6400
                Oracle Connection Manager Port : 1521
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    DBNodePanel
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    AppsNodePanel
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    AppsNodePanel
    AllNodesPanel
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
            Writing configuration file to: C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\conf_FPRD1.txt
    Adding ports for Server0_utkarsh
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_utkarsh
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
            Writing configuration file to: C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\conf_FPRD1.txt
    Adding ports for Server0_utkarsh
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_utkarsh
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
            Setting temp directory to: C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_db.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    instantiate file:
       source : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
       dest   : C:\DOCUME~1\UDAYGI~1\LOCALS~1\Temp\01121457\utkarsh_FPRD1_apps.xml
    Port Availability Check :
    -- database node ports --
       Database Port available:  Port Value = 1521
       Database Port Value = 1521......  Available
       DB ONS Local Port available:  Port Value = 6300
       DB ONS Local Port Value = 6300......  Available
       DB ONS Remote Port available:  Port Value = 6400
       DB ONS Remote Port Value = 6400......  Available
    -- apps node ports --
       RPC Port available:  Port Value = 1626
       RPC Port Value = 1626......  Available
       Web SSL Port available:  Port Value = 4443
       Web SSL Port Value = 4443......  Available
       ONS Local Port available:  Port Value = 6100
       ONS Local Port Value = 6100......  Available
       ONS Remote Port available:  Port Value = 6200
       ONS Remote Port Value = 6200......  Available
       ONS Request Port available:  Port Value = 6500
       ONS Request Port Value = 6500......  Available
       Web Listener Port available:  Port Value = 8000
       Web Listener Port Value = 8000......  Available
       Forms Port available:  Port Value = 9000
       Forms Port Value = 9000......  Available
       Metrics Server Data Port available:  Port Value = 9100
       Metrics Server Data Port Value = 9100......  Available
       Metrics Server Request Port available:  Port Value = 9200
       Metrics Server Request Port Value = 9200......  Available
       JTF Fulfillment Server Port available:  Port Value = 9300
       JTF Fulfillment Server Port Value = 9300......  Available
       MSCA Server Port available:  Port Value = 10200
       MSCA Server Port available:  Port Value = 10201
       MSCA Server Port available:  Port Value = 10202
       MSCA Server Port available:  Port Value = 10203
       MSCA Server Port available:  Port Value = 10204
       MSCA Server Port available:  Port Value = 10205
       MSCA Server Port Value = 10200-10205......  Available
       MSCA Dispatcher Port available:  Port Value = 10800
       MSCA Dispatcher Port Value = 10800......  Available
       Java Object Cache Port available:  Port Value = 12345
       Java Object Cache Port Value = 12345......  Available
       OC4J JMS Port Range for Oacore available:  Port Value = 23000
       OC4J JMS Port Range for Oacore available:  Port Value = 23001
       OC4J JMS Port Range for Oacore available:  Port Value = 23002
       OC4J JMS Port Range for Oacore available:  Port Value = 23003
       OC4J JMS Port Range for Oacore available:  Port Value = 23004
       OC4J JMS Port Range for Oacore Value = 23000-23004......  Available
       OC4J JMS Port Range for Forms available:  Port Value = 23500
       OC4J JMS Port Range for Forms available:  Port Value = 23501
       OC4J JMS Port Range for Forms available:  Port Value = 23502
       OC4J JMS Port Range for Forms available:  Port Value = 23503
       OC4J JMS Port Range for Forms available:  Port Value = 23504
       OC4J JMS Port Range for Forms Value = 23500-23504......  Available
       OC4J JMS Port Range for Home available:  Port Value = 24000
       OC4J JMS Port Range for Home available:  Port Value = 24001
       OC4J JMS Port Range for Home available:  Port Value = 24002
       OC4J JMS Port Range for Home available:  Port Value = 24003
       OC4J JMS Port Range for Home available:  Port Value = 24004
       OC4J JMS Port Range for Home Value = 24000-24004......  Available
       OC4J JMS Port Range for Oafm available:  Port Value = 24500
       OC4J JMS Port Range for Oafm available:  Port Value = 24501
       OC4J JMS Port Range for Oafm available:  Port Value = 24502
       OC4J JMS Port Range for Oafm available:  Port Value = 24503
       OC4J JMS Port Range for Oafm available:  Port Value = 24504
       OC4J JMS Port Range for Oafm Value = 24500-24504......  Available
       OC4J AJP Port Range for Oacore available:  Port Value = 21500
       OC4J AJP Port Range for Oacore available:  Port Value = 21501
       OC4J AJP Port Range for Oacore available:  Port Value = 21502
       OC4J AJP Port Range for Oacore available:  Port Value = 21503
       OC4J AJP Port Range for Oacore available:  Port Value = 21504
       OC4J AJP Port Range for Oacore Value = 21500-21504......  Available
       OC4J AJP Port Range for Forms available:  Port Value = 22000
       OC4J AJP Port Range for Forms available:  Port Value = 22001
       OC4J AJP Port Range for Forms available:  Port Value = 22002
       OC4J AJP Port Range for Forms available:  Port Value = 22003
       OC4J AJP Port Range for Forms available:  Port Value = 22004
       OC4J AJP Port Range for Forms Value = 22000-22004......  Available
       OC4J AJP Port Range for Home available:  Port Value = 22500
       OC4J AJP Port Range for Home available:  Port Value = 22501
       OC4J AJP Port Range for Home available:  Port Value = 22502
       OC4J AJP Port Range for Home available:  Port Value = 22503
       OC4J AJP Port Range for Home available:  Port Value = 22504
       OC4J AJP Port Range for Home Value = 22500-22504......  Available
       OC4J AJP Port Range for Oafm available:  Port Value = 25000
       OC4J AJP Port Range for Oafm available:  Port Value = 25001
       OC4J AJP Port Range for Oafm available:  Port Value = 25002
       OC4J AJP Port Range for Oafm available:  Port Value = 25003
       OC4J AJP Port Range for Oafm available:  Port Value = 25004
       OC4J AJP Port Range for Oafm Value = 25000-25004......  Available
       OC4J RMI Port Range for Oacore available:  Port Value = 20000
       OC4J RMI Port Range for Oacore available:  Port Value = 20001
       OC4J RMI Port Range for Oacore available:  Port Value = 20002
       OC4J RMI Port Range for Oacore available:  Port Value = 20003
       OC4J RMI Port Range for Oacore available:  Port Value = 20004
       OC4J RMI Port Range for Oacore Value = 20000-20004......  Available
       OC4J RMI Port Range for Forms available:  Port Value = 20500
       OC4J RMI Port Range for Forms available:  Port Value = 20501
       OC4J RMI Port Range for Forms available:  Port Value = 20502
       OC4J RMI Port Range for Forms available:  Port Value = 20503
       OC4J RMI Port Range for Forms available:  Port Value = 20504
       OC4J RMI Port Range for Forms Value = 20500-20504......  Available
       OC4J RMI Port Range for Home available:  Port Value = 21000
       OC4J RMI Port Range for Home available:  Port Value = 21001
       OC4J RMI Port Range for Home available:  Port Value = 21002
       OC4J RMI Port Range for Home available:  Port Value = 21003
       OC4J RMI Port Range for Home available:  Port Value = 21004
       OC4J RMI Port Range for Home Value = 21000-21004......  Available
       OC4J RMI Port Range for Oafm available:  Port Value = 25500
       OC4J RMI Port Range for Oafm available:  Port Value = 25501
       OC4J RMI Port Range for Oafm available:  Port Value = 25502
       OC4J RMI Port Range for Oafm available:  Port Value = 25503
       OC4J RMI Port Range for Oafm available:  Port Value = 25504
       OC4J RMI Port Range for Oafm Value = 25500-25504......  Available
    OS User and Group Check
    Domain=UTKARSH
    ,Username=Uday Gite
    ,PC-Name=UTKARSH
       User belongs to the Administrators Group.
    Port Uniqueness Check :
    -- database node ports --
    -- apps node ports --
       All ports are unique.
    File System Check :
    -- database node mount point --
       Database ORACLE_HOME created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0
       Database ORACLE_HOME admin folder created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil
       Database ORACLE_HOME temp folder created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\temp
       Database Install Log Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\log\FPRD1_utkarsh
       Database Install Out Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac
       Database Install Out Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac
       OCM configuration target directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\clone\\
       Database System File Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database Log File Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database Transaction File Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database Archive File Directory available:
          Mount Point = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       Database OraInventory File Directory created:
          Mount Point = c:\temp
    -- apps node mount point --
       APPL_TOP created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       APPL_TOP admin created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl\admin
       APPL_TOP mount 2 available:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       APPL_TOP mount 3 available:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       APPL_TOP mount 4 available:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       COMMON_TOP created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\comn
       JAVA_TOP created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\apps_st\comn\java\classes
       Temp Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp
       APPL_TOP admin Install Log Directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\admin\log
       Apps ORACLE_HOME created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.3
       Tools ORACLE_HOME created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.2
       OCM configuration target directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.3\appsutil\clone\\
       OCM configuration target directory created:
          Mount Point = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.2\appsutil\clone\\
       Apps ORACLE_HOME OraInventory File Directory available:
          Mount Point = c:\temp
       Tools ORACLE_HOME OraInventory File Directory available:
          Mount Point = c:\temp
            Writing configuration file to: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\conf_FPRD1.txt
    Adding ports for Server0_utkarsh
    Setting port s_db_ons_localport to 6300
    Setting port s_db_ons_remoteport to 6400
    Setting port s_cmanport to 1521
    Adding ports for Server1_utkarsh
    Setting port s_rpcport to 1626
    Setting port s_webssl_port to 4443
    Setting port s_ons_localport to 6100
    Setting port s_ons_remoteport to 6200
    Setting port s_ons_requestport to 6500
    Setting port s_webport to 8000
    Setting port s_active_webport to 8000
    Setting port s_formsport to 9000
    Setting port s_metdataport to 9100
    Setting port s_metreqport to 9200
    Setting port s_jtfuf_port to 9300
    Setting port s_mwaPortNo to 10200-10205
    Setting port s_mwaTelnetPortNo to 10200,10202,10204
    Setting port s_mwaDispatcherPort to 10800
    Setting port s_java_object_cache_port to 12345
    Setting port s_oacore_jms_portrange to 23000-23004
    Setting port s_forms_jms_portrange to 23500-23504
    Setting port s_home_jms_portrange to 24000-24004
    Setting port s_oafm_jms_portrange to 24500-24504
    Setting port s_oacore_ajp_portrange to 21500-21504
    Setting port s_forms_ajp_portrange to 22000-22004
    Setting port s_home_ajp_portrange to 22500-22504
    Setting port s_oafm_ajp_portrange to 25000-25004
    Setting port s_oacore_rmi_portrange to 20000-20004
    Setting port s_forms_rmi_portrange to 20500-20504
    Setting port s_home_rmi_portrange to 21000-21004
    Setting port s_oafm_rmi_portrange to 25500-25504
    File Space Check :
    -- database node space checks --
       Disk space on system acceptable:
       Database ORACLE_HOME = C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0
       required = 5600.0
       actual   = 249592.6953125
       Disk space on system acceptable:
       Database System File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 20200.0
       actual   = 243992.6953125
       Disk space on system acceptable:
       Database Log File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 950.0
       actual   = 223792.6953125
       Disk space on system acceptable:
       Database Transaction File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 103350.0
       actual   = 222842.6953125
       Disk space on system acceptable:
       Database Archive File Directory = C:\OracleApps\oracle\FPRD1\db\apps_st\data
       required = 64500.0
       actual   = 119492.6953125
    -- apps node space checks --
       Disk space on system acceptable:
       APPL_TOP = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 5800.0
       actual   = 54992.6953125
       Disk space on system acceptable:
       APPL_TOP mount 2 = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 2800.0
       actual   = 49192.6953125
       Disk space on system acceptable:
       APPL_TOP mount 3 = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 8400.0
       actual   = 46392.6953125
       Disk space on system acceptable:
       APPL_TOP mount 4 = C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
       required = 3100.0
       actual   = 37992.6953125
       Disk space on system acceptable:
       COMMON_TOP = C:\OracleApps\oracle\FPRD1\apps\apps_st\comn
       required = 3200.0
       actual   = 34892.6953125
       Disk space on system acceptable:
       Apps ORACLE_HOME = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.3
       required = 1400.0
       actual   = 31692.6953125
       Disk space on system acceptable:
       Tools ORACLE_HOME = C:\OracleApps\oracle\FPRD1\apps\tech_st\10.1.2
       required = 1400.0
       actual   = 30292.6953125
       Disk space on system acceptable:
       Temp Directory = C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp
       required = 1024.0
       actual   = 28892.6953125
    Host/Domain
       command: ping -n 1 utkarsh
    Pinging utkarsh.sparsh [10.10.12.6] with 32 bytes of data:
    Reply from 10.10.12.6: bytes=32 time<1ms TTL=128
    Ping statistics for 10.10.12.6:
        Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
       host ping has succeeded
       command: ping -n 1 utkarsh.sparsh
    Pinging utkarsh.sparsh [10.10.12.6] with 32 bytes of data:
    Reply from 10.10.12.6: bytes=32 time<1ms TTL=128
    Ping statistics for 10.10.12.6:
        Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
       host.domain ping has succeeded
    System Utilities
       command: cmd.exe /c C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\OracleApps\Cygwin\bin C:\OracleApps\VIS2008\VC\bin
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>echo off
    /cygdrive/c/WINDOWS/system32/cmd
    'which' command is available.
    /usr/bin/gnumake
    'gnumake' is available.
    /cygdrive/c/WINDOWS/system32/cl
    'cc' is available.
    /usr/bin/link
    'link' is available.
    ERRORCODE = 0    ERRORCODE_ENDThe system cannot find the path specified.
    System Utilities Availability test has succeeded
    AllNodesPanel
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
        Service Name: utkarsh
        Node Name: _utkarsh
        Operating System: _Windows (32-bit)
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area C:\OracleApps\stageR12\oraDB\Disk1
    Exception thrown in getAllProductIDs. 0
    RapidWiz location:      C:\OracleApps\stageR12\startCD\Disk1\rapidwiz
    Install Media location: C:\OracleApps\stageR12\startCD\Disk1
    Database ORACLE_HOME:   C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0
    Database SID:           FPRD1
    Database Context Name : FPRD1_utkarsh
    Creating DB Context: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\restart.xml
    Exception thrown in getAllProductIDs. 0
    RapidWiz location:      C:\OracleApps\stageR12\startCD\Disk1\rapidwiz
    Install Media location: C:\OracleApps\stageR12\startCD\Disk1
    APPL_TOP location:      C:\OracleApps\oracle\FPRD1\apps\apps_st\appl
    Database SID:           FPRD1
    APPL_TOP Context Name : FPRD1_utkarsh
    INST_TOP location:      C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh
    Creating Apps Context: C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\appl\admin\FPRD1_utkarsh.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
    instantiate file:
       source : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
       dest   : C:\OracleApps\oracle\FPRD1\instance\apps\FPRD1_utkarsh\temp\restart.xml
    Processing DriverFile = C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Processing DriverFile = C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Creation of Directory - C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh Succeeded.
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adrun11g.cmd
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd
       backup : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd to C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac\adrun11g.cmd
    instantiate file:
       source : C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\template\adrundb.cmd
       dest   : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrundb.cmd
       backup : C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrundb.cmd to C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\out\FPRD1_utkarsh\templbac\adrundb.cmd
    Step 0 of 5
    Command: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd
    Processing Step 1 of 5
    Executing: C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\temp\FPRD1_utkarsh\adrun11g.cmd
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM $Header: adrun11g.cmd 120.11 2009/03/11 21:22:03 marderiu noship $
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM 
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig.  It will be read and
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM overwritten.  If you were instructed to edit this file, or if you are not
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM 
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>REM
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>(set date=Sun 01/12/2014  )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>(set time=03:05 PM )
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 11g RDBMS : Sun 01/12/2014 03:05 PM
    STARTED INSTALL PHASE : 11g RDBMS : Sun 01/12/2014 03:05 PM
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java
    C:\OracleApps\stageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jlib\java;C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;C:\OracleApps\stageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;C:\OracleApps\stageR12\startCD\Disk1\ra

    "R12 E-Business suite installation error on Windows XP-SP3"
    Your OS is not supported.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) (Doc ID 761567.1)
    Log file located at C:\OracleApps\oracle\FPRD1\db\tech_st\11.1.0\appsutil\log\FPRD1_utkarsh\ApplyDatabase_01121856.log
    Any details about the error in this log file?
    Please review log files mentioned in (How to locate the log files and troubleshoot Rapid Install for Release 12.0.x and 12.1.x (Doc ID 452120.1)) and upload them in one zip file to any free hosting website and post the link here. Please do NOT copy/paste the contents of the log files in this thread.
    Thanks,
    Hussein

  • Oracle R Enterprise installation ERROR: cannot copy dll file

    This is bit strange, I posted this message in 2 forums but surprisingly can't find it anymore!! Anyways, I would appreciate if anyone can help me a bit on this issue:
    I am having trouble installing ORE 1.3 on my windows 7 (home premium, personal notebook) 64 bit. I strictly followed the installation note and made sure all the path variables are defined properly. My R version is 2.15.1. My Windows user is a member of ora_dba group as can be seen below.
    C:\Users\sourabh>net localgroup ora_dba
    Alias name        ora_dba
    Comment         Oracle DBA Group
    Members
    NT AUTHORITY\SYSTEM
    sourabh
    The command completed successfully.Now when I try to install.bat (bare with me as I try to include the whole path as I believe there may be the problem. Note that my oracle and R installation is in H:\ drive, not in C:\. Can that be an issue about some windows permission? I off-course tried many ways, gave the user full permission, but no luck.)
    C:Users\sourabh>H:\ORACLE\OracleREnterprise\ORE\ore-server-win-x86_64-1.3\server\install.bat
    Oracle R Enterprise 1.3 Server Installation.
    Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
    Checking R ...................................
    Pass
    Checking R libraries ........................
    Pass
    Checking ORACLE_HOME ...............
    Pass
    Checking ORACLE_SID ..................
    Pass
    Checking sqlplus ...........................
    Pass
    Checking ORE ..............................
    Pass
    Current configuration
      R_HOME            = H:\ORACLE\OracleREnterprise\R\R-2.15.1
      R_LIBS_USER     = H:\ORACLE\Oracle11g\product\11.2.0\dbhome\R\library
      ORACLE_HOME  =  H:\ORACLE\Oracle11g\product\11.2.0\dbhome
      ORACLE_SID      = SINHA
    Do you wish to install ORE? [yes]
    Choosomg RQSIS tablespace
    PERMANENT tablespace to use for RQSYS [SYSAUX]:
      Using default SYSAUX
    TEMPORARY tablespace to use for RQSYS [TEMP]:
      Using default TEMP
      Tablespace summary
      PERMANENT tablespace = SYSAUX
      TEMPORARY tablespace = TEMP
    Installing libraries ..............
    Fail
      ERROR: cannot copy "rqe.dll" to "H:\ORACLE\Oracle11g\product\11.2.0\dbhome\bin"
    C:Users\sourabh>Now here is the default group/user and permissions structures for C:\ and H:\ installation directories on my computer:
    C:\program files :
            Group or user names                                    Permissions
            CREATOR OWNER                                          Special Permissions
            SYSTEM                                                 FULL control
            Administrators (Win7\administrators)                   FULL control               
            Users (Win7\Users)                                     Read & execute, List folder contents, Read
            TrustedInstaller                                       List folder contents, Special Permissions
    H:\%ORACLE_HOME% :
            Group or user names                                    Permissions
            Authenticated Users                                    Special Permissions
            SYSTEM                                                 FULL control
            Administrators (Win7\administrators)                   FULL control                Now noticed that there is no user called sourabh (Win7\Users) or Users (Win7\Users) on H:\, so I created and gave them "Full control" permission before running install script, but still no luck.... Any help please?
    Thanks,
    Sourabh

    Hi all,
    I have finally solved the problem, it seems somehow on my windows home premium I can't run the install script (on H:\ ) from the command line. I manually ran the batch script by double clicking on it, it ran fine and I was finally able to install ORE (server + supported + client) on my laptop. Now the connection -- followed through the manual, created user and granted all the roles. Now that I want to test the connection, I open R console and below are the input and output error message though it seems I can connect to the database:
    R>
    R> library(ORE)
    Loading required package: OREbase
    Attaching package: ‘OREbase’
    The following object(s) are masked from ‘package:base’:
        cbind, data.frame, eval, interaction, order, paste, pmax, pmin, rbind, table
    Loading required package: OREstats
    Loading required package: MASS
    Loading required package: OREgraphics
    Loading required package: OREeda
    Loading required package: OREdm
    Loading required package: lattice
    Loading required package: OREpredict
    Loading required package: ORExml
    R>
    R>
    R>
    R> ore.connect(user = 'scott', sid = 'sinha', host = 'win7', password = 'tiger', port = 1521, all = T)
    Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch,  :
      ORA-06520: PL/SQL: Error loading external library
    ORA-06522: Unable to load DLL
    ORA-06512: at "RQSYS.RQEVALIMPL", line 17
    ORA-06512: at "RQSYS.RQEVALIMPL", line 14
    ORA-06512: at line 4
    R>
    R>
    R> ore.is.connected()
    [1] TRUE
    R> I get the exact same error when I try to use even the ORE user "rquser". Any suggestion how to resolve this error?
    Thanks,
    Sourabh

  • Oracle forms --11g installation error

    Hi All,
    Configuration:
    Oracle Database: 10.2.0.5
    Oracle forms to be installed Version: 11.1.2.0.0
    OS version: Windows 7, 64 Bit
    JDK version:
    java version "1.7.0_03"
    Java(TM) SE Runtime Environment (build 1.7.0_03-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 22.1-b02, mixed mode)
    I was installing oracle forms and encountered below error in "Installation Location" Phase:
    1) INST-07407: Unable to detect machine platform or JVM bits
    2) INST-07248: Specified Web logic home is not a valid Location
    3) INST-07282: Specified Middleware home location does not exists
    Appreciate Help.
    Regards,
    SK

    Hi SK
    This error is related to the wrong version of JDK u r using & the sequence u apply to install the Forms, Reports and Discoverer 11.1.1.2.0
    java version "1.7.0_03" is not supported always it's not smart to always used the latest version of a software each has a compatable version related to each other.
    pls  uninstalled java version "1.7.0_03" (reason : for the wrong version used) & Oracle WebLogic Server 10.3.2(reason : for the wrong sequence used in installation)
    Then installed the following jdk (a support version!)as a first step:
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
    2.*re-installed Oracle WebLogic Server 10.3.2*
    3. Finally, installed Oracle Portal, Forms, Reports and Discoverer 11.1.1.2.0
    Pls read the following... Tips and Tricks
    you may also need to read Quick Tips for Installing Forms 11g R2...
    For more information ,if you have access to MyOracleSupport, you should access ...
    note:854117.1 which shows the steps with nice clear screenshots.
    If you want to see a video of the install steps then check out ...
    note:1088873.1
    To configure SSO with 11g you should go to
    note:852352.1
    and for maintenance information go to
    note:1073776.1
    Hope this helps...
    Regards,
    Amatu Allah

  • Oracle 9.2 installation error message on window XP:

    Hi all;
    I am new to oracle and try to install oracle 9.2 on window XP professional. Everything went well except the error message:
    Tehre is no non empty value found for variable j_Servport in \oracle\ora92\Apache\Apache\ports.ini
    Here is the content of my ports.ini file ================================================
    [Ports]
    s_apachePort = 80
    s_apachePortSSL = 443
    [Ports]
    s_apachePort = 80
    s_apachePortSSL = 443
    [Ports]
    s_apachePort = 80
    s_apachePortSSL = 443
    s_jservPort = 8007
    [Ports]
    s_apachePort = 80
    s_apachePortSSL = 443
    s_jservPort = 8007
    ======================================
    After the installation completed I was able to connect to my sql*plus and do some excersice. However, I connect to isqlplus (web access). I did follow the rule to connect to http://localhost:7778/isqlplus but the page didn't work.
    Any suggestion?
    Thanks.
    Leah

    The error message was:
    Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf
    FastCgiServer: redefinition of a previously defined FastCGI server
    c:/oracle/ora92/bin/isqlplus
    Here is my isqlplus.conf content
    ======================================================
    # Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved.
    # NAME
    # isqlplus.conf
    # PURPOSE
    # Oracle HTTP Server directives for the iSQL*Plus server
    # USAGE
    # This file should be included in the Oracle HTTP Server
    # "oracle_apache.conf" file.
    # Enable handling of all virtual paths beginning with "/iplus/"
    # Note: only /iplus/ is mapped, /iplus is not being mapped
    <IfModule mod_alias.c>
    Alias /iplus/ "C:\oracle\ora92\sqlplus\admin\iplus/"
    # Disallow users from trying to access /iplus/ directory listing
    <Directory "C:\oracle\ora92\sqlplus\admin\iplus">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Maps all virtual paths beginning with "/isqlplus*" to the iSQL*Plus
    # FastCGI application
    <IfModule mod_alias.c>
    ScriptAliasMatch ^/isqlplus(.*) C:\oracle\ora92\bin\isqlplus
    ScriptAliasMatch ^/isqlplusdba(.*) C:\oracle\ora92\bin\isqlplus
    <Directory "C:\oracle\ora92\bin">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Enable handling of all virtual paths beginning with "/isqlplus"
    <Location /isqlplus>
    SetHandler fastcgi-script
    Order deny,allow
    # Comment "Allow ..." and uncomment the four lines "AuthType ..."
    # to "Require ..." if Oracle HTTP authentication access is required
    # for the http://.../isqlplus URL
    Allow from all
    #AuthType Basic
    #AuthName 'iSQL*Plus'
    #AuthUserFile C:\oracle\ora92\sqlplus\admin\iplus.pw
    #Require valid-user
    </Location>
    # Enable handling of all virtual paths beginning with "/isqlplusdba".
    # Note: Oracle HTTP authentication access must be configured to
    # prevent unauthorized users performing DBA operations on
    # the database
    # Use the HTTP server utility script "htpasswd" to add users to the
    # "iplusdba.pw" file.
    <Location /isqlplusdba>
    SetHandler fastcgi-script
    Order deny,allow
    AuthType Basic
    AuthName 'iSQL*Plus DBA'
    AuthUserFile C:\oracle\ora92\sqlplus\admin\iplusdba.pw
    Require valid-user
    </Location>
    # Setup the iSQL*Plus FastCGI application.
    <IfModule mod_fastcgi.c>
    FastCgiServer C:\oracle\ora92\bin\isqlplus -port 8228 -initial-env iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
    </IfModule>
    ==============================================
    I did reinstall a few times if this would give you some hints.
    Thanks.
    Leah.

  • Oracle 11g XE - Installation Error

    I am trying to install oracle xe 11g on my Win XP. The installation goes thru well. But when we start the database it starts too. However If I want to login it wont allow.
    I tried to use connect using sys account as sysdba I get the following message:
    Connected to an idle instance.
    After some investigation I figured that there is a script that is not properly formatted in 'postDBCreation.sql". The following is the change that I found the error:
    create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora';
    This should have been like below
    create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs\spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora';
    After this change I tried to run XE.Bat file but it is throughing all kinds of SQL errors.
    Can someone tell me what is wrong with this beta version of the Oracle 11g XE installation.
    Lastly get started link also is not working too!!!
    Thanks much in advance,
    SB

    user10958841 wrote:
    I am trying to install oracle xe 11g on my Win XP. What "kind" of XP; SP? Edition? 32- or 64-bit?
    I tried to use connect using sys account as sysdba I get the following message:
    Connected to an idle instance.In that case,
    C:\Users\Test>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Beta on On Apr 27 00:01:01 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  598437888 bytes
    Fixed Size                  1385180 bytes
    Variable Size             268438820 bytes
    Database Buffers          322961408 bytes
    Redo Buffers                5652480 bytes
    Database mounted.
    Database opened.
    SQL>
    After some investigation I figured that there is a script that is not properly formatted in 'postDBCreation.sql". The following is the change that I found the error:
    create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\init.ora';That forward slash is likely not causing any problem.
    {code}
    SQL> create spfile='?\dbs/spfile_justatest_fw_slash' FROM pfile='?\config\scripts\init.ora';
    File created.
    {code}
    (sqlplus replaces ? with path of Oracle home.)
    After this change I tried to run XE.Bat file but it is throughing all kinds of SQL errors.You need to re-install.
    Lastly get started link also is not working too!!!See other threads in this forum on the similar subject (e.g. use Search Forum with keywords +get +started).
    Edited by: orafad on Apr 27, 2011 12:20 AM
    Edited by: orafad on Apr 27, 2011 12:32 AM

Maybe you are looking for

  • Black screen when trying to boot into Windows 7

    Hello everyone. Today we've encountered an issue with one of our MacBook Pros with Windows 7 installed. The computer was booted into Windows 7 (it's strictly used as a Windows machine by this particular user) and after a time of inactivity it went to

  • Why Can't I Delete PDF's in iBooks 3.0.1?

    I want to delete some PDFs on my new iPod Touch 5, but can't seem to. In iBooks, on my device, I select "Edit", then touch each of the PDFs I want to delete. There is then a checkmark on the icon of the PDFs and I select "Delete". A message pops up a

  • Transferring ebooks to smartphones and Android devices

    Several people have posted to the Forum about their ability to get ebooks to smartphones and Android devices that aren't supported by Digital Editions. SONY has at least part of an answer.  They just posted the following information: "Reader Store no

  • Ram burned msi kt333 ultra

    Hi all I flashed my k7t266 MSI board with the wrong bios yesterday, so off course i had to get a new MSI board being the kt333 ultra. Today when playing CS the machine suddently switched itself off, not being able to reboot AT ALL. 3 long beeps occur

  • HELP ANSWER ASAP PLEASE PLEASE THIS IS URGENT!

    Okay maybe not sooo urgent but sort of. Please answer ASAP. Okay here is what happened while I was on my iPad (actually my daughter's iPad) but when she asked to buy a song I said that she could. So she decided to buy "Payphone" by Adam Levine the cl