spring-boot-multitenant icon indicating copy to clipboard operation
spring-boot-multitenant copied to clipboard

Aspectjweaver issue

Open smuralimohan opened this issue 7 years ago • 1 comments

Getting the following issue while starting the app.

Archive for required library: 'C:/Users/murmohan/.m2/repository/org/aspectj/aspectjweaver/1.8.8/aspectjweaver-1.8.8.jar' in project 'multitenant' cannot be read or is not a valid ZIP file

Could you please help resolve it? Thanks!

smuralimohan avatar Jun 09 '18 03:06 smuralimohan

I did a quick google search and came up with this. It might help you solve the issue. Let me know how it goes. Typically when an issue like this occurs I delete my .m2 folder or I would specifically dive into the proper repository and delete that one instead of the entire folder.

https://stackoverflow.com/questions/8857985/compiler-error-archive-for-required-library-could-not-be-read-spring-tool-su

try the above stackoverflow solution and see if it helps you any.

saurin-tech avatar Jun 10 '18 14:06 saurin-tech