You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the com.dianping.cat.Cat class is present while the ComponentLookupException class it imports doesn't exist.
I think the ClassLoaderUtil needs to fix this by also catching LinkageError and ExceptionInInitializerError.
To make your case work, you need to fix the ComponentLookupException not found issue.
描述bug
我们系统在接入CAT的时候,出现了NoClassDefFoundError的报错,ClassLoaderUtil的try-catch没有明确捕获到,导致服务启动失败
The text was updated successfully, but these errors were encountered: