Rogue cpu hog while running WebLogic

Hello,
My application is a servlet/EJB/Oracle application running on
WebLogic.
During stress test, I am seeing a java thread that is taking up 50% of
available cpu on a dual cpu machine. The thread remains at 100% even
after the load is over.
Here are some data and observations:
0. I am running WebLogic 7.0.1 on RedHat 7.2 (kernel 2.4.9-31), dual
cpu. My application consists of a few servlets talking to some 20
stateless session beans which uses CMP 2.0 entity beans to talk to
Oracle 9.0.1. We are using the oci jdbc driver.
1. After the load was over, I used ps and saw that the thread was
still running. I tracked its parent to the weblogic root process.
2. I ran top and saw the thread taking up 50% of available cpu
(sometimes it is 100% of a cpu, but it may also be 60% of cpu1 and 40%
of cpu2, etc).
3. I did a full thread dump, all but one thread are weblogic's or the
jvm's internal threads. My application did have one thread remaining,
but it is a periodic cleanup thread that wakes up every 30 secs and I
believe it is benign. I am not able to quickly point out which thread
is the rogue thread.
4. Using vmstat, I believe the rogue thread kicked in about 10 minutes
into the load (but this number varies from load to load, there was one
that kicked in after an hour). After that point, I saw the number of
runnable process remained at least one, and the idle cpu never goes
above 50 (remember it is a dual cpu machine). After I stopped the
load, the number of runnable process stayed at 1 and the idle cpu
stayed at 50.
5. This thread does not always kicked in, sometimes I would be able to
complete a 24-hour load and did not see the evidence of the thread.
6. The presence of the thread caused a 30% performance degradation.
So here is the question, what is this thread and how can I stop it
from kicking in?
I have attached a full thread dump and the outputs of top and vmstat.
I have also searched previous posts and apparently this has been seen
before by other users of weblogic, but in those threads of discussions
I never saw a resolution.
Thanks in advance,
Chishun Kwong
=================
Full thread dump:
"Thread-11" daemon prio=1 tid=0x9b793138 nid=0xc59 waiting on monitor
[0xa7153000..0xa7153870]
     at java.lang.Thread.sleep(Native Method)
     at com.mycompany.myapp.SomeCleanupThread.run(SomeCleanupThread.java:234)
"ListenThread.Default" prio=1 tid=0x9fad0578 nid=0xb58 runnable
[0xa694f000..0xa694f870]
     at java.net.PlainSocketImpl.socketAccept(Native Method)
     at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
     at java.net.ServerSocket.implAccept(ServerSocket.java:238)
     at java.net.ServerSocket.accept(ServerSocket.java:217)
     at weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:26)
     at weblogic.t3.srvr.ListenThread.run(ListenThread.java:256)
"ExecuteThread: '1' for queue: 'JMSStore<null>.ioThreadPool'" daemon
prio=1 tid=0x9fa0b438 nid=0xb27 waiting on monitor
[0xa674f000..0xa674f870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: 'JMSStore<null>.ioThreadPool'" daemon
prio=1 tid=0x9fa0b2d0 nid=0xb26 waiting on monitor
[0xa5dec000..0xa5dec870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: 'JMS.TimerTreePool'" daemon prio=1
tid=0x8527000 nid=0xb21 waiting on monitor [0xa5bec000..0xa5bec870]
     at java.lang.Object.wait(Native Method)
     at weblogic.jms.backend.BETimerTree.execute(BETimerTree.java:140)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
"ExecuteThread: '3' for queue: 'JMS.TimerClientPool'" daemon prio=1
tid=0x83bec38 nid=0xb20 waiting on monitor [0xa37eb000..0xa37eb870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '2' for queue: 'JMS.TimerClientPool'" daemon prio=1
tid=0x83beae8 nid=0xb1f waiting on monitor [0xa35eb000..0xa35eb870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '1' for queue: 'JMS.TimerClientPool'" daemon prio=1
tid=0x85198f8 nid=0xb1e waiting on monitor [0xa33eb000..0xa33eb870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: 'JMS.TimerClientPool'" daemon prio=1
tid=0x85d8368 nid=0xb1d waiting on monitor [0xa31eb000..0xa31eb870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"CoreHealthMonitor" daemon prio=1 tid=0x8138938 nid=0xa97 waiting on
monitor [0xa2cff000..0xa2cff870]
     at java.lang.Thread.sleep(Native Method)
     at weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:114)
"ExecuteThread: '14' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x83be530 nid=0xa96 waiting on monitor [0xa29ff000..0xa29ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '13' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x8246120 nid=0xa95 waiting on monitor [0xa27ff000..0xa27ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '12' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x834e868 nid=0xa94 waiting on monitor [0xa25ff000..0xa25ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '11' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x85813f8 nid=0xa93 waiting on monitor [0xa23ff000..0xa23ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '10' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x83be860 nid=0xa92 waiting on monitor [0xa21ff000..0xa21ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '9' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x8504748 nid=0xa91 waiting on monitor [0xa1fff000..0xa1fff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '8' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x82f2908 nid=0xa90 waiting on monitor [0xa1dff000..0xa1dff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '7' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x8396dd0 nid=0xa8f waiting on monitor [0xa1bff000..0xa1bff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '6' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x8588b78 nid=0xa8e waiting on monitor [0xa19ff000..0xa19ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '5' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x858e000 nid=0xa8d waiting on monitor [0xa17ff000..0xa17ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '4' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x844c6b0 nid=0xa8c waiting on monitor [0xa15ff000..0xa15ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '3' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x837b8b0 nid=0xa8b waiting on monitor [0xa13ff000..0xa13ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '2' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x82158f0 nid=0xa8a waiting on monitor [0xa11ff000..0xa11ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '1' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x840a6f8 nid=0xa89 waiting on monitor [0xa0fff000..0xa0fff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: 'JmsDispatcher'" daemon prio=1
tid=0x8398578 nid=0xa88 waiting on monitor [0xa0dff000..0xa0dff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '2' for queue: 'weblogic.transaction.AsyncQueue'"
daemon prio=1 tid=0x8222408 nid=0xa87 waiting on monitor
[0xa0bff000..0xa0bff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '1' for queue: 'weblogic.transaction.AsyncQueue'"
daemon prio=1 tid=0x847df98 nid=0xa86 waiting on monitor
[0xa09ff000..0xa09ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: 'weblogic.transaction.AsyncQueue'"
daemon prio=1 tid=0x856cd28 nid=0xa85 waiting on monitor
[0xa07ff000..0xa07ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"Thread-4" prio=1 tid=0x8523528 nid=0xa84 waiting on monitor
[0xa05ff000..0xa05ff870]
     at java.lang.Object.wait(Native Method)
     at java.util.TimerThread.mainLoop(Timer.java:427)
     at java.util.TimerThread.run(Timer.java:380)
"ExecuteThread: '1' for queue: 'DRS'" daemon prio=1 tid=0x8582bc0
nid=0xa83 waiting on monitor [0x9feff000..0x9feff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: 'DRS'" daemon prio=1 tid=0x85640d8
nid=0xa82 waiting on monitor [0x9fcff000..0x9fcff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"VDE Transaction Processor Thread" prio=1 tid=0xa021c060 nid=0xa53
waiting on monitor [0x9f9ff000..0x9f9ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:306)
     at com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionProcessor.java:192)
"ExecuteThread: '9' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa030f218 nid=0xa52 waiting on monitor
[0x9f7ff000..0x9f7ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '8' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa030e7d0 nid=0xa51 waiting on monitor
[0x9f5ff000..0x9f5ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '7' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa030dd88 nid=0xa50 waiting on monitor
[0x9f3ff000..0x9f3ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '6' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa030d340 nid=0xa4f waiting on monitor
[0x9f1ff000..0x9f1ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '5' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa030c8f8 nid=0xa4e waiting on monitor
[0x9edff000..0x9edff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '4' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa030beb0 nid=0xa4d waiting on monitor
[0x9ebff000..0x9ebff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '3' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa030b468 nid=0xa4c waiting on monitor
[0x9e9ff000..0x9e9ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '2' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa030aa20 nid=0xa4b waiting on monitor
[0x9e7ff000..0x9e7ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa0309fd8 nid=0xa4a waiting on monitor
[0x9e5ff000..0x9e5ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemon
prio=1 tid=0xa0309990 nid=0xa49 waiting on monitor
[0x9e3ff000..0x9e3ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon
prio=1 tid=0xa0309748 nid=0xa48 waiting on monitor
[0x9e1ff000..0x9e1ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon
prio=1 tid=0xa0309530 nid=0xa47 waiting on monitor
[0x9dfff000..0x9dfff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"TimeEventGenerator" daemon prio=1 tid=0x9ef68d50 nid=0xa46 waiting on
monitor [0x9ddff000..0x9ddff870]
     at java.lang.Object.wait(Native Method)
     at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
     at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:139)
     at java.lang.Thread.run(Thread.java:479)
"ExecuteThread: '1' for queue: '_weblogic_dgc_queue'" daemon prio=1
tid=0x9b77b5e0 nid=0xa45 waiting on monitor [0x9dbff000..0x9dbff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: '_weblogic_dgc_queue'" daemon prio=1
tid=0x9b77b3c8 nid=0xa44 waiting on monitor [0x9d9ff000..0x9d9ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"HighPriority TimeEventGenerator" daemon prio=1 tid=0x9b77b1d8
nid=0xa43 waiting on monitor [0x9d7ff000..0x9d7ff870]
     at java.lang.Object.wait(Native Method)
     at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
     at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:139)
     at java.lang.Thread.run(Thread.java:479)
"SpinnerRandomSource" daemon prio=1 tid=0x9bfc1e48 nid=0xa41 waiting
on monitor [0x9d5ff000..0x9d5ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:60)
     at java.lang.Thread.run(Thread.java:479)
"ExecuteThread: '6' for queue: 'default'" daemon prio=1 tid=0x9ef45218
nid=0xa40 waiting for monitor entry [0x9d3ff000..0x9d3ff870]
     at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:607)
     at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
"ExecuteThread: '5' for queue: 'default'" daemon prio=1 tid=0x9ef460f8
nid=0xa3f runnable [0x9d1ff000..0x9d1ff870]
     at weblogic.socket.PosixSocketMuxer.poll(Native Method)
     at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:612)
     at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
"ExecuteThread: '4' for queue: 'default'" daemon prio=1 tid=0x9ef64588
nid=0xa3e waiting for monitor entry [0x9cfff000..0x9cfff870]
     at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:607)
     at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
"ExecuteThread: '3' for queue: 'default'" daemon prio=1 tid=0x9ef69070
nid=0xa3d waiting on monitor [0x9cdff000..0x9cdff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '2' for queue: 'default'" daemon prio=1 tid=0x9ef6abb8
nid=0xa3c waiting on monitor [0x9cbff000..0x9cbff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '1' for queue: 'default'" daemon prio=1 tid=0x9ef6a5d8
nid=0xa3b waiting on monitor [0x9c9ff000..0x9c9ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: 'default'" daemon prio=1 tid=0x9ef69be8
nid=0xa3a waiting on monitor [0x9c7ff000..0x9c7ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '1' for queue: 'lookup_servlet'" daemon prio=1
tid=0x9ef699f8 nid=0xa39 waiting on monitor [0x9c5ff000..0x9c5ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread: '0' for queue: 'lookup_servlet'" daemon prio=1
tid=0x9b705c18 nid=0xa38 waiting on monitor [0x9c3ff000..0x9c3ff870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"Thread-0" daemon prio=1 tid=0x9effaea8 nid=0xa34 waiting on monitor
[0x9c1ff000..0x9c1ff870]
     at java.lang.Thread.sleep(Native Method)
     at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:1660)
     at java.lang.Thread.run(Thread.java:479)
"Signal Dispatcher" daemon prio=1 tid=0x80be850 nid=0x9fe waiting on
monitor [0..0]
"Finalizer" daemon prio=1 tid=0x80b69e8 nid=0x9fb waiting on monitor
[0x983ae000..0x983ae870]
     at java.lang.Object.wait(Native Method)
     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:103)
     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
     at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:157)
"Reference Handler" daemon prio=1 tid=0x80b6618 nid=0x9fa waiting on
monitor [0x981ae000..0x981ae870]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:105)
"main" prio=1 tid=0x804f3d0 nid=0x9e0 waiting on monitor
[0xbfffb000..0xbfffb8b4]
     at java.lang.Object.wait(Native Method)
     at java.lang.Object.wait(Object.java:415)
     at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1042)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:313)
     at weblogic.Server.main(Server.java:32)
"VM Thread" prio=1 tid=0x80b3d68 nid=0x9f9 runnable
"VM Periodic Task Thread" prio=1 tid=0x80bd4a0 nid=0x9fc waiting on
monitor
"Suspend Checker Thread" prio=1 tid=0x80bde78 nid=0x9fd runnable
==============
Output of top:
11:17am up 20:14, 2 users, load average: 1.16, 1.28, 1.50
185 processes: 183 sleeping, 2 running, 0 zombie, 0 stopped
CPU0 states: 0.1% user, 65.1% system, 0.0% nice, 34.0% idle
CPU1 states: 100.0% user, 0.0% system, 0.0% nice, 0.0% idle
Mem: 2316784K av, 2306924K used, 9860K free, 72K shrd,
90844K buff
Swap: 2097112K av, 0K used, 2097112K free
1178236K cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME
COMMAND
2560 root 14 0 943M 943M 42492 R 99.9 41.7 1155m java
30119 wf 11 0 1288 1284 832 R 66.0 0.0 0:03 top
1 root 8 0 520 520 452 S 0.0 0.0 0:04 init
2 root 9 0 0 0 0 SW 0.0 0.0 0:00
keventd
===========================================================
Output of vmstat (when I believe the rogue thread started):
procs memory swap io system
cpu
r b w swpd free buff cache si so bi bo in cs
us sy id
0 0 0 0 1556812 15476 274440 0 0 0 212 445 845
17 1 82
0 0 0 0 1556780 15476 274476 0 0 0 0 400 667
6 0 93
0 0 0 0 1556736 15476 274484 0 0 0 0 175 361
1 1 98
4 0 1 0 1554032 15480 274564 0 0 0 94 651 2769
25 3 72
1 0 0 0 1553936 15480 274672 0 0 0 0 826 3072
33 4 63
0 0 0 0 1553804 15484 274772 0 0 0 208 836 1898
25 4 72
0 0 0 0 1553764 15484 274816 0 0 0 0 424 1510
8 1 91
4 0 0 0 1553564 15484 275144 0 0 0 0 1479 7049
64 10 26
4 0 2 0 1553484 15496 275464 0 0 0 342 1471 8538
57 7 36
1 0 0 0 1553368 15496 275632 0 0 0 0 940 3199
55 5 40
1 0 0 0 1553308 15496 275720 0 0 0 316 580 1437
63 3 34
1 0 0 0 1553304 15496 275776 0 0 0 0 606 1108
71 1 28
1 0 0 0 1553288 15496 275912 0 0 0 0 683 1740
68 3 29
2 0 1 0 1543236 15500 275980 0 0 0 180 383 3191
66 2 33

"laxman" <[email protected]> wrote in message
news:[email protected]...
|
| I have had the exact same problem! It took us a long time to find the
resolution.
| I had a BEA engineer and a SUN engineer on site and finally we discovered
it
| to be a problem with the SUN JVM JDK1.3.1
|
| The BEA contact who resolved this for us is Richard Wallace.
|
| -- Laxman
|
|
| Rob Woollen <[email protected]> wrote:
| >Interesting. I think we'll need even more information to know for sure
| >
| >what's going on here. WLS (almost) never creates threads after it
| >starts. However, it does fork a process to compile JSPs. I'm
| >suspicious this could be a spinning javac process. If you cat
| >/proc/<pid>/cmdline then we should be able to tell whether it's a server
| >
| >thread or a javac process.
| >
| >Does your app start any threads or processes? The thread dump you
| >showed appeared to be idle.
| >
| >-- Rob
| >
| >Chishun Kwong wrote:
| >> Hello,
| >>
| >> My application is a servlet/EJB/Oracle application running on
| >> WebLogic.
| >> During stress test, I am seeing a java thread that is taking up 50%
| >of
| >> available cpu on a dual cpu machine. The thread remains at 100% even
| >> after the load is over.
| >> Here are some data and observations:
| >>
| >> 0. I am running WebLogic 7.0.1 on RedHat 7.2 (kernel 2.4.9-31), dual
| >> cpu. My application consists of a few servlets talking to some 20
| >> stateless session beans which uses CMP 2.0 entity beans to talk to
| >> Oracle 9.0.1. We are using the oci jdbc driver.
| >>
| >> 1. After the load was over, I used ps and saw that the thread was
| >> still running. I tracked its parent to the weblogic root process.
| >>
| >> 2. I ran top and saw the thread taking up 50% of available cpu
| >> (sometimes it is 100% of a cpu, but it may also be 60% of cpu1 and
| >40%
| >> of cpu2, etc).
| >>
| >> 3. I did a full thread dump, all but one thread are weblogic's or the
| >> jvm's internal threads. My application did have one thread remaining,
| >> but it is a periodic cleanup thread that wakes up every 30 secs and
| >I
| >> believe it is benign. I am not able to quickly point out which thread
| >> is the rogue thread.
| >>
| >> 4. Using vmstat, I believe the rogue thread kicked in about 10 minutes
| >> into the load (but this number varies from load to load, there was
| >one
| >> that kicked in after an hour). After that point, I saw the number of
| >> runnable process remained at least one, and the idle cpu never goes
| >> above 50 (remember it is a dual cpu machine). After I stopped the
| >> load, the number of runnable process stayed at 1 and the idle cpu
| >> stayed at 50.
| >>
| >> 5. This thread does not always kicked in, sometimes I would be able
| >to
| >> complete a 24-hour load and did not see the evidence of the thread.
| >>
| >> 6. The presence of the thread caused a 30% performance degradation.
| >>
| >> So here is the question, what is this thread and how can I stop it
| >> from kicking in?
| >>
| >> I have attached a full thread dump and the outputs of top and vmstat.
| >> I have also searched previous posts and apparently this has been seen
| >> before by other users of weblogic, but in those threads of discussions
| >> I never saw a resolution.
| >>
| >> Thanks in advance,
| >> Chishun Kwong
| >>
| >> =================
| >>
| >> Full thread dump:
| >>
| >> "Thread-11" daemon prio=1 tid=0x9b793138 nid=0xc59 waiting on monitor
| >> [0xa7153000..0xa7153870]
| >> at java.lang.Thread.sleep(Native Method)
| >> at
com.mycompany.myapp.SomeCleanupThread.run(SomeCleanupThread.java:234)
| >>
| >> "ListenThread.Default" prio=1 tid=0x9fad0578 nid=0xb58 runnable
| >> [0xa694f000..0xa694f870]
| >> at java.net.PlainSocketImpl.socketAccept(Native Method)
| >> at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:463)
| >> at java.net.ServerSocket.implAccept(ServerSocket.java:238)
| >> at java.net.ServerSocket.accept(ServerSocket.java:217)
| >> at
weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:26)
| >> at weblogic.t3.srvr.ListenThread.run(ListenThread.java:256)
| >>
| >> "ExecuteThread: '1' for queue: 'JMSStore<null>.ioThreadPool'" daemon
| >> prio=1 tid=0x9fa0b438 nid=0xb27 waiting on monitor
| >> [0xa674f000..0xa674f870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: 'JMSStore<null>.ioThreadPool'" daemon
| >> prio=1 tid=0x9fa0b2d0 nid=0xb26 waiting on monitor
| >> [0xa5dec000..0xa5dec870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: 'JMS.TimerTreePool'" daemon prio=1
| >> tid=0x8527000 nid=0xb21 waiting on monitor [0xa5bec000..0xa5bec870]
| >> at java.lang.Object.wait(Native Method)
| >> at weblogic.jms.backend.BETimerTree.execute(BETimerTree.java:140)
| >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
| >>
| >> "ExecuteThread: '3' for queue: 'JMS.TimerClientPool'" daemon prio=1
| >> tid=0x83bec38 nid=0xb20 waiting on monitor [0xa37eb000..0xa37eb870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '2' for queue: 'JMS.TimerClientPool'" daemon prio=1
| >> tid=0x83beae8 nid=0xb1f waiting on monitor [0xa35eb000..0xa35eb870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '1' for queue: 'JMS.TimerClientPool'" daemon prio=1
| >> tid=0x85198f8 nid=0xb1e waiting on monitor [0xa33eb000..0xa33eb870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: 'JMS.TimerClientPool'" daemon prio=1
| >> tid=0x85d8368 nid=0xb1d waiting on monitor [0xa31eb000..0xa31eb870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "CoreHealthMonitor" daemon prio=1 tid=0x8138938 nid=0xa97 waiting on
| >> monitor [0xa2cff000..0xa2cff870]
| >> at java.lang.Thread.sleep(Native Method)
| >> at
weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:11
4)
| >>
| >> "ExecuteThread: '14' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x83be530 nid=0xa96 waiting on monitor [0xa29ff000..0xa29ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '13' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x8246120 nid=0xa95 waiting on monitor [0xa27ff000..0xa27ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '12' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x834e868 nid=0xa94 waiting on monitor [0xa25ff000..0xa25ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '11' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x85813f8 nid=0xa93 waiting on monitor [0xa23ff000..0xa23ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '10' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x83be860 nid=0xa92 waiting on monitor [0xa21ff000..0xa21ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '9' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x8504748 nid=0xa91 waiting on monitor [0xa1fff000..0xa1fff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '8' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x82f2908 nid=0xa90 waiting on monitor [0xa1dff000..0xa1dff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '7' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x8396dd0 nid=0xa8f waiting on monitor [0xa1bff000..0xa1bff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '6' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x8588b78 nid=0xa8e waiting on monitor [0xa19ff000..0xa19ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '5' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x858e000 nid=0xa8d waiting on monitor [0xa17ff000..0xa17ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '4' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x844c6b0 nid=0xa8c waiting on monitor [0xa15ff000..0xa15ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '3' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x837b8b0 nid=0xa8b waiting on monitor [0xa13ff000..0xa13ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '2' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x82158f0 nid=0xa8a waiting on monitor [0xa11ff000..0xa11ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '1' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x840a6f8 nid=0xa89 waiting on monitor [0xa0fff000..0xa0fff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: 'JmsDispatcher'" daemon prio=1
| >> tid=0x8398578 nid=0xa88 waiting on monitor [0xa0dff000..0xa0dff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '2' for queue: 'weblogic.transaction.AsyncQueue'"
| >> daemon prio=1 tid=0x8222408 nid=0xa87 waiting on monitor
| >> [0xa0bff000..0xa0bff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '1' for queue: 'weblogic.transaction.AsyncQueue'"
| >> daemon prio=1 tid=0x847df98 nid=0xa86 waiting on monitor
| >> [0xa09ff000..0xa09ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: 'weblogic.transaction.AsyncQueue'"
| >> daemon prio=1 tid=0x856cd28 nid=0xa85 waiting on monitor
| >> [0xa07ff000..0xa07ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "Thread-4" prio=1 tid=0x8523528 nid=0xa84 waiting on monitor
| >> [0xa05ff000..0xa05ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.util.TimerThread.mainLoop(Timer.java:427)
| >> at java.util.TimerThread.run(Timer.java:380)
| >>
| >> "ExecuteThread: '1' for queue: 'DRS'" daemon prio=1 tid=0x8582bc0
| >> nid=0xa83 waiting on monitor [0x9feff000..0x9feff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: 'DRS'" daemon prio=1 tid=0x85640d8
| >> nid=0xa82 waiting on monitor [0x9fcff000..0x9fcff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "VDE Transaction Processor Thread" prio=1 tid=0xa021c060 nid=0xa53
| >> waiting on monitor [0x9f9ff000..0x9f9ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at
com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(Transac
tionProcessor.java:306)
| >> at
com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionPro
cessor.java:192)
| >>
| >> "ExecuteThread: '9' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa030f218 nid=0xa52 waiting on monitor
| >> [0x9f7ff000..0x9f7ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '8' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa030e7d0 nid=0xa51 waiting on monitor
| >> [0x9f5ff000..0x9f5ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '7' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa030dd88 nid=0xa50 waiting on monitor
| >> [0x9f3ff000..0x9f3ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '6' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa030d340 nid=0xa4f waiting on monitor
| >> [0x9f1ff000..0x9f1ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '5' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa030c8f8 nid=0xa4e waiting on monitor
| >> [0x9edff000..0x9edff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '4' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa030beb0 nid=0xa4d waiting on monitor
| >> [0x9ebff000..0x9ebff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '3' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa030b468 nid=0xa4c waiting on monitor
| >> [0x9e9ff000..0x9e9ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '2' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa030aa20 nid=0xa4b waiting on monitor
| >> [0x9e7ff000..0x9e7ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa0309fd8 nid=0xa4a waiting on monitor
| >> [0x9e5ff000..0x9e5ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: '__weblogic_admin_rmi_queue'" daemon
| >> prio=1 tid=0xa0309990 nid=0xa49 waiting on monitor
| >> [0x9e3ff000..0x9e3ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'" daemon
| >> prio=1 tid=0xa0309748 nid=0xa48 waiting on monitor
| >> [0x9e1ff000..0x9e1ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: '__weblogic_admin_html_queue'" daemon
| >> prio=1 tid=0xa0309530 nid=0xa47 waiting on monitor
| >> [0x9dfff000..0x9dfff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "TimeEventGenerator" daemon prio=1 tid=0x9ef68d50 nid=0xa46 waiting
| >on
| >> monitor [0x9ddff000..0x9ddff870]
| >> at java.lang.Object.wait(Native Method)
| >> at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
| >> at
weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
:139)
| >> at java.lang.Thread.run(Thread.java:479)
| >>
| >> "ExecuteThread: '1' for queue: '_weblogic_dgc_queue'" daemon prio=1
| >> tid=0x9b77b5e0 nid=0xa45 waiting on monitor [0x9dbff000..0x9dbff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: '_weblogic_dgc_queue'" daemon prio=1
| >> tid=0x9b77b3c8 nid=0xa44 waiting on monitor [0x9d9ff000..0x9d9ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "HighPriority TimeEventGenerator" daemon prio=1 tid=0x9b77b1d8
| >> nid=0xa43 waiting on monitor [0x9d7ff000..0x9d7ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:272)
| >> at
weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
:139)
| >> at java.lang.Thread.run(Thread.java:479)
| >>
| >> "SpinnerRandomSource" daemon prio=1 tid=0x9bfc1e48 nid=0xa41 waiting
| >> on monitor [0x9d5ff000..0x9d5ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at
weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:6
0)
| >> at java.lang.Thread.run(Thread.java:479)
| >>
| >> "ExecuteThread: '6' for queue: 'default'" daemon prio=1 tid=0x9ef45218
| >> nid=0xa40 waiting for monitor entry [0x9d3ff000..0x9d3ff870]
| >> at
weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:607)
| >> at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
| >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
| >>
| >> "ExecuteThread: '5' for queue: 'default'" daemon prio=1 tid=0x9ef460f8
| >> nid=0xa3f runnable [0x9d1ff000..0x9d1ff870]
| >> at weblogic.socket.PosixSocketMuxer.poll(Native Method)
| >> at
weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:612)
| >> at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
| >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
| >>
| >> "ExecuteThread: '4' for queue: 'default'" daemon prio=1 tid=0x9ef64588
| >> nid=0xa3e waiting for monitor entry [0x9cfff000..0x9cfff870]
| >> at
weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:607)
| >> at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
| >> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
| >>
| >> "ExecuteThread: '3' for queue: 'default'" daemon prio=1 tid=0x9ef69070
| >> nid=0xa3d waiting on monitor [0x9cdff000..0x9cdff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '2' for queue: 'default'" daemon prio=1 tid=0x9ef6abb8
| >> nid=0xa3c waiting on monitor [0x9cbff000..0x9cbff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '1' for queue: 'default'" daemon prio=1 tid=0x9ef6a5d8
| >> nid=0xa3b waiting on monitor [0x9c9ff000..0x9c9ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: 'default'" daemon prio=1 tid=0x9ef69be8
| >> nid=0xa3a waiting on monitor [0x9c7ff000..0x9c7ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '1' for queue: 'lookup_servlet'" daemon prio=1
| >> tid=0x9ef699f8 nid=0xa39 waiting on monitor [0x9c5ff000..0x9c5ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "ExecuteThread: '0' for queue: 'lookup_servlet'" daemon prio=1
| >> tid=0x9b705c18 nid=0xa38 waiting on monitor [0x9c3ff000..0x9c3ff870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:105)
| >> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
| >>
| >> "Thread-0" daemon prio=1 tid=0x9effaea8 nid=0xa34 waiting on monitor
| >> [0x9c1ff000..0x9c1ff870]
| >> at java.lang.Thread.sleep(Native Method)
| >> at
weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManage
rImpl.java:1660)
| >> at java.lang.Thread.run(Thread.java:479)
| >>
| >> "Signal Dispatcher" daemon prio=1 tid=0x80be850 nid=0x9fe waiting on
| >> monitor [0..0]
| >>
| >> "Finalizer" daemon prio=1 tid=0x80b69e8 nid=0x9fb waiting on monitor
| >> [0x983ae000..0x983ae870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:103)
| >> at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
| >> at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:157)
| >>
| >> "Reference Handler" daemon prio=1 tid=0x80b6618 nid=0x9fa waiting on
| >> monitor [0x981ae000..0x981ae870]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:105)
| >>
| >> "main" prio=1 tid=0x804f3d0 nid=0x9e0 waiting on monitor
| >> [0xbfffb000..0xbfffb8b4]
| >> at java.lang.Object.wait(Native Method)
| >> at java.lang.Object.wait(Object.java:415)
| >> at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1042)
| >> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:313)
| >> at weblogic.Server.main(Server.java:32)
| >>
| >> "VM Thread" prio=1 tid=0x80b3d68 nid=0x9f9 runnable
| >>
| >> "VM Periodic Task Thread" prio=1 tid=0x80bd4a0 nid=0x9fc waiting on
| >> monitor
| >> "Suspend Checker Thread" prio=1 tid=0x80bde78 nid=0x9fd runnable
| >>
| >> ==============
| >>
| >> Output of top:
| >>
| >> 11:17am up 20:14, 2 users, load average: 1.16, 1.28, 1.50
| >> 185 processes: 183 sleeping, 2 running, 0 zombie, 0 stopped
| >> CPU0 states: 0.1% user, 65.1% system, 0.0% nice, 34.0% idle
| >> CPU1 states: 100.0% user, 0.0% system, 0.0% nice, 0.0% idle
| >> Mem: 2316784K av, 2306924K used, 9860K free, 72K shrd,
| >
| >> 90844K buff
| >> Swap: 2097112K av, 0K used, 2097112K free
| >> 1178236K cached
| >>
| >> PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME
| >> COMMAND
| >> 2560 root 14 0 943M 943M 42492 R 99.9 41.7 1155m java
| >> 30119 wf 11 0 1288 1284 832 R 66.0 0.0 0:03 top
| >> 1 root 8 0 520 520 452 S 0.0 0.0 0:04 init
| >> 2 root 9 0 0 0 0 SW 0.0 0.0 0:00
| >> keventd
| >>
| >> ===========================================================
| >>
| >> Output of vmstat (when I believe the rogue thread started):
| >>
| >> procs memory swap io system
| >
| >> cpu
| >> r b w swpd free buff cache si so bi bo in cs
| >
| >> us sy id
| >> 0 0 0 0 1556812 15476 274440 0 0 0 212 445 845
| >
| >> 17 1 82
| >> 0 0 0 0 1556780 15476 274476 0 0 0 0 400 667
| >
| >> 6 0 93
| >> 0 0 0 0 1556736 15476 274484 0 0 0 0 175 361
| >
| >> 1 1 98
| >> 4 0 1 0 1554032 15480 274564 0 0 0 94 651 2769
| >
| >> 25 3 72
| >> 1 0 0 0 1553936 15480 274672 0 0 0 0 826 3072
| >
| >> 33 4 63
| >> 0 0 0 0 1553804 15484 274772 0 0 0 208 836 1898
| >
| >> 25 4 72
| >> 0 0 0 0 1553764 15484 274816 0 0 0 0 424 1510
| >
| >> 8 1 91
| >> 4 0 0 0 1553564 15484 275144 0 0 0 0 1479 7049
| >
| >> 64 10 26
| >> 4 0 2 0 1553484 15496 275464 0 0 0 342 1471 8538
| >
| >> 57 7 36
| >> 1 0 0 0 1553368 15496 275632 0 0 0 0 940 3199
| >
| >> 55 5 40
| >> 1 0 0 0 1553308 15496 275720 0 0 0 316 580 1437
| >
| >> 63 3 34
| >> 1 0 0 0 1553304 15496 275776 0 0 0 0 606 1108
| >
| >> 71 1 28
| >> 1 0 0 0 1553288 15496 275912 0 0 0 0 683 1740
| >
| >> 68 3 29
| >> 2 0 1 0 1543236 15500 275980 0 0 0 180 383 3191
| >
| >> 66 2 33
| >
|
|
Is this specific to a version of the 1.3.1 JVM? (1.3.1_x)?
k

Similar Messages

  • High CPU usage while running a java program

    Hi All,
    Need some input regarding one issue I am facing.
    I have written a simple JAVA program that lists down all the files and directories under one root directory and then copies/replicates them to another location. I am using java.nio package for copying the files. When I am running the program, everything is working fine. But the process is eating up all the memories and the CPU usage is reaching upto 95-100%. So the whole system is getting slowed down.
    Is there any way I can control the CPU usage? I want this program to run silently without affecting the system or its performance.

    Hi,
    Below is the code snippets I am using,
    For listing down files/directories:
            static void Process(File aFile, File aFile2) {
              spc_count++;
              String spcs = "";
              for (int i = 0; i < spc_count; i++)
              spcs += "-";
              if(aFile.isFile()) {
                   System.out.println(spcs + "[FILE] " + aFile2.toURI().relativize(aFile.toURI()).getPath());
                   String newFile = dest + aFile2.toURI().relativize(aFile.toURI()).getPath();
                   File nf = new File(newFile);
                   try {
                        FileCopy.copyFile(aFile ,nf);
                   } catch (IOException ex) {
                        Logger.getLogger(ContentList.class.getName()).log(Level.SEVERE, null, ex);
              } else if (aFile.isDirectory()) {
                   //System.out.println(spcs + "[DIR] " + aFile2.toURI().relativize(aFile.toURI()).getPath());
                   String newDir = dest + aFile2.toURI().relativize(aFile.toURI()).getPath();
                   File nd = new File(newDir);
                   nd.mkdir();
                   File[] listOfFiles = aFile.listFiles();
                   if(listOfFiles!=null) {
                        for (int i = 0; i < listOfFiles.length; i++)
                             Process(listOfFiles, aFile2);
                   } else {
                        System.out.println(spcs + " [ACCESS DENIED]");
              spc_count--;
    for copying files/directories:public static void copyFile(File in, File out)
    throws IOException {
    FileChannel inChannel = new
    FileInputStream(in).getChannel();
    FileChannel outChannel = new
    FileOutputStream(out).getChannel();
    try {
    inChannel.transferTo(0, inChannel.size(),
    outChannel);
    catch (IOException e) {
    throw e;
    finally {
    if (inChannel != null) inChannel.close();
    if (outChannel != null) outChannel.close();
    Please let me know if any better approach is there. But as I already said, currently it's eating up the whole memory.
    Thanks in advance.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • CPU usage while running Bex report

    Hello,
    Sometimes, when I run a Bex report with many lines the computer CPU Usage is 100% (=full ) for a long time. In some cases i need to do restart again for the computer.
    In the WAD  it doesn’t happened...
    Did anybody have the same problem? Is there a way to reduce the CPU usage?
    Please Advice,
    Amir

    Amir,
    This is "normal" behaviour in Bex with query's which return very long lists. The client computer already received all data, but is formatting the layout.
    Solutions:
    1) a faster pc with enough memory (512 mb) and win200 or >.
    2) a query with less return rows.
    The reason that in wad (web reporting) this is not experienced is because the formatting (rendering html) from the result table is done within the WAS (application server, which is hopefully faster then your PC...). Your browser only receives the html page..no exotic hardware needed for that..
    Any questions left: please ask; if you're satisfied please grant with rewards.
    Kind regards Patrick Rieken.
    Message was edited by: Patrick Rieken

  • Plugin-container.exe is using 90-100% CPU - even while running Firefox in safe-mode. Can I fix this?

    I am using fire fox 5.0 (after using 3.6 for what seems like forever) and the plugin-container.exe has been sucking up my CPU power like a vampire. It had been doing that in 3.6 but not as much. I figured if I upgraded the problem would go away, but no, it has not. After reading some other similar posts, I ran Firefox in safe mode with no plugins running and sure enough after browsing for a bit it started running slower and used 90-100% of my CPU. Is there any way to fix this issue? Or am I doomed? Thanks in advance for any help you may be able to provide.

    That's supposed to show you the problem isn't Firefox, don't know how successful that actually is. You can delete it so that it starts up again. Susggest restarting Firefox when you see it has used about an hour of CPU time as the next hour of CPU time will take shorter to get there and you will be locked out.
    Also see this -- the solution on all the items seem to fix a lot of problems with the places.sqlite database.
    :'''freezing at regular intervals''': http://blog.bonardo.net/2011/09/30/is-your-firefor-freezing-at-regular-intervals

  • Is around 170 normal CPU temp while running firefox and a game?

    im using istat pro my fans are all at their defaults cause this is a new unit i was just curios i had firefox running and a appstore game called angryzombies and istat said the cpu was roughly 160-175 after stopping the game istat read the cpu is at only 130
    the keyboard is about a quater of the way lit, and the screen brightness is about half way to full brightness
    in Fahrenheit
    Message was edited by: Dingofling

    Yes, that's normal and nothing to worry about.

  • Error while running weblogic server in jdeveloper

    starting weblogic with Java version:
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK17~1.0\bin\java -jrockit -Xms256m -Xmx512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\oracle\store\gmds -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -noverify -Doracle.webcenter.analytics.disable-native-partitioning=false -Doracle.webcenter.tagging.scopeTags=false -Djrockit.codegen.newlockmatching=true -Dportlet.oracle.home=E:\Oracle\Middleware\jdeveloper -Dwc.oracle.home=E:\Oracle\Middleware\jdeveloper -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Process exited.
    JDeveloper version -11.1.1.6.0
    Window 7 64bit os
    Please help.
    Regards,
    Shrikant1988

    I have reinstall changed the class path in environment variable and getting below error
    *** Using port 7101 ***
    C:\Users\DELL\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \Java\jdk1.6.0_38 was unexpected at this time.
    Process exited.
    Regards,
    Shrikant1988

  • Error in Jdeveloper while running a project on weblogic server.

    Hi ,
    I am receiving below error while running a project in Weblogic. I am using Jeveloper 11.1.1.2.0
    *** Using port 7101 ***
    "C:\Documents and Settings\nlatif\Application Data\JDeveloper\system11.1.1.2.36.55.36\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    The system cannot find the path specified.
    The JRE was not found in directory D:\OracleJeveloper\Middleware\jdk160_14_R27.6.5-32. (JAVA_HOME)
    Please edit your environment and set the JAVA_HOME
    variable to point to the root directory of your Java installation.
    Press any key to continue . . .
    where as I can run the same project in other machine on Jdeveloper with out this error.
    Thanks & regards,
    Noman

    Noman,
    have you checked that the folder D:\OracleJeveloper\Middleware\jdk160_14_R27.6.5-32 contains the jre?
    Timo

  • Exception while running ADF 11g application on Weblogic 10.3.2

    Hi All,
    I have Created a ADF Application using ADF faces 11g. I have Created a Webservice Datacontrol and calling Synchronous BPEL flow from an ADF page. I have deployed the ADF application on Weblogic 10.3.2 but while running the page using the URL http://10.142.214.163:9001/AdfApp/faces/GetBalance.jspx I am getting the following exception,
    java.lang.NullPointerException
    at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3710)
    at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:865)
    at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5127)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:59)
    at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:274)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2921)
    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2791)
    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:112)
    at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:137)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$400(ADFPhaseListener.java:21)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:231)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:267)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:71)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    But the same application is working properly in Integrated Weblogic Server in Jdeveloper 11g.
    Thanks in advance.
    Please help on this...
    Best Regards
    Majid Hussain

    Hi,
    Did you configure your application module to use a JDBC data source? To do this, right-click the app module in the navigator, select Configurations and in the dialog that comes up change the connection type to JDBC Data Source and enter your data source name - which should be the same as the data source you created on the weblogic server.
    Also, I do suggest you create an EAR file - this is what we've tested and certified with. You can find more details in the deployment chapter of the fusion developer's guide: http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/deployment_topics.htm#CHDJJDDG.
    Hope this helps
    Blaise

  • After deploy into weblogic server while running the application-404 Error

    Hi All,
    Created an ADF application and Deployed this application to Weblogic server.
    I am getting the below error After deploy into weblogic server while running the application
    I am able to run this application well in JDeveloper using the IntegratedWebLogicServer.
    The Application is successfully deployed to the Web Logic server.
    While creating the domain, I have extended the Oracle JRF classes.
    Error
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    JDeveloper Version : 11.1.1.3.0
    Weblogic Version : 10.3.3.0
    Thanks
    Satish

    On the Deployments look for the Testing tab.. you will see your test link to check your deployment ..
    Some times.. for some reasons( which i dontKnow :( it doesnt identify with m/c name.. repalce it with IP address..and give a try.. if its on local /c u can try 127.0.0.1 /(or local host too)

  • Jdevloper11g Release 1: Error while running Bean in java

    Hello ,
    I am getting error while running my HRFacadeClient.java
    [EclipseLink/JPA Client] Adding Java options: -javaagent:C:\Oracle\Middleware\jdeveloper\..\modules\org.eclipse.persistence_1.1.0.0_2-1.jar
    "C:\Program Files\Java\jdk1.6.0_29\bin\javaw.exe" -client -classpath C:\JDeveloper\mywork\HR_EJB_JPA_APP\.adf;C:\JDeveloper\mywork\HR_EJB_JPA_APP\EJBModel\classes;C:\Oracle\Middleware\modules\com.oracle.toplink_1.1.0.0_11-1-1-6-0.jar;C:\Oracle\Middleware\modules\org.eclipse.persistence_1.2.0.0_2-3.jar;C:\Oracle\Middleware\modules\com.bea.core.antlr.runtime_2.7.7.jar;C:\Oracle\Middleware\modules\javax.persistence_1.1.0.0_2-0.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar;C:\Oracle\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xml.jar;C:\Oracle\Middleware\modules\javax.jsf_1.1.0.0_1-2.jar;C:\Oracle\Middleware\modules\javax.ejb_3.0.1.jar;C:\Oracle\Middleware\modules\javax.enterprise.deploy_1.2.jar;C:\Oracle\Middleware\modules\javax.interceptor_1.0.jar;C:\Oracle\Middleware\modules\javax.jms_1.1.1.jar;C:\Oracle\Middleware\modules\javax.jsp_1.3.0.0_2-1.jar;C:\Oracle\Middleware\modules\javax.jws_2.0.jar;C:\Oracle\Middleware\modules\javax.activation_1.1.0.0_1-1.jar;C:\Oracle\Middleware\modules\javax.mail_1.1.0.0_1-4-1.jar;C:\Oracle\Middleware\modules\javax.xml.soap_1.3.1.0.jar;C:\Oracle\Middleware\modules\javax.xml.rpc_1.2.1.jar;C:\Oracle\Middleware\modules\javax.xml.ws_2.1.1.jar;C:\Oracle\Middleware\modules\javax.management.j2ee_1.0.jar;C:\Oracle\Middleware\modules\javax.resource_1.5.1.jar;C:\Oracle\Middleware\modules\javax.servlet_1.0.0.0_2-5.jar;C:\Oracle\Middleware\modules\javax.transaction_1.0.0.0_1-1.jar;C:\Oracle\Middleware\modules\javax.xml.stream_1.1.1.0.jar;C:\Oracle\Middleware\modules\javax.security.jacc_1.0.0.0_1-1.jar;C:\Oracle\Middleware\modules\javax.xml.registry_1.0.0.0_1-0.jar;C:\Oracle\Middleware\modules\javax.persistence_1.0.0.0_1-0-2.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -javaagent:C:\Oracle\Middleware\jdeveloper\..\modules\org.eclipse.persistence_1.1.0.0_2-1.jar oracle.HRFacadeClient
    Error occurred during initialization of VM
    agent library failed to init: instrument
    Error opening zip file or JAR manifest missing : C:\Oracle\Middleware\jdeveloper\..\modules\org.eclipse.persistence_1.1.0.0_2-1.jar
    Process exited with exit code 1.
    plz help me to solve this issue.

    If you have addition error detail or stack-traces, please consider posting those.
    Verify that you have not unintentionally corrupted your project XML files, especially by editing them with a rogue editor, e.g. Windows Notepad is known to add a BOM to a file if you save as UTF-8.

  • Netware 6.5 sp8 CPU Hog abend

    Hi the following abends seem to be happening every few months. Any help
    would be appreciated.
    Novell Open Enterprise Server, NetWare 6.5
    PVER: 6.50.08
    Server FS2 halted Saturday, 13 December 2014 5:25:40.354 am
    Abend 3 on P03: Server-5.70.08-1937: CPU Hog Detected by Timer
    Registers:
    CS = 0008 DS = 0023 ES = 0023 FS = 0023 GS = 0023 SS = 0010
    EAX = FBF17BA3 EBX = 8AA0A5E0 ECX = 8AA48018 EDX = 00000000
    ESI = 8AAA3748 EDI = 0003C128 EBP = 8A156F54 ESP = 8A156F40
    EIP = 00000000 FLAGS = 00000046
    Running process: Interrupt service routine (nested count 0)
    Interrupted process: Processor 3: IDLE Thread Process
    Thread Owned by NLM: SERVER.NLM
    Stack pointer: 8A156FB8
    OS Stack limit: 8A155000
    CPU 3 (Thread 8A154520) is in a NO SLEEP state
    Scheduling priority: 67371008
    Wait state: 3031111 Intermedidate Goto READY
    Stack: --FBF17BA3 ?
    8A73D179 (LIBNSS.NLM|nssSpinLock+9)
    8A9FA122 (NSS.NLM|NSSMPK_LockNss+62)
    -8AA48018 (NSS.NLM|NSSMPK_spinlock+0)
    8AA0A5E0 (NSS.NLM|fireAlarm+0)
    --8A156F70 ?
    8AA0A5EE (NSS.NLM|fireAlarm+E)
    --00000003 (LOADER.NLM|KernelAddressSpace+3)
    -00132180 (LOADER.NLM|interruptVectorPool+1B80)
    --0003C128 (LOADER.NLM|NestedInterruptCount+28)
    -8AAA3748 (NSS.NLM|AlarmWorkToDo+0)
    8AA0A5E0 (NSS.NLM|fireAlarm+0)
    -8AAA3748 (NSS.NLM|AlarmWorkToDo+0)
    00365B18 (SERVER.NLM|kDoFastWorkToDo+28)
    -8AAA3748 (NSS.NLM|AlarmWorkToDo+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --0003C128 (LOADER.NLM|NestedInterruptCount+28)
    -8AAA3748 (NSS.NLM|AlarmWorkToDo+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    -8AAA3748 (NSS.NLM|AlarmWorkToDo+0)
    00228FEC (SERVER.NLM|kWorkToDoCheckAllRunFast+A4)
    -8AAA3748 (NSS.NLM|AlarmWorkToDo+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --000003E0 (LOADER.NLM|KernelAddressSpace+3E0)
    00229768 (SERVER.NLM|MpkSystemWork+68)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    0021E945 (SERVER.NLM|SchedProcessorIdleLoop+4B9)
    --FE1561A0 ?
    --FE1561A0 ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --00000003 (LOADER.NLM|KernelAddressSpace+3)
    0020CDA4 (SERVER.NLM|kAddNewProcessor+39C)
    --06100800 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000003 (LOADER.NLM|KernelAddressSpace+3)
    8A0D172D (ACPIDRV.PSM|PSMProcessorEntryPoint+23)
    --00000003 (LOADER.NLM|KernelAddressSpace+3)
    00108873 (LOADER.NLM|Start+CA)
    --00000003 (LOADER.NLM|KernelAddressSpace+3)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    Additional Information:
    The NetWare OS detected a problem with the system while executing a
    process owned by SERVER.NLM. It may be the source of the problem or there
    may have been a memory corruption.
    Loaded Modules:
    NDPSGW.NLM NDPS Gateway
    Version 4.01.02 2 March 2010
    Code Address: 9C4B4000h Length: 0000E7FCh
    Data Address: 9C4C3000h Length: 0000737Ch
    IPPSRVR.NLM Novell iPrint Server
    Version 4.02.03 13 August 2012
    Code Address: 9C044000h Length: 00017540h
    Data Address: 9C05C000h Length: 00008210h
    PHP_GD2.NLM PHP 5.0.5 - GD2 Extension - Zend API Number 20041030
    Version 1.00.02 3 October 2005
    Code Address: 9BFDB000h Length: 0000F96Dh
    Data Address: 9BFEB000h Length: 000348DCh
    PHP_OSSL.NLM PHP 5.0.5 - OpenSSL Extension - Zend API Number 20041030
    Version 1.00.02 3 October 2005
    Code Address: 9BF39000h Length: 00073E97h
    Data Address: 9BFAD000h Length: 0002D004h
    RMANSRVR.NLM NDPS Resource Manager
    Version 3.07.02 2 March 2010
    Code Address: 9BE05000h Length: 0001DE5Fh
    Data Address: 9BDBB000h Length: 00004A24h
    NIPPZLIB.NLM General Purpose ZIP File Library for NetWare
    Version 1.00.01 28 November 2005
    Code Address: 9BDFD000h Length: 00002A23h
    Data Address: 9BE00000h Length: 00000048h
    ZLIB.NLM ZLIB 1.1.4 General Purpose Compression Library for NetWare
    Version 1.01.04 20 December 2002
    Code Address: 9BDE8000h Length: 0000BAB4h
    Data Address: 9BDF4000h Length: 000014D8h
    PHP_XML.NLM PHP 5.0.5 - XML Extension - Zend API Number 20041030
    Version 1.00.02 3 October 2005
    Code Address: 9BD89000h Length: 00003C3Dh
    Data Address: 9BD8D000h Length: 0000121Ch
    EXPATLBC.NLM Scripting - Expat XML Parser Library (LibC Based) 1.95.2
    Version 1.00.02 31 August 2004
    Code Address: 9BD3F000h Length: 0001E59Dh
    Data Address: 9BD5E000h Length: 00006B30h
    PHP2UCS.NLM PHP 5.0.5 - UCS Extension - Zend API Number 20041030
    Version 1.00.02 3 October 2005
    Code Address: 9BD2E000h Length: 00001C1Dh
    Data Address: 9BD30000h Length: 00000FACh
    UCSCORE.NLM Novell UCS Core NLM
    Version 1.02.02 3 October 2005
    Code Address: 9BCFD000h Length: 0000801Bh
    Data Address: 9BD06000h Length: 000023EDh
    PHPMYSQL.NLM PHP 5.0.5 - MySQL-4.1.18 Extension - Zend API Number
    20041030
    Version 1.00.02 20 March 2006
    Code Address: 9BCCE000h Length: 00005CFDh
    Data Address: 9BCD4000h Length: 00001E84h
    LIBMYSQL.NLM MySQL Client Library
    Version 4.00.26 30 November 2005
    Code Address: 9BC82000h Length: 00012F4Bh
    Data Address: 9BC95000h Length: 0001D270h
    PHP_LDAP.NLM PHP 5.0.5 - LDAP Extension - Zend API Number 20041030
    Version 1.00.02 3 October 2005
    Code Address: 9BC5B000h Length: 00004BFDh
    Data Address: 9BC60000h Length: 0000173Ch
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 25 April 2008
    Code Address: 97A0A000h Length: 000009F9h
    Data Address: 982ED000h Length: 00000438h
    ROTLOGS.NLM Apache 2.0.63 Log Rotation Utility for NetWare
    Version 2.00.63 25 April 2008
    Code Address: 98552000h Length: 000009F9h
    Data Address: 985B7000h Length: 00000438h
    SERVICTL.NLM eDirectory Management Tool Box DSService eMTool
    Version 10554.29 15 May 2007
    Code Address: 996F4000h Length: 0000BA02h
    Data Address: 9B7F3000h Length: 000045C0h
    NTFYDPOP.ENM Directed Pop-Up Delivery Method
    Version 2.00.03 26 February 1999
    Code Address: 9B7DF000h Length: 000049C5h
    Data Address: 996D4000h Length: 000002F5h
    MOD_PERL.NLM Perl 5.8.4 - Apache 2.0 Module
    Version 1.01 13 September 2005
    Code Address: 996C0000h Length: 000135A0h
    Data Address: 9B7DA000h Length: 00004FA0h
    MOD_PHP5.NLM PHP 5.0.5 - Apache 2.0 Module
    Version 1.00.02 3 October 2005
    Code Address: 99358000h Length: 000027CDh
    Data Address: 99650000h Length: 00000DE0h
    NTFYWSOC.ENM Winsock Delivery Method
    Version 2.00.03 26 February 1999
    Code Address: 9B7BA000h Length: 000049C5h
    Data Address: 9964A000h Length: 000002F5h
    SCHEMACR.NLM eDirectory Management Tool Box Schema eMTool
    Version 10554.29 15 May 2007
    Code Address: 995FA000h Length: 00012881h
    Data Address: 9960D000h Length: 0000FF2Ch
    MOD_NSN.NLM NSN - Apache Interface Module
    Version 1.01.01 22 September 2006
    Code Address: 99344000h Length: 0000281Ah
    Data Address: 99347000h Length: 0000164Ch
    REWRITE.NLM Apache 2.0.63 Rewrite Module
    Version 2.00.63 25 April 2008
    Code Address: 9B7AC000h Length: 00006C99h
    Data Address: 9933E000h Length: 00001EA8h
    HEADERS.NLM Apache 2.0.63 Headers Module
    Version 2.00.63 25 April 2008
    Code Address: 995D2000h Length: 00000E39h
    Data Address: 995D3000h Length: 00000538h
    EXPIRES.NLM Apache 2.0.63 Expires Module
    Version 2.00.63 25 April 2008
    Code Address: 995D0000h Length: 00000B89h
    Data Address: 995D1000h Length: 00000388h
    NTFYSPX.ENM SPX Delivery Method
    Version 2.00.03 26 February 1999
    Code Address: 9B778000h Length: 00004648h
    Data Address: 99588000h Length: 000002DDh
    MOD_IPP.NLM iPrint Module
    Version 1.00.04 7 June 2006
    Code Address: 99586000h Length: 00000B76h
    Data Address: 99587000h Length: 000004CCh
    AUTHLDDN.NLM LdapDN Module
    Version 1.00 9 November 2005
    Code Address: 95C92000h Length: 00001926h
    Data Address: 99585000h Length: 00000EC8h
    NTFYRPC.ENM RPC Delivery Method
    Version 2.00.03 26 February 1999
    Code Address: 9B75D000h Length: 000042E1h
    Data Address: 99580000h Length: 00000328h
    UTILLDP2.NLM LdapDN Module
    Version 1.00 9 November 2005
    Code Address: 9932F000h Length: 00002A56h
    Data Address: 95C24000h Length: 00001E80h
    MOD_JK.NLM Apache 2.0 plugin for Tomcat
    Version 1.02.23 25 April 2008
    Code Address: 99530000h Length: 00025B33h
    Data Address: 99556000h Length: 0000CDD0h
    AUTHLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 25 April 2008
    Code Address: 95C1A000h Length: 00001BB9h
    Data Address: 95C1C000h Length: 000019D0h
    NTFYPOP.ENM Pop Up Delivery Method
    Version 2.00.03 21 May 1999
    Code Address: 95C14000h Length: 00001047h
    Data Address: 994D8000h Length: 000004C1h
    UTILLDAP.NLM Apache 2.0.63 LDAP Authentication Module
    Version 2.00.63 25 April 2008
    Code Address: 9931F000h Length: 000034A9h
    Data Address: 99323000h Length: 00002598h
    SCHEMATL.NLM eDirectory Management Tool Box Schema eMTool
    Version 10554.29 15 May 2007
    Code Address: 99478000h Length: 00009CB2h
    Data Address: 9B74D000h Length: 00005EDCh
    NTFYLOG.ENM Log File Delivery Method
    Version 2.00.03 25 May 1999
    Code Address: 95C02000h Length: 00001461h
    Data Address: 99469000h Length: 00000C81h
    NDMPD.NLM VERITAS Backup Exec NDMP Server Module
    Version 9.10 7 June 2005
    Code Address: 95C33000h Length: 0005AB83h
    Data Address: 99425000h Length: 00018A20h
    AD_ASPI.NLM Backup Exec ASPI Device Driver for NetWare
    Version 7.50 25 May 2005
    Code Address: 99406000h Length: 00013ED8h
    Data Address: 9941B000h Length: 00008D6Fh
    NRLTLI.NLM Backup Exec - Remote Workstation Backup Software
    Version 9.10 7 June 2005
    Code Address: 975A6000h Length: 0000240Fh
    Data Address: 97643000h Length: 00000BE0h
    NTFYSRVR.NLM NDPS Notification Server
    Version 3.00.05 10 May 2005
    Code Address: 99303000h Length: 00014717h
    Data Address: 95BF8000h Length: 0000145Ch
    TSANDS.NLM TSA for Novell eDirectory 7.x, 8.x
    Version 10551.71 19 July 2005
    Code Address: 9B6C9000h Length: 000125DCh
    Data Address: 95BF0000h Length: 00001410h
    REPAIRCR.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10554.29 15 May 2007
    Code Address: 9B604000h Length: 0003D921h
    Data Address: 9B642000h Length: 0001FD64h
    REPAIRTL.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10554.29 15 May 2007
    Code Address: 9B30D000h Length: 00010562h
    Data Address: 9B31E000h Length: 0001E094h
    REGSRVR.NLM NDPS Service Registry
    Version 3.00.06 10 May 2005
    Code Address: 9B302000h Length: 0000A071h
    Data Address: 9799D000h Length: 00000BFCh
    MERGECR.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10554.29 15 May 2007
    Code Address: 9B2CF000h Length: 0001B251h
    Data Address: 9B2EB000h Length: 00016FE4h
    DBNET6.NLM Debug Network IO Support
    Version 1.45.02 16 March 2006
    Code Address: 9B0A0000h Length: 0001B831h
    Data Address: 9B0BC000h Length: 000127B8h
    MERGETL.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10554.29 15 May 2007
    Code Address: 9AE5E000h Length: 0000B812h
    Data Address: 9AE6A000h Length: 0000FC65h
    NIRMAN.NLM TCPIP - NetWare Internetworking Remote Manager
    Version 1.06.04 18 September 2007
    Code Address: 9AD75000h Length: 00060760h
    Data Address: 9ADD6000h Length: 00018FCAh
    TCPSTATS.NLM Web Interface for Protocol Monitoring
    Version 6.50.10 20 June 2003
    Code Address: 9AA74000h Length: 0000E5ECh
    Data Address: 9AAB8000h Length: 00005460h
    BACKUPCR.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10554.29 15 May 2007
    Code Address: 9AB8C000h Length: 0000A0D1h
    Data Address: 9AAB4000h Length: 00003218h
    NLSADPT2.NLM NLS and Metering adapter for iManager 2.0 plugin
    Version 2.00 9 September 2003
    Code Address: 992AB000h Length: 0000665Dh
    Data Address: 985A3000h Length: 00000E7Dh
    BACKUPTL.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10554.29 15 May 2007
    Code Address: 9AA58000h Length: 0000AEE2h
    Data Address: 99178000h Length: 00005560h
    NLSLRUP.NLM NLS - Usage Metering
    Version 4.01.07 10 May 2005
    Code Address: 9A9FE000h Length: 0003BA0Ah
    Data Address: 9AA3A000h Length: 00010AE0h
    HWDETECT.NLM Novell Hardware Insertion/Removal Detection
    Version 1.19.05 20 February 2003
    Code Address: 9A5D2000h Length: 00002B33h
    Data Address: 98F3C000h Length: 00000D3Ch
    LOGGER.NLM eDirectory Management Tool Box Logger
    Version 10554.29 15 May 2007
    Code Address: 9A5A7000h Length: 0000DF82h
    Data Address: 98E79000h Length: 00006A24h
    STATUSLG.NLM Report and Notification Service
    Version 1.00 24 June 2004
    Code Address: 98FE4000h Length: 00058ADEh
    Data Address: 9A565000h Length: 00018814h
    NATCOMM.NLM natcomm.nlm
    Code Address: 9A4BF000h Length: 000039A6h
    Data Address: 963F2000h Length: 000012A8h
    JSPNW.NLM jspnw.nlm
    Code Address: 98E67000h Length: 00004BA6h
    Data Address: 9A49E000h Length: 00002544h
    EMSECURE.NLM eDirectory Management Tool Box Security Service
    Version 10554.29 15 May 2007
    Code Address: 99250000h Length: 00009782h
    Data Address: 9925A000h Length: 000033C0h
    AIOCOMX.NLM Novell AIO Serial Port Driver
    Version 6.00.02 18 December 2002
    Code Address: 98D0B000h Length: 00004159h
    Data Address: 961FF000h Length: 00001170h
    AIO.NLM NetWare Asynchronous I/O Library
    Version 7.00.08 18 November 2003
    Code Address: 991AA000h Length: 0001A137h
    Data Address: 9876C000h Length: 00051A10h
    RSS.NLM eDirectory Management Tool Box Remote Subscription Service
    Version 10554.29 15 May 2007
    Code Address: 99130000h Length: 00009932h
    Data Address: 9913A000h Length: 0000261Ch
    EMBOXMGR.NLM eDirectory Management Tool Box Manager
    Version 10554.29 15 May 2007
    Code Address: 98ECB000h Length: 00018E62h
    Data Address: 98B74000h Length: 00007CE2h
    EMBOXMSG.NLM eDirectory Management Tool Box Message API
    Version 10554.29 15 May 2007
    Code Address: 98E9E000h Length: 0000B2F2h
    Data Address: 98EAA000h Length: 0000273Dh
    BKUPEXEC.NLM Backup Exec SureStart
    Version 9.10 7 June 2005
    Code Address: 98D36000h Length: 0001D43Eh
    Data Address: 98D54000h Length: 00015E58h
    HT2SOAP.NLM eDirectory Management Tool Box HTTP to SOAP shim
    Version 10554.29 15 May 2007
    Code Address: 98CC1000h Length: 00009B02h
    Data Address: 98CCB000h Length: 000037E0h
    NDPSM.NLM NDPS Manager
    Version 3.03.02 18 May 2010
    Code Address: 98851000h Length: 00083318h
    Data Address: 98BBE000h Length: 00025E80h
    DPLSV386.NLM NetWare 6.x Distributed Print Library - DPLSV386
    Version 1.15.03 16 April 2010
    Code Address: 96018000h Length: 000541E9h
    Data Address: 98B84000h Length: 0000C724h
    NIPPED.NLM NetWare 5.x, 6.x INF File Editing Library - NIPPED
    Version 1.03.09 26 February 2010
    Code Address: 98846000h Length: 00005345h
    Data Address: 98B1C000h Length: 0000016Ch
    LANGMAN.NLM Novell Cross-Platform Language Manager
    Version 10310.56 25 January 2006
    Code Address: 98B33000h Length: 0000E670h
    Data Address: 98B42000h Length: 0000B489h
    BROKER.NLM NDPS Broker
    Version 3.00.12 20 February 2008
    Code Address: 98B1F000h Length: 0000FFECh
    Data Address: 986E7000h Length: 000071A5h
    DPRPCNLM.NLM Novell NDPS RPC Library NLM
    Version 3.00.17 10 October 2006
    Code Address: 986E1000h Length: 00005324h
    Data Address: 95DC4000h Length: 00001F20h
    PHP5LIB.NLM PHP 5.0.5 - Script Interpreter and Library - Zend API
    Number 20041030
    Version 1.00.03 6 December 2005
    Code Address: 988E8000h Length: 00153CB8h
    Data Address: 95F93000h Length: 00084425h
    EMBOX.NLM eDirectory Management Tool Box Engine
    Version 10554.29 15 May 2007
    Code Address: 985C5000h Length: 00007C32h
    Data Address: 985CD000h Length: 000052F8h
    XIS11.NLM XML Integration Service
    Version 1.00.02 7 April 2005
    Code Address: 98348000h Length: 00099332h
    Data Address: 96080000h Length: 00043FDEh
    _PROFILE.NLM NSN - Profile UCX Component
    Version 2.02.04 3 October 2005
    Code Address: 95DAC000h Length: 0000127Dh
    Data Address: 98322000h Length: 00000874h
    NWSEC.NLM Scripting - Security Library
    Version 1.00.02 13 September 2005
    Code Address: 982F8000h Length: 00003B69h
    Data Address: 982FC000h Length: 00000ADCh
    DHCPSRVR.NLM DHCP Server
    Version 3.14 30 October 2008
    Code Address: 98513000h Length: 00023754h
    Data Address: 98537000h Length: 0000BD58h
    IPCLINFO.NLM IP Client Info Module 17Dec99
    Version 1.11.01 17 December 1999
    Code Address: 982D7000h Length: 00000F1Ch
    Data Address: 982D8000h Length: 00000490h
    JNET.NLM Java jnet (based on 1.4.2_18)
    Version 1.43 16 October 2008
    Code Address: 97D0F000h Length: 0000653Eh
    Data Address: 95D8C000h Length: 00001100h
    UCXMGR.NLM NSN - UCX Library Manager
    Version 2.02.04 3 October 2005
    Code Address: 98177000h Length: 0000D23Dh
    Data Address: 95D7C000h Length: 00001DE8h
    NAMED.NLM eDirectory integrated Novell DNS Server
    Version 6.07.03 5 August 2008
    Code Address: 960FC000h Length: 00102DD0h
    Data Address: 97FC4000h Length: 0009853Fh
    CSATPXY.NLM CS Audit Trail Proxy Agent
    Version 1.02 17 November 1999
    Code Address: 97C02000h Length: 0000225Ch
    Data Address: 97FC3000h Length: 00000A80h
    CSAUDIT.NLM CSLIB: Audit Trail Facility
    Version 6.00.02 4 September 2003
    Code Address: 97F7B000h Length: 000098F5h
    Data Address: 95D68000h Length: 0000169Ch
    CSSYSMSG.NLM CSLIB: System Messages Facility
    Version 1.01.08 18 March 1999
    Code Address: 97D63000h Length: 00010A57h
    Data Address: 97D74000h Length: 00004298h
    NWSNUT.NLM NetWare NLM Utility User Interface
    Version 7.00.01 11 July 2008
    Code Address: 97D33000h Length: 000134EBh
    Data Address: 97D48000h Length: 00000790h
    IPMCFG.NLM Web Interface for IP Address Management
    Version 1.01.16 22 October 2005
    Code Address: 97CD0000h Length: 0000A479h
    Data Address: 97CDB000h Length: 0000B610h
    SPXS.MPM spxs Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 97C51000h Length: 0000002Ah
    Data Address: 97C52000h Length: 00000018h
    SPXS.NLM NetWare SPX/SPXII Protocol (PTF)
    Version 5.14 18 January 2000
    Code Address: 97C43000h Length: 0000A021h
    Data Address: 97C4E000h Length: 00000FD8h
    Global Code Address: 97C4F000h Length: 00001000h
    TSAFS.NLM SMS - File System Agent for NetWare 6.X
    Version 6.53.03 16 October 2008
    Code Address: 95DD6000h Length: 0005F9A2h
    Data Address: 97AFD000h Length: 0000D7B0h
    SMDR.NLM SMS - Storage Data Requestor
    Version 6.58.01 16 October 2008
    Code Address: 957D1000h Length: 00047EF8h
    Data Address: 97A2F000h Length: 0000D8E0h
    SMSUT.NLM SMS - Utility Library for NetWare 6.X
    Version 1.01.03 26 June 2008
    Code Address: 979A7000h Length: 00010201h
    Data Address: 9562C000h Length: 00001DF0h
    LSL.MPM lsl Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 9776E000h Length: 000001C2h
    Data Address: 9776F000h Length: 00000138h
    SLP.MPM slp Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 97753000h Length: 000002E9h
    Data Address: 97754000h Length: 00000090h
    STREAMS.MPM streams Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 976E4000h Length: 000006E9h
    Data Address: 976E5000h Length: 00000188h
    TLI.MPM tli Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 95464000h Length: 00001276h
    Data Address: 976E3000h Length: 00000344h
    SNMP.MPM snmp Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 976E1000h Length: 000009F7h
    Data Address: 976E2000h Length: 000000FCh
    SASL.NLM Simple Authentication and Security Layer 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Code Address: 976C3000h Length: 00000C4Ch
    Data Address: 976C4000h Length: 00000160h
    TCPIP.MPM tcpip Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 953FE000h Length: 00001F5Bh
    Data Address: 976A6000h Length: 00000918h
    NETDB.MPM netdb Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 9768B000h Length: 00000AEFh
    Data Address: 9768C000h Length: 000001C4h
    IPXSPX.MPM ipxspx Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 97650000h Length: 00000C33h
    Data Address: 97651000h Length: 000004B8h
    IPXS.MPM ipxs Memory Protection Module
    Version 5.70 15 February 2006
    Code Address: 9764E000h Length: 0000002Ah
    Data Address: 9764F000h Length: 00000018h
    SYSCALLS.NLM NetWare Operating System Call and Marshalling Library
    Version 5.61 2 August 2007
    Code Address: 975C6000h Length: 0000F50Eh
    Data Address: 975D6000h Length: 0000B4ECh
    LDAPXS.NLM (Clib version)
    Version 3.04 22 February 2008
    Code Address: 97567000h Length: 00004307h
    Data Address: 9756C000h Length: 00000870h
    NMASLDAP.NLM NMAS LDAP Extensions 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Code Address: 9750C000h Length: 00004E5Ch
    Data Address: 97514000h Length: 000007D0h
    APACHE2.NLM Apache Web Server 2.0.63
    Version 2.00.63 25 April 2008
    Code Address: 97473000h Length: 00039D29h
    Data Address: 974AD000h Length: 00011A9Ch
    APRLIB.NLM Apache Portability Runtime Library 0.9.17
    Version 0.09.17 25 April 2008
    Code Address: 973E6000h Length: 0002E688h
    Data Address: 97415000h Length: 00008088h
    LBURP.NLM LDAP Bulkload Update/Replication Protocol service
    extension for Novell eDirectory 8.7.
    Version 10552.76 7 August 2006
    Code Address: 94ECC000h Length: 000010ECh
    Data Address: 973E5000h Length: 00000444h
    NCPL.NLM Novell XTier Base Services
    Version 3.01.60 21 May 2008
    Code Address: 973BB000h Length: 0000C46Dh
    Data Address: 94EC6000h Length: 000012C0h
    LIBXTREG.NLM Novell XTier Base Services
    Version 3.01.60 21 May 2008
    Code Address: 973B9000h Length: 000004F7h
    Data Address: 973BA000h Length: 000000F8h
    LIBNICM.NLM Novell XTier Base Services
    Version 3.01.60 21 May 2008
    Code Address: 97273000h Length: 00003271h
    Data Address: 9739C000h Length: 00000494h
    SCRCB.NLM Scripting - LibC-CLib Context Broker
    Version 1.00 3 October 2005
    Code Address: 972D4000h Length: 0000046Dh
    Data Address: 972D5000h Length: 00000554h
    NSPSAP.NLM NetWare Winsock 2.0 NLM NSPSAP.NLM Name Service Provider
    Version 6.20.02 8 September 2003
    Code Address: 94EB4000h Length: 00001EE7h
    Data Address: 972A9000h Length: 00000610h
    NLDAP.NLM LDAP Agent for Novell eDirectory 8.7.3.10
    Version 10555.98 23 April 2008
    Code Address: 9582B000h Length: 00075DB8h
    Data Address: 958A1000h Length: 00045A54h
    WSPIPX.NLM NetWare Winsock Service 1.0 NLM for IPX and SPX
    Version 6.22 4 December 2007
    Code Address: 9727F000h Length: 0000E359h
    Data Address: 94EAA000h Length: 00001762h
    NCPIPX.NLM Novell NCP/IPX Stack NLM
    Version 5.60.01 30 September 2008
    Code Address: 97213000h Length: 00005720h
    Data Address: 94EA8000h Length: 00001308h
    IPXS.NLM NetWare STREAMS IPX Protocol
    Version 4.10.01 12 February 1998
    Code Address: 94EA2000h Length: 00001C95h
    Data Address: 97265000h Length: 000000ECh
    Global Code Address: 97266000h Length: 00001000h
    IPXSPX.NLM NetWare IPX/SPX Protocol Stack NLM
    Version 5.60 1 February 2006
    Code Address: 97237000h Length: 0000FDF2h
    Data Address: 97248000h Length: 00009A3Ah
    PMPORTAL.NLM NetWare License Information Portal
    Version 2.16 21 November 2003
    Code Address: 97206000h Length: 000071C9h
    Data Address: 9720E000h Length: 00004360h
    OWCIMOMD.NLM OpenWBEM CIMOM Daemon with Novell providers
    Version 3.02 27 November 2007
    Code Address: 964A3000h Length: 005C17E4h
    Data Address: 96A79000h Length: 001AA8F4h
    LIBGCC_S.NLM gcc runtime and intrinsics support
    Version 3.04.03 29 April 2005
    Code Address: 96270000h Length: 00004ABCh
    Data Address: 96275000h Length: 00000A74h
    LLDAPX.NLM NetWare Extension APIs for LDAP SDK (LibC version)
    Version 3.05.01 26 September 2007
    Code Address: 96269000h Length: 00005DC5h
    Data Address: 9626F000h Length: 00000EF0h
    LLDAPSSL.NLM NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.05.01 26 September 2007
    Code Address: 9631F000h Length: 00097B47h
    Data Address: 963B7000h Length: 00032034h
    NISSWDD.NLM NetWare NFS - NIS Password Management Support Module
    Version 15.02.02 14 October 2008
    Code Address: 95660000h Length: 000031D9h
    Data Address: 95664000h Length: 00002380h
    NDSILIB.NLM NetWare NFS - eDirectory Interface Library
    Version 15.05.01 14 October 2008
    Code Address: 95606000h Length: 00011488h
    Data Address: 95618000h Length: 0000CE90h
    NISBIND.NLM NetWare NFS - NIS Client Module
    Version 15.02.02 14 October 2008
    Code Address: 955E1000h Length: 00009079h
    Data Address: 955EB000h Length: 000039A0h
    PKERNEL.NLM NetWare NFS - Portmapper and RPC Module
    Version 15.01 14 October 2008
    Code Address: 95565000h Length: 00016F37h
    Data Address: 9557D000h Length: 0000F790h
    RPCBSTUB.NLM NetWare NFS - Portmapper & Rpcbind co-existance Support
    Module
    Version 15.00.16 14 October 2008
    Code Address: 95563000h Length: 00000041h
    Data Address: 95564000h Length: 00000008h
    NETDB.NLM Network Database Access Module
    Version 4.11.05 6 January 2005
    Code Address: 954C8000h Length: 0001394Dh
    Data Address: 954DC000h Length: 000025FCh
    UNICRYPT.NLM TCP/IP Encryption NLM
    Version 9.11 15 December 1998
    Code Address: 95454000h Length: 000004D9h
    Data Address: 95455000h Length: 000007C8h
    CIFSPROX.NLM NMAS Proxy for CIFS (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 95408000h Length: 0001325Eh
    Data Address: 9541C000h Length: 00005A60h
    LDAPX.NLM NetWare Extension APIs for LDAP SDK (Clib version)
    Version 3.05.01 26 September 2007
    Code Address: 953E5000h Length: 00005D95h
    Data Address: 953EB000h Length: 00000EF0h
    CIFS.NLM CIFS Semantic Agent (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 94EE4000h Length: 00065E61h
    Data Address: 95164000h Length: 00012870h
    AFPTCP.NLM AFPTCP (Build 163 SP)
    Version 2.07 13 November 2008
    Code Address: 95128000h Length: 0003146Dh
    Data Address: 9515A000h Length: 000096C0h
    WSPDSI.NLM NetWare Winsock Service 1.0 NLM for Data Stream Interface
    Version 6.21.01 25 October 2005
    Code Address: 94DE6000h Length: 00002EA4h
    Data Address: 94DE9000h Length: 000006D4h
    NFAP4NRM.NLM NFAP Simple Password Management NLM
    Version 1.04 8 December 2003
    Code Address: 94FE6000h Length: 000080A2h
    Data Address: 94FEF000h Length: 00017CA0h
    SETMD4.NLM Windows Native File Access CIFS Library (Build 163 SP)
    Version 2.01 13 November 2008
    Code Address: 94CD9000h Length: 000012ECh
    Data Address: 94CDB000h Length: 00000130h
    NDSIMON.NLM NDS iMonitor 2.3.1
    Version 20212.12.05 14 May 2007
    Code Address: 946A0000h Length: 0010E789h
    Data Address: 947AF000h Length: 0008BFF0h
    LANGMANI.NLM Novell Cross-Platform Language Manager
    Version 10310.47 9 August 2004
    Code Address: 9469B000h Length: 000040F2h
    Data Address: 9305E000h Length: 00001084h
    XI18N.NLM Novell Cross-Platform Internationalization Package
    Version 10310.49 3 February 2005
    Code Address: 94F80000h Length: 0001CA12h
    Data Address: 94693000h Length: 00007EC8h
    BTCPCOM.NLM BTCPCOM.NLM v7.90.000, Build 253
    Version 7.90 9 July 2003
    Code Address: 93EDE000h Length: 00004450h
    Data Address: 92950000h Length: 00000CECh
    PORTAL.NLM Novell Remote Manager NLM
    Version 4.03 22 September 2008
    Code Address: 948F7000h Length: 0010147Ch
    Data Address: 92F9D000h Length: 00069EA4h
    HTTPSTK.NLM Novell Small Http Interface
    Version 4.03 4 September 2008
    Code Address: 9446E000h Length: 000317C6h
    Data Address: 944A0000h Length: 00019C10h
    WSPSSL.NLM NetWare Winsock Service 1.0 NLM for SSL
    Version 6.26 4 December 2007
    Code Address: 94454000h Length: 00008AFFh
    Data Address: 9445D000h Length: 0001095Fh
    NILE.NLM Novell N/Ties NLM ("") Release Build with symbols
    Version 7.00.01 20 August 2007
    Code Address: 93E43000h Length: 00090A31h
    Data Address: 943DC000h Length: 00030C70h
    NPKIAPI.NLM Public Key Infrastructure Services
    Version 3.32 24 September 2008
    Code Address: 94210000h Length: 00035E17h
    Data Address: 94246000h Length: 0001D9AFh
    NPKIT.NLM Public Key Infrastructure Services
    Version 3.32 24 September 2008
    Code Address: 941A9000h Length: 0002E51Eh
    Data Address: 941D8000h Length: 00016683h
    NTLS.NLM NTLS 2.0.4.0 based on OpenSSL 0.9.7m
    Version 20410.01 12 August 2008
    Code Address: 93C8B000h Length: 000A72C6h
    Data Address: 94166000h Length: 0003915Fh
    LLDAPSDK.NLM LDAP SDK Library (LibC version)
    Version 3.05.02 26 September 2007
    Code Address: 94078000h Length: 00021E83h
    Data Address: 93167000h Length: 00006BA0h
    PKI.NLM Novell Certificate Server
    Version 3.32 25 August 2008
    Code Address: 9426B000h Length: 00170AE5h
    Data Address: 93C0A000h Length: 00080F60h
    PKIAPI.NLM Public Key Infrastructure Services
    Version 2.23.10 20 November 2004
    Code Address: 94020000h Length: 00037721h
    Data Address: 930EF000h Length: 00006A14h
    LDAPSDK.NLM LDAP SDK Library (Clib version)
    Version 3.05.02 26 September 2007
    Code Address: 93FFF000h Length: 00020C63h
    Data Address: 930A3000h Length: 00006B8Dh
    NWUTIL.NLM Novell Utility Library NLM (_NW65[SP7]{""})
    Version 3.00.02 20 August 2007
    Code Address: 93F9F000h Length: 0000EE40h
    Data Address: 93FAE000h Length: 00023BD4h
    NWBSRVCM.NLM NWBSRVCM.NLM v7.90.000, Build 230
    Version 7.90 20 March 2001
    Code Address: 92F68000h Length: 00006776h
    Data Address: 92F72000h Length: 00000AD0h
    MONDATA.NLM NetWare 5.x/6.x Monitor MIB
    Version 6.00 18 July 2003
    Code Address: 93F46000h Length: 00008C9Fh
    Data Address: 92F39000h Length: 00004DD1h
    NWIDK.NLM CDWare Volume Module
    Version 3.01.01 19 September 2003
    Code Address: 92F5A000h Length: 00004640h
    Data Address: 92F5F000h Length: 00000730h
    SERVINST.NLM NetWare 5.x/6.x Instrumentation
    Version 5.00.13 21 November 2005
    Code Address: 93F35000h Length: 00010D4Ch
    Data Address: 92F27000h Length: 00007744h
    NWTRAP.NLM NetWare 5.x/6.x Trap Monitor
    Version 6.00.05 6 June 2005
    Code Address: 92E2F000h Length: 000066C3h
    Data Address: 93F2A000h Length: 0000A2E0h
    HOSTMIB.NLM NetWare 5.x/6.x Host Resources MIB
    Version 5.03.01 1 December 2006
    Code Address: 93F15000h Length: 0000BB80h
    Data Address: 92D27000h Length: 00003D88h
    ZIP.NLM Java zip (based on 1.4.2_18)
    Version 1.43 16 October 2008
    Code Address: 939C6000h Length: 0000ADCCh
    Data Address: 92376000h Length: 00001C90h
    JVMLIB.NLM Java jvmlib (based on 1.4.2_18)
    Version 1.43 16 October 2008
    Code Address: 9398F000h Length: 00017134h
    Data Address: 939A7000h Length: 00008670h
    VERIFY.NLM Java verify (based on 1.4.2_18)
    Version 1.43 16 October 2008
    Code Address: 9385C000h Length: 000087B4h
    Data Address: 93699000h Length: 00001BC0h
    NLSTRAP.NLM NetWare License Server Trap
    Version 5.02 19 February 2004
    Code Address: 927D2000h Length: 0000298Ah
    Data Address: 93828000h Length: 00000695h
    LIBPERL.NLM Perl 5.8.4 - Script Interpreter and Library
    Version 5.00.05 13 September 2005
    Code Address: 92E4B000h Length: 000B3D60h
    Data Address: 937A0000h Length: 0001ADE0h
    JVM.NLM Java Hotspot 1.4.2_18 Interpreter
    Version 1.43 16 October 2008
    Code Address: 9328C000h Length: 00222FFFh
    Data Address: 934AF000h Length: 00065A60h
    IPMGMT.NLM TCPIP - NetWare IP Address Management
    Version 1.03.01 29 May 2007
    Code Address: 92C1E000h Length: 000307CDh
    Data Address: 92C4F000h Length: 0000D778h
    JSOCK6X.NLM NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.43 16 October 2008
    Code Address: 929A3000h Length: 0000FDB1h
    Data Address: 929B3000h Length: 00002C44h
    JAVA.NLM java.nlm (based on 1.4.2_18) Build 08101613
    Version 1.43 16 October 2008
    Code Address: 928D0000h Length: 000385DEh
    Data Address: 92909000h Length: 0003DD40h
    JSOCK.NLM Support For Java Sockets (loader)
    Version 1.43 16 October 2008
    Code Address: 928C4000h Length: 00000086h
    Data Address: 928C5000h Length: 00000064h
    VOLSMS.NLM NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 9287E000h Length: 00018771h
    Data Address: 9283D000h Length: 00001780h
    VLRPC.NLM DFS Volume Location Database (VLDB) RPC interface (Build
    163 MP)
    Version 3.27 13 November 2008
    Code Address: 92871000h Length: 00003383h
    Data Address: 92875000h Length: 000002FDh
    VMRPC.NLM DFS Volume Manager RPC interface (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 92829000h Length: 00003703h
    Data Address: 9286F000h Length: 000002FDh
    JSTCP.NLM Jetstream TCP Transport Layer (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 92849000h Length: 000050F0h
    Data Address: 9284F000h Length: 000001E0h
    JSMSG.NLM Jetstream Message Layer (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 92840000h Length: 00006E80h
    Data Address: 9282D000h Length: 00000220h
    DFSLIB.NLM DFS Common Library (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 92832000h Length: 000005C3h
    Data Address: 92833000h Length: 00000080h
    LSMAFP3.NLM Macintosh Native File Access Login Methods (Build 106 SP)
    Version 2.00.11 3 January 2005
    Code Address: 926C6000h Length: 0000F24Eh
    Data Address: 926D6000h Length: 000013C0h
    PWDLCM.NLM Novell Simple Password Proxy LCM 2.7.1.0 20050902
    Version 27100509.02 2 September 2005
    Code Address: 9268D000h Length: 0000E29Bh
    Data Address: 9269C000h Length: 000014D0h
    PWDLSM.NLM Novell Simple Password LSM 2.7.1.0 20050902
    Version 27100509.02 2 September 2005
    Code Address: 92628000h Length: 0001073Bh
    Data Address: 92639000h Length: 00001AA0h
    EPWDLSM.NLM Novell Enhanced Password LSM 2.7.0.0 20050812
    Version 27000508.12 12 August 2005
    Code Address: 92609000h Length: 0001249Bh
    Data Address: 9261C000h Length: 000018C0h
    CRLSM.NLM Novell Challenge Response LSM 2.7.3.0 20060620
    Version 27300606.20 20 June 2006
    Code Address: 92584000h Length: 00020D0Bh
    Data Address: 925A5000h Length: 00001C00h
    LCMCIFS2.NLM Windows Native File Access Login Methods (Build 84 SP)
    Version 2.00.09 29 November 2005
    Code Address: 924FA000h Length: 0000E011h
    Data Address: 92509000h Length: 000016B0h
    LSMCIFS2.NLM Windows Native File Access Login Methods (Build 95 SP)
    Version 2.00.07 29 November 2005
    Code Address: 924B7000h Length: 0000F051h
    Data Address: 924C7000h Length: 000017B0h
    NMASGPXY.NLM NMAS Generic Proxy 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Code Address: 92490000h Length: 0000153Ch
    Data Address: 92492000h Length: 000000E0h
    SPMDCLNT.NLM Novell SPM Client for DClient 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Code Address: 9237A000h Length: 000145D8h
    Data Address: 9238F000h Length: 00001370h
    NSPDNS.NLM NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    Version 6.20.03 8 September 2003
    Code Address: 9236E000h Length: 00002527h
    Data Address: 92371000h Length: 000004E4h
    SLPTCP.NLM SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    Version 2.13 15 November 2005
    Code Address: 92283000h Length: 0000386Ah
    Data Address: 92287000h Length: 0000108Ch
    WSPIP.NLM NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.24 4 December 2007
    Code Address: 92103000h Length: 000124C4h
    Data Address: 92116000h Length: 0000287Ch
    NCPIP.NLM NetWare NCP Services over IP
    Version 6.02.01 30 September 2008
    Code Address: 92064000h Length: 000168E9h
    Data Address: 9207B000h Length: 00003540h
    BSDSOCK.NLM Novell BSDSOCK Module
    Version 6.82 20 November 2007
    Code Address: 91FCE000h Length: 00011BF9h
    Data Address: 91FE0000h Length: 0000C0E0h
    TCPIP.NLM Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.82 20 November 2007
    Code Address: 916C9000h Length: 0004E7ECh
    Data Address: 918F2000h Length: 00038D30h
    TCP.NLM Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.82.04 30 September 2008
    Code Address: 9177B000h Length: 000253E2h
    Data Address: 91873000h Length: 0007EEE0h
    NETLIB.NLM Novell TCPIP NETLIB Module
    Version 6.50.22 12 February 2003
    Code Address: 9090E000h Length: 00005AACh
    Data Address: 917A2000h Length: 000D0710h
    CSLIND.NLM TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 7 December 1999
    Code Address: 90908000h Length: 000003CCh
    Data Address: 90AF3000h Length: 000024E0h
    LSAPI.NLM NLS LSAPI Library
    Version 5.02 7 January 2003
    Code Address: 91621000h Length: 0000A51Bh
    Data Address: 908E8000h Length: 00001B00h
    Q57.LAN HP NC10xx/NC32xx/NC67xx/NC77xx Gigabit Server Adapter
    Version 9.72 24 August 2006
    Code Address: 915B6000h Length: 0002341Ah
    Data Address: 1A0D1000h Length: 00008D34h
    ETHERTSM.NLM Novell Ethernet Topology Specific Module
    Version 3.90 20 March 2006
    Code Address: 90AEA000h Length: 000024CEh
    Data Address: 80250000h Length: 000002BCh
    MSM.NLM Novell Multi-Processor Media Support Module
    Version 4.12 22 August 2007
    Code Address: 915A7000h Length: 0000E5B3h
    Data Address: 90AE3000h Length: 00003DFCh
    NLSAPI.NLM NLSAPI
    Version 5.02 7 August 2003
    Code Address: 9158B000h Length: 000124DBh
    Data Address: 909C6000h Length: 000022A4h
    CONNAUD.NLM NLS - Connection Metering
    Version 3.17 10 May 2005
    Code Address: 90ADC000h Length: 000034D3h
    Data Address: 80189000h Length: 00000A9Ch
    NLSMETER.NLM NLS - Software Usage Metering Database
    Version 3.43 10 May 2005
    Code Address: 9157C000h Length: 0000E597h
    Data Address: 908C1000h Length: 0000759Ch
    NLSLSP.NLM NLS - License Service Provider
    Version 5.02 25 May 2005
    Code Address: 90A40000h Length: 0006DF03h
    Data Address: 90AAE000h Length: 000205DCh
    CSL.NLM NetWare Call Support Layer For NetWare
    Version 2.06.02 13 January 2000
    Code Address: 91527000h Length: 0000CB32h
    Data Address: 909A0000h Length: 000028F4h
    BTRIEVE.NLM BTRIEVE.NLM v7.90.000
    Version 7.90 21 March 2001
    Code Address: 9097A000h Length: 000013BFh
    Data Address: 9097C000h Length: 00000980h
    NWMKDE.NLM NWMKDE.NLM v7.94.251.000
    Version 7.94 11 December 2001
    Code Address: 907CC000h Length: 00053D55h
    Data Address: 910CF000h Length: 0000F784h
    NWENC103.NLM NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 24 February 2001
    Code Address: 909DA000h Length: 0004D0F5h
    Data Address: 90F1E000h Length: 001B0208h
    NWAIF103.NLM nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 30 November 2001
    Code Address: 90EFC000h Length: 00010E51h
    Data Address: 907BA000h Length: 00006828h
    PSVCS.NLM Portability Services
    Version 251.00 30 November 2001
    Code Address: 90E92000h Length: 0001270Fh
    Data Address: 90EA5000h Length: 00009464h
    NWUCMGR.NLM NWUCMGR.NLM v1.5 Build 230
    Version 1.05 14 March 2001
    Code Address: 90E51000h Length: 0000D920h
    Data Address: 901D5000h Length: 000078D4h
    SNMP.NLM Netware 4.x/5.x/6.x SNMP Service
    Version 4.18 25 July 2006
    Code Address: 90DFE000h Length: 00013E90h
    Data Address: 901D1000h Length: 00003220h
    TLI.NLM NetWare Transport Level Interface Library
    Version 4.30.02 19 December 2000
    Code Address: 8FC0B000h Length: 00003859h
    Data Address: 8F61D000h Length: 00000164h
    Global Code Address: 8FC0F000h Length: 00001000h
    Global Data Address: 802D0000h Length: 00002000h
    CONLOG.NLM System Console Logger
    Version 3.01.02 8 August 2006
    Code Address: 8A983000h Length: 0000243Ch
    Data Address: 802C2000h Length: 00001CE0h
    DHOST.NLM Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.97 18 September 2006
    Code Address: 8A90F000h Length: 00006621h
    Data Address: 8A957000h Length: 0000234Ch
    NSPNDS.NLM NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    Version 6.20 12 November 2001
    Code Address: 8930B000h Length: 00006547h
    Data Address: 892CA000h Length: 00000518h
    DS.NLM Novell eDirectory Version 8.7.3.10 SMP
    Version 10554.34 23 April 2008
    Code Address: 90B07000h Length: 0026E87Eh
    Data Address: 900E6000h Length: 00078FB0h
    ROLLCALL.NLM RollCall NLM (101, API 1.0)
    Version 5.00 27 July 1998
    Code Address: 900E4000h Length: 0000055Dh
    Data Address: 900E5000h Length: 000002D4h
    SAL.NLM Novell System Abstraction Layer Version 2.3.1
    Version 20350.95 18 September 2006
    Code Address: 900D9000h Length: 00007CD6h
    Data Address: 900E1000h Length: 000012A8h
    POLIMGR.NLM NetWare License Policy Manager
    Version 6.27 3 November 2005
    Code Address: 906EF000h Length: 00013F5Ch
    Data Address: 90703000h Length: 00008E90h
    SPMNWCC.NLM Novell SPM Client for NWCC 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Code Address: 906DD000h Length: 00011688h
    Data Address: 9008F000h Length: 00001340h
    NMAS.NLM Novell Modular Authentication Service 3.3.1.0 20081112
    Version 33100811.12 12 November 2008
    Code Address: 90030000h Length: 00059BA8h
    Data Address: 906CF000h Length: 0000D2F0h
    GAMS.NLM Graded Authentication Management Service
    Version 1.30.03 2 November 2007
    Code Address: 906C1000h Length: 0000D8F7h
    Data Address: 90025000h Length: 000012E8h
    NDSAUDIT.NLM Directory Services Audit
    Version 2.09 22 May 2003
    Code Address: 906B0000h Length: 00010844h
    Data Address: 90021000h Length: 00002ED0h
    NICISDI.NLM Security Domain Infrastructure
    Version 27510.02.01 25 August 2008
    Code Address: 9066D000h Length: 0000ADA2h
    Data Address: 2C85B000h Length: 00001320h
    SASDFM.NLM SAS Data Flow Manager
    Version 27510.02.01 25 August 2008
    Code Address: 8FF13000h Length: 000040AEh
    Data Address: 32F18000h Length: 00000980h
    CALNLM32.NLM NetWare NWCalls Runtime Library
    Version 6.01.03 26 August 2008
    Code Address: 90641000h Length: 0001CEB9h
    Data Address: 8FF12000h Length: 00000510h
    TIMESYNC.NLM NetWare Time Synchronization Services
    Version 6.61.01 14 October 2005
    Code Address: 905E1000h Length: 0000E13Ch
    Data Address: 8FEEE000h Length: 00004240h
    CLXNLM32.NLM NetWare NWCLX Runtime Library
    Version 6.01.03 26 August 2008
    Code Address: 8FF74000h Length: 000011F3h
    Data Address: 8FF10000h Length: 000001B0h
    DSAPI.NLM NetWare NWNet Runtime Library
    Version 6.00.04 27 January 2006
    Code Address: 8FF0E000h Length: 00000043h
    Data Address: 8FF0F000h Length: 00000024h
    DSEVENT.NLM NetWare DSEvent Runtime Library
    Version 6.01.03 26 August 2008
    Code Address: 8FF0C000h Length: 00000633h
    Data Address: 8FF0D000h Length: 00000034h
    NETNLM32.NLM NetWare NWNet Runtime Library
    Version 6.01.03 26 August 2008
    Code Address: 905AB000h Length: 00035B77h
    Data Address: 8FEE9000h Length: 00004DA5h
    NCPNLM32.NLM NetWare NWNCP Runtime Library
    Version 6.01.03 26 August 2008
    Code Address: 9058B000h Length: 0001F473h
    Data Address: 00000000h Length: 00000000h
    CLNNLM32.NLM NetWare NWClient Runtime Library
    Version 6.01.03 26 August 2008
    Code Address: 8FF5B000h Length: 00001CC2h
    Data Address: 8FF0B000h Length: 00000150h
    CLIB.NLM (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.15 10 March 2008
    Code Address: 9054D000h Length: 0001898Eh
    Data Address: 8FF58000h Length: 00002FB0h
    NIT.NLM NetWare Interface Tools Library for NLMs
    Version 5.90.15 10 March 2008
    Code Address: 90530000h Length: 0001C694h
    Data Address: 8FF09000h Length: 00000690h
    NLMLIB.NLM Novell NLM Runtime Library
    Version 5.90.15 10 March 2008
    Code Address: 904E7000h Length: 000263EDh
    Data Address: 8FF4C000h Length: 000038C0h
    STREAMS.NLM NetWare STREAMS PTF
    Version 6.00.06 4 May 2005
    Code Address: 904D4000h Length: 0001206Dh
    Data Address: 8FDE0000h Length: 000010A0h
    Global Code Address: 8FDE2000h Length: 00001000h
    REQUESTR.NLM Novell NCP Requestor for NLMs
    Version 5.90.15 10 March 2008
    Code Address: 9049C000h Length: 00020DE3h
    Data Address: 8FDDE000h Length: 000010D0h
    THREADS.NLM Novell Threads Package for NLMs
    Version 5.90.15 10 March 2008
    Code Address: 90471000h Length: 00018CF8h
    Data Address: 9048A000h Length: 000116A0h
    LIB0.NLM Novell Ring 0 Library for NLMs
    Version 5.90.15 10 March 2008
    Code Address: 9020D000h Length: 000250EAh
    Data Address: 90233000h Length: 00228070h
    MASV.NLM Mandatory Access Control Service
    Version 1.50 27 July 2006
    Code Address: 8FEBE000h Length: 00011F26h
    Data Address: 8FE27000h Length: 00002390h
    NSPSLP.NLM NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    Version 6.20.04 6 December 2007
    Code Address: 8FE1B000h Length: 00005ED3h
    Data Address: 8FDCE000h Length: 00000B30h
    PMLODR.NLM PMLodr for NW65
    Version 1.26 7 October 2005
    Code Address: 8FE2D000h Length: 0000E63Ah
    Data Address: 8FDCC000h Length: 00001658h
    SLP.NLM SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    Version 2.13 15 November 2005
    Code Address: 8FDF7000h Length: 0001A658h
    Data Address: 8FE12000h Length: 00005384h
    CCS.NLM Controlled Cryptography Services from Novell, Inc.
    Version 27510.02.01 25 August 2008
    Code Address: 8FD84000h Length: 00019EE4h
    Data Address: 00098000h Length: 00002F90h
    DSLOADER.NLM Novell eDirectory Version 8.7.3 Loader SMP
    Version 10554.34 23 April 2008
    Code Address: 8FCFD000h Length: 0000C73Ch
    Data Address: 8FD0A000h Length: 00001278h
    XENGUSC.NLM NICI U.S./Worldwide XENG from Novell, Inc.
    Version 27510.02.01 25 August 2008
    Code Address: 8FCEA000h Length: 00000058h
    Data Address: 00000000h Length: 00000000h
    XNGAUSC.NLM NICI U.S./Worldwide XMGR Assistant XENG from Novell, Inc.
    Version 27510.02.01 25 August 2008
    Code Address: 8FCB6000h Length: 000153E4h
    Data Address: 2D149000h Length: 00004864h
    XENGEXP.NLM NICI Import Restricted XENG from Novell, Inc.
    Version 27510.02.01 25 August 2008
    Code Address: 8A8B6000h Length: 00050DD4h
    Data Address: 2D166000h Length: 00014C3Ch
    XENGNUL.NLM NICI NULL XENG from Novell, Inc.
    Version 27510.02.01 25 August 2008
    Code Address: 8FCA5000h Length: 00001DC9h
    Data Address: 32F64000h Length: 00000860h
    XMGR.NLM NICI XMGR from Novell, Inc.
    Version 27510.02.01 25 August 2008
    Code Address: 8FB23000h Length: 00026001h
    Data Address: 2D536000h Length: 0000AA10h
    XSUP.NLM NICI XSUP from Novell, Inc.
    Version 27510.02.01 25 August 2008
    Code Address: 8FAAE000h Length: 00006EF2h
    Data Address: 2D549000h Length: 00023170h
    XIM.XLM Novell NICI Signed Loader
    Version 27510.02.01 25 August 2008
    Code Address: 8FA4C000h Length: 0002C680h
    Data Address: 2D541000h Length: 00007CE4h
    WS2_32.NLM NetWare Winsock 2.0 NLM
    Version 6.24.01 14 February 2008
    Code Address: 8F6A8000h Length: 00037F28h
    Data Address: 8F6E0000h Length: 00011B84h
    NCP.NLM NetWare Core Protocol (NCP) Engine
    Version 5.61.01 30 September 2008
    Code Address: 8F667000h Length: 00026DEFh
    Data Address: 8F68E000h Length: 00018B24h
    QUEUE.NLM NetWare Queue Services NLM
    Version 5.60 24 May 2001
    Code Address: 8F65E000h Length: 00006D8Dh
    Data Address: 8F665000h Length: 00000473h
    VDISK.NLM NetWare Virtual Disk
    Version 1.00 30 November 2004
    Code Address: 8F61E000h Length: 00001FEEh
    Data Address: 8ACB4000h Length: 00001160h
    NWTERMIO.NLM NetWare Terminal Emulation
    Version 1.00 11 September 2006
    Code Address: 8AC68000h Length: 00007570h
    Data Address: 8AC70000h Length: 00004560h
    MALHLP.NLM NSS Configure help messages (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8ACBC000h Length: 000000BAh
    Data Address: 8ACBD000h Length: 0000002Ah
    CDDVD.NSS NSS Loadable Storage System (LSS) for CD/UDF (Build 163
    MP)
    Version 3.27 13 November 2008
    Code Address: 8AFC6000h Length: 00014B00h
    Data Address: 8A801000h Length: 00001050h
    NSSIDK.NSS NSS Pool Configuration Manager (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8A7FD000h Length: 000039C5h
    Data Address: 8ACB9000h Length: 00000090h
    PARTAPI.NLM Partition APIs for NetWare 6.1
    Version 2.00 17 April 2002
    Code Address: 8ACB8000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    VOLMN.NSS NSS Distributed Volume Manager (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8AF96000h Length: 0000A6A3h
    Data Address: 8ACB7000h Length: 000005B0h
    NWSA.NSS NSS NetWare Semantic Agent (NWSA) (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 80271000h Length: 0004ADCEh
    Data Address: 8AEE3000h Length: 000A1390h
    ZLSS.NSS NSS Journaled Storage System (ZLSS) (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8AE09000h Length: 000CD166h
    Data Address: 8AED7000h Length: 0000BE30h
    MAL.NSS NSS Media Access Layer (MAL) (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8A7E7000h Length: 00003196h
    Data Address: 8ABB7000h Length: 00000170h
    MANAGE.NSS NSS Management Functions (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8A791000h Length: 0004F275h
    Data Address: 8ABB5000h Length: 00000C20h
    COMN.NSS NSS Common Support Layer (COMN) (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8ACF7000h Length: 000EF3F8h
    Data Address: 8ADE7000h Length: 00015E50h
    NSS.NLM NSS (Novell Storage Services) (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8A9E8000h Length: 00030420h
    Data Address: 8AA19000h Length: 00091830h
    SYSLOG.NLM NetWare Logfile Daemon
    Version 6.05.03 22 October 2007
    Code Address: 8A719000h Length: 0000616Ah
    Data Address: 8A9BF000h Length: 00026140h
    LIBNSS.NLM Generic Library used by NSS (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8A739000h Length: 0000464Ch
    Data Address: 8A98F000h Length: 000003D0h
    NSSWIN.NLM NSS ASCI Window API Library (Build 163 MP)
    Version 3.27 13 November 2008
    Code Address: 8A734000h Length: 000047DCh
    Data Address: 8A98D000h Length: 000000FCh
    LOCNLM32.NLM NetWare NWLocale Runtime Library
    Version 6.00.04 29 November 2005
    Code Address: 8A712000h Length: 000044BBh
    Data Address: 8A8B5000h Length: 00000B30h
    UNICODE.NLM NetWare Unicode Runtime Library (UniLib-based) [optimized]
    Version 7.00 26 October 2004
    Code Address: 8A6CD000h Length: 000016F5h
    Data Address: 8A8B4000h Length: 00000504h
    FILESYS.NLM NetWare File System NLM
    Version 5.14 16 April 2008
    Code Address: 8A805000h Length: 0008E4E7h
    Data Address: 8A894000h Length: 00012C90h
    LFS.NLM NetWare Logical File System NLM
    Version 5.12 21 September 2005
    Code Address: 8A720000h Length: 000098A2h
    Data Address: 8A72A000h Length: 000084BCh
    CONNMGR.NLM NetWare Connection Manager NLM
    Version 5.60.01 7 September 2006
    Code Address: 8A6D2000h Length: 0001172Bh
    Data Address: 8A67D000h Length: 00003CE8h
    ACPIPWR.NLM ACPI Power Management Driver for ACPI compliant systems
    Version 1.05.16 16 January 2007
    Code Address: 8A6B0000h Length: 00000C9Ah
    Data Address: 8A6B1000h Length: 00000904h
    ACPICMGR.NLM ACPI Component Manager for ACPI compliant systems
    Version 1.05.16 16 January 2007
    Code Address: 8A670000h Length: 00000A6Fh
    Data Address: 8A671000h Length: 000002F4h
    IDEATA.HAM Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    Version 4.34 5 May 2007
    Code Address: 8A650000h Length: 00010F67h
    Data Address: 31361000h Length: 00005880h
    HPQCISS.HAM HP SAS/SATA Unified RAID driver
    Version 1.16.02 16 September 2010
    Code Address: 8A1E7000h Length: 0001AC2Dh
    Data Address: 0072A000h Length: 00005460h
    IDECD.CDM Novell ATA/IDE CD/DVD Custom Device Module
    Version 4.13 4 April 2007
    Code Address: 8A1E2000h Length: 00004201h
    Data Address: 007E1000h Length: 00001084h
    CPQSHD.CDM HP NWPA SCSI Disk Driver
    Version 2.08 19 February 2008
    Code Address: 8A166000h Length: 000173C7h
    Data Address: 009F8000h Length: 0000122Dh
    ACPIDRV.PSM ACPI Platform Support Module for ACPI compliant systems
    Version 1.05.19 16 January 2007
    Code Address: 8A0CB000h Length: 0000AD1Eh
    Data Address: 00A12000h Length: 0000C694h
    ACPICA.NLM ACPI Component Architecture for ACPI compliant systems
    Version 1.05.16 16 January 2007
    Code Address: 8A023000h Length: 0002BA90h
    Data Address: 8A04F000h Length: 00011C74h
    ACPIASL.NLM ACPI Architecture Services Layer for ACPI compliant
    systems
    Version 1.05.16 16 January 2007
    Code Address: 8A021000h Length: 00000F9Bh
    Data Address: 8A022000h Length: 0000019Ch
    EHCIDRV.CAD Novell Universal Serial Bus EHCI driver
    Version 1.05 26 February 2008
    Code Address: 89FE5000h Length: 00004C28h
    Data Address: 00A5D000h Length: 00000B20h
    UHCIDRV.CAD Novell Universal Serial Bus UHCI driver
    Version 1.07 26 February 2008
    Code Address: 896FB000h Length: 00004F7Fh
    Data Address: 00A5E000h Length: 00000694h
    CIOS.NLM Consolidated IO System
    Version 1.60 12 February 2008
    Code Address: 80330000h Length: 00042C15h
    Data Address: 31961000h Length: 00008B4Ah
    LSL.NLM Novell NetWare Link Support Layer
    Version 4.86 2 February 2006
    Code Address: 89740000h Length: 0000A7A7h
    Data Address: 8974B000h Length: 00009EC8h
    NWPALOAD.NLM NetWare 5 NWPA Load Utility
    Version 3.00 10 July 2000
    Code Address: 89722000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    NWPA.NLM NetWare 6.5 NetWare Peripheral Architecture NLM
    Version 3.21.02 29 October 2008
    Code Address: 89707000h Length: 00016C82h
    Data Address: 89695000h Length: 00002A5Ch
    MM.NLM NetWare 6.5 Media Manager
    Version 3.22.07 20 August 2008
    Code Address: 802D9000h Length: 0004CAB0h
    Data Address: 896BC000h Length: 0000BA1Ch
    SGUID.NLM NetWare GUID Services
    Version 6.01 27 September 2002
    Code Address: 896BA000h Length: 00000E04h
    Data Address: 896BB000h Length: 0000018Ah
    NBI.NLM NetWare Bus Interface
    Version 3.01.01 13 July 2007
    Code Address: 896AC000h Length: 0000D72Dh
    Data Address: 89672000h Length: 00003D8Dh
    NEB.NLM Novell Event Bus
    Version 5.60 27 September 2004
    Code Address: 8967B000h Length: 00005843h
    Data Address: 892BE000h Length: 0000097Ch
    DIAG500.NLM Diagnostic/coredump utility for NetWare 6.x
    Version 3.04.03 31 October 2007
    Code Address: 8962E000h Length: 00007FC0h
    Data Address: 89637000h Length: 0001DF84h
    CPUCHECK.NLM NetWare Processor Checking Utility
    Version 5.60.01 6 December 2007
    Code Address: 80269000h Length: 00001B5Ch
    Data Address: 895FD000h Length: 00004B3Ch
    NWKCFG.NLM NetWare Kernel Config NLM
    Version 2.16 24 June 2005
    Code Address: 895ED000h Length: 00003F4Fh
    Data Address: 895F1000h Length: 00003CA4h
    CDBE.NLM NetWare Configuration DB Engine
    Version 6.01 21 September 2006
    Code Address: 89343000h Length: 000116E6h
    Data Address: 89355000h Length: 000161FAh
    FATFS.NLM FAT Filesystem Module for NetWare
    Version 1.24 27 August 2007
    Code Address: 80972000h Length: 00020526h
    Data Address: 80993000h Length: 0002B32Fh
    LIBC.NLM Standard C Runtime Library for NLMs [optimized, 7]
    Version 9.00.05 3 October 2008
    Code Address: 80800000h Length: 000D0CD6h
    Data Address: 803A9000h Length: 000415E0h
    PVER500.NLM NetWare 6.XX Version Library
    Version 3.00 1 February 2007
    Code Address: 80254000h Length: 00000837h
    Data Address: 80255000h Length: 000003DCh
    SERVER.NLM NetWare Server Operating System
    Version 5.70.08 3 October 2008
    Code Address: 002058A0h Length: 0016A000h
    Data Address: 004058A0h Length: 00217760h
    Memory at EAX
    FBF17BA3 20555043 20676F48-65746544 64657463 UPC goH eteD detc
    FBF17BB3 20796220 656D6954-69460072 7320656C yb emiT iF.r s el
    FBF17BC3 65767265 616E2072-6820656D 63207361 evre an r h em c sa
    FBF17BD3 676E6168 66206465-206D6F72 0A2E7325 gnah f de mor ..s%
    FBF17BE3 616F4C00 676E6964-646F4D20 20656C75 aoL. gnid doM elu
    FBF17BF3 4C005325 6964616F-6D20676E 6C75646F L.S% idao m gn ludo
    FBF17C03 53252065 6F4C000A-6E696461 6E692067 S% e oL.. nida ni g
    FBF17C13 64646120 73736572-61707320 25206563 dda sser aps % ec
    FBF17C23 000A2E73 6E492020-696C6176 6F6C2064 ...s nI ilav ol d
    FBF17C33 66206461 20656C69-6D726F66 000A7461 f da eli mrof ..ta
    FBF17C43 6E492020 696C6176-6F6C2064 66206461 nI ilav ol d f da
    FBF17C53 20656C69 73726576-0A6E6F69 4D202000 eli srev .noi M .
    FBF17C63 6C75646F 616E2065-6920656D 53252073 ludo an e i em S% s
    FBF17C73 746F6E20 0A532520-41202000 6D657474 ton .S% A . mett
    FBF17C83 74207470 6572206F-74696E69 696C6169 t tp er o tini ilai
    FBF17C93 7220657A 6E652D65-6E617274 6F6D2074 r ez ne-e nart om t
    Memory at EBX
    8AA0A5E0 53E58955 EC835756-FAD2E808 3D83FFFE Se.U l.WV zRh. =..~
    8AA0A5F0 8AAA3760 83417400-AA37683D 1775FD8A .*7` .At. *7h= .u}.
    8AA0A600 376805C7 FFFF8AAA-81E8FFFF 8DFFFEFB 7h.G ...* .h.. ..~{
    8AA0A610 5E5FF465 31C35D5B-643D8BF6 898AAA37 ^_te 1C][ d=.v ..*7
    8AA0A620 AA376835 74FF858A-376468E1 4DE88AAA *7h5 t... 7dha Mh.*
    8AA0A630 83FFFF88 D2EB04C4-37700D8B 28BF8AAA .... Rk.D 7p.. (?.*
    8AA0A640 418AAA33 0420878D-0D890000 8AAA3770 A.*3 . .. .... .*7p
    8AA0A650 8BEC4589 F8894637-7510FE83 89F63102 .lE. x.F7 u.~. .v1.
    8AA0A660 04C08330 00F5148D-01000000 3320BAD0 [email protected] .u.. .... 3 :P
    8AA0A670 C3898AAA 5589088B-74C839F0 24158B47 C..* U... tH9p $..G
    8AA0A680 818AAA33 AA33203A-AA840F8A 68000000 ..*3 *3 : *... h...
    8AA0A690 8AA0A470 6FE45DE8-04C48375 8B04438B . $p od]h .D.u ..C.
    8AA0A6A0 1089F055 528B038B-04508904 8BF0558B ..pU R... .P.. .pU.
    8AA0A6B0 038B0452 558B0289-04438BF0 89044289 ...R U... .C.p ..B.

    On Mon, 15 Dec 2014 03:16:01 +0000, ataubman wrote:
    > That's just Abend 3 and 4, which are not a lot of use in diagnosis. Are
    > there any Abend 1 or Abend 0 entries that relate to this problem?
    >
    > But I do see you are on an outdated version of NSS.nlm , and that abend
    > info mentions NSS.nlm quite a bit. I would update NSS to the latest and
    > last update of that, and related, module
    > https://download.novell.com/Download...d=tMWCI1cdI7s~
    Thanks ataubman
    There are no Abend 0,1 or 2. Only the ones posted.
    I will update the NSS asap and wait and see what happens.

  • NW Open Enterprise Server abends - CPU Hog Detected by Timer

    I have a client that had been having random shutdowns for the past few months. I was able to stop the shutdowns by improving ventilation in the server closet (I suspected a heat problem). This seemed to calm everything down as the server ran fine for about 8 weeks. I recommended to the client that they should replace the hard drive as soon as possible.
    In the last few days the shutdowns started again. Below are two copies of the screen after problems occur. The first one is typical of what is always seen until today after a reboot. The second is the message they now get. I'm guessing the hard drive is failing. Any guidance/input would be appreciated. Thanks.
    7-26-2013 3:55:40 pm: COMN-3.27-1092 [nmID=A0025]
    NSS-3.00-5001: Pool FSA/VOL3 is being deactivated.
    An I/O error (10(zlssMSAP.c[1796])) at block )(file block 0)(ZID 0) has
    compromised pool integrity.
    7-26-2013 3:55:40 pm: COMN-3.27-1092 [nmID=A0025]
    NSS-3.00-5001: Pool FSA/VOL2 is being deactivated.
    An I/O error (10(zlssMSAP.c[1796])) at block )(file block 0)(ZID 0) has
    compromised pool integrity.
    7-26-2013 3:55:40 pm: DS-20217.6-266
    Bindery close requested by the SERVER
    7-26-2013 3:55:40 pm: DS-20217.6-263
    Directory Services: Local database has been closed.
    7-26-2013 3:56:03 pm: SERVER-5.70-1534 [nmID=B0013]
    Device "[V026-A0-D0:0] ST31000340AS f:/w:SD15" deactivated by driver due to
    device failure.
    System halted Thursday, August 1, 2013 9:07:11 am <NO TIME ZONE>
    Abend on P01: SERVER-5.70-1937: CPU Hog Detected by Timer
    OS version: Novell NetWare 5.70.08 October 3, 2008
    ...Debug symbols are enabled!
    Running Process: Interrupt service routine (nested count 1)
    Interrupt process: Processor 1 IDLE Process
    Stack: A3 7B F1 FB 9A C8 06 87 00 D9 D5 72 A0 90 AD 72
    57 1C C2 7C 01 00 00 00 01 00 00 00 FF FF FF FF
    01 00 00 00 00 D8 D5 72 00 00 00 00 00 00 00 00
    Additional Information:
    The NetWare OS detected a problem with the system while executing a process
    owned by SERVER.NLM. It may be the source of the problem or there may have
    been a memory corruption.

    On Thu, 01 Aug 2013 20:26:01 +0000, welege wrote:
    > 7-26-2013 3:55:40 pm: COMN-3.27-1092 [nmID=A0025] NSS-3.00-5001:
    > Pool FSA/VOL3 is being deactivated. An I/O error (10(zlssMSAP.c[1796]))
    > at block )(file block 0)(ZID 0) has
    > compromised pool integrity.
    This looks like a dead or dying hard drive.
    > -----------------------------------------------------------------------
    >
    > System halted Thursday, August 1, 2013 9:07:11 am <NO TIME ZONE>
    >
    > Abend on P01: SERVER-5.70-1937: CPU Hog Detected by Timer OS version:
    > Novell NetWare 5.70.08 October 3, 2008
    This could be almost anything. It could be related to the failing
    hardware. I'd fix that first, before worrying about this.
    David Gersic dgersic_@_niu.edu
    Knowledge Partner http://forums.netiq.com
    Please post questions in the forums. No support provided via email.

  • Error while running a form

    Hi,
    I have downloaded orqacle 10g XE,and developer suite from oracle .
    The configuration I am using is
    OS : Window vista
    Browser : Mozilla firefox
    java applet :jinitator1.3.1.22
    while running the form firefox get hanged and not able to run the form.
    Could anyone tell me the rason for the same
    Thanks in Advance

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    It sounds like you are using a web version of Oracle Forms (9i, 10g, 11g) but it would helpful to know the exact release. More than likely, you simply need to start the OC4J (9i or 10g) or WebLogic Server (WLS) if you are using Forms 11g. It would also be helpful to know your workstation OS and Java versions.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Error While Running a ADF Page from JDeveloper

    Hi
    I am facing the following problem while running a page from JDeveloper 11g
    please find the below stack trace and help me in fixing this
    IntegratedWebLogicServer startup time: 181886 ms.
    IntegratedWebLogicServer started.
    [Running application TestApp on Server Instance IntegratedWebLogicServer...]
    [12:39:33 PM] ----  Deployment started.  ----
    [12:39:33 PM] Target platform is  (Weblogic 10.3).
    [12:39:35 PM] Retrieving existing application information
    [12:39:35 PM] Running dependency analysis...
    [12:39:36 PM] Deploying 2 profiles...
    [12:39:43 PM] Wrote Web Application Module to C:\Documents and Settings\hari.kempula\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\TestApp\ViewControllerWebApp.war
    [12:39:44 PM] Wrote Enterprise Application Module to C:\Documents and Settings\hari.kempula\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\TestApp
    [12:39:44 PM] Deploying Application...
    <ConfigHelper><getParsedElements> oracle.adf.share.config.ConfigHelper
    java.io.FileNotFoundException: \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.ide.net.FileURLFileSystemHelper.openInputStream(FileURLFileSystemHelper.java:758)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1291)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.share.common.rc.util.impl.MetadataRegistryBigImpl.invokeIO(MetadataRegistryBigImpl.java:130)
         at oracle.adf.share.common.rc.util.impl.MetadataRegistryBigImpl.openStream(MetadataRegistryBigImpl.java:50)
         at oracle.adf.share.common.rc.util.impl.MetadataRegistryImpl.getDomDocument(MetadataRegistryImpl.java:602)
         at oracle.adf.share.config.ConfigHelper.getParsedElements(ConfigHelper.java:221)
         at oracle.adf.share.config.ADFSettingsImpl.parseSettings(ADFSettingsImpl.java:144)
         at oracle.adf.share.config.ADFSettingsImpl.readConfig(ADFSettingsImpl.java:134)
         at oracle.adf.share.config.ADFSettingsImpl.<init>(ADFSettingsImpl.java:68)
         at oracle.adf.share.config.ConfigContainerFactory.findOrCreateADFSettings(ConfigContainerFactory.java:88)
         at oracle.adf.share.config.ConfigContainerFactory.findOrCreateConfig(ConfigContainerFactory.java:65)
         at oracle.adf.share.ADFContext.getADFSettings(ADFContext.java:701)
         at oracle.adf.controller.config.ControllerSettings.getCurrent(ControllerSettings.java:51)
         at oracle.adf.controller.config.ControllerSettings.getPhaseListeners(ControllerSettings.java:74)
         at oracle.adf.controller.v2.lifecycle.ADFLifecycle.initControllerConfigListeners(ADFLifecycle.java:38)
         at oracle.adf.controller.v2.lifecycle.ADFLifecycle.setInstance(ADFLifecycle.java:22)
         at oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl.<init>(JSFLifecycleImpl.java:33)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.<init>(ADFPhaseListener.java:39)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.<init>(ADFLifecyclePhaseListener.java:26)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:243)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:141)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:114)
         at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
         at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:202)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:195)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1801)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    <May 7, 2010 12:39:58 PM GMT+05:30> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! \java\META-INF\adf-settings.xml (The system cannot find the path specified).
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:212)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:195)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.ide.net.FileURLFileSystemHelper.openInputStream(FileURLFileSystemHelper.java:758)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1291)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    <May 7, 2010 12:39:58 PM GMT+05:30> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1273216184760' for task '0'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.ide.net.FileURLFileSystemHelper.openInputStream(FileURLFileSystemHelper.java:758)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1291)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    <May 7, 2010 12:39:58 PM GMT+05:30> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'TestApp'.>
    <May 7, 2010 12:39:58 PM GMT+05:30> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'TestApp'.>
    <May 7, 2010 12:39:58 PM GMT+05:30> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.ide.net.FileURLFileSystemHelper.openInputStream(FileURLFileSystemHelper.java:758)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1291)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    [12:39:58 PM] ####  Deployment incomplete.  ####
    #### Cannot run application TestApp due to error deploying to IntegratedWebLogicServer.
    [12:39:58 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    [Application TestApp stopped and undeployed from Server Instance IntegratedWebLogicServer]
    [Running application TestApp on Server Instance IntegratedWebLogicServer...]
    [12:45:12 PM] ----  Deployment started.  ----
    [12:45:12 PM] Target platform is  (Weblogic 10.3).
    [12:45:12 PM] Retrieving existing application information
    [12:45:12 PM] Running dependency analysis...
    [12:45:12 PM] Deploying 2 profiles...
    [12:45:13 PM] Wrote Web Application Module to C:\Documents and Settings\hari.kempula\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\TestApp\ViewControllerWebApp.war
    [12:45:13 PM] Wrote Enterprise Application Module to C:\Documents and Settings\hari.kempula\Application Data\JDeveloper\system11.1.1.2.36.55.36\o.j2ee\drs\TestApp
    [12:45:13 PM] Redeploying Application...
    <ConfigHelper><getParsedElements> oracle.adf.share.config.ConfigHelper
    java.io.FileNotFoundException: \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.ide.net.FileURLFileSystemHelper.openInputStream(FileURLFileSystemHelper.java:758)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1291)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.share.common.rc.util.impl.MetadataRegistryBigImpl.invokeIO(MetadataRegistryBigImpl.java:130)
         at oracle.adf.share.common.rc.util.impl.MetadataRegistryBigImpl.openStream(MetadataRegistryBigImpl.java:50)
         at oracle.adf.share.common.rc.util.impl.MetadataRegistryImpl.getDomDocument(MetadataRegistryImpl.java:602)
         at oracle.adf.share.config.ConfigHelper.getParsedElements(ConfigHelper.java:221)
         at oracle.adf.share.config.ADFSettingsImpl.parseSettings(ADFSettingsImpl.java:144)
         at oracle.adf.share.config.ADFSettingsImpl.readConfig(ADFSettingsImpl.java:134)
         at oracle.adf.share.config.ADFSettingsImpl.<init>(ADFSettingsImpl.java:68)
         at oracle.adf.share.config.ConfigContainerFactory.findOrCreateADFSettings(ConfigContainerFactory.java:88)
         at oracle.adf.share.config.ConfigContainerFactory.findOrCreateConfig(ConfigContainerFactory.java:65)
         at oracle.adf.share.ADFContext.getADFSettings(ADFContext.java:701)
         at oracle.adf.controller.config.ControllerSettings.getCurrent(ControllerSettings.java:51)
         at oracle.adf.controller.config.ControllerSettings.getPhaseListeners(ControllerSettings.java:74)
         at oracle.adf.controller.v2.lifecycle.ADFLifecycle.initControllerConfigListeners(ADFLifecycle.java:38)
         at oracle.adf.controller.v2.lifecycle.ADFLifecycle.setInstance(ADFLifecycle.java:22)
         at oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl.<init>(JSFLifecycleImpl.java:33)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.<init>(ADFPhaseListener.java:39)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.<init>(ADFLifecyclePhaseListener.java:26)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:243)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:141)
         at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:114)
         at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:108)
         at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:132)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:202)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:195)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1801)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    <May 7, 2010 12:45:18 PM GMT+05:30> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! \java\META-INF\adf-settings.xml (The system cannot find the path specified).
    com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:212)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:195)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.ide.net.FileURLFileSystemHelper.openInputStream(FileURLFileSystemHelper.java:758)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1291)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    <May 7, 2010 12:45:18 PM GMT+05:30> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1273216513742' for task '1'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.ide.net.FileURLFileSystemHelper.openInputStream(FileURLFileSystemHelper.java:758)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1291)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    <May 7, 2010 12:45:18 PM GMT+05:30> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'TestApp'.>
    <May 7, 2010 12:45:18 PM GMT+05:30> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'TestApp'.>
    <May 7, 2010 12:45:18 PM GMT+05:30> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: \java\META-INF\adf-settings.xml (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.ide.net.FileURLFileSystemHelper.openInputStream(FileURLFileSystemHelper.java:758)
         at oracle.ide.net.URLFileSystem.openInputStream(URLFileSystem.java:1291)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    [12:45:18 PM] ####  Deployment incomplete.  ####
    [12:45:18 PM] Remote deployment failed
    #### Cannot run application TestApp due to error deploying to IntegratedWebLogicServer.
    [Application TestApp stopped and undeployed from Server Instance IntegratedWebLogicServer]Thanks in Advance
    Kumar

    Hi Frank,
    I am using JDeveloper Studio Edition Version 11.1.1.2.0,
    Even i try to run different application but still i am getting the same error.
    Regards,
    Kumar
    Edited by: harikumarmpl on May 7, 2010 2:50 AM

  • Error while running the financial report in the workspace.

    Hi,
    Im getting the below error while running the financial report in the workspace in HTML mode.
    *"Required application module reporting.HRRunDlg is not configured. Please contact your administrator".*
    And im not able to login to the Hyperion Financial Reporting as well.. i get the below error
    *"You are not authorized to use this functionality. Contact your administrator"*
    Can someone let me know how to resolve this error.

    You don't mention the version, what app server or web server you are using, etc.. That information might be helpful, but in general, you can try the following:
    1. Make sure you have gone through the FR Web App deployment steps and verify the settings entered in the Config Tool.
    2. For version 11.1.1.x and 9.3.1.x, try opening the report in FR Studio and running it via the FR Studio Print Preview (*bold*not*bold* Web Preview.) If the report runs/processes, then the back-end FR Services are functioning and the issue is confined to the web interface. Verify the FR Web App is up and listening on the designated port (8200, by default), check the FR Web App logs and the App Server (WebLogic, WebSphere, Tomcat, OAS) logs for errors/issues.
    If the report fails to process in FR Studio Print Preview, then there is a problem with the FR Reporting Server Service. Check to make sure the service is up/functioning and check the FR Report Server logs for errors.
    3. Test access to other FR functionality in workspace (ex: Files->Preferences->Financial Reporting or Explore->Tools->Database Connection Manager?) If these don't work, then try to connect to the following URLs:
    http://workspaceServer:19000/hr/status.jsp
    http://frWebAppServer:8200/hr/status.jsp
    Note: The URLs above assume standard/default ports. You may need to adjust them for your environment.
    If the first URL fails, but the second URL works, there is a problem with the HTTP redirect settings on the Web Server (Apache, IIS, etc.) Run through the Workspace deployment and make sure the Web Server Config settings point to the right ports/servers.

Maybe you are looking for

  • Face Time won't verify on either iPhone 4S or iPad 2

    Face time on either device will not verify my email address,which is the same MobileMe account I use for iTunes, email etc. I have see other people have problems with face time but none of the solutions have worked so far. Thanks for any suggestions.

  • Open letter to Apple's engineers

    Dear Apple, You have been telling us, Java developers on OS X, that Leopard will be the best Java platform ever. That it will contain Java 6. You've been showing us flashy presentations the past two years at WWDC about Java 6. You have even given us

  • Wireless PC Card not Working - Lombard

    My new Dell 1300 PC Wireless card worked immediately when I put it in. Then I set up my email account. I powered off the card. And it hasn't worked since. The port configuration is on for Airport, but the card is not picking up the network. The green

  • How to sync iPhone music from 2nd Mac? (don't read this if you own 1 Mac)

    If you don't own two Macs, please don't try answering this post with guesses. I need to find someone with real world experience to solve this problem: My contacts and Calendar are on my laptop. My music and videos are on a Mac Pro. I have disabled au

  • 0FI_GL_14 or 0FI_GL_4 General Ledger Accounting Line Items

    Hello experts, we should extract the Line Items from General Ledger Accounting. There is a new datasource from SAP 0FI_GL_14 (General Ledger Accounting (New): Line Items of the Leading Ledger) I cant find it in our source system because I think we do