Hello list, First, I would like to apologize for my previous incomplete message, I pressed the send button by accident in gmail, sorry.
As I was saying, I'm just starting with AppFuse and Java EE web development, and I haven't had much luck. I've spent the whole day trying to get my AppFuse app up and running, but Java exceptions and stack traces is all I've got :( I'm running Ubuntu 8.04, Java 5, Maven 2, MySQL 5 with root user and no passwd. The pre-requisites seem to be ok. I then went to the terminal and executed the following command (taken from the AppFuse wiki), for a Struts 2 modular skeleton: mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-modular-struts -DremoteRepositories= > http://static.appfuse.org/releases -DarchetypeVersion=2.0.1 > -DgroupId=com.mycompany.app -DartifactId=myproject This particular step seems to execute fine. The problem is when I do a mvn or mvn install eclipse:eclipse. It seems Tomcat can't be started for some reason I can't tell, here's the output http://www.pastebin.ca/1007649 Does anyone know why this happens and how could I fix it? What did I do wrong? Thanks in advance, Marcelo.