Weblogic 5.1 SP8 on WIN NT Hangs

Hi,
I have the following configuration being tested for load.
Weblogic 5.1 SP8, Windows NT, Java 1.2.2, Oracle 8.1.6.
I am running load scripts that access JSP. There are about 15 users doing
fixed number of different things repeatedly i.e. they login, do a few things
and logout. Everything runs fine for about 1 to 2 hours and after that I
observe CPU at 100 % and users cannot do anything. I took the thread dump,
but this does not reveal any user doing any CPU intesive operations. All the
JSP being accessed do finite number of things that take finite time. I do
not see anything that should make the CPU shoot up to 100 %. Do you have any
suggestions on how to debug this problem ? I am enclosing the thread dump
(do you think it is odd that all threads are waiting on signal dispatcher).
Would really appreciate some suggestions.
Thanks,
Mihir
Full thread dump Classic VM (JDK-1.2.2-W, native threads):
"HighPriority TimeEventGenerator" (TID:0x6bd85f8,
sys_thread_t:0x24c7fdc8, state:CW, native ID:0x648) prio=9
at java.lang.Object.wait(Native Method)
at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java, Compiled
Code)
at
weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
, Compiled Code)
at java.lang.Thread.run(Thread.java:479)
"ListenThread" (TID:0x632eb98, sys_thread_t:0x24ed8f80, state:R, native
ID:0x94) prio=5
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java, Compiled Code)
at java.net.ServerSocket.implAccept(ServerSocket.java, Compiled Code)
at java.net.ServerSocket.accept(ServerSocket.java, Compiled Code)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java, Compiled Code)
"NBExecuteThread-1" (TID:0x6323590, sys_thread_t:0x2245f660, state:CW,
native ID:0x4b4) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:424)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"NBExecuteThread-0" (TID:0x6323300, sys_thread_t:0x2245e530, state:CW,
native ID:0x618) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:424)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-14" (TID:0x6323218, sys_thread_t:0x22448ff0, state:R,
native ID:0x260) prio=5
at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-13" (TID:0x63230e0, sys_thread_t:0x22448e80, state:MW,
native ID:0x534) prio=5
at java.lang.reflect.Method.invoke(Native Method)
at com.mycompany.expr.fn.Invoke.eval(Invoke.java, Compiled Code)
at
com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
Compiled Code)
at jsp._myapp._login._jspService(_login.java, Compiled Code)
at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java, Compiled Code)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-12" (TID:0x6322fb0, sys_thread_t:0x22448d10, state:R,
native ID:0x540) prio=5
at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-11" (TID:0x6322e78, sys_thread_t:0x22448ba0, state:R,
native ID:0x5cc) prio=5
at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-10" (TID:0x6322a98, sys_thread_t:0x22448a30, state:R,
native ID:0x3ec) prio=5
at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-9" (TID:0x6322968, sys_thread_t:0x2244a0a0, state:R,
native ID:0x47c) prio=5
"ExecuteThread-8" (TID:0x6322838, sys_thread_t:0x22449f30, state:MW,
native ID:0x550) prio=5
at java.lang.reflect.Method.invoke(Native Method)
at
com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
Compiled Code)
at jsp._myapp._login._jspService(_login.java, Compiled Code)
at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java, Compiled Code)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-7" (TID:0x6322708, sys_thread_t:0x22449dc0, state:MW,
native ID:0x6c0) prio=5
"ExecuteThread-6" (TID:0x63225d0, sys_thread_t:0x22449c50, state:MW,
native ID:0x624) prio=5
"ExecuteThread-5" (TID:0x6322520, sys_thread_t:0x22449ae0, state:MW,
native ID:0x6dc) prio=5
"ExecuteThread-4" (TID:0x6322370, sys_thread_t:0x2244ed68, state:MW,
native ID:0x60c) prio=5
at java.lang.reflect.Method.invoke(Native Method)
at
com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
Compiled Code)
at jsp._myapp._login._jspService(_login.java, Compiled Code)
at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java, Compiled Code)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-3" (TID:0x6322240, sys_thread_t:0x2244ebf8, state:R,
native ID:0x62c) prio=5
"ExecuteThread-2" (TID:0x6321fb8, sys_thread_t:0x2244ea88, state:R,
native ID:0x6c4) prio=5
"ExecuteThread-1" (TID:0x6321d30, sys_thread_t:0x22447930, state:MW,
native ID:0x53c) prio=5
"ExecuteThread-0" (TID:0x63217c0, sys_thread_t:0x2242fac8, state:MW,
native ID:0x6a0) prio=5
"TimeEventGenerator" (TID:0x63141c8, sys_thread_t:0x2242bb48, state:CW,
native ID:0x5c0) prio=5
at java.lang.Object.wait(Native Method)
at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java, Compiled
Code)
at
weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
, Compiled Code)
at java.lang.Thread.run(Thread.java:479)
"SpinnerRandomSource" (TID:0x6313b30, sys_thread_t:0x223c0de8, state:CW,
native ID:0x6ac) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:424)
at
weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
Compiled Code)
at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
Compiled Code)
"SymcJIT-LazyCompilation-1" (TID:0x61afc60, sys_thread_t:0x219a5d48,
state:CW, native ID:0x6bc) prio=1
at SymantecJITCompilationThread.DoCompileMethod(Native Method)
at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
Code)
"SymcJIT-LazyCompilation-0" (TID:0x61afca8, sys_thread_t:0x219a4c18,
state:CW, native ID:0x640) prio=1
at SymantecJITCompilationThread.DoCompileMethod(Native Method)
at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
Code)
"SymcJIT-LazyCompilation-PA" (TID:0x61afc70, sys_thread_t:0x219a3ae8,
state:CW, native ID:0x6a8) prio=10
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java, Compiled Code)
at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
Code)
"Finalizer" (TID:0x61a9320, sys_thread_t:0x2105dfe0, state:CW, native
ID:0x3cc) prio=8
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled Code)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, Compiled Code)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
"Reference Handler" (TID:0x61a93b0, sys_thread_t:0x2105c638, state:CW,
native ID:0x6b8) prio=10
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java, Compiled Code)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
"Signal dispatcher" (TID:0x61a93e0, sys_thread_t:0x21059408, state:R,
native ID:0x498) prio=5
"main" (TID:0x61a91e0, sys_thread_t:0x2f5f90, state:CW, native ID:0x710)
prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:424)
at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java, Compiled Code)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:107)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
Monitor Cache Dump:
weblogic.time.common.internal.TimeTable@6BD8660/6F2AFE8: <unowned>
Waiting to be notified:
"HighPriority TimeEventGenerator" (0x24c7fdc8)
java.net.PlainSocketImpl@6BDBA70/7357B08: owner "ListenThread"
(0x24ed8f80) 1 entry
oracle.jdbc.driver.OraclePreparedStatement@5E403B8/D4CF580: owner
"ExecuteThread-8" (0x22449f30) 1 entry
weblogic.kernel.ExecuteThread@6323590/7A400B0: <unowned>
Waiting to be notified:
"NBExecuteThread-1" (0x2245f660)
weblogic.t3.srvr.T3Srvr@61CE7B0/6FC2158: <unowned>
Waiting to be notified:
"main" (0x2f5f90)
SymantecJITCompilationThread@61AFCA8/6EB0288: <unowned>
Waiting to be notified:
"SymcJIT-LazyCompilation-PA" (0x219a3ae8)
com.mycompany.server.proxy.MycompanyProxyBeanEOImpl@5F6FCE0/CBCB850:
owner "ExecuteThread-8" (0x22449f30) 1 entry
weblogic.security.SpinnerThread@6313B30/79AEB20: <unowned>
Waiting to be notified:
"SpinnerRandomSource" (0x223c0de8)
java.lang.ref.ReferenceQueue$Lock@61A9338/6E786E8: <unowned>
Waiting to be notified:
"Finalizer" (0x2105dfe0)
oracle.jdbc.ttc7.TTC7Protocol@63653F0/6FFF008: owner "ExecuteThread-1"
(0x22447930) 1 entry
java.lang.Object@62FCAA8/6FB1388: owner "ExecuteThread-4" (0x2244ed68) 1
entry
java.lang.ref.Reference$Lock@61A93C0/6E78228: <unowned>
Waiting to be notified:
"Reference Handler" (0x2105c638)
weblogic.kernel.ExecuteThread@6323300/7A3F210: <unowned>
Waiting to be notified:
"NBExecuteThread-0" (0x2245e530)
weblogic.time.common.internal.TimeTable@6314D88/79BB7C8: <unowned>
Waiting to be notified:
"TimeEventGenerator" (0x2242bb48)
weblogic.jdbc.common.internal.ConnectionEnv@63652E8/6FFDF70: owner
"ExecuteThread-1" (0x22447930) 1 entry
oracle.jdbc.driver.OracleStatement@5E3EF90/D4DD8C0: owner
"ExecuteThread-1" (0x22447930) 1 entry
Registered Monitor Dump:
SymcJIT Method Monitor: <unowned>
SymcJIT Method Monitor: <unowned>
SymcJIT Method Monitor: <unowned>
SymcJIT Method Monitor: <unowned>
SymcJIT Method Monitor: <unowned>
SymcJIT Lazy Queue Lock: <unowned>
Waiting to be notified:
"SymcJIT-LazyCompilation-0" (0x219a4c18)
"SymcJIT-LazyCompilation-1" (0x219a5d48)
SymcJIT Method Monitor: <unowned>
SymcJIT Method List Monitor: <unowned>
SymcJIT Lock: <unowned>
utf8 hash
table: <unowned>
JNI pinning lock: <unowned>
JNI global reference lock: <unowned>
BinClass lock: <unowned>
Class linking lock: <unowned>
System class loader lock: <unowned>
Code rewrite lock: <unowned>
Heap lock: <unowned>
Monitor cache lock: owner "Signal dispatcher" (0x21059408) 1 entry
Waiting to enter:
"ExecuteThread-13" (0x22448e80)
"ExecuteThread-8" (0x22449f30)
"ExecuteThread-7" (0x22449dc0)
"ExecuteThread-6" (0x22449c50)
"ExecuteThread-5" (0x22449ae0)
"ExecuteThread-4" (0x2244ed68)
"ExecuteThread-1" (0x22447930)
"ExecuteThread-0" (0x2242fac8)
Thread queue lock: owner "Signal dispatcher" (0x21059408) 1 entry
Monitor registry: owner "Signal dispatcher" (0x21059408) 1 entry

Going through the thread dump
1. it looks like you are not using the Performance Packs (check if
weblogic.system.nativeIO.enable = true in weblogic.properties)
2. since it happens only after about an hour the garbage collector might be
busy which consumes the processor, try using incremental GC while you start
the weblogic server. This could be done with -Xincgc flag.
Hope and wish this solves your problem.
- Nirmal R.
"Michael Reiche" <[email protected]> wrote in message
news:[email protected]...
It looks like the Symantec JIT Compiler is busy compiling methods andthat
the ExecuteThreads (your JSPs) are waiting for them to finish so they can
execute a method (presumably the method that the JIT is busy compiling) -
just a guess.
You may want to try a different JVM - maybe 1.3.0
You could try turning off JIT - then your app would run impossibly slow,but
it would still run.
If you have any large methods - you could try and make them smaller - JVMs
have a hard time with large/complex methods - especially nested try/catch
blocks.
There's no need to cross post - a lot of people read all the groups.
Mike
"Mihir Mehta" <[email protected]> wrote in message
news:[email protected]...
Hi,
I have the following configuration being tested for load.
Weblogic 5.1 SP8, Windows NT, Java 1.2.2, Oracle 8.1.6.
I am running load scripts that access JSP. There are about 15 users
doing
fixed number of different things repeatedly i.e. they login, do a fewthings
and logout. Everything runs fine for about 1 to 2 hours and after that
I
observe CPU at 100 % and users cannot do anything. I took the threaddump,
but this does not reveal any user doing any CPU intesive operations. Allthe
JSP being accessed do finite number of things that take finite time. I
do
not see anything that should make the CPU shoot up to 100 %. Do you haveany
suggestions on how to debug this problem ? I am enclosing the thread
dump
(do you think it is odd that all threads are waiting on signaldispatcher).
Would really appreciate some suggestions.
Thanks,
Mihir
Full thread dump Classic VM (JDK-1.2.2-W, native threads):
"HighPriority TimeEventGenerator" (TID:0x6bd85f8,
sys_thread_t:0x24c7fdc8, state:CW, native ID:0x648) prio=9
at java.lang.Object.wait(Native Method)
at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,Compiled
Code)
at
weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.ja
va
, Compiled Code)
at java.lang.Thread.run(Thread.java:479)
"ListenThread" (TID:0x632eb98, sys_thread_t:0x24ed8f80, state:R,native
ID:0x94) prio=5
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java, Compiled Code)
at java.net.ServerSocket.implAccept(ServerSocket.java, Compiled Code)
at java.net.ServerSocket.accept(ServerSocket.java, Compiled Code)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java, Compiled Code)
"NBExecuteThread-1" (TID:0x6323590, sys_thread_t:0x2245f660,
state:CW,
native ID:0x4b4) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:424)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"NBExecuteThread-0" (TID:0x6323300, sys_thread_t:0x2245e530,state:CW,
native ID:0x618) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:424)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-14" (TID:0x6323218, sys_thread_t:0x22448ff0, state:R,
native ID:0x260) prio=5
at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-13" (TID:0x63230e0, sys_thread_t:0x22448e80,
state:MW,
native ID:0x534) prio=5
at java.lang.reflect.Method.invoke(Native Method)
at com.mycompany.expr.fn.Invoke.eval(Invoke.java, Compiled Code)
at
com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
Compiled Code)
at jsp._myapp._login._jspService(_login.java, Compiled Code)
at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java, Compiled Code)
atweblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-12" (TID:0x6322fb0, sys_thread_t:0x22448d10, state:R,
native ID:0x540) prio=5
at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-11" (TID:0x6322e78, sys_thread_t:0x22448ba0, state:R,
native ID:0x5cc) prio=5
at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-10" (TID:0x6322a98, sys_thread_t:0x22448a30, state:R,
native ID:0x3ec) prio=5
at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java,
Compiled Code)
atweblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-9" (TID:0x6322968, sys_thread_t:0x2244a0a0, state:R,
native ID:0x47c) prio=5
"ExecuteThread-8" (TID:0x6322838, sys_thread_t:0x22449f30, state:MW,
native ID:0x550) prio=5
at java.lang.reflect.Method.invoke(Native Method)
at
com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
Compiled Code)
at jsp._myapp._login._jspService(_login.java, Compiled Code)
at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java, Compiled Code)
atweblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-7" (TID:0x6322708, sys_thread_t:0x22449dc0, state:MW,
native ID:0x6c0) prio=5
"ExecuteThread-6" (TID:0x63225d0, sys_thread_t:0x22449c50, state:MW,
native ID:0x624) prio=5
"ExecuteThread-5" (TID:0x6322520, sys_thread_t:0x22449ae0, state:MW,
native ID:0x6dc) prio=5
"ExecuteThread-4" (TID:0x6322370, sys_thread_t:0x2244ed68, state:MW,
native ID:0x60c) prio=5
at java.lang.reflect.Method.invoke(Native Method)
at
com.mycompany.jsp.SessionPageBean.performAllActions(SessionPageBean.java,
Compiled Code)
at jsp._myapp._login._jspService(_login.java, Compiled Code)
at weblogic.servlet.jsp.JspBase.service(JspBase.java, Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
>
, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java, Compiled Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java, Compiled Code)
atweblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
Compiled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
"ExecuteThread-3" (TID:0x6322240, sys_thread_t:0x2244ebf8, state:R,
native ID:0x62c) prio=5
"ExecuteThread-2" (TID:0x6321fb8, sys_thread_t:0x2244ea88, state:R,
native ID:0x6c4) prio=5
"ExecuteThread-1" (TID:0x6321d30, sys_thread_t:0x22447930, state:MW,
native ID:0x53c) prio=5
"ExecuteThread-0" (TID:0x63217c0, sys_thread_t:0x2242fac8, state:MW,
native ID:0x6a0) prio=5
"TimeEventGenerator" (TID:0x63141c8, sys_thread_t:0x2242bb48,state:CW,
native ID:0x5c0) prio=5
at java.lang.Object.wait(Native Method)
at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java,Compiled
Code)
at
weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java
, Compiled Code)
at java.lang.Thread.run(Thread.java:479)
"SpinnerRandomSource" (TID:0x6313b30, sys_thread_t:0x223c0de8,state:CW,
native ID:0x6ac) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:424)
at
weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java,
Compiled Code)
at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java,
Compiled Code)
"SymcJIT-LazyCompilation-1" (TID:0x61afc60, sys_thread_t:0x219a5d48,
state:CW, native ID:0x6bc) prio=1
at SymantecJITCompilationThread.DoCompileMethod(Native Method)
at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
Code)
"SymcJIT-LazyCompilation-0" (TID:0x61afca8, sys_thread_t:0x219a4c18,
state:CW, native ID:0x640) prio=1
at SymantecJITCompilationThread.DoCompileMethod(Native Method)
at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
Code)
"SymcJIT-LazyCompilation-PA" (TID:0x61afc70,sys_thread_t:0x219a3ae8,
state:CW, native ID:0x6a8) prio=10
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java, Compiled Code)
at SymantecJITCompilationThread.run(JITcompilationthread.java, Compiled
Code)
"Finalizer" (TID:0x61a9320, sys_thread_t:0x2105dfe0, state:CW,native
ID:0x3cc) prio=8
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, CompiledCode)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java, CompiledCode)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
"Reference Handler" (TID:0x61a93b0, sys_thread_t:0x2105c638,
state:CW,
native ID:0x6b8) prio=10
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java, Compiled Code)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
"Signal dispatcher" (TID:0x61a93e0, sys_thread_t:0x21059408,state:R,
native ID:0x498) prio=5
"main" (TID:0x61a91e0, sys_thread_t:0x2f5f90, state:CW, nativeID:0x710)
prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:424)
at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java, Compiled Code)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:107)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
Monitor Cache Dump:
weblogic.time.common.internal.TimeTable@6BD8660/6F2AFE8: <unowned>
Waiting to be notified:
"HighPriority TimeEventGenerator" (0x24c7fdc8)
java.net.PlainSocketImpl@6BDBA70/7357B08: owner "ListenThread"
(0x24ed8f80) 1 entry
oracle.jdbc.driver.OraclePreparedStatement@5E403B8/D4CF580: owner
"ExecuteThread-8" (0x22449f30) 1 entry
weblogic.kernel.ExecuteThread@6323590/7A400B0: <unowned>
Waiting to be notified:
"NBExecuteThread-1" (0x2245f660)
weblogic.t3.srvr.T3Srvr@61CE7B0/6FC2158: <unowned>
Waiting to be notified:
"main" (0x2f5f90)
SymantecJITCompilationThread@61AFCA8/6EB0288: <unowned>
Waiting to be notified:
"SymcJIT-LazyCompilation-PA" (0x219a3ae8)
com.mycompany.server.proxy.MycompanyProxyBeanEOImpl@5F6FCE0/CBCB850:
owner "ExecuteThread-8" (0x22449f30) 1 entry
weblogic.security.SpinnerThread@6313B30/79AEB20: <unowned>
Waiting to be notified:
"SpinnerRandomSource" (0x223c0de8)
java.lang.ref.ReferenceQueue$Lock@61A9338/6E786E8: <unowned>
Waiting to be notified:
"Finalizer" (0x2105dfe0)
oracle.jdbc.ttc7.TTC7Protocol@63653F0/6FFF008: owner
"ExecuteThread-1"
(0x22447930) 1 entry
java.lang.Object@62FCAA8/6FB1388: owner "ExecuteThread-4"(0x2244ed68)
1
entry
java.lang.ref.Reference$Lock@61A93C0/6E78228: <unowned>
Waiting to be notified:
"Reference Handler" (0x2105c638)
weblogic.kernel.ExecuteThread@6323300/7A3F210: <unowned>
Waiting to be notified:
"NBExecuteThread-0" (0x2245e530)
weblogic.time.common.internal.TimeTable@6314D88/79BB7C8: <unowned>
Waiting to be notified:
"TimeEventGenerator" (0x2242bb48)
weblogic.jdbc.common.internal.ConnectionEnv@63652E8/6FFDF70: owner
"ExecuteThread-1" (0x22447930) 1 entry
oracle.jdbc.driver.OracleStatement@5E3EF90/D4DD8C0: owner
"ExecuteThread-1" (0x22447930) 1 entry
Registered Monitor Dump:
SymcJIT Method Monitor: <unowned>
SymcJIT Method Monitor: <unowned>
SymcJIT Method Monitor: <unowned>
SymcJIT Method Monitor: <unowned>
SymcJIT Method Monitor: <unowned>
SymcJIT Lazy Queue Lock: <unowned>
Waiting to be notified:
"SymcJIT-LazyCompilation-0" (0x219a4c18)
"SymcJIT-LazyCompilation-1" (0x219a5d48)
SymcJIT Method Monitor: <unowned>
SymcJIT Method List Monitor: <unowned>
SymcJIT Lock: <unowned>
utf8 hash
table: <unowned>
JNI pinning lock: <unowned>
JNI global reference lock: <unowned>
BinClass lock: <unowned>
Class linking lock: <unowned>
System class loader lock: <unowned>
Code rewrite lock: <unowned>
Heap lock: <unowned>
Monitor cache lock: owner "Signal dispatcher" (0x21059408) 1 entry
Waiting to enter:
"ExecuteThread-13" (0x22448e80)
"ExecuteThread-8" (0x22449f30)
"ExecuteThread-7" (0x22449dc0)
"ExecuteThread-6" (0x22449c50)
"ExecuteThread-5" (0x22449ae0)
"ExecuteThread-4" (0x2244ed68)
"ExecuteThread-1" (0x22447930)
"ExecuteThread-0" (0x2242fac8)
Thread queue lock: owner "Signal dispatcher" (0x21059408) 1 entry
Monitor registry: owner "Signal dispatcher" (0x21059408) 1 entry

Similar Messages

  • Weblogic 10.3.0 on Win 2k3 64 bit

    Hi All
    I have installed Weblogic 10.3.0 on Win 2K3 64 bit and created a domain with using Sun JDK 1.6.0_10.
    The server crashes when I enter the username on the prompt while starting the server. But if I hard-code the userID/pwd in the SetDomainEnv.cmd file, the server works fine.
    The error that I am getting in the first case is:
    Enter username to boot WebLogic server:weblogic
    <Oct 6, 2010 2:53:38 PM CDT> <*Error*> <Security> <BEA-090782> <Server is Running in Production Mode and Native Library(terminalio) to read the password securely from commandline is not found.>
    <Oct 6, 2010 2:53:38 PM CDT> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Oct 6, 2010 2:53:38 PM CDT> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Oct 6, 2010 2:53:38 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Please let me know if anyone of you have the resolution to this problem.
    Thanks

    You might try to rename (.old) the admin server cache files and try again. They are located at xxxdomain\servers\admin (4 folders - cache, data, tmp, security).....

  • Wildcard certifications in Weblogic 5.1,SP8

    Has anyone had success in using Thawte's wildcard SSL certificates which are supposed to work with weblogic and allow for multiple sub domains? We have many subdomains running from one weblogic instance that is also clustered across several servers tied to 1 virtual IP address for load balancing. Basically, any advice on using and obtaining SSL certs INEXPENSIVELY to support many subdomains would be appreciated.

    Pratik Chatterjee wrote:
    Hi,
    We are using weblogic connection pool for Oracle 8i databases. For some reason, if the database goes down for only a few hours (after which it becomes available again), then the connection pool automatically refreshes all its connections. As a result our java applications get data normally after the database is back up.
    However, we had a very long period of database down (about 24 hours) in production recently and finally when the database became available then we noticed that our java applications were not getting data from the database. Apparently weblogic server did NOT refresh its connections in pool (it seems that after a long period of databse down, the server gave up and did not attempt to refresh connections). We just restarted the weblogic servers in production and that resolved the issue. If you encountered similar issues in the past (with WEblogic 5.1 sp8) and happen to know the resolution then please let us know.
    Also, someone in our company reported that if the database servers are down when the weblogic servers are started then weblogic does not create the connection pool at all. As a result if the database became available some time after the weblogic server started, then the java applications didn't get data (even after the DB because available). Again, if you know about this issue and the resolution, please let us know.
    Thanks,
    PratikHi. If the pool is defined with an initial capacity > 0, then when weblogic starts up,
    if it can't create that minimum number of connections, then the pool will not be created
    at all. If the initial capacity is zero, then the pool will be created whether or not
    the DBMS is up. Once a pool exists, if it needs a connection it will try to create one
    and will throw an exception to the application if it can't. Do you have test-connections-on-reserve
    set? You should. That would always ensure you get a good connection if it's possible to
    provide one.
    Joe

  • IPlanet 4.0 and Weblogic 5.10 SP8

    I'm using iPlanet 4.0 as a web server and Weblogic 5.10 SP8 as an application server.
    Everything is OK when the line "weblogic.httpd.enable=true" is written in the
    weblogic.properties file.
    When I replace "true" by "false", it declares an error :
    Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization
    will not help
    and the request SHOULD NOT be repeated. If the request method was not HEAD and
    the server
    wishes to make public why the request has not been fulfilled, it SHOULD describe
    the reason for
    the refusal in the entity. This status code is commonly used when the server
    does not wish to
    reveal exactly why the request has been refused, or when no other response is
    applicable.
    Is it possible to put weblogic.httpd.enable=false to use Weblogic without its
    HTTP Server, and only as an application server ?

    The certification was recently completed. It is in the process of being
    placed on the web site. At that point, it will be officially supported.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Venkat K" <[email protected]> wrote in message
    news:399035f4$[email protected]..
    Hello,
    Is the NSAPI plugin provided with Weblogic 5.1 Server compatible with
    iPlanet 4.1? The Weblogic documentation doesn't seem to be clear to me on
    this one. We plan to run in this setup on Solaris 8.
    Any details on this are appreciated.
    Thanks in advance and Best Regards,
    Venkat K.

  • WebLogic Security in sp8

    "There is a security issue with the JDK that we are using, 1.2.2_05a. It can only be exploited in certain circumstances. I have some questions that I can not find an answer to on ASK BEA:1. Is WebLogic 5.1 sp8 vulnerable to the exploit described in Sun Security Bulletin

    为了方便Weblogic用户管理JKS证书,我发布了一个Eclipse插件,代号SecureX,该插件将集成Keytool, Axis数字签名,加密,和SSO/SSL向导,目前版本为1.0.0,改自于KeytoolGUI1.6版本。
    作了不少的增强,原来的版本已经停止开发并被作者商业化,开源版本以后将由我提供:)
    SecureX 的URL: http://www.blogjava.net/openssl/archive/2006/03/17/35781.html
    关于SecureX,请参看http://www.blogjava.net/openssl/archive/2006/02/08/29886.aspx
    该Project遵循GPL,参见https://sourceforge.net/projects/securex/
    源代码将在2.0发布到SF。
    代替Keytool的图形化界面,增加了数字签名功能,原来的版本来自于Keytool Gui 1.6(基于SWing),我重写了SWT界面,集成到SecureX并以SecureX为基础,不断扩展Java Security功能,包括加密,签名,SSO向导,SSL向导之类的功能。
    下载:
    http://www.blogjava.net/Files/openssl/plugins.part1.rar
    http://www.blogjava.net/Files/openssl/plugins.part2.rar
    http://www.blogjava.net/Files/openssl/plugins.part3.rar
    http://www.blogjava.net/Files/openssl/plugins.part4.rar
    http://www.blogjava.net/Files/openssl/plugins.part5.rar
    http://www.blogjava.net/Files/openssl/plugins.part6.rar
    http://www.blogjava.net/Files/openssl/plugins.part7.rar
    下载完毕后,解压到plugins目录,然后找到
    其子目录SecureX_1.0.0
    然后,将其整个Copy到Eclipse目录下的Plugin目录下,重启Eclipse,
    然后点击菜单项Securex下KeyTool,就可以运行。
    如对SecureX有兴趣,请加入SecuritySite群(14966586)或者email给我:openssl(at)163.com

  • Office 2013 Win 7 hanging

    Hi guys, I have a user running Office 2013 on Win 7 32 bit, randomly when opening excel files, excel will say not responding but it will eventually open the files, this can take 5 mins, the only thing I can see in the event log is the software protection
    service starting/stopping etc all around the same time, users are very unhappy as its stopping them from working, any ideas.
    Thanks

    Hi,
    Regarding Excel hangs, not responding issue, this could be caused by several things. Please check the below KB for the different scenarios:
    Excel: How to Troubleshoot Crashing and Not Responding Issues with Excel
    Best regards
    Michael Shao
    TechNet Community Support

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

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

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

  • How to run Weblogic Server 8.1 in Win 98/Red Hat Linux

    I've receieved the Weblogic Server 8.1 Evaluation version. I've installed it successfully. But while I try to start the Weblogic Server the progress bar shows the completion of the server start but the indicator does not turn green. What might be the reason.Same is the problem with Red hat Linux 8.0 ? Please send in the solution

    Joydeep,
    WebLogic Platform 8.1 is not supported on Win 98 and Red Hat 8.0. Please
    refer to the following url for more information.
    http://e-docs.bea.com/platform/docs81/support/supp_plat.html#1048419
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Joydeep Paul" <[email protected]> wrote in message
    news:3f4e9723$[email protected]..
    I've receieved the Weblogic Server 8.1 Evaluation version. I've installedit successfully. But while I try to start the Weblogic Server the progress
    bar shows the completion of the server start but the indicator does not turn
    green. What might be the reason.Same is the problem with Red hat Linux 8.0 ?
    Please send in the solution

  • Is it possible to run  EJB (  Weblogic server 7.0) on win XP professional

    Hi,
    i am using win XP Professional platform. Is it possible to run EJB (WEBLOGIC SERVER 7.0) on this platform. IF not what are the other plug in needed to run WEBLOGIC SERVER on WIN XP Prof ?.

    Yes, though currently BEA hasn't certified it for XP.

  • IMac in Win 7 hang over a year now with no solution

    I was convince by a friend and bought an iMac 27# in the PC show in March 2010 and along with it.. the additoinal 2Gb RAM and then follow by the Apple Care protection.
    It was the biggest IT purchase mistake ever!
    As I couldn't manage the Apple mouse accelaration I need to instal Winodws.
    I install win 7 using Boot Camp and then install Starcraft 2...
    I was horrified by the crash and hang...
    - White disorted frozen screens,
    - iMac auto restarts..
    - Daily.. 5 - 10times.. during the game..
    after 2 months I stop using... and start my applecare journey and now reach 1 year..
    now iMac sit as white elephant in the house... even apple doesn't really care much about it.
    I was then surprised by the applecare..
    - They bring you in circle..passing the bucket...
    - Customer Relation to Snr tech, to Snr Advisor then back to Customer Relation and restarts.
    - 4 out of 11 snr tech doesn't return call and doesn't really log dow case information properly.
    - CR consistently **** customer with hardware test processes.. even if you do 11 times..
    reformated over 5 times...send in to vendor claim the repair and on the same day less then 15mins.. hang... what's new over the 1 year period..
    - 1 CR threaten to hang the phone if I don't redo the entire hardware and then she actually did hang it while I was explaining..
    - 4 out of 11 CR remain uncontactable, and doesn't return call evening you leave voice mail.
    Now I learn to obtain name of CR and Snr tech including Snr Advisor, anyway they will get away with bad services..as one of the CR mention they will not allow us to speak to thier manager.
    It's a long message but coming to the forum seems to be my last restort ... maybe I still hope to see justice for me, on my time and money spent.
    from a very disappointted customer.

    Thanks for responding...I am currently really fustrated..
    It wasn't mean to be personel in anyway which is why I'm not naming the Apple Staffs that are causing me these pain other then the product itself.
    Over 11 calls, talk to at least 15 snr tech and not sure how many Support Advisor should be more then 15. maybe 2-4 Snr Advisor..
    I wasn't expecting a performance for windows 7. at this stage I only was merely expecting iMac to work as it claims.
    Not performing and cannot be use is total different thing..
    Create using boot camp... well thank to Apple Care I have already did it 5 times...full reformat..clean install....
    update to latest software Mac then Boot camp then install windows 7.. update it then install Starcraft 2.. start game.. and crash and crash and crash....
    install Team Fortress 2... crash and crash and crash...
    Install left 4 Dead 2... crash and crash and crash..
    Clean install with no other software just Windows and the game above.. one by one..shows..
    After Servicing from Apple changing the display card, on the day it was delivered back..guess what CRASH!!!!
    I have a 3 year old Laptop, that I tested on Win 7 and install the games above reasonable performance but understandable... DOESN'T CRASH at all.... What does that tell you??
    Just for curiousity I tested on my friends 2 year desktop PC and wa la..NO CRASH..
    This is microsft problems, you say? It's clear.. iMac has issues... maybe that's why noone in AppleCare is willing to look seriously into this to solve this over the past 1 year, I just get push back.. a couple of swiping statement it's microsoft issues.. really you think so?
    To curb my attitude, well have you paid AppleCare and have your support advisor hang up on you while you explain?
    another one understand the whole thing as she say.. assigns a Snr Tech that doesn't call back???? I call to tha same Support Advisor over 5 times no pick up, left a voice mail .. doesn't return calls..
    My assigned Snr Advisor ask me to install Win XP and test...believe a not???? Then pass me back to Support Advisor who then pass me to another Snr tech who claim we should move to the highest level Snr Advisor...
    Try doing the circle 11 times.... bare inmind not forgoting the wait time..I waited 28mins for Snr Tech to come on the phone.
    That's AppleCare protection.. as it says.. it certainly protects Apple.. but not thier consumers.
    I agree iMac is reall nice package and features.. ONLY IF IT WORKS.

  • Win XP Hangs after Splash Screen (PointSec Loaded)

    I have a lenovo t400 laptop, that has Pointsec encryption (6.1.3) ,and WinXP loaded on it.
    I ran the Think Vantage Lenovo update tool which downloaded and installed a number of updates - as I hadn't run it for ages.
    Now when I try to start the computer it hangs after the XP splash screen is displayed. The screen simply goes black.
    I have tried the various Safe Mode options (include VGA Mode, and start with last successful configuration) without luck. They also fail to boot.
    The flow is:
    Power On, PointSec Authentication Screen, Win XP Splash screen, then a black screen
    I have successfully got into the system using UBCD4Win with the pointsec plugin loaded, this loads a WinPE type environment via a USB stick and allows me to access the C: drive unencrypted (as I have authenticated with Pointsec).
    I'm really stuck for ideas as to which of the update is causing the problem, and would love to hear some suggestions on how to fix this situation.
    Additional Info:
    The last few lines in ntbtlog.txt is:
    Did not load driver Direct Parallel
    Did not load driver SM bios service
    Did not load driver SM bus service
    Loaded driver \SystemRoot\System32\Drivers\Cdfs.SYS
    Looking in:
    c:\Windows\$NtServicePackUninstall$
    it looks like Service Pack 3 has been installed:
    The file: spuninst\spuninst,inf shows:
    NtServicePackVersionText = "Service Pack 3"
    NtServicePackPreviousVersionText = "Service Pack 2"
    Solved!
    Go to Solution.

    Fixed!!!
    The problem was the lenovo updates (most likely culprit being the video driver I presume).
    Using UBCD4Win with the pointsec plugin I was able to
    * get  access to the decrypted c: drive
    * Manually rolled back the updates to c:\windows\system32 and c:\windows\system32\drivers
    Original files were found in places like: c:\windows\system32\reinstallbackups\008\DriverFiles
    * Finally I had to roll back the registry updates that the updates did. UBCD4Win provides a tool to do this:  Registry Restore Wizard. It basically just looks in the System Restore Directory c:\System Volume Information and lists all the available Restore Points (thankfully the Lenovo updates mark a restore point before they run). You can also do this manually using the following instructions:
    http://hypography.com/forums/tutorials-and-how-tos/17193-xp-recovery-instructions-for-ubcd4win.html
    This done the system booted successfully.
    I most definitely will be staying clear of pressing the big blue button from now on. That was a real nightmare to fix.

  • Win xp hanging

    Hiya,
    New poster here...just got new msi nforce-2L delta board...new cpu 2400xp...760ram..80gig wd hd...ati 9600xt....anyway just put all the compnents together on board...formated hd with the software it came with...installed win...everything went fine..when windows was done installing ..it rebooted...at the screen where it says win xp pro...it hangs just sits there ...when reboot can get to safe mode no problem..tryed all of windows trouble shooting ideas..worthless...been looking  on here and tried to fix the jumpers on wd hd ..no good...reinstalled win like 3 times..any one have any ideas...i know this is kinda rough i no tech guru to be sure..but some help would be nice )

    Ya if i turn comp on it hangs with the winxp pro screen sitting on monitor..so i hit restart and since i did not shut down problery i gives me the "u did not shut down properly" screen..so i then pick safe mode and it "boots" into xp no problem ..in safe mode that is...installed xp like 4 times all fresh installs...new everything...and this keeps happening...windows will load up just great then when it done loading up..it reboots then i get the hole hanging issue  ....hope that makes it a bit more clear

  • Windows 8.1 Pro upgrade from store on win-8 hangs at "preparing to restart" 98%

    Hi,
    I tried to upgrade win-8.1 Pro from store and it run more than 12 hrs and does not move after 98% "Preparing to restart".
    I tried few times after restart also same.
    why
    Tks
    hari

    Hi,
    By analyzing the error log, operating system did not have correct privileges to perform the upgrade. 
    Did your computer join the domain?
    If your computer joined the domain,we suggested you to remove the machine from Domain and move it to a workgroup
    Did you have multi-bootable partitions? If yes, mark your Windows partition as "Active". 
    http://windows.microsoft.com/en-us/windows/mark-partition-active#1TC=windows-7
    If the issue persists,Run CMD as Administrator, type following command:
    Repair-WindowsImage -Online -RestoreHealth 
    Also, find the following location,and update the ownership of this directory to the Administrators group and granted Administrators Full Control to the directory.
    C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys
    Hope this helps.
    Regards,
    Kelvin hsu
    TechNet Community Support

  • IIS 4.0 with weblogic 5.1 sp8, URGENT

    Hi,
    I m running Weblogic 5.1(runs on port 7001) on NT 4.0 with IIS 4.0(runs on
    port 80) with IIS plugin configured properly.
    I can access or run http://www.myhost.com/hello.jsp Hello.jsp is compiled
    by weblogic and returned by back to IIS(browser). However if I access
    http://www.myhost.com/portal/signin.jsp. signin.jsp is compiled by weblogic
    and returned by back to browser through IIS. But my url get change in
    between. It becomes http://www.myhost.com:7001/portal/index.jsp. How Can I
    fix it so that every request is through webserver.
    Any help,

    Hey KP,
    Try redirect by extension instead of redirect by path.
    I tried redirect jsp, gif, and jpg by extension using WLS6SP1/
    EFS3.5(Solaris) and IIS4(NT) and I didn't have any problem with
    the 7001 port number. By the way, have you tried using https to
    request /portal/index.jsp with WLS6 on either NT or
    Solaris platform? My web server (either iplanet or iis) cannot
    render the result return by the WLS and displays "Internal
    Server failure, NSAPI plugin. Cannot continue." when I tried
    https://www.myhost.com/portal/index.jsp or
    https://www.myhost.com/portal/diag.jsp.
    Do you know what's wrong? Help!
    Tony
    "K.P. Patel" <[email protected]> wrote:
    Hi,
    I m running Weblogic 5.1(runs on port 7001) on NT 4.0 with IIS 4.0(runs
    on
    port 80) with IIS plugin configured properly.
    I can access or run http://www.myhost.com/hello.jsp Hello.jsp is compiled
    by weblogic and returned by back to IIS(browser). However if I access
    http://www.myhost.com/portal/signin.jsp. signin.jsp is compiled by weblogic
    and returned by back to browser through IIS. But my url get change in
    between. It becomes http://www.myhost.com:7001/portal/index.jsp. How
    Can I
    fix it so that every request is through webserver.
    Any help,

  • 11.5.9 with win 2000 hangs during statspack

    Dear All,
    I started statspack, upon starting of SQL> @spcreate.sql Oracle application hangs and users are unable to work, then i restarted the serviecs, now its working fine but it is happend 2 times on the same point.
    spcreate.sql scripts completed successfully.
    default tablespace: FERFSTAT
    temp tablespace:     TEMP
    How i can diagnose, basically what was the problem.

    Check the following spool files for any reported errors:
    - spctab.lis
    - spcpkg.lis
    - spcusr.lis

Maybe you are looking for

  • Just updated Itunes to 11.1.4.62 and no longer synchs to iphone

    Just updated Itunes to 11.1.4.62 and no longer synchs to iphone. Did reinstall, removed old itunes, rebooted, rebooted phone, stopped ipod service, started ipod service. Every variation fails to show iphone 4s in new itunes update. Really getting fed

  • Creation of Business Layer

    I am trying to create a Business Layer using the wizard. I have selected the user whose tables i want to load. But the list of schema Objects for this user that is seen in the wizard is very few. Is it because the EUL owner user which i have used to

  • Settings in color management VISTA

    http://s54.radikal.ru/i143/0808/c2/e56c95257436.jpg I am using a new Dell3007WFP und NVIDIA GeForce 7600 GT with Windows Vista. Images display with a yellow tinge when I open them in Photoshop CS3 (or Windows Photo Gallery). They do not have the yell

  • Syncing project files/paths between an iMac and Macbook Pro

    I work in music production and am looking to purchase a new iMac. However, I'm on the road about 30% of the time, and need to continue to work on in-progress projects on my Macbook Pro. So I need my project files, and all the associated files (plugin

  • Preview Shift Color on Save?

    Hi Can anyone save me from this headache of a problem! After saving a postscript file from QuarkXpress 5.0 I open it in preview. All is good. But then when I save it out of preview as a pdf the color changes as soon as the save is complete. Why is th