Hi, looking closely at the stack trace, seems that maven complains it tries to locate the jar file which doesn't exist at http://repo.open.iona.com/maven2/org/apache/servicemix/samples/3.3.0.0-fuse/
Seems that http://repo1.maven.org/maven2/org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom doesn't exist either Maybe Wayne is right contact the servicemix people..... Bye On 10/5/07, Daniele De Francesco <[EMAIL PROTECTED]> wrote: > > Hi > that pom doesn't exist at > http://people.apache.org/repo/m2-incubating-repository > > > doesn't exist the directory structure > /org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom > > maybe this would explain.... > > bye > > On 10/4/07, KIRA1983 <[EMAIL PROTECTED]> wrote: > > > > > > stack of my error > > i put settings.xml both home/.m2/.. that HOME_MAVEN/conf/... > > don't work.. > > why??? > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] FATAL ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Error building POM (may not be this project's POM). > > > > > > Project ID: org.apache.servicemix.samples:basic:jar:null > > > > Reason: Cannot find parent: org.apache.servicemix:samples for project: > > org.apache.servicemix.samples:basic:jar:null for project > > org.apache.servicemix.samples:basic:jar:null > > > > > > [INFO] > > ------------------------------------------------------------------------ > > > > [INFO] Trace > > org.apache.maven.reactor.MavenExecutionException: Cannot find parent: > > org.apache.servicemix:samples for project: > > org.apache.servicemix.samples:basic:jar:null for project > > org.apache.servicemix.samples:basic:jar:null > > at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java > > :378) > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java > > :290) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java :125) > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke( > > NativeMethodAccessorImpl.java :39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke( > > DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > at > > org.codehaus.classworlds.Launcher.launchEnhanced (Launcher.java:315) > > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > > at > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main (Launcher.java:375) > > Caused by: org.apache.maven.project.ProjectBuildingException: Cannot > > find > > parent: org.apache.servicemix:samples for project: > > org.apache.servicemix.samples:basic:jar:null for project > > org.apache.servicemix.samples:basic:jar:null > > at > > org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage( > > DefaultMavenProjectBuilder.java:1261) > > at > > org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal( > > DefaultMavenProjectBuilder.java :747) > > at > > > > org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal > > (DefaultMavenProjectBuilder.java:479) > > at > > org.apache.maven.project.DefaultMavenProjectBuilder.build( > > DefaultMavenProjectBuilder.java :200) > > at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:553) > > at > > org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:467) > > at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:364) > > ... 11 more > > Caused by: org.apache.maven.project.ProjectBuildingException: POM > > 'org.apache.servicemix:samples' not found in repository: Unable to > > download > > the artifact from any repository > > > > org.apache.servicemix:samples:pom:3.3.0.0-fuse > > > > from the specified remote repositories: > > apache-incubating > > (http://people.apache.org/repo/m2-incubating-repository ), > > open.iona.m2-snapshot (http://repo.open.iona.com/maven2-snapshot), > > open.iona.m2 (http://repo.open.iona.com/maven2 ), > > central (http://repo1.maven.org/maven2) > > for project org.apache.servicemix:samples > > at > > > > org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository( > > DefaultMavenProjectBuilder.java:573) > > at > > org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage( > > DefaultMavenProjectBuilder.java:1257) > > ... 17 more > > Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: > > Unable to download the artifact from any repository > > > > org.apache.servicemix:samples:pom:3.3.0.0-fuse > > > > from the specified remote repositories: > > apache-incubating > > ( http://people.apache.org/repo/m2-incubating-repository), > > open.iona.m2-snapshot (http://repo.open.iona.com/maven2-snapshot), > > open.iona.m2 ( http://repo.open.iona.com/maven2), > > central (http://repo1.maven.org/maven2) > > > > at > > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve( > > DefaultArtifactResolver.java :197) > > at > > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve( > > DefaultArtifactResolver.java:73) > > at > > > > org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository > > (DefaultMavenProjectBuilder.java :526) > > ... 18 more > > Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable > > to > > download the artifact from any repository > > at > > org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact ( > > DefaultWagonManager.java:324) > > at > > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve( > > DefaultArtifactResolver.java:185) > > ... 20 more > > [INFO] > > ------------------------------------------------------------------------ > > > > [INFO] Total time: 9 minutes 27 seconds > > [INFO] Finished at: Thu Oct 04 17:19:53 CEST 2007 > > [INFO] Final Memory: 1M/4M > > [INFO] > > > > > > > > > > Wayne Fay wrote: > > > > > > Please send your questions to the ServiceMix people, who seem to be > > > the creators of this jbi plugin. > > > > > > Also, Maven2 does not use build.properties. So you will need to > > > configure your proxy in ~/.m2/settings.xml. > > > > > > Wayne > > > > > > On 10/4/07, KIRA1983 < [EMAIL PROTECTED]> wrote: > > >> > > >> > > >> maybe but maybe.. > > >> if try to use mvn offline i see that repository list down for fuse > > >> 3.3.0.0 > > >> with my browser and.. not exist nothing! > > >> so, can i doing? > > >> > > >> > > >> KIRA1983 wrote: > > >> > > > >> > i launch this command: mvn jbi:embeddedServicemix > > >> > the result: > > >> > > > >> > > > >> > Downloading: > > >> > > > >> > > http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom > > >> > Downloading: > > >> > > > >> > > http://repo.open.iona.com/maven2/org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom > > >> > Downloading: > > >> > > > >> > > http://repo1.maven.org/maven2/org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom > > >> > [INFO] > > >> > > > >> > > ------------------------------------------------------------------------ > > >> > [ERROR] FATAL ERROR > > >> > [INFO] > > >> > > > >> > > ------------------------------------------------------------------------ > > >> > [INFO] Error building POM (may not be this project's POM). > > >> > > > >> > > > >> > Project ID: org.apache.servicemix.samples:basic:jar:null > > >> > > > >> > Reason: Cannot find parent: org.apache.servicemix:samples for > > project: > > >> > org.apache.servicemix.samples:basic:jar:null for project > > >> > org.apache.servicemix.samples:basic:jar:null > > >> > > > >> > in first time i think that this error born by proxy, so i created a > > >> > build.properties in MAVEN_HOME with all parameters, but the error > > stay. > > >> > thanks > > >> > > > >> > > >> -- > > >> View this message in context: > > >> > > http://www.nabble.com/MAVEN---FATAL-ERROR---on-mvn-jbi..-tf4566673s177.html#a13035478 > > >> Sent from the Maven - Users mailing list archive at Nabble.com. > > >> > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >> For additional commands, e-mail: [EMAIL PROTECTED] > > >> > > >> > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > -- > > View this message in context: > > http://www.nabble.com/MAVEN---FATAL-ERROR---on-mvn-jbi..-tf4566673s177.html#a13042127 > > Sent from the Maven - Users mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > >
