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.
==COMMAND PROMPT CONSOLE== Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal org.codehaus.cargo:cargo-maven2-plugin:1.4.0:run failed: Failed to start the Tomcat 7.x container. Check the [L:\IAM\MyIAM\console\target/log/cargo-output.log] file containing the container logs for more details. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default BuildPluginManager.java:110) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) ... 19 more Caused by: org.codehaus.cargo.container.ContainerException: Failed to start the Tomcat 7.x container. Check the [L:\IAM\MyIAM\console\target/log/cargo-output.log] file containing the container logs for more details. at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:231) at org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(ContainerStartMojo.java:63) at org.codehaus.cargo.maven2.ContainerRunMojo.doExecute(ContainerRunMojo.java:86) at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:432) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) ... 20 more 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. at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.watch(DeployerWatchdog.java:111) at org.codehaus.cargo.container.spi.AbstractLocalContainer.waitForCompletion(AbstractLocalContainer.java:310) at org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer.waitForCompletion(AbstractCatalinaInstalledLocalContainer.java:212) at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:218) ... 24 more ==CARGO.LOG== [00:56:54.643]info</confluence/pages/createpage.action?spaceKey=SYNCOPE&title=info>talledLocalContainer</confluence/pages/createpage.action?spaceKey=SYNCOPE&title=talledLocalContainer> Tomcat 7.x starting... [00:58:56.871]info</confluence/pages/createpage.action?spaceKey=SYNCOPE&title=info>yer.DeployerWatchdog</confluence/pages/createpage.action?spaceKey=SYNCOPE&title=yer.DeployerWatchdog> 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. ==CARGO_OUTPUT.LOG== 17.06.2013 00:58:35 INFO [org.springframework.jdbc.datasource.DriverManagerDataSource.setDriverClassName\(\):153] Loaded JDBC driver: org.h2.Driver 17.06.2013 00:58:35 INFO [org.springframework.web.context.ContextLoader.initWebApplicationContext\(\):313] Root WebApplicationContext: initialization completed in 1242 ms ==CONSOLE.LOG== 00:58:00.660 INFO org.apache.wicket.Application - SyncopeConsole</confluence/pages/createpage.action?spaceKey=SYNCOPE&title=SyncopeConsole> init: Wicket extensions initializer 00:58:00.767 INFO org.apache.wicket.protocol.http.WebApplication - SyncopeConsole</confluence/pages/createpage.action?spaceKey=SYNCOPE&title=SyncopeConsole> Started Wicket version 6.7.0 in DEVELOPMENT mode Thanks, Gurpreet 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.
