arthas-boot.jar 或者 as.sh 的版本: 3.5.6
Arthas 版本: 3.5.6
操作系统版本: Windows 10
目标进程的JVM版本: JDK8u20
执行arthas-boot的版本: 3.5.6
重现问题的步骤
启动weblogic
附加到weblogic进程
根据制定classloader dump符合正则表达式约束的所有类
期望的结果
dump出被这个classloader加载的所有的classes文件
What do you expected from the above steps?
实际运行的结果实际运行结果,最好有详细的日志,异常栈。尽量贴文本。 weblogic.diagnostics.debug.DebugBean weblogic.diagnostics.watch.WatchConfiguration$WatchExpressionBean weblogic.diagnostics.descriptor.WLDFHarvestedTypeBeanImpl$Helper weblogic.diagnostics.descriptor.WLDFSNMPNotificationBeanImpl$Helper weblogic.diagnostics.accessor.DiagnosticAccessRuntime weblogic.diagnostics.harvester.internal.HarvesterRuntimeMBeanImpl weblogic.diagnostics.watch.WatchNotActiveAlarmException weblogic.diagnostics.descriptor.validation.WatchNotificationValidators weblogic.diagnostics.instrumentation.ScopeAlreadyExistsException weblogic.diagnostics.type.DiagnosticRuntimeException weblogic.diagnostics.descriptor.WLDFWatchBean weblogic.diagnostics.descriptor.WLDFThreadDumpActionBeanImpl weblogic.diagnostics.descriptor.WLDFImageNotificationBeanImpl weblogic.diagnostics.watch.JMXNotificationListener$DeprecatedNotificationCusto mizer weblogic.diagnostics.snmp.server.SNMPAgentDeploymentService weblogic.diagnostics.instrumentation.action.DisplayArgumentsAction weblogic.diagnostics.instrumentation.DiagnosticMonitorControl weblogic.diagnostics.accessor.runtime.WlstoreArchiveRuntimeMBean weblogic.diagnostics.image.ImageAlreadyCapturedException weblogic.diagnostics.query.VariableResolver weblogic.diagnostics.instrumentation.engine.base.MethodInfo weblogic.diagnostics.snmp.agent.SNMPV3Agent weblogic.diagnostics.accessor.WLSAccessorSecurityProviderImpl weblogic.diagnostics.accessor.WLSAccessorConfigurationProviderImpl$1 weblogic.diagnostics.instrumentation.AroundDiagnosticAction weblogic.diagnostics.descriptor.WLDFPropertyBean weblogic.diagnostics.instrumentation.engine.base.PointcutSpecification weblogic.diagnostics.instrumentation.gathering.JFRHelper$Factory weblogic.diagnostics.descriptor.BeanInfoFactory weblogic.diagnostics.lifecycle.DiagnosticComponentLifecycleException weblogic.diagnostics.lifecycle.AccessorLifecycleImpl weblogic.diagnostics.watch.WatchNotificationListenerCommon weblogic.diagnostics.watch.NotificationNotFoundException weblogic.diagnostics.context.DiagnosticContextConstants weblogic.diagnostics.collections.IteratorCollector weblogic.diagnostics.runtimecontrol.internal.WatchManagerRuntimeMBeanImpl weblogic.diagnostics.instrumentation.JoinPoint weblogic.diagnostics.instrumentation.InstrumentationImageSource weblogic.diagnostics.instrumentation.engine.base.PointcutExpression weblogic.diagnostics.module.WLDFToolsExtensionFactory weblogic.diagnostics.metrics.WLSClusterRuntimeMetricSource weblogic.diagnostics.runtimecontrol.BuiltinSRDescriptorBeanHolder weblogic.diagnostics.instrumentation.engine.MonitorSpecification weblogic.diagnostics.debug.DebugScopeUtil weblogic.diagnostics.type.DiagnosticException weblogic.diagnostics.descriptor.WLDFBean weblogic.diagnostics.descriptor.WLDFScaleUpActionBeanImpl weblogic.diagnostics.descriptor.WLDFHarvestedTypeBeanImplBeanInfo weblogic.diagnostics.harvester.HarvesterException$AmbiguousTypeName weblogic.diagnostics.descriptor.WLDFScaleUpActionBeanImplBeanInfo weblogic.diagnostics.descriptor.WLDFSNMPNotificationBeanImpl weblogic.diagnostics.harvester.HarvesterException$HarvestableTypesNotFoundExce ption weblogic.diagnostics.descriptor.WLDFJMSNotificationBeanImpl$Helper weblogic.diagnostics.descriptor.WLDFEncryptedPropertyBean weblogic.diagnostics.archive.EditableDataArchive
Affect(row-cnt:0) cost in 390 ms. Found more than 50 class for: weblogic.diagnostics., Please Try to specify the classloader with the -c option, or try to use --limit option. [arthas@8812]$ dump -c 59717824 weblogic.diagnostics.
无