Problem in runtime environment

Hello all
I have installed j2sdk 1.4.2 and setted all paths correctly
recently I installed oracle 9i
it has replaced my java runtime environment with 1.3
(when I type java -version in the command window)
how to fix that?

You need to update system environment variable called "PATH".
You will find oracle jre entry before jdk entry. Change the order.

Similar Messages

  • Problems caused by J2 Runtime Environment, v1.5.0_02-b09

    I installed Java 2 Runtime Environment, v1.5.0_02-b09 on Windows XP (Dell computer purchased 4/05, so XP version is current). After installation:
    Everything on my desktop became tinyicons, fonts, and default sizes of windows.
    -- All fonts in every file or application I opened had changed--not just their size.
    I was able to resize icons and fonts on the desktop, but this did not carry
    over to other files, folders, & applications--e.g. text in Works Calendar
    remained tiny, with no option to resize. Only relevant item on Works Help
    suggested reinstalling Works, but I didn't bother, because of another problem:
    --My Mozilla Firefox bookmarks had been wiped out.
    The installation probably caused more unwanted changes, but I didn't hang around
    to find out; I just ran System Restore to undo the damage. My questions are:
    (1) Has anyone else experienced these problems?
    (2) Does anyone have a solution--meaning an easy way to universally restore fonts
    and object-sizes to their pre-installation values, rather than trying to do it one application at a time?
    (3) Now that I've undone the Java installation by System restore, my computer keeps reminding me that an update--namely Java 2 Runtime Environment, v1.5.0_02-b09--is ready to be installed. Does anyone know a way of getting rid
    of this annoying reminder without installing the update, or do I have to live with it for the rest of my computer's life (assuming nobody has an anwer to question 2 above)?

    (3) Now that I've undone the Java installation by
    n by System restore, my computer keeps reminding me
    that an update--namely Java 2 Runtime Environment,
    v1.5.0_02-b09--is ready to be installed. Does anyone
    know a way of getting rid
    of this annoying reminder without installing the
    update, or do I have to live with it for the rest of
    my computer's life (assuming nobody has an anwer to
    question 2 above)?Open Windows Control Panel | Java Control Panel | Update and uncheck the auto update.

  • Runtime Environment Problems

    Hey all -
    new to Java and I have been able to run most of my applications / applets however, my first attempt at accessing a database I continually get the following error:
    Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
    has value '1.3', but '1.4' is required.
    Error: could not find java.dll
    Error: could not find Java 2 Runtime Environment.
    Don't know why all of a sudden I am receiving this error. Any help would be appreciated.
    Thanks

    You have (at least parts) 2 different JRE's in the machine. I'm guessing that you installed an IDE with an older version of java on top of a newer version? If, not you might explain what was done, to facilitate additional diagnosis.
    However, the problem is that a Registry key - the one mentioned - has the wrong value. You can correct the key if you know what it should be and know how, or you can uninstall in reverse order of installs, and then reinstall the version you want.
    Search these forums for the error, there are many threads with much detail.

  • Problem opening Macroleads Firetool and and Omnileads in Webfire. Tried to see if I could download what it seems to be asking for "Java runtime environment 1.6 u29." Either can't find it, or not available. What do I do?

    Problem opening Macroleads Firetool and and Omnileads in Webfire. Tried to see if I could download what it seems to be asking for "Java runtime environment 1.6 u29." Thought I downloaded it, but did not help
    I've lost track of what I've done to solve the problem, but in any case I still get the red bar message that says "If you accidentally clicked no to the security warning, please click here to reload".
    Can't be clicked...does not work and I have no idea what it means.

    It is likely that you either don't have Java installed, or you have an out of data version. Go to [http://www.java.com www.java.com], and download and install the version of Java that is for your computer. After doing that, you should be all good to go.
    Also, Update all your plugins (Flash, etc.): [http://www.mozilla.org/plugincheck/ http://www.mozilla.org/plugincheck/].

  • PROBLEM with JAVA RUNTIME ENVIRONMENT

    HI I installed Limewire & everything but then it said I need a Java Run Time Environment so I downloaded it & installed it but it STILL says the same message:
    Sorry, Limewire could not locate a suitable Java Runtime environment. Please download and install one from http://java.sun.com/getjava/download.html
    I HAVE tried restarting my comp and uninstalling it and reinstalling and verifying it on the internet or whatever but it said it couldn't find it on my comp but another part of their webbie says i have the latest version! How do i fix it?
    I have Windows XP and internet explorer so i don't have ANY idea? Can anyone help? thanx xx

    Why is the Registry invalid? Unless you can assure that this is the only error, it's probably better to uninstall Java and reinstall it, that way any additional errors can also be resolved.

  • Problem setting up separate runtime environment on OWB 11g

    We're trying to set up an environment similar to this: [Split Repositories Implementation|http://download.oracle.com/docs/cd/B28359_01/owb.111/b31280/reqs01.htm#BGBIHAHE]
    The server OS is Windows Server 2003 x64 ed, database version is 11.1.0.7
    The database/warehouse server was installed with a single database where the default design repository is installed. There is a "control center service" running on the default instance.
    We're running OWB clients on separate XP workstations and are able to access the minimal default design repository.
    We've set up another database on the same server, this one is to be used for the runtime environment, as described in the references Oracle diagram referenced above.
    However we're not able to find much useful documentation on how to set up the second database with the runtime environment and control center service.
    Whenever we try to dig deeper into the Oracle documentation, we always end up with hints on how to set up a "remote runtime" on a server without database. This is not what we want to achieve.
    A simple step-by-step guide on how to set up a runtime control center repository with audit tables & packages in a database separate from the design repository database is very difficult to find.
    Is there anyone who've succeded in doing this that could give us any information on how to implement it?
    Regards,
    -Haakon-

    Thanks again Oleg.
    I've now managed to configure up a separate runtime target environment in addition to our design environment.
    For others who might struggle with this; here's what I did:
    - log on to the Windows server console
    - open a command window
    - set ORACLE_SID to the newly created runtime target database
    - set ORACLE_HOME
    to same home as previous OWB default home installation (initial design database)
    - run >sqlplus "/as sysdba"
    - run %OWB_HOME%/owb/UnifiedRepos/clean_owbsys.sql
    to remove all previous OWBSYS setup
    - edit %OWB_HOME%/owb/UnifiedRepos/cat_owb.sql
    and comment out the 'LOCK USER OWBSYS' statement at the end, then run the script
    - run %OWB_HOME%/owb/UnifiedRepos/reset_owbcc_home.sql : this will prompt for "the full path of the Oracle home for the OWB Control Center install:"
    . Enter your '<drive>:\Oracle\product\11.1.0\db_1\owb'
    - after running reset_owbcc_home.sql one needs to set a known password on the OWBSYS user:
    ALTER USER owbsys IDENTIFIED BY password
    - finally run the Repository Assistant locally on your server and set up a new repository workspace in the new database. This time (after running the above sql-scripts, the Assistant did not crash halfway through).
    We're now able to create a new Control Center from the OWB client installation and deploy tables & mappings and execute mappings on the runtime target system.

  • "Error while registering the Java 2 Runtime Environment registry keys"

    "Error while registering the Java 2 Runtime Environment registry keys"
    I am getting the above error when trying to install the 1.3 JRE (installed with the 1.3 plug in which I need). As part of my development I have been installing and uninstalling the JRE multiple times. Then, I got the above error when trying to install it, and now it appears to be installed but I cannot uninstall it. When I try to uninstall it, it just remains, and when I try to install it again I get the above error. I have tried cleaning up all javasoft registry entries, but it doesnt seem to have helped. Can anyone help me either completely uninstall the JRE so I can do a clean install or help me get rid of the error above when I install. Is there some registry entries I should be looking at? Anything else? this is quite urgent as I need to test my applet with the plugin installed and not installed - and I currently cant uninstall it. Any ideas?
    Thanks for your help
    Aaron

    I am getting this same error message when trying to upgrade from 1.3.1_03 to 1.3.1_19.
    I have multiple versions of jre's and jdks on my machine.
    Anyone else seen this problem or know how to resolve it.

  • An unexpected error has been detected by Java Runtime Environment

    Hi there,
    I am trying to run my application in java and suddenly java started giving me the bellow error:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d81bd10, pid=1500, tid=3624
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x5bd10]
    # An error report file with more information is saved as:
    # G:\My Documents\UCY\Graduate\Final Year Project\Persona\Testing\hs_err_pid1500.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    I do not believe that this is a problem in my code as this was working before.
    Also the system works fine for about 20 iterations of the same code and then displays this error
    I also try to uninstall and reinstall java but with no luck.
    I am also attaching the log file that java has saved some information.
    Thanks a lot for your help in advance.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d81bd10, pid=1500, tid=3624
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x5bd10]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0aaa0c00): VMThread [stack: 0x0ab30000,0x0ab80000] [id=3624]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000050
    Registers:
    EAX=0x00000000, EBX=0x003abcec, ECX=0x072d0106, EDX=0x00000000
    ESP=0x0ab7f5bc, EBP=0x003abc60, ESI=0x06b29bc8, EDI=0x06b29bc8
    EIP=0x6d81bd10, EFLAGS=0x00010246
    Top of Stack: (sp=0x0ab7f5bc)
    0x0ab7f5bc: 06b29bc8 06b29bc8 00000000 6d940820
    0x0ab7f5cc: 6d7dcc8b 06b29bc8 0ab7f618 0ab7f618
    0x0ab7f5dc: 00000002 003aa9f8 6d86cd11 06b29c45
    0x0ab7f5ec: 003abab8 6d86cae1 003abcb0 6d83c5a3
    0x0ab7f5fc: 0ab7f618 00000000 003aaa50 06b29c45
    0x0ab7f60c: 6d86c927 0ab7f618 00000000 6d99f718
    0x0ab7f61c: 06b29c45 00000000 6d8676c3 06b29c45
    0x0ab7f62c: 06b29c45 00000000 0ab7f748 00000000
    Instructions: (pc=0x6d81bd10)
    0x6d81bd00: 08 07 c1 e8 02 25 fe ff ff 3f 5e 59 c3 8b 11 56
    0x6d81bd10: ff 52 50 5e 59 c3 cc cc cc cc cc cc cc cc cc cc
    Stack: [0x0ab30000,0x0ab80000], sp=0x0ab7f5bc, free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x5bd10]
    VM_Operation (0x0090f410): GenCollectForAllocation, mode: safepoint, requested by thread 0x003a6400
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0aade000 JavaThread "&#1281;&#49164; &#4944;&#1689;&#23520;&#1689;&#1088;&#1689;&#28936;&#1690;&#23520;&#1689;&#1072;&#1689;&#752;&#1689;&#1041;&#32768;&#27880;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#18011;&#480;&#1689;&#26688;&#28059;&#1538;&#49164; &#4944;&#1689;&#23520;&#1689;&#1424;&#1689;&#29032;&#1690;&#23520;&#1689;&#1408;&#1689;&#1088;&#1689;&#1041;&#32768;&#27496;&#1690;&#65530;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#17499;&#480;&#1689;&#26688;&#28059;&#1795;&#49168; &#4944;&#1689;&#23520;&#1689;&#1760;&#1689;&#29128;&#1690;&#23520;&#1689;&#1744;&#1689;&#1424;&#1689;&#1041;&#32768;&#27592;&#1690;&#65532;&#16383;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#16987;&#480;&#1689;&#26688;&#28059;&#2048;&#49164; &#4944;&#1689;&#23520;&#1689;&#2096;&#1689;&#29224;&#1690;&#23520;&#1689;&#2080;&#1689;&#1760;&#1689;&#1041;&#32768;&#18512;&#1730;&#27688;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#21339;&#480;&#1689;&#26688;&#28059;&#2305;&#49164; &#4944;&#1689;&#23520;&#1689;&#2432;&#1689;&#29320;&#1690;&#23520;&#1689;&#2416;&#1689;&#2096;&#1689;&#1041;&#32768;&#31408;&#1722;&#28072;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#18779;&#480;&#1689;&#26688;&#28059;&#2562;&#49164; &#4944;&#1689;&#23520;&#1689;&#2768;&#1689;&#29416;&#1690;&#23520;&#1689;&#2752;&#1689;&#2432;&#1689;&#1041;&#32768;&#27640;&#1729;&#27400;&#1690;&#65530;&#32767; daemon [_thread_blocked, id=3244, stack(0x0ae00000,0x0ae50000)]
    0x0aad4400 JavaThread "" [_thread_blocked, id=1788, stack(0x0adb0000,0x0ae00000)]
    0x0aac6c00
    [error occurred during error reporting (printing all threads), id 0xc0000005]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x003a5ab0/0x00002710] Threads_lock - owner thread: 0x0aaa0c00
    [0x003a5c50/0x000026d0] Heap_lock - owner thread: 0x003a6400
    Heap
    def new generation total 960K, used 64K [0x02990000, 0x02a90000, 0x02e70000)
    eden space 896K, 0% used [0x02990000, 0x02990000, 0x02a70000)
    from space 64K, 100% used [0x02a70000, 0x02a80000, 0x02a80000)
    to space 64K, 0% used [0x02a80000, 0x02a80000, 0x02a90000)
    tenured generation total 4224K, used 4223K [0x02e70000, 0x03290000, 0x06990000)
    the space 4224K, 99% used [0x02e70000, 0x0328fc38, 0x031a2200, 0x03290000)
    compacting perm gen total 12288K, used 4879K [0x06990000, 0x07590000, 0x0a990000)
    the space 12288K, 39% used [0x06990000, 0x06e53cc0, 0x06e51200, 0x07590000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Program Files\Java\jre1.6.0_06\bin\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x629c0000 - 0x629c9000      C:\WINDOWS\system32\LPK.DLL
    0x74d90000 - 0x74dfb000      C:\WINDOWS\system32\USP10.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jre1.6.0_06\bin\msvcr71.dll
    0x6d7c0000 - 0x6da10000      C:\Program Files\Java\jre1.6.0_06\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6bd00000 - 0x6bd0d000      C:\WINDOWS\system32\SYNCOR11.DLL
    0x6d270000 - 0x6d278000      C:\Program Files\Java\jre1.6.0_06\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d360000 - 0x6d389000      C:\Program Files\Java\jre1.6.0_06\bin\jdwp.dll
    0x6d6c0000 - 0x6d6c6000      C:\Program Files\Java\jre1.6.0_06\bin\npt.dll
    0x6d770000 - 0x6d77c000      C:\Program Files\Java\jre1.6.0_06\bin\verify.dll
    0x6d310000 - 0x6d32f000      C:\Program Files\Java\jre1.6.0_06\bin\java.dll
    0x6d7b0000 - 0x6d7bf000      C:\Program Files\Java\jre1.6.0_06\bin\zip.dll
    0x6d1e0000 - 0x6d1e7000      C:\Program Files\Java\jre1.6.0_06\bin\dt_socket.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:1578
    java_command: TestingResults
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
    CLASSPATH=.;C:\TomCat\webapps\Profiling;C:\TomCat\common\lib\servlet-api.jar;C:\TomCat\common\lib\jsp-api.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar;C:\Program Files\Java\jre1.5.0_03\lib\ext\QTJava.zip
    PATH=C:\Program Files\Java\jre1.6.0_06\bin\client;C:\Program Files\Java\jre1.6.0_06\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\jwsdp-1.3\jwsdp-shared\bin;C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin
    USERNAME=maria
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 523632k(50496k free), swap 882224k(299028k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b22) for windows-x86 JRE (1.6.0_06-b02), built on Mar 25 2008 01:22:05 by "java_re" with MS VC++ 7.1
    time: Sun Jun 15 19:09:27 2008
    elapsed time: 105 seconds
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Hi there,
    I am trying to run my application in java and suddenly java started giving me the bellow error:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d81bd10, pid=1500, tid=3624
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x5bd10]
    # An error report file with more information is saved as:
    # G:\My Documents\UCY\Graduate\Final Year Project\Persona\Testing\hs_err_pid1500.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    I do not believe that this is a problem in my code as this was working before.
    Also the system works fine for about 20 iterations of the same code and then displays this error
    I also try to uninstall and reinstall java but with no luck.
    I am also attaching the log file that java has saved some information.
    Thanks a lot for your help in advance.
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d81bd10, pid=1500, tid=3624
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode windows-x86)
    # Problematic frame:
    # V [jvm.dll+0x5bd10]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0aaa0c00): VMThread [stack: 0x0ab30000,0x0ab80000] [id=3624]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000050
    Registers:
    EAX=0x00000000, EBX=0x003abcec, ECX=0x072d0106, EDX=0x00000000
    ESP=0x0ab7f5bc, EBP=0x003abc60, ESI=0x06b29bc8, EDI=0x06b29bc8
    EIP=0x6d81bd10, EFLAGS=0x00010246
    Top of Stack: (sp=0x0ab7f5bc)
    0x0ab7f5bc: 06b29bc8 06b29bc8 00000000 6d940820
    0x0ab7f5cc: 6d7dcc8b 06b29bc8 0ab7f618 0ab7f618
    0x0ab7f5dc: 00000002 003aa9f8 6d86cd11 06b29c45
    0x0ab7f5ec: 003abab8 6d86cae1 003abcb0 6d83c5a3
    0x0ab7f5fc: 0ab7f618 00000000 003aaa50 06b29c45
    0x0ab7f60c: 6d86c927 0ab7f618 00000000 6d99f718
    0x0ab7f61c: 06b29c45 00000000 6d8676c3 06b29c45
    0x0ab7f62c: 06b29c45 00000000 0ab7f748 00000000
    Instructions: (pc=0x6d81bd10)
    0x6d81bd00: 08 07 c1 e8 02 25 fe ff ff 3f 5e 59 c3 8b 11 56
    0x6d81bd10: ff 52 50 5e 59 c3 cc cc cc cc cc cc cc cc cc cc
    Stack: [0x0ab30000,0x0ab80000], sp=0x0ab7f5bc, free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x5bd10]
    VM_Operation (0x0090f410): GenCollectForAllocation, mode: safepoint, requested by thread 0x003a6400
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0aade000 JavaThread "&#1281;&#49164; &#4944;&#1689;&#23520;&#1689;&#1088;&#1689;&#28936;&#1690;&#23520;&#1689;&#1072;&#1689;&#752;&#1689;&#1041;&#32768;&#27880;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#18011;&#480;&#1689;&#26688;&#28059;&#1538;&#49164; &#4944;&#1689;&#23520;&#1689;&#1424;&#1689;&#29032;&#1690;&#23520;&#1689;&#1408;&#1689;&#1088;&#1689;&#1041;&#32768;&#27496;&#1690;&#65530;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#17499;&#480;&#1689;&#26688;&#28059;&#1795;&#49168; &#4944;&#1689;&#23520;&#1689;&#1760;&#1689;&#29128;&#1690;&#23520;&#1689;&#1744;&#1689;&#1424;&#1689;&#1041;&#32768;&#27592;&#1690;&#65532;&#16383;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#16987;&#480;&#1689;&#26688;&#28059;&#2048;&#49164; &#4944;&#1689;&#23520;&#1689;&#2096;&#1689;&#29224;&#1690;&#23520;&#1689;&#2080;&#1689;&#1760;&#1689;&#1041;&#32768;&#18512;&#1730;&#27688;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#21339;&#480;&#1689;&#26688;&#28059;&#2305;&#49164; &#4944;&#1689;&#23520;&#1689;&#2432;&#1689;&#29320;&#1690;&#23520;&#1689;&#2416;&#1689;&#2096;&#1689;&#1041;&#32768;&#31408;&#1722;&#28072;&#1690;&#65535;&#32767;&#23224;&#1689;&#21840;&#1689;&#22128;&#1689;&#21992;&#1689;&#22312;&#1689;&#600;&#1689;&#18779;&#480;&#1689;&#26688;&#28059;&#2562;&#49164; &#4944;&#1689;&#23520;&#1689;&#2768;&#1689;&#29416;&#1690;&#23520;&#1689;&#2752;&#1689;&#2432;&#1689;&#1041;&#32768;&#27640;&#1729;&#27400;&#1690;&#65530;&#32767; daemon [_thread_blocked, id=3244, stack(0x0ae00000,0x0ae50000)]
    0x0aad4400 JavaThread "" [_thread_blocked, id=1788, stack(0x0adb0000,0x0ae00000)]
    0x0aac6c00
    [error occurred during error reporting (printing all threads), id 0xc0000005]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x003a5ab0/0x00002710] Threads_lock - owner thread: 0x0aaa0c00
    [0x003a5c50/0x000026d0] Heap_lock - owner thread: 0x003a6400
    Heap
    def new generation total 960K, used 64K [0x02990000, 0x02a90000, 0x02e70000)
    eden space 896K, 0% used [0x02990000, 0x02990000, 0x02a70000)
    from space 64K, 100% used [0x02a70000, 0x02a80000, 0x02a80000)
    to space 64K, 0% used [0x02a80000, 0x02a80000, 0x02a90000)
    tenured generation total 4224K, used 4223K [0x02e70000, 0x03290000, 0x06990000)
    the space 4224K, 99% used [0x02e70000, 0x0328fc38, 0x031a2200, 0x03290000)
    compacting perm gen total 12288K, used 4879K [0x06990000, 0x07590000, 0x0a990000)
    the space 12288K, 39% used [0x06990000, 0x06e53cc0, 0x06e51200, 0x07590000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Program Files\Java\jre1.6.0_06\bin\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x7e410000 - 0x7e4a0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x629c0000 - 0x629c9000      C:\WINDOWS\system32\LPK.DLL
    0x74d90000 - 0x74dfb000      C:\WINDOWS\system32\USP10.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jre1.6.0_06\bin\msvcr71.dll
    0x6d7c0000 - 0x6da10000      C:\Program Files\Java\jre1.6.0_06\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6bd00000 - 0x6bd0d000      C:\WINDOWS\system32\SYNCOR11.DLL
    0x6d270000 - 0x6d278000      C:\Program Files\Java\jre1.6.0_06\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d360000 - 0x6d389000      C:\Program Files\Java\jre1.6.0_06\bin\jdwp.dll
    0x6d6c0000 - 0x6d6c6000      C:\Program Files\Java\jre1.6.0_06\bin\npt.dll
    0x6d770000 - 0x6d77c000      C:\Program Files\Java\jre1.6.0_06\bin\verify.dll
    0x6d310000 - 0x6d32f000      C:\Program Files\Java\jre1.6.0_06\bin\java.dll
    0x6d7b0000 - 0x6d7bf000      C:\Program Files\Java\jre1.6.0_06\bin\zip.dll
    0x6d1e0000 - 0x6d1e7000      C:\Program Files\Java\jre1.6.0_06\bin\dt_socket.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:1578
    java_command: TestingResults
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
    CLASSPATH=.;C:\TomCat\webapps\Profiling;C:\TomCat\common\lib\servlet-api.jar;C:\TomCat\common\lib\jsp-api.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msbase.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\msutil.jar;c:\program files\Microsoft SQL Server 2000 Driver for JDBC\lib\mssqlserver.jar;C:\Program Files\Java\jre1.5.0_03\lib\ext\QTJava.zip
    PATH=C:\Program Files\Java\jre1.6.0_06\bin\client;C:\Program Files\Java\jre1.6.0_06\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Common Files\Teleca Shared;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\jwsdp-1.3\jwsdp-shared\bin;C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin
    USERNAME=maria
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 13 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 523632k(50496k free), swap 882224k(299028k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b22) for windows-x86 JRE (1.6.0_06-b02), built on Mar 25 2008 01:22:05 by "java_re" with MS VC++ 7.1
    time: Sun Jun 15 19:09:27 2008
    elapsed time: 105 seconds
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  • A fatal error has been detected by the Java Runtime Environment:

    when i start up the eclipse, it comes out the problem.
    i think it is an ordinary problem here , but i just can solve it for i tried several times...here is main the error log below:
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00007f35050fcdda, pid=4191, tid=139865686824704
    # JRE version: 6.0_37-b06
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # V [libjvm.so+0x4badda] instanceKlass::method_with_idnum(int)+0x2a
    i know it's something wrong with the frame , maybe solved by manual the eclipse.ini, but how?

    982103 wrote:
    i think it is an ordinary problem hereA native crash is anything but an ordinary problem. Somewhere in some native module, something goes wrong. It is even likely that it is in a module that is in no way related to Java.

  • Removing Java 2 Runtime Environment, SE v1.4.2_04

    I'm having problems removing this from my pc. I tried using the Add/Remove Programs and get an error message. Basically it ells me that "The file 'C:\Documents and Settings\Administrator\Local Settings\Application Data\etc.......... is not a valid installation package for the product Java 2 Runtime Environment SE v1.4.2_04 etc.......... etc........
    However when I do a browse to that location I do see the .msi package it is looking for. I tried to reinstall the package but cannot because it tells me I already have a version installed. How can I remove this? I'm willing to go as far as doing it manually. Thanks.
    Allen

    The security enhancements are documented at http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_06
    Changes in 1.5.0_06
    Prior to this update [1.5.0_06], an applet or [Java Web Start] application could specify the version of the JRE on which it would run. This has changed. All applets are executed with the latest JRE version. Unsigned Java Web Start applications that specify a version other than the latest trigger a warning, requiring explicit user permission before the application will run. Signed Java Web start applications are not affected.
    In other words, only Applets and unsigned Java Web Start applications are affected by the security enhancements. Standalone applications can select any JRE they want, even if it is the outdated 1.4.2_13.

  • Java 2 runtime Environment setup failed with a return code of -1

    Hi!
    I have tried to install sdk 1_3_1_01 on Windows 2000 with ServicePack 2 and the error "Java 2 runtime Environment setup failed with a return code of -1" occured. As I saw, a lot of people has the problem but couldn't find a solution on this page!
    Please help !
    Me

    I've installed 1.3.1_01 on both W2K Workstation and Server, no problem. There's a bug report, but no workaround or solution.
    http://developer.java.sun.com/developer/bugParade/bugs/4412291.html
    and it's supposedly 'fixed' in 1.4.0 beta.
    http://java.sun.com/j2se/1.4/fixedbugs/fixedbugs-beta2.html
    You might try installing the beta version
    http://java.sun.com/j2se/

  • Eclipse give following error :could not find Java 2 runtime environment

    When I try to start eclipse it is giving me following error could not find Java 2 runtime environment.It was working fine untill I installed a new verson of eclipse although I am not whethar that is the source of problem.
    When i give java -version command in command prompt it shows
    Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
    has value '1.4', but '1.6' is required.
    Error: could not find java.dll
    Error: could not find Java 2 Runtime Environment.
    My java Home ,classpath , and path are all set as I say it was earliar woking fine.
    Please Help.

    I know this is a relatively old post, but some people can stumble on this page when doing a search for this problem.
    Anyway, I ran into this on my PC after I installed Sybase which had an older jre.
    Solution:
    1. Run regedit
    2. Look for Java Runtime Environment
    You may have to do multiple searches. Eventually you'll find one with the version number.
    3. Modify the value and change it to the correct version number. (in your case, you would have changed it from 1.4 to 1.6).
    This is much quicker than reinstalling Java every time installing something that uses an older version of Java hoses up the registry value.

  • Error:could not find Java 2 Runtime Environment

    Greetings,i have a java problem with a game(football manager 2008) installation.I have a hp laptop with windows vista installed and when the installation is on 100%.It appears Error:could not find Java 2 Runtime Environment.I have taken some screenshots to help you understand my problem.
    intallation:
    http://img218.imageshack.us/img218/7945/egkatastashba2.jpg
    the error:
    http://img232.imageshack.us/img232/6388/errorty5.jpg
    Also i tried to join a site which java is required and it appeard the following errors:
    http://img87.imageshack.us/img87/6465/sfalmasp6.jpg
    http://img87.imageshack.us/img87/9337/sfalma2sj1.jpg
    PS:I have installed the java(Java(TM)6 Update 5).I hope to receive a reply with the solution of the problem as soon as possible.Thank you
    Edited by: Cap.George on Mar 7, 2008 8:46 AM
    Edited by: Cap.George on Mar 7, 2008 8:47 AM

    Consider going to a Windows forum
    (or better yet, to Microsoft's web site or to a local book store)
    and learning about Vista's "User Account Control".
    At least do a Google search on it.

  • "Error" in ApEx install scripts for runtime environment?

    I recently installed a runtime ApEx 3.1 on a 10.2.0.1.0 database. After installing an application which uses the Database Account Credentials method for authentication I was unable to login to the application, getting an ERR-10480 message. After some research on this forum I granted ALTER USER to FLOWS_030100 which resolved the issue. So far so good.
    But I was still puzzled as to why the application had worked without problems in a development environment and not in the runtime environment. It took only a few minutes to locate the problem though. In the runtime-install script "apxrtins.sql" there is a call to the "runtime_grant_revoke.sql" script which removes unnecessary DBA system privileges for a runtime environment (which is a good thing IMO). In this script there is also a REVOKE ALTER USER statement, but it seems this one is needed if your application uses the DBACCOUNT authentication method. I didn't find anything on this in the documentation.
    Anyone else notice this as well? I would think this is a bug in the install-scripts but perhaps I'm missing something somewhere?

    Tim,
    Thanks for reporting this. In database server versions earlier than 10.2.0.3, the alter user privilege is required for the "flows" schema to support the feature you mentioned. We'll try to get this fixed in the next patch release.
    Scott

  • Maxdb doesn't start error -24994 runtime environment

    Hello.
    The server with system was fall down (there was problems with
    electricity). After turn on maxdb doesn't start (only admin state, it
    can't go to online). There is message -24994 Runtime environment error
    [db_online -f],4, connection broken. Files knldiag and knldiag.err you can see below.
    knldiag:
    Date       Time       TID(hex) Typ MsgID Label    Message-Text
    2008-09-02 12:26:43      0x308     19707 CONNECT  WINSOCK: 2.0, SQLTCP-DLL: 7.6.0
    2008-09-02 12:26:43      0x308     20233 RTE      Dump of all kernel parameters start
    2008-09-02 12:26:43      0x308     20206 RTE      Using mode NORMAL for data volume 1
    2008-09-02 12:26:43      0x308     20206 RTE      Using mode NORMAL for data volume 2
    2008-09-02 12:26:43      0x308     20206 RTE      Using mode NORMAL for data volume 3
    2008-09-02 12:26:43      0x308     20234 RTE       ADMIN=1
    2008-09-02 12:26:43      0x308     20234 RTE       AKDUMP_ALLOWED=YES
    2008-09-02 12:26:43      0x308     20234 RTE       ALLOW_MULTIPLE_SERVERTASK_UKTS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       AUTHENTICATION_ALLOW=
    2008-09-02 12:26:43      0x308     20234 RTE       AUTHENTICATION_DENY=
    2008-09-02 12:26:43      0x308     20234 RTE       AUTOSAVE=1
    2008-09-02 12:26:43      0x308     20234 RTE       AUTO_RECREATE_BAD_INDEXES=NO
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUPRESULT=1
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUP_BLOCK_CNT=64
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUPHISTFILE=dbm.knl
    2008-09-02 12:26:43      0x308     20234 RTE       BACKUPMED_DEF=dbm.mdf
    2008-09-02 12:26:43      0x308     20234 RTE       CACHE_SIZE=174720
    2008-09-02 12:26:43      0x308     20234 RTE       CALLSTACKLEVEL=0
    2008-09-02 12:26:43      0x308     20234 RTE       CATCACHE_MINSIZE=262144
    2008-09-02 12:26:43      0x308     20234 RTE       CAT_CACHE_SUPPLY=10000
    2008-09-02 12:26:43      0x308     20234 RTE       CHECKDATA=1
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_BACKUP=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_COMMON=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_CONVERTER=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_DATACACHE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_DATAINDEX=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_DATAPAGELOG=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_FBM=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_HASHED_RESULTSET=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_IOMAN=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_KB_REGIONS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOCK_SUPPLY=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOCK=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGHISTORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGPAGE=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGTRANS=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_LOGVOLUME=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_REGIONS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_SRVTASKS=0
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TABLE_WIDTH=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TASK_SPECIFIC_CATALOGCACHE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TRANSLIST=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TREE_LOCKS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CHECK_TREE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CLUSTERED_LOBS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       CLUSTER_WRITE_THRESHOLD=80
    2008-09-02 12:26:43      0x308     20234 RTE       COLUMNCOMPRESSION=YES
    2008-09-02 12:26:43      0x308     20234 RTE       _COMMENT=
    2008-09-02 12:26:43      0x308     20234 RTE       CONTROLPASSWORD=***
    2008-09-02 12:26:43      0x308     20234 RTE       CONTROLUSERID=CONTROL
    2008-09-02 12:26:43      0x308     20234 RTE       CONVERTER_REGIONS=16
    2008-09-02 12:26:43      0x308     20234 RTE       DATABASEFULL=1
    2008-09-02 12:26:43      0x308     20234 RTE       DATACACHE_RGNS=64
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_IO_BLOCK_COUNT=64
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_GROUPS=1
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_MODE_0001=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_MODE_0002=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_MODE_0003=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_NAME_0001=E:\sapdb\DFS\sapdata\disk001\DISKD0001
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_NAME_0002=E:\sapdb\DFS\sapdata\disk002\DISKD0002
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_NAME_0003=E:\sapdb\DFS\sapdata\disk003\DISKD0003
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_SIZE_0001=3840000
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_SIZE_0002=3840000
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_SIZE_0003=3840000
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_TYPE_0001=F
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_TYPE_0002=F
    2008-09-02 12:26:43      0x308     20234 RTE       DATA_VOLUME_TYPE_0003=F
    2008-09-02 12:26:43      0x308     20234 RTE       DATE_TIME_FORMAT=INTERNAL
    2008-09-02 12:26:43      0x308     20234 RTE       DBFILLINGABOVELIMIT=70L80M85M90H95H96H97H98H99H
    2008-09-02 12:26:43      0x308     20234 RTE       DBFILLINGBELOWLIMIT=70L80L85L90L95L
    2008-09-02 12:26:43      0x308     20234 RTE       DDLTRIGGER=YES
    2008-09-02 12:26:43      0x308     20234 RTE       DEADLOCK_DETECTION=4
    2008-09-02 12:26:43      0x308     20234 RTE       DEFAULT_CODE=ASCII
    2008-09-02 12:26:43      0x308     20234 RTE       DELAYCOMMIT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       DELAYLOGWRITER=0
    2008-09-02 12:26:43      0x308     20234 RTE       DIAG_HISTORY_NUM=2
    2008-09-02 12:26:43      0x308     20234 RTE       DIAG_HISTORY_PATH=e:\sapdb\data\wrk\DFS\DIAGHISTORY
    2008-09-02 12:26:43      0x308     20234 RTE       DIAGSEM=0
    2008-09-02 12:26:43      0x308     20234 RTE       DWIO_AREA_FLUSH=50
    2008-09-02 12:26:43      0x308     20234 RTE       DWIO_AREA_SIZE=50
    2008-09-02 12:26:43      0x308     20234 RTE       DWLRU_TAIL_FLUSH=25
    2008-09-02 12:26:43      0x308     20234 RTE       ENABLE_CHECK_INSTANCE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       ENABLE_SYSTEM_TRIGGERS=YES
    2008-09-02 12:26:43      0x308     20234 RTE       ERROR=3
    2008-09-02 12:26:43      0x308     20234 RTE       _EVENTFILE=knldiag.evt
    2008-09-02 12:26:43      0x308     20234 RTE       _EVENTSIZE=0
    2008-09-02 12:26:43      0x308     20234 RTE       EVENT=1
    2008-09-02 12:26:43      0x308     20234 RTE       EXPAND_COM_TRACE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       EXTERNAL_DUMP_REQUEST=NO
    2008-09-02 12:26:43      0x308     20234 RTE       FBMLOW_IO_RATE=10
    2008-09-02 12:26:43      0x308     20234 RTE       FBM_VOLUME_BALANCE=10
    2008-09-02 12:26:43      0x308     20234 RTE       FBM_VOLUME_COMPRESSION=50
    2008-09-02 12:26:43      0x308     20234 RTE       FILEDIR_SPINLOCKPOOL_SIZE=10
    2008-09-02 12:26:43      0x308     20234 RTE       FORBID_LOAD_BALANCING=NO
    2008-09-02 12:26:43      0x308     20234 RTE       FORMATTING_MODE=PARALLEL
    2008-09-02 12:26:43      0x308     20234 RTE       FORMAT_DATAVOLUME=YES
    2008-09-02 12:26:43      0x308     20234 RTE       HASHED_RESULTSET_CACHESIZE=262144
    2008-09-02 12:26:43      0x308     20234 RTE       HASHED_RESULTSET=YES
    2008-09-02 12:26:43      0x308     20234 RTE       HEAP_CHECK_LEVEL=0
    2008-09-02 12:26:43      0x308     20234 RTE       HIRES_TIMER_TYPE=CPU
    2008-09-02 12:26:43      0x308     20234 RTE       HS_STORAGE_DLL=libhsscopy
    2008-09-02 12:26:43      0x308     20234 RTE       HS_SYNC_INTERVAL=50
    2008-09-02 12:26:43      0x308     20234 RTE       IDXFILELIST_SIZE=2048
    2008-09-02 12:26:43      0x308     20234 RTE       INDEX_LEAF_CACHING=2
    2008-09-02 12:26:43      0x308     20234 RTE       INIT_ALLOCATORSIZE=258048
    2008-09-02 12:26:43      0x308     20234 RTE       INSTANCE_TYPE=OLTP
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSFOR_PRIO=0
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSFOR_READER=0
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSPER_DEV=1
    2008-09-02 12:26:43      0x308     20234 RTE       IOPROCSSWITCH=2
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_MAXTAB_LEVEL4=64
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_MAXTAB_LEVEL9=5
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_SEARCH_LEVEL=0
    2008-09-02 12:26:43      0x308     20234 RTE       JOIN_TABLEBUFFER=128
    2008-09-02 12:26:43      0x308     20234 RTE       _KERNELDIAGFILE=knldiag
    2008-09-02 12:26:43      0x308     20234 RTE       KERNELDIAGSIZE=800
    2008-09-02 12:26:43      0x308     20234 RTE       _KERNELDUMPFILE=knldump
    2008-09-02 12:26:43      0x308     20234 RTE       _KERNELTRACEFILE=knltrace
    2008-09-02 12:26:43      0x308     20234 RTE       KERNELTRACESIZE=869
    2008-09-02 12:26:43      0x308     20234 RTE       KERNELVERSION=KERNEL    7.6.00   BUILD 035-123-139-084
    2008-09-02 12:26:43      0x308     20234 RTE       LOAD_BALANCING_CHK=0
    2008-09-02 12:26:43      0x308     20234 RTE       LOAD_BALANCING_DIF=10
    2008-09-02 12:26:43      0x308     20234 RTE       LOAD_BALANCING_EQ=5
    2008-09-02 12:26:43      0x308     20234 RTE       LOCAL_REDO_LOG_BUFFER_SIZE=57344
    2008-09-02 12:26:43      0x308     20234 RTE       LOCKSUPPLY_BLOCK=100
    2008-09-02 12:26:43      0x308     20234 RTE       LOGABOVELIMIT=50L75L90M95M96H97H98H99H
    2008-09-02 12:26:43      0x308     20234 RTE       LOGFULL=1
    2008-09-02 12:26:43      0x308     20234 RTE       LOGSEGMENTFULL=1
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_BACKUP_TO_PIPE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_IO_BLOCK_COUNT=4
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_IO_QUEUE=200
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_MIRRORED=YES
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_QUEUE_COUNT=1
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_SEGMENT_SIZE=85333
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_NAME_001=E:\sapdb\DFS\saplog\log01\DISKL001
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_NAME_002=E:\sapdb\DFS\saplog\log02\DISKL002
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_SIZE_001=256000
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_SIZE_002=256000
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_TYPE_001=F
    2008-09-02 12:26:43      0x308     20234 RTE       LOG_VOLUME_TYPE_002=F
    2008-09-02 12:26:43      0x308     20234 RTE       LRU_FOR_SCAN=NO
    2008-09-02 12:26:43      0x308     20234 RTE       MAXBACKUPDEVS=2
    2008-09-02 12:26:43      0x308     20234 RTE       MAXCPU=1
    2008-09-02 12:26:43      0x308     20234 RTE       MAXDATAVOLUMES=11
    2008-09-02 12:26:43      0x308     20234 RTE       _MAXEVENTS=100
    2008-09-02 12:26:43      0x308     20234 RTE       _MAXEVENTTASKS=2
    2008-09-02 12:26:43      0x308     20234 RTE       MAXGARBAGECOLL=1
    2008-09-02 12:26:43      0x308     20234 RTE       MAXLOCKS=300000
    2008-09-02 12:26:43      0x308     20234 RTE       MAXLOGVOLUMES=3
    2008-09-02 12:26:43      0x308     20234 RTE       MAXPAGER=64
    2008-09-02 12:26:43      0x308     20234 RTE       MAXRGN_REQUEST=-1
    2008-09-02 12:26:43      0x308     20234 RTE       MAXSERVERTASKS=28
    2008-09-02 12:26:43      0x308     20234 RTE       MAXTASKSTACK=1024
    2008-09-02 12:26:43      0x308     20234 RTE       _MAXTRANS=408
    2008-09-02 12:26:43      0x308     20234 RTE       MAXUSERTASKS=50
    2008-09-02 12:26:43      0x308     20234 RTE       MAXVOLUMES=18
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_HASHTABLE_MEMORY=24000
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_LOG_QUEUE_COUNT=0
    2008-09-02 12:26:43      0x308     20234 RTE       MAXMESSAGE_FILES=0
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_MESSAGE_LIST_LENGTH=100
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_RETENTION_TIME=480
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_SERVERTASK_STACK=500
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_SINGLE_HASHTABLE_SIZE=4000
    2008-09-02 12:26:43      0x308     20234 RTE       MAX_SPECIALTASK_STACK=500
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKDATA_SIZE=32768
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKQUAL_SIZE=32768
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKSTACK_SIZE=32768
    2008-09-02 12:26:43      0x308     20234 RTE       MBLOCKSTRAT_SIZE=12288
    2008-09-02 12:26:43      0x308     20234 RTE       MCOD=NO
    2008-09-02 12:26:43      0x308     20234 RTE       MEMORY_ALLOCATION_LIMIT=0
    2008-09-02 12:26:43      0x308     20234 RTE       MEM_ENHANCE_LIMIT=0
    2008-09-02 12:26:43      0x308     20234 RTE       MINI_DUMP=NORMAL
    2008-09-02 12:26:43      0x308     20234 RTE       MINREPLYSIZE=4096
    2008-09-02 12:26:43      0x308     20234 RTE       MINSERVERTASKS=28
    2008-09-02 12:26:43      0x308     20234 RTE       MIN_RETENTION_TIME=60
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_READ=2147483647
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_ROWNO=0
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_SELECTIVITY=0
    2008-09-02 12:26:43      0x308     20234 RTE       MONITOR_TIME=2147483647
    2008-09-02 12:26:43      0x308     20234 RTE       MPDISP_LOOPS=1
    2008-09-02 12:26:43      0x308     20234 RTE       MPDISP_PRIO=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_BUSY_WAIT=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_DIRTY_READ=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MP_RGN_LOOP=-1
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_PRIO=DEFAULT
    2008-09-02 12:26:43      0x308     20234 RTE       MPRGN_QUEUE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_NAME_001=D:\sapdb\DFS\saplog\m_log01\M_DISKL001
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_NAME_002=D:\sapdb\DFS\saplog\m_log02\M_DISKL002
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_TYPE_001=F
    2008-09-02 12:26:43      0x308     20234 RTE       M_LOG_VOLUME_TYPE_002=F
    2008-09-02 12:26:43      0x308     20234 RTE       OFFICIAL_NODE=
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_BLOCKSIZE=10000
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_COUNT=1
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_LIMIT=0
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_HEAP_THRESHOLD=100
    2008-09-02 12:26:43      0x308     20234 RTE       OMSREGIONS=0
    2008-09-02 12:26:43      0x308     20234 RTE       OMSRGNS=7
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_RUN_IN_UDE_SERVER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_STREAM_TIMEOUT=30
    2008-09-02 12:26:43      0x308     20234 RTE       OMS_VERS_THRESHOLD=2097152
    2008-09-02 12:26:43      0x308     20234 RTE       ONLINE=1
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_AGGREGATION=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_FETCH_REVERSE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_FIRST_ROWS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_HASHTABLE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_HASH_MINIMAL_RATIO=1
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_ONEPHASE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_OPERATOR_SORT=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_OUTER=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_PARALLEL_MINSIZE=1000000
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_JOIN_PARALLEL_SERVERS=0
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_MIN_MAX=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_OPERATOR_JOIN_COSTFUNC=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_OPERATOR_JOIN=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_QUAL_ON_INDEX=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIMIZE_QUERYREWRITE=STATEMENT
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_CACHE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_INV_ONLY=YES
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_JOIN_FETCH=0
    2008-09-02 12:26:43      0x308     20234 RTE       OPTIM_MAX_MERGE=500
    2008-09-02 12:26:43      0x308     20234 RTE       OUTOFSESSIONS=3
    2008-09-02 12:26:43      0x308     20234 RTE       PACKETSIZE=131072
    2008-09-02 12:26:43      0x308     20234 RTE       PAGESIZE=8192
    2008-09-02 12:26:43      0x308     20234 RTE       PREALLOCATE_IOWORKER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_COM=10
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_IOC=80
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_RAV=80
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_REX=40
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOBASE_U2U=100
    2008-09-02 12:26:43      0x308     20234 RTE       PRIOFACTOR=80
    2008-09-02 12:26:43      0x308     20234 RTE       PROTECT_DATACACHE_MEMORY=NO
    2008-09-02 12:26:43      0x308     20234 RTE       READAHEADBLOBS=32
    2008-09-02 12:26:43      0x308     20234 RTE       REQUEST_TIMEOUT=5000
    2008-09-02 12:26:43      0x308     20234 RTE       RESERVEDSERVERTASKS=16
    2008-09-02 12:26:43      0x308     20234 RTE       RESTARTTIME=600
    2008-09-02 12:26:43      0x308     20234 RTE       ROWRGNS=8
    2008-09-02 12:26:43      0x308     20234 RTE       _RTEDUMPFILE=rtedump
    2008-09-02 12:26:43      0x308     20234 RTE       RTE_TEST_REGIONS=0
    2008-09-02 12:26:43      0x308     20234 RTE       RUNDIRECTORY=e:\sapdb\data\wrk\DFS
    2008-09-02 12:26:43      0x308     20234 RTE       SEQUENCE_CACHE=1
    2008-09-02 12:26:43      0x308     20234 RTE       SERVERDBFOR_SAP=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SESSION_TIMEOUT=900
    2008-09-02 12:26:43      0x308     20234 RTE       SET_VOLUME_LOCK=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SHAREDSQL_COMMANDCACHESIZE=262144
    2008-09-02 12:26:43      0x308     20234 RTE       SHAREDSQL_EXPECTEDSTATEMENTCOUNT=1500
    2008-09-02 12:26:43      0x308     20234 RTE       SHAREDSQL=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SHOW_MAX_KB_STACK_USE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       SHOW_MAX_STACK_USE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       STANDBY=1
    2008-09-02 12:26:43      0x308     20234 RTE       SUBTREE_LOCKS=NO
    2008-09-02 12:26:43      0x308     20234 RTE       SYMBOL_DEMANGLING=NO
    2008-09-02 12:26:43      0x308     20234 RTE       SYMBOL_RESOLUTION=YES
    2008-09-02 12:26:43      0x308     20234 RTE       SYSTEMERROR=3
    2008-09-02 12:26:43      0x308     20234 RTE       TABRGNS=8
    2008-09-02 12:26:43      0x308     20234 RTE       TASKCLUSTER01=tw;al;ut;2000sv,100bup;10ev,10gc;
    2008-09-02 12:26:43      0x308     20234 RTE       TASKCLUSTER02=ti,100dw;30000us;
    2008-09-02 12:26:43      0x308     20234 RTE       TASKCLUSTER03=compress
    2008-09-02 12:26:43      0x308     20234 RTE       TIME_MEASUREMENT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_AK=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_ALLOCATOR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_CATALOG=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_CLIENTKERNELCOM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_COMMON=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_COMMUNICATION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_CONVERTER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATACHAIN=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATAINDEX=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATAPAM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DATATREE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DBPROC=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DEFAULT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_DELETE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_FBM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_FILEDIR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_FRAMECTRL=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_INDEX=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_INSERT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_IOMAN=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_IPC=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_JOIN=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_KSQL=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOCK=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGACTION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGHISTORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGPAGE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGTRANS=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LOGVOLUME=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_LONG=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_MEMORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_MESSAGES=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECTCONTAINER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_ADD=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_ALTER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_FREE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT_GET=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OBJECT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_CONTAINERDIR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_CONTEXT=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_ERROR=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_FLUSHCACHE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_INTERFACE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_KEYRANGE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_KEY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_LOCK=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_MEMORY=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_NEWOBJ=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_SESSION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_STREAM=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_VAROBJECT=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OMS_VERSION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_OPTIMIZE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_ORDER_STANDARD=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_ORDER=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_BUP=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_EV=2
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_GC=20
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_LW=5
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_PG=3
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_SV=5
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_TI=2
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_US=10
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES_UT=5
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PAGES=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_PRIMARY_TREE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_QUERYREWRITE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_RUNTIME=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SELECT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SHAREDSQL=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SQLMANAGER=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SRVTASKS=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_STOP_ERRORCODE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SYNCHRONISATION=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_SYSVIEW=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_TABLE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_TIME=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_UPDATE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       TRACE_VOLUME=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRANS_HISTORY_SIZE=0
    2008-09-02 12:26:43      0x308     20234 RTE       TRANSRGNS=8
    2008-09-02 12:26:43      0x308     20234 RTE       TRANS_THRESHOLD_VALUE=60
    2008-09-02 12:26:43      0x308     20234 RTE       UKT_CPU_RELATIONSHIP=NONE
    2008-09-02 12:26:43      0x308     20234 RTE       _UNICODE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       UPDATESTAT_PARALLEL_SERVERS=0
    2008-09-02 12:26:43      0x308     20234 RTE       UPDATESTAT_SAMPLE_ALGO=1
    2008-09-02 12:26:43      0x308     20234 RTE       UPDSTATWANTED=1
    2008-09-02 12:26:43      0x308     20234 RTE       USED_MAX_LOG_QUEUE_COUNT=1
    2008-09-02 12:26:43      0x308     20234 RTE       USESELECTFETCH=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USEVARIABLEINPUT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USEASYNC_IO=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USE_COROUTINES=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USE_FIBERS=YES
    2008-09-02 12:26:43      0x308     20234 RTE       USEIOPROCS_ONLY=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USE_MEM_ENHANCE=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USE_OPEN_DIRECT=NO
    2008-09-02 12:26:43      0x308     20234 RTE       USE_SYSTEM_PAGE_CACHE=YES
    2008-09-02 12:26:43      0x308     20234 RTE       UTILITYPROTFILE=dbm.utl
    2008-09-02 12:26:43      0x308     20234 RTE       UTILITY_PROTSIZE=100
    2008-09-02 12:26:43      0x308     20234 RTE       VOLUMENO_BIT_COUNT=8
    2008-09-02 12:26:43      0x308     20234 RTE       WORKDATASIZE=8192
    2008-09-02 12:26:43      0x308     20234 RTE       WORKSTACKSIZE=8192
    2008-09-02 12:26:43      0x308     20234 RTE       XP_CONVERTER_REGIONS=0
    2008-09-02 12:26:43      0x308     20234 RTE       XP_DATA_CACHE_RGNS=0
    2008-09-02 12:26:43      0x308     20234 RTE       XP_MAXPAGER=0
    2008-09-02 12:26:43      0x308     20235 RTE      Dump of all kernel parameters done
    2008-09-02 12:26:43      0x308     19841 DIAGHIST Backup of diagnostic files is in progress
    2008-09-02 12:26:43      0xE8C WRN 20190 RTE      Unexpected CPU timer leaps, timer type ignored
    2008-09-02 12:26:44      0x308     19842 DIAGHIST Backup of diagnostic files has finished
    2008-09-02 12:26:44      0x308     19600 VERSION  'Kernel    7.6.00   Build 035-123-139-084'
    2008-09-02 12:26:44      0x308     19600 VERSION  'W32/INTEL 7.6.00   Build 035-123-139-084'
    2008-09-02 12:26:44      0x308     19769 INFO     Starting SERVERDB:      'DFS'
    2008-09-02 12:26:44      0x308     19770 INFO              SERVERNODE:    'autaris'
    2008-09-02 12:26:44      0x308     19771 INFO              Process ID:    2216
    2008-09-02 12:26:44      0x308     19773 INFO              Date:          2008-09-02
    2008-09-02 12:26:44      0x308     19772 INFO              Owner:         'SYSTEM'
    2008-09-02 12:26:44      0x308     19774 INFO              Product suite: 'Enterprise'
    2008-09-02 12:26:44      0x308     19806 INFO              Machine:       'Intel IA32 level f revision 2b01'
    2008-09-02 12:26:44      0x308     19783 INFO              Processors:    1 ( logical: 2 )
    2008-09-02 12:26:44      0x308     19782 INFO              Fiber:         'YES'
    2008-09-02 12:26:44      0x308     19776 INFO              Max virtual memory:        2047 MB
    2008-09-02 12:26:44      0x308     19777 INFO              Total physical memory:     4095 MB
    2008-09-02 12:26:44      0x308     19778 INFO              Available physical memory: 3428 MB
    2008-09-02 12:26:44      0x308     20219 RTE      Memory allocation not limited
    2008-09-02 12:26:44      0x308     20220 RTE      System page cache usage enabled
    2008-09-02 12:26:44      0x308     19692 TCLUSTER tw;al;ut;2000sv,100bup;10ev,10gc;ti,100dw;30000us;compress
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of 'BUP':   0
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' DW':  64
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' US':  50
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' SV':  28
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' EV':   2
    2008-09-02 12:26:44      0x308     19693 TCLUSTER number of ' GC':   1
    2008-09-02 12:26:44      0x308     19692 TCLUSTER Total Number of UKT 7
    2008-09-02 12:26:44      0x308     19692 TCLUSTER Number of UKT with User Tasks 1
    2008-09-02 12:26:44      0x308     19860 MEMORY   I/O buffer cache: 174720 Pages allocated
    2008-09-02 12:26:44      0x308     19811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2008-09-02 12:26:44      0x308     19812 EVENTING Eventbuffer 100 events 2 tasks
    2008-09-02 12:26:44      0xB94     19821 TASKING  Thread 2964 starting
    2008-09-02 12:26:44      0x308     19831 TRACE_IO Configured MAXMESSAGE_FILES:0
    2008-09-02 12:26:44      0x308     19832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2008-09-02 12:26:44      0xBA0     19688 THREAD   CLOCK thread started
    2008-09-02 12:26:44      0x774     19688 THREAD   REQUESTOR thread started
    2008-09-02 12:26:44      0xBFC     19688 THREAD   ASYNC0 thread started
    2008-09-02 12:26:44      0xBE8     19688 THREAD   TIMER thread started
    2008-09-02 12:26:44      0xB7C     19821 TASKING  Thread 2940 starting
    2008-09-02 12:26:44      0xB88     20213 RTE      CONSOLE thread started
    2008-09-02 12:26:44       0xE4     19821 TASKING  Thread 228 starting
    2008-09-02 12:26:44       0xE0     19821 TASKING  Thread 224 starting
    2008-09-02 12:26:44      0xB78     19821 TASKING  Thread 2936 starting
    2008-09-02 12:26:44      0x4F8     19821 TASKING  Thread 1272 starting
    2008-09-02 12:26:44      0xC98     19821 TASKING  Thread 3224 starting
    2008-09-02 12:26:44      0x608     19821 TASKING  Thread 1544 starting
    2008-09-02 12:26:44      0x480     19821 TASKING  Thread 1152 starting
    2008-09-02 12:26:44      0x720     19821 TASKING  Thread 1824 starting
    2008-09-02 12:26:44      0x670     19821 TASKING  Thread 1648 starting
    2008-09-02 12:26:44      0x244     19821 TASKING  Thread 580 starting
    2008-09-02 12:26:44      0x314     19627 TASKING  UKT started, TID:0x314
    2008-09-02 12:26:44      0xA50     19627 TASKING  UKT started, TID:0xA50
    2008-09-02 12:26:44      0xE88     19627 TASKING  UKT started, TID:0xE88
    2008-09-02 12:26:44      0x5E8     19627 TASKING  UKT started, TID:0x5E8
    2008-09-02 12:26:44      0xA70     19627 TASKING  UKT started, TID:0xA70
    2008-09-02 12:26:44      0x2F4     19627 TASKING  UKT started, TID:0x2F4
    2008-09-02 12:26:44      0xE34     19627 TASKING  UKT started, TID:0xE34
    2008-09-02 12:26:44      0xE34     19615 VOLUMEIO Attaching volume 'knltrace'
    2008-09-02 12:26:46      0x6C8     19613 DBSTATE  I/O thread for 'knltrace' started
    2008-09-02 12:26:46      0xE34     20040 Admin    Kernel state: 'ADMIN' reached
    2008-09-02 12:26:46      0xE34         9 SrvTasks Available Servertasks: 28
    2008-09-02 12:26:46      0xE34     54003 dynpool  HIST_DIR  item size    :      8
    2008-09-02 12:26:46      0xE34     54003 dynpool  HIST_DIR  num items    :     50
    2008-09-02 12:26:46      0xE34     54003 dynpool  DYNP_B930_HIST_DIR     :    400
    2008-09-02 12:26:46      0xE34     20083 Log      Size of LocalRedoEntryBuffer/transactions: 57344
    2008-09-02 12:26:46      0xE34     54003 dynDATA  DYND_K57_KB_PAGES      :     11
    2008-09-02 12:26:46      0xE34     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TASK LIST       :    208
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP DEVSP LIST      :     96
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP SRR QUEUE       :    656
    2008-09-02 12:26:46      0xE34     54003 dynpool  DYNP_K38_SAVE_GLOB     :   1568
    2008-09-02 12:26:46      0xE34     54003 dynDATA  DYND_K38_SAVE          :   1729
    2008-09-02 12:26:46      0xE34     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TASK LIST       :     32
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP DEVSP LIST      :     16
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-09-02 12:26:46      0xE34     54003 dynpool  BACKUP SRR QUEUE       :    128
    2008-09-02 12:26:46      0xE34     54003 dynpool  DYNP_K38_AUTOSAVE      :    864
    2008-09-02 12:26:46      0xE34     54003 dynDATA  DYND_K38_AUTOSAVE      :    321
    2008-09-02 12:26:46      0xE34     19930 TASKING  Kernel initialization completed
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 5
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:0
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 68
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:1
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 67
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:2
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 66
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:3
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 65
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:4
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 64
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:5
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 63
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:6
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 62
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:7
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 61
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:8
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 60
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:9
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 59
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:10
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 58
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:11
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 57
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:12
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 56
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:13
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 55
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:14
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 54
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:15
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 53
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:16
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 52
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:17
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 51
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:18
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 50
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:19
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 49
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:20
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 48
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:21
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 47
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:22
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 46
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:23
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 45
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:24
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 44
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:25
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 43
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:26
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 42
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:27
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 41
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:28
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 40
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:29
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 39
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:30
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 38
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:31
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 37
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:32
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 36
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:33
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 35
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:34
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 34
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:35
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 33
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:36
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 32
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:37
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 31
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:38
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 30
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:39
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 29
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:40
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 28
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:41
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 27
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:42
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 26
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:43
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 25
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:44
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 24
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:45
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 23
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:46
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 22
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:47
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 21
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:48
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 20
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:49
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 19
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:50
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 18
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:51
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 17
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:52
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 16
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:53
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 15
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:54
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 14
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:55
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 13
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:56
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 12
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:57
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 11
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:58
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 10
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:59
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 9
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:60
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 8
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:61
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 7
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:62
    2008-09-02 12:26:46      0xE34     20018 Pager    Start TaskId: 6
    2008-09-02 12:26:46      0xE34     20019 Pager    First DataCacheSegment:63
    2008-09-02 12:26:47      0xE34        31 SrvTasks Permanently reserved 13 servertasks for 'Backup / Restore'.
    2008-09-02 12:26:47      0xE34        31 SrvTasks Permanently reserved 2 servertasks for 'Backup / Restore'.
    2008-09-02 12:26:47      0xE34        31 SrvTasks Permanently reserved 1 servertasks for 'Savepoint'.
    2008-09-02 12:26:47      0xBE8         3 RunTime  State changed from STARTING to ADMIN
    2008-09-02 12:26:47      0xBE8     19601 DBSTATE  SERVERDB is ready
    ============================================ begin of write cycle ==================
    2008-09-02 12:26:48      0xE88     19633 CONNECT  Connect req. (T69, Node:'', PID:2360)
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\sapdata\disk001\DISKD0001'
    2008-09-02 12:26:48      0x684     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\sapdata\disk001\DISKD0001' started
    2008-09-02 12:26:48      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\sapdata\disk001\DISKD0001', UKT:7
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\sapdata\disk002\DISKD0002'
    2008-09-02 12:26:48      0xCAC     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\sapdata\disk002\DISKD0002' started
    2008-09-02 12:26:48      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\sapdata\disk002\DISKD0002', UKT:7
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\sapdata\disk003\DISKD0003'
    2008-09-02 12:26:48      0xAC0     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\sapdata\disk003\DISKD0003' started
    2008-09-02 12:26:48      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\sapdata\disk003\DISKD0003', UKT:7
    2008-09-02 12:26:48      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\saplog\log01\DISKL001'
    2008-09-02 12:26:48      0x634     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\saplog\log01\DISKL001' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\saplog\log01\DISKL001', UKT:7
    2008-09-02 12:26:49      0xE88     19615 VOLUMEIO Attaching volume 'D:\sapdb\DFS\saplog\m_log01\M_DISKL001'
    2008-09-02 12:26:49      0x678     19613 DBSTATE  I/O thread for 'D:\sapdb\DFS\saplog\m_log01\M_DISKL001' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'D:\sapdb\DFS\saplog\m_log01\M_DISKL001', UKT:7
    2008-09-02 12:26:49      0xE88     19615 VOLUMEIO Attaching volume 'E:\sapdb\DFS\saplog\log02\DISKL002'
    2008-09-02 12:26:49      0x5B0     19613 DBSTATE  I/O thread for 'E:\sapdb\DFS\saplog\log02\DISKL002' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'E:\sapdb\DFS\saplog\log02\DISKL002', UKT:7
    2008-09-02 12:26:49      0xE88     19615 VOLUMEIO Attaching volume 'D:\sapdb\DFS\saplog\m_log02\M_DISKL002'
    2008-09-02 12:26:49      0xB08     19613 DBSTATE  I/O thread for 'D:\sapdb\DFS\saplog\m_log02\M_DISKL002' started
    2008-09-02 12:26:49      0xE88     19617 VOLUMEIO Single I/O attach, 'D:\sapdb\DFS\saplog\m_log02\M_DISKL002', UKT:7
    2008-09-02 12:26:49      0xE88     20016 Pager    Start Read Converter
    2008-09-02 12:27:06      0xE34     20003 KernelDB  70 percent of data area occupied, 3455999 pages free
    2008-09-02 12:27:07      0xE88     20017 Pager    Stop Read Converter, Pages: 4528 IO: 4528
    2008-09-02 12:27:07      0xE88     53000 DATACACH Begin data cache restart
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATA_CACHE_REGIONS     :     64
    2008-09-02 12:27:07      0xE88     54003 dynpool  B20_DATACACHE_HEAD     :  85112
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE head num item:  10639
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE head item siz:      8
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE task queue   :   2144
    2008-09-02 12:27:07      0xE88     54003 dynpool  US + SV + DW +  8      :    134
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE taskq elem   :     16
    2008-09-02 12:27:07      0xE88     54003 dynpool  B20_DATACACHE_TASKQ    :  87256
    2008-09-02 12:27:07      0xE88     54003 dynDATA  DATA_CACHE_PAGES       :   2658
    2008-09-02 12:27:07      0xE88     54003 dynpool  B20_DATACACHE_CB       : 223272
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE num cblocks  :   2658
    2008-09-02 12:27:07      0xE88     54003 dynpool  DATACACHE cblock size  :     84
    2008-09-02 12:27:07      0xE88     54003 dynpool  DYNP_B20_DATACACHE     : 19873792
    2008-09-02 12:27:07      0xE88     54003 dynDATA  DYND_B20_DATACACHE     : 170112
    2008-09-02 12:27:07      0xE88     53000 DATACACH Finish data cache restart
    2008-09-02 12:27:07      0xE88     53000 B*TREE   LOB file directory restart successful
    2008-09-02 12:27:07      0xE88         7 FileDir  File directory restarting
    2008-09-02 12:27:18      0xE88         8 FileDir  File directory restart completed
    2008-09-02 12:27:19      0xE88     20061 Log      History: 50 (50) files existing
    2008-09-02 12:27:19      0xE88     20064 Log      History: all history files registered, GC is ready
    2008-09-02 12:27:19      0xE88     54003 dynpool  DYNP_K51_LOCK_LIST     : 66843632
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK maxlocks          : 300000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK items             : 902400
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK Regions           :     24
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransRegions      :      8
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK RegionGlob+Space  :   3072
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransGlob         :    640
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplyItemsPerRgn :    100
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplySize        : 172800
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK RowHash entries   : 300000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TabHash entries   :  60000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK Row+Tab hash size :1440000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK Trans entries     :    408
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK trans_list size   :  78336
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransPtrList      :   1632
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransHash entries :    408
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK TransHash size    :   1664
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplyPoolSegments:   9000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK SupplyPoolSize    : 64980000
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK ObjColl_list size :  13056
    2008-09-02 12:27:19      0xE88     54003 dynpool  LOCK ObjReq_list size  :   8160
    2008-09-02 12:27:19      0xE88     20006 Log      1 queues, flushmode is 'MaximizeSafety', devstate is 'Okay'
    2008-09-02 12:27:19      0xE88     20007 Log      Oldest not saved is ioseq 5105560 @ off 85273
    2008-09-02 12:27:19      0xE88     20008 Log      First known on LogVolume is ioseq 2750300 @ off 108504
    2008-09-02 12:27:19      0xE88     20005 Log      Restart from ioseq 5233533 @ off 108112 to ioseq 5236323 @ off 108503
    2008-09-02 12:27:19      0xE88     20010 Log      Result after checking the log device: 'Ok'
    2008-09-02 12:27:19      0xE88         9 Log      The number of active logging-queues has been increased to 1
    2008-09-02 12:27:19      0xE88     53000 OBJECT   Restarted Garbage coll: 0
    2008-09-02 12:27:19      0xE88        11 Rst      408 redo transactions readable and 11 redo tasks available.
    2008-09-02 12:27:19      0xA50         7 Restart  recovering log from log_volume from IOSeq: '5233533'
    2008-09-02 12:27:21      0xA50 ERR 18793 EXCEPT   EXCEPTION:'Access violation' (0xc0000005), The program code at IP:0x5afde9 attempted to read to/from address:0x18
    2008-09-02 12:27:22      0xA50     19624 EXCEPT   Kernel aborts
    2008-09-02 12:27:22      0x880 ERR 19999 BTRACE   Using 'imagehlp.dll' ver

    Hi, Lars.
    Thank you.
    Ok, I just try your variant after the recovery will finished (I start recovery with initialization this morning).
    Before it I tried to recovery with initialization. Full recovery finished successfull, Database Manager sugest me to restart database or continie log recovery, first log recovery falled with error and stop:
    2008-09-08 09:42:59      0xB6C ERR 52012 RESTORE  error occured, basis_err 400
    2008-09-08 09:42:59      0xB6C ERR     3 Admin    Database state: OFFLINE
    2008-09-08 09:42:59      0xB6C ERR     6 KernelCo  +   Internal errorcode, Error code 400 "cancelled"
    2008-09-08 09:42:59      0xB6C ERR 20000 Log       +   no update of LogInfoPage: DeviceState = Cleared, LogIsEmpty = true
    2008-09-08 09:42:59      0xB6C ERR     6 KernelCo  +   k38headmaster, Error code 400 "cancelled"
    2008-09-08 09:42:59      0x308 ERR     7 Messages Begin of dump of registered messages
    2008-09-08 09:42:59      0x308 ERR    10 Messages abort dump of registered messages
    2008-09-08 09:42:59      0x308 ERR     8 Messages End of the message list registry dump
    2008-09-08 09:43:03                               ___ Stopping GMT 2008-09-08 05:43:03           7.6.04   Build 016-123-191-583
    Then I tried to restart database as Database Manager sugest. Next error:
    2008-09-08 10:00:25                               --- Starting GMT 2008-09-08 06:00:25           7.6.04   Build 016-123-191-583
    2008-09-08 10:00:40      0x3D4 ERR 51080 SYSERROR -9407 unexpected error
    2008-09-08 10:00:40      0x3D4 ERR     3 Admin    Database state: OFFLINE
    2008-09-08 10:00:40      0x3D4 ERR 20002 Log       +   Expected ioseq 632114, found NIL-NIL on off 511952
    2008-09-08 10:00:40      0x3D4 ERR 20023 Log       +   Savepoint not found on log
    2008-09-08 10:00:40      0x3D4 ERR 20028 Admin     +   Initialization of log for 'restart' failed with 'SavepointPositionNotFound'
    2008-09-08 10:00:40      0x684 ERR     7 Messages Begin of dump of registered messages
    2008-09-08 10:00:40      0x684 ERR     8 Messages End of the message list registry dump
    2008-09-08 10:00:46                               ___ Stopping GMT 2008-09-08 06:00:46           7.6.04   Build 016-123-191-58
    Now I recover one more time and try to restart database without log recovery.
    Can I do it via database manager (put "Online")?  Or via your command "dbmcli -d <dbsid> -u control,<pw> util_execute clear log"? And how I can perform recover of logs without error?
    Best regards, Elena

Maybe you are looking for

  • Homepage not opening only "new tab" button showing

    To whom it may concern: I noticed some problems with Firefox 18.0.1. I closed the browser using the "exit" button(not a button but you know what I mean) and the next time I opened the browser instead of my "Home Page" being the first thing I see I in

  • Its very urgent:How to insert data one table to another table

    Hi all, i am very new to oaf. i have employee_number(per_all_people_f) lov is there.once select the employee number and click on the submit button what ever select the employee number it ll move to new_operation_manager in custom table. plz help me h

  • Delete a post

    Hi all I know that this page has nothing to do with my question , but i need some of you to guide me please .  How can i delete a post i made in this forum .  Thank you guys Bill David

  • Weblogic 10.3.3 instalation issue

    Hello everyone, I have an issue to install oracle weblogic version 10.3.3 under an windows 2003 SP2. When i try the "configure.cmd" i have this error message : "Setting up proper ACLs for E:\home\myhome\mywls ... (operation takes awhile)" Le mappage

  • MulitcolumnListBox Number of Columns increases without Data

    Is there a way to avoid this ? I initialize a 6 column 16 row multicolumnListBox by setting two columns, (the first and the last) as hidden by setting the width of the columns by setting the ActiveCell to 0 & -2 for the first column, and 6 & -2 for t