EAR and long CLASSPATH at JSP compilation time

          Hi all,
          we have an EAR-packaged application with over 260 jars (mainly
          EJB) that is deployed to a managed server WL6.1SP3(AIX). Then
          we hit a JSP page of this app. and Weblogic generates the
          adecuate .java file that is passed as an argument to a forked
          process for the javac compiler with a CLASSPATH that is more
          than 22KB!! of length because of the EAR classloader schema
          (it must include all the jars of the EJB level).
          The problem is that the EAR deployment in WL6.1 generates a fixed and very long
          path for every jar that it is composed of:
          $WL_HOME/./config/DOMAIN/applications/.wl_notdelete_EARNAME
          /wlap#####/ejbjarname.jar
          and the invoke of the compiler fails with argument too long.
          We can control the EJB jar name, EARNAME, WL_HOME
          and DOMAIN to shorten the CLASSPATH, but that is not enough
          giving that the fixed part of the PATH is very long, for example:
          with DOMAIN=DOM1, WL_HOME=W, ejbjar name=EJB1, EARNAME=EAR1
          you get:
          /w/./config/DOM1/applications/.wl_notdelete_EAR1/wlap#####/EJB1.jar: that is
          68 chars * 260 jars = more than 17KB only with the
          EJB part of the CLASSPATH (plus the standard SYSTEM CLASSPATH
          and WARS CLASSPATH.)
          As workarounds we can:
          1.- Use an "pseudo exploded" EAR with EJBREMOTE and EJBHOME in clientclasses path
          with every jar and war by their own. Not very
          clean and we've lost the benefits of EAR deployment.
          2.- Consolidate a bunch of EJB in every jar. More administrative
          tasks (common xml descriptors:ejb-jar.xml,...) and less isolation
          between developer teams.
          3.- Consolidate at functionality level (source) a bunch of EJB
          in a few one. :(
          4.- Precompile every JSP outside of WEBLOGIC and generate
          the corresponding class and entries at web.xml and weblogic.xml
          5.- ...?
          or maybe:
          6.- configure this very long directory of deployment
          to a shorter deployer choosen and use relative paths.
          Is this possible? :)
          PacoG.
          

You may try to use JSP compiler class. Please specify 'compilerclass'
          option in weblogic.xml. This option specifies name of a Java compiler
          that is executed in WebLogic Servers's virtual machine. (Used in place of
          an executable compiler such as javac or sj.)
          Please see
          http://e-docs.bea.com/wls/docs61/webapp/weblogic_xml.html#jsp-descriptor.
          Paco Garcia wrote:
          > oops!
          >
          > >$WL_HOME/./config/DOMAIN/applications/.wl_notdelete_EARNAME
          > >/wlap#####/ejbjarname.jar
          >
          > >with DOMAIN=DOM1, WL_HOME=W, ejbjar name=EJB1, EARNAME=EAR1
          > >you get:
          > >/w/./config/DOM1/applications/.wl_notdelete_EAR1/wlap#####/EJB1.jar:
          >
          > please read SERVERNAME instead of EARNAME
          >
          > PacoG.
          Regards,
          Ann
          Developer Relations Engineer
          BEA Support
          

Similar Messages

  • Poor JSP compile times on EP 6.0 SP2 WebAs 6.20

    Hi,
       We have developers making minor modifications to java server pages that came with the MSS business package.  After a given jsp is updated, uploaded and accessed, it takes about 25 minutes to compile the first time, which is pretty poor performance.
       The portal software is running on an Aix 5.2 system with 8 GB of RAM and 2 x 1.2 GHz cpus. We've done some memory tuning of the J2EE server- it is currently configured to use 1.5 GB of memory. When the jsp is compiling, usage of one of the cpus jumps to ~50% while that of the other remains idle.
    Two questions-
    1) what can we do to reduce the compile time of the jsp?
    2) why isn't the other cpu being used?
    Per notes 743191, 599539, and 608533, we have configured the J2EE server for debugging output and to get thread dumps. We unix the "unixdaemon -start|stop" approach.
    Unfortunately, sending a SIGQUIT to the cpu intensive java processes kills the server. While we are able to debug the running high-cpu process with dbx and obtain thread information, the portal also crashes. So, we can get output from one or the other but not both.
    Any ideas?
    Also, why are the threads running under the main java process stuck on the same cpu? I thought the whole point of threads was to be able to have multiple points of execution that could take advantage of symmetric muli-processing.
    thanks in advance,
    Steven McElwee, Duke University

    Hi again,
       I have pasted below all the thread info from the javacore file. I am not used to reading these files and it is difficult to pick out the more important sections. I hope this suffices. (and I also hope it is readable- )
    Sincerely,
    Steven
    NULL          
    1XMTHDINFO     All Thread Details
    NULL           -
    NULL          
    2XMFULLTHDDUMP Full thread dump Classic VM (J2RE 1.3.1 IBM AIX build ca131-20040517, native threads):
    3XMTHREADINFO      "PRT-Async 5" (TID:0x9764B5A0, sys_thread_t:0x42D6E2D0, state:CW, native ID:0xF22B) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Timer-Async 3" (TID:0x97B059B8, sys_thread_t:0x417A3280, state:CW, native ID:0xF12A) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 4" (TID:0x97B05A00, sys_thread_t:0x417A2E40, state:CW, native ID:0xF029) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 3" (TID:0x89C16510, sys_thread_t:0x413B3D60, state:CW, native ID:0xEF22) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-506" (TID:0x88454EB8, sys_thread_t:0x41390C10, state:CW, native ID:0xEE21) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at java.util.TimerThread.mainLoop(Timer.java:416)
    4XESTACKTRACE          at java.util.TimerThread.run(Timer.java:395)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-505" (TID:0x88454F08, sys_thread_t:0x4138F730, state:CW, native ID:0xED20) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at java.util.TimerThread.mainLoop(Timer.java:416)
    4XESTACKTRACE          at java.util.TimerThread.run(Timer.java:395)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-504" (TID:0x88454F58, sys_thread_t:0x4138F2F0, state:CW, native ID:0xEC1F) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at java.util.TimerThread.mainLoop(Timer.java:416)
    4XESTACKTRACE          at java.util.TimerThread.run(Timer.java:395)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Timer-Async 2" (TID:0x75881E18, sys_thread_t:0x41000180, state:CW, native ID:0xEB17) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 2" (TID:0x75881E60, sys_thread_t:0x411E2740, state:CW, native ID:0xEA16) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Timer-Async 1" (TID:0xC76F8898, sys_thread_t:0x40E48610, state:CW, native ID:0xE914) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Timer-Async 0" (TID:0xC75ABC20, sys_thread_t:0x40E47B30, state:CW, native ID:0xE813) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 1" (TID:0xC75ABD68, sys_thread_t:0x40D2F3F0, state:CW, native ID:0xE712) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "PRT-Async 0" (TID:0xC75ABDB0, sys_thread_t:0x40E47010, state:CW, native ID:0xE611) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.take(SynchronousChannel.java:209)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(PooledExecutor.java:707)
    4XESTACKTRACE          at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Cluster Manager dispatch thread 1448491845" (TID:0xB9B8CC68, sys_thread_t:0x3C4C8190, state:CW, native ID:0xE5D5) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageReader.getMessage(MessageReader.java:51)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageDispatcher.run0(MessageDispatcher.java:43)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageDispatcher.run(MessageDispatcher.java:34)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Cluster Manager write thread 1448491845" (TID:0xB9B8CCB0, sys_thread_t:0x3C4C7D50, state:CW, native ID:0xE3D4) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageWriter.run0(MessageWriter.java:130)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageWriter.run(MessageWriter.java:110)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Cluster Manager read thread 1448491845" (TID:0xB9B8CCF8, sys_thread_t:0x3C36F7D0, state:R, native ID:0xA1D3) prio=5
    4XESTACKTRACE          at java.net.SocketInputStream.socketRead(Native Method)
    4XESTACKTRACE          at java.net.SocketInputStream.read(SocketInputStream.java:113)
    4XESTACKTRACE          at java.io.BufferedInputStream.fill(BufferedInputStream.java:202)
    4XESTACKTRACE          at java.io.BufferedInputStream.read1(BufferedInputStream.java:241)
    4XESTACKTRACE          at java.io.BufferedInputStream.read(BufferedInputStream.java:296)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageReader.run0(MessageReader.java:80)
    4XESTACKTRACE          at com.inqmy.core.cluster.impl5.MessageReader.run(MessageReader.java:65)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0471560 in sysRecv
    3XHSTACKLINE         at 0xD2574F50 in JVM_Recv
    3XHSTACKLINE         at 0xD04B4DD0 in Java_java_net_SocketInputStream_socketRead
    3XHSTACKLINE         at 0xD258DDB0 in mmisInvoke_OIIOO_IHelper
    3XHSTACKLINE         at 0xD25AF330 in entryCmp
    NULL          
    3XMTHREADINFO      "Thread-431" (TID:0xB9672F48, sys_thread_t:0x409D4AC0, state:R, native ID:0xE4D0) prio=5
    4XESTACKTRACE          at java.net.PlainSocketImpl.socketAccept(Native Method)
    4XESTACKTRACE          at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:446)
    4XESTACKTRACE          at java.net.ServerSocket.implAccept(ServerSocket.java:264)
    4XESTACKTRACE          at java.net.ServerSocket.accept(ServerSocket.java:243)
    4XESTACKTRACE          at com.inqmy.core.service.container.ShutdownOnEventThread.run(ShutdownOnEventThread.java:55)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0472114 in sysAccept
    3XHSTACKLINE         at 0xD2574964 in JVM_Accept
    3XHSTACKLINE         at 0xD04B2EF8 in Java_java_net_PlainSocketImpl_socketAccept
    3XHSTACKLINE         at 0xD258EDB4 in mmisInvoke_O_VHelper
    3XHSTACKLINE         at 0xD25AEC14 in entryCmp
    NULL          
    3XMTHREADINFO      "supportability.reporting.updater" (TID:0xB7769138, sys_thread_t:0x408D8970, state:CW, native ID:0xE2C7) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at com.sap.portal.ccmsreporter.impl.utility.Updater$ReporterRunner.run(Updater.java:99)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD00630EC in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0063FC4 in pthread_cond_timedwait
    3XHSTACKLINE         at 0xD046C62C in condvarTimedWaitUpTo248Days
    3XHSTACKLINE         at 0xD046C890 in condvarTimedWait
    3XHSTACKLINE         at 0xD046B608 in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-420" (TID:0xB6246990, sys_thread_t:0x40715900, state:CW, native ID:0xE1C3) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sap.netweaver.bc.rf.jmx.MBeanImpl$EventWatcher$DelayedEventThread.run(MBeanImpl.java:299)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: com.sapportals.wcm.service.relation.wcm.ResourceWa" (TID:0xB45CD5B0, sys_thread_t:0x40656B40, state:CW, native ID:0xE0C2) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "Thread-398" (TID:0xB035F648, sys_thread_t:0x404AAF10, state:CW, native ID:0xDFAD) prio=1
    4XESTACKTRACE          at java.lang.Thread.sleep(Native Method)
    4XESTACKTRACE          at com.sap.netweaver.bc.rf.jmx.MBeanReporter.run(MBeanReporter.java:79)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD00630EC in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0063FC4 in pthread_cond_timedwait
    3XHSTACKLINE         at 0xD046C62C in condvarTimedWaitUpTo248Days
    3XHSTACKLINE         at 0xD046C890 in condvarTimedWait
    3XHSTACKLINE         at 0xD046B608 in sysMonitorWait
    3XHSTACKLINE         at 0xD25CFD04 in xmThreadSleep
    3XHSTACKLINE         at 0xD257FACC in JVM_Sleep
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB00908B0, sys_thread_t:0x4041ECA0, state:CW, native ID:0xDEA5) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090908, sys_thread_t:0x403974E0, state:CW, native ID:0xDDA4) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090950, sys_thread_t:0x4030FD20, state:CW, native ID:0xDCA3) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB00909A8, sys_thread_t:0x40288560, state:CW, native ID:0xDBA2) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB00909F0, sys_thread_t:0x40200DA0, state:CW, native ID:0xDAA1) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090A48, sys_thread_t:0x401795E0, state:CW, native ID:0xD9A0) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090A90, sys_thread_t:0x400F0E60, state:CW, native ID:0xD89F) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090AE8, sys_thread_t:0x4006A660, state:CW, native ID:0xD79E) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090B30, sys_thread_t:0x3FFE2EA0, state:CW, native ID:0xD69D) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090B88, sys_thread_t:0x3FF5B6E0, state:CW, native ID:0xD59C) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090BD0, sys_thread_t:0x3FED3F20, state:CW, native ID:0xD49B) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090C28, sys_thread_t:0x3FE4C760, state:CW, native ID:0xD39A) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090C70, sys_thread_t:0x3FDC3FE0, state:CW, native ID:0xD299) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090CC8, sys_thread_t:0x3FD3C820, state:CW, native ID:0xD198) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xB0090D10, sys_thread_t:0x3FCB5060, state:CW, native ID:0xD097) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xB0090D68, sys_thread_t:0x3FC2E860, state:CW, native ID:0xCF96) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xAFF88950, sys_thread_t:0x3FBA70A0, state:CW, native ID:0xCE95) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xAFF889A8, sys_thread_t:0x3FB1F8E0, state:CW, native ID:0xCD94) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KM RF event sender thread for receiver: Class: class com.sapportals.wcm.repository.service" (TID:0xAFF889F0, sys_thread_t:0x3F986E40, state:CW, native ID:0xCC93) prio=5
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventQueue.dequeue(EventQueue.java:49)
    4XESTACKTRACE          at com.sapportals.wcm.util.events.EventSenderThread.run(EventSenderThread.java:39)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sysInvokeNative
    3XHSTACKLINE         at 0xD258ABD8 in mmisInvokeJniMethodHelper
    3XHSTACKLINE         at 0xD25B0C54 in changeCodes
    NULL          
    3XMTHREADINFO      "KMC CM Subscription EventBuffer Thread" (TID:0xAFF88C48, sys_thread_t:0x3F9006E0, state:CW, native ID:0xCB92) prio=1
    4XESTACKTRACE          at java.lang.Object.wait(Native Method)
    4XESTACKTRACE          at java.lang.Object.wait(Object.java:429)
    4XESTACKTRACE          at com.sapportals.wcm.repository.service.subscription.wcm.eventBuffer.BufferHandler.run(BufferHandler.java:237)
    4XESTACKTRACE          at java.lang.Thread.run(Thread.java:513)
    3XHNATIVESTACK       Native Stack
    NULL                 -
    3XHSTACKLINE         at 0xD0056D84 in eventsleep
    3XHSTACKLINE         at 0xD0057394 in eventwait
    3XHSTACKLINE         at 0xD0063278 in condwait_local
    3XHSTACKLINE         at 0xD00636D0 in condwait
    3XHSTACKLINE         at 0xD0064168 in pthread_cond_wait
    3XHSTACKLINE         at 0xD046C90C in condvarWait
    3XHSTACKLINE         at 0xD046B5EC in sysMonitorWait
    3XHSTACKLINE         at 0xD2610DC0 in lkMonitorWait
    3XHSTACKLINE         at 0xD2583498 in JVM_MonitorWait
    3XHSTACKLINE         at 0xD25B0864 in sy

  • URGENT: sp6 and JSP compiling/classpath problem?

    Hi,
              We installed sp6 on our production site a little over a week and started
              seeing this problem on our logs with regards to any JSP with an include tag,
              such as:
              <%@ include file="/inc/insideHeadTag.jsp" %>
              INTERMITTENTLY, we will get the following error in the page on the client
              side at runtime:
              < ! -- cannot include file '/inc/insideHeadTag.jsp', resource not
              found -- >
              I grepped this newsgroup and noticed a previous unanswered post of the same
              nature, "Static compiles do not seem to include JSP's". Except in our case,
              this problem also manifest for dynamic JSP compiles, happens sporatically,
              and only started with sp6.
              Bug???
              Gene Chuang
              Join Kiko.com!
              

              Just to clarify - I'm not from BEA, I'm from EA - short a letter.
              As far as I know, there is no synchronization between WL instances in a cluster regarding the
              the compiling of JSPs. So when you start up two WL instances that share the same workingDir,
              and each WL instances gets a hit on your shiny new index.jsp, they both need to compile it. So the first
              one compiles it and writes index.class, the second does the same, overwriting the first _index.class,
              possibly at the same time that the first instance is trying to load _index.class into memory. And you
              get a mysterious 'class not found' error. Not likely, but possible.
              "Gene Chuang" <[email protected]> wrote:
              >Hmm, interesting... I thought Weblogic strongly recommends clustered
              >servers sharing the same file system?
              >
              >So you're saying the system-wide, cluster and node specific directories can
              >reside on the shared drive, but workingDirs should reside on local drives?
              >
              >--
              >Gene Chuang
              >Join Kiko.com!
              >
              >"Mike Reiche" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> Make sure that your WLS instances are NOT sharing the workingDir. If two
              >instances
              >> try to compile the same JSP at the same time, bad things can happen.
              >>
              >> Mike
              >>
              >> "Gene Chuang" <[email protected]> wrote:
              >> >Hi Jong,
              >> >
              >> >Thanks for the reply; but I wish the solution is as simple as that.
              >Yes,
              >> >my .jsps are in the proper directory. They have been working properly
              >for
              >> >the past 6 months, since we were running WL 4.5.1. Only when I switched
              >to
              >> >WL 5.1 sp6 did this bug start showing up. Plus, like I said in my
              >original
              >> >post, this bug is sporatic. SOMETIMES the included jsp is found by
              >Weblogic
              >> >and the includer jsp compiles correctly; other times it isn't found and
              >the
              >> >includer jsp leaves a gap! What's going on?
              >> >
              >> >We are running clustered web servers in Solaris 2.7 with a shared file
              >> >system. This sporatic behavior may be because some nodes aren't working
              >> >properly???
              >> >
              >> >--
              >> >Gene Chuang
              >> >Join Kiko.com!
              >> >
              >> >"Jong Lee" <[email protected]> wrote in message
              >> >news:[email protected]...
              >> >>
              >> >> "Gene Chuang" <[email protected]> wrote:
              >> >> >Hi,
              >> >> >
              >> >> >We installed sp6 on our production site a little over a week and
              >started
              >> >> >seeing this problem on our logs with regards to any JSP with an
              >include
              >> >tag,
              >> >> >such as:
              >> >> I assumed insideHeadTag.jsp is in
              >> >> YOUR_DOCUMENT_ROOT/inc/insideHeadTag.jsp
              >> >>
              >> >> if you haven't read the spec of relative URI please do so:
              >> >> jsp spec 1.1 - section 2.5.2
              >> >>
              >> >> Jong
              >> >>
              >> >> >
              >> >> > <%@ include file="/inc/insideHeadTag.jsp" %>
              >> >> >
              >> >> >INTERMITTENTLY, we will get the following error in the page on the
              >client
              >> >> >side at runtime:
              >> >> >
              >> >> > < ! -- cannot include file '/inc/insideHeadTag.jsp', resource not
              >> >> >found -- >
              >> >> >
              >> >> >I grepped this newsgroup and noticed a previous unanswered post of the
              >> >same
              >> >> >nature, "Static compiles do not seem to include JSP's". Except in our
              >> >case,
              >> >> >this problem also manifest for dynamic JSP compiles, happens
              >> >sporatically,
              >> >> >and only started with sp6.
              >> >> >
              >> >> >Bug???
              >> >> >
              >> >> >Gene Chuang
              >> >> >Join Kiko.com!
              >> >> >
              >> >> >
              >> >> >
              >> >>
              >> >
              >> >
              >>
              >
              >
              

  • Urgent Solution needed--Problem in JSP compilation with JDK 1.5 and JDK 1.6

    Hi,
    I m using JDK 1.5 and Tomcat 5.0 the problem is that after starting server when I m going to access my application at that time instead of displaying HomePage it directly display the blank page on screen.
    After analyzing tomcat log I have found that there was a problem with JSP page compilation.
    The exception logged in Tomcat Log is given below
    An error occurred at line: 1 in the generated java file
    The type Collection is not generic; it cannot be parameterized with arguments <? extends E>
    Stacktrace:
    *     at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)*
    *     at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)*
    *     at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423)*
    *     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)*
    *     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)*
    *     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)*
    *     at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)*
    *     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)*
    *     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)*
    *     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)*
    *     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)*
    *     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)*
    *     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)*
    *     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:447)*
    *     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)*
    *     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)*
    *     at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:424)*
    *     at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:343)*
    *     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)*
    *     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)*
    *     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)*
    *     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)*
    *     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)*
    *     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)*
    *     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)*
    *     at java.lang.Thread.run(Thread.java:619)*
    After getting this kind of error I have analyzed my code furhter then I came to know that there was problem with static include tag.
    In my jsp page I have used following line which is the main cause of error
    <%@ include file="top.jsp" %>If I ommit this line then it is working properly.
    Instead of static include I have used jsp:include also.
    Still I m getting same problem.
    We have to migrated from JDK 1.5 to 1.6 and Tomcat 5.0.28 to 6.0.14, still same problem is there.
    We have tried a lot but didnt get success to overcome this problem.
    If anybody having any solution then ur each reply will be appreciated.
    Thanks in advance..........!!!!!!!
    Edited by: JBOSS2000 on Jan 15, 2008 9:29 AM

    Hi "mshanu" and "amit" Thanks for ur replies Here I m posting the code of "top.jsp"........!!!!
    <%@ page errorPage="errordisplay.jsp"%>
    <table cellpadding="0"
           cellspacing="0"  height=50 width=780>
           <tbody>
             <tr class="header">
               <td class="logo"><IMG SRC="assets/Logo.gif" BORDER=0 ALIGN=top></td>
               <td align="right"><span class="applicationtitle"><%@ include file="/contents/logo.htm" %></span><br>
               <span class="companyname"><%@ include file="/contents/companyname.htm" %></span></td>
             </tr>
            </tbody>
    </table>To include top.jsp I have tried
    <jsp:include page="top.jsp" flush="true">
    </jsp:include>
             AND       
    <%@ include file="top.jsp"%>but none of this worked.
    If I remove the include then It is working properly.
    But I need inluded file too so that I am wondoring for the solution.
    This problem seems very wiered to me. I dont know why it is happening.
    This problem is started only when I used the TOMCAT 6.14.
    Is it the bug of TOMCAT 6.14 or What somebody Plz help.
    I got stuck here.........!!!!!!!!!!
    It doesn't seem any problem with top.jsp. As per my thinking the problem is there in include due to that it doesn't compile the JSP page in Tomcat 6.0.
    Earlier I am having same code running on the Tomcat 5.0.28 and JDK 1.5.0.
    But problem occured when I have used Tomcat 6.x...!!

  • Getting error in JSP at compile time:

    Hello,
    I am getting this error in JSP at compile time, have no idea whatd going wrong here..!! Everything in the code looks good.
    Please help..!! The error is:
    Error 500: Unable to compile class for JSP /opt/WebSphere/AppServer/temp/jasi80corpgeNode/HRAppServer/Billinginterface/BillingInterfaceWEB.war/_select_5F_course.java:188: Type expected. } catch (Throwable t) { ^ 1 error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    Everything looks good, but then you can never spot your own mistakes :-)
    There are a couple of things.
    1 - curly brackets in scriptlets. Make sure they are all opened and closed correctly.
    2 - Custom tags (JSTL and the like) need to be closed. If it is a simple tag, have you forgotten the slash before the closing angle bracket? ie is it <c:out value="hello"> when it should be <c:out value="hello"/>
    Take a look at the generated java code at /opt/WebSphere/AppServer/temp/jasi80corpgeNode/HRAppServer/Billinginterface/BillingInterfaceWEB.war/_select_5F_course.java, line 188
    See if you can make any sense out of the java file generated from the jsp
    If you want any more specific help than this, please post some jsp code :-)
    If you don't want to do that, I would recommend commenting all the code out with <%-- --%>
    get it to compile, and then uncomment a bit at a time
    Good luck,
    evnafets

  • Weblogic 9 and JSP compiler errors

    Hello everyone,
              I am having problems with my Jsps in my EAR file deployed on WL 9.0.
              I have a Jsp called upms.jsp that contains the following code snippets:
              After my import statements, I have some code that creates a resource bundle that accesses a properties file:
               <%!
                   ResourceBundle bundle = null;
                   public void jspInit() {
                   bundle = ResourceBundle.getBundle("conf.properties");
              %>
              I get an error from the above code:
              upms.jsp:3:11: 'try' statement has neither 'catch' nor 'finally' clause
                        import="java.util.ResourceBundle"
              ^----------------------^
              I am totally clueless as to what that error means.
              Next I declare a bean I use in the jsp:          
                   <jsp:useBean
                        id="userPrefsManagerBean"
              class="controllers.beans.UserPreferencesManagerBean"
                   scope="session">
                   </jsp:useBean>
                   <jsp:setProperty name="userPrefsManagerBean" property="*" />
              I get these errors from the above portion:
              upms.jsp:27:3: The qualifier of this name is a package, which cannot contain fields.
                   <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: The qualifier of this name is a package, which cannot contain fields.
                   <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Expression expected (found '.' instead)
                   <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Syntax error: expected ) (found 'class' instead)
                   <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Syntax error: expected <identifier> (found ')' instead)
                   <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              Has anyone encountered these before?
              This jsp worked perfectly well when I deployed my EAR file on JBoss...no such luck using Weblogic.
              Is there something I am missing here? I appreciate any help.
              Cheers, :-)
              M.

    Mildred,
              Two suggestions:
              1) use option weblogic.jspc's "-keepgenerated", you can keep the generated
              servlet's source code.
              Please paste it here.
              2) Can you create a simple reproducer(e.g. a war), and put it here, so that
              we can debug it and give more clues.
              To reproduce your issue, I write a simple a simple
              UserPreferencesManagerBean classs below :
              package controllers.beans;
              public class UserPreferencesManagerBean {
              private int p1;
              public void setP1(int p)
              p1 = p;
              public int getP1()
              return p1;
              But it works(oh, I run it under 910MP1).
              We cannot tell too much without your further information
              Thanks
              Leon
              <Mildred A> wrote in message news:[email protected]...
              I am still fighting with this issue.. Dang!
              I don't know what to change in my JSP because the WL JSP compiler errors are
              so out there..
              Here is the first portion of the JSP file:
              <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
              session="true"
              pageEncoding="ISO-8859-1"
              import="java.util.ArrayList"
              import="java.util.HashSet"
              import="java.util.Date"
              import="java.util.Collections"
              import="java.util.ResourceBundle"
              %>
              <%!
              ResourceBundle bundle = null;
              public void jspInit() {
              bundle = ResourceBundle.getBundle("conf.properties");
              %>
              <jsp:useBean
              id="userPrefsManagerBean"
              class="controllers.beans.UserPreferencesManagerBean"
              scope="session">
              </jsp:useBean>
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              Below is the error I get from this section alone (after precompiling):
              upms.jsp:3:11: 'try' statement has neither 'catch' nor 'finally' clause
              import="java.util.ArrayList"
              ^-----------------^
              upms.jsp:27:3: The qualifier of this name is a package, which cannot contain
              fields.
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: The qualifier of this name is a package, which cannot contain
              fields.
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Expression expected (found '.' instead)
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Syntax error: expected ) (found 'class' instead)
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Syntax error: expected <identifier> (found ')' instead)
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Expression expected (found 'catch' instead)
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Illegal use of an expression as a statement.
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: No variable or field with this name could be found at this
              location.
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: No variable or field with this name could be found at this
              location.
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Syntax error: expected ) (found '__ee' instead)
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Illegal use of an expression as a statement.
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Syntax error: expected ; (found ')' instead)
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: No variable or field with this name could be found at this
              location.
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: No variable or field with this name could be found at this
              location.
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              upms.jsp:27:3: Syntax error: expected } (found 'EOF' instead)
              <jsp:setProperty name="userPrefsManagerBean" property="*" />
              ^-------------^
              Can anyone see what I am doing wrong here? ?:| ?:|
              Cheers,
              M

  • So is arch basically gentoo without the long compile times?

    I've been recently trying different distros, and was considering trying arch linux. I've always liked gentoo because of it's thorough package database that always up-to-date, and it let's you install and update packages with one command.  But I've always hated it's long compile times. And it's not like I really need super fast programs when I have an Athlon 64 3000. So is arch linux kept up-to-date, and can you install every single package known to man using pacman?

    The only things you may miss from Gentoo :
    - portage's relatively huge package support
    - the smell of the cup of coffee you drink when compiling
    - emerge's colored output
    - Gentoo's stability.
    - Gentoo's geek appeal
    - Gentoo puts ebuilds in ONE place. Arch puts them in several(too much ?) repositories. But of course, Arch has less developers so they can't support all the software in the world.
    The things you may gain with Arch over Gentoo
    - Arch's layout is very simpler, and thus very very customizable. If you dig a little in the initscripts and optimize them according to your system, you will boot with the smallest delay in the world.
    - Arch's speed in general is amazing, especially pacman, since it is written in C and not in Python. Searches with pacman are completed in less than a second. Portage will take...er.....longer...
    - ABS is basically a port system where you can recompile the binaries with the options YOU want. Instead of an ebuild, you have a PKGBUILD, which I find to be simpler to understand than an ebuild. You can also make your own packages easily.
    -Arch is much more bleeding edge(sometimes hurting stability). But a new package always corrects the problem very shortly.
    - You may like to be able to install Arch 10 times with all the packages whereas you would just be on half-installing the Gentoo base system.

  • Long FPGA compilation time ( 30 hrs)

    I am writing some small test programs to check a PXI-7831R FPGA card.
    One program is a FOR loop inside a WHILE loop with a single AI read. I run the FOR 1000 times, then output a 1000-element array of 16-bit AI values through auto-indexing. This program compiled for 31 hours and 15 minutes before I aborted.
    Is there a reason for such a long compile time (too large an array)?
    Are there certain programming architectures that I should avoid on FPGA (e.g., nested loops)?
    I am running LVRT7.1 on a PXI-8145RT. There is also a 7350 motion board installed, though not used in this program.
    Thanks.
    Laine

    I've read somewhere in the FPGA documentation that arrays in FPGA applications should be limited to 32 elements. The consume a large amount of space on the chip, so you need to be careful when using them.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • JSP Compiler and ClassCastException

     

    Have been using JDK1.2.2 from sun since day one and I've been seeing
              ClassCastException since day 1 too.
              Don't think it had anything to do with the compiler.
              "Jun Ying" <[email protected]> wrote in message
              news:[email protected]...
              > I noticed something that might be causing the ClassCastException and has
              not
              > been mentioned: the compiler that is used for jspc. I remember seeing a
              few
              > people mentioning extra classes in the workDir (ie, the bean class that is
              > being used). This is caused by using a smart compiler such as jikes or
              sj.
              > While those compilers will get you more speed for newly modified jsp's,
              they
              > resolve dependencies and recompile all the referenced classes. The result
              > is that the bean class gets recompiled and put into workDir. So no matter
              > where you put the workDir, you end up getting a new copy of the bean class
              > file, which is reloaded by the classloader that loads the newly compiled
              > JSP. That copy of the class file is considered "different" from the one
              > from the normal system classpath or the weblogic.class.path. Thus the
              > ClassCastException. So if you see java classes other than the jsp's in
              the
              > workDir, make sure you are using javac from the sun jdk. So to answer
              > Anish's question, WebLogic is not sticking a copy of the bean class.
              > Rather, it's the java compiler that you are using.
              >
              > Jun Ying
              > Meritsoft, Inc
              >
              >
              > "Michael Boudreau" <[email protected]> wrote in message
              > news:[email protected]...
              > > Hello,
              > >
              > > Well we ran into the same problem here at my company, and we have been
              > > pulling our hair out. I was reading through the jsp 1.1 spec, and
              > > thought I might try using the <jsp:useBean ...> tag instead of the <%@
              > > page import ...> tag. After careful inspection of the resulting .java
              > > file, I found that the <jsp:useBean ...> tag does not put insert any
              > > import statements, but simply declares the bean with the fully
              > > qualified package name. I am sure that this is not new news to anyone;
              > > however, the class cast exception went away (knock on wood, cross
              > > fingers, whatever).
              > >
              > > Basically, my statement looked like this:
              > > <jsp:useBean id="beanname" type="com.company.Class" scope="session" />
              > >
              > > My question is: is there something that I am missing or have not
              > > thought of? Because so far, this "seems" to be working, but I have
              > > been reading posts that say this does not work.
              > >
              > > Oh, one last quick note to BEA. While I was looking at the
              > > generated .java file from the jsp file, I found that weblogic's jspc is
              > > still generating getValue and setValue methods for HttpSession....
              > > which has been deprecated as of the servlet 2.2 spec.
              > >
              > > Michael
              > >
              > >
              > >
              > >
              > > Anish Parvataneni wrote:
              > >
              > > > Hi,
              > > >
              > > > I have a JSP which uses two different classes. Whenever, I change the
              > > > JSP and save it to recompile, there is a ClassCastException. ( I store
              > > > them in the session and load them) . Thats common ! The solution to
              this
              > > > as per documentation is to get rid of the classes in the workingDir of
              > > > JSP. However, I can find ONLY ONE of the classes in the workingDir. I
              > > > delete that class and the JSP works. I change the JSP , problem
              recurrs.
              > > >
              > > > 1. Why does weblogic stick a copy of the class in the workingDir,
              > > > everytime the JSP compiles, although it is available in the weblogic
              > > > classpath ?
              > > > 2. Why is it happening to only one of the classes I use in the JSP ?
              > > > 3. How can I make sure that this class is not available in the
              > > > workingDir, other than deleting it EVERYTIME.
              > > >
              > > > Thanks
              > > > Anish
              > >
              >
              >
              

  • OCIBindByPos() and dynamic SQL (not known at compile time)

    Hi,
    How can I use OCIBindByPos() or OCIBindByName() if the datatyp of the bind variable(s) is unknown at compile time (the SQL statement is entered by the user at run time)? Or which functions should I use instead?
    Many thanks in advance
    Edited by: user13176357 on 17.04.2012 12:43

    You could write a single native method (with a defined name like "callNative" below) that accepts the name (string) of the actual native function you want to call, and then locates the function via GetProcAddress and calls it. Argument passing and return values could get tricky if the target native functions aren't guaranteed to all have the same signature, but you could handle that by explicit boxing:
    native Object callNative (String name, Object [] args);
    -slj-

  • Good day. as I can do to update my iphone 4 to the latest version of ios 5. whenever you connect to the pc and try to update the waiting time is very long, sometimes up to 12 hours and despite the wait always produce an error message for a long time waiti

    good day. as I can do to update my iphone 4 to the latest version of ios 5. whenever you connect to the pc and try to update the waiting time is very long, sometimes up to 12 hours and despite the wait always produce an error message for a long time waiting

    Disable ALL security software (firewall, antivirus/spyware, etc.) running on your PC while updating.

  • I am having mac book air 2012model i had installed mavericks and use it, i long press command and power button at a same time and i saw the command prompt, from that i had formated the total hard disk. how to i want to install the OS again ?

    I am having mac book air 2012model i had installed mavericks and use it, i long press command and power button at a same time and i saw the command prompt, from that i had formated the total hard disk. how to i want to install the OS again ?
    i tryed with download mavericks but finally its saying a error message like cant conect to istore like that its saying and every thing is clear like internet and other stuf i tryed with 3times no progress same error pls help.. i bought this lap for my bro with his apple id only we use it now he got a new mac book pro so he gave to me so i formated and use it i use my apple id is that problem come because of changing apple id ? pls eplain

    Firstly, what is the source of the 10.6.4 disc? Is it the original installation disc for your MacBook, or one 'borrowed' from another computer?
    It isn't the retail version, because that's 10.6.3.
    Assuming it's the correct disc (i.e. the one that shipped with your Mac), you need to boot from it again.
    OK the language page.
    From the installer screen, ignore the continue button, go to the menu bar and choose Disk Utility from the Utilities menu.
    In DU, select your internal drive in the sidebar (the top item with the makers name and serial no.).
    Run Repair Disk. If that comes up as disk OK, click the partition tab. Select the partiton from the drop-down above the graphic; 1 partiton is all you need.
    Go to the options button and ensure that the partition scheme is GUID and the file system to Mac OS Extended (Journalled). Name the partiton (usually Macintosh HD), click Apply.
    When the Macintosh HD volume appears below the drive name, quit DU and see if you can then install.
    If the screen after the language screen doesn't show the menu bar, it may be necessary to use another Mac to do the job with the MB in Firewire Target Disc Mode. If it won't boot in TDM, or the MB doesn't have FireWire then it's getting very difficult.

  • Update Time confirmation and Long text of Work Order in single FM or BAPI

    Hi,
    I would like to know, which standard FM or BAPI will update the longtext along with the confirmation text while doing the time confirmation of a work order.
    I have tried with standard BAPI BAPI_ALM_CONF_CREATE for updating the time confirmation. This is updating the time and confirmation text properly but not the long text. I would like to know how can I update the long text while doing the time confirmation. Is there any other standard FM/BAPI will update both?
    Thanks in Advance,
    Mohan.

    There is no standard SAP enhancement we can use for this purpose.
    We have developed another program to maintian the long text in production order.
    This call can be closed.
    Cheers,
    Qiang

  • Can I use macros and set values at compiling time?

    Hi, Java uses macros?
    I need control some functionality that only appear while Debugging (Windows specific, Linux specific, GUI's, Env), something like:
    #if DEBUG_WIN
    monitor.showDialog();
    #endif;
    or
    #if DEBUG_NO_X
    monitor.showLog();
    #endif
    Something like C or C++?
    And also set some values at compiling time, or values for the source code?, something, like:
    #define DEVS_NOT_BROKEN
    int devsEnabled = DEVS_NOT_BROKEN;
    Thanks!

    Yes, I think that too.
    But I don't wan't open sources files and modify values. I was thinking in use differents targets in ant's build.xml and easy generate differents debug profiles.
    Also I want set values at compiling time:
    #define SOCKETS_ASKED_FOR
    int sockets = SOCKETS_ASKED_FOR;Thanks, i keep searching solutions, "preprocessor search time".

  • I have an iMac os x 10.4.11 but I am having problems with Flash Chat. About 3 weeks ago, I can no longer type in messages and send them in any Flash Chat situations. I have uninstalled and re-installed Flash Player 6 times but still have the problem.

    I have an iMac os x 10.4.11 but I am having problems with Flash Chat. About 3 weeks ago, I can no longer type in messages and send them in any Flash Chat situations. I have uninstalled and re-installed Flash Player 6 times but still have the problem.

    I have an iMac os x 10.4.11 but I am having problems with Flash Chat. About 3 weeks ago, I can no longer type in messages and send them in any Flash Chat situations. I have uninstalled and re-installed Flash Player 6 times but still have the problem.

Maybe you are looking for

  • Error in installation of 64 bit 11g client on solaris sparc64 bit

    hi, i am getting below error while installing the 11g 64 bit client on solaris sparc 64 bit machine. following error is occurred while installing 64 bit oracle 11.2 client on Solaris 64-bit sparcv9 OS: Error in invoking target 'mkldflags ntcontab.o n

  • How to use report designer using bex analyser  give screenshots  details

    how to use report designer using bex analyser  give screenshots  details

  • Image editing

    Hi, I'm trying for a long time to edit a picture on the fly and return it. This picture is used in a servlet, but I don't think that is important for my problem. More exactly: I want to read an image-File (score.jpg) which is used for the Background

  • Why release strategies for PO at header level only

    We have release strategy for Purchase Requisitions and Purchasing documents like PO, Contract and SA. In case of PREQ we have a choose for either item level release or header level release, whereas in case of PO, Contract and SA only header level rel

  • Accordion inside accordion?

    I would like to use an accordion; with another accordion located on the third tab within the first accordion. Is this possible? Flash would not let me import the second into the first and Dreamweaver does not offer the option either. I am using CS3 f