Issue While starting the Oracle Database

Dear All,
I am getting the below error while starting the database:
We are using VMware and the database version is 11.2.0.3
$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Thu Oct 24 10:21:10 2013
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to an idle instance.
SQL> startup nomount
ORA-10997: another startup/shutdown operation of this instance inprogress
ORA-09969: unable to close or remove lock file
Linux-x86_64 Error: 30: Read-only file system
ORA-09925: Unable to create audit trail file
Linux-x86_64 Error: 30: Read-only file system
Additional information: 9925
SQL>
Please let me know how to go forward ?..
Is this issue related to Oracle or OS VMware ?..
Regards,
Mahesh

Mode of  file system on your OS has changed to read-only.
ORA-09969: unable to close or remove lock file
Linux-x86_64 Error: 30: Read-only file system
The above error can be because of your partition where lock file for instance is kept is changed into read only mode.
You can do the following.
1. Check if on the instance shutdown operation is pending .
2. Check which mount points are changed to read only mode.
3. As you system admin to Remount the same in read write mode or you can try this cmd as root user (mount -o remount,rw <device driver> <partition name>. Eg:- mount -o remount,rw /dev/sdb5 /oracle).
4 .Let the database to get shutdown
5. after this startup again

Similar Messages

  • Error while starting the Oracle BI Server

    Hi ,
    I am getting the services.msc error while starting the Oracle BI Server as -
    Error handling the control request.
    Please help me out ..
    Thanks and Regards ,

    It is actually Windows services error that I am facing ....
    while starting the BI server after making any changes to NQS config file ..
    Could not start the Oracle BI Server service on Local Computer
    Error 1064: An exception occured in the service when handling the control request
    Message was edited by:
    user460211
    Message was edited by:
    user460211

  • Not able to start the oracle database with ASM

    HI all,
    WE are using oracle10.2.0.1 on OEL5.
    I have mounted ASM but when i try to start the oracle database, it is asking "db is already started shut it down first"
    [root@localhost ~]# /etc/init.d/oracleasm listdisks
    VOL1
    VOL2
    [root@localhost ~]#
    [root@localhost ~]# su - oracle
    -bash-3.2$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:12:06 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> shutdown
    ORA-01012: not logged on
    SQL> startp mount
    SP2-0734: unknown command beginning "startp mou..." - rest of line ignored.
    SQL> conn / as sysdba
    Connected.
    SQL> shutdown
    ASM diskgroups dismounted
    ASM instance shutdown
    SQL> startup mount
    ASM instance started
    Total System Global Area  130023424 bytes
    Fixed Size                  2019032 bytes
    Variable Size             102838568 bytes
    ASM Cache                  25165824 bytes
    ASM diskgroups mounted
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    -bash-3.2$ export ORACLE_SID=dbtest
    -bash-3.2$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:13:30 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> exit
    -bash-3.2$ cd /u01/app/oracle/admin/dbtest/pfile/
    -bash-3.2$ ls -l
    total 8
    -rw-r----- 1 oracle oinstall 2442 May 27 23:07 init.ora.427201023913
    -rw-r--r-- 1 oracle oinstall 1406 May 31 01:44 sqlnet.log
    -bash-3.2$ pwd
    /u01/app/oracle/admin/dbtest/pfile
    -bash-3.2$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:14:00 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> exit
    -bash-3.2$ sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:14:09 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> startup pfile="/u01/app/oracle/admin/dbtest/pfile/init.ora.427201023913';
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL>
    -bash-3.2$ ps -ef|grep ora
    root      5501  5483  0 00:32 ?        00:00:00 hald-addon-storage: polling /dev/hdc
    root      6333     1  0 00:32 ?        00:00:00 /bin/su -l oracle -c sh -c 'cd /u01/app/oracle/product/10.1.0/db_1/log/localhost/cssd;  ulimit -c unlimited; exec /u01/app/oracle/product/10.1.0/db_1/bin/ocssd '
    oracle    6527  6333  0 00:33 ?        00:00:00 /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
    oracle    6849     1  0 00:49 ?        00:00:00 /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr LISTENER -inherit
    root      7637  7617  0 01:53 pts/2    00:00:00 su - oracle
    oracle    7638  7637  0 01:53 pts/2    00:00:00 -bash
    root      7751  6763  0 02:11 pts/1    00:00:00 su - oracle
    oracle    7752  7751  0 02:11 pts/1    00:00:00 -bash
    oracle    7773     1  0 02:12 ?        00:00:00 oracledbtest (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    oracle    7777     1  0 02:13 ?        00:00:00 asm_pmon_dbtest
    oracle    7779     1  0 02:13 ?        00:00:00 asm_psp0_dbtest
    oracle    7781     1  0 02:13 ?        00:00:00 asm_mman_dbtest
    oracle    7783     1  0 02:13 ?        00:00:00 asm_dbw0_dbtest
    oracle    7785     1  0 02:13 ?        00:00:00 asm_lgwr_dbtest
    oracle    7787     1  0 02:13 ?        00:00:00 asm_ckpt_dbtest
    oracle    7789     1  0 02:13 ?        00:00:00 asm_smon_dbtest
    oracle    7791     1  0 02:13 ?        00:00:00 asm_rbal_dbtest
    oracle    7793     1  0 02:13 ?        00:00:00 asm_gmon_dbtest
    oracle    7805  7752  0 02:15 pts/1    00:00:00 ps -ef
    oracle    7806  7752  0 02:15 pts/1    00:00:00 grep ora
    -bash-3.2$
    {code}
    so anybody can help me how to start the oracle database....                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    -bash-3.2$ sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:26:11 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show parameter instance
    NAME                                 TYPE        VALUE
    active_instance_count                integer
    cluster_database_instances           integer     1
    instance_groups                      string
    instance_name                        string      dbtest
    instance_number                      integer     0
    instance_type                        string      asm
    open_links_per_instance              integer     4
    parallel_instance_group              string
    parallel_server_instances            integer     1
    SQL>
    -bash-3.2$ sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:26:11 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show paramete instance_name
    SP2-0158: unknown SHOW option "paramete"
    instance "local"
    SP2-0158: unknown SHOW option "_name"
    SQL> show parameter instance
    NAME                                 TYPE        VALUE
    active_instance_count                integer
    cluster_database_instances           integer     1
    instance_groups                      string
    instance_name                        string      dbtest
    instance_number                      integer     0
    instance_type                        string      asm
    open_links_per_instance              integer     4
    parallel_instance_group              string
    parallel_server_instances            integer     1
    SQL>
    -bash-3.2$ ps -ef|grep pmon
    oracle    7777     1  0 02:13 ?        00:00:00 asm_pmon_dbtest
    oracle    7851  7752  0 02:32 pts/1    00:00:00 grep pmon
    -bash-3.2$
    -bash-3.2$

  • Error 1064 while starting the Oracle BI Scheduler in Windows 7 - 32 bit

    Hi Everyone,
    When starting the OBIEE Version 10.1.3.3.3 's BI Scheduler, the following error has been retreived. ( I have installed newly and the rpd and the webcat has been placed in the corresponding folders newly. Before placing the rpd newly , when i started the Oracle BI Server , the same error has been retreived. But after replacing, its coming only for the Oracle BI Scheduler.
    Error 1064 : An exception Occurred in the service when handling the control request
    Please let me know your points to fix it in my local machine. ( The server mentioned above are installed in my local windows 7 operating system)
    Thanks,
    Madasamy M.

    Well first of all, Oracle 8 is 15 years old, so im not surprised at all it doesnt work properly on a much newer OS.
    %windir%/SYSWOW64/odbcad32.exe is for 32-bit drivers
    %windir%/system32/odbcad32.exe is for 64-bit drivers and this is the one being executed when running from control panel
    (logical, isnt it?...)
    The registry keys containing information about these are:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC
    HKEY_LOCAL_MACHINE\SOFTWARE\ODBC
    in /ODBC/ODBCINST.INI/"ODBC Drivers" key, there is a list of the drivers, while ODBC/ODBCINST.INI/<driver_name> contains the details
    for example:
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Oracle in OraDb11g_home2]
    "APILevel"="1"
    "CPTimeout"="60"
    "ConnectFunctions"="YYY"
    "Driver"="C:\\oracle\\base\\product\\db11202\\BIN\\SQORA32.DLL"
    "DriverODBCVer"="03.51"
    "FileUsage"="0"
    "Setup"="C:\\oracle\\base\\product\\db11202\\BIN\\SQORAS32.DLL"
    "SQLLevel"="1"based on this info, you can try to repair it in the registry manually as according to the error it doesnt have the correct path specified, however i would just install a newer, supported version

  • Problem while starting the oracle clusterware

    Hi,
    In my envirnoment there are two rac nodes. When both systems are shutdown state but when i start the system 1 (node1) the oracle clusterware does not start it give the error while running this command crs_stat -t crs cannot communicate.
    But when I start system 2 (node 2) the oracle clusterware starts.
    Can anyone help me out regarding this issue?
    Thank you for your cooperation.
    Regards,
    Adnan Hamdus Salam.

    Hi,
    No that is not the case. My oracle rac clusterware is perfectly working fine.
    In case 1 when both nodes are shutdown when I start node 2 the oracle clusterware starts and then I start node 1 the whole oracle rac clusterware up successfull.
    in case 2 when both nodes are shutdown when I start node 1 the oracle rac clusterware does not starts and then when I start node 2 the whole oracle rac clusterware up successfully.
    Regards,
    Adnan Hamdus Salam

  • Error while starting the oracle listner

    Hi ,
    When i am trying to starting following listners
    1.'OracleOraDb11g_home1TNSListenerall'
    2.OracleOraDb11g_home1TNSListenerORCL
    i am shown the following message
    ' The OracleOraDb11g_home1TNSListenerall service on local computer started and then stopped.Some services stop automatically when they have no work to do,for example The Performance logs and Alert service'
    and i am not able to start the service ....and hence i am not able to connect to the database . I don't know what causes this error..Can some body please help me in this....
    Thanks in advance...
    +<mod action : removed email id>+

    Hi and welcome to the forum!
    Do you have any information written in the listener.log file or Event Viewer?
    Kamran Agayev A.
    Oracle ACE
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • Issue while starting the flex application

    I have an app that has been working for over 4 months now, but it started giving me this strange error starting this morning. It doesn't even start the app. Pls let me know if you have any suggestions.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at mx.controls::AdvancedDataGridBaseEx/http://www.adobe.com/2006/flex/mx/internal::getHeaderInfo()[C:\work\flex\dmv_automation\pr ojects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:2366]
        at mx.controls::AdvancedDataGrid/http://www.adobe.com/2006/flex/mx/internal::getHeaderInfo()[C:\work\flex\dmv_automation\pr ojects\datavisualisation\src\mx\controls\AdvancedDataGrid.as:2147]
        at mx.controls::AdvancedDataGrid/getFieldSortInfo()[C:\work\flex\dmv_automation\projects\dat avisualisation\src\mx\controls\AdvancedDataGrid.as:6840]
        at mx.controls.advancedDataGridClasses::AdvancedDataGridHeaderRenderer/getFieldSortInfo()[C: \work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\advancedDataGridClass es\AdvancedDataGridHeaderRenderer.as:757]
        at mx.controls.advancedDataGridClasses::AdvancedDataGridHeaderRenderer/measure()[C:\work\fle x\dmv_automation\projects\datavisualisation\src\mx\controls\advancedDataGridClasses\Advanc edDataGridHeaderRenderer.as:481]
        at mx.core::UIComponent/measureSizes()[C:\autobuild\3.2.0\frameworks\projects\framework\src\ mx\core\UIComponent.as:5956]
        at mx.core::UIComponent/validateSize()[C:\autobuild\3.2.0\frameworks\projects\framework\src\ mx\core\UIComponent.as:5902]
        at mx.managers::LayoutManager/validateClient()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\managers\LayoutManager.as:837]
        at mx.controls::AdvancedDataGridBaseEx/calculateHeaderHeight()[C:\work\flex\dmv_automation\p rojects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:2249]
        at mx.controls::AdvancedDataGrid/calculateHeaderHeight()[C:\work\flex\dmv_automation\project s\datavisualisation\src\mx\controls\AdvancedDataGrid.as:3141]
        at mx.controls::AdvancedDataGridBaseEx/makeRowsAndColumns()[C:\work\flex\dmv_automation\proj ects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:1915]
        at mx.controls::AdvancedDataGrid/makeRowsAndColumns()[C:\work\flex\dmv_automation\projects\d atavisualisation\src\mx\controls\AdvancedDataGrid.as:7169]
        at mx.controls.listClasses::AdvancedListBase/updateDisplayList()[C:\work\flex\dmv_automation \projects\datavisualisation\src\mx\controls\listClasses\AdvancedListBase.as:3504]
        at mx.controls::AdvancedDataGridBaseEx/updateDisplayList()[C:\work\flex\dmv_automation\proje cts\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:1778]
        at mx.controls::AdvancedDataGrid/updateDisplayList()[C:\work\flex\dmv_automation\projects\da tavisualisation\src\mx\controls\AdvancedDataGrid.as:6007]
        at mx.controls.listClasses::AdvancedListBase/validateDisplayList()[C:\work\flex\dmv_automati on\projects\datavisualisation\src\mx\controls\listClasses\AdvancedListBase.as:3072]
        at mx.managers::LayoutManager/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\f ramework\src\mx\managers\LayoutManager.as:622]
        at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:677]
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8628]
        at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8568]

    Maybe it is a timing issue you didn't see before.
    Check for areas of the app that might be dependent on other areas of the app being in a certain state, or dependent on data existing.
    Or try to boil your case donw to simplified code and post here.

  • OC4J Configuration Issue While Starting the Database.

    Hi,
    Simply rename the the directories to lowe case. It works...
    Edited by: Junaid on Oct 4, 2012 2:28 AM

    Mode of  file system on your OS has changed to read-only.
    ORA-09969: unable to close or remove lock file
    Linux-x86_64 Error: 30: Read-only file system
    The above error can be because of your partition where lock file for instance is kept is changed into read only mode.
    You can do the following.
    1. Check if on the instance shutdown operation is pending .
    2. Check which mount points are changed to read only mode.
    3. As you system admin to Remount the same in read write mode or you can try this cmd as root user (mount -o remount,rw <device driver> <partition name>. Eg:- mount -o remount,rw /dev/sdb5 /oracle).
    4 .Let the database to get shutdown
    5. after this startup again

  • Error While Restoring the Oracle Database using Cloud Backup

    Hello,
    I have been facing a serious error while oracle restoration. I have Backed up Complete Database. For Testing restoration, the DBA removed all the DBF, logs and Control File from there orignal Position.
    He restarted the Database in "Startup nomount" mode. No i am not able to connect to target database from my Backup Server remotely.
    Whenever i try to restore, it shows following error:-
    ***RMAN-04005: error from target database:***
    ***ORA-12528: TNS:listener: all appropriate instances are blocking new connections***
    ***ORA-12528: TNS:listener: all appropriate instances are blocking new connections***
    ***"ORA-12528: TNS:listener: all appropriate instances are blocking new connections***
    I am using Oracle 11g R2 x64-bit database and on Windows Platform with Windows Server 2008 R2.
    Can Anyone help me by connecting, rman to the remote target database when it is in nomount mode.
    I am not able to connect the sqlplus remotely.\
    Thanks in Advance...
    Regards
    Pravesh Upadhyay

    Devika,
    You have to stop all your adapters, your repository, close all IStudio client and stop all sessions connected to this schema before running the oaiimport.
    If you don't do this the oaiimport will not work properly as the script will not be able to drop the user and will try to re-create existing objects.
    Tip : use the following select to list the session using oaihub902 user (and get rid off them)
    select username, count(*)
    from V$session
    where username in ('OAIHUB902')
    group by username
    order by count(*) desc, username
    JL

  • Problem while starting the Oracle homeProcessManager service

    Hello world
    My machine got shut down abruptly following which , the above service is not starting. The startup type is set to automatic. When I try to start it, it says Service could not be started because it dint respond to the controller in a timely fashion.
    Help me :-(
    Regards
    Shantanu Dhanuka

    ipm.log :
    07/05/08 17:25:49 [4] Create pm state directory: D:\shantanu\OHS\oracle\product\10.2.0\db\opmn\logs\states
    07/05/08 17:25:49 [4] PM state file does not exist: D:\shantanu\OHS\oracle\product\10.2.0\db\opmn\logs\states\.opmndat
    07/05/08 17:25:49 [4] OPMN server ready. Request handling enabled.
    07/05/08 17:25:52 [4] Request 2 Started. Command: start
    07/05/08 17:25:52 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:0)
    07/05/08 17:25:55 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:5524)
    07/05/08 17:25:55 [4] Request 2 Completed. Command: start
    07/05/09 09:35:27 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:5524) [The connection SSL receive timed out]
    07/05/09 17:18:55 [4] Request 4 Started. Command: stop
    07/05/09 17:18:55 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:5524)
    07/05/09 17:19:30 [4] Process Stopped: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020801:5524)
    07/05/09 17:19:30 [4] Request 4 Completed. Command: stop
    07/05/09 17:20:26 [4] Request 6 Started. Command: start
    07/05/09 17:20:26 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020802:0)
    07/05/09 17:20:29 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1699020802:7192)
    07/05/09 17:20:29 [4] Request 6 Completed. Command: start
    services.log :
    07/05/25 10:23:05 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 10:33:50 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 10:45:19 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 10:58:03 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 11:04:59 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 11:16:24 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 11:24:44 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 11:55:52 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 12:41:57 Start
    Service timeout while waiting for OPMN to start.
    07/05/25 13:00:57 Start
    Service timeout while waiting for OPMN to start.
    Any thoughts?

  • CompatibilityRealm issues while starting the weblogic server.

    Hi,
    This is the error I am getting when I try to bring up the weblogic portal. The version is weblogic 7.0 SP7
    Can anyone pls suggest here?
    Starting WebLogic Server...
    <Mar 28, 2006 3:31:05 PM CST> <Notice> <Management> <140005> <Loading configurat
    ion /apps/slfc/bea7/portalDomain/./config.xml>
    Failed to initialize default security realm: CompatibilityRealm
    <Mar 28, 2006 3:31:10 PM CST> <Critical> <WebLogicServer> <000364> <Server failed during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:761)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:530)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:922)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:719)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:593)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:281)
    at weblogic.Server.main(Server.java:32)
    >
    <Mar 28, 2006 3:31:10 PM CST> <Emergency> <WebLogicServer> <000342> <Unable to initialize the server: Fatal initialization exception
    Throwable: weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:761)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:530)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:922)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:719)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:593)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:281)
    at weblogic.Server.main(Server.java:32)
    >
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:761)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:530)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:922)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:719)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:593)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:281)
    at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    weblogic.security.service.SecurityServiceRuntimeException: Failed to initialize default security realm CompatibilityRealm for unknown reasons
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:761)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:530)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:922)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:719)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:593)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:281)
    at weblogic.Server.main(Server.java:32)
    Thanx
    Nitin

    Most of the time this error is coming from a wrong psservername parameter definition in configuration.properties of your Webserver. Be sure you can ping the servername or IP address defined, and the port is the Jolt port of the AppServer domain.
    Please, show us what's the value. And also your PTools, Weblogic, Tuxedo version and OS used.
    Nicolas.

  • Error while doing the Oracle 9i Database Installation

    PROBLEM ONE
    While installing the Oracle Database 9i on Windows 2000 Server with 256 MB Ram, I got the following error
    Windows - Wrong Volume
    The wrong volume is in the drive. Please insert volume ORCL9011_1 into drive E:.
    This message occured when percentage done was 100%. It was copying visualsdo.exe
    PROBLEM TWO
    Then I deinstalled the Oracle 9i software and deleted the oracle folder from both the Windows Explorer as well as in the RegEdit.
    Again I started doing the installation...
    In Oracle Database Configuration Assistant, while it was installing "Adding Oracle JVM", I got the following error
    "Oracle Database Configuration Assistant: ERROR"
    "ORA-06576:not a valid function or procedure name"
    When I clicked Ignore I got the following error
    "Oracle Database Configuration Assistant: ERROR"
    "ORA-04021:timeout occured while waiting to lock object
    SYS.META-INF/MANIFEST.MF"
    Please let me know why this problem occured and what is the solution for this......
    If you need any information then please let me know
    With Regards
    Deepak

    You have too few RAM on your machine, even you could successfully create an instance, it's going to slow as hell.
    When you run DBCA to create database, instead of actually creating the database you could choose to dump the SQL scripts and files used for database creation to a directory. This way will give you a chance to modify pfile and reduce the SGA parameter. I believe the default SGA of instance created by DBCA is already beyond your RAM limit.

  • How to automate the Oracle database start and shutdown process

    How we can automate and oracle database start and stop procees with Linux start/shutdown process.
    I want to automatically start the oracle database at the time linux server and shutdown the database on shutdown linux server.

    Hi,
    I can share my scripts:
    1) /home/oracle/start_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    lsnrctl start
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    startup
    exit
    ENDSQL
    emctl start dbconsole
    isqlplusctl start
    NOTE: emctl and isqlplus are optional
    2) /home/oracle/stop_oracle.sh
    #Script should be ran as Oracle user
    cd /tmp
    export ORACLE_SID=orcl
    export ORACLE_HOME=/oracle/ora9i
    isqlplusctl stop
    emctl stop dbconsole
    sqlplus -S /nolog <<ENDSQL
    connect / as sysdba
    shutdown immediate
    exit
    ENDSQL
    lsnrctl stop
    NOTE: emctl and isqlplus are optional
    Then what you need:
    1) K91oracle_stop (put it in the desired run level)
    #!/bin/bash
    # description: Stop Oracle before reboots
    su - oracle -c "/home/oracle/stop_oracle.sh" >> /home/oracle/stoporacle.log
    2) S91oracle_start (put it in the desired run level)
    #!/bin/bash
    # description: Start Oracle after reboots
    su - oracle -c "/home/oracle/start_oracle.sh" >> /home/oracle/startoracle.log
    Bye.

  • Newbie: Starting an Oracle Database on Linux

    I am doing support for an Oracle Database installed on Red Hat. My problem is that I do not know how to start the oracle database. I had to reboot the Linux box and the database did not restart.
    What do I need to do to start the database?
    Also the Linux does not have the GUI installed, I am working from the command prompt.
    Any help is greatly appreciated.
    Thanks in advance.
    Ray

    if u are using oracle 8i, you can use de command:
    $svrmgrl
    svrmgrl> startup;
    if u are using 9i:
    $sqlplus /nolog
    sqlplus>connect /as sysdba;
    sqlplus> startup;
    Hope this helps.
    Cynthia Pulido
    Monterrey, Mexico
    [email protected]

  • Problem occured while starting the Manged server of weblogic9.2

    Hi all,
    I am cnfiguring the OWSM on 2 machine which are in Clustering mode(Pre-Prod Env)
    I have done the installation of SOA SUITE10.1.3.1 for the same.
    After installation , i started Admin server.
    But i am facing issue while starting the managed server of weblogic9.2 through admin Server Console.(which are clustered).The managed Server state goes to ADMIN and raise the error that failed to start the server.It does not go into RUNNING state.
    The error i was recieved is :
    *####<May 13, 2009 10:21:01 AM IST> <Info> <ServletContext-/bea_wls_internal> <ggneai65> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1242190261158> <000000> <HTTPClntLogin: Login rejected with code: 'Failed', reason: java.net.ProtocolException: HTTP tunneling is disabled*
    *     at weblogic.rjvm.http.HTTPServerJVMConnection.acceptJVMConnection(HTTPServerJVMConnection.java:88)*
    *     at weblogic.rjvm.http.TunnelLoginServlet.service(TunnelLoginServlet.java:80)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)*
    *     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)*
    *     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)*
    *     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)*
    *     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3244)*
    *     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)*
    *     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)*
    *     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)*
    *     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)*
    *     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)*
    *'>*
    because of which deployment of OWSM failed at managed server.
    please help me for the same ASAP.
    its urgent.
    Regards
    Gaurav

    That is an INFO message you received and would not stop a managed server from starting. To get rid of that INFO message, enable tunneling on the admin server.
    Check your node manager log file to see why the managed server is not starting.

Maybe you are looking for

  • Wi-Fi Problems, Please Help?

    I noticed my iPod changed the date to "January 1970" then it stopped connecting to Wi-Fi after I returned from a Texas to Cozumel, MX cruise. Other devices do connect to Wi-Fi and my iPod does detect the connection but after submitting the password i

  • Build Team from PWA does not shows full list of users

    When building team in PWA, only few users show up in the list. If going first to Resource Plan, then Build Team, the full list shows up. Is it the right way to build team or there is something missing here. The case is with the administrator also. Th

  • Ipod mini dies every time we have a power outage-help!

    my ipod mini dies every time our power goes out.it has been working great with a new(ipodjuice/milliamp)battery, but we've had 2 power outages since, and it shows no signs of life for days and then suddenly next time i pick it up the logo is showing

  • Notes in a proof book

    I'm trying to produce a "proof book" in Aperture and I am having trouble adding notes in the space provided in the template. The fields are editable, but I can't get the notes space to activate. My ultimate goal is not to actually produce a book -- I

  • No Edition available in MDG NWBC UI screen

    Hi, I am configuring the MDG FI. i have done the required configurations but I am not able to see the Edition in F4 help while creating a Change Request. Please can someone tell me if I am missing something I have activated the Business Funtions and