1. I setup my environment with Apache Maven 3.0.5 and JDK 1.6.0-32. 2. In the console, executed below command to create new project (reference -> https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project):
: mvn archetype:generate -DarchetypeGroupId=org.apache.syncope -DarchetypeArtifactId=syncope-archetype -DarchetypeRepository=http://repo1.maven.org/maven2 -DarchetypeVersion=1.1.2 3. : mvn clean package 4. Then under directory 'console' executed : mvn -P embedded Thanks, Gurpreet From: Francesco Chicchiriccò [mailto:[email protected]] Sent: Monday, June 17, 2013 3:16 AM To: [email protected] Subject: Re: Apache Syncope - Error on running embedded server On 17/06/2013 10:12, Gurpreet Bagga wrote: Hi, I am new to Apache Syncope. I created a new project and tried to start embedded server and got some errors; can you please suggest what might be going wrong. Below are excerpts from log files. Thanks. [...] Caused by: org.codehaus.cargo.container.ContainerException: Deployable http://localhost:9080/cargocpc/index.html failed to finish deploying within the timeout period 120000</confluence/pages/createpage.action?spaceKey=SYNCOPE&title=120000>. The Deployable state is thus unknown. Hi, it seems that after 2 minutes (1200000 milliseconds) the application was not able to start. Can you report the exact commands you have used to generate and start your project? Regards. -- Francesco Chicchiriccò ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member http://people.apache.org/~ilgrosso/ Confidentiality Notice: This e-mail, including any attachments, may contain information that is private, confidential, or protected by attorney-client or other privilege. It is intended only for the use of the intended recipient, and is the property of the company originating this e-mail and/or any parent, affiliates and subsidiaries. If you are not the intended recipient, you are hereby notified that any use of the information contained in or transmitted with the communication or dissemination, distribution, or copying of this communication may be prohibited by law. If you have received this communication in error, please immediately return this communication to the sender and delete the original message and any copy of it in your possession. ============================================================== This message has been scanned by the Tumbleweed MailGate.
