OpenIotOrg / openiot

The Open Source Project for the Internet of Things
459 stars 189 forks source link

Lsm-light Server:Error in runing mvn clean package jboss:deploy #124

Closed Annmeng closed 8 years ago

Annmeng commented 8 years ago

I get an error in runing mvn clean package jboss:deploy under Lsm-light Server derectory. It still failed when replace it with jboss-as:deploy.Please help.

F:\openiot\openiot-develop\modules\lsm-light\lsm-light.server>mvn clean package jboss:deploy [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building OpenIoT LSM-light Server 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for virtuoso:virt_jena:jar:2.6.2 is missing, no dependency inf ormation available [WARNING] The POM for virtuoso:virtjdbc4:jar:4 is missing, no dependency informa tion available Downloading: http://deluan.googlecode.com/svn/snapshots/org/apache/shiro/shiro-f aces/2.0-SNAPSHOT/maven-metadata.xml Downloading: http://deluan.googlecode.com/svn/releases/org/apache/shiro/shiro-fa ces/2.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.apache.shiro:shiro-faces:2.0-SNAPSHOT/ maven-metadata.xml from/to deluan.repo (http://deluan.googlecode.com/svn/release s): Connect to deluan.googlecode.com:80 [deluan.googlecode.com/74.125.23.82] fai led: Connection timed out: connect [WARNING] Could not transfer metadata org.apache.shiro:shiro-faces:2.0-SNAPSHOT/ maven-metadata.xml from/to deluan.snapshots (http://deluan.googlecode.com/svn/sn apshots): Connect to deluan.googlecode.com:80 [deluan.googlecode.com/74.125.23.8 2] failed: Connection timed out: connect [WARNING] Failure to transfer org.apache.shiro:shiro-faces:2.0-SNAPSHOT/maven-me tadata.xml from http://deluan.googlecode.com/svn/releases was cached in the loca l repository, resolution will not be reattempted until the update interval of de luan.repo has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.shiro:shiro-faces:2.0-SNAPSHOT/maven-metadata.xml from/to de luan.repo (http://deluan.googlecode.com/svn/releases): Connect to deluan.googlec ode.com:80 [deluan.googlecode.com/74.125.23.82] failed: Connection timed out: co nnect [WARNING] Failure to transfer org.apache.shiro:shiro-faces:2.0-SNAPSHOT/maven-me tadata.xml from http://deluan.googlecode.com/svn/snapshots was cached in the loc al repository, resolution will not be reattempted until the update interval of d eluan.snapshots has elapsed or updates are forced. Original error: Could not tra nsfer metadata org.apache.shiro:shiro-faces:2.0-SNAPSHOT/maven-metadata.xml from /to deluan.snapshots (http://deluan.googlecode.com/svn/snapshots): Connect to de luan.googlecode.com:80 [deluan.googlecode.com/74.125.23.82] failed: Connection t imed out: connect [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsm-light.server --- [INFO] Deleting F:\openiot\openiot-develop\modules\lsm-light\lsm-light.server\ta rget [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ lsm-light. server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ lsm-light.ser ver --- [INFO] Compiling 47 source files to F:\openiot\openiot-develop\modules\lsm-light \lsm-light.server\target\classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Failure executing javac, but could not parse the error: 错误: 读取C:\Users\Administrator.m2\repository\com\ibm\icu\icu4j\3.4.4\icu4j-3. 4.4.jar时出错; error in opening zip file 错误: 读取C:\Users\Administrator.m2\repository\xerces\xercesImpl\2.7.1\xercesIm pl-2.7.1.jar时出错; error in opening zip file 2 个错误

[INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 55.825 s [INFO] Finished at: 2016-05-22T09:51:30+08:00 [INFO] Final Memory: 18M/246M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2. 3.2:compile (default-compile) on project lsm-light.server: Compilation failure [ERROR] Failure executing javac, but could not parse the error: [ERROR] 错误: 读取C:\Users\Administrator.m2\repository\com\ibm\icu\icu4j\3.4.4\ icu4j-3.4.4.jar时出错; error in opening zip file [ERROR] 错误: 读取C:\Users\Administrator.m2\repository\xerces\xercesImpl\2.7.1\ xercesImpl-2.7.1.jar时出错; error in opening zip file [ERROR] 2 个错误 [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc eption

F:\openiot\openiot-develop\modules\lsm-light\lsm-light.server>

Annmeng commented 8 years ago

I delete error jar package and solve that.