JDK 1.4.0.00 on HPUX 11.0, Stack Unwind Error

When we run our application server software we get the following
problem
The probem statement for the error is given below
======================================================================
=================
Environment:
HP-UX 11.0
JDK 1.4.0.00
Problem Statement :
When multiple applications (EAR files) are deployed we get a ' Stack
Unwind Error'.
The same error occurs when the server is stopped and restarted after
an application deployment.
A work around is to 'Apply Changes' or 'Reconfigure' before stopping.
>>
Error Log in server.log
WARNING: CORE3283: stderr: Stack_Trace: error while unwinding stack
WARNING: CORE3283: stderr: ( 0) 0xc34f8520 report_error__FbPCciN22e
+ 0x60 [/projects/sunport/users/sunport/sun/appse
rver7/jdk/jre/lib/PA_RISC2.0/server/libjvm.sl]
WARNING: CORE3283: stderr: ( 1) 0xc34f81bc report_fatal__FPCciT1e +
0x6c [/projects/sunport/users/sunport/sun/appserv
er7/jdk/jre/lib/PA_RISC2.0/server/libjvm.sl]
WARNING: CORE3283: stderr: ( 2) 0xc36a7290
compute_exception_return_address__13SharedRuntimeSFl + 0xa8
[/projects/sun
port/users/sunport/sun/appserver7/jdk/jre/lib/PA_RISC2.0/server/libjvm
.sl]
WARNING: CORE3283: stderr: #
WARNING: CORE3283: stderr: # Java version:
WARNING: CORE3283: stderr: # Java HotSpot(TM) Server VM (mixed mode)
WARNING: CORE3283: stderr: #
WARNING: CORE3283: stderr: # HotSpot Virtual Machine Error, Internal
Error
WARNING: CORE3283: stderr: # Please report this error to HP customer
support.
WARNING: CORE3283: stderr: #
WARNING: CORE3283: stderr: # Java VM: Java HotSpot(TM) Server VM (1.4
1.4.0.00-020529-21:55-PA_RISC2.0 PA2.0 mixed mode)
WARNING: CORE3283: stderr: #
WARNING: CORE3283: stderr: # Fatal: exception happened outside
interpreter, nmethods and vtable stubs (1)
WARNING: CORE3283: stderr: #
WARNING: CORE3283: stderr: # Error ID:
/CLO/Components/JAVA_HOTSPOT/Src/src/share/vm/runtime/sharedRuntime.cp
p, 323
WARNING: CORE3283: stderr: #
Error log from core file (Stack Trace):
#0 0xc01f6500 in kill () from /usr/lib/libc.2
(gdb) bt
#0 0xc01f6500 in kill () from /usr/lib/libc.2
#1 0xc0193a6c in raise () from /usr/lib/libc.2
#2 0xc01d417c in abort_C () from /usr/lib/libc.2
#3 0xc01d41d4 in abort () from /usr/lib/libc.2
#4 0xd0a8bc88 in os::abort ()
from
/projects/sunport/users/sunport/sun/appserver7/jdk/jre/lib/PA_RISC2.0/
server/libjvm.sl
#5 0xd08f8acc in report_error ()
from
/projects/sunport/users/sunport/sun/appserver7/jdk/jre/lib/PA_RISC2.0/
server/libjvm.sl
#6 0xd08f81bc in report_fatal ()
from
/projects/sunport/users/sunport/sun/appserver7/jdk/jre/lib/PA_RISC2.0/
server/libjvm.sl
#7 0xd0aa7290 in SharedRuntime::compute_exception_return_address ()
from
/projects/sunport/users/sunport/sun/appserver7/jdk/jre/lib/PA_RISC2.0/
server/libjvm.sl
#8 0x7d4a6cd0 in ?? ()
#9 0xc0193a6c in raise () from /usr/lib/libc.2
All the patches recommended by the O/S vendor had been installed,
can some one help me,
thanks in advance

if u want to get answer. be focus and tell again.
no one read ur subject.

Similar Messages

  • Error while parsing JSP with WebLogic 5.1/SP9/JDK 1.2.2

    Hello everybody,
              I get the error given below when calling a JSP in a WebLogic
              application which seems to work fine in all other (non-JSP) parts:
              java.lang.NullPointerException:
                   at weblogic.servlet.jsp.JspLexer.addSetPropertyValue(JspLexer.java:1432)
                   at weblogic.servlet.jsp.JspLexer.mXML_SET_PROPERTY(JspLexer.java,
              Compiled Code)
                   at weblogic.servlet.jsp.JspLexer.mXML_THING(JspLexer.java:1726)
                   at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java, Compiled Code)
                   at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java, Compiled
              Code)
                   at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java, Compiled Code)
                   at weblogic.servlet.jsp.JspParser.doit(JspParser.java, Compiled Code)
                   at weblogic.servlet.jsp.JspParser.parse(JspParser.java:159)
                   at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:109)
                   at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java,
              Compiled Code)
                   at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java, Compiled
              Code)
                   at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:227)
                   at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:200)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:115)
                   at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:915)
                   at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:879)
                   at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
                   at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:365)
                   at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:253)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
              Code)
              I know that this error has been reported more than once in these
              discussion groups, and all people who solved it say
              - that it occurs only wen running WebLogic 5.1 with JDK 1.3 instead of
              1.2.2
              - that it may also be caused by bad jsp code
              But in my case, it has to be another reason, because
              - I am using jdk 1.2.2
              - the same JSP file is running withour errors on WebLogic 6
              I wonder if it could have something to do with the operating system:
              the parsing error is produced on a Windows version of WL 5.1, while my
              WL 6 which doesn't cause errors is running with Linux.
              Many thanks in advance for any help,
              Eckhard Beisswenger
              

    Once again me!
              After a long time, I stumbled by accident across the answer that solves the problem I described above. It is explained at
              http://support.bea.com/application;JSESSIONID_WLCS_DEFAULT=2R2lzQfEBxFRMX2z0AxeU1Un3N1522I9fCIUI7GfjnjsiSYkPscz
              The clue is that weblogic complains about corresponding get and set methods, when the type of the set methods parameter is different from the return type of the corresponding get method. Unfortunately, the weblogic lexer class gives only a NullPointerException without any hint.
              

  • JVM crash when used JDK 1.6

    HI ALL
    we have a stand alone program running fro every one minute on linux RHEL 4 update 4
    we upgraded our JDK to jdk 1.6 update 6
    we also have another process which is running continumouly on the system and lot of load is applied on this.
    The first process queries on db for a task and if exists processes it.
    Though this program is idle and has no task to process it has crashed.
    do we have any problem like this in JDK 1.6 update 6 when the process is idle
    the error written is as follows
    cat /tmp/hs_err_pid12381.log
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x38790d86, pid=12381, tid=2908736432
    # Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode linux-x86)
    # Problematic frame:
    # C 0x38790d86
    # 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 (0x083e9800): JavaThread "GC Daemon" daemon [_thread_in_Java, id=12397, stack(0xad5ac000,0xad5fd000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x38790d86
    Registers:
    EAX=0x00000000, EBX=0xb23fb4f0, ECX=0x38790d86, EDX=0x083e9800
    ESP=0xad5fbd1c, EBP=0xad5fbd54, ESI=0xb23fb4ec, EDI=0xad5fbd60
    EIP=0x38790d86, CR2=0x38790d86, EFLAGS=0x00010246
    Top of Stack: (sp=0xad5fbd1c)
    0xad5fbd1c: b5f3bdfe 083e9800 00000000 083e9800
    0xad5fbd2c: 01000000 083e9800 ad5fbd34 b23fb4ec
    0xad5fbd3c: ad5fbd60 b23fbbb8 00000000 b23fb4f0
    0xad5fbd4c: 00000000 ad5fbd64 ad5fbd8c b5f34dfb
    0xad5fbd5c: 00000000 00000000 00000001 adf3cf90
    0xad5fbd6c: ad5fbd64 b23fcfd6 ad5fbdb0 b23fd470
    0xad5fbd7c: 00000000 b23fd028 ad5fbd64 ad5fbdb0
    0xad5fbd8c: ad5fbdc8 b5f32249 00000000 00000000
    Instructions: (pc=0x38790d86)
    0x38790d76:
    [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb]
    Stack: [0xad5ac000,0xad5fd000], sp=0xad5fbd1c, free space=319k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x38790d86
    v ~BufferBlob::Interpreter
    v ~BufferBlob::StubRoutines (1)
    V [libjvm.so+0x21c5cd]
    V [libjvm.so+0x310748]
    V [libjvm.so+0x21bee0]
    V [libjvm.so+0x21bf6d]
    V [libjvm.so+0x28c175]
    V [libjvm.so+0x391f8d]
    V [libjvm.so+0x3113f9]
    C [libpthread.so.0+0x5371]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x083f9800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=12403, stack(0xad508000,0xad559000)]
    0x083f2c00 JavaThread "RMI TCP Connection(1)-192.168.6.44" daemon [_thread_in_native, id=12399, stack(0xad55b000,0xad5ac000)]
    =>0x083e9800 JavaThread "GC Daemon" daemon [_thread_in_Java, id=12397, stack(0xad5ac000,0xad5fd000)]
    0x083d6000 JavaThread "RMI Reaper" [_thread_blocked, id=12396, stack(0xad5fd000,0xad64e000)]
    0x083cfc00 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=12395, stack(0xad64e000,0xad69f000)]
    0x081fe000 JavaThread "Thread-0" daemon [_thread_blocked, id=12394, stack(0xad6c8000,0xad719000)]
    0x080c7c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=12388, stack(0xad7f9000,0xad84a000)]
    0x080bd000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=12387, stack(0xad84a000,0xad8cb000)]
    0x080bbc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12386, stack(0xad8cb000,0xad91c000)]
    0x080a9000 JavaThread "Finalizer" daemon [_thread_blocked, id=12385, stack(0xadb50000,0xadba1000)]
    0x080a7c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=12384, stack(0xadba1000,0xadbf2000)]
    0x08058c00 JavaThread "main" [_thread_in_native, id=12382, stack(0xb7f90000,0xb7fe1000)]
    Other Threads:
    0x080a4c00 VMThread [stack: 0xadbf2000,0xadc73000] [id=12383]
    0x080c9000 WatcherThread [stack: 0xad778000,0xad7f9000] [id=12389]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 960K, used 946K [0xadeb0000, 0xadfb0000, 0xae390000)
    eden space 896K, 100% used [0xadeb0000, 0xadf90000, 0xadf90000)
    from space 64K, 78% used [0xadf90000, 0xadf9ca38, 0xadfa0000)
    to space 64K, 0% used [0xadfa0000, 0xadfa0000, 0xadfb0000)
    tenured generation total 4096K, used 746K [0xae390000, 0xae790000, 0xb1eb0000)
    the space 4096K, 18% used [0xae390000, 0xae44a850, 0xae44aa00, 0xae790000)
    compacting perm gen total 12288K, used 6211K [0xb1eb0000, 0xb2ab0000, 0xb5eb0000)
    the space 12288K, 50% used [0xb1eb0000, 0xb24c0c70, 0xb24c0e00, 0xb2ab0000)
    No shared spaces configured.
    Dynamic libraries:
    001d6000-001e8000 r-xp 00000000 08:01 116255 /lib/libnsl-2.3.4.so
    001e8000-001ea000 rwxp 00011000 08:01 116255 /lib/libnsl-2.3.4.so
    001ea000-001ec000 rwxp 001ea000 00:00 0
    0023d000-00245000 r-xp 00000000 08:01 116256 /lib/tls/librt-2.3.4.so
    00245000-00247000 rwxp 00007000 08:01 116256 /lib/tls/librt-2.3.4.so
    00247000-00251000 rwxp 00247000 00:00 0
    00a9a000-00aaf000 r-xp 00000000 08:01 116243 /lib/ld-2.3.4.so
    00aaf000-00ab0000 r-xp 00015000 08:01 116243 /lib/ld-2.3.4.so
    00ab0000-00ab1000 rwxp 00016000 08:01 116243 /lib/ld-2.3.4.so
    00ab8000-00bdd000 r-xp 00000000 08:01 116244 /lib/tls/libc-2.3.4.so
    00bdd000-00bde000 r-xp 00124000 08:01 116244 /lib/tls/libc-2.3.4.so
    00bde000-00be1000 rwxp 00125000 08:01 116244 /lib/tls/libc-2.3.4.so
    00be1000-00be3000 rwxp 00be1000 00:00 0
    00be5000-00c06000 r-xp 00000000 08:01 116245 /lib/tls/libm-2.3.4.so
    00c06000-00c08000 rwxp 00020000 08:01 116245 /lib/tls/libm-2.3.4.so
    00c0a000-00c0c000 r-xp 00000000 08:01 116246 /lib/libdl-2.3.4.so
    00c0c000-00c0e000 rwxp 00001000 08:01 116246 /lib/libdl-2.3.4.so
    00d01000-00d0f000 r-xp 00000000 08:01 116247 /lib/tls/libpthread-2.3.4.so
    00d0f000-00d11000 rwxp 0000d000 08:01 116247 /lib/tls/libpthread-2.3.4.so
    00d11000-00d13000 rwxp 00d11000 00:00 0
    06000000-0641b000 r-xp 00000000 08:11 7250607 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/client/libjvm.so
    0641b000-06435000 rwxp 0041a000 08:11 7250607 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/client/libjvm.so
    06435000-06855000 rwxp 06435000 00:00 0
    08048000-08052000 r-xp 00000000 08:11 7250708 /home/blaster44b18/env/jdk1.6.6/bin/java
    08052000-08053000 rwxp 00009000 08:11 7250708 /home/blaster44b18/env/jdk1.6.6/bin/java
    08053000-08401000 rwxp 08053000 00:00 0
    ad508000-ad50b000 --xp ad508000 00:00 0
    ad50b000-ad559000 rwxp ad50b000 00:00 0
    ad559000-ad55a000 r-xp 00000000 08:11 7250614 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/librmi.so
    ad55a000-ad55b000 rwxp 00000000 08:11 7250614 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/librmi.so
    ad55b000-ad55e000 --xp ad55b000 00:00 0
    ad55e000-ad5ac000 rwxp ad55e000 00:00 0
    ad5ac000-ad5af000 --xp ad5ac000 00:00 0
    ad5af000-ad5fd000 rwxp ad5af000 00:00 0
    ad5fd000-ad600000 --xp ad5fd000 00:00 0
    ad600000-ad64e000 rwxp ad600000 00:00 0
    ad64e000-ad651000 --xp ad64e000 00:00 0
    ad651000-ad69f000 rwxp ad651000 00:00 0
    ad69f000-ad6b2000 r-xp 00000000 08:11 7250625 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libnet.so
    ad6b2000-ad6b3000 rwxp 00013000 08:11 7250625 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libnet.so
    ad6b3000-ad6bc000 r-xs 0007a000 08:11 6979711 /home/blaster44b18/env/jdk1.6.6/jre/lib/resources.jar
    ad6bc000-ad6bf000 r-xs 00027000 08:11 6995983 /home/blaster44b18/env/jdk1.6.6/jre/lib/ext/sunjce_provider.jar
    ad6bf000-ad6c5000 r-xs 00091000 08:11 6979722 /home/blaster44b18/env/jdk1.6.6/jre/lib/jsse.jar
    ad6c5000-ad6c8000 r-xs 00013000 08:11 6979732 /home/blaster44b18/env/jdk1.6.6/jre/lib/jce.jar
    ad6c8000-ad6cb000 --xp ad6c8000 00:00 0
    ad6cb000-ad719000 rwxp ad6cb000 00:00 0
    ad719000-ad71a000 r-xp 00000000 08:11 7250731 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libj_pid.so
    ad71a000-ad71b000 rwxp 00000000 08:11 7250731 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libj_pid.so
    ad71b000-ad72f000 r-xs 0025e000 08:11 4260998 /home/blaster44b18/api/lib/ebiz_api.jar
    ad72f000-ad735000 r-xs 0004a000 08:11 6973655 /home/blaster44b18/api/lib/mail.jar
    ad735000-ad73a000 r-xs 00043000 08:11 6973647 /home/blaster44b18/api/lib/htmlparser.jar
    ad73a000-ad73b000 r-xs 00002000 08:11 3358797 /home/blaster44b18/jar/ebiz_monitor.jar
    ad73b000-ad742000 r-xs 00053000 08:11 3358804 /home/blaster44b18/jar/log4j-1.2.14.jar
    ad742000-ad743000 r-xs 00001000 08:11 3358817 /home/blaster44b18/jar/util.jar
    ad743000-ad745000 r-xs 00005000 08:11 3358812 /home/blaster44b18/jar/tar.jar
    ad745000-ad74b000 r-xs 00059000 08:11 3358811 /home/blaster44b18/jar/scp.jar
    ad74b000-ad752000 r-xs 000ee000 08:11 3358814 /home/blaster44b18/jar/terajdbc4.jar
    ad752000-ad754000 r-xs 00007000 08:11 3358813 /home/blaster44b18/jar/tdgssjava.jar
    ad754000-ad758000 r-xs 00068000 08:11 3358805 /home/blaster44b18/jar/mysql-connector-java-3.1.11-bin.jar
    ad758000-ad75b000 r-xs 00043000 08:11 3358801 /home/blaster44b18/jar/jtds-1.2.jar
    ad75b000-ad75d000 r-xs 0002e000 08:11 6979590 /home/blaster44b18/jar/scheduler.jar
    ad75d000-ad767000 r-xs 00118000 08:11 3358809 /home/blaster44b18/jar/ojdbc14.zip
    ad767000-ad776000 r-xs 001c8000 08:11 3358810 /home/blaster44b18/jar/ojdbc14_g.jar
    ad776000-ad778000 r-xs 00008000 08:11 3358808 /home/blaster44b18/jar/ocrs12.zip
    ad778000-ad779000 --xp ad778000 00:00 0
    ad779000-ad7f9000 rwxp ad779000 00:00 0
    ad7f9000-ad7fc000 --xp ad7f9000 00:00 0
    ad7fc000-ad84a000 rwxp ad7fc000 00:00 0
    ad84a000-ad84d000 --xp ad84a000 00:00 0
    ad84d000-ad8cb000 rwxp ad84d000 00:00 0
    ad8cb000-ad8ce000 --xp ad8cb000 00:00 0
    ad8ce000-ad91c000 rwxp ad8ce000 00:00 0
    ad91c000-ad91d000 r-xp 0285b000 08:05 18691 /usr/lib/locale/locale-archive
    ad91d000-ad923000 r-xp 011ba000 08:05 18691 /usr/lib/locale/locale-archive
    ad923000-ad950000 r-xp 01188000 08:05 18691 /usr/lib/locale/locale-archive
    ad950000-adb50000 r-xp 00000000 08:05 18691 /usr/lib/locale/locale-archive
    adb50000-adb53000 --xp adb50000 00:00 0
    adb53000-adba1000 rwxp adb53000 00:00 0
    adba1000-adba4000 --xp adba1000 00:00 0
    adba4000-adbf2000 rwxp adba4000 00:00 0
    adbf2000-adbf3000 --xp adbf2000 00:00 0
    adbf3000-adca5000 rwxp adbf3000 00:00 0
    adca5000-ade30000 r-xs 02df0000 08:11 6979708 /home/blaster44b18/env/jdk1.6.6/jre/lib/rt.jar
    ade30000-ade37000 rwxp ade30000 00:00 0
    ade37000-ade51000 rwxp ade37000 00:00 0
    ade51000-ade54000 rwxp ade51000 00:00 0
    ade54000-ade6f000 rwxp ade54000 00:00 0
    ade6f000-ade70000 rwxp ade6f000 00:00 0
    ade70000-ade71000 rwxp ade70000 00:00 0
    ade71000-ade74000 rwxp ade71000 00:00 0
    ade74000-ade8f000 rwxp ade74000 00:00 0
    ade8f000-ade95000 rwxp ade8f000 00:00 0
    ade95000-adeaf000 rwxp ade95000 00:00 0
    adeaf000-adfb0000 rwxp adeaf000 00:00 0
    adfb0000-ae390000 rwxp adfb0000 00:00 0
    ae390000-ae790000 rwxp ae390000 00:00 0
    ae790000-b1eb0000 rwxp ae790000 00:00 0
    b1eb0000-b2ab0000 rwxp b1eb0000 00:00 0
    b2ab0000-b5eb0000 rwxp b2ab0000 00:00 0
    b5eb0000-b5eb1000 r-xs 00001000 08:11 6973646 /home/blaster44b18/api/lib/htmlentities.jar
    b5eb1000-b5eb2000 r-xs 00009000 08:11 3358806 /home/blaster44b18/jar/nanoxml-2.1.1.jar
    b5eb2000-b5eb6000 rwxp b5eb2000 00:00 0
    b5eb6000-b5f32000 rwxp b5eb6000 00:00 0
    b5f32000-b6012000 rwxp b5f32000 00:00 0
    b6012000-b7f32000 rwxp b6012000 00:00 0
    b7f32000-b7f41000 r-xp 00000000 08:11 7250651 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libzip.so
    b7f41000-b7f43000 rwxp 0000e000 08:11 7250651 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libzip.so
    b7f43000-b7f66000 r-xp 00000000 08:11 7250615 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libjava.so
    b7f66000-b7f68000 rwxp 00023000 08:11 7250615 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libjava.so
    b7f68000-b7f71000 r-xp 00000000 08:01 114738 /lib/libnss_files-2.3.4.so
    b7f71000-b7f73000 rwxp 00008000 08:01 114738 /lib/libnss_files-2.3.4.so
    b7f73000-b7f7e000 r-xp 00000000 08:11 7250640 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libverify.so
    b7f7e000-b7f7f000 rwxp 0000b000 08:11 7250640 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/libverify.so
    b7f7f000-b7f87000 rwxs 00000000 08:01 16402 /tmp/hsperfdata_blaster44b18/12381
    b7f87000-b7f8d000 r-xp 00000000 08:11 7250658 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/native_threads/libhpi.so
    b7f8d000-b7f8e000 rwxp 00006000 08:11 7250658 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/native_threads/libhpi.so
    b7f8e000-b7f8f000 rwxp b7f8e000 00:00 0
    b7f8f000-b7f90000 r-xp b7f8f000 00:00 0
    b7f90000-b7f93000 --xp b7f90000 00:00 0
    b7f93000-b7fe2000 rwxp b7f93000 00:00 0
    b7fe2000-b7fe9000 r-xp 00000000 08:11 7250618 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/jli/libjli.so
    b7fe9000-b7feb000 rwxp 00006000 08:11 7250618 /home/blaster44b18/env/jdk1.6.6/jre/lib/i386/jli/libjli.so
    b7feb000-b7fec000 rwxp b7feb000 00:00 0
    bfff9000-c0000000 rwxp bfff9000 00:00 0
    ffffe000-fffff000 ---p 00000000 00:00 0
    VM Arguments:
    jvm_args: -DHOME=/home/blaster44b18
    java_command: scheduler.controllers.SchedulerManager 8 /home/blaster44b18/etc/listproc.cfg /home/blaster44b18/log/listproc8.pid 0 0
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=/home/blaster44b18/jar:/home/blaster44b18/jar/nanoxml-2.1.1.jar:/home/blaster44b18/jar/ocrs12.zip:/home/blaster44b18/jar/ojdbc14_g.jar:/home/blaster44b18/jar/ojdbc14.zip:/home/blaster44b18/jar/scheduler.jar:/home/blaster44b18/jar/jtds-1.2.jar:/home/blaster44b18/jar/mysql-connector-java-3.1.11-bin.jar:/home/blaster44b18/jar/tdgssjava.jar:/home/blaster44b18/jar/terajdbc4.jar:/home/blaster44b18/jar/scp.jar:/home/blaster44b18/jar/tar.jar:/home/blaster44b18/jar/util.jar:/home/blaster44b18/jar/log4j-1.2.14.jar:/home/blaster44b18/jar/ebiz_monitor.jar:/home/blaster44b18/api/lib/htmlparser.jar:/home/blaster44b18/api/lib/mail.jar:/home/blaster44b18/api/lib/ebiz_api.jar:/home/blaster44b18/api/lib/htmlentities.jar:/home/blaster44b18/etc/scheduler_log4j.properties:.
    PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin
    LD_LIBRARY_PATH=/home/blaster44b18/env/jdk1.6.6/jre/lib/i386/client:/home/blaster44b18/env/jdk1.6.6/jre/lib/i386:/home/blaster44b18/env/jdk1.6.6/jre/../lib/i386
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x3be710], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x3be710], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x30f810], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x30f810], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x30f810], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x30f810], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x311850], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: [libjvm.so+0x3115f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x3115f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x3115f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux ES release 4 (Nahant Update 4)
    uname:Linux 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686
    libc:glibc 2.3.4 NPTL 2.3.4
    rlimit: STACK 10240k, CORE 0k, NPROC 100352, NOFILE 1024, AS infinity
    load average:2.96 3.24 3.41
    CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 2 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 6235276k(2577560k free), swap 12586916k(12586772k free)
    vm_info: Java HotSpot(TM) Client VM (10.0-b22) for linux-x86 JRE (1.6.0_06-b02), built on Mar 25 2008 00:39:19 by "java_re" with gcc 3.2.1-7a (J2SE release)
    time: Fri Sep 12 07:45:41 2008
    elapsed time: 1 seconds
    please give some suggestions so as to understand why this has happened
    Thanks
    Vijay Sunder

    Hello,
    after some debugging with gdb, I discovered that the three crashes happen in the same instruction (mov %rcx,(%r10,%rcx,1)) and code fragment.
    0x00002aaaabb73410:     and    %al,(%rdx)
    0x00002aaaabb73412:     add    %al,(%rax)
    0x00002aaaabb73414:     add    $0x0,%al
    0x00002aaaabb73416:     add    %al,(%rax)
    0x00002aaaabb73418:     mov    $0x2b71d348f0a0,%r10
    0x00002aaaabb73422:     rex.WB callq  *%r10
    0x00002aaaabb73425:     and    $0xff,%eax
    0x00002aaaabb7342b:     setne  %al
    0x00002aaaabb7342e:     movq   $0x5,0x220(%r15)
    0x00002aaaabb73439:     mov    %r15d,%ecx
    0x00002aaaabb7343c:     shr    $0x4,%ecx
    0x00002aaaabb7343f:     and    $0xffc,%ecx
    0x00002aaaabb73445:     mov    $0x2aaaaabb7000,%r10
    ----> 0x00002aaaabb7344f:     mov    %rcx,(%r10,%rcx,1)
    0x00002aaaabb73453:     mov    $0x2b71d38f0e88,%r10
    0x00002aaaabb7345d:     cmpl   $0x0,(%r10)
    0x00002aaaabb73464:     jne    0x2aaaabb73478
    0x00002aaaabb7346a:     cmpl   $0x0,0x30(%r15)
    0x00002aaaabb73472:     je     0x2aaaabb7349e
    0x00002aaaabb73478:     mov    %rax,-0x8(%rbp)
    0x00002aaaabb7347c:     mov    %r15,%rdi
    0x00002aaaabb7347f:     mov    %rsp,%r12
    0x00002aaaabb73482:     sub    $0x0,%rsp
    0x00002aaaabb73486:     and    $0xfffffffffffffff0,%rsp
    0x00002aaaabb7348a:     mov    $0x2b71d36c2e30,%r10 Is it possible that it's the same bug as described in:
    [http://bugs.sun.com/view_bug.do?bug_id=6811384] [http://bugs.sun.com/view_bug.do?bug_id=6885108]
    The jdk Versions with the problem are: 1.6.0_11 and 1.6.0_16
    (We didn't test it with 1.6.0_18 as previously mentioned, sorry)
    bye
    Roland
    Edited by: Cymric on Sep 16, 2010 7:37 AM

  • Unable to install JDK 6 on Windows Vista

    Hi
    I am unable to install jdk 6 (jdk-6u4-windows-x64)on windows vista. I am getting error at installing time and it will terminate process.
    Can any one help me!
    Thanks in advance
    Dave

    Not without exact problem information.
    Read the Installation Instructions (at where you gor Java.)

  • JDK version for installing SOA suite on windows vista

    Hi
    I am trying to install SOA Suite 10.1.3.1 on my Windows Vista 64 bit system. Currently, when running irca.bat, I am getting error "invalid java version 1.6.0_13. Version 1.4 is required."
    But isnt the script supposed to run for all 1.4+ jdks. Which version of jdk do I need to install?
    Thanks.
    John

    The complete error message in the popup is "Error in CreateOUIProcess(): 3". When you hit <OK>, you are back at the command prompt where you typed setup.exe.
    The log is as follow:
    Using paramFile: D:\Disk1\install\win64\oraparam.ini
    Checking if CPU speed is above 300 MHz. Actual 2327 MHz Passed
    Checking swap space: must be greater than 500 MB. Actual 12689 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 65536 Passed
    The commandline for unzip:
    D:\Disk1\install\win64\unzip -qqqo ..\..\stage\Components\oracle.swd.oui\11.1.0.7.0\1\DataFiles/"*.jar" -d "C:\Users\ROOT~1.APP\AppData\Local\Temp\3\OraInstall2009-10-20_06-01-08PM"
    The commandline for unzip:
    D:\Disk1\install\win64\unzip -qqqo ..\..\stage\Components\oracle.swd.oui.core\11.1.0.7.0\1\DataFiles/"*.jar" -d "C:\Users\ROOT~1.APP\AppData\Local\Temp\3\OraInstall2009-10-20_06-01-08PM"
    The number of files bootstrapped for the jre is 0.
    The number of files bootstrapped for the oui is 287.

  • SAP R/3 4.6C Installation in HPUX /oracle 10g  - Error ORADBUSR_IND_ORA

    Hi all
    While installing 4.6C in Oracle 10g/HPUX, I get the below error towards the end.
    Can some help me to over come this error
    Regards
    Senthil
    .  Oracle Version:                     10.2.0.2.0
    .  Parametervalue os_authent_prefix:   OPS$
    .  Schema Id:                          R3
    .  Database User (Schema):             SAPR3
    .  SAP R/3 Administrator:              OPS$SUPADM
    unable to assign default tablespace to user: SAPR3
    begin
    ERROR at line 1:
    ORA-00959: tablespace 'PSAPUSER1D' does not exist
    ORA-06512: at line 90
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning and Data Mining options
    ERROR 2008-03-11 20:15:46 ORADBUSR_IND_ORA ExecuteCheck:0
        Exit code from /oracle/SUP/102_64/bin/sqlplus: 191.
    ERROR 2008-03-11 20:15:46 ORADBUSR_IND_ORA InternalInstallationDo:0
        Phase failed.
    ERROR 2008-03-11 20:15:46 ORADBUSR_IND_ORA InstallationDo:0
        Phase failed.
    ERROR 2008-03-11 20:15:47 Main
        Installation aborted.

    After editing the sql script
    Edit the oradbusr.sql file in the installation directory and change
    the row
    if substr(upper('&&1'),1,5) = 'SAPR3' then
    to
    if substr(upper('&&1'),1,5) = 'SAPR3notCorrect' then
    not supported:
    Schemaowner has to be SAPR3 or SAP<SID> where <SID>
    has to be a three digit Identifier starting with a character
    begin
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at line 32
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning and Data Mining options
    ERROR 2008-03-12 09:32:34 ORADBUSR_IND_ORA ExecuteCheck:0
        Exit code from /oracle/SUP/102_64/bin/sqlplus: 110.
    ERROR 2008-03-12 09:32:34 ORADBUSR_IND_ORA InternalInstallationDo:0
        Phase failed.
    ERROR 2008-03-12 09:32:34 ORADBUSR_IND_ORA InstallationDo:0
        Phase failed.
    ERROR 2008-03-12 09:32:34 Main
        Installation aborted.
    Can you help
    Regards
    Senthil

  • [SOLVED] Dependency problems Sun JDK, OpenJDK and Soprano

    Hi there,
    as I need the Sun JDK for programming, I wanted to replace OpenJDK with SunJDK. Here's what's happening:
    schorsch@archie:~$ sudo pacman -S jdk
    resolving dependencies...
    looking for inter-conflicts...
    :: jdk conflicts with openjdk6. Remove openjdk6? [Y/n] Y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: jdk: requires jre
    :: soprano: requires openjdk6
    schorsch@archie:~$
    What's the proper way to do this? Should I avoid having more than one java version installed on my machine? I guess so...
    I'm doing quite a bit of java development and sometimes really need the latest Sun Java.
    TIA,
    Blackhole
    Last edited by blackhole (2009-02-18 18:56:53)

    Okay guys, I did a "pacman -Rd openjdk6 && pacman -S jdk" which worked fine:
    schorsch@archie:~$ java -version
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Server VM (build 11.0-b16, mixed mode)
    schorsch@archie:~$
    However when I use Konqueror and go to http://www.java.com/en/download/help/testvm.xml in order to test my java version, it doesn't work.
    More precisely the applet is not displayed at all. When I go to the Konqueror settings and to "Java & JavaScript", tick the checkbox "Use KIO" and refresh the page. I at least get a big gray square where the applet should be.
    Do I have to install any additional java plugin? Is anybody out there using Konqueror with the Sun Jre?
    //Edit: I've come across this: http://www.konqueror.org/javahowto/ but I was wondering whether this is already included in some Arch package. I don't wanna fiddle manually if there's a proper Arch way to do things.
    TIA,
    Blackhole
    Last edited by blackhole (2009-02-18 13:58:17)

  • 9i Lite - JDK 1.3 is not installed on Your system

    OK... so I installed J2SE SDK 1.4.0 on the system but still it won't continue to install the database. Does this only work with the JDK 1.3 or is there any other solution to this message? Do I just have to not install a repository, or won't it have any effect on this error?

    I'm getting exactly the same problem.
    By default I have J2SE SDK 1.4.0 on my path & classpath. As soon as I attmept to run msql I'm told:
    'Unable to create JVM. You need jre/jdk 1.3.1 or higher'
    Even when I change my path & classpath to point to the JDK 1.3.1 executables & jar files I still receive this error message.
    Can somebody please tell me what I'm missing?
    thanks
    - Garry

  • Installing JDK-1.4.2_05 on SOLARIS 8: `(' unexpected

    Hello,
    I have problems installing JDK-1.4.2_05 on two SOLARIS 8 boxes.
    The error occurs right at the beginning of the installation.
    I start the installation as follows:
    -rwxr--r-- 1 sw staff 35253366 Sep 21 13:51
    j2sdk-1_4_2_05-solaris-i586.sh
    [root@sokrates /home/sw/BVB-3-Stuff/Jdk-1.4]# cd /usr
    [root@sokrates /usr]#
    /home/sw/BVB-3-Stuff/Jdk-1.4/j2sdk-1_4_2_05-solaris-i586.sh
    The error is as follows:
    Unpacking...
    Checksumming...
    0
    0
    Extracting...
    ./install.sfx.825: syntax error at line 1: `(' unexpected
    Done.
    The error is the same on both machines.
    Both machines run SOLARIS 8 (SUN-OS 5.8) with the latest J2SE recommended
    patches installed.
    Any help is highly appreciated.

    This may sound a bit obvious, but are the two machines in question Intel machines? If I try to install this (Intel) package on a SPARC box, I get exactly the same error. Again, sorry if this sounds a bit obvious, but it's just a thought :)

  • Runtime error using jdk 1.4.1 in jdev

    Hi,
    I am using jdev 9032. My project uses jdk 1.3.1 the default that comes with jdeveloper. Now i have to make this application work on 1.4.1_05.
    But when I run the app in jdev by changing the jdk to 1.4.1 or when I deploy in OC4J (standalone) 903 with JAVA_HOME=C:\JDK1.4.1, I get following error in both the case:
    Auto-deploying file:/D:/temp/projects/Myproject/classes/ (No previous deployment found)... MyProjectServices_StatelessSessionBeanWrapper16.java:6: cannot access java.rmi.NoSuchObjectException
    bad class file: D:\Utilities\java\jdk\j2sdk1.4.1_05\jre\lib\rt.jar(java/rmi/NoSuchObjectException.class)
    class file has wrong version 48.0, should be 47.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
    import java.rmi.NoSuchObjectException;
    ^
    1 error
    Error compiling D:\temp\projects\Myproject\classes: Syntax error in source
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    But when I compile my source using JDK 1.4.1 it is fine, and only gives me error while deploying.
    Please let me know how to get this app deployed on OC4J with JDK 1.4.1
    THANKS in advance
    Narinder

    Hi,
    I figured out the solution.
    Make the project use 1.4.1 and also replace the tools.jar file under %JDEV_INSTALL%\jdk\lib
    In addition to this I have also changed the "SetJavaHome" environment variable in jdev.conf to use JDK 1.4.1
    And everything is working fine and as I wanted.
    FYI:
    Replace tools.jar on OC4J Standalone(I used OC4J 903) with tools.jar of JDK 1.4.1 and then app can be deployed on OC4J as well.
    Hope this helps someone.
    Regards,
    Narinder

  • Why can't I run my Java program with just the JRE, the JDK is required?

    I've recently written 3 programs in Java using the Netbeans IDE with JDK 1.6 as the default Java platform. The compile-time libraries include the Swing Application Framework. I use BuildDesk from ProductiveMe to package the each program into a Windows installer.
    When I install the programs on a new computer without a JRE or JDK being present, and attempt to run them I get an error (as expected) stating that there is no JVM. The messages says that I need to install JDK 1.3 or higher. I downloaded the latest JRE onto the new computer and attempted to run the programs and I get the same error message. My question is, why can't I run these programs with just the JRE installed? Why do I need the JDK? When I install the JDK, the programs run fine. The typical user may not have the JDK on their system, but they likely have the JRE if they've run Java programs before.
    Is the answer as simple as there must be library functions being used by the programs that belong to the JDK, but not the JRE? I'd rather a user not have to install the JDK verses the JRE because they may also have to update some Windows environment variables.
    Thank you for any help on this issue.

    915088 wrote:
    Thanks for your replies. I further investigated BuildDesk and found an option which allows a JVM check but that check needs the JDK. I stopped the JVM check and rebuilt using BuildDesk and it now only requires the JRE to run the programs. The reason why I use BuildDesk is to package more than just the jar file for the user. BuildDesk allows me to create a installation folder structure as well as include any other files in the build. I could just as well zipped all this together for the user but decided against that method.I don't think anyone will question your usage of an installer tool; that is entirely up to you. But what is questionable is that you have problems with that installer tool and then go look for help in a Java programming forum. The next time, go look for help at the source. If there is no way to acquire help (support, a forum, a mailinglist, anything) then that is a very good reason to not use the product in question.

  • JDK  download problem.

    HI everyone.
    I have just spent a couple of hours down loading JDK and when I try to open it i get this error report:
    error reading setup initialization file.
    How can I fix this,any hints welcome?

    This sounds like either a corrupted download or old installation files.
    Corrupted Download
    Since you said it took a few hours I'd assume you're on a slow internet connection. Try using a download manager like Flashget to download it rather than IE/Firefox. Then try running it again. In addition I suggest you also remove your temporary files, as outlined below.
    Old Installation Files
    I assume you're on windows, so in "My Computer", right-click on your harddrive and select "properties". There should be a button near the bottom that is called "Disk Cleanup". Click on it.
    Select the following options:
    Downloaded Program Files
    Temporary Internet Files
    Recycle Bin
    Temporary Files
    WebClient/Publisher Temporary Files
    Make sure "Compress Old Files" is -not- selected and then click OK and "Yes" at the prompt. Then try running the installer again.

  • WLS 5.1 not error with jdk 1.4 ???

    Hi,
    Ive just upgrading the jdk from 1.3 to 1.4 and got alot of errors.
    Im using the Bea Weblogic Server 5.1!
    Just at startup I got a VerifyError.
    And som other exception I got is: java.lang.NoClassDefFoundError: com/sun/java/util/collections/ArrayList
    Is WLS5.1 not compatible with J2SE (ver 1.4) ??
    When I change back to 1.3 everything is going fine.
    Error 1:
    java.lang.VerifyError: class weblogic.iiop.IIOPOutputStream overrides final method

    This is the platform support page and 1.4 is not listed for any Weblogic version...
    http://www.weblogic.com/platforms/index.html
    So if you want 1.4 you'll have to wait for a version that supports it.
    There was a guy that posted a link to a document on how to run 6.x with 1.4 but it's still unsupported so
    it's not recommended.
    --dejan
    John wrote:
    Hi,
    Ive just upgrading the jdk from 1.3 to 1.4 and got alot of errors.
    Im using the Bea Weblogic Server 5.1!
    Just at startup I got a VerifyError.
    And som other exception I got is: java.lang.NoClassDefFoundError: com/sun/java/util/collections/ArrayList
    Is WLS5.1 not compatible with J2SE (ver 1.4) ??
    When I change back to 1.3 everything is going fine.
    Error 1:
    java.lang.VerifyError: class weblogic.iiop.IIOPOutputStream overrides final method

  • What version of JDK with JDeveloper 9i?

    Does anyone know what version of JDK being used by JDeveloper 9i? I had a compile error when I compile a Java program using JDeveloper 3.2. This error sits on "frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);" statement. Thanks for any help.
    Attach a program:
    import javax.swing.*;
    public class SimpleFrameTest
    public static void main(String[] args)
    SimpleFrame frame = new SimpleFrame();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.show();
    class SimpleFrame extends JFrame
    public SimpleFrame()
    setSize(WIDTH, HEIGHT);
    public static final int WIDTH = 300;
    public static final int HEIGHT = 200;
    }

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jane:
    Does anyone know what version of JDK being used by JDeveloper 9i? I had a compile error when I compile a Java program using JDeveloper 3.2. This error sits on "frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);" statement. Thanks for any help.
    Attach a program:
    import javax.swing.*;
    public class SimpleFrameTest
    public static void main(String[] args)
    SimpleFrame frame = new SimpleFrame();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.show();
    class SimpleFrame extends JFrame
    public SimpleFrame()
    setSize(WIDTH, HEIGHT);
    public static final int WIDTH = 300;
    public static final int HEIGHT = 200;
    } <HR></BLOCKQUOTE>
    Thank you! It works.

  • /usr/bin/java Permission denied after installing JDK on linux

    Hi Guys,
    I installed jdk-6u1-linux-i586-rpm.bin and I am getting strange errors like this:
    1 When I simply run "java" in shell I get this:
    /usr/bin/java: line 67: /tmp/javaf10273: Permission denied
    /usr/bin/java: line 67: /tmp/javaf10273: Success
    2. When I try to run an sh file I get this:
    Warning: -ms128m not understood. Ignoring.
    Warning: -mx128m not understood. Ignoring.
    /usr/bin/java: line 67: /tmp/javae10796: Permission denied
    /usr/bin/java: line 67: /tmp/javae10796: Success
    I searched around and as I understand the linux package may have contained some older java version, and the comp is still trying to use that.
    But these notes did not say how to uninstall that older version, orr what to do.
    Can you please maybe point me somewhere?
    Thanks,
    Gyuri

    The RPM installer for the Sun JDK installs Java in /usr/java/jdk1.6.0_01. Just add /usr/java/jdk1.6.0_01/bin to your path before /usr/bin and it should be fine.
    Additionally, there are no -ms and -mx parameters, those should be -Xms and -Xmx.

Maybe you are looking for

  • Firefox 3.6.8. messed up an older version of Firefox

    As the title indicates, I believe that installing Firefox 3.6.8. messed up my favorite version of Firefox, version 1.5.0.3, or something like that on Windows XP SP3. I installed 3.6.8. to another folder, like I did a while back with 3.0.1, which is s

  • How to create business partner in solman

    How to create business partner in solman?...

  • Query returning diff values

    Dear all, We have EBS 11.5.10.2 installed on solaris Apps schema holds all objects and public synonyms created for all the objects in apps schema. now when I run the query from apps as : select * from PA_REP_UTIL_ORG_GE_V; am getting the error : ERRO

  • Doubt pertaining Partner Function Role ES..

    Hi, What is the significance of the Role ES defined as a Partner Function in a One time customer. I am using the default system created Account assignement Group: CPD. THNX n Regards, Subbzz..

  • Mac OS X update to 10.6.7 hangs finder - error message 10810

    Every time I apply the Combined update 10.6.7 my mac mini's finder hangs and I get an error message 10810. I've followed a few suggestions, repaired the disk, pram test, re-built the launch services and followed the suggestions in this article http:/