Bamboo 2.2 : Building Bamboo In IDEA - Troubleshooting
This page last changed on Mar 04, 2009 by bmccoy.
Below are some known errors and possible solutions. Running the Maven CommandsError: [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/com/atlassian/pom/atlassian-closedsource-pom/12/atlassian-closedsource-pom-12.pom [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: com.atlassian.pom ArtifactId: atlassian-closedsource-pom Version: 12 Reason: Unable to download the artifact from any repository com.atlassian.pom:atlassian-closedsource-pom:pom:12 from the specified remote repositories: central (http://repo1.maven.org/maven2) Solution: Error:
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space
at com.sun.tools.javac.util.Name.fromUtf(Name.java:84)
at com.sun.tools.javac.util.Name$Table.fromUtf(Name.java:494)
at com.sun.tools.javac.util.ByteBuffer.toName(ByteBuffer.java:150)
at com.sun.tools.javac.jvm.ClassWriter.typeSig(ClassWriter.java:403)
at com.sun.tools.javac.jvm.ClassWriter.writeCode(ClassWriter.java:1025)
at com.sun.tools.javac.jvm.ClassWriter.writeMethod(ClassWriter.java:938)
Solution:
export MAVEN_OPTS="-Xmx1024M -XX:MaxPermSize=512m"
Error: Missing: ---------- 1) javax.mail:mail:jar:1.3.3 Try downloading the file manually from: http://java.sun.com/products/javamail/downloads/index.html Then, install it using the command: mvn install:install-file -DgroupId=javax.mail -DartifactId=mail \ -Dversion=1.3.3 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=javax.mail -DartifactId=mail \ -Dversion=1.3.3 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.atlassian.bucket:atlassian-bucket:jar:0.17 2) javax.mail:mail:jar:1.3.3 Solution: In IDEAError: |
![]() |
Document generated by Confluence on Mar 09, 2009 17:07 |