按照步骤完成jeecmsV9导入eclipse maven项目的安装后,最后运行时一直报ROOT缺包的错,然后从网上下载对应缺少的axis2-saaj.jar加入对应文件夹后,tomcat就运行不起来了,请问这是什么原因,要怎么解决。
eclipse中用Maven test的运行方式运行出的报错码:
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.jeecms:jeecmsv9f:war:9.0
[WARNING] 'dependencies.dependency.systemPath' for local:jcaptcha:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jcaptcha-1.0.jar will be unresolvable by dependent projects @ line 601, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:jcaptcha-api:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jcaptcha-api-1.0.jar will be unresolvable by dependent projects @ line 616, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:activation:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/activation-1.0.2.jar will be unresolvable by dependent projects @ line 623, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:IKAnalyzer:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar will be unresolvable by dependent projects @ line 630, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:jodconverter:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jodconverter-2.2.2.jar will be unresolvable by dependent projects @ line 637, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:jodconverter-cli:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jodconverter-cli-2.2.2.jar will be unresolvable by dependent projects @ line 644, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:jodconverter-core:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jodconverter-core-3.0-beta-4.jar will be unresolvable by dependent projects @ line 651, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:db2jcc:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/db2jcc.jar will be unresolvable by dependent projects @ line 658, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:ojdbc:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/ojdbc6.jar will be unresolvable by dependent projects @ line 665, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:sqljdbc:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/sqljdbc.jar will be unresolvable by dependent projects @ line 672, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:commons-net-ftp:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/commons-net-ftp-2.0.jar will be unresolvable by dependent projects @ line 679, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:alipay-sdk-java:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/alipay-sdk-java20160912120058.jar will be unresolvable by dependent projects @ line 686, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:ganymed-ssh2-build:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/ganymed-ssh2-build251beta1.jar will be unresolvable by dependent projects @ line 693, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:spymemcached:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/spymemcached-2.3.1.jar will be unresolvable by dependent projects @ line 700, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:jug:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/jug-2.0.0.jar will be unresolvable by dependent projects @ line 707, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:json-lib:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/json-lib.jar will be unresolvable by dependent projects @ line 714, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:memcachedclient:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/memcachedclient-2.0.1.jar will be unresolvable by dependent projects @ line 721, column 15
[WARNING] 'dependencies.dependency.systemPath' for local:alipay-sdk-java:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/alipay-sdk-java20160912120058.jar will be unresolvable by dependent projects @ line 746, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: local:alipay-sdk-java:jar -> duplicate declaration of version 20160912120058 @ line 741, column 14
[WARNING] 'dependencies.dependency.systemPath' for local:aliyun-java-sdk-core:jar should not point at files within the project directory, ${project.basedir}/src/main/webapp/WEB-INF/lib/aliyun-java-sdk-core-3.3.1.jar will be unresolvable by dependent projects @ line 754, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------< com.jeecms:jeecmsv9f >------------------------
[INFO] Building jeecmsv9f 9.0
[INFO] --------------------------------[ war ]---------------------------------
[WARNING] The artifact axis:axis-jaxrpc:jar:1.4 has been relocated to org.apache.axis:axis-jaxrpc:jar:1.4
[WARNING] The artifact jdom:jdom:jar:1.1 has been relocated to org.jdom:jdom:jar:1.1
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jeecmsv9f ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jeecmsv9f ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jeecmsv9f ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\JEECMSV9S\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jeecmsv9f ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jeecmsv9f ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.966 s
[INFO] Finished at: 2018-11-30T16:16:30+08:00
[INFO] ------------------------------------------------------------------------
|
|