websphere-05 scanJAR unable to open报错
作者:互联网
部署war包报错:
[19-6-17 16:00:18:917 CST] 000000d7 ecs W com.ibm.ws.ecs.internal.scan.context.impl.ScannerContextImpl scanJAR unable to open input stream for resource freemarker/core/_Java8Impl.class in archive WEB-INF/lib/freemarker-2.3.26-incubating.jar
。。。。。。
[19-6-17 16:00:20:281 CST] 000000d7 ecs W com.ibm.ws.ecs.internal.scan.context.impl.ScannerContextImpl scanJAR unable to open input stream for resource com/mysql/jdbc/JDBC42CallableStatement.class in archive WEB-INF/lib/mysql-connector-java-5.1.44.jar
解决:
/opt/IBM/WebSphere/AppServer/properties/amm.filter.properties增加一些jar包
, \
freemarker-2.3.26-incubating.jar, \
mysql-connector-java-5.1.44.jar
标签:freemarker,05,websphere,jar,unable,ecs,mysql,报错,open 来源: https://blog.csdn.net/mnbwz/article/details/121189858