IWS 6 sp5 + Redhat 9

I am trying to install the SunONE web server 6 sp 5 on Redhat Linux 9. When executing ....../https-admserv/start (or startconsole), I get the following error : " ./uxwdog: relocation error: ../lib/libnsres30.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference"
<p>
I am not sure what the problem is, but expect that some libraries that the web server is looking for have newer names. Any help or direction would be appreciated.

Passing on this fix for the buggy jvm found on redhat bugzilla, worked great for me to get TogetherJ working on my box, don't know about Web Server 6.1:
------- From Jakub Jelinek on 2003-11-21 16:49 -------
Try using some less buggy JVM.
Latest Sun JDK should work just fine for example.
Or, as a workaround for the buggy JVM, you can try:
gcc -O2 -shared -o ~/libcwait.so -fpic -xc - <<\EOF
#include <errno.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/wait.h>
pid_t
__libc_wait (int *status)
  int res;
  asm volatile ("pushl %%ebx\n\t"
                "movl %2, %%ebx\n\t"
                "movl %1, %%eax\n\t"
                "int $0x80\n\t"
                "popl %%ebx"
                : "=a" (res)
                : "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0),
                  "S" (0));
  return res;
EOFand run the program with
LD_PRELOAD=~/libcwait.so LD_ASSUME_KERNEL=2.4.19
set in environment.

Similar Messages

  • PAss thru authentication from solaris 2.9 proxy 36sp2 - iws 6 sp5

    hi,
    we have a scenario where user's are authenticated at the proxy, then when they access a protected web dir they are authenticated again (the auth window pops up etc)..
    given that both these authneticate from the same directory is it possible to pass thru the authentication so that the window does not pop up twice?
    thanks

    Hi
    This as per the HTTP/1.1 RFC (RFC2616)
    The Connection general-header field allows the sender to specify options that are desired for that particular connection and MUST NOT be communicated by proxies over further connections.
    The Connection header has the following grammar:
    Connection = "Connection" ":" 1#(connection-token)
    connection-token = token
    HTTP/1.1 proxies MUST parse the Connection header field before a message is forwarded and, for each connection-token in this field, remove any header field(s) from the message with the same name as the connection-token. Connection options are signaled by the presence of a connection-token in the Connection header field, not by any corresponding additional header field(s), since the additional header field may not be sent if there are no parameters associated with that connection option.
    Read the following at
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.1.3
    and
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.10
    Regards
    Nagendra HK

  • IWS 6.0 SP5 and php

    Hi everybody, i need an help about Iplanet IWS 60 SP5 and php:
    I installed php 4.3.2 (with ./configure with-mysql with-nsapi=/iplanet/iws --enable-libgcc make make install and all is working fine).
    I modified the LD_LIBRARY_PATH adding /usr/local/lib on startup script, i added the new mime-type, i added
    Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/iplanet/iws/bin/libphp4.so"
    Init fn=php4_init errorString="Failed to initialize PHP!"
    on magnus.conf file and i added
    Service type="magnus-internal/x-httpd-php" fn="php4_execute"
    and
    <Object name="x-httpd-php">
    ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
    Service fn=php4_execute
    </Object>
    When my request is a php page the server response:
    Warning: Unknown(/wwwdocs/prd/WebProjects/php/index.php): failed to open stream: No such file or directory in Unknown on line 0
    Warning: (null)(): Failed opening '/wwwdocs/prd/WebProjects/php/index.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknow on line 0
    Thank and regards in advance to everybody

    This is a Solaris stdio problem (only 255 file descriptors for stdio). Please install the newest stable PHP version (4.3.4).

  • Weblogic cluster hang!

    Hi,
              I am using two cluster weblogic server(WLS 5.1,sp5,redhat 6.2),
              when one weblogic server hang,the other one also hang,but when I restart one
              server,the other one can work without restart.
              And the two weblogic hang every day,who can help me?
              Thanks.
              Jason Shi([email protected])
              

    Thread dump will help.
              Jason wrote:
              > Hi,
              >
              > I am using two cluster weblogic server(WLS 5.1,sp5,redhat 6.2),
              > when one weblogic server hang,the other one also hang,but when I restart one
              > server,the other one can work without restart.
              > And the two weblogic hang every day,who can help me?
              > Thanks.
              >
              > Jason Shi([email protected])
              Cheers
              - Prasad
              

  • Support for W2K sp3

    Does/will Sun One 6.0.* support Windows 2000 Service Pack 3? When will such support be declared and with which version of the Sun One Web Server product?

    We discovered that iws 6 SP5 does NOT support W2K SP3.
    It looks like it works, but we discovered that the virtual (soft) server feature simply does not work at all.
    we had to reinstall our server with SP2....

  • Cluster weblogic hang

    Hi,
    I am using two cluster weblogic server(WLS 5.1,sp5,redhat 6.2),
    when one weblogic server hang,the other one also hang,but when I restart one
    server,the other one can work without restart.
    And the two weblogic hang every day,who can help me?
    Thanks.
    Jason Shi([email protected])

    Without more information, it is difficult to diagnose your problem.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Jason" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I am using two cluster weblogic server(WLS 5.1,sp5,redhat 6.2),
    when one weblogic server hang,the other one also hang,but when I restartone
    server,the other one can work without restart.
    And the two weblogic hang every day,who can help me?
    Thanks.
    Jason Shi([email protected])

  • .perf and ssl iWS 6.0 SP5

    My env is iplanet 6.0 SP5, solaris 8 kernel ID: Generic_108528-07 running SSL at 443
    i have done the following in obj.conf
    under default object
    NameTrans fn=assign-name from="/.perf" name="perf"
    in obj.conf before the document root
    NameTrans fn=document-root root="$docroot"
    and added the object
    <Object name="perf">
    Service fn="service-dump"
    </Object>
    and then try http://myhost/.perf
    i get a 500 error
    why?

    Can you try to add the following line into magnus.conf file ?
    Init fn="stats-init" profiling="on"
    Also, please make sure that there is no space at the beginning of each lines in obj.conf.
    http://docs.sun.com/source/816-5686-10/02_objcn.htm#Spaces

  • IWS 6.0 SP5 Server crash/restart

    I've recently noticed the following message in the iplanet error log.
    "Crash occurred in NSAPI SAF NSServletService"
    The server appears to crash and then restart. We're running a servlet based web application which has been running on Iplanet 6.0 SP 5 for 7 months now without a problem.
    Does anyone know what may cause a problem in the NSServletService or can someone point me in the right direction to find out what is causing this error.
    Our platform is Solaris 8 and the jdk version is JDK_1.2.2_10.
    Thanks.

    Is there any additional information reported? Any correlation between the crashes and specific entries in the access log? Anything in the OS logs? Is a core generated? What about a corelation between the crashes and time of day (or day of week)? How frequent are the crashes? And finally - Have you checked to see if you are able to reproduce the behavior with 6.0sp6?

  • IWS 6.0 SP5 on W2K Platform - CGI Setup

    Obviously there's a difference between setting up CGI to run on a Windows 2000 platform versus a UNIX platform. I'm getting the following error:
    [01/Apr/2003:01:48:06] failure ( 1108): for host 192.168.1.1 trying to GET /cgi-bin/testcgi.cgi, send-cgi reports: could not create new process (The operation completed successfully.
    [01/Apr/2003:01:48:06] failure ( 1108): cgi_send:cgi_start_exec e:\iPlanet\Servers\https-desktop\cgi-bin\testcgi.cgi failed
    Here's my CGI entries in obj.conf
    <Object name="default">
    NameTrans fn="pfx2dir" from="/cgi-bin" dir="e:/iPlanet/Servers/https-desktop/cgi-bin" name="cgi"
    Service fn="send-cgi" type="magnus-internal/cgi"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    Have I missed something ?
    Greg

    Given the ".cgi" extension on your CGI program, you probably want send-shellcgi, not send-cgi. See http://docs.sun.com/source/816-5686-10/03_direc.htm#19735

  • JRockit Installation fails on Redhat ES 4

    Hello there,
    I'm trying to install JRockit 1.4.2_05 on a Redhat ES4 system. I'm aware that this is a very new distribution, based on Fedora Core 3 which I see someone else has had problems with from a previous post.
    How can I tell the difference between an 8.1 SP5 and 8.1 SP4 release? I assume it's the _05 tag.
    I've seen a posting suggesting disabling the prelink facility, but is there a way to do that before the product is installed.
    Many thanks, Will Hargrove
    Extracting 0%....................................................................................................100%
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:00:00 on Thu Feb 17 16:32:18 2005
    Additional information is available in:
    /tmp/fileBb4dkW/jrockit.29984.dump
    No core file will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Error code: 52
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 ari-38120-20041118-1131-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x20000000, mmHeap->top = 0x24000000
    Number CPUs : 4
    Tot Phys Mem : 1059508224
    OS version : Red Hat Enterprise Linux ES release 4 (Nahant)
    Linux version 2.6.9-5.ELsmp ([email protected]) (gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)) #1 SMP Wed Jan 5 19:30:39 EST 2005
    State : JVM is starting up
    Command Line : -Djava.class.path=. -Djrockit.launcher.type=jrockit.shipment -Djava.io.tmpdir=/tmp -Xmx256m -Djava.class.path=.:installer.jar:bids.jar:3rdparty.jar:castor-xml_0.9.4.jar:Ostermiller.jar:wlw-plaf.jar:comdev.jar:wizard.jar -Dsun.java.command=com.bea.plateng.wizard.WizardController -mode=console
    Environment : JAVA_HOME=(null), java.home=/tmp/fileBb4dkW/jre142_05/jre, java.class.path=.:installer.jar:bids.jar:3rdparty.jar:castor-xml_0.9.4.jar:Ostermiller.jar:wlw-plaf.jar:comdev.jar:wizard.jar, java.library.path=/tmp/fileBb4dkW/jre142_05/jre/lib/i386/jrockit:/tmp/fileBb4dkW/jre142_05/jre/lib/i386:/tmp/fileBb4dkW/jre142_05/jre/../lib/i386
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x805173c/0x8051804):
    EAX = 00000034 EBX = 00869cb0
    ECX = 0000000d EDX = b7f7ced9
    ESI = 00000000 EDI = b7ff5534
    ESP = bfffd724 EIP = b7ed4449
    EBP = bfffd73c EFL = 00010202
    CS = 0073 DS = 007b ES = 007b
    SS = 007b FS = 0033 GS = 0033
    Stack:
    bfffd724 :00990ff4 bfffd78c 00000008 00990ff4 bfffd77c bfffd77c
    bfffd73c :bfffd7b8 00968140 bfffd78c 00000020 00000000 00869000
    bfffd754 :0000000c bfffd78c 00869000 00000008 00000000 00000000
    bfffd76c :00000000 00869000 00000000 00869cc8 00967fb0 00000000
    bfffd784 :00000001 00000000 00000000 00869ca8 00acb034 bfff0009
    bfffd79c :00000008 00000000 00000000 00000000 bfffd878 bfffd878
    bfffd7b4 :b7ff55a8 bfffd7d8 b7ed44c1 b7ed4410 00000000 00880ee9
    bfffd7cc :b7ed44ad 0806f508 b7f7b5ba bfffd848 b7e9fb6b bfffd878
    bfffd7e4 :bfffd96c b7ff55a8 bfffd808 008cfba1 00992800 00000080
    bfffd7fc :00000080 00000000 b7ff55a8 bfffd838 b7eb6279 00000080
    bfffd814 :00000004 bfffd848 b7ececba bfffd878 bfffd96c bfffd858
    bfffd82c :b7ed08ce b7fe76cc b7f0f4cc bfffd858 b7ed0927 00000080
    bfffd844 :00000008 bfffd888 b7e9fd85 bfffd878 b7f80c62 bfffd888
    bfffd85c :b7e9fd66 bfffd8e8 bffffb43 0000000a 00000055 bfffd8e8
    bfffd874 :bfffd96c 00000000 00000000 00000001 00000000 bfffd8b8
    bfffd88c :b7edf789 bfffd8e8 00992800 00000049 00000035 0804bf30
    bfffd8a4 :bfffd96c bfffd8e8 0804ae8e 0804f054 00000000 bfffd8f8
    bfffd8bc :0804ae58 bfffd958 bfffd95c bfffd8e8 0804b426 0804bf30
    bfffd8d4 :bfffd96c bfffd978 00ffd978 0804bf30 bfffd96c 00010002
    bfffd8ec :00000006 0804f810 00000000 bffff978 08049cf1 bfffd958
    bfffd904 :bfffd95c bfffd96c 0804f050 00990ff4 bffffa04 bffff990
    bfffd91c :00000000 00000000 00000000 bffff984 bfffe978 bfffd974
    bfffd934 :bfffd96c bfffd968 bfffd964 bfffd960 bfffd95c bfffd958
    bfffd94c :00000000 0804be80 00000000 00000000 00000000 00000000
    bfffd964 :bffffbb1 00000001 b7edf720 b7edf500 0804f221 706d742f
    bfffd97c :6c69662f 34624265 2f576b64 3165726a 305f3234 726a2f35
    bfffd994 :696c2f65 33692f62 6a2f3638 6b636f72 6c2f7469 766a6269
    bfffd9ac :6f732e6d 00000000 00000000 00000000 00000000 00000000
    bfffd9c4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffd9dc :00000000 00000000 00000000 00000000 00000000 00000000
    bfffd9f4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffda0c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffda24 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffda3c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffda54 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffda6c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffda84 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffda9c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdab4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdacc :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdae4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdafc :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb14 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb2c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb44 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb5c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb74 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb8c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdba4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbbc :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbd4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbec :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc04 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc1c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc34 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc4c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc64 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc7c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc94 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdcac :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdcc4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdcdc :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdcf4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd0c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd24 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd3c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd54 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd6c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd84 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd9c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffddb4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffddcc :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdde4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffddfc :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde14 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde2c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde44 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde5c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde74 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde8c :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdea4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdebc :00000000 00000000 00000000 00000000 00000000 00000000
    bfffded4 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdeec :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf04 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf1c :00000000 00000000 00000000 00000000 00000000 00000000
    Code:
    b7ed4349 :ec81e589 00000110 758b5356 f8c48308 00010068 009d8d00
    b7ed4361 :53ffffff 174856e8 10c48350 0f75c085 68f8c483 b7f7cd60
    b7ed4379 :8d904deb 83002674 858df8c4 fffffef8 e8046a50 48a5609f
    b7ed4391 :8510c483 830b74c0 6853fcc4 b7f7cdae 858b25eb fffffef8
    b7ed43a9 :1374c085 75fff883 fcc4831e cdc96853 0bebb7f7 8300768d
    b7ed43c1 :e068f8c4 56b7f7cd fcaa2ee8 500debff ce766853 e856b7f7
    b7ed43d9 :fffcaa1f fee8a58d 5e5bffff c35dec89 5500768d ec83e589
    b7ed43f1 :0c558b08 8b084d8b 8b500842 a0685002 51b7f7ce fca9f2e8
    b7ed4409 :5dec89ff 55f689c3 ec83e589 5356570c 6af8c483 08558b2f
    b7ed4421 :5004428b 174726e8 83c38950 db8510c4 57eb3175 6b084d8b
    b7ed4439 :318b34c6 5500b88d b9fcb7ff 0000000d 74a1a5f3 8db7fe77
    b7ed4451 :15890150 b7fe7774 0f02f883 b60fc094 312aebc0 7768bff6
    b7ed4469 :8d90b7fe 8b002674 f8c48307 c4e85350 8348a00e c08510c4
    b7ed4481 :c783b275 fe834604 31e47e02 e8658dc0 895f5e5b 55c35dec
    b7ed4499 :ec83e589 ca5de808 f4a3489a e8b7ff54 489aca33 ff54f8a3
    b7ed44b1 :f8c483b7 1068006a e8b7ed44 48a93b1f c35dec89 5500768d
    b7ed44c9 :ec83e589 5356573c 6afcc483 cedf6804 5d8db7f7 dce85310
    b7ed44e1 :83501745 c08510c4 458b1774 fcc4830c cee46850 458bb7f7
    b7ed44f9 :fce85008 ebfffca8 dc458d7f 89d84589 fa7d8dc6 0f00768d
    b7ed4511 :685003b6 b7f7cef7 e856036a 489da0cf 8310c483 394302c6
    b7ed4529 :83e47efe b70ff4c4 0f504245 504045b7 3e45b70f 45b70f50
    b7ed4541 :b70f503c 0f503a45 503845b7 5034458b 5030458b 502c458b
    Loaded modules:
    (* denotes the module causing the exception)
    0x08048000-0x0804cd86 /tmp/fileBb4dkW/jre142_05/bin/java
    0x00acb000-0x00ad899b /lib/tls/libpthread.so.0
    0x009ef000-0x00a0fccf /lib/tls/libm.so.6
    0x00997000-0x00998967 /lib/libdl.so.2
    0x0086c000-0x0098e70d /lib/tls/libc.so.6
    0x00853000-0x008678ab /lib/ld-linux.so.2
    0xb7dc8000-0xb7f973ef* /tmp/fileBb4dkW/jre142_05/jre/lib/i386/jrockit/libjvm.so
    0xb7bb7000-0xb7bbf987 /lib/libnss_files.so.2
    Java Thread ID = 0x00000080, lastJavaFrame = 0xfffffffc, Name = Noname
    Thread Stack Trace:
    at dlIterFindLibcCb+57()@0xb7ed4449
    --- End of stack trace
    Additional information is available in:
    /tmp/fileBb4dkW/jrockit.29984.dump
    No core file will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Extended, platform specific info:
    libc release: 2.3.4-stable
    Elf headers:
    libc ehdrs: failed.
    libpthread ehdrs: failed.
    libjvm ehdrs: failed.
    ===== END DUMP ===============================================================
    ** Error during execution, error code = 6.

    The two cases I know about where running on RHES4 should be problematic are:
    1. You have prelink enabled.
    2. You are running a 64 bit RHES4 on AMD64. There are a couple of
    kernel bugs that makes JRockit crash and burn on this configuration, of
    which the known and identified ones are:
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=146911
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=146244
    Regards //Johan
    Leo Chan wrote:
    So, is there any foresee problems if I run Jrockit 1.4.2 on RedHat ES 4. I
    can manually unzip the binary for manual installation.
    Please advise with thanks
    <sla> ???g???l???s?D:202463225@jserv5...
    Prelink is not a JRockit feature, it's a feature of the OS so it should be
    disabled before installing JRockit.
    There is no 8.1SP5 release of JRockit available. 8.1SP4 and J2SE 1.4.2_05
    is the same release. There is also a J2SE 5.0 release.
    Regards,
    /Staffan

  • Can't install weblogic server sp5(apache bridge) on linux

    Hi.
    I can't install weblogic server service pack 5(weblogic for apache
    bridge,mod_wl.so) on redhat linux 6.2,my apache server version is 1.3, and
    it work without sp5,when I use new mod_wl.so overwrite old one, apache
    server can't start.
    Please help,
    Thanks
    Jason Shi([email protected])

    What exact problems are you having? I'm using WLS 5.1 SP5 + apache
    1.3.12 + mod_ssl just fine.
    John Salvo
    Jason wrote:
    >
    Hi.
    I can't install weblogic server service pack 5(weblogic for apache
    bridge,mod_wl.so) on redhat linux 6.2,my apache server version is 1.3, and
    it work without sp5,when I use new mod_wl.so overwrite old one, apache
    server can't start.
    Please help,
    Thanks
    Jason Shi([email protected])

  • IWS6.0 SP5 Auto restart

    Hi,
    My Iplanet websever restarts for every request with the following error :
    [26/May/2003:09:18:25] catastrophe ( 8988): Server crash detected (signal SIGSEGV)
    [26/May/2003:09:18:25] info ( 8988): Crash occurred in NSAPI SAF ccCleanup
    [26/May/2003:09:18:25] info ( 8988): Crash occurred in function INTpblock_free from module /d01/miwap/iplanet/servers/bin/http
    s/lib/libns-httpd40.so
    [26/May/2003:09:18:25] failure ( 8701): Child process admin thread is shutting down
    [26/May/2003:09:18:26] info ( 8998): Installing a new configuration
    [26/May/2003:09:18:26] info ( 8998): A new configuration was successfully installed
    [26/May/2003:09:18:29] info ( 8998): Using the Java HotSpot(TM) Client VM v1.4.1_01 from Sun Microsystems Inc.
    Any reason why?
    Iplanet : IWS 6.0 SP5
    JDk version :Java HotSpot(TM) Client VM v1.4.1_01
    JVM.config : has the required jar files: tools,rt,jsse,jce,charset
    uname -a gives: SunOS sintsvr1 5.8 Generic_114018-01 sun4u sparc SUNW,Sun-Fire-280R
    Another application on the same system with JDK1.3_01 works fine.
    Please advice if there is a solution for this.
    Thanks in advance.
    Pai

    Which plugin implements the ccCleanup SAF? Apparently it is buggy. You may wish to contact the vendor of that plugin to see if a fixed version is available.

  • IWS 4.1 Set-cookie

    Hi all
    The "IWS 4.1 SP5" http header response is:
    HTTP/1.1 200 OK
    Server: Netscape/Enterprise/4.1
    Date:
    Set-cookie:
    In our system, the "Set-cookie" header needs to be "Set-Cookie", with "C" instead of "c"
    Is there any configuration file or similar where we can change this header?
    Thank you very much
    R&F

    No, there is no configuration option to change the case of the HTTP header fields generated by the server. Note that the HTTP specification requires that clients treat "Set-cookie" and "Set-Cookie" as equivalent.

  • Core dump in weblogic portal 8.1 SP5 j2sdk1.4.2

    Here is the stack trace from weblogic portal 8.1 SP5
    (gdb) bt
    #0 0xb74b1cdf in raise () from /lib/tls/libc.so.6
    #1 0xb74b34e5 in abort () from /lib/tls/libc.so.6
    #2 0xb720a69f in os::abort () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #3 0xb72aae01 in VMError::report_and_die () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #4 0xb70a02aa in report_fatal () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #5 0xb725775a in SharedRuntime::compute_exception_return_address () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #6 0xb1d17286 in ?? ()
    #7 0x00000001 in ?? ()
    #8 0x5a198bf8 in ?? ()
    #9 0x08615f5c in ?? ()
    #10 0x4e9d63d4 in ?? ()
    #11 0x4e9d63bc in ?? ()
    #12 0xb7470a84 in __DTOR_END__ () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #13 0xb7465ab0 in ObjectSynchronizer::gBlockList () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #14 0x00000000 in ?? ()
    Anybody can please help me to find the root cause of this issue is?
    Thanks
    Ravi
    Edited by: user10872949 on Aug 25, 2011 1:12 PM

    It created core file on exit. I have used gdb and java commands used for generating stack trace. Here is begining stack trace
    $ gdb $JAVA_HOME/bin/java core.6620
    GNU gdb Red Hat Linux (6.3.0.0-0.30.1rh)
    Copyright 2004 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols found)
    Using host libthread_db library "/lib/tls/libthread_db.so.1".
    Core was generated by `/usr/java/j2sdk1.4.2_11/bin/java -server -Xms1280m -Xmx1280m -Xss2m -XX:MaxPerm'.
    Program terminated with signal 6, Aborted.
    Reading symbols from /etc/libcwait.so...(no debugging symbols found)...done.
    Loaded symbols for /etc/libcwait.so
    Reading symbols from /lib/tls/libpthread.so.0...(no debugging symbols found)...done.
    Loaded symbols for /lib/tls/libpthread.so.0
    Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
    Loaded symbols for /lib/libdl.so.2
    Reading symbols from /lib/tls/libc.so.6...(no debugging symbols found)...done.
    Loaded symbols for /lib/tls/libc.so.6
    Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
    Loaded symbols for /lib/ld-linux.so.2
    Reading symbols from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so...done.
    Loaded symbols for /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    Reading symbols from /lib/libnsl.so.1...done.
    Loaded symbols for /lib/libnsl.so.1
    Reading symbols from /lib/tls/libm.so.6...done.
    Loaded symbols for /lib/tls/libm.so.6
    Reading symbols from /usr/java/j2sdk1.4.2_11/jre/lib/i386/native_threads/libhpi.so...done.
    Loaded symbols for /usr/java/j2sdk1.4.2_11/jre/lib/i386/native_threads/libhpi.so
    Reading symbols from /lib/libnss_files.so.2...done.
    Loaded symbols for /lib/libnss_files.so.2
    Reading symbols from /usr/java/j2sdk1.4.2_11/jre/lib/i386/libverify.so...done.
    Loaded symbols for /usr/java/j2sdk1.4.2_11/jre/lib/i386/libverify.so
    Reading symbols from /usr/java/j2sdk1.4.2_11/jre/lib/i386/libjava.so...done.
    Loaded symbols for /usr/java/j2sdk1.4.2_11/jre/lib/i386/libjava.so
    Reading symbols from /usr/java/j2sdk1.4.2_11/jre/lib/i386/libzip.so...done.
    Loaded symbols for /usr/java/j2sdk1.4.2_11/jre/lib/i386/libzip.so
    Reading symbols from /usr/java/j2sdk1.4.2_11/jre/lib/i386/libnet.so...done.
    Loaded symbols for /usr/java/j2sdk1.4.2_11/jre/lib/i386/libnet.so
    Reading symbols from /u01/bea/weblogic81/server/lib/linux/i686/libweblogicunix1.so...done.
    Loaded symbols for /u01/bea/weblogic81/server/lib/linux/i686/libweblogicunix1.so
    Reading symbols from /u01/bea/weblogic81/server/lib/linux/i686/libmuxer.so...done.
    Loaded symbols for /u01/bea/weblogic81/server/lib/linux/i686/libmuxer.so
    Reading symbols from /usr/java/j2sdk1.4.2_11/jre/lib/i386/libnio.so...done.
    Loaded symbols for /usr/java/j2sdk1.4.2_11/jre/lib/i386/libnio.so
    Reading symbols from /usr/java/j2sdk1.4.2_11/jre/lib/i386/libioser12.so...done.
    Loaded symbols for /usr/java/j2sdk1.4.2_11/jre/lib/i386/libioser12.so
    Reading symbols from /lib/libnss_dns.so.2...done.
    Loaded symbols for /lib/libnss_dns.so.2
    Reading symbols from /lib/libresolv.so.2...done.
    Loaded symbols for /lib/libresolv.so.2
    #0 0xb74b1cdf in raise () from /lib/tls/libc.so.6
    (gdb) bt
    #0 0xb74b1cdf in raise () from /lib/tls/libc.so.6
    #1 0xb74b34e5 in abort () from /lib/tls/libc.so.6
    #2 0xb720a69f in os::abort () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #3 0xb72aae01 in VMError::report_and_die () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #4 0xb70a02aa in report_fatal () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #5 0xb725775a in SharedRuntime::compute_exception_return_address () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #6 0xb1d17286 in ?? ()
    #7 0x00000001 in ?? ()
    #8 0x5a198bf8 in ?? ()
    #9 0x08615f5c in ?? ()
    #10 0x4e9d63d4 in ?? ()
    #11 0x4e9d63bc in ?? ()
    #12 0xb7470a84 in __DTOR_END__ () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #13 0xb7465ab0 in ObjectSynchronizer::gBlockList () from /usr/java/j2sdk1.4.2_11/jre/lib/i386/server/libjvm.so
    #14 0x00000000 in ?? ()

  • IWS service stops unexpectedly all day

    Installed 6.0 SP5 on Windows 2000 SP2. Web server service iWS will stop and of course the site fails... The event viewer only shows two error messages, one is event id 0 (The description for Event ID ( 0 ) in Source ( https-webserv ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: startup: server started successfully, . )
    and the other is event id 25
    (The description for Event ID ( 25 ) in Source ( WebServer 6.0 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: https-webserv, 0. )
    I have no idea what to look for or why it keeps stopping... Help...

    I am seeing this same problem with the same setup (v6.0 SP5 on Windows 2000 SP3). I get event id 0 and event id 25 in the Windows Event Log, with no information in the server's logs, and the server restarts.
    This happens when I run stress testing against my web server, with 5 different users constantly making requests to the server. Sometimes the server will run for an hour before crashing, and other times it will run for 5 or 6 hours. It seems very random. I am not seeing a noticeable memory leak in the httpd.exe process that is running, and my CPU usage is only at about 40-50 % (nothing else is running on the machine).
    Manish's link in his reply to the original posting is no longer a valid URL. Is there somewhere else where I can see the information he was referencing from the old iplanet web site? Or does anyone know what may be causing this?

Maybe you are looking for

  • Folder view in iTunes

    Is there a way to browse my music files in a folder view rather than one huge list? I just added about 4000 .mp3 files to my library (first time using iTunes) and the only way I know of to add songs to my iPod is to scroll through this huge list wher

  • Use iMac ipod on new PC laptop

    I've been using my ipod mini on an Imac. I now have an Acer laptop. How do I transfer my music that's on my ipod to the itunes on my new computer?

  • Oracle App Server 9.0.2 with Windows 2000 Svc Pack 4

    Has anyone had any luck installing the Windows 2000 Service Pack 4 with the Oracle Application Server 9.0.2.0.0? Enterprise Manager doesnt start and we are unable to start the other components? Thanks Sllion

  • How can I set the screen resolution ?

    hello brothers. my program works ultimately at 1024/768 screen resolution. since I want to make sure that peaple who using that program will see it correct, I want to explicitly change the resolution of the screen. how can I do that? please..

  • I have a 3rd gen iPod touch that's acting up...Please help.

    I have a 3rd gen iPod touch...I also have the most recent software update but when I have the iPod on shuffle it will skip past songs w/out playing any part of the song and it will randomly power itself off even when battery is more than 50%.  Help