ws.ecs.internal.scan.context.impl.Scanner- unable to open input stream for resource module-info.class in archive jar files
I am performing an installation and followed the url - https://www.ibm.com/docs/en/elo-p/6.0.6.1?topic=server-comibmrpewebappear-deployment
WAS - 9.0.0.0
RPE 6.0.6.1
tried with SDK - 8.0.6.26 and 8.0.6.5
After the installation when I deploy com.ibm.rpeweb.app.ear and start rpe on WebSphere I start receiving below mentioned errors in System.out.log
com.ibm.ws.ecs.internal.scan.context.impl.ScannerContextImpl scanJAR unable to open input stream for resource module-info.class in archive WEB-INF/lib/yasson-1.0.1.jar
java.lang.IllegalArgumentException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
Please suggest how I can resolve it. Is it a known issue and have fix or its a java issue?