Good idea. I've now set debug on for apachage maven and the resulting log is huge, so I hope I am sending you the part that might help to solve the problem. I don't really see any helpful debug info around where the error occurs, but maybe I am missing it... do I need to send more of the log? I've included all sections that include warning or errors.
** NOTE: Also, I don't know if this matters, but the Contract First tutorial specifically changes the Java 'Project Facet' to version '5.0' when creating the 'PricingService' 'JSR-181 Service based on WSDL' project, but this is *not* done for the PricingHttp project *or* the PricingAssembly project. Is this a problem? I guess I can go through the tutorial once again just to see what happens if I set 'Java' 'Project Facet' to '5.0' for the PricingHttp and PricingAssembly projects also. I've already gone throuh this tutorial about 13 times...why not once more? ** [WARN] POM for 'jencks:jencks:pom:1.1.3:runtime' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM [DEBUG] Reason: Failed to validate POM [DEBUG] Validation Errors: [DEBUG] 'dependencies.dependency.version' is missing for jencks:genericra [DEBUG] . . . [WARN] Unable to get resource from repository codehaus.m1 (http://dist.codehaus.org) [DEBUG] Artifact not found - using stub model: Unable to download the artifact from any repository . . . [DEBUG] Configuring mojo 'org.apache.servicemix.tooling:jbi-maven-plugin:fuse-3.0.0.0:projectDeploy' --> [DEBUG] (f) containerName = ServiceMix [DEBUG] (f) deployDependencies = false [DEBUG] (f) host = localhost [DEBUG] (f) jmxDomainName = org.apache.servicemix [DEBUG] (f) jndiPath = /jmxrmi [DEBUG] (f) localRepo = [local] -> file://C:\Documents and Settings\Richard Lyders\.m2\repository [DEBUG] (f) port = 1099 [DEBUG] (f) project = [EMAIL PROTECTED] [DEBUG] (f) remoteRepos = [[logicblaze] -> http://repo.logicblaze.com/maven2-all, [apache.snapshots] -> http://cvs.apache.org/maven-snapshot-repository, [central] -> http://repo1.maven.org/maven2] [DEBUG] (f) serverProtocol = rmi [DEBUG] (f) workDirectory = D:\FUSE\ws\PricingAssembly\target\PricingAssembly-1.0-SNAPSHOT-installer [DEBUG] -- end configuration -- [INFO] jbi:projectDeploy [INFO] snapshot com.mycompany:PricingAssembly:1.0-SNAPSHOT: checking for updates from logicblaze [DEBUG] repository metadata for: 'snapshot com.mycompany:PricingAssembly:1.0-SNAPSHOT' could not be found on repository: logicblaze [INFO] snapshot com.mycompany:PricingAssembly:1.0-SNAPSHOT: checking for updates from apache.snapshots [DEBUG] repository metadata for: 'snapshot com.mycompany:PricingAssembly:1.0-SNAPSHOT' could not be found on repository: apache.snapshots [DEBUG] Skipping disabled repository central [DEBUG] PricingAssembly: using locally installed snapshot [DEBUG] Checking for dependency from project servicemix-http [DEBUG] Adding dependency from project servicemix-http [DEBUG] Checking for dependency from project servicemix-jsr181 [DEBUG] Adding dependency from project servicemix-jsr181 [DEBUG] Checking for dependency from project servicemix-soap [DEBUG] Adding dependency from project servicemix-soap [DEBUG] Checking for dependency from project servicemix-common [DEBUG] Adding dependency from project servicemix-common [INFO] ------------------ Deployment Analysis -------------------- [INFO] A custom project has 4 child dependencies [INFO] - jbi-service-assembly : C:\Documents and Settings\Richard Lyders\.m2\repository\com\mycompany\PricingAssembly\1.0-SNAPSHOT\PricingAssembly-1.0-SNAPSHOT.zip [INFO] - jbi-component : C:\Documents and Settings\Richard Lyders\.m2\repository\org\apache\servicemix\servicemix-http\fuse-3.0.0.0\servicemix-http-fuse-3.0.0.0-installer.zip [INFO] - jbi-component : C:\Documents and Settings\Richard Lyders\.m2\repository\org\apache\servicemix\servicemix-jsr181\fuse-3.0.0.0\servicemix-jsr181-fuse-3.0.0.0-installer.zip [INFO] - jbi-shared-library : C:\Documents and Settings\Richard Lyders\.m2\repository\org\apache\servicemix\servicemix-soap\fuse-3.0.0.0\servicemix-soap-fuse-3.0.0.0-installer.zip [INFO] - jbi-shared-library : C:\Documents and Settings\Richard Lyders\.m2\repository\org\apache\servicemix\servicemix-common\fuse-3.0.0.0\servicemix-common-fuse-3.0.0.0-installer.zip [INFO] ----------------------------------------------------------- [INFO] PricingAssembly is not deployed [INFO] Deploying jbi-service-assembly from C:\Documents and Settings\Richard Lyders\.m2\repository\com\mycompany\PricingAssembly\1.0-SNAPSHOT\PricingAssembly-1.0-SNAPSHOT.zip [ERROR] mojo-execute : jbi:projectDeploy Diagnosis: Unable to deploy project, Error accessing ServiceMix administration FATAL ERROR: Error executing Maven for a project [ERROR] project-execute : com.mycompany:PricingAssembly:jbi-service-assembly:1.0-SNAPSHOT ( task-segment: [install, jbi:projectDeploy] ) Diagnosis: Unable to deploy project, Error accessing ServiceMix administration FATAL ERROR: Error executing Maven for a project [INFO] ---------------------------------------------------------------------------- [INFO] BUILD SUCCESSFUL [INFO] ---------------------------------------------------------------------------- [INFO] Total time: 16 second [INFO] Finished at: Sun Oct 01 22:57:10 CDT 2006 [INFO] Memory 5M/20M [INFO] ---------------------------------------------------------------------------- [INFO] Error for project: A custom project (during jbi:projectDeploy) [INFO] ------------------------------------------------------------------------ [INFO] Unable to deploy project, Error accessing ServiceMix administration The JBI descriptor is not valid, please correct these violations [The jbi descriptor does not contain any informations] [INFO] ------------------------------------------------------------------------ [DEBUG] Trace Unable to deploy project, Error accessing ServiceMix administration [INFO] ------------------------------------------------------------------------ [ERROR] reactor-execute : D:\FUSE\ws\PricingAssembly FATAL ERROR: Error executing Maven for a project [INFO] BUILD ERRORS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18 seconds [INFO] Finished at: Sun Oct 01 22:57:10 CDT 2006 [INFO] Final Memory: 11M/21M [INFO] ------------------------------------------------------------------------ Exception in thread "main" java.lang.RuntimeException: Apache Maven build exception [Some builds failed] at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:110) Caused by: org.apache.maven.reactor.MavenExecutionException: Some builds failed at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:210) at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:690) at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:107) Philip Dodds-2 wrote: > > Can you use the preferences page to set Apache Maven to debug and send the > log? > > Thanks > > P > -- View this message in context: http://www.nabble.com/FUSE-1.2---SE-SA-installation-problem-tf2298320.html#a6595706 Sent from the ServiceMix - User mailing list archive at Nabble.com.
