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

Similar Messages

  • 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
              

  • 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

  • How to see JSP compilation errors - Tomcat 4.1.18- JDK 1.4

    Hi There,
    I'm kind of new to JSP world, so once in while I forget to put a ; or I put a variable name wrong (I usualy use Eclipse to do my coding in JAVA, but the existing plugins for JSP development are still in their early stages, so there's isn't any plugin that indicates errors on JSP before deploying them).
    When I try to see a JSP, if it has an error (compilation-time error), I get this message:
    <--->
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    <--->
    This doesn't help me a lot to fix the problem, I would like to, at least, see from what line the error came from.
    Help anyone?
    Thank You
    Pinho

    This kind of errors often come from syntax error in
    the jsp page.
    Tomcat is not very friendly with this kind of errors.
    A trick is to open the java file under the 'work'
    directory and checkIsn't there any way to show the error on a page, just like a run-time error?
    Maybe changing some log setting?

  • Oracle Application Server : JSP compilation

    Hi everybody
    i use Oracle IAS and i have some troubles to configure it ...
    My webapp takes a long long time when i access the first time to a page.
    I know it's because of the JSP compilation.
    I have to decrease this first time access.
    I've tried with the ojspc command in order to modify my war ...
    After the command, i've seen the new jar library added on my war, but after a new deployment, it takes the same time. In the application-deployment folder, only the jsp accessed was added ...
    How can i say to oracle ias to put in the application-deployment folder all of the JSPs files ??
    Does ojspc a good way to do so ? Or do i need to modify a web.xml file ???
    Thanks & Regards

    Hi All,
    For all those concerned, I managed to download and install Oracle Database Server Version 10.1.0.4 Patch 4 for Windows server 2003 SP1 from Metalink. Please refer to document IDs. 161549.1 and 161546.1 for details on Patch 4488360.
    The supplied documentation states that this patch contains all prevois patches hence it should contain the patch 2, i.e. 10.1.0.4.2 patches.
    I have not checked the availability of this patch for other platforms.
    Feedback:
    I have installed successfully the patch on my Oracle 10g EE instance 10.1.0.4. Please read documentation for the requirements! (hint: in my case the DLL's used by Oracle services in the BIN folder were still in use even after the services were stopped!, I had to re-boot the server to free them).
    Then installed the OAS repository using the repca wizard (hint: run the prereq. scripts before installation to detect any configuration requirements)
    After I installed OAS infrastructure with Internet directory.
    Then installed Portal & Wireless successfully.
    Best regards,
    Jesmond

  • Javelin JSP compilation error

    Hello Everyone,
    I've a some JSP's that work some times and fail sometime with
    <head>
    <title>Javelin JSP compilation error</title>
    </head>
    <body>
    <b>Compilation of JSP File '/jsp/temp/Index.jsp' <font color=#FF0000>failed</font>:</b><HR>
    <pre>
    I tried restarting the server, removing .wlnotdelete and couple of other things.
    Why the JSP is compiled everytime(even if the server is not restarted) and Why a good looking no error JSP failis loading everytime.
    Can anyone please help.
    ~ALAPATI

    I'm using bea weblogic 8.1 SP5.
    Java - jrockit81sp5_142_08
    <head>
    <title>Javelin JSP compilation error</title>
    </head>
    <body>
    <b>Compilation of JSP File '/jsp/output/Index.jsp' <font color=#FF0000>failed</font>:</b><HR>
    <pre>
    Errors found in <PATH TO THE FILE>/Index.jsp:
    Error at line 397 column 55:
    Description: Type <MyClass> contains no field with this name.
    Error at line 399 column 13:
    Description: Type <Another Class> contains no methods with this name.
    Found 2 error(s) and 0 warning(s).
    </pre>
    </body></html>
    >
    weblogic.servlet.jsp.CompilationException: Failed to compile JSP /jsp/output/Index.jsp<html>
    <head>
    <title>Javelin JSP compilation error</title>
    </head>
    <body>
    <b>Compilation of JSP File '/jsp/output/Index.jsp' <font color=#FF0000>failed</font>:</b><HR>
    <pre>
    Errors found in <PATH TO FILE>/Index.jsp:
    Error at line 397 column 55:
    Description: Type <MyClass> contains no field with this name.
    Error at line 399 column 13:
    Description: Type <Another Class> contains no methods with this name.
    Found 2 error(s) and 0 warning(s).
    </pre>
    </body></html>
    at weblogic.servlet.jsp.WlwJspStub.compilePage(WlwJspStub.java:208)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:246)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:196)
    at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:598)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:406)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:526)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:293)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:265)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6987)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    2 errors javelin complaining is because of this.
    1) I'm trying to access MyClass.SHOW_ME_TEXT
    2) I'm trying to create an object of AnotherClass by new AnotherClass();
    Please let me know if you want more details.

  • [JSP compiler] How to change it

    Hi, I get an error when compiling a HUGE JSP page!!! Code is too large for try block!
    So, I just want to change the compiler ...
    I'm using the 10.1.3.1.0 and each time, I get that error:
    OracleJSP : oracle.jsp.provider.JspCompileException:
    I have try to use "javaccmd" param-init but it is deprecated (you can find it here: http://download-east.oracle.com/docs/cd/B32110_01/web.1013/b28951.pdf ).
    So I'm stuck, I get borring, nothing work... OC4J WON'T work!!! All others work.
    How can I change the JSP compiler please, it's the LAST THING I MUST DONE FOR SCHOOL!
    What must I use instead of "javaccmd" param-init ?
    Thanks very very very much...

    Here is the debug output... :
    OracleJSP : oracle.jsp.provider.JspCompileException:
    Erreurs de compilation :D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java
    [parsing started D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java]
    [parsing completed 641ms]
    [search path for source files: [C:\Java\jdk1.5.0_11\jre\lib\rt.jar, C:\Java\jdk1.5.0_11\jre\lib\jsse.jar, C:\Java\jdk1.5.0_11\jre\lib\jce.jar, C:\Java\jdk1.5.0_11\jre\lib\charsets.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\activation.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\clibwrapper_jiio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\dnsns.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_codec.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_core.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_imageio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb1-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-xjc.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jsr173_api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\localedata.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\mlibwrapper_jai.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunjce_provider.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunpkcs11.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\which4j.jar, D:\oc4j_extended_101310\j2ee\home\oc4j-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-unsupported-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\activation.jar, D:\oc4j_extended_101310\j2ee\home\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\lib\persistence.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb30.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax77.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax88.jar, D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar, D:\oc4j_extended_101310\j2ee\home\lib\jms.jar, D:\oc4j_extended_101310\j2ee\home\lib\jta.jar, D:\oc4j_extended_101310\j2ee\home\lib\jacc-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\connector.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmx_remote_api.jar, D:\oc4j_extended_101310\j2ee\home\lib\jax-qname-namespace.jar, D:\oc4j_extended_101310\webservices\lib\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\jaxrpc-api.jar, D:\oc4j_extended_101310\webservices\lib\saaj-api.jar, D:\oc4j_extended_101310\webservices\lib\jws-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-oc4j.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-client.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-server.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-schemas.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j_orb.jar, D:\oc4j_extended_101310\j2ee\home\lib\iiop_support.jar, D:\oc4j_extended_101310\j2ee\home\lib\orbbase.jar, D:\oc4j_extended_101310\j2ee\home\iiop_gen_bin.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmxcluster.jar, D:\oc4j_extended_101310\j2ee\home\jaccprovider.jar, D:\oc4j_extended_101310\j2ee\home\jacc-spi.jar, D:\oc4j_extended_101310\j2ee\home\jazncore.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\oraclepki.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ojpse.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\j2ee\home\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\dms.jar, D:\oc4j_extended_101310\javavm\lib\jasper.zip, D:\oc4j_extended_101310\j2ee\home\lib\adminclient.jar, D:\oc4j_extended_101310\opmn\lib\optic.jar, D:\oc4j_extended_101310\j2ee\home\jazn.jar, D:\oc4j_extended_101310\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\webservices\lib\wsserver.jar, D:\oc4j_extended_101310\webservices\lib\wsif.jar, D:\oc4j_extended_101310\webservices\lib\orawsmetadata.jar, D:\oc4j_extended_101310\webservices\lib\orajaxr.jar, D:\oc4j_extended_101310\webservices\lib\.\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\.\orasaaj.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-oc4j.jar, D:\oc4j_extended_101310\toplink\jlib\antlr.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl2.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\xqs\lib\xqs-api.jar, D:\oc4j_extended_101310\xqs\lib\xds.jar, D:\oc4j_extended_101310\j2ee\home\lib\pcl.jar, D:\oc4j_extended_101310\webservices\lib\JMXSoapAdapterShared.jar, D:\oc4j_extended_101310\lib\dmsapp.jar, D:\oc4j_extended_101310\j2ee\home\applications\admin_ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\scheduler.jar, D:\oc4j_extended_101310\j2ee\home\connectors\datasources\datasources\datasources.jar, D:\oc4j_extended_101310\j2ee\home\connectors\OracleASjms\OracleASjms\gjra.jar, D:\oc4j_extended_101310\j2ee\home\applications\jmsrouter-ejb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\design.model.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\enext.webtools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.corbatools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.framework.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.generic.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.idl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.interfaces.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.featureBridge.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.jaxb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.generator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.widget.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.wmt.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oracleDriver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ecw.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.feature.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.kernel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.nis.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\ose.componentModel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\wms.capabilities.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\catalog.ejb3.jar, D:\oc4j_extended_101310\lib\dms.jar, D:\oc4j_extended_101310\jdbc\lib\ojdbc14dms.jar, D:\oc4j_extended_101310\opmn\lib\ons.jar, D:\oc4j_extended_101310\jdbc\lib\ocrs12.jar, D:\oc4j_extended_101310\rdbms\jlib\aqapi.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojms-provider.jar, D:\oc4j_extended_101310\jdbc\lib\orai18n.jar, D:\oc4j_extended_101310\lib\xmlparserv2.jar, D:\oc4j_extended_101310\lib\xml.jar, D:\oc4j_extended_101310\lib\xmlmesg.jar, D:\oc4j_extended_101310\lib\xsu12.jar, D:\oc4j_extended_101310\lib\xquery.jar, D:\oc4j_extended_101310\jlib\osdt_core.jar, D:\oc4j_extended_101310\jlib\osdt_cert.jar, D:\oc4j_extended_101310\jlib\osdt_xmlsec.jar, D:\oc4j_extended_101310\jlib\osdt_wss.jar, D:\oc4j_extended_101310\jlib\osdt_saml.jar, D:\oc4j_extended_101310\jlib\ojpse.jar, D:\oc4j_extended_101310\jlib\oraclepki.jar, D:\oc4j_extended_101310\toplink\jlib\toplink.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-essentials.jar, D:\oc4j_extended_101310\webservices\lib\wsclient.jar, D:\oc4j_extended_101310\webservices\lib\orasaaj.jar, D:\oc4j_extended_101310\webservices\lib\xsdlib.jar, D:\oc4j_extended_101310\webservices\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\webservices\lib\mdds.jar, D:\oc4j_extended_101310\javacache\lib\cache.jar, D:\oc4j_extended_101310\javacache\lib\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\javacache\lib\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\webservices\lib\soap.jar, D:\oc4j_extended_101310\sqlj\lib\runtime12.jar, D:\oc4j_extended_101310\sqlj\lib\translator.jar, D:\oc4j_extended_101310\webservices\lib\orawsdl.jar, D:\oc4j_extended_101310\j2ee\home\applib, D:\oc4j_extended_101310\j2ee\home\applib\jai_codec.jar, D:\oc4j_extended_101310\j2ee\home\applib\activation.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-awt-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-bridge.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-css.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-ext.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-extension.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gui-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gvt.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-parser.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-script.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svg-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svggen.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-swing.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-xml.jar, D:\oc4j_extended_101310\j2ee\home\applib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_core.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_imageio.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb1-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-xjc.jar, D:\oc4j_extended_101310\j2ee\home\applib\jsr173_api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jdbcora10fixed.jar, D:\oc4j_extended_101310\j2ee\home\applib\JdbcOraWrapper.jar, D:\oc4j_extended_101310\j2ee\home\applib\mjdfotf.jar, D:\oc4j_extended_101310\j2ee\home\applib\pdf-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\sdoapifixed.jar, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib\ojsputil.jar, D:\oc4j_extended_101310\lib\dsv2.jar, D:\oc4j_extended_101310\j2ee\home\lib\http_client.jar, D:\oc4j_extended_101310\j2ee\home\lib\jgroups-core.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\classes, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\aclibico-castrated.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-beanutils.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-collections.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-digester.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-fileupload.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-lang.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-logging.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-math-1.0.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-validator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.apic2next.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.importPlugIn.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\designSource.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j-compat.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jaas.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jakarta-oro.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\java_cup_10k.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jstl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jta-spec1_0_1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\menu.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\resolver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\retroweaver-rt-1.2.1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts-legacy.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xmlsec.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xsdlib.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\antlr.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\sdoapifixed.jar]]
    [search path for class files: [C:\Java\jdk1.5.0_11\jre\lib\rt.jar, C:\Java\jdk1.5.0_11\jre\lib\jsse.jar, C:\Java\jdk1.5.0_11\jre\lib\jce.jar, C:\Java\jdk1.5.0_11\jre\lib\charsets.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\activation.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\clibwrapper_jiio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\dnsns.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_codec.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_core.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jai_imageio.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb-xjc.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jaxb1-impl.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\jsr173_api.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\localedata.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\mlibwrapper_jai.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunjce_provider.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\sunpkcs11.jar, C:\Java\jdk1.5.0_11\jre\lib\ext\which4j.jar, D:\oc4j_extended_101310\j2ee\home\oc4j-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-unsupported-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\activation.jar, D:\oc4j_extended_101310\j2ee\home\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\lib\persistence.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb30.jar, D:\oc4j_extended_101310\j2ee\home\lib\ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax77.jar, D:\oc4j_extended_101310\j2ee\home\lib\javax88.jar, D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar, D:\oc4j_extended_101310\j2ee\home\lib\jms.jar, D:\oc4j_extended_101310\j2ee\home\lib\jta.jar, D:\oc4j_extended_101310\j2ee\home\lib\jacc-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\connector.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmx_remote_api.jar, D:\oc4j_extended_101310\j2ee\home\lib\jax-qname-namespace.jar, D:\oc4j_extended_101310\webservices\lib\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\jaxrpc-api.jar, D:\oc4j_extended_101310\webservices\lib\saaj-api.jar, D:\oc4j_extended_101310\webservices\lib\jws-api.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-oc4j.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-client.jar, D:\oc4j_extended_101310\j2ee\home\lib\oems-jms-server.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j-schemas.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar, D:\oc4j_extended_101310\j2ee\home\lib\oc4j_orb.jar, D:\oc4j_extended_101310\j2ee\home\lib\iiop_support.jar, D:\oc4j_extended_101310\j2ee\home\lib\orbbase.jar, D:\oc4j_extended_101310\j2ee\home\iiop_gen_bin.jar, D:\oc4j_extended_101310\j2ee\home\lib\jmxcluster.jar, D:\oc4j_extended_101310\j2ee\home\jaccprovider.jar, D:\oc4j_extended_101310\j2ee\home\jacc-spi.jar, D:\oc4j_extended_101310\j2ee\home\jazncore.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\oraclepki.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ojpse.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\j2ee\home\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\j2ee\home\..\..\lib\dms.jar, D:\oc4j_extended_101310\javavm\lib\jasper.zip, D:\oc4j_extended_101310\j2ee\home\lib\adminclient.jar, D:\oc4j_extended_101310\opmn\lib\optic.jar, D:\oc4j_extended_101310\j2ee\home\jazn.jar, D:\oc4j_extended_101310\jlib\ldapjclnt10.jar, D:\oc4j_extended_101310\jlib\jssl-1_1.jar, D:\oc4j_extended_101310\jlib\javax-ssl-1_1.jar, D:\oc4j_extended_101310\webservices\lib\wsserver.jar, D:\oc4j_extended_101310\webservices\lib\wsif.jar, D:\oc4j_extended_101310\webservices\lib\orawsmetadata.jar, D:\oc4j_extended_101310\webservices\lib\orajaxr.jar, D:\oc4j_extended_101310\webservices\lib\.\jaxr-api.jar, D:\oc4j_extended_101310\webservices\lib\.\orasaaj.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-oc4j.jar, D:\oc4j_extended_101310\toplink\jlib\antlr.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl2.jar, D:\oc4j_extended_101310\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\xqs\lib\xqs-api.jar, D:\oc4j_extended_101310\xqs\lib\xds.jar, D:\oc4j_extended_101310\j2ee\home\lib\pcl.jar, D:\oc4j_extended_101310\webservices\lib\JMXSoapAdapterShared.jar, D:\oc4j_extended_101310\lib\dmsapp.jar, D:\oc4j_extended_101310\j2ee\home\applications\admin_ejb.jar, D:\oc4j_extended_101310\j2ee\home\lib\scheduler.jar, D:\oc4j_extended_101310\j2ee\home\connectors\datasources\datasources\datasources.jar, D:\oc4j_extended_101310\j2ee\home\connectors\OracleASjms\OracleASjms\gjra.jar, D:\oc4j_extended_101310\j2ee\home\applications\jmsrouter-ejb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\design.model.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ejb3.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\enext.webtools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.corbatools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.framework.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.generic.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.idl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.interfaces.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.featureBridge.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.jaxb.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.generator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.model.widget.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.tools.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\next7.wmt.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oracleDriver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.ecw.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.feature.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.kernel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\oranext.nis.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\ose.componentModel.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\applib\wms.capabilities.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\catalog.ejb3.jar, D:\oc4j_extended_101310\lib\dms.jar, D:\oc4j_extended_101310\jdbc\lib\ojdbc14dms.jar, D:\oc4j_extended_101310\opmn\lib\ons.jar, D:\oc4j_extended_101310\jdbc\lib\ocrs12.jar, D:\oc4j_extended_101310\rdbms\jlib\aqapi.jar, D:\oc4j_extended_101310\j2ee\home\lib\ojms-provider.jar, D:\oc4j_extended_101310\jdbc\lib\orai18n.jar, D:\oc4j_extended_101310\lib\xmlparserv2.jar, D:\oc4j_extended_101310\lib\xml.jar, D:\oc4j_extended_101310\lib\xmlmesg.jar, D:\oc4j_extended_101310\lib\xsu12.jar, D:\oc4j_extended_101310\lib\xquery.jar, D:\oc4j_extended_101310\jlib\osdt_core.jar, D:\oc4j_extended_101310\jlib\osdt_cert.jar, D:\oc4j_extended_101310\jlib\osdt_xmlsec.jar, D:\oc4j_extended_101310\jlib\osdt_wss.jar, D:\oc4j_extended_101310\jlib\osdt_saml.jar, D:\oc4j_extended_101310\jlib\ojpse.jar, D:\oc4j_extended_101310\jlib\oraclepki.jar, D:\oc4j_extended_101310\toplink\jlib\toplink.jar, D:\oc4j_extended_101310\toplink\jlib\toplink-essentials.jar, D:\oc4j_extended_101310\webservices\lib\wsclient.jar, D:\oc4j_extended_101310\webservices\lib\orasaaj.jar, D:\oc4j_extended_101310\webservices\lib\xsdlib.jar, D:\oc4j_extended_101310\webservices\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\webservices\lib\mdds.jar, D:\oc4j_extended_101310\javacache\lib\cache.jar, D:\oc4j_extended_101310\javacache\lib\..\..\lib\xmlparserv2.jar, D:\oc4j_extended_101310\javacache\lib\..\..\diagnostics\lib\ojdl.jar, D:\oc4j_extended_101310\webservices\lib\soap.jar, D:\oc4j_extended_101310\sqlj\lib\runtime12.jar, D:\oc4j_extended_101310\sqlj\lib\translator.jar, D:\oc4j_extended_101310\webservices\lib\orawsdl.jar, D:\oc4j_extended_101310\j2ee\home\applib, D:\oc4j_extended_101310\j2ee\home\applib\jai_codec.jar, D:\oc4j_extended_101310\j2ee\home\applib\activation.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-awt-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-bridge.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-css.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-ext.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-extension.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gui-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-gvt.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-parser.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-script.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svg-dom.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-svggen.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-swing.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-util.jar, D:\oc4j_extended_101310\j2ee\home\applib\batik-xml.jar, D:\oc4j_extended_101310\j2ee\home\applib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_core.jar, D:\oc4j_extended_101310\j2ee\home\applib\jai_imageio.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb1-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-impl.jar, D:\oc4j_extended_101310\j2ee\home\applib\jaxb-xjc.jar, D:\oc4j_extended_101310\j2ee\home\applib\jsr173_api.jar, D:\oc4j_extended_101310\j2ee\home\applib\jdbcora10fixed.jar, D:\oc4j_extended_101310\j2ee\home\applib\JdbcOraWrapper.jar, D:\oc4j_extended_101310\j2ee\home\applib\mjdfotf.jar, D:\oc4j_extended_101310\j2ee\home\applib\pdf-transcoder.jar, D:\oc4j_extended_101310\j2ee\home\applib\sdoapifixed.jar, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib, D:\oc4j_extended_101310\j2ee\home\jsp\lib\taglib\ojsputil.jar, D:\oc4j_extended_101310\lib\dsv2.jar, D:\oc4j_extended_101310\j2ee\home\lib\http_client.jar, D:\oc4j_extended_101310\j2ee\home\lib\jgroups-core.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\classes, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\aclibico-castrated.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-beanutils.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-collections.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-digester.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-fileupload.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-lang.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-logging.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-math-1.0.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\commons-validator.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.apic2next.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\design.importPlugIn.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\designSource.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j-compat.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\ini4j.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jaas.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jakarta-oro.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\java_cup_10k.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jstl.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jta-spec1_0_1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\mail.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\menu.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\relaxngDatatype.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\resolver.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\retroweaver-rt-1.2.1.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts-legacy.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xmlsec.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\xsdlib.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Acme.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\antlr.jar, D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\sdoapifixed.jar]]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar(com/orionserver/http/OrionHttpJspPage.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/HttpJspPage.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspPage.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/Servlet.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Object.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/http/HttpServletRequest.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/http/HttpServletResponse.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/IOException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletException.class)]
    [checking _config]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Error.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Exception.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Throwable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/RuntimeException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletResponse.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/String.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/PageContext.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspWriter.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspFactory.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletRequest.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/http/HttpSession.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspContext.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletContext.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/ServletConfig.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/el/VariableResolver.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/el/OracleVariableResolverImpl.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\oc4j-internal.jar(com/evermind/server/http/JspCommonExtraWriter.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Writer.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Appendable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Closeable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Flushable.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/rt/core/SetTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/runtime/OracleJspRuntime.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Class.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/Tag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/SetSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/BodyTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/TagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/IterationTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/FormTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/PanelTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/LabelledTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/LayoutTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/tab/TabsTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/BodyLayoutTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/tab/TabTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/GridLayoutTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/MessageTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/ImageTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/ActionTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/BaseHandlerTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar(org/apache/struts/taglib/html/BaseHandlerTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/TextFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/AbstractFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/AbstractLayoutFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/AbstractModeFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/EmptyTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/CheckboxTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/SelectTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/OptionsTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/ColumnTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/LinkTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\struts.jar(org/apache/struts/taglib/bean/MessageTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/CellTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/rt/core/IfTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\jstl.jar(javax/servlet/jsp/jstl/core/ConditionalTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/ChooseTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/rt/core/WhenTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/WhenTagSupport.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\standard.jar(org/apache/taglibs/standard/tag/common/core/OtherwiseTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/RowTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/SubmitTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\applications\next\config\WEB-INF\lib\Struts-Layout-1.2-Struts-1.1-compatibility.jar(fr/improve/struts/taglib/layout/field/TextareaFieldTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/BodyTag.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/tagext/JspTag.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/Serializable.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/Boolean.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/jml/JmlFPNumber.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\ojsp.jar(oracle/jsp/jml/JmlNumber.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/SkipPageException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspException.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/System.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/PrintStream.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/FilterOutputStream.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/OutputStream.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/io/UnsupportedEncodingException.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/InstantiationException.class)]
    [loading C:\Java\jdk1.5.0_11\jre\lib\rt.jar(java/lang/IllegalAccessException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/el/ELException.class)]
    [loading D:\oc4j_extended_101310\j2ee\home\lib\servlet.jar(javax/servlet/jsp/JspTagException.class)]
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:9941: code too large for try statement
    catch (Throwable e) {
    ^
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:9946: code too large for try statement
    catch (Exception clearException) {
    ^
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:40: code too large for try statement
    try {
    ^
    D:\oc4j_extended_101310\j2ee\home\application-deployments\next\config\persistence\_pages\\_config.java:18: code too large
    public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException {
    ^
    [total 9424ms]
    4 errors

  • JSP compile warnings

    Folks !
    I have been getting this nuisance warning for ages and I though it was time to get rid of them. Compiling any JSP in JDeveloper I get:
    Warning: package name _jsp.xxxx does not match source file name xxxx
    What is it ?
    Also, anyway to suppress Java compiler warnings so I can look at errors only ?
    thanks a lot,
    -Sanjay

    I have the same problem (many warnings....), but it hasn't cause any problem while running.
    I thing this is becasuse I use uppercase letters inside names of directories.
    Example:
    - my page: public_html/BP/Aplikace.jsp
    - compiled to .java: classes\.jsps\_BP\_Aplikace.java
    - third line of Aplikace.java: package bp;
    So there is the problem: "_BP" (name of directory) versus "_bp" (name of package)!!!
    I thing this is a bug.
    If I am right, I have question for JDevTeam - will it be fixed?

  • JSP compiler Error

    Hi,
    we are running a EP 7.0 on SP 13. I have copied the standard theme, and now I am trying to  customize it. But if I click on the "Navigation Panel" Link I get the following:
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 03:54_15/11/07_0013_926913750
    See the details for the exception ID in the log file.
    No I had a look in j2ee/cluster/server/0/log/systeme/server.log:
    Version: 1.5
    Guid: 00144F2A247C006A0000002900002CB300043EF89D0DF800
    Time: 2007 11 15 15:36:54:592
    SourceName: /System/Server
    Application: sap.com/irj
    Location: com.sap.portal.prt.runtime.servlet_jsp
    User: Administrator
    Session: 337
    Transaction:
    DSRComponent: P01AS1_P01_926913750
    DSRUser: Administrator
    DSRTransaction: 18ac4290938811dcb5f300144f2a247c
    ThreadName: SAPEngine_Application_Thread[impl:3]_14
    GroupId:
    GroupLevel: 0
    GroupIndent: 0
    Severity: Error
    Relatives: /System/Server
    MsgType: Plain
    MsgCode:
    ResourceBundle:
    Text: >>> JSPCompiler >>> ERROR in Compiling :JSPFileInfo :1525783928
    JSP File : /NWDI/P01/usr_sap/P01/JC92/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.portal.ur.preview/jsp/previews/prtl/tln.jsp
    Class Name: sapportalsjsptln
    Java File : /NWDI/P01/usr_sap/P01/JC92/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.portal.ur.preview/work/jsp/previews/prtl/_sapportalsjsp_tln.java
    Package Name : jsp.previews.prtl
    Class File : /NWDI/P01/usr_sap/P01/JC92/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.sap.portal.ur.preview/work/jsp/previews/prtl/_sapportalsjsp_tln.class
    Is out dated : false [email protected]e35d7
    My problem is that I can not find the reason for this. OK I have an error with the JSP Compiler, but where can I find what error I have?

    Hi!
    I found the reason in another trace file. The problem was no less memory.
    After we fixed this problem. Everything worked again.
    Best,
    Stephan

  • When is String literal pool created compile time or runtime?

    When is String literal pool created compile time or runtime?

    I have replied to your question in the other thread related to the string pool:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=276893
    Pierre

  • Jdeveloper jsp compile problem:too large

    I am getting following error when i try to run the jsp page(I am using embedded oc4j10.1.3.3)
    Error: code segment of method _jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) too large
    The jsp is over 2000 lines long.
    Any help would be appreciate.
    Thanks
    Kalee

    Hi,
    you can try and change the compiler to Javac
    Also you might want to think about jsp:includes that include JSP snippets from external files at compile time. A JSP with 2000 lines seems to be quite large and may better be broken up into pieces
    Frank

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

  • JSP compile problems

    Hello,
    I have my jsp pages deployed in a war in an ear. The manifest in the war lists my dependent jars. In my orion-web.xml, I have the include-war-manifest-class-path parameter set to "true". This seems to work at runtime in that the jsp pages can locate the dependent jars. However my problem is at compile time. The compiler doesn't seem to find the jars and the compile fails. If I move the jars to web-inf/lib the compile will work, however that kind of defeats the purpose of having them in the Manifest.mf file.
    Anyone have any suggestions?
    Thanks,
    Mike Sander

    <p>Sebastian,</p>
    <p>Its unclean to include your java files in a jar. I can't remember reading anything about not including java files in the jar file spec though. In your jar file are the java files in the correct package structure?</p>
    <p>
    Hussein Badakhchani</br>
    </p>

  • JSP Compile

    Hello,
              I have a problem compiling jsp files with weblogic server 6.1 sp3. The
              Server runs on AIX 5.1 using java 1.3.1 (ca131-20030329).
              Sometimes the jsp compiling stops and the process (javac) hangs until
              it is killed. You can see, that the spawned javac process has never
              taken any cpu time.
              Can someone explain what the problem is?
              

    i just found a bug on weblogic 9.1/9.2...
              cool compiler...I wonder why weblogic didn't do any QA on this......
              if you have a bean MyBean with
              public Set<org.MyObject> getSomething();
              public void setSomething(java.util.Set<org.MyObject> );
              and u do a useBean/setProperty * on this bean...mr javelin
              generates a java file with:
              javelin.jsp.utils.JspRuntimeUtils.convertType(__value, java.util.Set<org.MyObject> .class))
              that is why it doesn't compile...oh the joy......

  • Decrease compilation time

    Hello
    In my application I have 4 Model project and one ViewController project.
    In the log file , the compilation takes 3 minutes! With the startup of the server I'm starting the application for about 5-6 minutes each time.
    Is there some way to decrease this time?
    here is the snipped from the log that takes 3 minutes (It's too long I know but maybe it would be helpful):
    [4:59:18 PM] Appc compilation begin
    Compiling out of process...
    F:\Dreamix\Oracle\Middleware12\jdk160_14_R27.6.5-32\jre\bin\javaw.exe -Xms128m -Xmx512m -Xverify:none -client -classpath F:\Dreamix\Oracle\Middleware12\jdk160_14_R27.6.5-32\lib\tools.jar;F:\Dreamix\Oracle\Middleware12\wlserver_10.3\server\lib\weblogic.jar -Dweblogic.jsp.diagnosticWithAbsolutePath=true -Dweblogic.classloader.noJarSigners=true weblogic.appc -library "C:\Documents and Settings\game\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\.wlLibs\jsp\ADF-Faces-Components11.war@name=ADF-Faces-Components,F:\Dreamix\Oracle\Middleware12\wlserver_10.3\common\deployable-libraries\jsf-1.2.war@name=jsf@libimplver=1.2.9.0,C:\Documents and Settings\game\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\.wlLibs\jsp\ADF-Data-Visualization1.1.war@name=ADF-Data-Visualization,C:\Documents and Settings\game\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\.wlLibs\jsp\Trinidad-Components1.2.war@name=Trinidad-Components,F:\Dreamix\Oracle\Middleware12\wlserver_10.3\common\deployable-libraries\jstl-1.2.war@name=jstl@libimplver=1.2.0.1,F:\Dreamix\Projects\TechnoclassADF\ViewController\classes\.wlLibs\jsp\TCCustomComponents1.0.war@name=TCCustomComponents" -plan C:\DOCUME~1\game\LOCALS~1\Temp\ViewController996397250600113496_plan\plan.xml -jsps "@C:\DOCUME~1\game\LOCALS~1\Temp\appcFileList6512737247651299161.txt" -output F:\Dreamix\Projects\TechnoclassADF\ViewController\classes\.wlsjsps -g -forceGeneration -classpath F:\Dreamix\Oracle\Middleware12\jdk160_14_R27.6.5-32\jre\lib\resources.jar;F:\Dreamix\Oracle\Middleware12\jdk160_14_R27.6.5-32\jre\lib\rt.jar;F:\Dreamix\Oracle\Middleware12\jdk160_14_R27.6.5-32\jre\lib\jsse.jar;F:\Dreamix\Oracle\Middleware12\jdk160_14_R27.6.5-32\jre\lib\jce.jar;F:\Dreamix\Oracle\Middleware12\jdk160_14_R27.6.5-32\jre\lib\charsets.jar;F:\Dreamix\Projects\TechnoclassADF\.adf;F:\Dreamix\Projects\TechnoclassADF\ViewController\classes;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.pageflow_11.1.1\adf-pageflow-impl.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.pageflow_11.1.1\adf-pageflow-dtrt.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.pageflow_11.1.1\adf-pageflow-fwk.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.pageflow_11.1.1\adf-pageflow-rc.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.controller_11.1.1\adf-controller.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.controller_11.1.1\adf-controller-api.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.controller_11.1.1\adf-controller-rt-common.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\adf-controller-schema.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\trinidad-api.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\trinidad-impl.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\adf-richclient-api-11.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\adf-richclient-impl-11.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.share_11.1.1\adf-share-support.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.share.ca_11.1.1\adf-share-ca.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.share.ca_11.1.1\adf-share-base.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.share_11.1.1\adfsharembean.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.share_11.1.1\adflogginghandler.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.idm_11.1.1\identitystore.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.javacache_11.1.1\cache.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.security_11.1.1\adf-share-security.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.security_11.1.1\adf-controller-security.jar;F:\Dreamix\Oracle\Middleware12\modules\javax.activation_1.1.0.0_1-1.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\adfmweb.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.mds_11.1.1\mdsrt.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.mds_11.1.1\oramds.jar;F:\Dreamix\Oracle\Middleware12\modules\javax.servlet_1.0.0.0_2-5.jar;F:\Dreamix\Oracle\Middleware12\modules\javax.jsp_1.1.0.0_2-1.jar;F:\Dreamix\Oracle\Middleware12\wlserver_10.3\server\ext\jdbc\oracle\11g\ojdbc6.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\jlib\commons-cli-1.0.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.share_11.1.1\commons-el.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.share_11.1.1\jsp-el-api.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.share_11.1.1\oracle-el.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.bali.share_11.1.1\share.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.xmlef_11.1.1\xmlef.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.dms_11.1.1\dms.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.xdk_11.1.0\xml.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.ucp_11.1.0.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.javatools_11.1.1\javatools-nodeps.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;F:\Dreamix\Oracle\Middleware12\modules\javax.management_1.2.1.jar;F:\Dreamix\Oracle\Middleware12\modules\javax.management.j2ee_1.0.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\org.apache.commons.beanutils_1.6.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\org.apache.commons.logging_1.0.4.jar;F:\Dreamix\Oracle\Middleware12\modules\com.bea.core.apache.commons.collections_3.2.0.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jsf_1.2.9\glassfish.jsf_1.2.9.0.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jsf_1.2.9\glassfish.jstl_1.2.0.1.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jsf_1.2.9\javax.jsf_1.2.0.1.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jsf_1.2.9\wls.jsf.di.jar;F:\Dreamix\Oracle\Middleware12\modules\glassfish.el_2.1.1.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\dvt-utils.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\dvt-jclient.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\dvt-trinidad.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\dvt-faces.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\jlib\jewt4.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\jlib\inspect4.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\webservices\lib\jaxrpc-api-10.1.3.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\webservices\lib\wsclient-10.1.3.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.webservices_11.1.1\wsserver.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.webservices_11.1.1\wssecurity.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\webservices\lib\wsdl.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.webservices_11.1.1\orasaaj.jar;F:\Dreamix\Oracle\Middleware12\modules\com.bea.core.weblogic.saaj_1.4.0.0.jar;F:\Dreamix\Oracle\Middleware12\modules\com.oracle.ws.orawsdl_1.1.0.0.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.webservices_11.1.1\orawsrm.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\webservices\lib\orawsrel.jar;F:\Dreamix\Oracle\Middleware12\modules\javax.xml.registry_1.0.0.0_1-0.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\webservices\lib\orajaxr.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\webservices\lib\xsdlib.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.webservices_11.1.1\mdds.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.webservices_11.1.1\wsif.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\org.jaxen_1.1.1.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.pki_11.1.1\oraclepki.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\webservices\lib\ojpse.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.osdt_11.1.1\osdt_core.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.osdt_11.1.1\osdt_cert.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.osdt_11.1.1\osdt_xmlsec.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.osdt_11.1.1\osdt_wss.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.osdt_11.1.1\osdt_saml.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.osdt_11.1.1\osdt_saml2.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.ldap_11.1.1\ojmisc.jar;F:\Dreamix\Oracle\Middleware12\modules\com.oracle.ws.http_client_1.1.0.0.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.xdb_11.1.0.jar;F:\Dreamix\Oracle\Middleware12\modules\javax.xml.stream_1.0.0.0.jar;F:\Dreamix\Oracle\Middleware12\modules\glassfish.jaxb_1.2.0.0_2-1-7.jar;F:\Dreamix\Oracle\Middleware12\modules\glassfish.jaxb.xjc_1.2.0.0_2-1-7.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\webservices\lib\oc4j-schemas.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.odl_11.1.1\ojdl2.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.iau_11.1.1\fmw_audit.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\org.apache.commons.digester_1.8.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\org.springframework_2.0.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.wsm.common_11.1.1\wsm-policy-core.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.wsm.common_11.1.1\wsm-pmlib.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.wsm.agent.common_11.1.1\wsm-pap.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.wsm.agent.common_11.1.1\wsm-agent.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.wsm.common_11.1.1\wsm-secpol.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.javatools_11.1.1\javamodel-rt.jar;F:\Dreamix\Oracle\Middleware12\modules\javax.mail_1.4.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.webservices_11.1.1\lwdom.jar;F:\Dreamix\Oracle\Middleware12\modules\com.bea.core.woodstox_1.0.0.0_3-2-5.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jps_11.1.1\jps-api.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jps_11.1.1\jps-common.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\adf-faces-databinding-rt.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.ldap_11.1.1\ldapjclnt11.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jps_11.1.1\jps-ee.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jps_11.1.1\jps-internal.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jps_11.1.1\jps-unsupported-api.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.jps_11.1.1\jacc-spi.jar;F:\Dreamix\Oracle\Middleware12\modules\javax.security.jacc_1.0.0.0_1-1.jar;F:\Dreamix\Projects\TechnoclassADF\extlib\jdom-1.1\build\jdom.jar;F:\Dreamix\Projects\TechnoclassADF\extlib\jdom-1.1\lib\jaxen-core.jar;F:\Dreamix\Projects\TechnoclassADF\extlib\jdom-1.1\lib\jaxen-jdom.jar;F:\Dreamix\Projects\TechnoclassADF\extlib\jdom-1.1\lib\saxpath.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.javatools_11.1.1\resourcebundle.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\jlib\bundleresolver.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\adflibfilter.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\adf-faces-changemanager-rt.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.facesconfigdt_11.1.1\facesconfigmodel.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.facesconfigdt_11.1.1\taglib.jar;F:\Dreamix\Projects\TechnoclassADF\extlib\log4j-1.2.15.jar;F:\Dreamix\Projects\TechnoclassADF\extlib\log4j-1.2.15.jar;F:\Dreamix\Projects\TechnoclassADF\CustomComponents\deploy\tcCustomComponents.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\dvt-databindings.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.view_11.1.1\dvt-facesbindings.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\jdev\lib\jdev-rt.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\sqlj\lib\runtime12.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\adfm.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\groovy-all-1.6.3.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\adfdt\lib\adf-dt-at-rt.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\adfdt\lib\adf-transactions-dt.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\adfdt_common.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\db-ca.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\jdev-cm.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\bc4j-mbeans.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\bc4jwizard.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n-collation.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n-lcsd.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n-mapping.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n-servlet.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n-translation.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n-utility.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.nlsrtl_11.1.0\orai18n.jar;F:\Dreamix\Projects\TechnoclassADF\CommonModel\deploy\CommonModelLib.jar;F:\Dreamix\Projects\TechnoclassADF\ModModel\deploy\ModModel.jar;F:\Dreamix\Projects\TechnoclassADF\STModel\deploy\STModel.jar;F:\Dreamix\Projects\TechnoclassADF\OSNModel\classes;F:\Dreamix\Oracle\Middleware12\jdeveloper\BC4J\jlib\bc4jtester.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\adfm-debugger.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.adf.model_11.1.1\regexp.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.help_5.0\ohj.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.help_5.0\help-share.jar;F:\Dreamix\Oracle\Middleware12\oracle_common\modules\oracle.help_5.0\oracle_ice.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\ide\lib\idert.jar;F:\Dreamix\Oracle\Middleware12\jdeveloper\ide\lib\javatools.jar;F:\Dreamix\Oracle\Middleware12\wlserver_10.3\server\lib\weblogic.jar F:\Dreamix\Projects\TechnoclassADF\ViewController\public_html
    [5:02:01 PM] Appc compilation end

    Hi all,
    I have this problem too, and I know the problem isn't my hardware, because I'm running JDeveloper on a PC with these specs: Win 7 64bit, cpu: intel Core i7-3930K, 16G RAM, SSD Hard.
    Also all JDK that I'm using are 64bit, But when my project got bigger, I have these problem too. I can't count on my project RUN TIME, because of hanging JAVAW.exe !
    Sometime it passes quickly as a flash, but sometime it takes more than an hour (maybe more!) with same project!
    As "a.gruev" mentioned, it's NOT for Compiling Time, and NOT for Weblogic Start Time, it's just JAVAW that takes a long time!
    I couldn't find any solution on the net, but I've checked the JAVAW.EXE and I've realized after more than 5 min it doesn't do anything special(!) and just waits, waits, and waits!!
    So, I've found a solution incidentally, but I don't know if it's a good solution or not, but it works for me. Every time JDeveloper takes more than 5 min by JAVAW, I'll open "Resource Monitor" in Win 7, and will find javaw.exe in cpu list.
    After that, I'll choose "Analyze Wait Chain" via Context Menu on Javaw.exe, and it'll popup a panel that shows two chained thread of javaw.exe. Finally, I'll select Sub-Thread and will order to end process of Sub-Thread, and at last waiting problem will be solved! And JDeveloper will do next step (Weblogic starting commands).
    It's working for me, and I hope helps other person who have my problem too.

Maybe you are looking for

  • White line in PDF Presentation

    I have created a PDF Presentation in CS3 using 120 jpg images. An occasional page has a thin, white line across it, cutting through both text and image. Does anyone know what is causing this? I work on Mac G5 with OSX.

  • No attachments when converting Outlook email to pdf

    I am using Outlook 2010 and Adobe X Pro. When I try to convert an email message to a pdf it does not include the attachment. (In the setting for conversion I have "Include all attchments in the Adobe PDF" selected.)

  • Problems installing new hard drive

    Hi I have a HP Pavilion DV6000 (or according the the bios DV6700) and the original hard drive is on the way out, as the machine locks up after a short while of being logged on. I ran the hard drive diagnostics from the bios and it confirmed that ther

  • Touchscreen going crazy

    My phone is going crazy! Sometimes the touch screen will not register the letters I am pressing and randomly presses letters by itself. The phone will open apps by itself without me even touching it, open emails etc. I seriously want to throw it! I j

  • PDF Output Encrption/Password for EBS

    Hi Tim, Can you please provide some more information on how to encrypt/password protect the pdf output of a template. I am a EBS user and am using 5.6.3 version of XMLP. Thanks in advance. Simar