Java 1.4.2_04 Aggressive Heap on Windows 2000 Server

Hi all
I seem to be having trouble ith the JVM switch of -XX:+AggressiveHeap
I have Tomcat 4.1 running with the following extra JVM options
-server -XX:+AggressiveHeap -XX:+UseParallelGC -XX:+UseAdaptiveSizePolicy -XX:+DisableExplicitGC
Its a quad processor, with 3 gigs of RAM
BUT
The java heap is dying at 128MB of RAm - is there any known issues with AggressiveHeap not allocating sufficient available memory on Windows 2000 Server.
From the docs and white papers, if I read correctly, with a 3Gig RAM systems, the white paper says it will allocate half the available physical ram, i.e. 1.5Gig in this case. I seem to be getting only 128MB though?
Help?
Please

I've worked it out thanks - it was a Tomcat 4.1 as a service oddity...
In Tomcat 4.1, each JVM Option must be entered in the registry as one option per key, e.g.
JVM Option Number 1 -server
JVM Option Number 2 -XX:+AggressiveHeap
and not
JVM Option Number 1 -server -XX:+AggressiveHeap
Hope this is useful to fellow Tomcat users. Oh, and in Tomcat 5, it places all the values into a single key in the registry and works - just for fun I guess ;-)

Similar Messages

  • 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

  • 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/

  • Error while installing CRM 4.0 SR1 with Oracle 10.2 on Windows 2000 Server

    Hi.. I'm getting error messages in the Database Instance phase, while installing <b>CRM 4.0 SR1 with Oracle 10.2</b> on Windows 2000 Server. Following are message snippets with last few lines showing error message:
    <b>SAPSSEXC.log</b>
    [code](DB) INFO: REPOSRC~0 created
    (DB) INFO: REPOTEXT created
    DbSl Trace: ORA-4031 occured when executing SQL statement (parse error offset = 0)
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "REPOTEXT"
      (SQL error 4031)
      error message returned by DbSl:
    ORA-04031: unable to allocate 84 bytes of shared memory ("shared pool","select name,intcol#,segcol#,...","Typecheck","opndef:qkexrAddMatching1")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144208
    [/code]
    <b>SAPAPPL2.log</b>
    [code](DB) INFO: SMOT413~0 created
    (DB) INFO: SMOT413~R04 created
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 31)
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "SMOT413~R05" ON "SMOT413" ( "MANDT" , "ERSKZ"  ) TABLESPACE PSAPCRM STORAGE (INITIAL 16384 NEXT 0000000040K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","select owner#,name,namespace...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144207
    [/code]
    <b>SAPSLEXC.log</b>
    [code]DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (DB) INFO: CO2MAP created
    (IMP) INFO: import of CO2MAP completed (0 rows)
    (DB) INFO: CO2MAP~0 created
    (DB) INFO: CO2MAP~IDX created
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 0)
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "CO2MAPINF" ( "SRCID" VARCHAR2(30) DEFAULT ' ' NOT NULL , "METHID" VARCHAR2(1) DEFAULT ' ' NOT NULL , "APPLNAME" VARCHAR2(30) DEFAULT ' ' NOT NULL , "PAGEKEY" VARCHAR2(70) DEFAULT ' ' NOT NULL , "ID" NUMBER(10) DEFAULT 0 NOT NULL , "LANGUAGE" VARCHAR2(1) DEFAULT ' ' NOT NULL , "NAMESPACE" VARCHAR2(30) DEFAULT ' ' NOT NULL  ) TABLESPACE PSAPCRM620 STORAGE (INITIAL 16384 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-04031: unable to allocate 84 bytes of shared memory ("shared pool","select ts#,file#,block#,nvl(...","Typecheck","opndef:qkexrAddMatching1")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144742
    [/code]
    <b>SAPSDIC.log</b>
    [code](DB) INFO: TNMAP~0 created
    (DB) INFO: TODIR created
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 0)
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "TODIR"
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","update seg$ set type#=:4,blo...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144811
    [/code]
    <b>SAPSDOCU.log</b>
    [code](DB) INFO: TLSY3~0 created
    (DB) INFO: TLSY5 created
    (IMP) INFO: import of TLSY5 completed (3 rows)
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 33)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "TLSY5~0" ON "TLSY5" ( "LANGU", "REL", "OLD_REL", "IMP_DATE" ) TABLESPACE PSAPCRM STORAGE (INITIAL 16384 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","update seg$ set type#=:4,blo...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144811
    [/code]
    I am not sure but I think the problem is with the allocated shared memory size, which right now is:
    <b>init.ora</b>
    [code]shared_pool_size = 67108864[/code]
    <b>init<SID>.ora</b>
    [code]shared_pool_size = 90112000
    shared_pool_reserved_size = 9011200
    [/code]
    If this is the cause of the problem then how much should i increase it to? and do i need to modify the size in both files or only init<SID>.ora? Is there any SAP Note related to this problem? Thanks.
    Regards,

    Hi Vasu,
    ORA-4031... for 99%  of cases this means one thing:
    the database instance is not configured correctly.
    To proceed, do the following:
    1. get rid of init.ora (it's not used at all)
    2. make sure that the init<sid>.ora file is really used.
       If there is a spfile in the %ORACLE_HOME&/database folder
       then this will be used.
    3. With your  configured shared pool of 85MB your memory should really not be filled up - anyhow it's really too small for a SAP system!
    Thus I'd check how much memory the other sga-area members (buffer cache, large pool, streams pool, java pool...) take up.
        Remember on Windows 32 Bit, everything runs in one single process that can only allocate 2GB (or 3GB if you've set this option).
    See note:
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=869006&_NLANG=E">#869006 - Composite SAP note: ORA-04031</a>
    for more on this.
    And when you're setting up parameters anyway, check note
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=830576&_NLANG=E">#830576 - Parameter recommendations for Oracle 10g</a>
    KR Lars

  • 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) &#8220;JRE
    (Java Runtime Environment) was not found&#8230;&#8230; please visit
    www.javasoft.com&#8230;.. and install JRE version 1.1.7 or higher&#8230;&#8221;
    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.

  • 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

  • How to run jar as a service on windows 2000 server?

    Hi,
    I built a console jar program and want to run it as a service on windows 2000 server.
    May I ask how can I do it?
    Thanks

    Take a look at something called java service wrapper ,
    http://wrapper.tanukisoftware.org/doc/english/introduct
    on.htmlNot seen that one before. Ta.
    Alexandria software used to support a simpler app called JavaService... google for that maybe if the above is too much.
    /k1

  • I can not run "hello1.jsp" on windows 2000 server

    I have just installed WebLogic 6.1 on windows 2000 server
              I put this file(hello1.jsp) on
              "c:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp" .When I
              tried to
              load this jsp file on explorer ,i input "http://localhost:7001/hello1.jsp"
              ,the following error happened
              Compilation of
              'C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_
              war_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java' failed:
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              Full compiler error(s):
              java.io.IOException: CreateProcess: javac -classpath
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp;C:\bea\wlserve
              r6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_my
              server_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n
              .jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea
              \wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar -d
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              ar_myserver_myserver_DefaultWebApp
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              at java.lang.Win32Process.create(Native Method)
              at java.lang.Win32Process.<init>(Win32Process.java:66)
              at java.lang.Runtime.execInternal(Native Method)
              at java.lang.Runtime.exec(Runtime.java:551)
              at java.lang.Runtime.exec(Runtime.java:477)
              at java.lang.Runtime.exec(Runtime.java:443)
              at weblogic.utils.Executable.exec(Executable.java:147)
              at weblogic.utils.Executable.exec(Executable.java:111)
              at
              weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
              a:550)
              at
              weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:359)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:381)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
              at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:36
              6)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :240)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :200)
              at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:2390)
              at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :1959)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

    Looks like that weblogic server is unable to create Java process for
              compilation of JSP into (JAVA) class file .......
              It may be due to:
              a. You do not have JDK installed/configured on the machine. [JDK is required
              for JSP pages to be compiled at runtime]
              b. WebLogic server is unable to invoke correct javac.exe [Check JAVA_HOME
              and PATH variable to ensure that they are correct and it is correctly
              specified in the startWebLogic.cmd, startWLS.cmd files]
              Thanks,
              Selva-
              "weblogic.developer.interest.jsp" <[email protected]> wrote in message
              news:[email protected]...
              > I have just installed WebLogic 6.1 on windows 2000 server
              >
              > I put this file(hello1.jsp) on
              > "c:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp" .When I
              > tried to
              > load this jsp file on explorer ,i input "http://localhost:7001/hello1.jsp"
              > ,the following error happened
              >
              >
              >
              > Compilation of
              >
              'C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_
              > war_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java' failed:
              > --------------------------------------------------------------------------
              > ----
              >
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              > ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              >
              > --------------------------------------------------------------------------
              > ----
              > Full compiler error(s):
              > java.io.IOException: CreateProcess: javac -classpath
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp;C:\bea\wlserve
              >
              r6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_my
              >
              server_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n
              >
              .jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea
              > \wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar -d
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              > ar_myserver_myserver_DefaultWebApp
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              > ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              > at java.lang.Win32Process.create(Native Method)
              > at java.lang.Win32Process.<init>(Win32Process.java:66)
              > at java.lang.Runtime.execInternal(Native Method)
              > at java.lang.Runtime.exec(Runtime.java:551)
              > at java.lang.Runtime.exec(Runtime.java:477)
              > at java.lang.Runtime.exec(Runtime.java:443)
              > at weblogic.utils.Executable.exec(Executable.java:147)
              > at weblogic.utils.Executable.exec(Executable.java:111)
              > at
              >
              weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
              > a:550)
              > at
              > weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:359)
              > at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:381)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:36
              > 6)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :240)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :200)
              > at
              >
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              > ntext.java:2390)
              > at
              >
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              > :1959)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              >
              >
              >
              >
              

  • J2SE 1.3.1_08  DST upgrade on Windows 2000 server

    Need help ASAP!
    Due to a new DaySavingsTime policy we're planning to apply OS patches to fix the issue with our current version J2SE 1.3.1_08. Need to know if these patches will fix the issue or we need to upgrade to J2SE 1.3.1_18 or higher?
    The code behind in some of our applications uses import.java.sql.Timestamp import.java.sql.GregorianCalendar
    SimpleDate and other Date/Time related functions
    If upgrade is needed will it be supported by Windows 2000 server and older version of WebSphere? What si the version that will be working with all of the above: new tz functions, Windows 2000 and WebSphere 3.65.7?
    Message was edited by:
    laguna21
    Message was edited by:
    laguna21
    Message was edited by:
    laguna21

    I've worked it out thanks - it was a Tomcat 4.1 as a service oddity...
    In Tomcat 4.1, each JVM Option must be entered in the registry as one option per key, e.g.
    JVM Option Number 1 -server
    JVM Option Number 2 -XX:+AggressiveHeap
    and not
    JVM Option Number 1 -server -XX:+AggressiveHeap
    Hope this is useful to fellow Tomcat users. Oh, and in Tomcat 5, it places all the values into a single key in the registry and works - just for fun I guess ;-)

  • Can I install Oracle 8.1.5 on Windows 2000 server or Windows 2000 professional

    Hi,
    Can I install Oracle 8.1.5 on a Windows 2000 server or Windows 2000 professional server?
    Regards,
    Zurvaan

    Yes, of course. Both versions works but you have to be prepared for lots of RAM.

  • Service pack 4 on windows 2000 server with  oracle 8.1.7

    Hi,
    does anyone know if there is any problem installing services pack 4 on windows 2000 server having oracle 8.1.7.?
    Thanks.

    I have one machine with that configuration and I had not any problem.
    Joel P�rez

  • WIndows 7 64-bit system printing to a Windows 2000 server configured as a print server

    Is there any way to configure a new Windows 7 64-bit computer to use a Windows 2000 server configured as a print server ?
    The printer that I would like to connect to is an HP 4240n LaserJet. I appears that there is only a 64-bit Universal Print Driver available. The server currently uses HP 32-bit PCL5e or PCL6 drivers for all other connected computers. Connection is through a Hewlett-Packard Network Port, using DLC/LLC transport for the embedded 4240n print server.  
    Installing  the HP 64-bit UPD to the WIndows 7 64-bit system, and then attempting to redirect the local port to the Win2k network print server has not worked.
    Thanks for any advice.

    Hi:
    See if this works...
    Run msconfig.
    In the System Configuration screen, Boot tab, Advanced Options, if there is a check mark in the box next to Maximum memory. Remove that checkmark and save your changes.
    Reboot and hopefully Windows recognises all the Ram ( minus the reserved ) after restarting.
    Please give that a try, and post back and let us know if that frees up some system memory for you.
    Paul

  • 9.2.0.1.0 install hang at loading product on windows 2000 server SP4

    When I am trying to install Oracle Enterprise server 9.2.0.1.0 on a Windows 2000 server SP4 freshly installed
    The OUI hang when loading product @ 91% on the "File Location" screen !
    This is not the symcjit.dll prob with P4 computer because I have upgrade the P4 motherboard drivers and I have tried the solution which is to rename this file and it is not working
    Any URGENT idea ?
    Thx

    I have installed 9i successfully on machines with AMD64 cpus and 64bit Xeons without any problems.
    Cheers,
    R

  • Oracle 8i Client running on Windows 2000 Server

    Hi,
    I have Oracle 8i Client running on Windows 2000 Server. I need to connect to Oracle 8i Server running on Sun Box.
    I have problems with connectivity.
    When I do tnsping <service name>, I am geting the followiing
    error:
    C:\>tnsping <Instance name>
    TNS Ping Utility for 32-bit Windows: Version 8.1.7.0.0 - Production on 04-FEB-20
    02 16:37:01
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=TCP)(HOST=<IP Address>)(PORT=1521)) TNS-12541: TNS:no listener
    Can any one help me out
    Thanks
    mka

    Hi,
    I have Oracle 8i Client running on Windows 2000 Server. I need to connect to Oracle 8i Server running on Sun Box.
    I have problems with connectivity.
    When I do tnsping <service name>, I am geting the followiing
    error:
    C:\>tnsping <Instance name>
    TNS Ping Utility for 32-bit Windows: Version 8.1.7.0.0 - Production on 04-FEB-20
    02 16:37:01
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=TCP)(HOST=<IP Address>)(PORT=1521)) TNS-12541: TNS:no listener
    Can any one help me out
    Thanks
    mka

  • Oracle 8i 8.1.7 on Windows 2000 Server

    After I install Oracle 8.1.7 on Windows 2000 Professional, Everything is Good, database and Enterprise Manager Server startup normal.
    But when I install Oracle 8.1.7 on Windows 2000 Server, the Oracle Service startup normal , but the database instance can not startup automatical, I must startup the database instance manual using svrmgrl program and the Enterprise Manager Server can not startup ?

    check it:
    start
    -->program
    -->$oracle_home$
    -->Database Administration
    -->Oracle Administration Assistant for Windows NT
    oracle instance 'startup/shutdown options'

Maybe you are looking for

  • MY LIBRARY BACK-UP...MY WAY

    I know Apple wants me to build a library their way, with artist first names first...I don't! I want it MY way, and that is fine until you need to reestablish that library. I now wish (need) to put my music (separate drive) and my library on a new Mac

  • Column numbers in SQL Developer

    This may seem picky; but I find it frustrating to get error messages of the form error in line 35 column 83 and then not have a convenient way other than counting to find line 35 and column 83. Is there a way to jump to the error point? If not, is th

  • Creating Virtual Directories

    How to Create our own Virtual Directories in iAS. Though i specify the Alias correctly in 6iserver.conf file, virtual directory is not being created, i also checked after restarting my machine. Any Clues... Gopi Kumar

  • Does Oracle intent to maintain the Pro*Cobol in the market?

    With the new power languages like java, the Pro*Cobol segment will survive in news releases?

  • Delete millions of rows

    What are the best ways to delete few million rows from a table keeping the table available for the loads and customer access? This table has 50 million rows, and I need to retain few months' data and delete the rest. Please let me know if you have an