Debugging Options

We have a portal application that we suspect is having some intermittent connection issues.  We have a monitoring service that logs onto the application and sends an alert to us if it doesn't see what it expects after login.   We've been getting alerts but by the time we hit the app it is working fine, so we can't seem to catch it.  Some of what we are seeing in the logs is listed below.   Can someone confirm what this log may be suggesting?  Also, if you know which debugging parameters to turn on for the app servers to assist us in nailing down and resolving this issue then please make suggestions....thanks. (10.3 portal app).....
####<Oct 14, 2013 2:53:54 PM CDT> <Info> <org.apache.beehive.netui.pageflow.internal.DefaultExceptionsHandler> <fcportal1> <PortalServer1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <willrite> <> <> <1381780434837> <BEA-000000> <Handling Throwable javax.servlet.jsp.JspException>
####<Oct 14, 2013 2:53:54 PM CDT> <Error> <org.apache.beehive.netui.pageflow.PageFlowPageFilter> <fcportal1> <PortalServer1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <willrite> <> <> <1381780434837> <BEA-000000> <Exception occurred while handling exception javax.servlet.ServletException.  The original exception will be thrown.  Cause: java.lang.ClassCastException: org.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestImpl
Throwable: java.lang.ClassCastException: org.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestImpl
Stack Trace:
java.lang.ClassCastException: org.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestImpl
at org.apache.beehive.netui.pageflow.internal.PageFlowRequestWrapper.get(PageFlowRequestWrapper.java:61)
at org.apache.beehive.netui.pageflow.internal.DefaultExceptionsHandler.handleException(DefaultExceptionsHandler.java:111)
at org.apache.beehive.netui.pageflow.FlowController.handleException(FlowController.java:273)
at org.apache.beehive.netui.pageflow.PageFlowPageFilter.handleException(PageFlowPageFilter.java:486)
at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:284)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at com.bea.netuix.servlets.filters.IncludeSecurityFilter.doFilter(IncludeSecurityFilter.java:129)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:429)
at org.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestDispatcher.include(ScopedRequestDispatcher.java:119)
at com.bea.netuix.servlets.controls.content.JspContent.beginRender(JspContent.java:552)
at com.bea.netuix.servlets.controls.content.NetuiContent.beginRender(NetuiContent.java:365)
at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:485)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:518)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:226)
at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:326)
at com.bea.netuix.nf.UIControl.render(UIControl.java:583)
at com.bea.netuix.servlets.controls.PresentationContext.render(PresentationContext.java:488)
at jsp_servlet._framework._skeletons._commandcenter2013.__flowlayout._jspService(__flowlayout.java:136)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:429)
at com.bea.netuix.servlets.controls.application.laf.JspControlRenderer.beginRender(JspControlRenderer.java:72)
at com.bea.netuix.servlets.controls.application.laf.PresentationControlRenderer.beginRender(PresentationControlRenderer.java:67)
at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:481)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:518)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:226)
at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:326)
at com.bea.netuix.nf.UIControl.render(UIControl.java:583)
at com.bea.netuix.servlets.controls.PresentationContext.render(PresentationContext.java:488)
at jsp_servlet._framework._skeletons._commandcenter2013.__gridlayout._jspService(__gridlayout.java:137)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:429)
at com.bea.netuix.servlets.controls.application.laf.JspControlRenderer.beginRender(JspControlRenderer.java:72)
at com.bea.netuix.servlets.controls.application.laf.PresentationControlRenderer.beginRender(PresentationControlRenderer.java:67)
at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:481)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:518)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:226)
at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)
at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)
at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:981)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:338)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:500)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
at org.apache.beehive.netui.pageflow.internal.DefaultForwardRedirectHandler.forward(DefaultForwardRedirectHandler.java:129)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processForwardConfig(PageFlowRequestProcessor.java:1675)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:281)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:854)
at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:163)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:527)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:338)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>
####<Oct 14, 2013 2:53:54 PM CDT> <Error> <org.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestDispatcher> <fcportal1> <PortalServer1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <willrite> <> <> <1381780434837> <BEA-000000> <Exception during RequestDispatcher.include().
Throwable: javax.servlet.jsp.JspException: Input/output error: java.net.SocketException: socket write error: Connection reset by peer.
Stack Trace:
javax.servlet.jsp.JspException: Input/output error: java.net.SocketException: socket write error: Connection reset by peer.
at org.apache.struts.util.ResponseUtils.write(ResponseUtils.java:160)
at com.bea.wlw.netui.tags.html.ScriptContainer.doEndTag(ScriptContainer.java:285)
at jsp_servlet._portlets._investmentsummary.__investmentsummary._jspService(__investmentsummary.java:1243)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:284)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at com.bea.netuix.servlets.filters.IncludeSecurityFilter.doFilter(IncludeSecurityFilter.java:129)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:429)
at org.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestDispatcher.include(ScopedRequestDispatcher.java:119)
at com.bea.netuix.servlets.controls.content.JspContent.beginRender(JspContent.java:552)
at com.bea.netuix.servlets.controls.content.NetuiContent.beginRender(NetuiContent.java:365)
at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:485)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:518)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:226)
at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:326)
at com.bea.netuix.nf.UIControl.render(UIControl.java:583)
at com.bea.netuix.servlets.controls.PresentationContext.render(PresentationContext.java:488)
at jsp_servlet._framework._skeletons._commandcenter2013.__flowlayout._jspService(__flowlayout.java:136)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:429)
at com.bea.netuix.servlets.controls.application.laf.JspControlRenderer.beginRender(JspControlRenderer.java:72)
at com.bea.netuix.servlets.controls.application.laf.PresentationControlRenderer.beginRender(PresentationControlRenderer.java:67)
at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:481)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:518)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:226)
at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:326)
at com.bea.netuix.nf.UIControl.render(UIControl.java:583)
at com.bea.netuix.servlets.controls.PresentationContext.render(PresentationContext.java:488)
at jsp_servlet._framework._skeletons._commandcenter2013.__gridlayout._jspService(__gridlayout.java:137)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:429)
at com.bea.netuix.servlets.controls.application.laf.JspControlRenderer.beginRender(JspControlRenderer.java:72)
at com.bea.netuix.servlets.controls.application.laf.PresentationControlRenderer.beginRender(PresentationControlRenderer.java:67)
at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:481)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:518)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:527)
at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:226)
at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)
at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)
at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:981)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:338)
at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:500)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
at org.apache.beehive.netui.pageflow.internal.DefaultForwardRedirectHandler.forward(DefaultForwardRedirectHandler.java:129)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processForwardConfig(PageFlowRequestProcessor.java:1675)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:281)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:854)
at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:163)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:527)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
at com.bea.content.manager.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:178)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

I found this debug cheatsheet some may find helpful....if you have any ideas please let me know.  Thanks!
WebLogic Server Debug
Flags
During the occasional WebLogic troubleshooting it may be advantageous to
enable debugging flags on the server to create more verbose logging.   When these flags are enabled it is best to
restart the admin service, the node manager service and the managed server that
you are debugging.   Make sure you turn
off the debugging when finished as it is a performance problem and adds much
info to the logs.
WebLogic Server Debug Flags
These
debug flags are added in the JAVA_OPTIONS in the start script of the server as:
-Dweblogic.debug.DebugJMSBackEnd=true for example.
1—Application
related debugs:
Application
deployment: (Gives all the information about internal activities when the
application is being deployed)
MasterDeployer
ApplicationContainer
DebugAppContainer
DebugDeploy
DebugDeployment
DebugDeploymentService
DebugDeploymentServiceInternal
DebugDeploymentServiceStatusUpdates
DebugDeploymentServiceTransport
DebugDeploymentServiceTransportHttp
DebugWebAppModule
EJBs:
(Information on EJB deployments, container, connections)
DebugEjbCaching
DebugEjbCmpDeployment
DebugEjbCmpRuntime
DebugEjbCompilation
DebugEjbDeployment
DebugEjbInvoke
DebugEjbLocking
DebugEjbMdbConnection
DebugEjbPooling
DebugEjbSecurity
DebugEjbSwapping
DebugEjbTimers
For
information on Java functionalities and classes of the applications deployed on
the server:
ClassChangeNotifier
ClassFinder
ClassLoader
ClassLoaderVerbose
ClassloaderWebApp
ClasspathServlet
DebugBootstrapServlet
DebugClassRedef
DebugClassSize
DebugFileDistributionServlet
DebugJ2EEManagement
JPA
– Java Persistence API (Application deployment, runtime information)
DebugJpaDataCache
DebugJpaEnhance
DebugJpaJdbcJdbc
DebugJpaJdbcSchema
DebugJpaJdbcSql
DebugJpaManage
DebugJpaMetaData
DebugJpaProfile
DebugJpaQuery
DebugJpaRuntime
DebugJpaTool
2—Core
Concepts related debugs:
Cluster
debugs: (Gives more information about cluster activities and data replication
service)
DebugCluster
DebugClusterAnnouncements
DebugClusterFragments
DebugClusterHeartbeats
DebugConfigurationEdit
DebugConfigurationRuntime
DebugConnection
DebugConnectorService
DebugConsensusLeasing
DebugDGCEnrollment
DebugDRSCalls
DebugDRSHeartbeats
DebugDRSMessages
DebugDRSQueues
DebugDRSStateTransitions
DebugDRSUpdateStatus
DebugFailOver
DebugLoadBalancing
DebugHttpSessions
DebugReplication
DebugReplicationDetails
DebugRouting
DebugLeaderElection
Cluster
messaging mode (Unicast and Multicast)
DebugUnicastMessaging
DebugClusterFragments
DebugClusterHeartbeats
XML
parsing flags (To have more information about xml parsers, schema validations,
xml entities)
DebugXMLEntityCacheDebugName:
DebugXMLEntityCacheIncludeClass
DebugXMLEntityCacheIncludeLocation
DebugXMLEntityCacheIncludeName
DebugXMLEntityCacheIncludeTime
DebugXMLEntityCacheOutputStream:
DebugXMLEntityCacheUseShortClass
DebugXMLRegistryDebugLevel
DebugXMLRegistryDebugName
DebugXMLRegistryIncludeClass
DebugXMLRegistryIncludeLocation
DebugXMLRegistryIncludeName
DebugXMLRegistryIncludeTime
DebugXMLRegistryOutputStream:
DebugXMLRegistryUseShortClass
JDBC
(Get information about datasources, connection pool, connectivity)
DebugJDBCConn
DebugJDBCDriverLogging
DebugJDBCInternal
DebugJDBCRMI
DebugJDBCSQL
Server
internal information: (lifecycle, input output)
DebugSelfTuning
DebugServerLifeCycle
DebugServerMigration
DebugStoreAdmin
DebugStoreIOLogical
DebugStoreIOLogicalBoot
DebugStoreIOPhysical
DebugStoreIOPhysicalVerbose
DebugLibraries
Communication
related issues in servers:
DebugMuxer
DebugMuxerConnection
DebugMuxerDetail
DebugMuxerException
DebugMuxerTimeout
Resource
information:
JMX:
DebugJMX
DebugJMXCompatibility
DebugJMXCore
DebugJMXDomain
DebugJMXEdit
DebugJMXRuntime
SNMP:
DebugSNMPAgent
DebugSNMPProtocolTCP
DebugSNMPToolkit
Server
Protocols:
HTTP:
DebugHttp
DebugHttpLogging
DebugTunnelingConnection
DebugTunnelingConnectionTimeout
IIOP:
DebugIIOP
DebugIIOPConnection
DebugIIOPMarshal
DebugIIOPNaming
DebugIIOPOTS
DebugIIOPReplacer
DebugIIOPSecurity
DebugIIOPStartup
DebugIIOPTransport
DebugIIOPTunneling
JNDI
related information of resources:
DebugJNDI
DebugJNDIFactories
DebugJNDIResolution
Windows
service:
DebugPathSvc
DebugPathSvcVerbose
beasvc -debug “SERVICE NAME”
3–
JMS
Basic
JMS: (includes information about queues, topics, persistence stores,
configurations)
DebugJMSAME
DebugJMSBackEnd
DebugJMSBoot
DebugJMSCDS
DebugJMSCommon
DebugJMSConfig
DebugJMSDispatcher
DebugJMSDistTopic
DebugJMSDurableSubscribers
DebugJMSFrontEnd
DebugJMSJDBCScavengeOnFlush
DebugJMSLocking
DebugJMSMessagePath
DebugJMSModule
DebugJMSPauseResume
DebugJMSStore
DebugJMST3Server
DebugJMSWrappers
SAF:
DebugSAFAdmin
DebugSAFLifeCycle
DebugSAFManager
DebugSAFMessagePath
DebugSAFReceivingAgent
DebugSAFSendingAgent
DebugSAFStore
DebugSAFTransport
DebugSAFVerbose
DebugJMSSAF
Messaging
Bridge:
DebugMessaging
DebugMessagingBridgeRuntime
DebugMessagingBridgeRuntimeVerbose
DebugMessagingBridgeStartup
DebugMessagingKernel
DebugMessagingKernelBoot
Resource
Adapter:
DebugRA
DebugRAConnEvents
DebugRAConnections
DebugRADeployment
DebugRALifecycle
DebugRALocalOut
DebugRAParsing
DebugRAPoolVerbose
DebugRAPooling
DebugRASecurityCtx
DebugRAWork
DebugRAWorkEvents
DebugRAXAin
DebugRAXAout
DebugRAXAwork
4–
JTA (XA and NON-XA)
DebugJTA2PC
DebugJTA2PCStackTrace
DebugJTAAPI
DebugJTAGateway
DebugJTAGatewayStackTrace
DebugJTAHealth
DebugJTAJDBC
DebugJTALLR
DebugJTALifecycle
DebugJTAMigration
DebugJTANaming
DebugJTANamingStackTrace
DebugJTANonXA
DebugJTAPropagate
DebugJTARMI
DebugJTARecovery
DebugJTARecoveryStackTrace
DebugJTAResourceHealth
DebugJTAResourceName
DebugJTATLOG
DebugJTATransactionName
DebugJTAXA
DebugJTAXAStackTrace
5–
Security
Basic
security (SSL, Authentication, authorization, auditing, keystores, roles,
policies)
DebugSSL
DebugSecurityAdjudicator
DebugSecurityAtn
DebugSecurityAtz
DebugSecurityAuditor
DebugSecurityCertPath
DebugSecurityCredMap
DebugSecurityEEngine
DebugSecurityEncryptionService
DebugSecurityJACC
DebugSecurityJACCNonPolicy
DebugSecurityJACCPolicy
DebugSecurityKeyStore
DebugSecurityPasswordPolicy
DebugSecurityPredicate
DebugSecurityRealm
DebugSecurityRoleMap
DebugSecuritySSL
DebugSecuritySSLEaten
DebugSecurityService
DebugSecurityUserLockout
SAML:
DebugSecuritySAML2Atn
DebugSecuritySAML2CredMap
DebugSecuritySAML2Lib
DebugSecuritySAML2Service
DebugSecuritySAMLAtn
DebugSecuritySAMLCredMap
DebugSecuritySAMLLib
DebugSecuritySAMLService
6–
WLDF (Includes watches, harvester, other modules):
DebugDiagnosticAccessor
DebugDiagnosticArchive
DebugDiagnosticArchiveRetirement
DebugDiagnosticCollections
DebugDiagnosticContext
DebugDiagnosticFileArchive
DebugDiagnosticImage
DebugDiagnosticInstrumentation
DebugDiagnosticInstrumentationActions
DebugDiagnosticInstrumentationConfig
DebugDiagnosticInstrumentationEvents
DebugDiagnosticInstrumentationWeaving
DebugDiagnosticInstrumentationWeavingMatches
DebugDiagnosticJdbcArchive
DebugDiagnosticLifecycleHandlers
DebugDiagnosticQuery
DebugDiagnosticWatch
DebugDiagnosticWlstoreArchive
DebugDiagnosticsHarvester
DebugDiagnosticsHarvesterData
DebugDiagnosticsHarvesterMBeanPlugin
DebugDiagnosticsHarvesterTreeBeanPlugin
DebugDiagnosticsModule
You
can also login to the admin console, go to the particular Server, Debugs tab,
Expand weblogic, and enable Debugs flags.
Another
solution recommended by Oracle is to set the debug flag to true in the
config.xml.  We seemed to have better
luck with setting it here, although not all debug flags are listed in the
config.xml. 

Similar Messages

  • HOW TO TURN ON DEBUG OPTION OF APXIIMPT

    제품 : FIN_AP
    작성날짜 : 2003-05-13
    HOW TO TURN ON DEBUG OPTION OF APXIIMPT
    =======================================
    PURPOSE
    PAYABLES OPEN INTERFACE IMPORT PROGRAM (APXIIMPT) 수행시 erorr 가 발생하였을 경우 debug mode로 log를 생성하게 하여 문제해결에 도움을 준다.
    Explanation
    1. Loggon to Applications with System Administrator Responsibility.
    2. Go to 'Concurrent -> Program -> Define'
    3. Query 'APXIIMPT' in Short Name field
    4. Click Parameter button
    5. Select 'Trace Switch' Row and then check 'Display' checkbox in the bottom
    6. Select 'Debug Switch' Row and then check 'Display' checkbox in the bottom
    7. Save what you are done
    8. Change Responsibility to 'Payables User'.
    9. Run the open interface program with parameter 'Trace Switch' to 'Yes' and 'Debug Switch' to 'Yes'
    Example
    N/A
    Reference Documents
    NOTE 107617.1

    Open this file: C:\Program Files\Cisco\Desktop\config\Agent.cfg
    Then change this line: Threshold=DEBUG (or TRACE).
    Empty this folder's contents to give you a clean slate: C:\Program Files\Cisco\Desktop\log
    Restart CAD and reproduce the issue.
    [...] Agent himself can turn-on debug to gather debug logs ??
    As long as the agent has write access to those directories it is possible to self-enable/disable trace logging.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Setting debug option on cube.ws

    Hi,
    some of my asynch callbacks were not happening and when I looked into the log, these errors were found:
    <2006-03-10 15:28:24,642> <ERROR> <default.collaxa.cube.engine.dispatch> <DispatchHelper::handleMessage> failed to handle message
    javax.ejb.EJBException: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
    java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at com.evermind.server.ejb.EJBUtils.makeException(EJBUtils.java:873)
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleCallback(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:2032)
         at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:49)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.Exception: No Exception - originate from:
         at com.evermind.server.ejb.EJBUtils.makeException(EJBUtils.java:871)
         ... 10 more
    javax.ejb.EJBException: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleCallback(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:2032)
         at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:49)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2006-03-10 15:28:24,642> <ERROR> <default.collaxa.cube.engine.dispatch> <BaseScheduledWorker::process> Failed to handle dispatch message ... exception ORABPEL-05002
    Hence, to find out more I set the debug option on cube.ws and tried another transaction with the same information.. This time, the callbacks went through fine. I am seeing this behaviour rather consistently. Setting the debug option, enables the transaction to callback successfully, but when I go back to info option, the callbacks do not happen, most of the time.
    Am I doing anything wrong..Can anyone clarify, please..
    Thanks and Regards,
    Vijay.

    Hi Clemens, Here is the thread dump.. It took sometime for me to take it as I had to physically access the machine to put a Ctrl+Break..
    Is there a place where this dump will be logged.. I had to take this directly from the command window and hence may not have the full information.. When I looked into the domains.log file, I could not find this dump available there:
    Thread dump:
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f7adb8> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-10" prio=5 tid=0x02f82aa8 nid=0x17c8 waiting on conditi
    on [50bf000..50bfdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f734d0> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-9" prio=5 tid=0x03591c78 nid=0x128c waiting on conditio
    n [507f000..507fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f6bbe8> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-8" prio=5 tid=0x03267c68 nid=0x16ac waiting on conditio
    n [503f000..503fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f64300> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-7" prio=5 tid=0x031e0160 nid=0x1358 waiting on conditio
    n [3f5f000..3f5fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f5ca68> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-6" prio=5 tid=0x03b37d70 nid=0x1798 waiting on conditio
    n [3f1f000..3f1fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f55180> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-5" prio=5 tid=0x03a272d0 nid=0x1438 waiting on conditio
    n [3edf000..3edfdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f4d8e8> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-4" prio=5 tid=0x03a27170 nid=0x1650 waiting on conditio
    n [3e9f000..3e9fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f46010> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-3" prio=5 tid=0x03a26d80 nid=0x1344 waiting on conditio
    n [3e5f000..3e5fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f3e7e8> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "ApplicationServerThread-2" prio=5 tid=0x031aca58 nid=0xec0 waiting on condition
    [3e1f000..3e1fdb4]
    at java.lang.Thread.sleep(Native Method)
    at com.evermind.server.jms.JMSUtils.sleep(JMSUtils.java:1316)
    at com.evermind.server.jms.EvermindMessageConsumer.blockingReceive(Everm
    indMessageConsumer.java:498)
    at com.evermind.server.jms.EvermindMessageConsumer.receive(EvermindMessa
    geConsumer.java:175)
    - locked <0x22f33b78> (a com.evermind.server.jms.EvermindQueueReceiver)
    at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:
    909)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "RMIServer [0.0.0.0:23791] count:1" prio=5 tid=0x030444e0 nid=0x13f8 runnable [
    3ddf000..3ddfdb4]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0x22d67260> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at com.evermind.server.rmi.RMIServer.run(RMIServer.java:464)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "JMSServer[KMACKIE-pc2:9127]" prio=5 tid=0x036fa828 nid=0x1508 runnable [3d9f000
    ..3d9fdb4]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0x22d46dd0> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at com.evermind.server.jms.JMSServer.run(JMSServer.java:516)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    "LogFlusher" daemon prio=5 tid=0x030a3710 nid=0x834 waiting on condition [3d5f00
    0..3d5fdb4]
    at java.lang.Thread.sleep(Native Method)
    at oracle.core.ojdl.BufferedLogWriter$Flusher.run(BufferedLogWriter.java
    :354)
    "Signal Dispatcher" daemon prio=10 tid=0x0034db20 nid=0x4f8 waiting on condition
    [0..0]
    "Finalizer" daemon prio=9 tid=0x0003f290 nid=0x124c in Object.wait() [2c9f000..2
    c9fdb4]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x22c10318> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0x22c10318> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x0003e710 nid=0x156c in Object.wait() [2
    c5f000..2c5fdb4]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x22c10240> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:429)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
    - locked <0x22c10240> (a java.lang.ref.Reference$Lock)
    "VM Thread" prio=5 tid=0x0003de40 nid=0x1194 runnable
    "VM Periodic Task Thread" prio=10 tid=0x00351d70 nid=0xa40 waiting on condition
    Here are the details form the domain.log
    2006-03-13 11:10:52,174> <ERROR> <default.collaxa.cube.engine.dispatch> <DispatchHelper::handleMessage> failed to handle message
    javax.ejb.EJBException: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
    java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at com.evermind.server.ejb.EJBUtils.makeException(EJBUtils.java:873)
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleCallback(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:2032)
         at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:49)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.Exception: No Exception - originate from:
         at com.evermind.server.ejb.EJBUtils.makeException(EJBUtils.java:871)
         ... 10 more
    javax.ejb.EJBException: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleCallback(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:2032)
         at com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessageHandler.handle(CallbackDeliveryMessageHandler.java:49)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2006-03-13 11:10:52,205> <ERROR> <default.collaxa.cube.engine.dispatch> <BaseScheduledWorker::process> Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessage"; the exception is: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
    ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.instance.CallbackDeliveryMessage"; the exception is: Transaction was rolled back: timed out; nested exception is: java.rmi.RemoteException: No Exception - originate from:java.lang.Exception: No Exception - originate from:; nested exception is:
         java.lang.Exception: No Exception - originate from:
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:152)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Thanks and Regards,
    Vijay.

  • How to enable "Debug Option" in submit request

    how to enable "Debug Option" in submit request

    Hi,
    Please see these docs.
    (Pics) How Can Trace and Debug Be Turned On For A Concurrent Request? [ID 759389.1]
    How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    Thanks,
    Hussein

  • Compiling with debug option

    How to give user Compiling with debug option, i have try to by giving grant debug any procedure and debug connect session but it failed.
    Any ideas?
    Edited by: rootsman on Jul 15, 2010 12:00 AM

    Post the error screenshot..
    eg:
    grant DEBUG CONNECT SESSION to username;
    grant DEBUG ANY PROCEDURE to username;
    Check the below explanation:
    DEBUGGING:
    DEBUG CONNECT SESSION
    Connect the current session to a debugger that uses the Java Debug Wire Protocol (JDWP).
    DEBUG ANY PROCEDURE
    Debug all PL/SQL and Java code in any database object; displayinformation on all SQL statements executed by the application
    Note: Granting this privilege is equivalent to granting the DEBUG object privilege on all applicable objects in the database.

  • Applet Debugging Option for End Users

    Users in our 12.0.4 development system that only have the 'xMII Users' role can see and use the 'Applet Debugging' option under the System Management menu.  I'd prefer them to only have the options under the Support menu.
    I'm puzzled why this one option is availble for end users.  What am I missing?
    David Macindoe

    What am I missing?
    I guess nothing.
    Its just that it is designed this way. Moreover the option is harmless from a Security point of view.
    May be you will find this 'fixed' in later versions.

  • Wheres the USB Debugging Option

    Hi, 
    I have recenty bought HP Slate 7 voice tab and now i m trying to reverse tether it to my pc . Can u pls let me know that where is the USB Debugging Option , and i m using android version 4.4.2. Thanks

    Hey @Aryan24 ,
    Welcome to the HP forums.
    I understand you're looking for information on enabling USB debugging on your Slate 7 Voice Tab.
    You should find the USB Debugging setting under Developer Options in the Settings menu.
    If it is not listed you may be able to enable the Developer Menu by going to Settings > About (You may need to press More or General to see this) > Tab the Build Number 7 times which should enable developer mode > Now in Settings you should have a Developer Options menu where you can enable USB debugging.
    Thanks.
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • Debug option for Maping.

    Hi All,
    OWB configuration is as follows.
    Oracle Warehouse Builder 9.0.2.56.0
    Oracle Warehouse Builder Repository 9.0.2.0
    Windows NT.
    My question is there any DEBUG option for Mapping available in OWB ?
    I seen this kind of option in other ETL e.g. Informatica Power Mart.
    If this option is not available how can pne debug in a mapping to check intemediate results?
    Thanks in Advance.
    Regards,
    Vidyanand

    Vidyanand,
    We are preparing a Debuger feature for the 9.2 (previously referred as 9.0.5) version which should be out at the beginning of July.
    The version you are using does not have a point-by-point debugger functionality.
    Regards:
    Igor

  • Debug option

    Using the Javac debug option to get the source-name and row number in exception can affect the performance of the application? In a few words, is right using this option in production environment ?
    Thanks a lot

    I can see it slowing down the generation of stack traces, but not the normal execution of the program. And if a stack trace is being generated, it's presumably being done so for a reason. Might as well have it generate as much useful information as possible... Depending on the application, knowing exactly what goes wrong in exceptional cases (i.e. when an exception is thrown), can be of greater importance than a marginal increase in performance when exceptions occur.
    If exceptions are being used to control flow, and performance is an issue, you'd see a greater improvement by refactoring to not use exceptions in this capacity than by only turnning off debugging info.

  • Debug option was unabled...

    After i installed kawa 4.01 and j2sdk1.4.03..each time i opened kawa..i found tis dialog box appeared :
    Unable to find either D:\j2sdk1.4.0_03\bin\javai_g.dll OR
    D:\j2sdk1.4.0_03\jre\bin\classic\jvm.dll. Your Debug option will be disabled.
    Please check your JDK bin path for correctness.
    anyone can tell me how to fix tis..??

    The docs say to enable JVMDI debugging. Since switching offices though my version will not even find the correct jdk and so will default to jdk 1.2 where JVMDI debugging is unavailable. Has anyone got the debugger working under java 1.4 yet?

  • Debug options for nal reporting

    Hi,
    i am looking for debug option for nal reporting, log file is being filled
    but the database stays empty, while obdc connects fine.
    Jan

    Sorry,
    i don't have a typing diploma, made a little mistake in typing
    (just 1 letter).
    But if someone know how to debug the information, let me know.
    Jan
    "Jan" <[email protected]> wrote in message
    news:ISoFd.1145$[email protected]..
    > Yes,
    >
    > i made a test envirement and there it worked fine, but i have problems in
    > the live environment. ( thats why i like to check debug info)
    >
    > Jan
    >
    > "Marcus Breiden" <[email protected]> wrote in message
    > news:1b1z9ydreqne7$.[email protected]. .
    >> On Wed, 12 Jan 2005 14:34:44 GMT, Jan wrote:
    >>
    >>> i am looking for debug option for nal reporting, log file is being
    >>> filled
    >>> but the database stays empty, while obdc connects fine.
    >>
    >> did you configure the service location package?
    >> --
    >>
    >> Marcus Breiden
    >>
    >> Please change -- to - to mail me.
    >> The content of this mail is my private and personal opinion.
    >> http://www.edu-magic.net
    >
    >

  • Weblogic 8.1 startup with debug options and struts

    I'm trying to startup weblogic 8.1 with the set debug=-Xdebug -Xnoagent -Djava.compiler=NONE
    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7021
    option...it will not start up because of something in my .war file however it
    does start up fine without the debug settings.
    Attached is my war file...
    [calendar.war]

    The procedure is the same for Oracle database and MySQL. Except the driver class and connection url are different.
    Please refer
    http://weblogic.sys-con.com/node/43045

  • Hotspot Debug Option

    Hi all:
    I have been trying to compile Hotspot alone with other part of the OpenJDK with the DEBUG=true option, and it doesn't seem to get me to the source code when I use dbx to debug the custom built java. I notice that there is one option in the make file that states -xdebugformat=stabs, and someone suggests to me that I should change that to -xdebugformat=dwarf. But I believe that -xdebugformat=stabs should provide enough debug information so that I could set a break point in source file. I compiled the openJDK to a different folder than the one source codes resides, should that be a problem?
    Thank you for any comment you may have in advance.

    Sounds to me like this servlet is executing some native code that does something illegal with memory, like a bad pointer access. That's often the cause of a segmentation violation and this kind of crash report from the JVM.
    I would pursue the matter with Oracle, the vendor of your servlet, if you haven't already.

  • Need to know maximum log size for advanced debugging option in Win 7

    We need to enable advanced debug logging for net logon service on all of our Windows 7 pcs to troubleshoot a major issue at our company.  I need to prove to management that when done so, the logs will never have runaway uncontrollable growth that completely
    fills up the users hard drive.  I have been told from Microsoft that they will never grow above 20mb and will continuously overwrite itself while running.
    Is there a (preferably) a technet doc out there or some other Microsoft doc I can use to prove this is how it will work?  I searched on Techet and other spots online and all it talks about is doing this on our domain controllers (which we already have
    running and are not logging for assistance with.
    Thanks!!

    Hello net1994,
    We could set the maximum log file size in Local Group Policy Editor.
    Please go to Computer Configuration\Administrative Templates\System\Net Logon\Specify maximum log file size
    For more information, please refer to the following blog.
    Quick Reference: Troubleshooting Netlogon Error Codes
    http://blogs.technet.com/b/askpfeplat/archive/2013/01/28/quick-reference-troubleshooting-netlogon-error-codes.aspx
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • XI Debugging Option

    Hi,
    I have the scenerio where I am trying to send the data from File to SAP,so we have file adapters in XI and ABAP Proxies at th SAP side.Now I want to debug how exactly the flow is in like when I put files at the filezone then how XI Picks this and then sends it to ABAP Proxy where I have Posting the data as document.
    Yes this is related to FI CO Module where we have invoice posting done. My problem is when we paste 2 documents at the same time in file zone in my ABAP coding I have checked for duplicates posting of invoices with the required keys,but even then I find sometimes the document gets posted twice when the files are large enough.
    So I want to see how is this process going on.
    Please do Help me in this.
    Thanks

    Hi Sudharshan,
    There are  a couple of ways ways in which you can do the monitoring of the message flow in XI.
    1. Go to the Transaction - SXMB_MONI, where you can see through each of the pipelimne steps....
    2. The other is the Runtime workbench where you can do the following.......
    - ADAPTER MONITORING This allows you to trace out the errors and problems occuring in your Adapters running on the j2ee engine.
    - END to END Monitoring This is similar to your SXMB_MONI and allows you to monitor the entire message flow.
    - PERFORMANCE MONITORING This is used to monitor the performance of your entire XI server.
    Also, go through these links for further info,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cbc7d790-0201-0010-bea6-c549902e93e2
    http://help.sap.com/saphelp_nw04/helpdata/en/41/b715045ffc11d5b3ea0050da403d6a/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/96/0a2441509fa831e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/f72040599a8f5ce10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/25/9c2f3ffed33d67e10000000a114084/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/003de490-0201-0010-68a4-bf7a1e1fd3a5
    Regards,
    Abhy Thomas

Maybe you are looking for

  • Error while creating part appraisers using HRHAP_DOCUMENT_CREATE

    Hi All, I was able to successfully create a appraisal document by using HRHAP_DOCUMENT_CREATE function module. There was a additional requirement that part appraisser details also need to be updated while the document is created. I am getting an erro

  • Error message :mail unable to remove deleted messages in the mailbox

    Hi, I am frequently getting this error message: Mail was unable to remove the deleted messages in the mailbox (my email address) on server "mail.mac.com". The server error encountered was: Error MFMessageErrorDomain 1028 Sometimes the error message s

  • White frame around .ai object

    Hi, I've an illustrator object placed on my InDesign document. When I'm working, everything is OK. But when I export it into a PDF file, a white square (wich looks like the ArtBoard) appears around this object. It's very annoying!! May somebody help

  • Liferay Portal Tomcat 6.0.5. & BOE XI 3.1 Portlets

    Hi! I have a problem in getting the BOE XI 3.1 List Portlet opening reports under Liferay Tomcat 6. The portlet shows the folders structure of BOE and lists all the objects, but when it comes to opening any document by clicking on it, nothing happens

  • Interactive  alv  in webdynpro

    Hi,   I want  to  build  webdynpro , in  first  view  getting  list  of  records(header)   and  in second view (items). whatever  record  selected  in  first  view  should  display  corresponding  items in second  view. Like  interactive  report. Tha