Roller source code, install when the error occurred during initialization of VM errors when the solution

Source: Internet
Author: User

These days to download the roller source to learn, under the eclipse environment using the MAVEN plug-in to perform install goals. The following error occurred:

Error occurred during initialization of VM

 Agent library failed to init:instrument

 Error opening zip file or JAR Manifest missing:c:\documents

The workaround is to modify the following file:

Planet-business/pom.xml

weblogger-business/pom.xml

weblogger-web/pom.xml

weblogger-webapp/pom.xml

To include:

<argline>-javaagent:${user.home}/.m2/repository/org/apache/openjpa/openjpa/2.0.1/openjpa-2.0.1.jar</ Argline>
Modified to:

<argline>-javaagent:"${USER.HOME}/.M2/REPOSITORY/ORG/APACHE/OPENJPA/OPENJPA/2.0.1/ Openjpa-2.0.1.jar"</argLine>

Reference:

http://mail-archives.apache.org/mod_mbox/roller-user/201106.mbox/%3c271500.10134.qm@web39807.mail.mud.yahoo.com%3e

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.