Oracle HTML DB configuration issue

I have installed Oracle 10g successfully
Now from the companion CD i am trying to install HTML DB (in a new home). During the configuration screen I insert a database service name "htmldb". Is this correct? Or there is some default value I have to insert in this field.
Then when I hit next after filling all the fields properly, I get the error as follows
"IO exception: The network Adapter could not establish a connection"
I even tried "Net Configuration Assistance" to create a database service name, but when I hit the test, it fails connecting to the database and gives an error
Thanks in advance.

1. Does the tnsnames.ora in the new ORACLE_HOME have the info about htmldb alias? If not then is it in the other ORACLE_HOME tnsnames.ora?
2. Restart the listener in the other ORACLE_HOME (lsnrctl stop; lsnrctl start) and check it reports the ORACLE_SID correctly.
3. In the new ORACLE_HOME environment run the command
export TNS_ADMIN=$OTHER_ORACLE_HOME/network/admin
4. Make sure the tnsnames pointed to has the htmldb alias
5. Try
tnsping htmldb
and see if you get a response that giuves details of the true database SID.
Let me know how you go
Greg

Similar Messages

  • Oracle Enterprise Manager Configuration Issue in 11gR2 RAC Environment

    Trying to configure OEM in 11gR2 (2-node) RAC Environemnt with following command:
    emca -config dbcontrol db -repos create -cluster
    and getting error:
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:589)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1448)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:573)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:521)
    Kindly help me out how to get out of this error. When see the log generated against this command it shows that database connective successfully established so there is no issue in listener configuration and connection.
    Regards,
    Umair

    It is not even creating the directory hostname.domainname under $ORACLE_HOME.
    Regards,
    Umair

  • Oracle forms error/configuration issue

    Hello there,
    When i run Oracle forms 9i , it returns an html page with HTML tags in it , i am expecting the GUI when i run it.Is it something with formsweb.config ?The exact error message is shown below.Any help is appreciated.
    Thanks.
    C:\Documents and Settings\user\Local Settings\Temp\s2m0.8htm
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://xxxxxx:8889/forms90/f90servlet" method="POST">
    <input type="hidden" name="form" value="C:\SCM Working Folders\005 Implementation\Development\adjust.fmx">
    <input type="hidden" name="userid" value="xxx/xxxxx@xxxx">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="array" value="YES">
    </form> </body></html>

    Yes, it happens when i run the form from the builder.
    Could you please explain how to run it from the Web form tester html?
    Thanks very much for your help.

  • Issue - Oracle Business Indicators configuration in iPhone

    Hi Everyone,
    I am having an issue with Oracle Business Indicators configuration in iPhone. I have provided the IP address and username and pwd but I am getting the below error. Do I need to make any configuration or setup at our BI servier level?
    The network operation encountered an error for the activity 'creation of an OBIEE session'.
    Underlying Error Details:
    unsupported URL
    The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
    Underlying Error Details:
    unsupported URL
    The URL that caused the error: 10.20.30.40/saw.dll?SoapImpl=nQSessionService
    Thanks in advance
    G

    You're getting the 500 Server Error because sawserver (presentation services) is crashing, as you say.
    For background info see here: http://rnm1978.wordpress.com/2009/12/09/troubleshooting-presentation-services-analytics-connectivity/
    You should check your sawserver.log file in $OracleBIData/log as this should record why sawserver is failing.
    If it doesn't you could [increase the logging level of sawserver|http://rnm1978.wordpress.com/2009/07/23/sawserver-logging-configuration-logconfig-xml/] to examine what it's doing before crashing, and or you will have to raise a support request (SR) with Oracle.

  • Oracle 11G Configuration Issue

    Hi All,
    I am in the process of installing Oracle Forms and Reports 11g[11.1.2].
    I have installed Oracle 11g, getting a issue while configuring it.
    INST – 07249 :An Unexpected error occurred during the validation of Middleware home location
    INST-07286: Specified Oracle Middleware home locationdoes not have version 10.3.5 of weblogic server.If the version is incorrect then configuring with the weblogic server will fail
    WLS 10.3.5 have been installed, and I can access the Admin console.
    I did checked for the WLS version in its registry file created on WLS installation to confirm its version number.
    I have used the same middle ware home location which I used to install the WLS.
    Please can you get me some information to overcome this issue?

    This is well explained from user's guide:
    Stopping Node Manager Before Installing Oracle Forms and Reports (Windows Only)
    If you are installing Oracle Forms and Reports on a Microsoft Windows operating system, you must make sure that the Node Manager utility that was installed with Oracle WebLogic Server is stopped before you begin the installation:
    1.     Verify the Oracle WebLogic Server Node Manager utility is stopped. If it is running, kill the process.
    2.     Determine if the nodemanager.properties file is present in the WebLogic_Home\common\nodemanager directory.
    *1.     If the nodemanager.properties file is not present, continue installing Oracle Forms and Reports.*
    *2.     If the nodemanager.properties file does exist, open it and verify that the ListenPort parameter is included and that it is set. If the ListenPort parameter is not included or set, edit the nodemanager.properties file so that it is similar to the*
    following, where NODE_MANAGER_LISTEN_PORT represents the port the Node Manager listens on, such as 5556:
    *3.     ListenPort=NODE_MANAGER_LISTEN_PORT*

  • Oracle 11g Fusion Middleware (11.1.1.3.0) Report Configuration Issue

    Oracle 11g Fusion Middleware (11.1.1.3.0) Report Configuration Issue
    =============================================
    Hi All,
    I have installed Oracle 11g Fusion Middleware (11.1.1.3.0) on Oracle Linux 5 and getting some issues while configuring. What's happening is that when I run my report, it looks for the library attached to it. If I define the REPORTS_PATH in reports.sh, it works fine.
    What I want to achieve is to push reports to use REPORTS_PATH environment variable from rwserver.conf instead of reports.sh
    Someone told me to remove the REPORTS_PATH from reports.sh and add the REPORTS_PATH from reports.sh to a default.env in rwserver.conf, but it didn't worked.
    What I know about the report server stuff in 11g Fusion Middleware is that it consists of two different servers (Standalone and In Process). Our application runs report using SRW.RUN_REPORT which basically use In Process report server setting in rwserver.conf to run the report.
    The heirarchy in which reports try to look for the REPORTS_PATH is
    1) REPORTS.sh
    2) rwserver.conf
    3) Settings as per Oracle Enterprise Manager Configuration Settings.
    My standalone report server name is ReportsServer_hostname_asinst_F and the In Process Server name is rep_wls_reports_hostname_asinst_frd. When I define rep_wls_reports_hostname_asinst_frd (In process Report Server Name) for the server name parameter, I do not get any results for the report run using srw.run_report. Also I can't see the reason behind the report executed because of the following issue
    http://hostname:8888/reports/rwservlet/showjobs?server=rep_wls_reports_hostname_asinst_frd
    REP-51019: System user authentication is missing.
    ** the Singlesignon in rwservlet.properties is defined as no
    But when I define ReportsServer_hostname_asinst_F (Standalone Report Server Name) as server parameter and ran the report using srw.run_report, I get result with the REPORTS_PATH defined in reports.sh not using rwserver.conf file.
    http://hostname:8888/reports/rwservlet/showjobs?server=ReportsServer_hostname_asinst_F
    (which shows the report just run).
    Can someone who did Report Server configuration using ENV files (changing rwserver.conf), pls. send me the screenshots. Want to make sure if I am changing the correct files under correct location.
    Pls. feel free to ask me questions related to the environment set up.
    Thanks

    Your question belongs in {forum:id=84}
    John

  • OC4J Configuration issue Oracle 11g R2 Windows XP and Windows 7

    Hallo!I have installed Oracle Database 11.2.0.1.0 on both Windows XP and Windows 7 on 2 different machines.
    Before installing on both OSs,I had installed Microsoft Loopback Adapter and had set hostname as JOEY-PC and IP address 192.168.0.X.Once the installations were complete and I restarted the machines,I could not start OEM and the error below appears
    C:\Documents and Settings\JOEY>emctl start dbconsole
    OC4J Configuration issue. C:\app\JOEY\product\11.2.0\dbhome_1/oc4j/j2ee/OC4J_DBConsole_JOEY-PC_orcl not found.
    When I went to the C:\app\JOEY\product\11.2.0\dbhome_1\oc4j\j2ee directory,I found the folder OC4J_DBConsole_localhost_orcl instead of OC4J_DBConsole_JOEY-PC_orcl.
    I assumed that by using Microsoft Loopback Adapter,I would avoid the error above and that the OC4J_DBConsole folder would permanently remain as OC4J_DBConsole_JOEY-PC_orcl instead of OC4J_DBConsole_localhost_orcl.
    Why is this folder changing its name and how can I resolve this issue?
    Thanks.

    Pl post the contents of the file C:\WINDOWS\System32\drivers\etc\hosts on both servers
    What steps did you take to set the hostname to JOEY-PC ?
    Srini

  • Another ODBC configuration issue?

    Hello all,
    I am trying to setup an ODBC datasouce based on Oracle XE databases.
    What I have done until now:
    1. Install Oracle XE 11G
    2. Install Oracle Client (http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html)
    When I go in the ODBC administrator, I can only see a MS SQL server driver. No Oracle driver at all.
    I assume there are manual configurations to be done to get the Oracle driver in the ODBC administrator, but I do not know how to process.
    Could someone please help me?
    Thank you very much.
    Michel

    Pl do not post duplicates - Another ODBC configuration issue?

  • Oracle Client 11gR2 installation issue on RHEL v5.4 64-bit

    Hi,
    I am trying to install Oracle Client software 11gR2 on RHEL v5.4 64-bit. I have resolved all the libraries dependency as well as Kernel changes as suggested by the installer. The error in the log file is as attached. At present I have "skipped" this error and proceeded with installation.
    While installing the client, the installer fails while configuring the Net CA with error:
    INFO: Done parsing command line arguments.
    INFO: Oracle Net Services Configuration:
    INFO: #
    INFO: # An unexpected error has been detected by HotSpot Virtual Machine:
    INFO: #
    INFO: # SIGSEGV (0xb) at pc=0xe5e97498, pid=27377, tid=4160075984
    INFO: #
    INFO: # Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
    INFO: # Problematic frame:
    INFO: # C [libnnz11.so+0x3c498]
    INFO: #
    INFO: # An error report file with more information is saved as hs_err_pid27377.log
    INFO: #
    INFO: # If you would like to submit a bug report, please visit:
    INFO: # http://java.sun.com/webapps/bugreport/crash.jsp
    INFO: #
    WARNING: /home/oracle/app/oracle/product/11.2.0/client_1/bin/netca: line 178: 27377 Aborted $JRE $JRE_OPTIONS -classpath $CLASSPATH oracle.ne
    t.ca.NetCA $*
    WARNING:
    INFO:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    INFO: Oracle Net Configuration Assistant failed.
    INFO: Oracle Net Configuration Assistant failed.
    Also when I invoke the SQL Client; sqlplus user@db and enter the password, the sqlplus exits without any error and returns to the terminal console. Please note earlier I has getting a SELinux violation and have changed it to "permissive" mode
    Please let me know how to resolve NetCA installation and the sqplus issue.
    Thanks & regards,
    Vinay

    Hi,
    Thet NetCA error occurs during installation and I believe the installer should take care of the ORACLE_HOME variable setting.
    But before invoking sqlplus I have set the ORACLE_HOME and LD_LIBRARY_PATH setting in the .bash_profile as mentioned in the installation guide. The snippet of the profile file is:
    export ORACLE_HOME=~/app/oracle/product/11.2.0/client_1
    export JAVA_HOME=$ORACLE_HOME/jdk
    export PATH=$ORACLE_HOME/bin:$JAVA_HOME/bin:$PATH;
    export LD_LIBRARY_PATH=$ORACLE_HOME:$LD_LIBRARY_PATH
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export TWO_TASK=mmcoedb
    I am able to tnsping to the server/service name too but when I try to login using the user/password using sqlplus, it simply exits without any error.
    Please let me know how to resolve the error.
    Best regards,
    Vinay

  • OBI EE 11.1.1.7.0 configuration issues (fail at Weblogic domain startup)

    Hi,
    I am installing OBI EE 11.1.1.7.0 on Windows 7 64-bit. Followed below steps:-
    1. Install WLS 10.3.6 - Success
    2. Create RCU for OBI - Success
    3. Install OBI with "Software only Install" - Success
    4. Run "config.bat" to configure OBI - Fail
    The configuration fails at Step-1 , when setting domain for WLS. Would appreciate if someone can help me out here.
    Below is the content in log file from where it started to fail - *"install2013-05-31_11-44-29PM.log"*
    [2013-05-31T23:46:52.808+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Domain port set to: 7001
    [2013-05-31T23:46:53.938+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Assigning Port: 9556 to: NODE_MANAGER_PORT
    [2013-05-31T23:46:53.938+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Starting initial node manager configuration...
    [2013-05-31T23:46:53.938+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Found listening port from node manager properties: null
    [2013-05-31T23:46:53.938+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Unable to reuse node manager - port is null
    [2013-05-31T23:46:53.948+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] No reusable node manager found.
    [2013-05-31T23:46:53.948+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Completed initial node manager configuration.
    [2013-05-31T23:46:53.948+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Assigning Port: 9556 to: NODE_MANAGER_PORT
    [2013-05-31T23:46:53.948+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Nodemanager port set to: 9556
    [2013-05-31T23:46:57.793+05:30] [as] [WARNING] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] CSF Entries will not be parsed since the AdminServer is unreachable
    [2013-05-31T23:46:57.827+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Executing a Jaxb workflow ...
    [2013-05-31T23:46:57.828+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Begining Oracle Fusion Middleware Configuration ...
    [2013-05-31T23:46:57.829+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] Begining Oracle Fusion Middleware Configuration ...
    [2013-05-31T23:46:57.851+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] ENTRY ASDomain.createDomain
    [2013-05-31T23:46:57.852+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] ENTRY ASDomain.createDomain
    [2013-05-31T23:46:57.853+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: ENTRY........
    [2013-05-31T23:46:57.853+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: eventStatus........oracle.as.provisioning.engine.ConfigEventStatus@6274bff8
    [2013-05-31T23:46:57.853+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: 2........
    [2013-05-31T23:46:57.854+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: Set the Extion Id to START........
    [2013-05-31T23:46:57.854+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: Did the assignment...
    [2013-05-31T23:46:57.854+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: EXIT........
    [2013-05-31T23:47:24.094+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] RETURN: createDomain
    [2013-05-31T23:47:24.110+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] RETURN: createDomain
    [2013-05-31T23:47:24.110+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] ENTRY ASDomain.startDomain
    [2013-05-31T23:47:24.110+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: ENTRY........
    [2013-05-31T23:47:24.110+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: eventStatus........oracle.as.provisioning.engine.ConfigEventStatus@37d9ddba
    [2013-05-31T23:47:24.110+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: 2........
    [2013-05-31T23:47:24.110+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: Set the Extion Id to START........
    [2013-05-31T23:47:24.110+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: Did the assignment...
    [2013-05-31T23:47:24.110+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] reportStartConfigAction: EXIT........
    [2013-06-01T01:28:05.244+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0]
    [2013-06-01T01:28:05.244+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3043)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    [2013-06-01T01:28:05.244+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 15] [ecid: 0000Jvvna8r2RPzLK2h8ie1HeEYP000006,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)Log file -> *"install2013-05-31_11-44-29PM.out"*
    CLASSPATH=D:\BI_Home\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_1\lib\tools.jar;D:\BI_Home\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\BI_Home\WLSERV~1.3\server\lib\weblogic.jar;D:\BI_Home\modules\features\weblogic.server.modules_10.3.6.0.jar;D:\BI_Home\WLSERV~1.3\server\lib\webservices.jar;D:\BI_Home\modules\ORGAPA~1.1/lib/ant-all.jar;D:\BI_Home\modules\NETSFA~1.0_1/lib/ant-contrib.jar;.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip;D:\BI_Home\utils\config\10.3\config-launch.jar;D:\BI_Home\WLSERV~1.3\common\derby\lib\derbynet.jar;D:\BI_Home\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\BI_Home\WLSERV~1.3\common\derby\lib\derbytools.jar;;
    Initializing WebLogic Scripting Tool (WLST) ...
    Jython scans all the jar files it can find at first startup. Depending on the system, this process may take a few minutes to complete, and WLST may not return a prompt right away.
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
      Creating a new AdminServer Object ...
      AdminServer port is 7001
      Starting the domain ...
      LOADING DLL : D:\BI_Home\Oracle_BI1\install\config\\StartUtil64.dll
        DEBUG : Loading DLL : D:\BI_Home\Oracle_BI1\install\config\\StartUtil64.dll
        DEBUG : Loaded DLL : D:\BI_Home\Oracle_BI1\install\config\\StartUtil64.dll
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3180)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3043)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
         ... 19 moreThanks in advance.

    Friend, Even i am installating 11.1.1.7 in my Windows 7 (64 Bit)
    At very 1st stage i got error..because i directly tried to install RCU by clicking on the rcu.bat , so 1st i have to install Weblogic server after seeing your steps...
    Although there are many sites to help us installing OBI 11.1.1.7, i am currently following this http://satyaobieesolutions.blogspot.com.au/2013/05/obiee-111170-simplesoftware-installation.html which explained very well in detail....!!!!!!!
    You might have missed at any step onthis..check once
    Please mark if this is helpful...!!!!!!!!!!!
    Edited by: KBabu on Jun 3, 2013 12:31 AM

  • Oracle Calendar Server Configuration Assistant fails with Red Hat ES 4

    I am trying to install Oracle Collaboration Suite 10.1.2 on a Red Hat ES 4 server platform.
    I have installed with the Advanced Installation Option. The infra installation proceeds well then when i try to install the ocs application tier (different Oracle Home) the Calendar Server Configuration Assistant fail.
    Output :
    ================================================================================================================
    Output generated from configuration assistant "Calendar Server Configuration Assistant" (attempt 1):
    Time zone selected: EBST3EBDT.Warning: Existing node(s) found in unison.ini. Using node 1 for configuration tasks.
    Current State for Instance:ocsapp.lf-ocs1.lima_e_falcao.inet
    Component Type Up Status In Sync Status
    ================================================================================
    1 HTTP_Server HTTP_Server Up True
    2 OC4J_Content OC4J Up True
    3 OC4J_Mail OC4J Up True
    4 OC4J_OCSADMIN OC4J Up True
    5 OC4J_OCSClient OC4J Up True
    6 OC4J_Portal OC4J Up True
    7 OC4J_RM OC4J Down True(Disabled)
    8 OC4J_Wireless OC4J Up True
    9 OC4J_imeeting OC4J Up True
    10 Service_Component_Cont OC4J Up True
    11 home OC4J Up True
    Warning: more than one process-type Element in the snippet. only the 1st one is appended
    Error: can not append, there is a same named process type element in the exisitng ias-instance.ias-component
    Error: Could not configure OPMN module information.
    java.io.IOException: /u01/oracle/product/10.1.2/ocs_2/jdk/bin/java returned 1
         at oracle.calendar.server.configuration.OCalConfig.runExternalProgram(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.runExternalProgram(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.configureOPMN(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.run(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.main(Unknown Source)
    3 [main] ERROR emSDK.config - oracle.sysman.emSDK.conf.TargetAdditionException: Target[oracle_calendar_ocal,ocsapp.lf-ocs1.lima_e_falcao.inet_Calendar Server] already present in /u01/oracle/product/10.1.2/ocs_2/sysman/emd/targets.xml
    oracle.sysman.emSDK.conf.TargetAdditionException: Target[oracle_calendar_ocal,ocsapp.lf-ocs1.lima_e_falcao.inet_Calendar Server] already present in /u01/oracle/product/10.1.2/ocs_2/sysman/emd/targets.xml
         at oracle.sysman.emSDK.conf.TargetInstaller.addTargetInt(TargetInstaller.java:1148)
         at oracle.sysman.emSDK.conf.TargetInstaller.addTargetFromFile(TargetInstaller.java:1075)
         at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3669)
    Target[oracle_calendar_ocal,ocsapp.lf-ocs1.lima_e_falcao.inet_Calendar Server] already present in /u01/oracle/product/10.1.2/ocs_2/sysman/emd/targets.xml
    Warning: ocad.conf already included in /u01/oracle/product/10.1.2/ocs_2/Apache/Apache/conf/oracle_apache.conf.
    Error: java.io.IOException: /u01/oracle/product/10.1.2/ocs_2/jdk/bin/java returned 1: Registration of ocal_targets.xml into targets.xml failed.unistart: Oracle Calendar Server 10.1.2.0.0
    unistart: Copyright (c) 1993, 2005, Oracle.
    unistart: All rights reserved.
    unistart:
    unistart: opmnctl: opmn is already running
    unistart: opmnctl: starting opmn managed processes...
    unistart: The Calendar Server started successfully.
    Orclguest account has already been provisioned for Calendar.
    Fatal Exception caught : java.lang.NullPointerExceptionopmnctl: stopping opmn managed processes...
    Configuration assistant "Calendar Server Configuration Assistant" failed
    ================================================================================================================
    Someone can help me?
    Thanks a lot.

    is it a reinstallation or a first one on a bare server ? if there were several attempts please be sure you cleaned evrything before launching the installation :
    - product directory
    - /etc/ora*
    - database
    - oraInventory
    - /tmp (I had a similar issue with remaining files in /tmp, even after rebooting)
    If it doesn't work, check that you don't hit the NO-EXCUTE problem (see the OCS 10.1.2 release notes, look for "noexec")

  • INS-20802 Oracle Private Interconnect Configuration Assistant failed

    Thought I would post what information I've gathered, after facing this error during install of RAC Grid Infrastructure 11.2.0.1 on Red Hat Enterprise Linux Server release 5.5 64-bit, as Oracle Support is once again unable to help. Maybe this will save someone else some time and the aggravation of dealing with lousy Oracle Support.
    The error occurs after root.sh has successfully completed on all nodes. Oracle Net Configuration Assistant runs successfully, then Oracle Private Interconnect Configuration Assistant launches and subsequently fails with the following.
    [INS-20802] Oracle Private Interconnect Configuration Assistant failed.
    /u01/app/oraInventory/logs/installActions2010-12-13_01-26-10PM.log
    INFO: Starting 'Oracle Private Interconnect Configuration Assistant'
    INFO: Starting 'Oracle Private Interconnect Configuration Assistant'
    INFO: PRIF-26: Error in update the profiles in the cluster
    INFO:
    WARNING:
    INFO: Completed Plugin named: Oracle Private Interconnect Configuration Assistant
    INFO: Oracle Private Interconnect Configuration Assistant failed.
    INFO: Oracle Private Interconnect Configuration Assistant failed.
    I was able to find another error that coincides with the PRIF-26 error: "CRS-2324:Error(s) occurred while trying to push GPnP profile. State may be inconsistent."
    I was also able to duplicate the PRIF-26 error by trying to add a non-existent network interface via oifcfg:
    ./oifcfg setif -global jjj1/192.167.1.0:cluster_interconnect
    PRIF-26: Error in update the profiles in the cluster
    My best guess is the Oracle Private Interconnect Configuration Assistant makes a call to oifcfg. When oifcfg makes an update or adds a public/private interface, some XML files are also updated or maybe cross-referenced. These files are located here: <grid_home>/gpnp/<host>/profiles/peer
    Any updates/changes/addtions to the private or public interfaces include changes for the Grid Plug-n-Play component, which uses the XML files. If the interface name is not contained in the XML files, my best guess is that triggers the "CRS-2324:Error(s) occurred while trying to push GPnP profile. State may be inconsistent.
    I verified everything was configured correctly; the cluster verification utility reported everything was ok. I also ran the cluster verifcation utility against the GP-nP:
    ./cluvfy comp gpnp -verbose
    I also reviewed the public and private interfaces via oifcfg and they are correct:
    [oracle@ryoradb1 bin]$ ./oifcfg getif -global
    eth0 10.10.2.0 global public
    eth1 192.167.1.0 global cluster_interconnect
    [oracle@ryoradb1 bin]$ ./oifcfg iflist -p
    eth0 10.10.2.0 PRIVATE
    eth1 192.167.1.0 UNKNOWN
    My conclusion is the environment is configured correctly, in spite of the error generated by the Oracle Private Configuration Assistant.

    I understand that you have installed 11.2.0.1 not 11.2.0.2 because multicating must be enabled if you have installed 11.2.0.2 and you may face these sort of problems because cluster nodes would not be able to communicate with each other.
    Please check ocssd.log especially on the first node because this file will give more inforamtion as to why first node is not able to push GPnP file. As you have executed cluvfy to confirm the GPnP but to confirm whether GPnP profile is accurate to just narrow down the problem, I would suggest you to try to start cluster in exclusive mode so that you can sure that GPnP profile is good.
    Shutdown CRS on all nodes, if there is any hung processes then kill them before executing the fllowing command to start cluster in exclusive mode.
    $GRID_HOME/bin/crsctl start crs -excl
    If you are able to start cluster in exclusive then it is sure that GPnP is correct and then next step would be to verify the private network.
    See how you goes.
    FYI, I was recently analyzing the same sort of problems where cluster was not able to access GPnP profile and finally I found issues on my private network. Customer had enabled IGMP snooping, which was avoiding multicast communication over the private network but it was 11.2.0.2, which is not the case here.
    Harish Kumar
    http://www.oraxperts.com

  • Security problem in oracle 9i Database Configuration Assistant

    Inside the tool Oracle 9i Database Configuration Assistant there is an option by which you can make a "copy" of your Database. This "copy" is called a template and you don4t need any password or aunthentication to do it, you just need the tool to be installed in your server. Once you have a template, you can bring it anywhere and recreate the original database (including data). Again, you don't need any password or aunthentication to do it, further more, in the last step of this process you can change the password of any user (inluding SYS, SYSTEM or another DBA user). The thing about this is that anyone with access to the computer where the database is can make a template of it, take this template to another computer and recreate my database having FULL access to it (structure, data, code ...). And everything without needing any password!!!. I really thing that it is a big problem. Is there any way of preventing this operation?. How can I safely protect my database?. I thought about unistalling the product, but someone can re-install it and everything would be the same. Can someone give me an answer?
    Thanks for everything.
    Pablo Cuenca

    You must protect your database from casual browsing at the OS level. This is not a security hole, per se, since this is a known issue with any and all software. Database Configuration Assistant is not needed for this since one may copy the database without it.

  • Oracle 11g clusterware installation issue.

    In our test lab, we are facing the following issue.Kindly help us to resolve this issue.
    Environment Details
    O/S : Oracle Enterprise Linux
    Database: Oracle 11g
    Clusterware: Oracle 11g
    The nodes are created using vmware.
    All the pre installation checks using clufvy utility are successful.
    During Installation of clusterware software, we need to run root.sh at the end on all the nodes. We have 2 node cluster. Root.sh runs successfully on node 1, but fails on node 2.
    Root.sh on node 2 details are given below
    # ./root.sh
    WARNING: directory '/u01/app/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/u01/app/oracle/product/11.1.0' is not owned by root
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 11G Release 1.
    assigning default hostname tsa1-fdfolio for node 1.
    assigning default hostname tsa2-fdfolio for node 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: tsa1-fdfolio tsa1-fdfolio-priv tsa1-fdfolio
    node 2: tsa2-fdfolio tsa2-fdfolio-priv tsa2-fdfolio
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10

    The trace files which **might** contain some useful error messages are :
    a) The latest trace files under $CRS_Home/log/hostname/client directory
    b) The OS Messages file ( /var/log/messages )
    This information can then be used to google similar issues ..
    Paste those messages here and I'll see if it rings a bell ..
    Vishwa

  • EM Configuration issue.

    I have installed grid agent on different server. When i ran emctl status agent i am getting below error.
    EM Configuration issue. /u01/app/oracle/product/10g/hostname.com_ORCL.
    OS is AIX
    Thanks in advance...

    I am in AGENT_HOME.You are under Agent installation that's one thing. You also need to make sure your environment variable ORACLE_HOME point to AGENT_HOME not the database installation.

Maybe you are looking for

  • One bill and customer service complaint

    March of last year I purchased 2 cell phones from Verizon and the wireless store manager told me that I would be entitled to $15 discount per month to which he had also sent me several emails confirming this so after several phone calls I was eventua

  • Optical Audio not working on 2006 Mac Pro 1,1 after 10.6.7 update

    Hi all, I have no digital audio output on my 2006 Mac Pro after I updated to 10.6.7. System Preferences recognizes the output but their is nothing coming out. The digital audio port goes from steady red at startup to dark, indicating that it is not r

  • How to search Youtube with cyrillic characters?

    Before the last update of Apple TV, we were able to use our iPod with the Remote application and search for Russian programs with Cyrillic characters from the Cyrillic keyboard on the iPod. Now when we try, every time we enter a Cyrillic character we

  • Variable Values mysteriously changed within my task workflow

    What can cause the values of my variables to read as displayed? These are not the values I assigned. Workflow was working great until customer noticed they could not create new tasks So I opened workflow and this what I discover. Any ideas how why th

  • Photoshop Elements 8 for Mac is frozen?

    A month ago I purchased a MacBook Pro and also Photoshop Elements 8 for the Mac. Was creating albums in iPhoto and editing in Photoshop with no problem. Today, Photoshop stopped working. It will launch only if I reboot, but it won't open any images.