zoukankan      html  css  js  c++  java
  • Problem creating zip: Execution exce ption (and the archive is probably corrupt but I could not delete it): Java heap space -> [Help 1]

    今天mvn编译的时候报错:

     [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.
    5.5:single (make-assembly) on project common-transform: Failed to create assembl
    y: Error creating assembly archive package: Problem creating zip: Execution exce
    ption (and the archive is probably corrupt but I could not delete it): Java heap
     space -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal o
    rg.apache.maven.plugins:maven-assembly-plugin:2.5.5:single (make-assembly) on pr
    oject common-transform: Failed to create assembly: Error creating assembly archi
    ve package: Problem creating zip: Execution exception (and the archive is probab
    ly corrupt but I could not delete it) 
     
    查看错误信息,java heap space 。再对比成功的版本,配置都一样就只有java版本不对,然后升级了了版本
     java version "1.6.0_43" 
    问题解决。
     
    网上没搜到相关信息,故留下记录。
  • 相关阅读:
    微信小程序开发入门(二)
    微信小程序开发入门(一)
    django入门与实践(续)
    django入门与实践(开)
    Python六剑客
    python入门(二十讲):爬虫
    python入门(十九讲):多进程
    ES6箭头函数
    ES6
    数据库常用命令
  • 原文地址:https://www.cnblogs.com/2005wind/p/4915036.html
Copyright © 2011-2022 走看看