Are you behind a firewall or proxy server? I haven't seen these errors before. However, you might try changing your repositories to the following to see if it helps:
<repositories> <repository> <id>appfuse</id> <url> http://oss.sonatype.org/content/repositories/appfuse-releases</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>appfuse</id> <url> http://oss.sonatype.org/content/repositories/appfuse-releases</url> </pluginRepository> </pluginRepositories> Matt On Sun, Feb 8, 2009 at 9:09 PM, suhaizal <suhai...@jaringandata.com> wrote: > > I'm new to AppFuse, so decided to give it a go. I followed the quickstart > guide, but bumped into a lot of errors. Here's my system settings: > 1.mvn -v > Maven version: 2.0.9 > Java version: 1.5.0_16 > OS name: "linux" version: "2.6.27-7-generic" arch: "i386" Family: "unix" > > 2. Project creation command (C&P from quickstart) -- basic struts2 > mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-basic-struts > -DremoteRepositories=http://static.appfuse.org/releases > -DarchetypeVersion=2.0.2<http://static.appfuse.org/releases%0A-DarchetypeVersion=2.0.2>-DgroupId=com.mycompany.app > -DartifactId=myproject > > Project creation is successful. However, errors starts appearing after > running mvn in the project's directory (as in Step 2 of Running Your > Application). Here's the full output from the mvn command: > m...@ubuntudev ~/sources/myproject $ mvn > [INFO] Scanning for projects... > Downloading: > > http://static.appfuse.org/repository/org/appfuse/maven-warpath-plugin/2.0.2/maven-warpath-plugin-2.0.2.pom > 2K<http://static.appfuse.org/repository/org/appfuse/maven-warpath-plugin/2.0.2/maven-warpath-plugin-2.0.2.pom%0A2K>downloaded > Downloading: > > http://static.appfuse.org/repository/org/appfuse/appfuse/2.0.2/appfuse-2.0.2.pom > 21K<http://static.appfuse.org/repository/org/appfuse/appfuse/2.0.2/appfuse-2.0.2.pom%0A21K>downloaded > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = > '331663405fe92ca8658807c04a58b8d5b62435d7'; remote = > '9249ee651bfeff0af30af3f0dbf973f809e31a2c' - RETRYING > Downloading: > > http://static.appfuse.org/repository/org/appfuse/appfuse/2.0.2/appfuse-2.0.2.pom > 21K<http://static.appfuse.org/repository/org/appfuse/appfuse/2.0.2/appfuse-2.0.2.pom%0A21K>downloaded > [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = > '331663405fe92ca8658807c04a58b8d5b62435d7'; remote = > '9249ee651bfeff0af30af3f0dbf973f809e31a2c' - IGNORING > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > > Project ID: null:maven-warpath-plugin:maven-plugin:2.0.2 > > Reason: Cannot find parent: org.appfuse:appfuse for project: > null:maven-warpath-plugin:maven-plugin:2.0.2 for project > null:maven-warpath-plugin:maven-plugin:2.0.2 > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 8 seconds > [INFO] Finished at: Mon Feb 09 12:06:17 MYT 2009 > [INFO] Final Memory: 1M/3M > [INFO] > ------------------------------------------------------------------------ > m...@ubuntudev ~/sources/myproject $ > > So, where do I go from here? > Any tips or guides to proceed from here is greatly appreciated. :) Thanks > > -- > suhaizal > -- > View this message in context: > http://www.nabble.com/Newbie%3AFollowed-Quickstart-to-the-letter%2C-but-lot-of-errors-tp21906856s2369p21906856.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >