Tagged articles
4 articles
Page 1 of 1
Java Backend Technology
Java Backend Technology
Jul 1, 2020 · Backend Development

How to Uncover Hidden NoClassDefFoundError in Dubbo Using Arthas

This article walks through a real‑world Dubbo debugging case where a NoClassDefFoundError was silently swallowed, showing how to use Arthas watch commands to capture the exception, analyze the root cause in static initializers, and fix the logging dependency conflict.

DubboNoClassDefFoundErrordebugging
0 likes · 9 min read
How to Uncover Hidden NoClassDefFoundError in Dubbo Using Arthas
360 Quality & Efficiency
360 Quality & Efficiency
May 15, 2020 · Mobile Development

Resolving UIAutomator 1.0 NoClassDefFoundError on Android R Emulator

The article explains why UIAutomator 1.0 scripts fail on the Android R emulator due to a missing android.test.RepetitiveTest class, analyzes the stack trace to locate the error in UiAutomatorTestRunner, and provides a workaround by manually initializing the test framework via app_process.

AndroidAndroid RMobile Development
0 likes · 5 min read
Resolving UIAutomator 1.0 NoClassDefFoundError on Android R Emulator