Installation problem JDK 1.5 on Windows 2000 server

I am trying to install the new J2SE Development Kit 5.0 for Windows 32 bit on a windows server 2000 computer with sp4. When I attempt to execute the file
I get the following result
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x036eb514, pid=1872, tid=1592
# Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
# Problematic frame:
# C [awt.dll+0xb514]
I see that the log file refers to Hot spot client 1.4.2 - I'll post the rest of log if necessary but thought I would try asking in case the solution is clear without the full log.
I understand JDK 5.0 can be installed on windows 2000 server with service pack 3 or 4. Any help would be appreciated.
Thank you.

I've checked all these possibilities:
(1) DLL's associated with JAVA - none other than 1.5
(2) Path makes no reference to 1.4 anywhere
(3) No othe java programs are listed in add/remove programs
(4) no oracle product is installed
(5) windows 2000 registry does not contain anything obviously associated with 1.4.2
IS any Java product included automatically with Windows 2000 Service pack 4?
Here is the full log file text:
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x036eb514, pid=928, tid=1916
# Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
# Problematic frame:
# C [awt.dll+0xb514]
--------------- T H R E A D ---------------
Current thread (0x02c0a160): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1916]
siginfo: ExceptionCode=0xc0000005, reading address 0x00006ffd
Registers:
EAX=0x00001bf8, EBX=0x037bf638, ECX=0x0000001d, EDX=0x0000001d
ESP=0x03a5f460, EBP=0x081471cd, ESI=0x000000f8, EDI=0x00000004
EIP=0x036eb514, EFLAGS=0x00010202
Top of Stack: (sp=0x03a5f460)
0x03a5f460: fffffffc 02c0a1fc 037ae360 00000004
0x03a5f470: 086c0e44 ffccffff 037bf5f8 037bf5b8
0x03a5f480: 00000000 00000000 00000000 036e1a43
0x03a5f490: 03a60000 00000038 00000278 00000189
0x03a5f4a0: 00000278 03a5f514 037ae360 03a5f508
0x03a5f4b0: 02c0a160 0c14c8f8 03a5f654 0c14c8b0
0x03a5f4c0: 02b30a48 00000004 037ae360 00000000
0x03a5f4d0: 02bdaf98 00000004 00000017 0000027c
Instructions: (pc=0x036eb514)
0x036eb504: 00 00 83 e6 f8 c1 e0 05 c1 e9 03 03 c6 03 d1 45
0x036eb514: 8a 0c 82 8b 44 24 30 88 08 40 89 44 24 30 8b 44
Stack: [0x03a20000,0x03a60000), sp=0x03a5f460, free space=253k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [awt.dll+0xb514]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.java2d.loops.Blit.Blit(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V+0
j sun.java2d.pipe.DrawImage.blitSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Lsun/java2d/loops/SurfaceType;Lsun/java2d/loops/SurfaceType;IIIIIILjava/awt/Color;)V+89
j sun.java2d.pipe.DrawImage.renderSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;Ljava/awt/Color;IIIIII)V+40
j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;)Z+58
j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;)Z+30
j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+15
j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+12
j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z+7
j javax.swing.JComponent.paintWithOffscreenBuffer(Ljavax/swing/JComponent;Ljava/awt/Graphics;IIIILjava/awt/Image;)V+223
j javax.swing.JComponent.paintDoubleBuffered(Ljavax/swing/JComponent;Ljava/awt/Component;Ljava/awt/Graphics;IIII)Z+131
j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+208
j java.awt.GraphicsCallback$PaintCallback.run(Ljava/awt/Component;Ljava/awt/Graphics;)V+2
j sun.awt.SunGraphicsCallback.runOneComponent(Ljava/awt/Component;Ljava/awt/Rectangle;Ljava/awt/Graphics;Ljava/awt/Shape;I)V+155
j sun.awt.SunGraphicsCallback.runComponents([Ljava/awt/Component;Ljava/awt/Graphics;I)V+101
j java.awt.Container.paint(Ljava/awt/Graphics;)V+62
j sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+324
j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+63
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+552
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+41
j java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+169
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
=>0x02c0a160 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1916]
0x02ca9fc0 JavaThread "AWT-Shutdown" [_thread_blocked, id=1924]
0x02b2e4a8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1944]
0x02b153e0 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=1984]
0x02a94bd8 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=1776]
0x02aa9da8 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=568]
0x02a8d0d0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1276]
0x009b9240 JavaThread "Thread-0" [_thread_in_native, id=1812]
0x02b83db8 JavaThread "wizard.main" [_thread_blocked, id=1708]
0x0023e378 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2056]
0x0091e130 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2052]
0x0091bb58 JavaThread "Finalizer" daemon [_thread_blocked, id=936]
0x0091a780 JavaThread "Reference Handler" daemon [_thread_blocked, id=932]
0x00236898 JavaThread "main" [_thread_blocked, id=1816]
Other Threads:
0x00959358 VMThread [id=1460]
0x0095a008 WatcherThread [id=2044]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 1408K, used 474K [0x08140000, 0x082c0000, 0x085d0000)
eden space 1280K, 29% used [0x08140000, 0x0819f868, 0x08280000)
from space 128K, 71% used [0x082a0000, 0x082b6fb0, 0x082c0000)
to space 128K, 0% used [0x08280000, 0x08280000, 0x082a0000)
tenured generation total 18944K, used 3398K [0x085d0000, 0x09850000, 0x0bd40000)
the space 18944K, 17% used [0x085d0000, 0x08921ab8, 0x08921c00, 0x09850000)
compacting perm gen total 6144K, used 6083K [0x0bd40000, 0x0c340000, 0x0fd40000)
the space 6144K, 99% used [0x0bd40000, 0x0c330c48, 0x0c330e00, 0x0c340000)
Dynamic libraries:
0x00400000 - 0x0040b000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\java.exe
0x77f80000 - 0x77ffc000      C:\WINNT\system32\ntdll.dll
0x7c2d0000 - 0x7c335000      C:\WINNT\system32\ADVAPI32.dll
0x7c570000 - 0x7c623000      C:\WINNT\system32\KERNEL32.dll
0x77d30000 - 0x77da8000      C:\WINNT\system32\RPCRT4.dll
0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
0x08000000 - 0x0813e000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\client\jvm.dll
0x77e10000 - 0x77e79000      C:\WINNT\system32\USER32.dll
0x77f40000 - 0x77f7c000      C:\WINNT\system32\GDI32.dll
0x77570000 - 0x775a0000      C:\WINNT\system32\WINMM.dll
0x10000000 - 0x10007000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\hpi.dll
0x690a0000 - 0x690ab000      C:\WINNT\system32\PSAPI.DLL
0x007c0000 - 0x007ce000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\verify.dll
0x007d0000 - 0x007e9000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\java.dll
0x007f0000 - 0x007fe000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\zip.dll
0x03050000 - 0x0305f000      C:\Documents and Settings\Administrator\Local Settings\Temp\LRE4.tmp\bin\net.dll
0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.dll
0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
0x782c0000 - 0x782cc000      C:\WINNT\System32\rnr20.dll
0x77980000 - 0x779a4000      C:\WINNT\system32\DNSAPI.DLL
0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.dll
0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
0x75150000 - 0x75160000      C:\WINNT\system32\SAMLIB.DLL
0x7cdc0000 - 0x7ce13000      C:\WINNT\system32\NETAPI32.DLL
0x751c0000 - 0x751c6000      C:\WINNT\system32\NETRAP.dll
0x77bf0000 - 0x77c01000      C:\WINNT\system32\NTDSAPI.dll
0x77950000 - 0x7797b000      C:\WINNT\system32\WLDAP32.DLL
0x7c340000 - 0x7c34f000      C:\WINNT\system32\SECUR32.DLL
0x7ce20000 - 0x7cf0f000      C:\WINNT\system32\OLE32.DLL
0x779b0000 - 0x77a4b000      C:\WINNT\system32\OLEAUT32.DLL
0x773b0000 - 0x773df000      C:\WINNT\system32\ACTIVEDS.DLL
0x77380000 - 0x773a3000      C:\WINNT\system32\ADSLDPC.DLL
0x77830000 - 0x7783e000      C:\WINNT\system32\RTUTILS.DLL
0x77880000 - 0x7790e000      C:\WINNT\system32\SETUPAPI.DLL
0x7c0f0000 - 0x7c154000      C:\WINNT\system32\USERENV.DLL
0x774e0000 - 0x77514000      C:\WINNT\system32\RASAPI32.DLL
0x774c0000 - 0x774d1000      C:\WINNT\system32\rasman.dll
0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.dll
0x71710000 - 0x71794000      C:\WINNT\system32\COMCTL32.DLL
0x70a70000 - 0x70ad6000      C:\WINNT\system32\SHLWAPI.DLL
0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
0x777e0000 - 0x777e8000      C:\WINNT\System32\winrnr.dll
0x777f0000 - 0x777f5000      C:\WINNT\system32\rasadhlp.dll
0x03560000 - 0x0358d000      C:\Documents and Settings\Administrator\Local Settings\Temp\ismp001\win32ppk.dll
0x7cf30000 - 0x7d175000      C:\WINNT\system32\SHELL32.dll
0x75e60000 - 0x75e7a000      C:\WINNT\system32\IMM32.dll
0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
0x759b0000 - 0x759b6000      C:\WINNT\system32\LZ32.DLL
0x036e0000 - 0x037f3000      C:\Documents and Settings\Administrator\Local Settings\Temp\LRE4.tmp\bin\awt.dll
0x77800000 - 0x7781e000      C:\WINNT\system32\WINSPOOL.DRV
0x76620000 - 0x76631000      C:\WINNT\system32\MPR.DLL
0x03800000 - 0x03851000      C:\Documents and Settings\Administrator\Local Settings\Temp\LRE4.tmp\bin\fontmanager.dll
VM Arguments:
jvm_args: -Dsun.java2d.noddraw=true -Dtemp.dir=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp -Dis.jvm.home=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp -Dis.jvm.temp=1 -Dis.media.home=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE5.tmp\setup.jar -Dis.launcher.file=C:\Downloads\JDK 1.5 Update 6\jdk-1_5_0_06-nb-4_1-win-ml.exe -Dis.jvm.file=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\jvm -Dis.external.home=C:\Downloads\JDK 1.5 Update 6 -Xms20m -Xmx60m
java_command: run
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp
PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 2000 Build 2195 Service Pack 4
CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse
Memory: 4k page, physical 261668k(84712k free), swap 436140k(257692k free)
vm_info: Java HotSpot(TM) Client VM (1.4.2_10-b03) for windows-x86, built on Oct 10 2005 14:53:46 by "java_re" with MS VC++ 6.0

Similar Messages

  • Installation Problem of Oracle9i AS on Windows 2000

    Hi All,
    I installed Oracle9i database, Oracle9i Developer Suite on my machine having W2k. After that I tried to install Oracle 9iAS. But auto installer is not starting after inserting CD. Then after I execute setup.txt but it is giving error after asking oracle home and directory path.
    Pl. give solution ASAP
    Regards
    Rupesh Shah

    try copying the files to your hard disk, and running setup from there?

  • Oracle 8.1.7 Server Installation on a P4 Windows 2000 Server

    I am trying to Install Enterprise Oracle 8.1.7 on a P4 Windows 2000 Server Machine. I had a solution regarding the P4 bug, which asked the latest Service Pack for Win 2000 to be installed, the Oracle CD dump copied to hard disk and symcjit.dll to be renamed. This enabled me to start the Installation Process. I chose the Administrator option during installation.
    However I noted that only Oracle Client is Loaded and NOT Server. I do not get any options to install Server. I only have 1 CD for Enterprise Oracle 8.1.7 which should have both Server Programs and Client Programs to Install I believe!
    Any help would be appreciated!!!
    Thanks

    Dear Nandakumar Ananthanarayan,
    I read your posting and I seem to have a similar problem.
    I am trying to install Oracle8i ver 8.1.7 on WINDOWS 2000
    SERVER with service pack 3 on an Intel Xeon Processor at 2.4GHz.
    Raid 5 is used on 3x36GB Hard Drives.
    When the Oracle8i CD is inserted the initial screen comes up.
    From this I choose "Install/Deinstall Products".
    After this nothing at all happens.
    The initial screen closes and the system is as it was.
    I would be obliged if you could help me out.
    Yours Sincerely,
    Chris.

  • Problem installing Oracle 8i(8.1.7) standard edition on windows 2000 server

    I am trying to install Oracle 8i (8.1.7) standard edition on windows 2000 server but the setup program doesn't run.
    It starts up, allocates some ram then closes before a window even pops up.
    I also have MSSQL server installed on this computer, does that conflict?
    Has anyone encountered this problem before? If so, please give a solution if you have one, thanks,
    OPS

    Yes. There is a bug with Pent4, Win2000 & Oracle8i.
    Here is the workaround:
    This is a known bug with Oracle java-based applications and Pentium 4 Use this work-around:
    1) Copy the install directory from the CD to the hard disk.
    2) Edit oraparam.ini and modify it as follows:
    * Edit the "SOURCE=" line to to show the full path to the CD ; SOURCE={CD DRIVE LETTER}:\stage\products.jar)
    * Edit the "JRE_LOCATION" line to show the full path to the CD ;
    JRE_LOCATION={CD DRIVE
    LETTER}:\stage\Components\oracle\swd\jre\1.1.7\1\DataFiles\Expanded)
    * Edit the "OUI_LOCATION" line to show the full path to the CD ;
    OUI_LOCATION={CD DRIVE
    LETTER}:\stage\Components\oracle\swd\oui\1.6.0.9.0\1\DataFiles\Expanded
    * Edit the "JRE_MEMORY_OPTIONS" line to include "-nojit" as the first argument ;
    JRE_MEMORY_OPTIONS=-nojit
    -ms16m -mx32m
    3) Start setup.exe from your hard drive
    Choose a Custom install and choose not to create a database during the install.
    This way, the Database
    Configuration Assistant will not be launched during installation. DONT SELECT
    NET8 products for installation.
    You need to put the same java parameters for the DB configurator and the Net8
    Configurator
    to run.
    -nojit -ms16m -mx32m before -classpath on:
    * assistants\dbca\DBAssist.cl
    * network\tools\netca.cl
    ** Run the DataBaseConfigurationAssistant and NetworkConfigurationAssistant after installation.
    Hope it helps!
    Amrit

  • Netbeans and Windows 2000 Server Problems

    I've tried to run netbeans on my windows 2000 server OS a few times. It usually doesn't work out and I have to go back to pcGrasp.
    Does anyone out there know of any issues between netbeans and this OS. Is it worth it. I'd like to move away from the .net world and learn j2EE but I'd like to move up my IDE. Netbeans seems like the best choice. Does any experienced individuals out there know of a better one?
    This was my latest error with netbeans. From just opening a folder??? I also tried to report it - I still have to wait another hour after I registered before I could HOPEFULLY find where exactly I can report it. Maybe thats why there are so many bugs. They make it impossible to report something they tell you to report to help out.
    A java.lang.reflect.InvocationTargetException exception has occurred.
    Please report this at http://www.netbeans.org/issues.html,
    including a copy of your ide.log file as an attachment.
    The ide.log file is located in your C:\Documents and Settings\Administrator\.netbeans\3.6\system folder.
    Thanks for anything
    -Wiley

    I use Windows 2000 Professional and have not problems.
    I would suggest,
    - ensure you have all windows updates.
    - ensure you have JDK 1.4.2_04
    - try eclipse which is also free (From IBM) http://www.eclipse.org/

  • Oracle 8 installation in Windows 2000 Server

    I can't install oracle Enterprise Manager (Oracle 8 product) in a Windows 2000 Server system. The installation program show me this error message:
    "Unable to delete the NT Service for the
    SQL * NT V2 listener"
    Can any body have the solution?

    Supposedly you need to find these 3 files.
    SQLNET,TNSNAMES, LISTENER using your windows find from start. change the names of the dev ones to .bak or something else.
    copy the files from your 8i/network/admin into those 2 other places (forget the/samples directories). restart the database and it should connect (Developer stuff to database) A friend of mine did this on W2K and it wokred fine. I have tried it on win98 with 8i personal edition for win 98 and DEV 6 and it failed. So if anyone knows anything I am missing let me know. SQL+ works fine so I knw the DB is fine.
    Thanks,
    Michael

  • Installation of oracle 10g by window 2000 Server or Window XP professional

    Dear all
    Did you tried installatin of oracle 10g in Window 2000 Server and/or Window XP professional
    installation on which one will be more reliable and stable?
    As I am choosing which OS will be better as a Server
    please help
    Francis SZE

    I don't think XP professional would be recommended as server.
    would be better if you use 2000 Server or best if you use 2003 if you like windows environment
    cheers

  • Developer 6i Installation with Oracle 8i on Windows 2000 Server

    Hi Folks,
         We are using Oracle 8i (8.1.7) with Developer 6i for the past 2-3 years. Oracle 8i is installed on Windows 2000 Server and the client machines have Developer 6i installed. Using the Net 8 Easy Configuration Utility, the clients and the server are linked perfectly and we have never experienced any major issue regarding the connectivity from the client’s sides.
         Now my question is that, is there any possibility that we can also install Developer 6i on the server, ‘cause we have tried this several times and every time after installing Developer 6i on the server, the Net 8 Easy Configuration Utility does not invokes and obviously we are unable to use any of the Developer 6i products and moreover after installing Developer the already installed 8i Database does not gets mounted and we are also unable to use the database.
         Are we missing some basic stuff here or do we need to run some patch for Windows 2000 Server?
         Another thing, all our forms and reports are residing on client’s hard disks; can we also have the option that the forms and reports should also reside on the server so that we can easily update our forms and reports definitions from the server side?
    TIA
    Hassan

    Hi,
    Yeah, I installed both the products i.e, database and developer in separate directories.
    Hassan

  • Install Oracle 8i Personald Edition on Windows 2000 Server SP2

    Hi
    I have problem to install the Oracle 8i Personal Edition on
    Windows 2000 Server SP2.
    I run the Setup.exe, I become the message (not exactly) “JRE
    (Java Runtime Environment) was not found…… please visit
    www.javasoft.com….. and install JRE version 1.1.7 or higher…”
    Now, I have download and install this JRE (JavaTM 2 Runtime
    Environment v 1.2.2_008 / Internationalized version of Java 2
    Runtime Environment).
    The error-messages comes again.
    Have everyone a idea?

    hi phill...
    why dont you try it out with the same CD and increase your RAM
    by another 64MB? This will be enough. The reason is , most
    Oracle 8i releases are combined with a java based Oracle
    Universal Installer. This requires some good amount of RAM. Just
    try it out with some extra memory. If this also didnt work, then
    send in the problem,error with your system config. This will
    help me in solving your problem.
    Imran.

  • Install Oracle 10g on Windows 2000 server

    hello
    I have installed Oracle 10.1.0.2 on my server ( Windows 2000 server). The procedure of installation goes suitably but during the creation of the base it posts me:
    instance Created
    Dim-00019: Error of creation of service
    O/S-error OS1387) Impossible to add or remove a member of the local group because this member does not exist
    then, I look that the service OracleDBConsole of Enterprise Manager is not created
    knowing only SqlPlus goes well.
    after the installation, I want to add the console Enterprise Manager while using EMCA then it display this error:
    Failure of the configuration Enterprise Manager because: Job_queue_processes must be equal to or higher than 1
    help Me PLEASE

    First problem: Check the user , which does the installation,
    it must be a Local Administrator in order to install Oracle products on a
    Windows NT/2000 Server (machine not part of a domain) or it must be a Domain Administrator to install Oracle products on a Domain Controller (PDC or BDC) (machine part of a domain).
    Another known issue for this problem is a non-english Windows version,in this case the software should reloaded from OTN, which has a fix.
    Second problem: You cannot run emca, BEFORE you have a running database, DBConsole depends on it.
    Werner

  • OAS 4.0.8.1 : Windows 2000 Server : wrksf going down!!

    Hi,
    We have been facing this problem for quite some time now.
    Please let me know, if Oracle has come out with a fix on this.
    I found a fix for the Linux vesion of OAS 4.0.8.1, but could not find one for Windows.
    How do I go about solving the following problem, which occurs time and again :
    03-02-2001 00:44:36 778958 sandeep `Broker` 1892 1 0x10fff `OWS-04764: Unable to bring up cartridge server, type OASEJB, at sandeep. `
    TIA
    Sandeep

    Hi,
    Sorry for the late reply.I was out of town!!
    We am using OAS 4.0.8.1 on Windows 2000 Server.Although it is not Windows 2000 Certified, I thought, it might run, because Windows 2000 is Win NT extension.
    The Oracle 8.1.5 DB , which is Certified for Windows NT, is running properly on our Windows 2000 installation
    As regards RAM, we are running OAS on a ~320 (64 + 256)MB RAM system!
    Also, noticed, when I run the client, I get InsufficientResourceException,along with the wkrsf going down in the OAS
    Any help on this would be appreciated!!
    TIA,
    Sandeep
    PS : Please let me know, if the following configuration might solve the problem :
    Windows 2000 Server
    OAS 4.0.8.2
    Oracle (8.1.5) DB
    Thanks,
    Sandeep
    null

  • Installing ORACLE 9i (9.0.1.1.1) On Windows 2000 Server

    I am not able to install Oracle 9.0.1.1.1 on Windows 2000 Server 5.00.2195(service pack 4).
    While installing Oracle 9i on Windows 2000(SP4), installer exits without showing or logging any error. It disappears without any message.
    Machine: PIII (450Mhz), 256MB RAM, External disk (USB) 80GB, Disk C (10GB), Virtual Memory 1536 - 2000, etc.
    When I get the screnn "General Purpose", and after 85% running Oracle Universal Installer exits without showing or logging any error.
    Does anybody know the reason/workaround for this problem?
    Thanks.
    Regards,
    Jose Valentin

    Hi,
    I got similiar problem on Windows 2000. Have you resolved this?
    Thanks

  • Installing 11i on Windows 2000 server

    Hi
    I am trying to install Oracle Applications 11i on Windows 2000
    server. I had 40GB space. My system is hanging after i
    inserted 'Tools - Disc 1' CD. Then i reformated system and tryed
    with stage installation. but when i am copying 'Tools - Disc 1'
    CD i got the following message.
    " Error performing inpage operation "
    Due to of this i am unable to proceed. Could some one tell me is
    this installation problem, if so how can i solve this or CD
    packing problem. This is urgent.
    Thanks in advance
    Sarat

    Check "Note: 215868.1 - 11i Release Notes" for more details about Windows OS requirements
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=215868.1
    11.5.10.2 installation update notes is available through Note: 316806.1 - Oracle Applications Installation Update Notes, Release 11i (11.5.10.2)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=316806.1
    Also make sure you install Install XML Parser since on Windows platforms, Rapid Install requires Microsoft XML Parser 3.0 Service Pack 4 (or later) in order to set up and start services.
    1) Open the Windows Explorer
    2) Navigate to the system root directory (default is C:\winnt\system32).
    3) Right-click msxm13.dll. Select Properties. them click Version.
    4) If XML Parser is not already installed, or if the version on your system is not 3.0 SP4 (or later), go to the following URL and download the Microsoft XML Parser 3.0 SP4 Software Development Kit:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=b432cd45-b7ed-4c32-a443-ec56f10ee175&displaylang=en
    5) After installing MSXML 3.0 SP4 SDK, copy msxm12.lib from <Microsoft XML Parser SDK>\lib to <Visual C++/C>\lib, where <Microsoft XML Parser SDK> is the installed location of the MSXML 3.0 SP4 SDK, and <Visual C++/C> is the installed location of Visual C++/C 6.0.
    For pre-req software, make sure NOT to install it in a directory that contains spaces and NOT under APPL_TOP

  • Problems with Tuxedo8.0 under Windows 2003 Server

    Hello All.
    Could you please help me?
    When we were choosing which OS to install on our Tuxedo developers server we
    decided
    to try Windows 2003 server. We did not suppose that we could have any
    problems
    with this choise. But we have!
    We use it with DB 7.2 workgroup edition and Tuxedo 8.0 (PatchLevel 172).
    When one of server processes crashes (for example by exit(1) or by
    exception)
    (it happend not so rarely, because this server is actively used in
    development
    and testing processes) we cannot restart this server process!
    When I write "restartsrv -i SrvId" in command line nothing happens.
    When I write "tmboot -i SrvId" it says "Duplicate server".
    When I write "tmshutdown -i SrvId" it just hangs and I have to wait for 10
    minutes
    while it says "CMDTUX_CAT:949: WARN: Shutdown failed. 0 processes stopped."
    Tuxedo WebAdministration conlsole says almost the same - "Failed to
    deactivate SRVGROUP/200
    (still in state ACTIVE)-10:CMDTUX_CAT:1689: ERROR: Could not shutdown any
    servers".
    As a result any server crash (including expected) leads to 15 minutes
    waiting!!!
    As you understand it cound not be accepted!... and it is very annoying. :-)
    This problem never happened under Windows 2000 server (a week before I
    returned from site
    installation where this software works fine under Windows 2000 server).
    How can we solve this problem?
    Or should we downgrade our OS to Windows 2000?
    With regards,
    Dmitry.

    Dmitry,
    Try a bbclean from the tmadmin command line to clean up the BBL so you will be
    able to restart the server using the tmboot command.
    In addition to this check the values for SCANUNIT and SANITYSCAN in the ubbconfig.
    The observation that it takes 15 minutes for TUXEDO to discover that your server
    has crashed suggests they have values that might be too high.
    Winfried Scheulderman
    "Dmitry Bond" <[email protected]> wrote:
    Hello All.
    Could you please help me?
    When we were choosing which OS to install on our Tuxedo developers server
    we
    decided
    to try Windows 2003 server. We did not suppose that we could have any
    problems
    with this choise. But we have!
    We use it with DB 7.2 workgroup edition and Tuxedo 8.0 (PatchLevel 172).
    When one of server processes crashes (for example by exit(1) or by
    exception)
    (it happend not so rarely, because this server is actively used in
    development
    and testing processes) we cannot restart this server process!
    When I write "restartsrv -i SrvId" in command line nothing happens.
    When I write "tmboot -i SrvId" it says "Duplicate server".
    When I write "tmshutdown -i SrvId" it just hangs and I have to wait for
    10
    minutes
    while it says "CMDTUX_CAT:949: WARN: Shutdown failed. 0 processes stopped."
    Tuxedo WebAdministration conlsole says almost the same - "Failed to
    deactivate SRVGROUP/200
    (still in state ACTIVE)-10:CMDTUX_CAT:1689: ERROR: Could not shutdown
    any
    servers".
    As a result any server crash (including expected) leads to 15 minutes
    waiting!!!
    As you understand it cound not be accepted!... and it is very annoying.
    This problem never happened under Windows 2000 server (a week before
    I
    returned from site
    installation where this software works fine under Windows 2000 server).
    How can we solve this problem?
    Or should we downgrade our OS to Windows 2000?
    With regards,
    Dmitry.

  • Oracle8i on Windows 2000 Server - Oracle Instance don't auto start

    I've installed the Oracle 8.1.7 on a Dell Pentium III server running Windows 2000 Server operational system. During the installation the Oracle Instance was started up, but after I reboot the computer, the Oracle Listener service and the Oracle service was started in automatic mode but the Oracle Instance do not started though.
    My Oracle DBA teacher ask me to run Oradim and edit the Oracle configuration startup parameters. I did, but it didn't solve the problem. The values on Windows registry of the ORA_<SID>_AUTOSTART key is "true". The Dba Studio also gets information form the Oracle server and all the fields seems to be correct with auto-start option, but it didn't work out.
    Can someone point me to any text I can read about installation troubles on Windows 2000 Server ?
    Thanks in advance.
    Jayme.

    Hi
    I don't have an 8i db to test on but I think it works the same as on 9i.
    Check the following parameters in your registry in the key HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0:
    ORA_<YOUR_SID>_AUTOSTART=TRUE
    ORA_<YOUR_SID>_PFILE=<full path and file name of your init file>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • Highlighting text jumps all over - doesn't work - help

    Can't get the text highlighting to work. Seems like when I try to highlight, the browser does "whatever it wants, except highlight what I want. Clicking repeatedly causes it to jump around like some kind os a sppoky game!!!! What the hell is this? I

  • Cant figure out

    i have an ipod touch, my daughter left at friends house now says ipod is disabled...her friend tried to get into it...i have the passord but i wont let me enter it..what can i do, any help would be great..

  • RAID-5 configuration and performance

    Hi, About three years ago, we had a disk drive fail so after the long delayed, repair, I reconfigured the data disk drives into one RAID-5 metadata drive: $ cat /etc/lvm/md.cf # metadevice configuration file # do not hand edit d45 -r c1t1d0s0 c1t2d0s

  • Beware if you plan to use Drive Genius with SL

    After having SL installed now for nearly 2 weeks I decided to take a look at my HD and see if by defraging would speed thing up a bit. I already had Drive Genius (DG) installed when I upgraded to SL so all I had to do was update it to version 2.2.1.

  • Can i create & use ms-word files with java?

    I am making an application in which I need to write some information into a formatted ms word document. I am familiar with writing into a .txt file, but have no idea how to create / or even add info taken from text fields and insert it into an exixti