Error while installing database in oracle linux 4 via VMware Server Console

Hi to all
While Installing Oracle database in linux OS via Virtual machine, i got the below error :-
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-07-30_12-34-31PM. Please wait ...
[oracle@localhost database]$ Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Exception in thread "main" java.lang.Internal Error: Can't
connect to X11window server using ':0.0' as the value of the
DISPLAY variable.
     at sun.awt.X11GraphicsEnvironment.initDisplay(Native
Method)
     at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown
Source)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Unknown Source)
     at
java.awt.GraphicsEnvironment.getLovalGraphicsEnvironment
(Unknown Source)
     at java.awt.Window.init(Unknown Source)
     at java.awt.Window.<init>(Unknown Source)
     at java.awt.Frame.<init>(Unknown Sourece)
     at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown
Source)
     at oracle.sysman.oio.oioc.OicocOneClickInstaller.<init>
(OiocOneClickInstaller.java:378)
     at oracle.sysman.oio.oioc.OiocOneClickInstaller.main
(OiocOneClickInstaller.java:2091)
Please make a clear message to how i need to rectify, as of am a new user for the VMware server console.
Let me know what are all the steps i need to follow for rectifying the above error.
your guidance will be much appreciated.
Regards
Khan

Hi Helious,
After this problem cleared i installed the oracle database; while installing i found another error
Output generated from configuration assistant "Oracle Net Configuration Assistant".
Command = /home/oracle/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser/
dir=/home/oracle/oracle/product/10.2.0/db_1/network/jlib -classpath
/home/oracle/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:
/home/oracle/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/home/oracle/oracle/product.10.
2.0/db_1/jlib/ewt3.jar:/home/oracle/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:
/home/oracle/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/home/oracle/oracle/product/10.2.0
and etc.
what i need to do for these errors, and i shutdown my system.
And how i need to continue after rectifying from that point.
Please let me know.. Your help will be highly appreciated
Regards
Khan

Similar Messages

  • Error while installing juicer on oracle linux 6

    Hi Team,
    I have juicer installation on my plate, i installed ruby and rubygem as pre-requisite for juicer but while running below command after successful installation i am getting error stating "cannot load such file -- nokogiri/nokogiri".
    while i have installed nokogiri already.
    ~# juicer --version
    /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:36:in `require': cannot load such file -- nokogiri/nokogiri (LoadError)
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:36:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri.rb:27:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:59:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:59:in `rescue in require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:35:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer/install/base.rb:1:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer/install/closure_compiler_installer.rb:2:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `block in require_all_libs'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `each'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `require_all_libs'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:66:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/bin/juicer:3:in `<top (required)>'
      from /usr/local/bin/juicer:19:in `load'
      from /usr/local/bin/juicer:19:in `<main>'
    ~]# gem list
    *** LOCAL GEMS ***
    closure-compiler (1.1.10)
    cmdparse (2.0.5)
    dev-utils (1.0.1)
    extensions (0.6.0)
    json (1.8.1)
    juicer (1.1.1)
    mini_portile (0.5.2)
    minitest (5.0.8)
    nokogiri (1.5.6, 1.5.0)
    rake (10.1.0)
    rdoc (4.0.1)
    rubyzip (0.9.9)
    I need your urgent help on this as I am totally stuck here. Thanks in advance.

    When asking a question is often helps to explain what the software is good for and how to reproduce the problem. This is not a juicer or ruby forum and there are probably not many if any user familiar with juicer in this forum. But for what it's worth, the following works in Oracle Linux 6.3 x86 and probably other release versions:
    curl -L https://get.rvm.io | bash -s stable --ruby
    source /usr/local/rvm/scripts/rvm
    ruby --version
    ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
    gem install --verbose juicer
    juicer --version
    juicer 1.1.1
    juicer help
    Usage: juicer [global options] COMMAND [options] [ARGS]
    Available commands:
        help            Provide help for individual commands
        install         Install a third party library
        list            Lists all dependencies for all input files/patterns
        merge           Combines and minifies CSS and JavaScript files
        verify          Verifies that the given JavaScript/CSS file is problem free
        version         Show the version of the program
    Global options:
        -v, --verbose                    Be verbose when outputting info
        -q, --quiet                      Only log warnings and errors
        -h, --help                       Show help
            --version                    Show the version of the program
    P.S. nokogiri requires Ruby version >= 1.9.2.

  • Error while installing Database 10g on Linux Enterprise 5

    Hi All,
    When I tried to install Database 10g this error apears
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-02-05_12-55-24PM. Please wait ...bash-3.2$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-02-05_12-55-24PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    --------------------------------------------------------------

    This has been documented on various places.
    Install the libXp package, that is the package which contains libXp.so.6, which is missing (see your error message)
    Is this x86 or x86_64?
    (in both cases you need to install the x86 version (.i386.rpm))

  • Issue while installing SOA in Oracle Linux 6

    Hi,
    I am getting below errors while installing SOA in oracle Linux 6:-
    entryPoint: entryPoint = oracle.installType.all condition = null className = null
    contextFile:/tmp/OraInstall2012-04-13_08-04-44PM/prereq/oui/agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    $$$$$DEBUG>>>>CertifiedVersions
    Expected result: One of enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: redhat-6.2
    Check complete. The overall result of this check is: Failed <<<<
    Check Name:Packages
    Check Description:This is a prerequisite condition to test whether the packages recommended for installing the product are available on the system.
    Check complete. The overall result of this check is: Not executed <<<<
    Please help.
    Check Name:Kernel
    Check Description:This is a prerequisite condition to test whether the minimum required kernel parameters are configured.
    Check complete. The overall result of this check is: Not executed <<<<

    it is not supported
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    just filter it on wls server on which soa runs rhel 5 is the latest

  • ERROR WHILE INSTALLING DATABASE INSTANCE

    Hi All,
        I am getting an error while installing database instance in 4.7EE with Oracle 8i.The error is
    running sapstart.exe name=AS9 nr=00 SAPDIAHOST=astrum -wait
    SAPSTART finished successfully on astrum_AS9_00, but Dispatcher is not connected to MessageServer.
    sapparam(1c): No Profile used.
    PLEASE HELP ME....

    hi pavan,
    i believe that oracle 8i are no longer supported by SAP.
    By default, SAP R/3 4.7 EE should come with Oracle 9i.
    Check your installer again.
    ardhian
    http://sapbasis.wordpress.com

  • Installation error while installing KB2956166 march cumulative updates for sharpeoint server 2013

    I am getting error while installing KB2956166 march cumulative updates for sharpeoint server 2013 on windows server 2012 R2.
    i have already installed KB2956159 CU.
    can you guide me what is best way to install it?
    Thanks,
    Deepak

    Hi,
    KB 2956159 - SharePoint Foundation 2013 March 2015 CU
    KB 2956166 - SharePoint Server 2013 March 2015 CU
    http://blogs.technet.com/b/stefan_gossner/archive/2015/03/10/march-2015-cu-for-sharepoint-2013-has-been-released.aspx
    If you are using SharePoint server 2013, you need to install updates package for Server, i.e. KB 2956166.
    Here is a similar issue:
    http://sharepoint.stackexchange.com/questions/104495/undo-wrong-installation-of-sharepoint-2013-service-pack
    If it doesn't help, you might refer to this article:
    http://blogs.msdn.com/b/george_bethanis/archive/2014/08/28/sharepoint-server-2013-can-you-uninstall-patches.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Error while installing 10g on oracle unbreakable linux

    hi all
    Oracle 10.2.0.1
    oracle unbreakable linux
    I got the following error while installing oracle database 10g on oracle unbreakable linux
    when my installer peforming product specific prerequiste check i got the warning
    checking operating system requrement
    checking for gcc-3.2; found not found Failed<<<<<<
    I tried to search gcc-3.2 on my linux cd but its not there
    can anyone please tell me from where can i install this?
    thanks

    Which gcc is in your CD? List them all.
    And yes, they are there. Unless someone gave you a rescue disk or stripped down live CD, in which case you need to thank the person who gave you that appropriately.
    You need to search the CD/DVD and you need to learn how to install RPMs. Both can be learned by intelligent internet searches.
    Edited by: Hans Forbrich on Sep 19, 2009 10:37 AM

  • Error while installing developer 10g on linux suse 10.0

    Hi All,
    This error appears while installing developer 10g on linux suse 10.0
    http://img179.imageshack.us/my.php?image=errorso9.png

    Try locate (using find command for example) the libjvm.so file (I assume that is located somewhere under $ORACLE_HOME (probably jdk or jre directory)). If you locate the path where this library resides, try to add that path to $LD_LIBRARY_PATH enviroment variable.
    Use copy&paste method (for error message) rather than link to image.
    It is much quicker operation and it may help to other people because they be able to find this thread via search engine.

  • Error while installing OFM 11g - Oracle Identity management suite 11g

    Hi,
    I am getting following error while installing Oracle Identity management suite 11g (Oracle Internet Directory & Oracle Virtual Directory) on Red Hat Linux 5.0.
    "Error in invoking target 'client_sharedlib' of makefile '/apps/idm/Oracle/OracleHome/Oracle_Home/rdbms/lib/ins_rdbms.mk"
    the same error is repeating for others also i.e. 'all', 'install" etc.
    Can you advice me how to overcome this?
    Regards
    Chinta

    Hi Chinta,
    Pl. check for all gcc and glibc OS packages compatibility with your your OS. This will solve your problem.
    Also check that you are not installing a 32 bit IM software on a 64 bit machine or viceversa.
    regards,
    Sailesh

  • Errors while installing database instance  of Java add-in

    <b>Hi,
    I encountered these errors while installing the database instance of Java add-in for ABAP using SAP NetWeaver 2004s SR1.</b>
    ERROR 2007-02-28 14:33:33
    <b>CJS-30049</b>  Execution of JLoad tool 'C:\j2sdk1.4.2_13\bin\java.exe -classpath "C:\Program
    Files\sapinst_instdir\NW04S\LM\AS-JAVA\ADDIN\ORA\CENTRAL\DB\install\sharedlib\launcher.jar"
    -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload
    "C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/lib/iaik_jce.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/jload.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/antlr.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/exception.jar;
    C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/jddi.jar;C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/logging.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/offlineconfiguration.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/opensqlsta.jar;C:/Program
    Files/sapinst_instdir/NW04S/LM/AS JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/tc_sec_secstor
    efs.jar;C:\usr\sap\AP1\SYS\exe\uc\NTI386\ojdbc14.jar" -sec
    AP1,jdbc/pool/AP1,
    mdcsap05/sapmnt/AP1/SYS/global/security/data/SecStore.properties,
    mdcsa
    p05/sapmnt/AP1/SYS/global/security/data/SecStore.key -dataDir
    C:/tmp/INSTALL/51031693\JAVA_EXPORT\JDMP -job "C:\Program
    Files\sapinst_instdir\NW04S\LM\AS-JAVA\ADDIN\ORA\CENTRAL\DB\IMPORT.XML" -log jload.log'
    aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/jload.java.log' for more
    information.
    ERROR 2007-02-28 14:33:33
    <b>FCO-00011</b>  The step importJavaDump with step key
    |NW_Addin_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|7|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    <b>Second error is easy, but I have no idea on how to resolve the first one.  Please help!</b>

    Hi
    what does jload.log and jload.java.log say ?
    regards
    dirk

  • Error while installing OWB on Redhat Linux

    Hi,
    I installed Oracle database on Linux , while installing oracle i got error
    error while writing to directory /tmp/OraInstall<date> please ensure that this directory is writable and has atleast 60mb of disk space. Installation can not continue
    then i did some thing and it went thru, now i am trying to install the OWB again i am getting the same error and i was browsing net past 2 days for a solution but i din't get one
    while installing oracle i have not made any notes, that was my mistake
    Please suggest me the possible solution or the Document which can guide me
    Thanks in Advance
    Suresh

    Hi,
    the problem is the logfile for the installation. Every oracle installtion writes a log file with this name in a predefined directory. Make the directory /tmp writable for oracle and extend the disk quota at least 60 MB.
    Regards
    Detlef

  • Error while installing the databse on linux

    Hi all,
    I am trying to install oracle 10g R2 on linux suse 10 and I found the following error.
    http://img229.imageshack.us/my.php?image=screenshotwc0.png
    Please help.

    Thanks dear yingkuan,
    You are right after adding these packages it works
    good.
    But I have another question, while installing and
    choosing the directory, the installer returns an
    eroor that the directory doesn't exist it accept it
    only from the browse button??No, if you are certain you didn't misspell the path, check if oracle user has permission

  • Missing packages while installing 11gr2 on oracle linux 6 os

    hi,
    i am installing Oracle 11gR2 on oracle Linux 6 OS via a vmware.
    i bum into this problem of not able to install the required packages:
    glibc-2.3.4-2.41
    compat-libstdc++-33-3.2.3 (64bit)
    elfutils-libelf-devel-0.97
    libaio-devel-0.3.105
    libgcc-3.4.6
    libstdc++-3.4.6
    unixODBC-2.2.11 (64bit)
    unixODBC-deve-2.2.11
    pdksh-5.2.14
    i try to rpm -qa | grep <packges name>
    [root@rcat lib64]# rpm -qa | grep glibc
    glibc-devel-2.12-1.132.el6.x86_64
    glibc-common-2.12-1.132.el6.x86_64
    glibc-2.12-1.132.el6.x86_64
    glibc-headers-2.12-1.132.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libaio
    libaio-0.3.107-10.el6.x86_64
    libaio-devel-0.3.107-10.el6.i686
    libaio-devel-0.3.107-10.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep compat-libstdc++
    [root@rcat lib64]# rpm -qa | grep elfutils
    elfutils-libs-0.152-1.el6.x86_64
    elfutils-0.152-1.el6.x86_64
    elfutils-libelf-0.152-1.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libaio-devel
    libaio-devel-0.3.107-10.el6.i686
    libaio-devel-0.3.107-10.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libgcc
    libgcc-4.4.7-4.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libstdc
    libstdc++-4.4.7-4.el6.x86_64
    libstdc++-devel-4.4.7-4.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep unixODBC
    [root@rcat lib64]# rpm -qa | grep pdksh
    it seem like the packages i have on my oracle linux 6 os is of higher version compared to what oracle 11gR2 database installer is asking for which is of lower version.
    i can't seem to find/download those packages individually from any website.
    I am trying to download the oracle linux 5 os iso with the hope i can find the lower version packages from the iso disc.
    Appreciate if there is any help here. pointing to any website i can quickly download the packages cos trying to download the iso takes me more then 13 hour!.

    >>it seem like the packages i have on my oracle linux 6 os is of higher version compared to what oracle 11gR2 database installer is asking for which is of lower version.
    i can't seem to find/download those packages individually from any website.
    I am trying to download the oracle linux 5 os iso with the hope i can find the lower version packages from the iso disc.
    You should find all rpms and their right version (as required by installer) onto linux 6 iso.
    For some rpms the installer can like higher versions but not for all. For some rpms installer requires the exact version.
    HTH
    Pradeep

  • ORA-12560 TNS: Protocol adapter error while installing database

    Hello,
    I'm having troubles while installing my oracle database 10g. My server is SUN OS 5.10
    When I am in the copying datafiles step, a pop up message shows up [ORA-12560 TNS: Protocol adapter error]
    Could you please help me?

    I am creating the database the database.
    I am relatively new in Oracle but I have created a DB before and the ORACLE_SID was set after the database was created.
    The steps I execute for are:
    1. Install the Oracle engine (without create the DB)
    2. Install the Patch
    3. Create the database (dbca)
    After the database is created, appears a popup (Database configuration assistance warning) where it says to set the oracle_sid among others steps.
    Is it mandatory to set the ORACLE_SID before? some other configuration that I could be missing?
    Thank you

  • Error while install database instancew

    hi, all:
    while installing the database instance, error occurs. The error messages in sapinst.log, XCMDOUT.log, knldiag and knldiag.err file are posted below. The OS is Windows 2003/ 32Bit. 
    I tried to started the service SAPDB:<SID> manually, but it doesn't work also. From the OS log, the error message is also<b>It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0001'</b>
    Is there anyone met the same problem?
    Any info will be highly appreciated! Thanks!
    <b>In sapinst.log:</b>
    The dbmcli call for action ACTIVATE failed. Check the logfile XCMDOUT.LOG.
    <b>In XCMDOUT.LOG:</b>
    > Subprocess starts at 20070330160920
    Execute Command : c:\sapdb\programs\pgm\dbmcli.exe -n puserver -d CRP -u CONTROL,********
    Execute Session Command : util_connect
    Execute Session Command : db_activate SUPERDBA,********
    > Subprocess stops at 20070330161209
    OK
    ERR
    -24988,ERR_SQL: SQL error
    -902,I/O error
    3,Database state: OFFLINE
    6,Internal errorcode, Errorcode 9050 "disk_not_accessible"
    <b>In knldiag file:</b>
    ============================================ begin of write cycle ==================
    2007-03-30 16:18:06      0x468     20223 RTE      Database tries automatic restart
    2007-03-30 16:18:06     0x1238     19821 TASKING  Thread 4664 starting
    2007-03-30 16:18:07     0x1244     19633 CONNECT  Connect req. (T69, Node:'', PID:5376)
    2007-03-30 16:18:07     0x1244     19615 VOLUMEIO Attaching volume 'F:\sapdb\CRP\sapdata\DISKD0001'
    2007-03-30 16:18:07     0x24E0 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0001'
    2007-03-30 16:18:07     0x1244 ERR 20027 IOMan    Attach error on data volume 1: error evaluating volume
    2007-03-30 16:18:07     0x1244 ERR     3 Admin    Database state: OFFLINE
    2007-03-30 16:18:07     0x1244 ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2007-03-30 16:18:07     0x1244 ERR 20017 Admin     +   RestartFilesystem failed with 'I/O error'
    2007-03-30 16:18:07     0x1244     19651 CONNECT  Connection released, T69
    2007-03-30 16:18:07     0x1244     19621 DBSTATE  Shutdown kill requested
    2007-03-30 16:18:07     0x1394 ERR     7 Messages Begin of dump of registered messages
    2007-03-30 16:18:07     0x1394 ERR    10 Messages abort dump of registered messages
    2007-03-30 16:18:07     0x1394 ERR     8 Messages End of the message list registry dump
    2007-03-30 16:18:07     0x1394     19684 TASKING  Tracewriter termination timeout: 1200 sec
    2007-03-30 16:18:07     0x21B4     20000 Trace    Start flush kernel trace
    2007-03-30 16:18:07     0x21B4     19617 VOLUMEIO Single I/O attach, 'knltrace', UKT:1
    2007-03-30 16:18:07     0x21B4     20001 Trace    Stop flush kernel trace
    2007-03-30 16:18:07     0x21B4     20002 Trace    Start flush kernel dump
    2007-03-30 16:18:07     0x21B4     20003 Trace    Stop flush kernel dump
    2007-03-30 16:18:07     0x21B4     19619 TASKING  Releasing tracewriter
    2007-03-30 16:18:07     0x1238 ERR 20125 RTE      Database automatic restart failed
    2007-03-30 16:18:07     0x1394     19890 DIAGHIST Backup of diagnostic files will be forced at next restart
    2007-03-30 16:18:07     0x1394     19600 VERSION  'Kernel    7.6.00   Build 035-123-139-084'
    2007-03-30 16:18:07     0x1394     19654 DBSTATE  SERVERDB 'CRP' has stopped
    current write position -
    <b>In knldiag.err file:</b>
    Date       Time       TID(hex) Typ MsgID Label    Message-Text
    2007-03-18 02:12:05                               --- Starting GMT 2007-03-17 18:12:05           7.6.00   Build 035-123-139-084
    2007-03-18 02:48:02     0x2170 ERR 18163 VOLUMEIO Could not write page 507904 on volume 'F:\sapdb\CRP\sapdata\DISKD0007', rc = 1450
    2007-03-18 02:48:02     0x2100 ERR 18163 VOLUMEIO Could not write page 688128 on volume 'F:\sapdb\CRP\sapdata\DISKD0005', rc = 1450
    2007-03-18 02:48:02     0x25D4 ERR 18163 VOLUMEIO Could not write page 602112 on volume 'F:\sapdb\CRP\sapdata\DISKD0003', rc = 1450
    2007-03-18 02:48:02     0x1AC4 ERR 18163 VOLUMEIO Could not write page 700416 on volume 'F:\sapdb\CRP\sapdata\DISKD0001', rc = 1450
    2007-03-18 02:48:04     0x246C ERR 20030 IOMan    Formatting of data area failed
    2007-03-18 02:48:15     0x246C ERR     3 Admin    Database state: OFFLINE
    2007-03-18 02:48:15     0x246C ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2007-03-18 02:48:20     0x1C6C ERR     7 Messages Begin of dump of registered messages
    2007-03-18 02:48:20     0x1C6C ERR    10 Messages abort dump of registered messages
    2007-03-18 02:48:20     0x1C6C ERR     8 Messages End of the message list registry dump
    2007-03-18 02:50:06                               ___ Stopping GMT 2007-03-17 18:50:06           7.6.00   Build 035-123-139-084
    2007-03-18 03:17:14                               --- Starting GMT 2007-03-17 19:17:14           7.6.00   Build 035-123-139-084
    2007-03-18 03:18:43     0x2604 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0005'
    2007-03-18 03:18:43     0x2710 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0007'
    2007-03-18 03:18:43     0x11F4 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0003'
    2007-03-18 03:18:43     0x23C0 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0001'
    2007-03-18 03:18:43      0xF90 ERR 20030 IOMan    Formatting of data area failed
    2007-03-18 03:18:43      0xF90 ERR     3 Admin    Database state: OFFLINE
    2007-03-18 03:18:43      0xF90 ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2007-03-18 03:18:43     0x2254 ERR     7 Messages Begin of dump of registered messages
    2007-03-18 03:18:43     0x2254 ERR    10 Messages abort dump of registered messages
    2007-03-18 03:18:43     0x2254 ERR     8 Messages End of the message list registry dump
    2007-03-18 03:18:44                               ___ Stopping GMT 2007-03-17 19:18:44           7.6.00   Build 035-123-139-084
    2007-03-18 03:21:55                               --- Starting GMT 2007-03-17 19:21:55           7.6.00   Build 035-123-139-084
    2007-03-18 03:21:58     0x2394 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0001'
    2007-03-18 03:21:58     0x1C10 ERR 20027 IOMan    Attach error on data volume 1: error evaluating volume
    2007-03-18 03:21:58     0x1C10 ERR     3 Admin    Database state: OFFLINE
    2007-03-18 03:21:58     0x1C10 ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2007-03-18 03:21:58     0x1C10 ERR 20017 Admin     +   RestartFilesystem failed with 'I/O error'
    2007-03-18 03:21:58     0x22E0 ERR     7 Messages Begin of dump of registered messages
    2007-03-18 03:21:58     0x22E0 ERR    10 Messages abort dump of registered messages
    2007-03-18 03:21:58     0x22E0 ERR     8 Messages End of the message list registry dump
    2007-03-18 03:21:58     0x2014 ERR 20125 RTE      Database automatic restart failed
    2007-03-18 03:21:59                               ___ Stopping GMT 2007-03-17 19:21:59           7.6.00   Build 035-123-139-084
    2007-03-18 03:22:21                               --- Starting GMT 2007-03-17 19:22:21           7.6.00   Build 035-123-139-084
    2007-03-18 03:22:24     0x1EFC ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0001'
    2007-03-18 03:22:24     0x2508 ERR 20027 IOMan    Attach error on data volume 1: error evaluating volume
    2007-03-18 03:22:24     0x2508 ERR     3 Admin    Database state: OFFLINE
    2007-03-18 03:22:24     0x2508 ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2007-03-18 03:22:24     0x2508 ERR 20017 Admin     +   RestartFilesystem failed with 'I/O error'
    2007-03-18 03:22:24      0x310 ERR     7 Messages Begin of dump of registered messages
    2007-03-18 03:22:24      0x310 ERR     8 Messages End of the message list registry dump
    2007-03-18 03:22:25     0x21E0 ERR 20125 RTE      Database automatic restart failed
    2007-03-18 03:22:25                               ___ Stopping GMT 2007-03-17 19:22:25           7.6.00   Build 035-123-139-084
    2007-03-18 03:23:11                               --- Starting GMT 2007-03-17 19:23:11           7.6.00   Build 035-123-139-084
    2007-03-18 03:24:40     0x2780 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0007'
    2007-03-18 03:24:40      0x74C ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0003'
    2007-03-18 03:24:40     0x2124 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0005'
    2007-03-18 03:24:40     0x201C ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0001'
    2007-03-18 03:24:40     0x130C ERR 20030 IOMan    Formatting of data area failed
    2007-03-18 03:24:40     0x130C ERR     3 Admin    Database state: OFFLINE
    2007-03-18 03:24:40     0x130C ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2007-03-18 03:24:40     0x1564 ERR     7 Messages Begin of dump of registered messages
    2007-03-18 03:24:40     0x1564 ERR    10 Messages abort dump of registered messages
    2007-03-18 03:24:40     0x1564 ERR     8 Messages End of the message list registry dump
    2007-03-18 03:24:42                               ___ Stopping GMT 2007-03-17 19:24:42           7.6.00   Build 035-123-139-084
    2007-03-18 03:25:34                               --- Starting GMT 2007-03-17 19:25:34           7.6.00   Build 035-123-139-084
    2007-03-18 03:25:37      0x428 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0001'
    2007-03-18 03:25:37     0x1440 ERR 20027 IOMan    Attach error on data volume 1: error evaluating volume
    2007-03-18 03:25:37     0x1440 ERR     3 Admin    Database state: OFFLINE
    2007-03-18 03:25:37     0x1440 ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2007-03-18 03:25:37     0x1440 ERR 20017 Admin     +   RestartFilesystem failed with 'I/O error'
    2007-03-18 03:25:37     0x2290 ERR     7 Messages Begin of dump of registered messages
    2007-03-18 03:25:37     0x2290 ERR    10 Messages abort dump of registered messages
    2007-03-18 03:25:37     0x2290 ERR     8 Messages End of the message list registry dump
    2007-03-18 03:25:37      0x89C ERR 20125 RTE      Database automatic restart failed
    2007-03-18 03:25:38                               ___ Stopping GMT 2007-03-17 19:25:38           7.6.00   Build 035-123-139-084
    2007-03-30 16:09:11                               --- Starting GMT 2007-03-30 08:09:11           7.6.00   Build 035-123-139-084
    2007-03-30 16:11:46     0x1A4C ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0007'
    2007-03-30 16:11:46      0xAFC ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0001'
    2007-03-30 16:11:46     0x19C4 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0003'
    2007-03-30 16:11:46     0x183C ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0005'
    2007-03-30 16:11:47     0x2470 ERR 20030 IOMan    Formatting of data area failed
    2007-03-30 16:11:56     0x2470 ERR     3 Admin    Database state: OFFLINE
    2007-03-30 16:11:56     0x2470 ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2007-03-30 16:11:57     0x2518 ERR     7 Messages Begin of dump of registered messages
    2007-03-30 16:11:57     0x2518 ERR     8 Messages End of the message list registry dump
    2007-03-30 16:12:43                               ___ Stopping GMT 2007-03-30 08:12:43           7.6.00   Build 035-123-139-084
    2007-03-30 16:18:03                               --- Starting GMT 2007-03-30 08:18:03           7.6.00   Build 035-123-139-084
    2007-03-30 16:18:07     0x24E0 ERR 18156 VOLUMEIO It's not a valid volume: 'F:\sapdb\CRP\sapdata\DISKD0001'
    2007-03-30 16:18:07     0x1244 ERR 20027 IOMan    Attach error on data volume 1: error evaluating volume
    2007-03-30 16:18:07     0x1244 ERR     3 Admin    Database state: OFFLINE
    2007-03-30 16:18:07     0x1244 ERR     6 KernelCo  +   Internal errorcode, Errorcode 9050 "disk_not_accessible"
    2007-03-30 16:18:07     0x1244 ERR 20017 Admin     +   RestartFilesystem failed with 'I/O error'
    2007-03-30 16:18:07     0x1394 ERR     7 Messages Begin of dump of registered messages
    2007-03-30 16:18:07     0x1394 ERR    10 Messages abort dump of registered messages
    2007-03-30 16:18:07     0x1394 ERR     8 Messages End of the message list registry dump
    2007-03-30 16:18:07     0x1238 ERR 20125 RTE      Database automatic restart failed
    2007-03-30 16:18:08                               ___ Stopping GMT 2007-03-30 08:18:08           7.6.00   Build 035-123-139-084

    follow thread Installation Error  SAP Netweaver 04s Full Abap ed. Sneak Preview
    Cheers,
    -Sunil

Maybe you are looking for

  • Adopters in XI

    Hi all, I am an ABAP consultant working from last 4 years on ABAP. Now, want to take a leap into XI .Can anyone help me by providing pdf / doc with configuaration screen shots  of FILE 2 FILE .am sure i will not try cram all at a time .I was taught f

  • Face Time Picture in Picture Trouble

    I'm able to contact someone through face time but they can't see my picture.

  • [bug/question] UIPickerView

    I am playing around with UIPickerView/UIPickerTable... and I noticed something strange: Even though I already set the multiple selection to NO [[ pickerView setAllowsMultipleSelection: NO ]]; In some cases, I can still select more than 1 row. Let's s

  • Nano Repair Turn-around time

    I was just wondering if anyone had any recent experience with how long it is taking to get a repaired/replaced Nano (i.e. how long after your support ticket has gone to "Replacement Ordered / Order Created" to when it actually ships and is received).

  • How to implement Scan Server in WIN2012 R2?

    I received this error: The following devices could not be accessed because they are offline, there is a network issue, the names are incorrect, or the certificate needed to contact the device has not been selected. Please need your help!