Open sravanmummadi opened 7 years ago
@sravanmummadi Can you try changing the upload, jolokiaUrl and serverId arguments. I think they may need to be fabric8.upload , fabric8.jolokiaUrl and fabric8.serverId respectively.
Also, perhaps share the full stack trace of the errors, by running the mvn command with the -e switch.
mvn fabric8:deploy -e -DskipTests=true -Dfabric8.upload=false -Dfabric8.jolokiaUrl=http://admin:admin@localhost:8181/jolokia -Dfabric8.serverId=local -DdeployEnvironment=server
I am trying to deploy my bundles into fabric server using the below command.
mvn fabric8:deploy -DskipTests=true -Dupload=false -DjolokiaUrl=http://admin:admin@localhost:8181/jolokia -DserverId=local -DdeployEnvironment=server
I get the below error.
I am using
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 07:51:28-0600) Maven home: C:\Apache\maven\bin.. Java version: 1.8.0_141, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_141\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
Could some one please help me with some suggestions on how to move forward on this.