Sunday, 15 August 2010

apache camel - Unable to deploy profile to JBoss Fuse 6.1 using fabric8:deploy -



apache camel - Unable to deploy profile to JBoss Fuse 6.1 using fabric8:deploy -

i trying deploy simple camel route local instance of jboss fuse 6.1 (ga release). trying utilize fabric8-maven-plugin so, everytime run fabric8:deploy, receive next error

failed execute goal io.fabric8:fabric8-maven-plugin:1.0.0.redhat-379:deploy (default-cli) on project filemover: error executing: io-error while contacting server: org.apache.http.nohttpresponseexception: target server failed respond

here current plugin-definition pom file

<plugin> <groupid>io.fabric8</groupid> <artifactid>fabric8-maven-plugin</artifactid> <version>1.0.0.redhat-379</version> <configuration> <profile>sample-filemover</profile> <parentprofiles>feature-camel</parentprofiles> <features>mq-fabric-camel</features> </configuration> </plugin>

my ~/.m2/user/settings.xml file contains next server definition

<server> <id>fabric8.upload.repo</id> <username>admin</username> <password>admin</password> </server>

and executing next mvn command

mvn fabric8:deploy -dmaven.test.skip=true

(i realize skipping tests, trying deploy profile @ time)

i can log onto management console fine , can see root container no problem. have missed in configuration of fuse enable this?

i spend hours in same problem. alter version 1.1.0.cr5 , can deploy using mvn fabric8:deploy best regards

apache-camel fuseesb jbossfuse fabric8

No comments:

Post a Comment