简体   繁体   中英

jhipster maven run error

getting below error when using jhipster to run the server application

mvnw

Blockquotejava.lang.ArrayIndexOutOfBoundsException: 13292 at org.codehaus.plexus.util.xml.pull.MXParser.parsePI(MXParser.java:2502) at org.codehaus.plexus.util.xml.pull.MXParser.parseEpilog(MXParser.java:1604) at org.codehaus.plexus.util.xml.pull.MXParser.nextImpl(MXParser.java:1434) at org.codehaus.plexus.util.xml.pull.MXParser.next(MXParser.java:1131) at org.apache.maven.model.io.xpp3.MavenXpp3Reader.read(MavenXpp3Reader.java:3856) at org.apache.maven.model.io.xpp3.MavenXpp3Reader.read(MavenXpp3Reader.java:595)

I was having this problem as well and ended up deleting my Maven local repository folder

  • Unix/MacOS: ~/.m2/
  • Windows - C:\\Documents and Settings\\{your-username}\\.m2

and reimported the Maven project and then ran ./mvnw and it worked!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM