Recovery session canceled due to errors. Can't start DB after kernel panic.

Hi all,
I have a cluster Oracle 10 DB that was incorrectly shutdown (node 1 got a kernel panic when I disconnected the cluster interconnect and after a while node 2 also had a panic).
Now the DB doesn't start and I already tried an endless loop of solutions that don't work and lead me right to the start. I was hoping someone could help me fix this bloody thing please. This DB was running in archive log mode.
/export/home/oracle
oracle@dbsce066/1 - TSP/(CLIENT_10.2.0)/SERVER_10.2.0/(CRS_10.2.0)
sqlplus '/ as sysdba'SQL*Plus: Release 10.2.0.3.0 - Production on Mon Jul 18 23:18:24 2011
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 9680453632 bytes
Fixed Size 2162704 bytes
Variable Size 1570701296 bytes
Database Buffers 7969177600 bytes
Redo Buffers 138412032 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL> shutdown
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 9680453632 bytes
Fixed Size 2162704 bytes
Variable Size 1553924080 bytes
Database Buffers 7985954816 bytes
Redo Buffers 138412032 bytes
Database mounted.
SQL> recover database using backup controlfile until cancel;
ORA-00283: recovery session canceled due to errors
ORA-01110: data file 87: '/export/home/oracle/dev/DX/dx_index10_logging3'
ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
ORA-00372: file 86 cannot be modified at this time
ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
SQL> select name,status,file# from v$datafile where name like '%index10_logging%';
NAME
STATUS FILE#
/export/home/oracle/dev/DX/dx_index10_logging1
ONLINE 85
/export/home/oracle/dev/DX/dx_index10_logging2
RECOVER 86
/export/home/oracle/dev/DX/dx_index10_logging3
ONLINE 87
SQL> ALTER DATABASE OPEN resetlogs ;
ALTER DATABASE OPEN resetlogs
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/export/home/oracle/dev/DX/dx_system'
SQL>
I also saw the "_allow_resetlogs_corruption". But I would like to leave this as last resort.
Thanks in advance

Thank you everyone for the advices. I used this tutorial to implement the allow reset logs corruption, but still it didn't allow me to startup the DB normally without errors or recover the datafile 86.
@@ How to use "_allow_resetlogs_corruption"
@@ http://dba-oracle.fr/dba/content/view/14/9/
vi /export/home/oracle/products/10.2.0/dbs/initDX1.ora
"/export/home/oracle/products/10.2.0/dbs/initDX1.ora" 94 lines, 4520 characters
DX1.undo_tablespace=dx_undo1
DX1.log_archive_dest_1= 'LOCATION=/export/home/oracle/dev/DX/archivelog1 REOPEN=10'
DX1.local_listener="(address=(protocol=tcp)(HOST=localhost)(PORT=1531))"
### cluster specific parameters
*.cluster_database = true
*.cluster_database_instances = 2
allowresetlogs_corruption=TRUE
"/export/home/oracle/products/10.2.0/dbs/initDX1.ora" 95 lines, 4553 characters
SQL> STARTUP MOUNT
ORACLE instance started.
Total System Global Area 9680453632 bytes
Fixed Size 2162704 bytes
Variable Size 1570701296 bytes
Database Buffers 7969177600 bytes
Redo Buffers 138412032 bytes
Database mounted.
SQL> ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN RESETLOGS
ERROR at line 1:
ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
ORA-00372: file 86 cannot be modified at this time
ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
SQL> SELECT 'alter database datafile /export/home/oracle/dev/DX/dx_index10_logging2 END BACKUP;' from v$datafile;
'ALTERDATABASEDATAFILE/EXPO
alter database datafile /export/home/oracle/dev/DX/dx_index10_logging2 END BACKUP;
alter database datafile /export/home/oracle/dev/DX/dx_index10_logging2 END BACKUP;
alter database datafile /export/home/oracle/dev/DX/dx_index10_logging2 END BACKUP;
SQL> recover database until cancel using backup controlfile;
ORA-00283: recovery session canceled due to errors
ORA-01110: data file 87: '/export/home/oracle/dev/DX/dx_index10_logging3'
ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
ORA-00372: file 86 cannot be modified at this time
ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
SQL> recover database;
ORA-00283: recovery session canceled due to errors
ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
SQL> alter database open;
alter database open
ERROR at line 1:
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL> shut
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
root@dbsce066> ls -l /export/home/oracle/dev/DX/
total 450
lrwxrwxrwx 1 root other 29 Apr 13 2010 dx_index10_logging1 -> /dev/md/oraindex1dg/rdsk/d651
lrwxrwxrwx 1 root other 29 Apr 13 2010 dx_index10_logging10 -> /dev/md/oraindex1dg/rdsk/d660
lrwxrwxrwx 1 root other 29 Apr 13 2010 dx_index10_logging2 -> /dev/md/oraindex1dg/rdsk/d652
I can access the file and it is readable:
root@dbsce066> ls -ltr /export/home/oracle/dev/DX/dx_index10_logging2
lrwxrwxrwx 1 root other 29 Apr 13 2010 /export/home/oracle/dev/DX/dx_index10_logging2 -> /dev/md/oraindex1dg/rdsk/d652
root@dbsce066> ls -ltr /dev/md/oraindex1dg/rdsk/d652
lrwxrwxrwx 1 root root 44 Aug 2 17:59 /dev/md/oraindex1dg/rdsk/d652 -> ../../../../../devices/pseudo/md@0:3,652,raw
root@dbsce066> dd if=/dev/md/oraindex1dg/rdsk/d652 of=/dev/null
^C18564+0 records in
18564+0 records out
root@dbsce066>
SQL> select * from v$datafile where FILE#=86;
FILE# CREATION_CHANGE# CREATION_TIME TS# RFILE# STATUS
ENABLED CHECKPOINT_CHANGE# CHECKPOINT_TIME UNRECOVERABLE_CHANGE#
UNRECOVERABLE_TIME LAST_CHANGE# LAST_TIME OFFLINE_CHANGE#
ONLINE_CHANGE# ONLINE_TIME BYTES BLOCKS CREATE_BYTES BLOCK_SIZE
NAME
PLUGGED_IN BLOCK1_OFFSET
AUX_NAME
FIRST_NONLOGGED_SCN FIRST_NONLOGGED_TIM
86 184062 2010-04-13:17:18:24 62 86 RECOVER
READ ONLY 498989920 2011-07-18:15:28:29 0
485512497
496226794 2011-07-16:00:01:53 660602880 80640 660602880 8192
/export/home/oracle/dev/DX/dx_index10_logging2
0 8192
NONE
0
select STATUS,ENABLED,NAME from v$datafile where FILE#=86
STATUS ENABLED NAME
RECOVER READ ONLY /export/home/oracle/dev/DX/dx_index10_logging2
SQL> select name from v$tablespace where TS#=62;
NAME
DX_INDEX10_LOGGING2
SQL> alter tablespace DX_INDEX10_LOGGING2 read write;
alter tablespace DX_INDEX10_LOGGING2 read write
ERROR at line 1:
ORA-01109: database not open
SQL> ALTER DATABASE DATAFILE 86 ONLINE;
Database altered.
SQL> select STATUS,ENABLED,NAME from v$datafile where FILE#=86;
STATUS ENABLED
NAME
RECOVER READ ONLY
/export/home/oracle/dev/DX/dx_index10_logging2
SQL>
SQL> alter tablespace DX_INDEX10_LOGGING2 end backup;
alter tablespace DX_INDEX10_LOGGING2 end backup
ERROR at line 1:
ORA-01235: END BACKUP failed for 1 file(s) and succeeded for 0
ORA-01199: file 86 is not in online backup mode
ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
SQL> select log_mode from v$database;
LOG_MODE
ARCHIVELOG
SQL> SELECT FILE#, ERROR, ONLINE_STATUS, CHANGE#, TIME FROM V$RECOVER_FILE;
FILE# ERROR ONLINE_ CHANGE# TIME
86 ONLINE 498989920 2011-07-18:15:28:29
SQL> recover database until cancel using backup controlfile;
ORA-00279: change 497920329 generated at 07/18/2011 12:53:10 needed for thread 2
ORA-00289: suggestion : /export/home/oracle/dev/DX/archivelog1/LOG_DX_8574_2_716223168.ARC
ORA-00280: change 497920329 for thread 2 is in sequence #8574
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
auto
ORA-00308: cannot open archived log '/export/home/oracle/dev/DX/archivelog1/LOG_DX_8574_2_716223168.ARC'
ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory
Additional information: 3
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/export/home/oracle/dev/DX/dx_system'
@@ Attempt to start DB without that datafile:
SQL> ALTER DATABASE DATAFILE '/export/home/oracle/dev/DX/dx_index10_logging2' OFFLINE DROP;
Database altered.
SQL> SHUTDOWN IMMEDIATE;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> SQL> startup
ORACLE instance started.
Total System Global Area 9680453632 bytes
Fixed Size 2162704 bytes
Variable Size 1570701296 bytes
Database Buffers 7969177600 bytes
Redo Buffers 138412032 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL> ALTER DATABASE OPEN NORESETLOGS;
ALTER DATABASE OPEN NORESETLOGS
ERROR at line 1:
ORA-01588: must use RESETLOGS option for database open
SQL> ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN RESETLOGS
ERROR at line 1:
ORA-01245: offline file 76 will be lost if RESETLOGS is done
ORA-01110: data file 76: '/export/home/oracle/dev/DX/dx_data10_logging2'
SQL>
@@ Nothing works. I can't even start the DB without that datafile. So I give up of this recovery scenario. Re-install from scratch.

Similar Messages

  • ORA-00283: recovery session canceled due to errors

    Dear All,
    I have standby database in which STANDBY_FILE_MANAGEMENT was MANUAL. I have shrink undo table-space in primary database. After 2 days I tried to recover standby database. I got following error.
    ORA-00283: recovery session canceled due to errors
    ORA-01274: cannot add data file '/home/app/oracle/oradata/OMNDB/undotbs01.dbf'
    - file could not be created
    I am unable to shrink undo table-space in standby database as I did in primary database as it is not open.
    please anyone help me to get clarify this issue.
    In Standby_
    SQL> select name from v$datafile;
    NAME
    /home/app/oracle/oradata/OMNDB/system01.dbf
    /home/app/oracle/oradata/OMNDB/undotbs01.dbf
    /home/app/oracle/oradata/OMNDB/sysaux01.dbf
    /home/app/oracle/oradata/OMNDB/MY_oms_ts01.dbf
    /home/app/oracle/oradata/OMNDB/nologging_ts01.dbf

    Thank you CKPT for reply.
    this is the output when MRP
    SQL> recover standby database;
    ORA-00283: recovery session canceled due to errors
    ORA-01111: name for data file 2 is unknown - rename to correct file
    ORA-01110: data file 2: '/home/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00002'
    ORA-01157: cannot identify/lock data file 2 - see DBWR trace file
    ORA-01111: name for data file 2 is unknown - rename to correct file
    ORA-01110: data file 2: '/home/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00002'
    this is in the alert log
    ORA-1112 signalled during: ALTER DATABASE RECOVER CANCEL ...
    Tue Jan 29 09:17:53 2013
    db_recovery_file_dest_size of 10240 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Tue Jan 29 10:29:57 2013
    ALTER DATABASE RECOVER standby database
    Tue Jan 29 10:29:57 2013
    Media Recovery Start
    Managed Standby Recovery not using Real Time Apply
    Tue Jan 29 10:29:57 2013
    Media Recovery failed with error 1111
    ORA-283 signalled during: ALTER DATABASE RECOVER standby database ...

  • ORA-00283: recovery session canceled due to errors. Help me.

    Something appears to be wrong with my control file backup. Upon
    moving the backed up files to my "test" machine, I place them in the
    data directory, and rename my control file backup to the correct name
    and run this procedure:
    - I start the instance
    - I mount the database
    - I issue a recover database
    I then receive the following error:
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    Does anyone have any thoughts around this?

    Hi,
    Have you taken backup of control file?
    (alter database backup controlfile to trace)
    Does the path of datafiles on test machine is same as that of production machine from where you have copied files?
    Steps:
    1> startup nomount
    2> copy create controlfile command from tracefile
    If paths are different change them.
    3> recover database until cancel using backup controlfile
    It will ask archive logs path, specify path.
    Press cancel after you have applied all archivelogs.
    4> alter database open resetlogs
    5> add tempfile in database.

  • MBP can't find SSD after kernel panic

    I installed a Crucial  M500 240GB SATA 2.5-Inch 7mm drive using an Other World Computing adapter into my MacBook Pro back in October.  It has been working very well until yesterday.  I typically leave my laptop on and just close the case.  When I opened it yesterday, a kernel panic message came up and after a few seconds the machine rebooted to my internal hard drive and I was able to continue working.  The SSD just had my applications and system so my work materials (docs, etc.) are OK.  However, the machine can "see" the SSD drive.  I have tried Disk Utility and Drive Genius with the same result.  Before I start opening the MBP, can anyone suggest other steps to take?  I have the system backed up to Time Machine.

    Mandy:
    Welcome to Apple Discussions.
    Are you able to boot from the install disk or the Apple Hardware Test disk?
    If so, boot from the install disk and Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report if it says anything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    Then boot from the AHT disk and run all tests in a loop by holding down Command + L during the tests.
    Good luck.
    cornelius

  • Session closed due to Error: Could not Resolve hos...

    Hi,
    I''m trying to sort out connection issues for my auntie. She has a BT Homehub 5 with the latest firmware.
    However, she is suffering from reboots and lost connections all the time. I have reviewed the log files and it is full of the following messages:
    74.270000 CWMP Session closed due to error: Could not resolve host
    Any ideas as i am stumped. Its a fairly recent installation ( 4 months or so) and she has only recently started to use the Wifi. It was ok when wired.
    Simon

    If it is DEFINITELY a wireless problem only, then download InSSider and run the program. This will tell you if you have are using a congested wifi channel.......
    You can then go into the settings and after picking a less congested channel, turn off the "smart wireless" setting.....
    Although the wireless problem wouldn't cause the rebooting problem......
    If you found this post helpful, then please click the star on the left, after all, I'm only trying to help........

  • OEM GC 10.2.0.3.0 Prereqchecker Session ended due to error ...

    RHEL 5.4
    Existing Database: 11gR1 (11.1.0.6)
    Kindly assist me with the following issue ... Thanks!
    I need to install OEM GC Management Service 10.2.0.3 first before I can apply the 10.2.0.5 patch.
    The 11gR1 upgrade was successful. Now when I tyr to run the Prerequisite Check in Standalone Mode for 10.2.0.3 OMS, I am receiving the following error:
    Starting execution of Prerequisites...
    Session ended due to error: No checks found
    =================================================================================================
    DETAILS:
    Installing Enterprise Manager Using an Existing Database
    Component: oracle.sysman.top.oms
    ./install/runInstaller -prereqchecker PREREQ_CONFIG_LOCATION=/u002/app/oracle/product/OEM_GC_10.2.0.3.0/Disk1/rdbms/Disk1/stage/prereq -entryPoint oracle.sysman.top.oms -prereqLogLoc /tmp -silent
    Starting Oracle Prerequisite Checker...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, redhat-4, SuSE-9 or asianux-2
    Passed
    Checking swap space: must be greater than 150 MB. Actual 5164 MB Passed
    Checking Temp space: must be greater than 300 MB. Actual 90951 MB Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-02-19_04-51-38PM. Please wait ...dallindr187 devoem01 >
    Oracle Prerequisite Checker version Version 10.2.0.3.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    Starting execution of Prerequisites...
    Session ended due to error: No checks found

    I think you are trying to use the exiting db for using OMS.. while parisng pre-requite for the exisiting db it has failed .
    Plz read the pre requiiste for oem installation using exisitng db. you will have increase few parameters for this.
    you can refer to this link for pre-requisite
    http://download.oracle.com/docs/cd/B16240_01/doc/install.102/e10953/toc.htm
    Anil Malkai
    Edited by: Anil Malkai on Feb 19, 2010 8:20 PM

  • APO jobs cancelled due to error- Time limit Exceed.

    Dear All,
    Three jobs are scheduled daily to transfer data from R/3 to APO,
    These are cancelled due to error -"Time limit exceed".

    Hi Pankaj,
    There is a specific time allocated for each queue to clear and to get transferred across the system. the probable reasons are.
    1. The queue itself is taking more than the allocated time to clear due to system load. Each queue requires specific free memory from server , in case of overload system is unable to allocate desired memory hence the error might appear.
    2. If in a queue the very first entry is stuck due to x,y,z reason the queues following automatically go into "timeout" and then "system fail"
    Proposed solution.
    1. Analyze the first entry functionally. If Ok then ask the basis team to clear that particular entry.
    2. after time out the queue will go to "SYSFAIL". Double clicking on this will reveal the reason. Based on the technical reason I can suggest the relevant OSS notes to be applied.
    For detailed technical analysis check t-code CFG1.
    Regards,
    Ankur
    Edited by: Ankur Shrivastava on Dec 19, 2007 5:58 AM

  • I can't access my i tunes, getting message-System error-can't start because MSVCR80.dll is missing, also i tunes was not installed correctly-error 7(Windows error126)-What do i do to get into my itunes library?

    Can someone please help me to get to my i Tunes library? I am getting the following message when trying to access i Tunes=i Tunes. exe-System error-can't start because MSVCR 80.dll is missing-Try reinstalling program. Also i Tunes was not installed correctly-Please reinstall i Tunes.-Error7(Windows error 126).

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Encountered SQL Developer Error 'Can't Start because MSVCR71.dll is missing

    Hello,
    Thanks for looking at this entry
    I have an older version of SQL developer and it suddenly won't run with the following error
    'Can't Start because MSVCR71.dll is missing from your computer. Try reinstalling the program.........'
    And it is indeed missing. So, rather than download what might be a virus from the internet (new version of MSVCR71.dll ), I tried to do a new install of SQL developer from:
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    I put it on my D drive, unzipped and tried to launch.
    It asked where I had java.exe (full path name). I found it at C:\Windows\System32\java.exe
    Now I encounter: Cannot find J2SE SDK installed at path C:\Windows\System32\java.exe
    Please help
    Regards
    Bill

    Hi,
    The 32-bit and 64-bit Java 7 JDKs include only msvcr100.dll, 32-bit Java 6 includes only msvcr71.dll, and 64-bit Java 6 has neither!
    Also, keep in mind that Java 7 is not certified yet for ANY* version of SQL Developer. The standard recommendation is to install the latest update in the Java 6 JDK code line (currently 1.6.0_45) and use that. Make sure to get the 32-bit version!
    Regards,
    Gary
    Edited by: Gary Graham on Apr 24, 2013 1:15 PM
    Corrected which Java downloads actually contain the msvcr71 and msvcr100 DLL versions. Sorry for messing it up the first time!

  • J2EE error can not start

    please help.
    J2EE error can not start, below is last error message from std_server0.out
    [Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
    Jul 2, 2007 5:22:04 PM              com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_22] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.

    thanks for your fast response vladimir
    #1.5#001A642FC09C00230000000E000015DC000434445CB5597C#1183368124656#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_22##0#0#Error#1#/System/Server#Java###Core service security failed. J2EE Engine cannot be started.
    [EXCEPTION]
    #1#com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    #1.5#001A642FC09C002300000010000015DC000434445CB55B31#1183368124656#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_22##0#0#Fatal#1#/System/Server#Plain###Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.#

  • Can't Start Portal After Install

    After downloading and installing the of evaluation Portal 4.0 SP1, I get the following message upon startup when I enter the system password that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the same message.
    What password should I use to start the server?

    I've followed the directions and am experiencing the exact same problem. Brand
    new installation of Weblogic server 6.1 SP2 with examples. That install is working.
    Then added Portal 4.0 SP1, updated the license file and I have the same issue
    with the Illegal access exception resulting in the "Fatal initialization exception"....
    Hmm!
    [email protected] (Bowrat) wrote:
    Below listed are the common errors you run into during installation
    process:
    - You need to have the correct version numbers of both the weblogic
    server and the portal server. For instance the portal server 4.0 (eval
    copy) will only run on WebLogic 6.1 SP1. So check the edocs for
    supported platforms
    - Make sure you have the installed the full version of the weblogic
    server (including examples)
    - Finally, you need to run the UpdateLicense.cmd file to update the
    license.bea under ur Bea Root
    Give it a shot after u have checked all of the above three - goodluck
    - Bowrat
    www.Bowstreet.com
    Steve Anderson <[email protected]> wrote in message news:<[email protected]>...
    From: Steve Anderson <[email protected]>
    Newsgroups: weblogic.support.install
    Subject: Can't Start Portal After Install
    References:
    NNTP-Posting-Host: 209.11.114.150
    X-Original-NNTP-Posting-Host: 209.11.114.150
    Message-ID: <[email protected]>
    Date: 13 Feb 2002 20:25:53 -0800
    X-Trace: 13 Feb 2002 20:25:53 -0800, 209.11.114.150
    Organization: BEA SYSTEMS Inc
    Lines: 18
    XPident: firewall-user
    Path: newsgroups.bea.com!209.11.114.150
    Xref: newsgroups.bea.com weblogic.support.install:9600
    After downloading and installing the of evaluation Portal 4.0 SP1,I get the following message upon startup when I enter the system password
    that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the samemessage.
    What password should I use to start the server?

  • Can't start Tomcat after installing Bea WorkShop for JSP

    Hi,
    I have been using Eclipse SDK Version: 3.1.2 Build id: M20060118-1600 and Web Tools Project 1.0.2 and Tomcat 5.0 and Tomcat 5.5 for about 2 months with no problems. But now I Can't start Tomcat after installing Bea WorkShop for JSP plug-in. I get "Server Tomcat v5.0 @ localhost failed to start". Any help would be greatly appreciated.

    I installed BEA Workshop for JSP Version: 3.1.0
    Build id: 536. I only wanted to install the plug-in to my existng Eclipse 3.1 / WTP application. The only option that I saw was to download the entire FullWorkshopFreeInstall-536.zip, which is 192,496 KB. During the installation, there is a screen that you can specify to only install the plug-in - and I selected that option. Today, I chose to uninstall the BEA Workshop for JSP and then I was again able to start Tomcat server. I then did a complete install of BEA Workshop for JSP into a totally separate location. My original Eclipse installation still works fine, but my Workshop for JSP Version (which is now a completely new installation) has the same problem with Tomcat that I reported with the plug-in. I am using j2sdk1.4.2_08 and have tried both Tomcat 5.0 and Tomcat 5.5. I have the same problem with both Windows XP Home Edition and Windows XP Professional.
    Thanks for your assistance.
    Ron

  • Can nort start  OC4J_BI_FORM  after Portal password change(9.0.4)

    We changed PORTAL password by going top sqlplus and OAS. Thinking it will make changes at both places. Now we see that when we start OAS. OC4J_BI_FORM does not start???

    I provided an answer in the Portal Security forum:
    Can not start OC4J_BI_FORM after PORTAL user password change

  • Xclock Error: Can't open display: - after upgrading to openSSH 5.2p1

    I have got two servers apssvrX and apssvrZ on OEL. Both were built by the same team using their standard build scripts.
    Having received the servers I had installed Oracle (ODI) product on it successfully.
    Then as a part of requirement and as per Oracle support's advise, I had upgraded the ssh version on apssvrX server from OpenSSH_4.3p2 To OpenSSH_5.2p1, so that, I can implement the chroot jailing.
    As per Oracle advise, I had downloaded the 3 RPMs from "_http://layer1.rack911.com/openssh/rhel5/x86_64/" to run them on my first server i.e., apssvrX and then configured the sshd services following the below steps:
    a) Modify /etc/ssh/sshd_config to comment the below line:
    #Subsystem sftp /usr/libexec/openssh/sftp-server
    b) Add below lines:
    Subsystem sftp internal-sftp
    Match Group sftponly
    ChrootDirectory %h
    X11Forwarding no
    AllowTcpForwarding no
    ForceCommand internal-sftp
    Then lastly, Restart sshd services complete the configuration
    # /etc/init.d/sshd restart
    apssvrX server current details are as below:
    apssvrX$ uname -a
    Linux apssvrX 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    apssvrX$ ssh -V
    OpenSSH_5.2p1, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
    My problems started from this point onwards. I want to install another Oracle product using OUI, but when I try to execute xclock using the Exceed HummingBird tool on apssvrX server then it fails with the error - (xclock) Error: Can't open display:
    I tried the DISPLAY variable setup as well but to no use.
    Whereas I can successfully execute the xclock on apssvrZ and OUI as well. Its config details are as below:
    apssvrZ$ uname -a
    Linux apssvrZ 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    apssvrZ$ ssh -V
    OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
    Please advise the way forward.

    Tried but still same error.
    Affected servers's sshd_config is as below:
    [root@apssvrX]# cat /etc/ssh/sshd_config
    # $OpenBSD: sshd_config,v 1.73 2005/12/06 22:38:28 reyk Exp $
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/local/bin:/bin:/usr/bin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options change a
    # default value.
    #Port 22
    Protocol 2
    Protocol 2
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 768
    # Logging
    # obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    SyslogFacility AUTHPRIV
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    PermitRootLogin without-password
    #StrictModes yes
    #MaxAuthTries 6
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    #AuthorizedKeysFile .ssh/authorized_keys
    # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    #PasswordAuthentication yes
    #PermitEmptyPasswords no
    PasswordAuthentication yes
    # Change to no to disable s/key passwords
    #ChallengeResponseAuthentication yes
    ChallengeResponseAuthentication no
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIAuthentication no
    GSSAPIAuthentication yes
    #GSSAPICleanupCredentials yes
    GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication mechanism.
    # Depending on your PAM configuration, this may bypass the setting of
    # PasswordAuthentication, PermitEmptyPasswords, and
    # "PermitRootLogin without-password". If you just want the PAM account and
    # session checks to run without PAM authentication, then enable this but set
    # ChallengeResponseAuthentication=no
    #UsePAM no
    UsePAM yes
    # Accept locale-related environment variables
    AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
    AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
    AcceptEnv LC_IDENTIFICATION LC_ALL
    #AllowTcpForwarding yes
    #GatewayPorts no
    #X11Forwarding no
    X11Forwarding yes
    #X11DisplayOffset 10
    #X11UseLocalhost yes
    #PrintMotd yes
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    #UsePrivilegeSeparation yes
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #ShowPatchLevel no
    #UseDNS yes
    #PidFile /var/run/sshd.pid
    #MaxStartups 10
    #PermitTunnel no
    # no default banner path
    #Banner /some/path
    # override default of no subsystems
    Subsystem sftp /usr/libexec/openssh/sftp-server
    ## Commented the sftp jailing configuration
    ##Subsystem sftp internal-sftp
    ##Match Group sftponly
    ## ChrootDirectory %h
    ## X11Forwarding no
    ## AllowTcpForwarding no
    ## ForceCommand internal-sftp

  • Error "can not start the configuration in parallel does not correct"

    Hello everybody,
    I have Windows 7 SP1, and when I install Business Objects 4.1 Client, it is install correctly but when i execute the program, for example BO Rich Client, an error appear "can not start the configuration in parallel does not correct" Could you help me?
    Thanks in advance!

    Check this KB
                  1678498  - BI 4.0 Universe Designer Gives Side-by-Side configuration incorrect Error

Maybe you are looking for

  • How can I use the same event case for different controls dynamically

    OS: Linux 2.6.24-1-686 #1 SMP Sat Apr 19 00:37:55 UTC 2008 i686 GNU/Linux LabVIEW: Version 8.2 I have a lot of (about 50) controls (numeric, boolean) on my front panel. If a "Value Change" event will be fired by any of them the same event case shall

  • MacBook Pro - A good config for me?

    Hi, I'm looking to buy a laptop, and the feeling I'm getting after a good deal of product research, forum-lurking and question-asking is that the MacBook Pro might be a wise choice for me. Some people have suggested that I simply go with a MacBook, b

  • Photoshop CS4 will not open

    When opening cs4 I get the error message that "Photoshop has closed unexpectedly, click ignore or reopen".  Do I need to reinstall or is there another way to troubleshoot this problem?

  • Archiving problem in XI

    Hi Gurus,             I facing a problem while performing Archiving activity in our XI production system.            I performed this task by first i went to   Tcode:SXMB_ADM, there define interface for archiving & retention period,run the schedule j

  • Creating a SR on Metalink for DB

    It's a stupid question, but I have to ask : which product do I have to select in Metalink for opening a SR for Oracle Database ? I don't see any products named « Oracle Database », « Database Server » or « RDBMS » in the product list, but I see every