Weblogic 10.0 Comatability with JDK1.6

I have installed weblogic 10.0 on unix machine. And when i istalled it JDK1.5 will automatically installed with it inside weblogic folder.
And when i create a new instance of weblogic with existing JDK1.5 the instace will start properly and application executes also.
But when i point the weblogic to JDK1.6 at the time of instace creting. it will not work properly. When i stop the server below error is display.
javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
        java.io.StreamCorruptedException: invalid type code: 88]
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:74)
at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:32)
at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
org.python.pycode._pyx18.f$0(/newpluto/weblogic10/bea/citiSchedPayliteDomain/vb2java/shutdown.py:1)
at org.python.pycode._pyx18.call_function(/newpluto/weblogic10/bea/citiSchedPayliteDomain/vb2java/shutdown.py)
at org.python.core.PyTableCode.call(PyTableCode.java:208)
at org.python.core.PyCode.call(PyCode.java:14)
at org.python.core.Py.runCode(Py.java:1135)
at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
at weblogic.management.scripting.WLST.main(WLST.java:106)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at weblogic.WLST.main(WLST.java:29)
Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.io.StreamCorruptedException: invalid type code: 88
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:222)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
at weblogic.common.internal.RMIBootServiceImpl_1002_WLStub.authenticate(Unknown Source)
at weblogic.security.acl.internal.Security$1.run(Security.java:185)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.security.acl.internal.Security.authenticate(Security.java:181)
My question is that Weblogic 10.0 is only comapatable with jdk1.5 only or either any way so we can point it to JDK1.6

WLS 10.0 is not supported for JDK 6.
This is strict violation that you need to use only JDK 5

Similar Messages

  • Weblogic 5.1 SP8 with JDK1.3 installed as an NT Service Fails

    I've just completed the installation of sp8 of Weblogic Server. I used wlconfig to set the environment parameters as outlined in the sp8_readme.html file. I have Weblogic Server installed as a NT Service. When I start the service with Weblogic configured to use JDK1.2 it works just fine. However, when I switch Weblogic to use the JDK1.3, using wlconfig, I receive an Application error stating:"The instruction at "0x04e4d0d6" referenced memory at "0x00000000". The memory could not be written."If I start the WEblogic Server from the command line and configure the environment to use the JDK1.3, everything works fine. It's only when you are trying to run the Weblogic server as an NT Service.Any suggestions?

    I don't think this problem was specific at all to SP8 - I ran into
    this with an earlier version of the fixpack and just decided to run it
    from the startweblogic.cmd file, instead. I never did try to set the
    compiler to none as you did. BTW - it wasn't just as a service that
    this problem existed for me - it also happened if you used the program
    shortcut to start the server - i.e. any way you started it that used
    those registry settings would experience the problem.
    How has the stability been under 1.3 - have you seen any problems with
    that? I was running with 1.3 and the Sun Server Hotspot VM and the
    server kept crashing after just a few pages being displayed from my
    site. This problem could have also been the -noclassgc switch though
    since with that switch I was still seeing the problem under 1.2 - just
    not as fast.
    On Tue, 23 Jan 2001 09:49:05 -0800, "Christopher A. Mathrusse"
    <[email protected]> wrote:
    Seeing as no one has come up with a solution for me, I thought I would at
    least post the fix. If you use JDK1.3 with WLS and are running the server as
    an NT Service, you will need to set your JAVA_HOME value to the JDK1.3 using
    wlconfig, and then set your java.compiler=NONE using
    wlconfig -Djava.copiler=NONE. After completing these changes, WLS will run
    as a service with JDK1.3.
    "Christopher Mathrusse" <[email protected]> wrote in
    message news:[email protected]...
    I've just completed the installation of sp8 of Weblogic Server. I usedwlconfig to set the environment parameters as outlined in the
    sp8_readme.html file. I have Weblogic Server installed as a NT Service. When
    I start the service with Weblogic configured to use JDK1.2 it works just
    fine. However, when I switch Weblogic to use the JDK1.3, using wlconfig, I
    receive an Application error stating:"The instruction at "0x04e4d0d6"
    referenced memory at "0x00000000". The memory could not be written."If I
    start the WEblogic Server from the command line and configure the
    environment to use the JDK1.3, everything works fine. It's only when you are
    trying to run the Weblogic server as an NT Service.Any suggestions?

  • Weblogic 6.0 SP2 with JDK1.3 as a Win2kPro Service Fails

    I have installed the weblogic server 6.0 with sp2 with the intergrated jdk1.3.0. Everything seems to be fine when I manually run it. Bun whenever I am trying to run as a win2k service it fails. To be more specific whenever I am trying to start the service I can can see in the services list that the service is running. After about 10 secs when I refresh the services list the weblogic service is stopped. My first thought was that I had to do something with the password option, I checked it and I corrected it but the problem still exists.

    I have installed the weblogic server 6.0 with sp2 with the intergrated jdk1.3.0. Everything seems to be fine when I manually run it. Bun whenever I am trying to run as a win2k service it fails. To be more specific whenever I am trying to start the service I can can see in the services list that the service is running. After about 10 secs when I refresh the services list the weblogic service is stopped. My first thought was that I had to do something with the password option, I checked it and I corrected it but the problem still exists.

  • How to start weblogic with jdk1.4.0

    anybody can tell how to start weblogic with jdk1.4.0 correctly?

    "jacky" <[email protected]> wrote in message news:<[email protected]>...
    anybody can tell how to start weblogic with jdk1.4.0 correctly?Take a look at:
    http://www.genuitec.com/products/JDK14_WLS61.pdf

  • Problem with jdk1.3 and WLS5.1.0

    I have a problem a when I start WLS5.1.0 with jdk1.3.0
    I get AccessControlException when I try to create connection pool.
    <WebLogicServer> Failed to invoke startup
    class weblogic.jdbc.common.internal.JdbcStartup=weblogic.jdbc.common.inte
    rnal.JdbcStartup
    java.security.AccessControlException: access denied (java.sql.SQLPermission
    setLog)
    at
    java.security.AccessControlContext.checkPermission(AccessControlContext.java
    :272)
    at
    java.security.AccessController.checkPermission(AccessController.java:399)
    at
    java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
    at java.sql.DriverManager.setLogStream(DriverManager.java:397)
    at weblogic.jdbc.common.internal.JdbcInfo.initLog(JdbcInfo.java:66)
    atweblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:187)
    at
    weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)Thanks in Advance,
    Anil
    RealPrompt, Inc.
    575 Harrison Street, Suite 206
    San Francisco, CA 94105
    415.546.5600 ext. 204
    415.546.0202 fax
    510.526.6508 Res.
    http://www.realprompt.com

    Check the documentation on how to correctly configure your policy file.
    Michael Girdley
    BEA Systems Inc
    "Anil Kumar Kona" <[email protected]> wrote in message
    news:39d29030$[email protected]..
    I have a problem a when I start WLS5.1.0 with jdk1.3.0
    I get AccessControlException when I try to create connection pool.
    <WebLogicServer> Failed to invoke startup
    class weblogic.jdbc.common.internal.JdbcStartup=weblogic.jdbc.common.inte
    rnal.JdbcStartup
    java.security.AccessControlException: access denied
    (java.sql.SQLPermission
    setLog)
    atjava.security.AccessControlContext.checkPermission(AccessControlContext.jav
    a
    :272)
    at
    java.security.AccessController.checkPermission(AccessController.java:399)
    at
    java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
    at java.sql.DriverManager.setLogStream(DriverManager.java:397)
    at
    weblogic.jdbc.common.internal.JdbcInfo.initLog(JdbcInfo.java:66)
    atweblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:187)
    at
    weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:109)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)Thanks in Advance,
    Anil
    RealPrompt, Inc.
    575 Harrison Street, Suite 206
    San Francisco, CA 94105
    415.546.5600 ext. 204
    415.546.0202 fax
    510.526.6508 Res.
    http://www.realprompt.com

  • Missing javai.dll with jdk1.3, 4.5.1, sp13

    Now that Java 2 JDK1.3.0 with hotspot is supported for 4.5.1
    (http://www.weblogic.com/platforms/index.html#winnt), I thought I would
    give it a try. I am using Weblogic 4.5.1 with SP13, and NT 4.0.
    When I start the server I get the following dialog box at the end of the
    startup process:
    java.exe - Unable To Locate DLL
    The dynamic link library javai.dll could not be found int the specified
    path
    c:\jdk1.3\bin;.;C:\WINNT\System32;C\WINNT\system
    OK
    Actually it's not OK, but since I had no choice I pressed it. Then I get
    the following error with stack trace:
    Mon Dec 04 18:59:43 PST 2000:<E> <SocketMuxer> Unable to load native
    socket muxe
    r, using Java muxer
    Mon Dec 04 18:59:43 PST 2000:<E> <SocketMuxer>
    java.lang.UnsatisfiedLinkError: C
    :\weblogic_romeo\bin\wlntio.dll: Can't find dependent libraries
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.socket.NTSocketMuxer.<init>(NTSocketMuxer.java:149)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at
    weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:176)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:140)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:257)
    I suspect the problem may be that the system checks to see if it is
    running jdk1.2, if it is it, trys to load wlntio_jdk12.dll. If it is not
    running jdk1.2 (like in my case where it is running jdk1.3), it assumes
    that it is running jdk1.1 and loads wlntio.dll which looks for
    javai.dll.
    Has anyone else had this problem, or has anyone sucessfully used jdk1.3
    with 4.5.1?
    Thanks,
    Carles

    We were given a patch (CR038329) a week ago and it appears to resolve this
    for 4.5.1 sp13. They should be noting the need for this patch on the
    platform page. Anyone know if there's an equivalent patch for 4.5.2? (and
    will the fix be included in sp2?)
    "Joe Herbers" <[email protected]> wrote in message
    news:[email protected]...
    Yes, I've seen exactly this for months. We started trying 1.3 with 4.5
    before they certified it and I saw this problem. I mentioned it to them
    when they said they were working on certification, but apparently they
    didn't notice. When they announced the certification, I pointed it out
    again and they saw it as well. So I opened case 202537 (Problem with
    WebLogic 4.5.1 and JDK 1.3 with native IO) to track this. The current
    status is "Awaiting Patch". The following is from Nov. 20
    "It looks like this issue has been assigned to an engineer. The fix is
    "non-trivial" which means it may take some time to fix--but at the same
    time, keep in mind that the issue has been marked with the highest priority
    possible and we will work hard to get this resolved. I'll keep you updated."
    "Carles Pi-Sunyer" <[email protected]> wrote in message
    news:[email protected]...
    Now that Java 2 JDK1.3.0 with hotspot is supported for 4.5.1
    (http://www.weblogic.com/platforms/index.html#winnt), I thought I would
    give it a try. I am using Weblogic 4.5.1 with SP13, and NT 4.0.
    When I start the server I get the following dialog box at the end of the
    startup process:
    java.exe - Unable To Locate DLL
    The dynamic link library javai.dll could not be found int the specified
    path
    c:\jdk1.3\bin;.;C:\WINNT\System32;C\WINNT\system
    OK
    Actually it's not OK, but since I had no choice I pressed it. Then I get
    the following error with stack trace:
    Mon Dec 04 18:59:43 PST 2000:<E> <SocketMuxer> Unable to load native
    socket muxe
    r, using Java muxer
    Mon Dec 04 18:59:43 PST 2000:<E> <SocketMuxer>
    java.lang.UnsatisfiedLinkError: C
    :\weblogic_romeo\bin\wlntio.dll: Can't find dependent libraries
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.socket.NTSocketMuxer.<init>(NTSocketMuxer.java:149)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at
    weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:176)
    at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:140)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:257)
    I suspect the problem may be that the system checks to see if it is
    running jdk1.2, if it is it, trys to load wlntio_jdk12.dll. If it is not
    running jdk1.2 (like in my case where it is running jdk1.3), it assumes
    that it is running jdk1.1 and loads wlntio.dll which looks for
    javai.dll.
    Has anyone else had this problem, or has anyone sucessfully used jdk1.3
    with 4.5.1?
    Thanks,
    Carles

  • IBM AIX4.3.3 with JDK1.2.2(IBM)

    Hi!... I'm running WLS5.1 SP9 under IBM AIX4.3.3 with JDK1.2.2(IBM) and
    Connecting with DB2...
    Starting WLS successfully, in later WLS crashes and Core Dump.
    See below, WLS dump message....Why this problem is occurred?
    Is JDK problem? or WLS or AIX4.3.3..
    Fri Sep 21 11:12:58 2001
    SIGILL received at 1 in . Processing terminated.
    Current Thread Details
    "ExecuteThread-21" (TID:0x80032c38, sys_thread_t:0x309d7ba0, state:R,
    native ID:0x1b1c) prio=5: pending=java.lang.NullPointerException
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    (Compiled Code))
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java(Compiled Code))
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java(Compiled Code))
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java(Compi
    led Code))
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    ----- Native Stack -----
    unavailable - iar 1 not in text area
    J2RE 1.2.2 IBM build ca122-19991217
    Operating Environment
    Host : ecedi:10.3.101.11
    OS Level : AIX 4.3.3.0
    Processors -
    Architecture : POWER_PC (impl: unknown, ver: unknown)
    How Many : 6
    Enabled : 6
    User Limits (in bytes except for NOFILE and NPROC) -
    RLIMIT_FSIZE : infinity
    RLIMIT_DATA : 1342177280
    RLIMIT_STACK : infinity
    RLIMIT_CORE : 1073741312
    RLIMIT_NOFILE : 4000
    NPROC(max) : 1024
    Page Space (in blocks) -
    /dev/hd6: size=393216, free=152532
    /dev/paging00: size=393216, free=153025
    Application Environment
    Signal Handlers -
    SIGHUP : ignored
    SIGINT : ignored
    SIGQUIT : intrDispatchMD (libhpi.a)
    SIGILL : intrDispatchMD (libhpi.a)
    SIGTRAP : unknown handler (libjitc.a)
    SIGABRT : intrDispatchMD (libhpi.a)
    SIGEMT : intrDispatchMD (libhpi.a)
    SIGFPE : intrDispatchMD (libhpi.a)
    SIGBUS : intrDispatchMD (libhpi.a)
    SIGSEGV : intrDispatchMD (libhpi.a)
    SIGSYS : intrDispatchMD (libhpi.a)
    SIGPIPE : ignored
    SIGUSR1 : sigusr1Handler (libhpi.a)
    SIGUSR2 : unknown handler (libjitc.a)
    Environment Variables -
    _=/usr/java_dev2/jre/sh/../bin/java
    CICSREGION=ecedi
    LANG=ko_KR
    LOGIN=weblogic
    IMQCONFIGCL=/etc/IMNSearch/dbcshelp
    AIX_LOCKKEY=38
    ORA_NLS_CHARACTERSET_CONVERSION=NO_CHARACTER_SET_CONVERSION
    PATH=.:/usr/java_dev2/jre/sh:/usr/java_dev2/sh:/usr/bin:/etc:/usr/sbin:/usr/
    ucb:/weblogic/bin:/usr/bin/X11:/sbin:/usr/vac/bin:/usr/lpp/cics/bin:/oracle/
    bin:/shadow/bin:/usr/local/bin
    NLS_LANG=AMERICAN_AMERICA.KO16KSC5601
    DB2DIR=/usr/lpp/db2_06_01
    ORACLE_BASE=/oracle
    JAVACLASSPATH=:./lib/weblogic510sp9boot.jar:./classes/boot:./db2lib/db2java.
    zip:./db2lib/runtime.zip:./eval/cloudscape/lib/cloudscape.jar
    LC__FASTMSG=true
    CGI_DIRECTORY=/var/docsearch/cgi-bin
    IMQCONFIGSRV=/etc/IMNSearch
    CLASSPATH=.:/weblogic/classes/:/usr/jdk_base/lib/classes.zip:/usr/java_dev2/
    jre/lib/rt.jar:/usr/java_dev2/jre/lib/:/usr/java_dev2/lib/tools.jar:/weblogi
    c/lib/weblogicaux.jar:/weblogic/lib/weblogic510sp9.jar:/oracle/jdbc/lib/clas
    ses12.zip:/oracle/jdbc/lib/classes111.zip:/oracle/jdbc/lib/nls_charset11.zip
    :/oracle/lib/servlet.jar:/oracle/xdk/lib/xmlparserv2.jar:/oracle/xdk/lib/ora
    clexsql.jar:/oracle/xdk/lib/xmlplsql.jar:/oracle/xdk/lib/jdev-rt.zip.jar:/or
    acle/rdbms/jlib/xsu12.jar:/oracle/xdk/lib:/weblogic/db2lib/db2java.zip:/webl
    ogic/db2lib/runtime.zip:/weblogic/db2lib/sqlj.zip:/weblogic/xecure/xecureweb
    _ver4/lib/java/weblogic5/:/app/ecxml/ecxml.jar
    ENCINA_BIND_FILE=/var/cics_servers/server_bindings
    LOGNAME=weblogic
    MAIL=/usr/spool/mail/weblogic
    CICSPATH=/usr/lpp/cics
    ORACLE_SID=EDI
    LOCPATH=/usr/lib/nls/loc
    AIX_LOCKBITS=00
    EPC_DISABLED=TRUE
    DOCUMENT_SERVER_MACHINE_NAME=localhost
    USER=weblogic
    JRE_HOME=/usr/java_dev2/jre
    NLS_DATE_FORMAT=YYYY-MM-DD
    AUTHSTATE=compat
    LC_MESSAGES=ko_KR
    DCE_USE_WCHAR_NAMES=1
    DISPLAY=:0.0
    SHELL=/bin/ksh
    ODMDIR=/etc/objrepos
    JAVA_HOME=/usr/java_dev2
    JAVAHOME=/usr/java_dev2/jre/sh/..
    JDK_HOME=/usr/java_dev2
    DOCUMENT_SERVER_PORT=49213
    ORA_NLS33=/oracle/ocommon/nls/admin/data
    AIX_LOCKMASK=08
    XFILESEARCHPATH=/usr/java_dev2/jre/sh/../lib/locale/%L/%T/%N%S:
    HOME=/weblogic
    WEBLOGICCLASSPATH=:./lib/weblogic510sp9.jar:./lib/weblogicaux.jar:./license:
    ./classes:./slib/scjd11.jar:/oracle/jdbc/lib/classes12.zip:/oracle/jdbc/lib/
    classes111.zip:/weblogic/xecure/xecureweb_ver4/lib/java/weblogic5:/weblogic/
    xecure/xecureweb_ver4/demo/servlet/class
    DB2INSTANCE=db2inst1
    TERM=vt100
    LD_LIBRARY_PATH=/epilot/shadow:/epilot/shadow/lib:/usr/jdk_base/lib:/epilot
    MAILMSG=[YOU HAVE NEW MAIL]
    ORACLE_HOME=/oracle
    NEONTRACE=LOCKTHREAD
    PWD=/weblogic
    DOCUMENT_DIRECTORY=/usr/docsearch/html
    CICS_SFS_SERVER=/.:/cics/sfs/ecedi
    TZ=KORST-9
    WL_HOME=/weblogic
    AIXTHREAD_SCOPE=S
    INSTHOME=/home/db2inst1
    A__z=! LOGNAME
    LIBPATH=/usr/java_dev2/jre/sh/../bin:/usr/java_dev2/jre/sh/../bin/classic::/
    home/db2inst1/sqllib/lib:/weblogic/lib/aix:/weblogic/slib:/weblogic/slib:/us
    r/shadow/lib:/epilot/shadow/lib:/epilot/shadow:/epilot:/usr/local/lib:/usr/j
    ava_dev2/jre/bin/classic:/usr/java_dev2/jre/bin:/weblogic/xecure/xecureweb_v
    er4/lib/java/jni
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/%
    L/%N:/usr/lib/nls/msg/prime/%N
    Loaded Libraries (sizes in bytes)
    /usr/lib/libXtst.a
    filesize : 79981
    text start : d6787100
    text size : 563e
    data start : 32dbe480
    date size : 4b4
    /usr/lib/libodm.a
    filesize : 269244
    text start : d0043100
    text size : 12919
    data start : 32dbfe30
    date size : 55f4
    /usr/lib/libgair4.a
    filesize : 42672
    text start : d0145100
    text size : 284e
    data start : 32dc6d38
    date size : 880
    /usr/lib/libgaimisc.a
    filesize : 9270
    text start : d678d0f8
    text size : 7b4
    data start : 32dc8660
    date size : a4
    /usr/lib/libXext.a
    filesize : 492706
    text start : d6767100
    text size : 1f5d8
    data start : 32dc91f8
    date size : 373c
    /usr/lib/libICE.a
    filesize : 322947
    text start : d0a02100
    text size : 1624b
    data start : 32dcd088
    date size : 3bac
    /usr/lib/libSM.a
    filesize : 146658
    text start : d09f8100
    text size : 9ed3
    data start : 32dd1d68
    date size : 1324
    /usr/lib/libXt.a
    filesize : 1743571
    text start : d07b41c0
    text size : 64af3
    data start : 32dd44e8
    date size : c14c
    /usr/lib/libXm.a
    filesize : 11702307
    text start : d651b100
    text size : 24bc4c
    data start : 32de1f70
    date size : 40b00
    /usr/lib/libpthreads_compat.a
    filesize : 14611
    text start : d00ae0f8
    text size : 168d
    data start : 32e230f8
    date size : 0
    /usr/lib/libIM.a
    filesize : 68477
    text start : d013f100
    text size : 4f5f
    data start : 32e24df8
    date size : 84c
    /usr/lib/libX11.a
    filesize : 3799981
    text start : d05e5100
    text size : 100243
    data start : 32e26670
    date size : 25a58
    /usr/java_dev2/jre/bin/libawt.a
    filesize : 1921036
    text start : d63b1000
    text size : 169a94
    data start : 32e4d8b8
    date size : d67c
    /weblogic/lib/aix/libmuxer.so
    filesize : 19622
    text start : d62fa000
    text size : 3038
    data start : 32b2d400
    date size : 280
    /home/db2inst1/sqllib/lib/libdtcp.a
    filesize : 68305
    text start : d62ef000
    text size : ab71
    data start : 3198cde0
    date size : 218
    /home/db2inst1/sqllib/lib/libdb2e.a
    filesize : 37222294
    text start : d47d70b0
    text size : 1b17470
    data start : 317d90b0
    date size : 14c1d8
    /home/db2inst1/sqllib/lib/libdb2licm.a
    filesize : 1570603
    text start : d471e000
    text size : b81a8
    data start : 319260a8
    date size : 15600
    /home/db2inst1/sqllib/lib/libddcs.a
    filesize : 641048
    text start : d46a7000
    text size : 766c4
    data start : 317cd990
    date size : a798
    /home/db2inst1/sqllib/lib/libdb2lai.a
    filesize : 2486
    text start : d46a6000
    text size : 504
    data start : 317cc2dc
    date size : 2c
    /usr/lib/libpthreads.a
    filesize : 712882
    text start : d00b0000
    text size : 1ec94
    data start : 316a2000
    date size : 4008
    /home/db2inst1/sqllib/lib/libdb2.a
    filesize : 10465576
    text start : d3f1a0a8
    text size : 78be04
    data start : 316a70a8
    date size : 1226a8
    /usr/lpp/db2_06_01/lib/libdb2jdbc.so
    filesize : 157793
    text start : d3f00000
    text size : 19889
    data start : 317ca000
    date size : 1698
    /usr/java_dev2/jre/bin/libmath.a
    filesize : 65667
    text start : d3ef5000
    text size : aeb3
    data start : 30c60fa8
    date size : 3ac
    /usr/java_dev2/jre/bin/libnet.a
    filesize : 51723
    text start : d3bf4000
    text size : 7b57
    data start : 30c5f370
    date size : 338
    /usr/java_dev2/jre/bin/libjitc.a
    filesize : 2179758
    text start : d383c000
    text size : 1b4734
    data start : 302b1778
    date size : c8bc
    /usr/lib/libiconv.a
    filesize : 377832
    text start : d002e100
    text size : 13f3a
    data start : 30213da0
    date size : a574
    /usr/lib/libi18n.a
    filesize : 122601
    text start : d0026100
    text size : 78b4
    data start : 3021f4b0
    date size : 1124
    /usr/lib/nls/loc/ko_KR
    filesize : 1450075
    text start : d0322000
    text size : 161591
    data start : d0484130
    date size : 160b2c
    /usr/java_dev2/jre/sh/../bin/libzip.a
    filesize : 101623
    text start : d3829000
    text size : 126f3
    data start : 30070250
    date size : 1e90
    /usr/java_dev2/jre/sh/../bin/libjava.a
    filesize : 358899
    text start : d37f0000
    text size : 38d57
    data start : 30059180
    date size : 6078
    /usr/java_dev2/jre/sh/../bin/libhpi.a
    filesize : 81880
    text start : d37e5000
    text size : a17c
    data start : 30037b18
    date size : b2c
    /usr/java_dev2/jre/sh/../bin/libxhpi.a
    filesize : 11569
    text start : d37e3000
    text size : 14e9
    data start : 30036e40
    date size : 1b8
    /usr/java_dev2/jre/sh/../bin/classic/libjvm.a
    filesize : 1104523
    text start : d3729000
    text size : b9c85
    data start : 300113d0
    date size : 23d54
    /usr/lib/libdl.a
    filesize : 5248
    text start : d16cd0f8
    text size : 1e0
    data start : f03e30f8
    date size : 0
    /usr/lib/libbsd.a
    filesize : 62186
    text start : d012a4e0
    text size : 7deb
    data start : f011fb28
    date size : 1460
    /usr/lib/libpthreads.a
    filesize : 712882
    text start : d0004000
    text size : 2020a
    data start : f00c4000
    date size : 400c
    /usr/lib/libpthreads.a
    filesize : 712882
    text start : d0001000
    text size : 2290
    data start : f0082000
    date size : 41004
    /usr/lpp/xlC/lib/libC.a
    filesize : 3902821
    text start : d0af3d20
    text size : 67b6
    data start : f01bf720
    date size : cc8
    /usr/lpp/xlC/lib/libC.a
    filesize : 3902821
    text start : d0aeb540
    text size : 7a0e
    data start : f01bd740
    date size : a54
    /usr/lpp/xlC/lib/libC.a
    filesize : 3902821
    text start : d0a4e1c0
    text size : 9cad3
    data start : f01a93c0
    date size : 139d8
    /usr/lpp/xlC/lib/libC.a
    filesize : 3902821
    text start : d0a1e100
    text size : 2f891
    data start : f01a4d00
    date size : 421c
    /usr/lib/libcrypt.a
    filesize : 11167
    text start : d00250f8
    text size : 87a
    data start : f0081528
    date size : 13c
    /usr/lib/libc.a
    filesize : 6407694
    text start : d015f720
    text size : 1c2493
    data start : f0000820
    date size : 7f8f0
    "ListenThread" (TID:0x80032740, sys_thread_t:0x32069490, state:R, native
    ID:0x262a) prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:411)
    at java.net.ServerSocket.implAccept(ServerSocket.java:242)
    at java.net.ServerSocket.accept(ServerSocket.java:226)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:286)
    ----- Native Stack -----
    sysAccept
    JVM_Accept
    Java_java_net_PlainSocketImpl_socketAccept
    mmisInvoke_O_VHelper
    entryCmp
    "NBExecuteThread-1" (TID:0x800327d8, sys_thread_t:0x312403a0, state:CW,
    native ID:0x2526) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "NBExecuteThread-0" (TID:0x80032848, sys_thread_t:0x3123be50, state:CW,
    native ID:0x2425) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-29" (TID:0x800328b8, sys_thread_t:0x311e8b10, state:MW,
    native ID:0x2324) prio=5
    ----- Native Stack -----
    allocObject
    pthread_mutex_lock
    cooperative_mutex_lock
    sysMonitorEnter
    lkMonitorEnter
    "ExecuteThread-28" (TID:0x80032928, sys_thread_t:0x3119f640, state:MW,
    native ID:0x2223) prio=5
    ----- Native Stack -----
    allocObject
    pthread_mutex_lock
    cooperative_mutex_lock
    sysMonitorEnter
    lkMonitorEnter
    "ExecuteThread-27" (TID:0x80032998, sys_thread_t:0x30c5ed70, state:R,
    native ID:0x2122) prio=5
    at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:284)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    ----- Native Stack -----
    unavailable - iar 124 not in text area
    "ExecuteThread-26" (TID:0x80032a08, sys_thread_t:0x30c5ea50, state:CW,
    native ID:0x2021) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-25" (TID:0x80032a78, sys_thread_t:0x30c5e7b0, state:CW,
    native ID:0x1f20) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-24" (TID:0x80032ae8, sys_thread_t:0x30c5b4e0, state:CW,
    native ID:0x1e1f) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30036f1c not in text area
    "ExecuteThread-23" (TID:0x80032b58, sys_thread_t:0x309d81e0, state:CW,
    native ID:0x1d1e) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-22" (TID:0x80032bc8, sys_thread_t:0x309d7ec0, state:CW,
    native ID:0x1c1d) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30036f1c not in text area
    "ExecuteThread-21" (TID:0x80032c38, sys_thread_t:0x309d7ba0, state:R,
    native ID:0x1b1c) prio=5: pending=java.lang.NullPointerException
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    (Compiled Code))
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java(Compiled Code))
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java(Compiled Code))
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java(Compi
    led Code))
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    ----- Native Stack -----
    unavailable - iar 1 not in text area
    "ExecuteThread-20" (TID:0x80032ca8, sys_thread_t:0x309d5870, state:CW,
    native ID:0x1a1b) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 300b5da0 not in text area
    "ExecuteThread-19" (TID:0x80032d18, sys_thread_t:0x309d2580, state:CW,
    native ID:0x191a) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-18" (TID:0x80032d88, sys_thread_t:0x309cf290, state:CW,
    native ID:0x1819) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30036f1c not in text area
    "ExecuteThread-17" (TID:0x80032df8, sys_thread_t:0x309cbfa0, state:CW,
    native ID:0x1718) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-16" (TID:0x80032e68, sys_thread_t:0x309c8cb0, state:CW,
    native ID:0x1617) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-15" (TID:0x80032ed8, sys_thread_t:0x309c59c0, state:CW,
    native ID:0x1516) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-14" (TID:0x80032f48, sys_thread_t:0x309c26d0, state:CW,
    native ID:0x1415) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-13" (TID:0x80032fb8, sys_thread_t:0x309bf3e0, state:CW,
    native ID:0x1314) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-12" (TID:0x80033028, sys_thread_t:0x309bc170, state:CW,
    native ID:0x1213) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-11" (TID:0x80033098, sys_thread_t:0x309b8ea0, state:CW,
    native ID:0x1112) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-10" (TID:0x80033108, sys_thread_t:0x309b5c50, state:CW,
    native ID:0x1011) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-9" (TID:0x80033178, sys_thread_t:0x309b2a00, state:CW,
    native ID:0xf10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-8" (TID:0x800331e8, sys_thread_t:0x309af7b0, state:CW,
    native ID:0xe0f) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-7" (TID:0x80033258, sys_thread_t:0x30996c90, state:CW,
    native ID:0xd0e) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar ffffffff not in text area
    "ExecuteThread-6" (TID:0x800332c8, sys_thread_t:0x30996950, state:CW,
    native ID:0xc0d) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-5" (TID:0x80033338, sys_thread_t:0x309966b0, state:CW,
    native ID:0xb0c) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-4" (TID:0x800333a8, sys_thread_t:0x30996430, state:CW,
    native ID:0xa0b) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar ffffffff not in text area
    "ExecuteThread-3" (TID:0x80033418, sys_thread_t:0x3098ff40, state:CW,
    native ID:0x90a) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-2" (TID:0x80033488, sys_thread_t:0x3098fcc0, state:CW,
    native ID:0x809) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-1" (TID:0x800334f8, sys_thread_t:0x3098fa40, state:CW,
    native ID:0x708) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-0" (TID:0x80033568, sys_thread_t:0x3098cca0, state:CW,
    native ID:0x607) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "TimeEventGenerator" (TID:0x800335d8, sys_thread_t:0x308a41e0, state:CW,
    native ID:0x506) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :141)
    at java.lang.Thread.run(Thread.java:481)
    ----- Native Stack -----
    gettimeofday
    pthreadevent_wait
    condwait_local
    condwait
    pthread_cond_timedwait
    condvarTimedWait
    sysMonitorWait
    lkMonitorWait
    JVM_MonitorWait
    "SpinnerRandomSource" (TID:0x80033618, sys_thread_t:0x3087cdd0,
    state:CW, native ID:0x405) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:10
    4)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:121)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "Finalizer" (TID:0x80033728, sys_thread_t:0x300d1f30, state:CW, native
    ID:0x304) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:114)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:129)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:176)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "Reference Handler" (TID:0x80033768, sys_thread_t:0x300cc300, state:CW,
    native ID:0x203) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "Signal dispatcher" (TID:0x800337a8, sys_thread_t:0x300c7670, state:CW,
    native ID:0x102) prio=5
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "main" (TID:0x800337e8, sys_thread_t:0x3000c390, state:CW, native
    ID:0x1) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1862)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:139)
    at weblogic.Server.main(Server.java:92)
    at weblogic.Server.main(Server.java:58)
    ----- Native Stack -----
    unavailable - iar 4 not in text area
    Monitor pool info:
    Initial monitor count: 32
    Minimum number of free monitors before expansion: 5
    Pool will next be expanded by: 36
    Current total number of monitors: 72
    Current number of free monitors: 15
    Monitor Pool Dump (inflated object-monitors):
    sys_mon_t:0x3000a9b8 infl_mon_t: 0x3000a628:
    java.lang.ref.Reference$Lock@8003B760/8003B768: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x300cc300)
    sys_mon_t:0x3000aa38 infl_mon_t:

    Hi!... I'm running WLS5.1 SP9 under IBM AIX4.3.3 with JDK1.2.2(IBM) and
    Connecting with DB2...
    Starting WLS successfully, in later WLS crashes and Core Dump.
    See below, WLS dump message....Why this problem is occurred?
    Is JDK problem? or WLS or AIX4.3.3..
    Fri Sep 21 11:12:58 2001
    SIGILL received at 1 in . Processing terminated.
    Current Thread Details
    "ExecuteThread-21" (TID:0x80032c38, sys_thread_t:0x309d7ba0, state:R,
    native ID:0x1b1c) prio=5: pending=java.lang.NullPointerException
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    (Compiled Code))
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java(Compiled Code))
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java(Compiled Code))
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java(Compi
    led Code))
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    ----- Native Stack -----
    unavailable - iar 1 not in text area
    J2RE 1.2.2 IBM build ca122-19991217
    Operating Environment
    Host : ecedi:10.3.101.11
    OS Level : AIX 4.3.3.0
    Processors -
    Architecture : POWER_PC (impl: unknown, ver: unknown)
    How Many : 6
    Enabled : 6
    User Limits (in bytes except for NOFILE and NPROC) -
    RLIMIT_FSIZE : infinity
    RLIMIT_DATA : 1342177280
    RLIMIT_STACK : infinity
    RLIMIT_CORE : 1073741312
    RLIMIT_NOFILE : 4000
    NPROC(max) : 1024
    Page Space (in blocks) -
    /dev/hd6: size=393216, free=152532
    /dev/paging00: size=393216, free=153025
    Application Environment
    Signal Handlers -
    SIGHUP : ignored
    SIGINT : ignored
    SIGQUIT : intrDispatchMD (libhpi.a)
    SIGILL : intrDispatchMD (libhpi.a)
    SIGTRAP : unknown handler (libjitc.a)
    SIGABRT : intrDispatchMD (libhpi.a)
    SIGEMT : intrDispatchMD (libhpi.a)
    SIGFPE : intrDispatchMD (libhpi.a)
    SIGBUS : intrDispatchMD (libhpi.a)
    SIGSEGV : intrDispatchMD (libhpi.a)
    SIGSYS : intrDispatchMD (libhpi.a)
    SIGPIPE : ignored
    SIGUSR1 : sigusr1Handler (libhpi.a)
    SIGUSR2 : unknown handler (libjitc.a)
    Environment Variables -
    _=/usr/java_dev2/jre/sh/../bin/java
    CICSREGION=ecedi
    LANG=ko_KR
    LOGIN=weblogic
    IMQCONFIGCL=/etc/IMNSearch/dbcshelp
    AIX_LOCKKEY=38
    ORA_NLS_CHARACTERSET_CONVERSION=NO_CHARACTER_SET_CONVERSION
    PATH=.:/usr/java_dev2/jre/sh:/usr/java_dev2/sh:/usr/bin:/etc:/usr/sbin:/usr/
    ucb:/weblogic/bin:/usr/bin/X11:/sbin:/usr/vac/bin:/usr/lpp/cics/bin:/oracle/
    bin:/shadow/bin:/usr/local/bin
    NLS_LANG=AMERICAN_AMERICA.KO16KSC5601
    DB2DIR=/usr/lpp/db2_06_01
    ORACLE_BASE=/oracle
    JAVACLASSPATH=:./lib/weblogic510sp9boot.jar:./classes/boot:./db2lib/db2java.
    zip:./db2lib/runtime.zip:./eval/cloudscape/lib/cloudscape.jar
    LC__FASTMSG=true
    CGI_DIRECTORY=/var/docsearch/cgi-bin
    IMQCONFIGSRV=/etc/IMNSearch
    CLASSPATH=.:/weblogic/classes/:/usr/jdk_base/lib/classes.zip:/usr/java_dev2/
    jre/lib/rt.jar:/usr/java_dev2/jre/lib/:/usr/java_dev2/lib/tools.jar:/weblogi
    c/lib/weblogicaux.jar:/weblogic/lib/weblogic510sp9.jar:/oracle/jdbc/lib/clas
    ses12.zip:/oracle/jdbc/lib/classes111.zip:/oracle/jdbc/lib/nls_charset11.zip
    :/oracle/lib/servlet.jar:/oracle/xdk/lib/xmlparserv2.jar:/oracle/xdk/lib/ora
    clexsql.jar:/oracle/xdk/lib/xmlplsql.jar:/oracle/xdk/lib/jdev-rt.zip.jar:/or
    acle/rdbms/jlib/xsu12.jar:/oracle/xdk/lib:/weblogic/db2lib/db2java.zip:/webl
    ogic/db2lib/runtime.zip:/weblogic/db2lib/sqlj.zip:/weblogic/xecure/xecureweb
    _ver4/lib/java/weblogic5/:/app/ecxml/ecxml.jar
    ENCINA_BIND_FILE=/var/cics_servers/server_bindings
    LOGNAME=weblogic
    MAIL=/usr/spool/mail/weblogic
    CICSPATH=/usr/lpp/cics
    ORACLE_SID=EDI
    LOCPATH=/usr/lib/nls/loc
    AIX_LOCKBITS=00
    EPC_DISABLED=TRUE
    DOCUMENT_SERVER_MACHINE_NAME=localhost
    USER=weblogic
    JRE_HOME=/usr/java_dev2/jre
    NLS_DATE_FORMAT=YYYY-MM-DD
    AUTHSTATE=compat
    LC_MESSAGES=ko_KR
    DCE_USE_WCHAR_NAMES=1
    DISPLAY=:0.0
    SHELL=/bin/ksh
    ODMDIR=/etc/objrepos
    JAVA_HOME=/usr/java_dev2
    JAVAHOME=/usr/java_dev2/jre/sh/..
    JDK_HOME=/usr/java_dev2
    DOCUMENT_SERVER_PORT=49213
    ORA_NLS33=/oracle/ocommon/nls/admin/data
    AIX_LOCKMASK=08
    XFILESEARCHPATH=/usr/java_dev2/jre/sh/../lib/locale/%L/%T/%N%S:
    HOME=/weblogic
    WEBLOGICCLASSPATH=:./lib/weblogic510sp9.jar:./lib/weblogicaux.jar:./license:
    ./classes:./slib/scjd11.jar:/oracle/jdbc/lib/classes12.zip:/oracle/jdbc/lib/
    classes111.zip:/weblogic/xecure/xecureweb_ver4/lib/java/weblogic5:/weblogic/
    xecure/xecureweb_ver4/demo/servlet/class
    DB2INSTANCE=db2inst1
    TERM=vt100
    LD_LIBRARY_PATH=/epilot/shadow:/epilot/shadow/lib:/usr/jdk_base/lib:/epilot
    MAILMSG=[YOU HAVE NEW MAIL]
    ORACLE_HOME=/oracle
    NEONTRACE=LOCKTHREAD
    PWD=/weblogic
    DOCUMENT_DIRECTORY=/usr/docsearch/html
    CICS_SFS_SERVER=/.:/cics/sfs/ecedi
    TZ=KORST-9
    WL_HOME=/weblogic
    AIXTHREAD_SCOPE=S
    INSTHOME=/home/db2inst1
    A__z=! LOGNAME
    LIBPATH=/usr/java_dev2/jre/sh/../bin:/usr/java_dev2/jre/sh/../bin/classic::/
    home/db2inst1/sqllib/lib:/weblogic/lib/aix:/weblogic/slib:/weblogic/slib:/us
    r/shadow/lib:/epilot/shadow/lib:/epilot/shadow:/epilot:/usr/local/lib:/usr/j
    ava_dev2/jre/bin/classic:/usr/java_dev2/jre/bin:/weblogic/xecure/xecureweb_v
    er4/lib/java/jni
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/%
    L/%N:/usr/lib/nls/msg/prime/%N
    Loaded Libraries (sizes in bytes)
    /usr/lib/libXtst.a
    filesize : 79981
    text start : d6787100
    text size : 563e
    data start : 32dbe480
    date size : 4b4
    /usr/lib/libodm.a
    filesize : 269244
    text start : d0043100
    text size : 12919
    data start : 32dbfe30
    date size : 55f4
    /usr/lib/libgair4.a
    filesize : 42672
    text start : d0145100
    text size : 284e
    data start : 32dc6d38
    date size : 880
    /usr/lib/libgaimisc.a
    filesize : 9270
    text start : d678d0f8
    text size : 7b4
    data start : 32dc8660
    date size : a4
    /usr/lib/libXext.a
    filesize : 492706
    text start : d6767100
    text size : 1f5d8
    data start : 32dc91f8
    date size : 373c
    /usr/lib/libICE.a
    filesize : 322947
    text start : d0a02100
    text size : 1624b
    data start : 32dcd088
    date size : 3bac
    /usr/lib/libSM.a
    filesize : 146658
    text start : d09f8100
    text size : 9ed3
    data start : 32dd1d68
    date size : 1324
    /usr/lib/libXt.a
    filesize : 1743571
    text start : d07b41c0
    text size : 64af3
    data start : 32dd44e8
    date size : c14c
    /usr/lib/libXm.a
    filesize : 11702307
    text start : d651b100
    text size : 24bc4c
    data start : 32de1f70
    date size : 40b00
    /usr/lib/libpthreads_compat.a
    filesize : 14611
    text start : d00ae0f8
    text size : 168d
    data start : 32e230f8
    date size : 0
    /usr/lib/libIM.a
    filesize : 68477
    text start : d013f100
    text size : 4f5f
    data start : 32e24df8
    date size : 84c
    /usr/lib/libX11.a
    filesize : 3799981
    text start : d05e5100
    text size : 100243
    data start : 32e26670
    date size : 25a58
    /usr/java_dev2/jre/bin/libawt.a
    filesize : 1921036
    text start : d63b1000
    text size : 169a94
    data start : 32e4d8b8
    date size : d67c
    /weblogic/lib/aix/libmuxer.so
    filesize : 19622
    text start : d62fa000
    text size : 3038
    data start : 32b2d400
    date size : 280
    /home/db2inst1/sqllib/lib/libdtcp.a
    filesize : 68305
    text start : d62ef000
    text size : ab71
    data start : 3198cde0
    date size : 218
    /home/db2inst1/sqllib/lib/libdb2e.a
    filesize : 37222294
    text start : d47d70b0
    text size : 1b17470
    data start : 317d90b0
    date size : 14c1d8
    /home/db2inst1/sqllib/lib/libdb2licm.a
    filesize : 1570603
    text start : d471e000
    text size : b81a8
    data start : 319260a8
    date size : 15600
    /home/db2inst1/sqllib/lib/libddcs.a
    filesize : 641048
    text start : d46a7000
    text size : 766c4
    data start : 317cd990
    date size : a798
    /home/db2inst1/sqllib/lib/libdb2lai.a
    filesize : 2486
    text start : d46a6000
    text size : 504
    data start : 317cc2dc
    date size : 2c
    /usr/lib/libpthreads.a
    filesize : 712882
    text start : d00b0000
    text size : 1ec94
    data start : 316a2000
    date size : 4008
    /home/db2inst1/sqllib/lib/libdb2.a
    filesize : 10465576
    text start : d3f1a0a8
    text size : 78be04
    data start : 316a70a8
    date size : 1226a8
    /usr/lpp/db2_06_01/lib/libdb2jdbc.so
    filesize : 157793
    text start : d3f00000
    text size : 19889
    data start : 317ca000
    date size : 1698
    /usr/java_dev2/jre/bin/libmath.a
    filesize : 65667
    text start : d3ef5000
    text size : aeb3
    data start : 30c60fa8
    date size : 3ac
    /usr/java_dev2/jre/bin/libnet.a
    filesize : 51723
    text start : d3bf4000
    text size : 7b57
    data start : 30c5f370
    date size : 338
    /usr/java_dev2/jre/bin/libjitc.a
    filesize : 2179758
    text start : d383c000
    text size : 1b4734
    data start : 302b1778
    date size : c8bc
    /usr/lib/libiconv.a
    filesize : 377832
    text start : d002e100
    text size : 13f3a
    data start : 30213da0
    date size : a574
    /usr/lib/libi18n.a
    filesize : 122601
    text start : d0026100
    text size : 78b4
    data start : 3021f4b0
    date size : 1124
    /usr/lib/nls/loc/ko_KR
    filesize : 1450075
    text start : d0322000
    text size : 161591
    data start : d0484130
    date size : 160b2c
    /usr/java_dev2/jre/sh/../bin/libzip.a
    filesize : 101623
    text start : d3829000
    text size : 126f3
    data start : 30070250
    date size : 1e90
    /usr/java_dev2/jre/sh/../bin/libjava.a
    filesize : 358899
    text start : d37f0000
    text size : 38d57
    data start : 30059180
    date size : 6078
    /usr/java_dev2/jre/sh/../bin/libhpi.a
    filesize : 81880
    text start : d37e5000
    text size : a17c
    data start : 30037b18
    date size : b2c
    /usr/java_dev2/jre/sh/../bin/libxhpi.a
    filesize : 11569
    text start : d37e3000
    text size : 14e9
    data start : 30036e40
    date size : 1b8
    /usr/java_dev2/jre/sh/../bin/classic/libjvm.a
    filesize : 1104523
    text start : d3729000
    text size : b9c85
    data start : 300113d0
    date size : 23d54
    /usr/lib/libdl.a
    filesize : 5248
    text start : d16cd0f8
    text size : 1e0
    data start : f03e30f8
    date size : 0
    /usr/lib/libbsd.a
    filesize : 62186
    text start : d012a4e0
    text size : 7deb
    data start : f011fb28
    date size : 1460
    /usr/lib/libpthreads.a
    filesize : 712882
    text start : d0004000
    text size : 2020a
    data start : f00c4000
    date size : 400c
    /usr/lib/libpthreads.a
    filesize : 712882
    text start : d0001000
    text size : 2290
    data start : f0082000
    date size : 41004
    /usr/lpp/xlC/lib/libC.a
    filesize : 3902821
    text start : d0af3d20
    text size : 67b6
    data start : f01bf720
    date size : cc8
    /usr/lpp/xlC/lib/libC.a
    filesize : 3902821
    text start : d0aeb540
    text size : 7a0e
    data start : f01bd740
    date size : a54
    /usr/lpp/xlC/lib/libC.a
    filesize : 3902821
    text start : d0a4e1c0
    text size : 9cad3
    data start : f01a93c0
    date size : 139d8
    /usr/lpp/xlC/lib/libC.a
    filesize : 3902821
    text start : d0a1e100
    text size : 2f891
    data start : f01a4d00
    date size : 421c
    /usr/lib/libcrypt.a
    filesize : 11167
    text start : d00250f8
    text size : 87a
    data start : f0081528
    date size : 13c
    /usr/lib/libc.a
    filesize : 6407694
    text start : d015f720
    text size : 1c2493
    data start : f0000820
    date size : 7f8f0
    "ListenThread" (TID:0x80032740, sys_thread_t:0x32069490, state:R, native
    ID:0x262a) prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:411)
    at java.net.ServerSocket.implAccept(ServerSocket.java:242)
    at java.net.ServerSocket.accept(ServerSocket.java:226)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:286)
    ----- Native Stack -----
    sysAccept
    JVM_Accept
    Java_java_net_PlainSocketImpl_socketAccept
    mmisInvoke_O_VHelper
    entryCmp
    "NBExecuteThread-1" (TID:0x800327d8, sys_thread_t:0x312403a0, state:CW,
    native ID:0x2526) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "NBExecuteThread-0" (TID:0x80032848, sys_thread_t:0x3123be50, state:CW,
    native ID:0x2425) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-29" (TID:0x800328b8, sys_thread_t:0x311e8b10, state:MW,
    native ID:0x2324) prio=5
    ----- Native Stack -----
    allocObject
    pthread_mutex_lock
    cooperative_mutex_lock
    sysMonitorEnter
    lkMonitorEnter
    "ExecuteThread-28" (TID:0x80032928, sys_thread_t:0x3119f640, state:MW,
    native ID:0x2223) prio=5
    ----- Native Stack -----
    allocObject
    pthread_mutex_lock
    cooperative_mutex_lock
    sysMonitorEnter
    lkMonitorEnter
    "ExecuteThread-27" (TID:0x80032998, sys_thread_t:0x30c5ed70, state:R,
    native ID:0x2122) prio=5
    at weblogic.socket.PosixSocketMuxer.poll(Native Method)
    at
    weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:284)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    ----- Native Stack -----
    unavailable - iar 124 not in text area
    "ExecuteThread-26" (TID:0x80032a08, sys_thread_t:0x30c5ea50, state:CW,
    native ID:0x2021) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-25" (TID:0x80032a78, sys_thread_t:0x30c5e7b0, state:CW,
    native ID:0x1f20) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-24" (TID:0x80032ae8, sys_thread_t:0x30c5b4e0, state:CW,
    native ID:0x1e1f) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30036f1c not in text area
    "ExecuteThread-23" (TID:0x80032b58, sys_thread_t:0x309d81e0, state:CW,
    native ID:0x1d1e) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-22" (TID:0x80032bc8, sys_thread_t:0x309d7ec0, state:CW,
    native ID:0x1c1d) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30036f1c not in text area
    "ExecuteThread-21" (TID:0x80032c38, sys_thread_t:0x309d7ba0, state:R,
    native ID:0x1b1c) prio=5: pending=java.lang.NullPointerException
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    (Compiled Code))
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java(Compiled Code))
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java(Compiled Code))
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java(Compiled Code))
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java(Compi
    led Code))
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    ----- Native Stack -----
    unavailable - iar 1 not in text area
    "ExecuteThread-20" (TID:0x80032ca8, sys_thread_t:0x309d5870, state:CW,
    native ID:0x1a1b) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 300b5da0 not in text area
    "ExecuteThread-19" (TID:0x80032d18, sys_thread_t:0x309d2580, state:CW,
    native ID:0x191a) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-18" (TID:0x80032d88, sys_thread_t:0x309cf290, state:CW,
    native ID:0x1819) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30036f1c not in text area
    "ExecuteThread-17" (TID:0x80032df8, sys_thread_t:0x309cbfa0, state:CW,
    native ID:0x1718) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-16" (TID:0x80032e68, sys_thread_t:0x309c8cb0, state:CW,
    native ID:0x1617) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 30038234 not in text area
    "ExecuteThread-15" (TID:0x80032ed8, sys_thread_t:0x309c59c0, state:CW,
    native ID:0x1516) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java(Compiled Code))
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java(Compiled
    Code))
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-14" (TID:0x80032f48, sys_thread_t:0x309c26d0, state:CW,
    native ID:0x1415) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-13" (TID:0x80032fb8, sys_thread_t:0x309bf3e0, state:CW,
    native ID:0x1314) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-12" (TID:0x80033028, sys_thread_t:0x309bc170, state:CW,
    native ID:0x1213) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-11" (TID:0x80033098, sys_thread_t:0x309b8ea0, state:CW,
    native ID:0x1112) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-10" (TID:0x80033108, sys_thread_t:0x309b5c50, state:CW,
    native ID:0x1011) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-9" (TID:0x80033178, sys_thread_t:0x309b2a00, state:CW,
    native ID:0xf10) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-8" (TID:0x800331e8, sys_thread_t:0x309af7b0, state:CW,
    native ID:0xe0f) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-7" (TID:0x80033258, sys_thread_t:0x30996c90, state:CW,
    native ID:0xd0e) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar ffffffff not in text area
    "ExecuteThread-6" (TID:0x800332c8, sys_thread_t:0x30996950, state:CW,
    native ID:0xc0d) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-5" (TID:0x80033338, sys_thread_t:0x309966b0, state:CW,
    native ID:0xb0c) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-4" (TID:0x800333a8, sys_thread_t:0x30996430, state:CW,
    native ID:0xa0b) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar ffffffff not in text area
    "ExecuteThread-3" (TID:0x80033418, sys_thread_t:0x3098ff40, state:CW,
    native ID:0x90a) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-2" (TID:0x80033488, sys_thread_t:0x3098fcc0, state:CW,
    native ID:0x809) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-1" (TID:0x800334f8, sys_thread_t:0x3098fa40, state:CW,
    native ID:0x708) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "ExecuteThread-0" (TID:0x80033568, sys_thread_t:0x3098cca0, state:CW,
    native ID:0x607) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "TimeEventGenerator" (TID:0x800335d8, sys_thread_t:0x308a41e0, state:CW,
    native ID:0x506) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
    at
    weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
    :141)
    at java.lang.Thread.run(Thread.java:481)
    ----- Native Stack -----
    gettimeofday
    pthreadevent_wait
    condwait_local
    condwait
    pthread_cond_timedwait
    condvarTimedWait
    sysMonitorWait
    lkMonitorWait
    JVM_MonitorWait
    "SpinnerRandomSource" (TID:0x80033618, sys_thread_t:0x3087cdd0,
    state:CW, native ID:0x405) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at
    weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:10
    4)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:121)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "Finalizer" (TID:0x80033728, sys_thread_t:0x300d1f30, state:CW, native
    ID:0x304) prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:114)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:129)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:176)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "Reference Handler" (TID:0x80033768, sys_thread_t:0x300cc300, state:CW,
    native ID:0x203) prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "Signal dispatcher" (TID:0x800337a8, sys_thread_t:0x300c7670, state:CW,
    native ID:0x102) prio=5
    ----- Native Stack -----
    unavailable - iar 0 not in text area
    "main" (TID:0x800337e8, sys_thread_t:0x3000c390, state:CW, native
    ID:0x1) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:426)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1862)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:139)
    at weblogic.Server.main(Server.java:92)
    at weblogic.Server.main(Server.java:58)
    ----- Native Stack -----
    unavailable - iar 4 not in text area
    Monitor pool info:
    Initial monitor count: 32
    Minimum number of free monitors before expansion: 5
    Pool will next be expanded by: 36
    Current total number of monitors: 72
    Current number of free monitors: 15
    Monitor Pool Dump (inflated object-monitors):
    sys_mon_t:0x3000a9b8 infl_mon_t: 0x3000a628:
    java.lang.ref.Reference$Lock@8003B760/8003B768: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x300cc300)
    sys_mon_t:0x3000aa38 infl_mon_t:

  • Weblogic 10.3.5 with oracle forms and reports 11.1.2.1.0

    Hi All,
    I am new to 11g concept (actually web based, have worked till 6i) and trying to upgrade my existing system (6i) to 11g. I have installed Weblogic 10.3.5 with forms and reports 11.1.2.1.0 on windows 7 32 bit. I can connect to my database (10g) from Form builder.
    But when I try to open a form/pll of 10g or 6i, it says PDE-PLI018 could not find library and it shows the path of my earlier folder, which now does not exist.
    I have made changes in registry FORMS_PATH, FORMS_BUILDER_PATH, UI_ICON
    And in default.env file FORMS_PATH and CLASSPATH
    I have added entry to tnsnames.ora, through which I can connect to DB. And have followed below site to configure weblogic and FM forms and reports;
    http://windows7bugs.wordpress.com/2013/04/06/install-configure-oracle-weblogic-server-10-3-6-forms-reports-11g-on-windows8windows-2008-r2/
    I have few doubts in my mind;
    1) Do we have to connect (create a bridge) to DB from weblogic except tnsnames.ora.
    2) For library error I think I am missing some settings to be done.
    3) If I am able to rectify above error then can I directly use http://localhost:8888/forms/frmservlet and access the system from another pc, or still there are some modifications needed.
    I am trying this from last 3 days, but couldn't find the solution, kindly help me out for same, eagerly waiting for your reply.
    Regards,
    Ash

    Hi InoL,
    Thanks for your reply, Yes, as there are many forms in my system, there is a chance that libraries attached are with the path.

  • JTable selection problem with jdk1.5.0_05

    Today I tried the new jdk1.5.0_05 release and noticed with a JTable I can only select a single column and row with the mouse. With jdk1.5.0_05 I could select multiple cols and rows with the mouse. I looking at the listselectionmodel for the jtable i see it is set to mulitple. Is this a bug in the new java 1.5 release?

    Yeah, the .jar files are definitely there and the
    small class I just wrote is in the Classes directory.Yes, but you're calling javac.exe, not some jars. Did you check that javac.exe is there? Stupid question, yes, but I've seen it all...
    I changed the path in Control Panel -> System ->
    Advanced -> Environment Variables. I've also beendoing this is the command prompt:
    set
    CLASSPATH=%CLASSPATH%;C:\Java\jdk1.5.0\bin;C:\Java\Cla
    ssesNo need to add the /bin directory to the classpath, there are no classes in it...

  • Java webdynpro development with jdk1.5.7

    hi,
    I have installed the CE server and the Netweaver Developer Studio, to try some java developments.
    I was working with jdk1.5.7, but the server has only version 1.5.017.
    Is it possible to upgrade the java in the server, so it can work with the current jdk version?
    thx,
    Erik

    hi again,
    I could solve the problem:
    in the developer studio you can chose to compile for lower versions.
    To do so, go to windows>preferences>java-->compiler and chose compliance level 5 or 1.4(it was on 6), and now the development works fine.

  • Signed applet with jdk1.4.2

    Hello, friends! I'm having difficulties running an applet with jdk1.4.2. This applet was working properly with the previous version, jdk1.4.1. Perhaps I've forgotten some details or some changes in the new version. Any idea?
    Thank you.

    Hi there,
    I am also facing similar problem. Please read the following.
    I have a query regarding JRE 1.4.2_03. What does it have, which makes it differ from JRE 1.4.1_02 ? Actually, I am asking this question, because I have a signed JApplet where, user's select a file displayed in client JApplet's JTable and stores it to the specified location on his/her local drive. The JApplet runs perfectly well running in IE 6.0 with JRE 1.4.1_02. But, gives error on IE 6.0 with JRE 1.4.2_03.
    Any help regarding the same will be helpful...
    I tried a Signed applet with no GUI in it which runs well on JRE 1.4.2_03.
    Both the applets are signed with jdk1.1.6.
    Thanking you in advance,
    Ganesh A Baviskar.

  • XSQL with jdk1.2.2 - javai.dll error

    I successfully used the xsqlCommandLine utility with jdk1.1.7. When I try with jdk1.2.2, I get an error that javai.dll is not in the path. If I put javai.dll from the 1.1.7/jre/bin in my path, the xsqlCommandLine process runs without end, as if windows (NT) is searching for something else. I'm using the latest classes12.zip and the xmlparserv2.jar files. Any help?
    Thanks.

    robert strzelinski (guest) wrote:
    : Running a small sample program to test connection to Oracle
    : 7.3.4 server. Works OK using thin client connection mode. Using
    : OCI connection causes run-time exception labelled:
    : "java.exe - Unable To Locate DLL"
    : The text in the popup complains of not finding the dynamic link
    : library "javai.dll".
    : This DLL does not exist anywhere in my java distribution tree.
    : What is this library, where does it come from, and where should
    : it be found?
    : -- rjs
    no oracle jdbc oci driver for jdk 1.2 yet ---
    also --
    The only oracle JDBC driver that can run with JDK 1.2.x is in the
    OTN download area and is named "816SDK for JDK 1.2"
    it will work with the JDK 1.2.X using the JDBC 1.22 spec from JDK
    1.1.X.
    IT DOES NOT PROVIDE THE FULL JDBC 2.0 FEATURES/ FUNCTIONALITY
    THAT ARE INCLUDED IN THE JDK 1.2.X CLASSES.
    you're using a jdk 1.2.x/jdbc 2.0 feature -- which is anticipated
    to be included in the 816 driver later this year -- it's not in
    the "816SDK" JDBC driver you're using now..
    816SDK can be thought of as stepping stone between 815 using jdk
    1.1.x and 816 supporting jdk 1.1.x and 1.2.x.
    i think of it as "8.1.5 and a half" to avoid the naming confusion
    between "816sdk" and "816" .
    SEE the following FAQ link for additional details :
    http://technet.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
    i hope this helps ...
    null

  • Oracle 8i connectivity with JDK1.4.2 - Failure - Help Needed

    I'm new to Java-ORACLE connectivity.
    I have installed Oracle 8i v8.1.5 in my Windows 2K Adv. Server with JDK1.4.2.
    But I could connect to Oracle from Java neither thru JDBC-ODBC nor JDBC thin drivers.
    What are the files ( or classes ) needed for connectivity and where can I download them.
    Do the Oracle8i 8.1.7 JDBC drivers have backward compatibility with Oracle8i 8.1.5 ?
    Please help me in this regard with utmost information possible and sample code.
    Thanks in Advance.
    Hara Gopal

    For your kind information (more)
    When I used JDBC-ODBC Bridge,
    It just gave an error message : [Microsoft ODBC for Oracle]
    and
    when I tried the command at DOS prompt,
    javap oracle.jdbc.driver.OracleDriver
    it gave message ERROR: javap oracle.jdbc.driver.OracleDriver could not be found
    Please Help me
    Hara Gopal

  • Is there any change in the constant pool entires with JDK1.4?

    Hi,
    Here is my simple java class,
    class Base
    String manuf = "MRF";
    class Derived extends Base
    Derived() {
    manuf = "ABC";
    After compiling this class with JDK 1.3 and JDK1.4, i could see the difference in constant pool entries
    so please let me know more about these cahnges.
    P.S. : written a java program TClass.java to browse the constant pool entries.
    i.e if compiled with JDK1.3 , constant pool entries looks as follows,
    E:\bugs\jdk1.4\pramila>java TClass E:\bugs\jdk1.4\pramila\Derived.class
    There are 21 + 1 entries in the Constant Pool:
    Index Tag Reference(s)/Value(s)
    1 10 5 15
    2 8 16
    3 9 5 17
    4 7 18
    5 7 19
    6 1 <init>
    7 1 ()V
    8 1 Code
    9 1 LineNumberTable
    10 1 LocalVariableTable
    11 1 this
    12 1 LDerived;
    13 1 SourceFile
    14 1 Test.java
    15 12 6 7
    16 1 ABC
    17 12 20 21
    18 1 Derived
    19 1 Base
    20 1 manuf
    21 1 Ljava/lang/String;
    There are 1 methods:
    Code array in method <init> of length 11 starting at byte 231.
    If compiled with JDK1.4 constant pool entries looks as follows,
    E:\bugs\jdk1.4\pramila>java TClass E:\bugs\jdk1.4\pramila\Derived.class
    There are 21 + 1 entries in the Constant Pool:
    Index Tag Reference(s)/Value(s)
    1 10 5 15
    2 8 16
    3 9 4 17
    4 7 18
    5 7 19
    6 1 <init>
    7 1 ()V
    8 1 Code
    9 1 LineNumberTable
    10 1 LocalVariableTable
    11 1 this
    12 1 LDerived;
    13 1 SourceFile
    14 1 Test.java
    15 12 6 7
    16 1 ABC
    17 12 20 21
    18 1 Derived
    19 1 Base
    20 1 manuf
    21 1 Ljava/lang/String;
    There are 1 methods:
    Code array in method <init> of length 11 starting at byte 231.
    There is a change in the index 3 can be noticed.
    i.e
    with JDK1.3 it is "3 9 5 17"
    with JDK1.4 it is "3 9 4 17"
    Thanks in advance.
    Pramila

    javac v1.4 emits by default Java 1.2 compatible .class files while all javac implementations since between 1.1.0 and 1.3.1 emit byte default Java 1.1 .class files.
    Check to see what effect using the -target option in javac to get the two versions to produce Java 1.1, 1.2, or 1.3 .class files.
    Chuck

  • JDeveloper Build Error with JDK1.3beta

    Dear JDev Team,
    I have a project that uses SQLJ and has been compiling fine with both JDK1.2.2 and 1.3beta. This morning it stopped working. There have been no great code changes. Once it fails using 1.3beta it will also fail using 1.2.2.
    There error message in the window is as follows. Your help would be very much appreciated, as this project cannot be built.
    Many thanks,
    Richard
    JniPortal for D:\Program Files\JDeveloper 3.0\java1.2\jre\bin\ferrari\jvm.dll reported
    InnerClasses attribute
    java.lang.IncompatibleClassChangeError: InnerClasses attribute
    int sqlj.runtime.profile.util.CustomizerHarness.customizeProfile(sqlj.runtime.profile.util.ProfileIOContext)
    void oracle.jdeveloper.sqlj.TranslatorInternal.customizeProfiles(borland.compiler.interfaces.Log)
    void oracle.jdeveloper.sqlj.TranslatorSystemImpl.customizeProfiles(borland.jbuilder.jipcbmj.portal.ComLog)
    void oracle.jdeveloper.sqlj.TranslatorSystem_JavaDispatch.invoke(int, borland.javaport.JavaCallStack)

    Richard,
    SQLJ is not supported with JDK1.2 in JDev 3.0:
    (from the release notes)
    Using SQLJ under JDK 1.2
    The 8.1.5 SQLJ version distributed with this release of JDeveloper only supports JDK 1.1.X, it does not run under JDK 1.2. A future version of SQLJ will support JDK 1.2
    Having said that it looks like you have it working anyway :-)
    There have been no great code changes. Once >it fails using 1.3beta it will also fail >using 1.2.2.Try the following :
    -Locate the output directory from Project|Project Properties
    -Close JDeveloper
    -Go to the output directory and delete all the classes and profiles related to your SQLJ project
    -Restart JDev and recompile
    Hope this helps.
    Regards,
    Arun
    null

Maybe you are looking for