Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

应用本身依赖低版本ASM导致启动失败问题 #9

Closed
jlusdy opened this issue Sep 26, 2012 · 1 comment
Closed

应用本身依赖低版本ASM导致启动失败问题 #9

jlusdy opened this issue Sep 26, 2012 · 1 comment
Assignees
Labels

Comments

@jlusdy
Copy link
Member

jlusdy commented Sep 26, 2012

应用本身依赖低版本ASM导致启动失败问题
项目依赖的cglib引用的asm是1.5的
启动时抛异常
Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.(Z)V

@ghost ghost assigned jlusdy Sep 26, 2012
@jlusdy
Copy link
Member Author

jlusdy commented Sep 26, 2012

TProfiler本身依赖3.3.1版本的ASM包,可能会和应用中低版本及高版本ASM包不兼容
解决办法是:
1.应用升级到一致的版本(3.3.1)
2.将3.3.1的ASM改个包名加到TProfiler里面

@jlusdy jlusdy closed this as completed Sep 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant