JMS/RMI causes  WLS to hang

Hello,
Not sure if this is the right newsgroup-I am trying to
diagnose a problem where the weblogic server(5.1, SP9) hangs. I have run
it through JProbe's Threadalyzer and I checked for deadlocks and no
deadlocks were reported. What was reported were three thread stalls (one
block stall and two wait stalls) . All the three thread stalls were
holding JMSServerSession(different instances of it).
Here is the architecture -
A third party application makes a HTTP request to a servlet running on
WLS and that servlet posts a message to JMS and returns. We are using
ServerSessionPool. The client class implementing the MessageListener
then calls other RMI objects within the same JVM(its non-clustered
weblogic).
Here is the question-under heavy load this seems to hang the system
eventually. I am unable to determine why at this point. The thread dump
is different each time.
The onMessage() method calls one RMI object which delegates to a
detailed object tree several layers deep(other RMI objects). In one of
those RMI objects there is a synchronized block.
Currently there is no notifyAll() being issued when this synchronized
block exits.
Is it necessary then to issue a notifyAll() within any synchronized code
that is within the 'scope' of the onMessage()
I would like the JMS thread to return immediately. So that the rest of
the RMI code is handled in other threads.
Thanks in advance,
Aswin.

Here is the thread dump-JProbe did not report any deadlock again( I did not profile the
weblogic.* classes). However the CPU usage was 100% and the server just hung-
"Thread-5" daemon prio=5 tid=0x3e1e7470 nid=0xd9 runnable [0x3e2af000..0x3e2afdc
0]
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:86)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:225)
at java.io.BufferedInputStream.read(BufferedInputStream.java:280)
- locked <619fd20> (a java.io.BufferedInputStream)
at COM.activesw.api.client.BrokerConnection.readData(BrokerConnection.ja
va:1584)
at COM.activesw.api.client.BrokerConnection.run(BrokerConnection.java:15
06)
"SocketListener" daemon prio=5 tid=0x3cef3c30 nid=0xd4 runnable [0x3cf6f000..0x3
cf6fdc0]
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:421)
- locked <4fb6d10> (a java.net.PlainSocketImpl)
at java.net.ServerSocket.implAccept(ServerSocket.java:243)
at java.net.ServerSocket.accept(ServerSocket.java:222)
at com.inprise.vbroker.IIOP.Listener.accept(Listener.java:102)
at com.inprise.vbroker.orb.SocketSCM$ListenerThread.run(SocketSCM.java:3
2)
at java.lang.Thread.run(Thread.java:484)
"AreYouAlive" daemon prio=5 tid=0x3cd1e520 nid=0x17a waiting on monitor [0x3ce2f
000..0x3ce2fdc0]
at java.lang.Object.wait(Native Method)
- waiting on <4da7f58> (a com.inprise.vbroker.ds.DSUser$AreYouAlive)
at com.inprise.vbroker.ds.DSUser$AreYouAlive.run(DSUser.java:115)
- locked <4da7f58> (a com.inprise.vbroker.ds.DSUser$AreYouAlive)
"DatagramThread" daemon prio=5 tid=0x3cd19af0 nid=0x138 runnable [0x3cdef000..0x
3cdefdc0]
at java.net.PlainDatagramSocketImpl.peek(Native Method)
- locked <4da1a10> (a java.net.PlainDatagramSocketImpl)
at java.net.DatagramSocket.receive(DatagramSocket.java:354)
- locked <140c7130> (a java.net.DatagramPacket)
- locked <4da19f8> (a java.net.DatagramSocket)
at com.inprise.vbroker.ds.DSUser$DatagramThread.run(DSUser.java:157)
"GarbageCollector" daemon prio=5 tid=0x3cb80100 nid=0x1a5 waiting on monitor [0x
3ccaf000..0x3ccafdc0]
at java.lang.Object.wait(Native Method)
- waiting on <4bca9c0> (a com.inprise.vbroker.orb.GarbageCollector)
at com.inprise.vbroker.orb.GarbageCollector.run(GarbageCollector.java:62
- locked <4bca9c0> (a com.inprise.vbroker.orb.GarbageCollector)
"ListenThread" prio=5 tid=0x3c57c310 nid=0x145 runnable [0x3c5df000..0x3c5dfdc0]
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:421)
- locked <3533380> (a java.net.PlainSocketImpl)
at java.net.ServerSocket.implAccept(ServerSocket.java:243)
at java.net.ServerSocket.accept(ServerSocket.java:222)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:286)
"LDAPConnThread majestix.xyz.com:389" daemon prio=5 tid=0x3a20bc40 nid=0
x110 runnable [0x3a29f000..0x3a29fdc0]
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:86)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
- locked <3022d48> (a java.io.BufferedInputStream)
at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:420)
"NBExecuteThread-1" daemon prio=5 tid=0x38283ed0 nid=0x1e0 waiting on monitor [0
x388df000..0x388dfdc0]
at java.lang.Object.wait(Native Method)
- waiting on <2f0a498> (a weblogic.kernel.ExecuteThread)
at java.lang.Object.wait(Object.java:420)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
- locked <2f0a498> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
"NBExecuteThread-0" daemon prio=5 tid=0x38281180 nid=0x1ca waiting on monitor [0
x3889f000..0x3889fdc0]
at java.lang.Object.wait(Native Method)
- waiting on <2f09ea8> (a weblogic.kernel.ExecuteThread)
at java.lang.Object.wait(Object.java:420)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
- locked <2f09ea8> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
"ExecuteThread-19" daemon prio=5 tid=0x3827f660 nid=0x1b1 runnable [0x3885f000..
0x3885fdc0]
at java.lang.StringBuffer.toString(StringBuffer.java:1068)
at com.xyz.king.common.DiplomatBasicParser.parse(DiplomatBasicPa
rser.java:78)
at com.xyz.king.go.Tuvking.getExacgoatchFormat(Tuvking.java:56)
at com.xyz.king.go.IndexerLocal.setExacgoatchKeys(IndexerLocal.j
ava:72)
at com.xyz.everest.integration.king.go.IndexerWLRMIImpl.setExact
MatchKeys(IndexerWLRMIImpl.java:68)
at com.xyz.everest.page.pageimport.PageImporter.createPageFromGx
ml(PageImporter.java:464)
at com.xyz.everest.page.pageimport.PageImporter.importSourcePage
(PageImporter.java:231)
at com.xyz.everest.page.pageimport.PageImporter.importPage(PageI
mporter.java:152)
at com.xyz.everest.page.PageManagerLocal.importPage(PageManagerL
ocal.java:340)
at com.xyz.everest.page.PageManagerWLRMIImpl.importPage(PageMana
gerWLRMIImpl.java:254)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssLocalizationRequest(RequestProcessor.java:168)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssRequest(RequestProcessor.java:65)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorLocal.addReq
uestToJob(JobCreatorLocal.java:89)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorWLRMIImpl.ad
dRequestToJob(JobCreatorWLRMIImpl.java:41)
at com.xyz.everest.request.RequestHandlerLocal.submitRequest(Req
uestHandlerLocal.java:423)
at com.xyz.everest.request.RequestHandlerLocal.onMessage(Request
HandlerLocal.java:192)
at weblogic.jms.client.JMSMessageConsumer.run(JMSMessageConsumer.java:27
6)
at weblogic.jms.client.JMSSession.run(JMSSession.java:342)
at weblogic.jms.server.JMSServerSession.execute(JMSServerSession.java:44
- locked <72e2d18> (a weblogic.jms.server.JMSServerSession)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-18" daemon prio=5 tid=0x3827e850 nid=0x170 waiting on monitor [0x
3881f000..0x3881fdc0]
at java.lang.Object.wait(Native Method)
- waiting on <2f08db0> (a weblogic.kernel.ExecuteThread)
at java.lang.Object.wait(Object.java:420)
at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
- locked <2f08db0> (a weblogic.kernel.ExecuteThread)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
"ExecuteThread-17" daemon prio=5 tid=0x3827da10 nid=0x1e9 runnable [0x387df000..
0x387dfdc0]
at java.lang.StringBuffer.expandCapacity(StringBuffer.java:202)
at java.lang.StringBuffer.append(StringBuffer.java:401)
- locked <140f83b0> (a java.lang.StringBuffer)
at com.xyz.king.common.DiplomatBasicParser.parse(DiplomatBasicPa
rser.java:78)
at com.xyz.king.go.Tuvking.getExacgoatchFormat(Tuvking.java:56)
at com.xyz.king.go.IndexerLocal.setExacgoatchKeys(IndexerLocal.j
ava:72)
at com.xyz.everest.integration.king.go.IndexerWLRMIImpl.setExact
MatchKeys(IndexerWLRMIImpl.java:68)
at com.xyz.everest.page.pageimport.PageImporter.createPageFromGx
ml(PageImporter.java:464)
at com.xyz.everest.page.pageimport.PageImporter.importSourcePage
(PageImporter.java:231)
at com.xyz.everest.page.pageimport.PageImporter.importPage(PageI
mporter.java:152)
at com.xyz.everest.page.PageManagerLocal.importPage(PageManagerL
ocal.java:340)
at com.xyz.everest.page.PageManagerWLRMIImpl.importPage(PageMana
gerWLRMIImpl.java:254)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssLocalizationRequest(RequestProcessor.java:168)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssRequest(RequestProcessor.java:65)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorLocal.addReq
uestToJob(JobCreatorLocal.java:89)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorWLRMIImpl.ad
dRequestToJob(JobCreatorWLRMIImpl.java:41)
at com.xyz.everest.request.RequestHandlerLocal.submitRequest(Req
uestHandlerLocal.java:423)
at com.xyz.everest.request.RequestHandlerLocal.onMessage(Request
HandlerLocal.java:192)
at weblogic.jms.client.JMSMessageConsumer.run(JMSMessageConsumer.java:27
6)
at weblogic.jms.client.JMSSession.run(JMSSession.java:342)
at weblogic.jms.server.JMSServerSession.execute(JMSServerSession.java:44
- locked <6e04bf0> (a weblogic.jms.server.JMSServerSession)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-16" daemon prio=5 tid=0x3827cc20 nid=0x1c8 runnable [0x3879f000..
0x3879fdc0]
at org.apache.regexp.RECompiler.closure(RECompiler.java:939)
at org.apache.regexp.RECompiler.branch(RECompiler.java:1151)
at org.apache.regexp.RECompiler.expr(RECompiler.java:1203)
at org.apache.regexp.RECompiler.compile(RECompiler.java:1281)
at org.apache.regexp.RE.<init>(RE.java:495)
at com.xyz.king.common.Entities.decodeString(Entities.java:128)
at com.xyz.king.common.XmlEntities.decodeStringBasic(XmlEntities
.java:130)
at com.xyz.king.go.Tuvking$ExacgoatchFormatHandler.handleText(Tu
vking.java:264)
at com.xyz.king.common.DiplomatBasicParser.processText(DiplomatB
asicParser.java:196)
at com.xyz.king.common.DiplomatBasicParser.parse(DiplomatBasicPa
rser.java:85)
at com.xyz.king.go.Tuvking.getExacgoatchFormat(Tuvking.java:56)
at com.xyz.king.go.IndexerLocal.setExacgoatchKeys(IndexerLocal.j
ava:72)
at com.xyz.everest.integration.king.go.IndexerWLRMIImpl.setExact
MatchKeys(IndexerWLRMIImpl.java:68)
at com.xyz.everest.page.pageimport.PageImporter.createPageFromGx
ml(PageImporter.java:464)
at com.xyz.everest.page.pageimport.PageImporter.importSourcePage
(PageImporter.java:231)
at com.xyz.everest.page.pageimport.PageImporter.importPage(PageI
mporter.java:152)
at com.xyz.everest.page.PageManagerLocal.importPage(PageManagerL
ocal.java:340)
at com.xyz.everest.page.PageManagerWLRMIImpl.importPage(PageMana
gerWLRMIImpl.java:254)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssLocalizationRequest(RequestProcessor.java:168)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssRequest(RequestProcessor.java:65)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorLocal.addReq
uestToJob(JobCreatorLocal.java:89)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorWLRMIImpl.ad
dRequestToJob(JobCreatorWLRMIImpl.java:41)
at com.xyz.everest.request.RequestHandlerLocal.submitRequest(Req
uestHandlerLocal.java:423)
at com.xyz.everest.request.RequestHandlerLocal.onMessage(Request
HandlerLocal.java:192)
at weblogic.jms.client.JMSMessageConsumer.run(JMSMessageConsumer.java:27
6)
at weblogic.jms.client.JMSSession.run(JMSSession.java:342)
at weblogic.jms.server.JMSServerSession.execute(JMSServerSession.java:44
- locked <6805850> (a weblogic.jms.server.JMSServerSession)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-15" daemon prio=5 tid=0x3827be10 nid=0x1a0 runnable [0x3875f000..
0x3875fdc0]
at java.lang.StringBuffer.<init>(StringBuffer.java:116)
at java.lang.StringBuffer.<init>(StringBuffer.java:104)
at com.xyz.king.common.DiplomatBasicParser.parse(DiplomatBasicPa
rser.java:91)
at com.xyz.king.go.Tuvking.getExacgoatchFormat(Tuvking.java:56)
at com.xyz.king.go.IndexerLocal.setExacgoatchKeys(IndexerLocal.j
ava:72)
at com.xyz.everest.integration.king.go.IndexerWLRMIImpl.setExact
MatchKeys(IndexerWLRMIImpl.java:68)
at com.xyz.everest.page.pageimport.PageImporter.createPageFromGx
ml(PageImporter.java:464)
at com.xyz.everest.page.pageimport.PageImporter.importSourcePage
(PageImporter.java:231)
at com.xyz.everest.page.pageimport.PageImporter.importPage(PageI
mporter.java:152)
at com.xyz.everest.page.PageManagerLocal.importPage(PageManagerL
ocal.java:340)
at com.xyz.everest.page.PageManagerWLRMIImpl.importPage(PageMana
gerWLRMIImpl.java:254)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssLocalizationRequest(RequestProcessor.java:168)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssRequest(RequestProcessor.java:65)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorLocal.addReq
uestToJob(JobCreatorLocal.java:89)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorWLRMIImpl.ad
dRequestToJob(JobCreatorWLRMIImpl.java:41)
at com.xyz.everest.request.RequestHandlerLocal.submitRequest(Req
uestHandlerLocal.java:423)
at com.xyz.everest.request.RequestHandlerLocal.onMessage(Request
HandlerLocal.java:192)
at weblogic.jms.client.JMSMessageConsumer.run(JMSMessageConsumer.java:27
6)
at weblogic.jms.client.JMSSession.run(JMSSession.java:342)
at weblogic.jms.server.JMSServerSession.execute(JMSServerSession.java:44
- locked <7e02b88> (a weblogic.jms.server.JMSServerSession)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-14" daemon prio=5 tid=0x38279020 nid=0x139 runnable [0x3871f000..
0x3871fdc0]
at oracle.net.ns.NetInputStream.read(Unknown Source)
at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(MAREngine.java:718)
at oracle.jdbc.ttc7.TTIoer.unmarshal(TTIoer.java:129)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:533)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:822
- locked <2f22908> (a oracle.jdbc.ttc7.TTC7Protocol)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.ja
va:1446)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.jav
a:1371)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1900)
at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java
:693)
- locked <140d4428> (a oracle.jdbc.driver.OracleStatement)
at weblogic.jdbc.pool.Statement.executeUpdate(Statement.java:59)
at weblogic.jms.server.JDBCStore.purgeMessages(JDBCStore.java:1147)
at weblogic.jms.server.JDBCStore.trigger(JDBCStore.java:880)
at weblogic.time.common.internal.ScheduledTrigger.executeLocally(Schedul
edTrigger.java:205)
at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigg
er.java:199)
at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:6
0)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-13" daemon prio=5 tid=0x38278190 nid=0x1d1 runnable [0x386df000..
0x386dfdc0]
at java.lang.StringBuffer.toString(StringBuffer.java:1068)
at com.xyz.king.common.DiplomatBasicParser.parse(DiplomatBasicPa
rser.java:91)
at com.xyz.king.go.Tuvking.getExacgoatchFormat(Tuvking.java:56)
at com.xyz.king.go.IndexerLocal.setExacgoatchKeys(IndexerLocal.j
ava:72)
at com.xyz.everest.integration.king.go.IndexerWLRMIImpl.setExact
MatchKeys(IndexerWLRMIImpl.java:68)
at com.xyz.everest.page.pageimport.PageImporter.createPageFromGx
ml(PageImporter.java:464)
at com.xyz.everest.page.pageimport.PageImporter.importSourcePage
(PageImporter.java:231)
at com.xyz.everest.page.pageimport.PageImporter.importPage(PageI
mporter.java:152)
at com.xyz.everest.page.PageManagerLocal.importPage(PageManagerL
ocal.java:340)
at com.xyz.everest.page.PageManagerWLRMIImpl.importPage(PageMana
gerWLRMIImpl.java:254)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssLocalizationRequest(RequestProcessor.java:168)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssRequest(RequestProcessor.java:65)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorLocal.addReq
uestToJob(JobCreatorLocal.java:89)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorWLRMIImpl.ad
dRequestToJob(JobCreatorWLRMIImpl.java:41)
at com.xyz.everest.request.RequestHandlerLocal.submitRequest(Req
uestHandlerLocal.java:423)
at com.xyz.everest.request.RequestHandlerLocal.onMessage(Request
HandlerLocal.java:192)
at weblogic.jms.client.JMSMessageConsumer.run(JMSMessageConsumer.java:27
6)
at weblogic.jms.client.JMSSession.run(JMSSession.java:342)
at weblogic.jms.server.JMSServerSession.execute(JMSServerSession.java:44
- locked <64dbad0> (a weblogic.jms.server.JMSServerSession)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-12" daemon prio=5 tid=0x38277660 nid=0x1d9 runnable [0x3869f000..
0x3869fdc0]
at weblogic.socket.NTSockegouxer.getNextSocket(Native Method)
at weblogic.socket.NTSockegouxer.processSockets(NTSockegouxer.java:331)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-11" daemon prio=5 tid=0x38276850 nid=0x12e runnable [0x3865f000..
0x3865fdc0]
at weblogic.socket.NTSockegouxer.getNextSocket(Native Method)
at weblogic.socket.NTSockegouxer.processSockets(NTSockegouxer.java:331)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
23)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-10" daemon prio=5 tid=0x38275a10 nid=0xce runnable [0x3861f000..0
x3861fdc0]
at org.apache.regexp.RECompiler$RERange.<init>(RECompiler.java:1305)
at org.apache.regexp.RECompiler.characterClass(RECompiler.java:572)
at org.apache.regexp.RECompiler.terminal(RECompiler.java:863)
at org.apache.regexp.RECompiler.closure(RECompiler.java:942)
at org.apache.regexp.RECompiler.branch(RECompiler.java:1151)
at org.apache.regexp.RECompiler.expr(RECompiler.java:1203)
at org.apache.regexp.RECompiler.compile(RECompiler.java:1281)
at org.apache.regexp.RE.<init>(RE.java:495)
at com.xyz.king.common.Entities.decodeString(Entities.java:128)
at com.xyz.king.common.XmlEntities.decodeStringBasic(XmlEntities
.java:130)
at com.xyz.king.go.Tuvking$ExacgoatchFormatHandler.handleText(Tu
vking.java:264)
at com.xyz.king.common.DiplomatBasicParser.processText(DiplomatB
asicParser.java:196)
at com.xyz.king.common.DiplomatBasicParser.parse(DiplomatBasicPa
rser.java:85)
at com.xyz.king.go.Tuvking.getExacgoatchFormat(Tuvking.java:56)
at com.xyz.king.go.IndexerLocal.setExacgoatchKeys(IndexerLocal.j
ava:72)
at com.xyz.everest.integration.king.go.IndexerWLRMIImpl.setExact
MatchKeys(IndexerWLRMIImpl.java:68)
at com.xyz.everest.page.pageimport.PageImporter.createPageFromGx
ml(PageImporter.java:464)
at com.xyz.everest.page.pageimport.PageImporter.importSourcePage
(PageImporter.java:231)
at com.xyz.everest.page.pageimport.PageImporter.importPage(PageI
mporter.java:152)
at com.xyz.everest.page.PageManagerLocal.importPage(PageManagerL
ocal.java:340)
at com.xyz.everest.page.PageManagerWLRMIImpl.importPage(PageMana
gerWLRMIImpl.java:254)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssLocalizationRequest(RequestProcessor.java:168)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssRequest(RequestProcessor.java:65)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorLocal.addReq
uestToJob(JobCreatorLocal.java:89)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorWLRMIImpl.ad
dRequestToJob(JobCreatorWLRMIImpl.java:41)
at com.xyz.everest.request.RequestHandlerLocal.submitRequest(Req
uestHandlerLocal.java:423)
at com.xyz.everest.request.RequestHandlerLocal.onMessage(Request
HandlerLocal.java:192)
at weblogic.jms.client.JMSMessageConsumer.run(JMSMessageConsumer.java:27
6)
at weblogic.jms.client.JMSSession.run(JMSSession.java:342)
at weblogic.jms.server.JMSServerSession.execute(JMSServerSession.java:44
- locked <7828f40> (a weblogic.jms.server.JMSServerSession)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-9" daemon prio=5 tid=0x38274c20 nid=0x15c runnable [0x385df000..0
x385dfdc0]
at java.lang.Object.clone(Native Method)
at weblogic.utils.collections.NumericHashtable.clone(NumericHashtable.ja
va:267)
- locked <353a790> (a weblogic.utils.collections.NumericHashtable)
at weblogic.socket.NTSockegouxer.trigger(NTSockegouxer.java:107)
at weblogic.time.common.internal.ScheduledTrigger.executeLocally(Schedul
edTrigger.java:205)
at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigg
er.java:199)
at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:6
0)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-8" daemon prio=5 tid=0x38273e10 nid=0x14b runnable [0x3859f000..0
x3859fdc0]
at oracle.jdbc.ttc7.MAREngine.unmarshalUB4(MAREngine.java:845)
at oracle.jdbc.ttc7.MAREngine.unmarshalSWORD(MAREngine.java:946)
at oracle.jdbc.ttc7.TTIoer.unmarshal(TTIoer.java:128)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:533)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1405)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:
643)
- locked <13bd83a8> (a oracle.jdbc.ttc7.TTC7Protocol)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.jav
a:1674)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStateme
nt.java:1870)
at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:737)
- locked <140e56f8> (a oracle.jdbc.driver.OracleStatement)
at weblogic.jdbc.common.internal.ConnectionEnv.test(ConnectionEnv.java:6
88)
- locked <13bcc130> (a weblogic.jdbc.common.internal.ConnectionEnv)
at weblogic.common.internal.ResourceAllocator.trigger(ResourceAllocator.
java:1484)
at weblogic.time.common.internal.ScheduledTrigger.executeLocally(Schedul
edTrigger.java:205)
at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigg
er.java:199)
at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:6
0)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-7" daemon prio=5 tid=0x38271020 nid=0x164 runnable [0x3855f000..0
x3855fdc0]
at java.lang.StringBuffer.expandCapacity(StringBuffer.java:202)
at java.lang.StringBuffer.append(StringBuffer.java:401)
- locked <140f8450> (a java.lang.StringBuffer)
at com.xyz.king.common.DiplomatBasicParser.parse(DiplomatBasicPa
rser.java:78)
at com.xyz.king.go.Tuvking.getExacgoatchFormat(Tuvking.java:56)
at com.xyz.king.go.IndexerLocal.setExacgoatchKeys(IndexerLocal.j
ava:72)
at com.xyz.everest.integration.king.go.IndexerWLRMIImpl.setExact
MatchKeys(IndexerWLRMIImpl.java:68)
at com.xyz.everest.page.pageimport.PageImporter.createPageFromGx
ml(PageImporter.java:464)
at com.xyz.everest.page.pageimport.PageImporter.importSourcePage
(PageImporter.java:231)
at com.xyz.everest.page.pageimport.PageImporter.importPage(PageI
mporter.java:152)
at com.xyz.everest.page.PageManagerLocal.importPage(PageManagerL
ocal.java:340)
at com.xyz.everest.page.PageManagerWLRMIImpl.importPage(PageMana
gerWLRMIImpl.java:254)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssLocalizationRequest(RequestProcessor.java:168)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssRequest(RequestProcessor.java:65)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorLocal.addReq
uestToJob(JobCreatorLocal.java:89)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorWLRMIImpl.ad
dRequestToJob(JobCreatorWLRMIImpl.java:41)
at com.xyz.everest.request.RequestHandlerLocal.submitRequest(Req
uestHandlerLocal.java:423)
at com.xyz.everest.request.RequestHandlerLocal.onMessage(Request
HandlerLocal.java:192)
at weblogic.jms.client.JMSMessageConsumer.run(JMSMessageConsumer.java:27
6)
at weblogic.jms.client.JMSSession.run(JMSSession.java:342)
at weblogic.jms.server.JMSServerSession.execute(JMSServerSession.java:44
- locked <8ebc3e8> (a weblogic.jms.server.JMSServerSession)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-6" daemon prio=5 tid=0x38270190 nid=0x142 runnable [0x3851f000..0
x3851fdc0]
at java.lang.StringBuffer.<init>(StringBuffer.java:116)
at java.lang.StringBuffer.<init>(StringBuffer.java:104)
at com.xyz.king.common.DiplomatBasicParser.processTag(DiplomatBa
sicParser.java:154)
at com.xyz.king.common.DiplomatBasicParser.parse(DiplomatBasicPa
rser.java:72)
at com.xyz.king.go.Tuvking.getExacgoatchFormat(Tuvking.java:56)
at com.xyz.king.go.IndexerLocal.setExacgoatchKeys(IndexerLocal.j
ava:72)
at com.xyz.everest.integration.king.go.IndexerWLRMIImpl.setExact
MatchKeys(IndexerWLRMIImpl.java:68)
at com.xyz.everest.page.pageimport.PageImporter.createPageFromGx
ml(PageImporter.java:464)
at com.xyz.everest.page.pageimport.PageImporter.importSourcePage
(PageImporter.java:231)
at com.xyz.everest.page.pageimport.PageImporter.importPage(PageI
mporter.java:152)
at com.xyz.everest.page.PageManagerLocal.importPage(PageManagerL
ocal.java:340)
at com.xyz.everest.page.PageManagerWLRMIImpl.importPage(PageMana
gerWLRMIImpl.java:254)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssLocalizationRequest(RequestProcessor.java:168)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssRequest(RequestProcessor.java:65)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorLocal.addReq
uestToJob(JobCreatorLocal.java:89)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorWLRMIImpl.ad
dRequestToJob(JobCreatorWLRMIImpl.java:41)
at com.xyz.everest.request.RequestHandlerLocal.submitRequest(Req
uestHandlerLocal.java:423)
at com.xyz.everest.request.RequestHandlerLocal.onMessage(Request
HandlerLocal.java:192)
at weblogic.jms.client.JMSMessageConsumer.run(JMSMessageConsumer.java:27
6)
at weblogic.jms.client.JMSSession.run(JMSSession.java:342)
at weblogic.jms.server.JMSServerSession.execute(JMSServerSession.java:44
- locked <9dab220> (a weblogic.jms.server.JMSServerSession)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-5" daemon prio=5 tid=0x3826f610 nid=0x14a runnable [0x384df000..0
x384dfdc0]
at java.lang.StringBuffer.expandCapacity(StringBuffer.java:202)
at java.lang.StringBuffer.append(StringBuffer.java:401)
- locked <140f84f8> (a java.lang.StringBuffer)
at com.xyz.king.common.DiplomatBasicParser.parse(DiplomatBasicPa
rser.java:91)
at com.xyz.king.go.Tuvking.getExacgoatchFormat(Tuvking.java:56)
at com.xyz.king.go.IndexerLocal.setExacgoatchKeys(IndexerLocal.j
ava:72)
at com.xyz.everest.integration.king.go.IndexerWLRMIImpl.setExact
MatchKeys(IndexerWLRMIImpl.java:68)
at com.xyz.everest.page.pageimport.PageImporter.createPageFromGx
ml(PageImporter.java:464)
at com.xyz.everest.page.pageimport.PageImporter.importSourcePage
(PageImporter.java:231)
at com.xyz.everest.page.pageimport.PageImporter.importPage(PageI
mporter.java:152)
at com.xyz.everest.page.PageManagerLocal.importPage(PageManagerL
ocal.java:340)
at com.xyz.everest.page.PageManagerWLRMIImpl.importPage(PageMana
gerWLRMIImpl.java:254)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssLocalizationRequest(RequestProcessor.java:168)
at com.xyz.everest.jobhandler.jobcreation.RequestProcessor.proce
ssRequest(RequestProcessor.java:65)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorLocal.addReq
uestToJob(JobCreatorLocal.java:89)
at com.xyz.everest.jobhandler.jobcreation.JobCreatorWLRMIImpl.ad
dRequestToJob(JobCreatorWLRMIImpl.java:41)
at com.xyz.everest.request.RequestHandlerLocal.submitRequest(Req
uestHandlerLocal.java:423)
at com.xyz.everest.request.RequestHandlerLocal.onMessage(Request
HandlerLocal.java:192)
at weblogic.jms.client.JMSMessageConsumer.run(JMSMessageConsumer.java:27
6)
at weblogic.jms.client.JMSSession.run(JMSSession.java:342)
at weblogic.jms.server.JMSServerSession.execute(JMSServerSession.java:44
- locked <84612a8> (a weblogic.jms.server.JMSServerSession)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
"ExecuteThread-4" daemon prio=5 tid=0x3826e820 nid=0x1fb waiting on monitor [0x3
849f000..0x3849fdc0]
at java.lang.Object.wait(Native Method)
- waiting on <2f03bc0> (a weblo

Similar Messages

  • Safari causing full-system hang

    For a while now I've been getting the SBOD irregularly in Safari, since 3.x if I remember right. I've got some time off work at the minute so I'm finally looking into this properly, and here's what I've found:
    There seems to be two separate conditions. The first happens on loading some, but not all web pages, causes a lengthy hang in which the entire system (even invoking Dashboard or Spaces) becomes unresponsive. In the console this accompanied by an entry similar to the following:
    05/10/2010 08:15:47 /Applications/Safari.app/Contents/MacOS/Safari[242] ATS AutoActivation: Query timed out. (elapsed 5.0 seconds. params: queryString = {comapple_ats_namepostscript == "Helvetica-Neue" && kMDItemContentTypeTree != com.adobe.postscript-lwfn-font}, valueListAttrs = {<CFArray 0x6f5710 [0xa008dee0]>{type = immutable, count = 1, values = (
    0 : <CFString 0xa01602c8 [0xa008dee0]>{contents = "kMDItemContentType"}
    )}}, sortingAttrs = {<CFArray 0x6f5730 [0xa008dee0]>{type = immutable, count = 1, values = (
    0 : <CFString 0xa01603a8 [0xa008dee0]>{contents = "kMDItemContentModificationDate"}
    )}}, scopeList = {<CFArray 0x6f5750 [0xa008dee0]>{type = immutable, count = 1, values = (
    0 : <CFString 0xa0161a98 [0xa008dee0]>{contents = "kMDQueryScopeComputer"}
    (sometimes it names a font, sometimes the font name is "_")
    I suspect this means some vestigial adobe product has messed my system right up. I used to use CS4 but have long since removed it. I also have Air and Flash (the current gala beta) installed. I have had fontbook validate Helvetica Neue and check all fonts for duplicates - if external disks are plugged in at this time they all spin up.
    The other case is when downloading a file through clicking a link or alt-clicking a link (right-clicking a picture and saving it to the downloads folder does not cause this behaviour), and is accompanied by this much sparser line in the console:
    05/10/2010 08:25:06 kernel disk0s2: I/O error.
    The files themselves can be opened, moved and copied without incident and at regular speeds, so I doubt disk corruption. I've also performed a few full clone/restores on my boot disk with no effect. My initial thoughts were to blame a long-forgotten folder action that sorted downloads into different places (including a network share, if present), but disabling folder actions has not helped.
    So, any ideas? I'm fresh out.

    A workaround for the font-problem seems to be to turn off ATS - it's in FontBook.
    The second issue still eludes me.
    Things I have tried:
    Trashing ~/Library/Safari/
    Trashing ~/Library/Preferences/com.apple.Safari*
    Cleaning out every vestigial trace of anything suspect I had on my system (google keystone, logitech control centre, SIMBL, The Spark, iStat Menus, folder actions)
    Interestingly, the issue is not present for the guest user, so it IS something wrong with my user account. I just can't figure out what.
    Yes, making a brand new account would fix all this, providing I'm meticulous about testing the issue as I move /Users/Old/ into /Users/New/, but I'm kind of loathe to give up. It's surely something really simple!

  • Sharpener Pro 3 has problems in Aperture as the Pre sharpener continually asks one to buy or activate and the Output Sharpener causes Aperture to hang. Have removed all duplicate fonts and tried using a new user account. Any ideas?

    I am experiencing problems with Sharpener Pro 3 as an Aperture 3 plug-in. These are:  the Pre sharpener continually asks one to buy or activate and the Output Sharpener causes Aperture to hang. Following discussions with Nik Software I have removed all duplicate fonts and tried using a new user account. Neither of the courses of action worked. Have other users experienced these difficulties? Can you suggest an alternative remedy?

    I am experiencing problems with Sharpener Pro 3 as an Aperture 3 plug-in. These are:  the Pre sharpener continually asks one to buy or activate and the Output Sharpener causes Aperture to hang. Following discussions with Nik Software I have removed all duplicate fonts and tried using a new user account. Neither of the courses of action worked. Have other users experienced these difficulties? Can you suggest an alternative remedy?

  • Non-Apple browsers cause cascading system hang with clean install of Lion

    It started with Google Chrome.  After a few hours of use, Chrome would randomly lock up one renderer at a time until it was completely unresponsive.  Console showed nothing conclusive in the logs, and would soon lock up itself.  Logged-in Terminal windows could sometimes get as far as a "ps auxc", but would lock up during the command output, and new Terminal windows or tabs would never get past login.  The SSH daemon would be dead in the water, preventing me from logging in remotely.  Any existing SSH connections would hang on the first command.  Activity Monitor would lock up the moment I tried to sample a process or interact with anything.  Interacting with SystemUIServer (pulling down the menu for the clock or trying to do a Spotlight search) would cause SystemUIServer to hang.  Same with the Dock.  My mouse was like the Midas of software failure: everything I touched turned to hang.  Eventually I'd be staring at a spinning beachball.  After a few (five to ten) minutes, it might perform a couple queued events (opening a window, switching to another application) but would usually become wedged again immediately, forcing me to hard restart.
    I then tried installing Firefox 5, and discovered that it causes the hang fairly reliably within the first ten seconds.  Since I knew when it was about to happen, I managed to capture a few stack traces in Activity Monitor, but it was always different, and always somewhere in the kernel (usually file-system related: __getattrlist while scanning fonts one time, the open system call another).
    Safari, on the other hand, works great.
    I've tried performing a verification of my startup disk, which returns no errors, so although I'm not ruling out hardware failure at this point the problem started immediately after I upgraded to Lion, and persisted even after I wiped my hard drive completely and performed a clean install from the recovery partition.  It also doesn't seem to be completely the fault of either Chrome or Firefox, since they're different browsers with different rendering engines using different system frameworks.  They do both perform a lot of file I/O, so maybe that's a clue.  Another possible lead is the seemingly random errors Console will spew out while the hang is occuring.  Most recently I've gotten a screenful of '--ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 ...', and before that it was 'Google Chrome Helper: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)', "kernel: IOSurface: buffer allocation size is zero".  Console spew being what it is, though, I don't know if any of that is relevant.
    I figure I would be seeing quite a lot of angry forum threads if Chrome and Firefox were completely unusable on other people's machines, so I'm guessing there's something specific to my configuration happening here.  With a clean install, though, I'm not sure what it could be.  Here are detailed system specs:
    24" iMac (Early 2008 -- just out of AppleCare coverage, figures) , 2.8 GHz, 2GB RAM, running Lion build 11A511 (which should be the 10.7 release version).
    I would be massively indebted to anyone who has experienced or heard about this issue before and can give me something else to try.

    Zeroing the disk serves no purpose in this situation.  It is a common misconception that this is required to map out bad blocks on the drive, but the fact is that 1) modern hard drives map out bad blocks as part of everyday operation, and 2) zeroing the drive involves simply writing zeros with no checks to see if the zero was written successfully, so it wouldn't know if a block was bad anyway.
    It's possible the drive is starting to go bad, although then there should be some problems with SL as well.  I would recommend repartitioning the drive with Disk Utility.  Make sure it's got one partition, using the GUID partition map scheme, and format that partition as Mac OS Extended (Journaled).  Repartitioning should get rid of any gremlins lurking on the disk, unless the physical disk itself is dying.  And after repartitioning, install straight from the flash drive, as Shootist recommends, rather than installing SL first.
    Hardware could be an issue.  It's entirely possible for an older system to work fine on slightly faulty hardware while a newer system does not.  Running Apple Hardware Test wouldn't be a bad idea.
    Firmware updates wouldn't be a bad idea.  However, note that my mid-2010 MBP with the same specs is running Lion just fine, and I've never installed any firmware updates.  (Firmware updates scare me...  if my machine is running just fine, I'm reluctant to risk installing new firmware.  But that's probably just a bit of paranoia talking.  )

  • On my PC, iTunes 11.0.3.42 causes it to hang when attempting to view a .MOV (1.6GB) requiring a cold boot. What could be causing this?

    On my PC running windows XP Service Pack 3, iTunes 11.0.3.42 causes it to hang when attempting to view a .MOV (1.6 GB) requiring a cold boot. What could be causing this? Corrupted .MOV? Too little RAM? It successfully plays a 162 MB .MOV.

    Hello David,
    Thank you for providing all that information about the iTunes issue you are experiencing.  We would first want to rule out any software issues before we can determine if it has to do with RAM.  I found an article that will help you isolate and troubleshoot software issues that could be causing iTunes to behave this way:
    iTunes for Windows XP: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/TS1421
    I hope this helps you get back on track with watching movies in iTunes! 
    Best,
    Sheila M.

  • Reloading Plug-In Page causes browser to hang during stress test on IE & NS

    When an applet page is in the process of being loaded using the Java Plug-In and a second request is made to reload that applet or a new applet several times in succession, the browser hangs. Is there a work around for the Java Plug-In version 1.3.1.

    Hi,
    You can see fixed bugs in 1.3.1_01 version at
    http://java.sun.com/j2se/1.3.1/ReleaseNotes.html
    This is one of them:
    http://developer.java.sun.com/developer/bugParade/bugs/4477187.html
    Description: Loading applets, using IExplorer 5.0/5.5, sometimes caused a system hang.
    Hopefully this bug fix relates to your problem.

  • Loading my VI in LabVIEW 8.2.1 causes LabVIEW to hang.

    Loading my VI in LabVIEW 8.2.1 causes LabVIEW to hang.  I have an older version that sometimes loads, but it causes LabVIEW to hang many of the times as well. I think the older version of my VI only hangs when you try to scroll around by clicking in the scroll bar area instead of clicking the scroll arrow.  I am not getting any error messages.  I have to close LabVIEW using the task manager.  I've tried this on multiple computers with the exact same results.  The VI has sensitive information, so I would rather not post the VI publicly.  If you have the capability of debugging a hung LabVIEW .VI, then please send me your email information.
    Thanks,
    Matt

    Hi Matt,
    nice to hear that trick helped. Usually LV informs you about any "insane objects" before saving, in this case you should perform this procedure immediatly... When the vi "kills" LV while loading it's too late.
    To rate messages you should click on those "kudos" buttons right to the message. Once should be fine, but it's Christmas time and nice to give away presents Maybe you're too new to the forum and this option isn't enabled yet?
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Kodo extension under JBuilder7 causes it to hang

    Hi,
    I'm using JBuilder7 with Kodo 2.3.2 and it seems like the IDE freezes or
    hangs when I'm
    compiling code.
    If I run JBuilder with the -verbose enabled I see the following:
    Tue Oct 08 14:12:53 EDT 2002: + JDOEnhancerTask.build
    (jdoFileUrl=file:///D%|/J
    DOTestProjects/JDOPrototypeTest/src/com/siemens/financial/jdoprototype/bos/P
    ersn
    ame.jdo,buildProcess=com.borland.primetime.build.BuildProcess@64aafa
    Exception occurred during event dispatching:
    Does anyone know what could be causing this?
    Thanks in advance.

    Based on the information you posted, there are two possible causes for
    this problem: either one of the methods in our enhancer task is causing
    the hang (seems unlikely given the undeterministic nature of the problem),
    or we are throwing a RuntimeException out of the OpenTools build()
    method, which is in turn somehow causing JBuilder to hang.
    In Kodo JDO 2.3.3 and prior, there were three lines after the one that
    caused the printout you reported and before a try-catch block that catches
    all exceptions and does some reporting. 2.3.4 includes these three lines
    in the try-catch block.
    So, my anticipation is that the hang will go away, replaced with a build
    error triggered by the unexpected exception.
    It is also possible that the hang is occurring in our code, in which case
    you'll continue to see the hang. Hopefully that's not the case. If it is,
    please try to give us a reproducible test case (we have yet to see this
    problem internally).
    -Patrick
    In article <anv84m$na$[email protected]>, TJanusz wrote:
    Hi,
    I'm using JBuilder7 with Kodo 2.3.2 and it seems like the IDE freezes or
    hangs when I'm
    compiling code.
    If I run JBuilder with the -verbose enabled I see the following:
    Tue Oct 08 14:12:53 EDT 2002: + JDOEnhancerTask.build
    (jdoFileUrl=file:///D%|/J
    DOTestProjects/JDOPrototypeTest/src/com/siemens/financial/jdoprototype/bos/P
    ersn
    ame.jdo,buildProcess=com.borland.primetime.build.BuildProcess@64aafa
    Exception occurred during event dispatching:
    Does anyone know what could be causing this?
    Thanks in advance.
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Invalid console application caused WLS to fail to start

    We are using WLS 6.1 SP3 on W2K. In our config.xml, there is no reference
    to
    a console app., after shutting down the WLS using weblogic.Admin, the
    config.xml
    has an entry like this:
    <Application Name="console-1"
    Path="d:\bea\wlserver6.1\config\agileDomain\applications">
    <WebAppComponent Name="console" URI="console.war"/>
    </Application>
    The name 'console-1' caused WLS to fail to start. Any hints. I don't
    believe we have this problem in
    WLS 6.1 SP2.
    Thanks in advance,
    Hien
    =================================================================
    <Aug 5, 2002 12:41:13 PM PDT> <Error> <Management>
    <InvocationTargetException setting attribute Deployed on MBean
    agileDomain:Location=himalayaServer,Name=console-1,Type=ApplicationConfig to
    value true. Method: public void
    weblogic.management.mbeans.custom.Application.setDeployed(boolean) throws
    weblogic.management.DeploymentException,weblogic.management.UndeploymentExce
    ption
    weblogic.j2ee.DeploymentException: Cannot deploy
    WebAppServletContext(1274224,console,/console) on himalayaServer because
    WebAppServletContext(6208755,console,/console) is already registered for
    path /console
    at
    weblogic.servlet.internal.ServletContextManager.registerContext(ServletConte
    xtManager.java:123)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:450)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:78)
    at weblogic.j2ee.Application.deploy(Application.java:271)

    If you send me your entire config.xml file and your application.xml,
    and application-config.xml (if you are using one) I can look at it for
    you.
    >
    =================================================================
    <Aug 5, 2002 12:41:13 PM PDT> <Error> <Management>
    <InvocationTargetException setting attribute Deployed on MBean
    agileDomain:Location=himalayaServer,Name=console-1,Type=ApplicationConfig to
    value true. Method: public void
    weblogic.management.mbeans.custom.Application.setDeployed(boolean) throws
    weblogic.management.DeploymentException,weblogic.management.UndeploymentExce
    ption
    weblogic.j2ee.DeploymentException: Cannot deploy
    WebAppServletContext(1274224,console,/console) on himalayaServer because
    WebAppServletContext(6208755,console,/console) is already registered for
    path /console
    at
    weblogic.servlet.internal.ServletContextManager.registerContext(ServletConte
    xtManager.java:123)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:450)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:78)
    at weblogic.j2ee.Application.deploy(Application.java:271)

  • Sites using flash/shockwave cause Firefox to hang.

    If the shockwave flash plugin is enabled on version >22, visiting a site that contains flash content will cause Firefox to hang/react extremely slowly. I've tried disabling all add-ons with no effect.
    I'm using shockwave flash 11.2.r202.310 but it doesn't seem to matter when version of flash I use.

    Thanks for the replies guys.
    ComputerWhiz: No firewall or AV installed on my laptop.
    cor-el: Nothing works. It is the shockwave flash plugin + >=v23 that is the problem. I've tried safemode, I've completely deleted everything eg moving the .mozilla directory and started a virgin firefox with the same results.

  • Using foreign JMS providers with wls

    does anybody have a clou, where i can find that article, i think it's
              by steve felts on using foreign JMS providers with wls? i think the
              link on dev2dev is broken?
              

    The new article is called "Using Foreign JMS Providers with WLS" and it's
              here:
              http://dev2dev.bea.com/resourcelibrary/whitepapers.jsp?highlight=whitepapers
              greg
              "leopld goess" <[email protected]> wrote in message
              news:[email protected]..
              > does anybody have a clou, where i can find that article, i think it's
              > by steve felts on using foreign JMS providers with wls? i think the
              > link on dev2dev is broken?
              

  • Transferring photos from camera or memory card causes iPhoto to hang up with the spinning beach ball - why

    Transferring photos from camera or memory card causes iPhoto to hang up with the spinning beach ball - why?  This happens only on a 5 year old iMac running 10.6.8.  It is a recent developmemt.  All other machines have no problen with the same card.

    I click on the send feedback everytime it pops up with the force quit, so they'er getting it.
    That sends a crash report. Its doubtful that these are ever seen by a human being, but more likely datamined. Sending feedback reaches an actual person.
    My guess from yourdescription is that the portion of the OS (note, OS, not iPhoto) that manages the importing process is what's crashing.
    Regards
    TD

  • Switch to RAW decode 2.0 causes Aperture to hang

    My apologies if this has already been posted. I didn't see this question anywhere else in the forums.
    I converted to Aperture 2.0 and have a library of about 25k images. I have shot with a Nikon D100, D200 and D300 and have images from each in my library. I am pleased with the appearance of many of my images with RAW decode 1.0 and 1.1 so don't want to migrate my entire library to 2.0. I am able to convert some of my images to 2.0 with no problem. Several images, though, refuse to convert. When switching the decode from 1.0 to 1.1 or 2.0 or from 1.1 to 2.0, I get the spinning beach ball of death and have to force quit Aperture. Sometimes the image will convert when I restart Aperture and sometimes it won't. One image in particular was shot with my D100 and consistently causes Aperture to hang when changing the decode from 1.0 to 2.0.
    Any ideas on how to fix this problem and get that image to decode 2.0?
    Any help is much appreciated.
    Rick Holliday

    My apologies if this has already been posted. I didn't see this question anywhere else in the forums.
    I converted to Aperture 2.0 and have a library of about 25k images. I have shot with a Nikon D100, D200 and D300 and have images from each in my library. I am pleased with the appearance of many of my images with RAW decode 1.0 and 1.1 so don't want to migrate my entire library to 2.0. I am able to convert some of my images to 2.0 with no problem. Several images, though, refuse to convert. When switching the decode from 1.0 to 1.1 or 2.0 or from 1.1 to 2.0, I get the spinning beach ball of death and have to force quit Aperture. Sometimes the image will convert when I restart Aperture and sometimes it won't. One image in particular was shot with my D100 and consistently causes Aperture to hang when changing the decode from 1.0 to 2.0.
    Any ideas on how to fix this problem and get that image to decode 2.0?
    Any help is much appreciated.
    Rick Holliday

  • After Yosemite, a new email message causes Mail to hang

    After upgrading to Yosemite last evening, opening a "compose new message" window in Mail causes Mail to hang (crash?). I'm able to receive email messages, but  I can only send messages by booting my MacBook Air in "Safe" mode. (Opening Mail in "safe" mode does not keep Mail from crashing when I open a "compose new message" window.)
    I haven't been able to get far enough to see if trying to "send" a message will make Mail crash. Just opening a "compose new message" window and trying to put the cursor in the address line, subject line, or message area will cause Mail to spin away into infinity.
    I do use three Mail add-ins: MailTags, Mail Act-On and the Daylite Mail Assistant; but all of those are the most current versions and their developers claim that they are compatible with Yosemite.

    Welcome to Yosemite beta. I havent been able to use Mail since I "upgraded" 4 days ago. Apparently the solution is to wait until Apple figures out what went wrong.

  • Console output not getting flushed - Causing server to hang - WLS 6.1 sp1

    I am running WLServer 6.1 sp1 on Win 2000.
    I start up the server from a Windows command prompt.
    A web-app is deployed and some output is written to the console
    The application functions correctly for a while and then stops
    functioning. The browser keeps waiting for output. When I go to the console window
    and hit the ENTER key a bunch of log statements that the app logged appear and
    then the page on the browser also gets displayed. Seems like a problem with flushing
    the output. Any help is appreciated.
    Thanks
    Anand

    Yes. This is a Windows2000 problem. It doesn't happen on NT or Solaris. It
    will often happen if you scroll the DOS window up to look at something in
    the DOS window buffer and it gets cleared by pressing the enter key as you
    point out.
    Tom
    "Anand Narayan" <[email protected]> wrote in message
    news:[email protected]..
    >
    I am running WLServer 6.1 sp1 on Win 2000.
    I start up the server from a Windows command prompt.
    A web-app is deployed and some output is written to the console
    The application functions correctly for a while and then stops
    functioning. The browser keeps waiting for output. When I go to theconsole window
    and hit the ENTER key a bunch of log statements that the app logged appearand
    then the page on the browser also gets displayed. Seems like a problemwith flushing
    the output. Any help is appreciated.
    Thanks
    Anand

Maybe you are looking for

  • Locking of Transactions for MM - FI Integration

    Every month, we do the closing of accounts. For this, we have to close all GRN related transactions, so that the accounting entries are not passed. We use trxn SM01, to lock, MIRO, MIGO, & ML81N, so that user does not book any entries for that month.

  • Nokia 6230 - URGENT HELP!!!!!!

    I have recently purchased a 512 mb memory card for my 6230 and it was working fine until yesterday. When my memory card is insirted my gallery says it's empty and when i take my memory card out it says the same and i have to leave the memory card out

  • How do I respond to a Finalize Project Failure due to an open file?.

    I'm new to iMovie, but have put together about 7 related projects. I went to Finalize the first project over night. It said it would take about 5 hours. In the morning it said the attempt failed due to an open file. I thought this was referring to th

  • CS4 Doesn't recognize Animation Codec?

    I've been trying to see if anyone else is having this issue, but haven't seen anything yet, I've got 6 Windows XP systems, one of them is XP(64 bit).  They all have Avid Media Composer and Adobe CS3 as well as Adobe CS4. I export projects out of Avid

  • It does not allow me go in a webpage that i could previously use, it just does not allow me to log into the webpage

    i previously using firefox could access this webpage, but it logged me out and from then onwards i could no longer logg into the webpage as it keeps denying my information to log in, it is not the webpage as i can log in using internet explorer so i