I am trying to use the maven plugin for VCO plugin creation, and I am getting SSL errors when trying to synchronize the package from VCO to the local files. This is a standard install of the VCO appliance 6.0.2. I have tried every trick I can come up with:
I have set the -Dmaven.wagon.http.ssl.insecure=true Dmaven.wagon.http.ssl.allowall=true
I have created a keystore of the VCO ssl key, and passed it as the truststore -Djavax.net.ssl.trustStore=keystore.pks -Djavax.net.ssl.trustStorePassword=123qwe -X
I have enabled debug and verbose outputs
Nothing seems to work, any thoughts or ideas is appreciated.
Thanks,
Tim
Below is a log example, very similar regardless of the options passed.
mvn o11n-package:import-package -DserverUrl=vcoadmin:vcoadmin@192.168.159.130:8281 -Djavax.net.debug=all -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dsun.security.ssl.allowUnsafeRenegotiation=true -Djavax.net.ssl.trustStore=keystore.pks -Djavax.net.ssl.trustStorePassword=test123 -X
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T12:29:23-05:00)
Maven home: /usr/local/Cellar/maven/3.2.5/libexec
Java version: 1.6.0_65, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.10.3", arch: "x86_64", family: "mac"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /usr/local/Cellar/maven/3.2.5/libexec/conf/settings.xml
[DEBUG] Reading user settings from /Users/tperry/.m2/settings.xml
[DEBUG] Using local repository at /Users/tperry/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/tperry/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=211, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=63, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=11, ConflictResolver.conflictItemCount=145, DefaultDependencyCollector.collectTime=327, DefaultDependencyCollector.transformTime=16}
[DEBUG] com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:jar:6.0.2:
[DEBUG] com.vmware.o11n.tool:o11ntool-internal:jar:6.0.2:compile
[DEBUG] dom4j:dom4j:jar:1.6.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.0.b2:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.11:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.2:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.7:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.0-beta-2:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.6:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.8.1:compile
[DEBUG] log4j:log4j:jar:1.2.17:runtime
[DEBUG] commons-io:commons-io:jar:2.4:compile
[DEBUG] commons-lang:commons-lang:jar:2.5:compile
[DEBUG] com.vmware.o11n:o11n-util:jar:6.0.2:compile
[DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.50:compile
[DEBUG] org.bouncycastle:bcpkix-jdk15on:jar:1.50:compile
[DEBUG] com.rubiconproject.oss:jchronic:jar:0.2.6:compile
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.6.2:compile
[DEBUG] ognl:ognl:jar:2.6.9:compile
[DEBUG] org.codehaus.woodstox:stax2-api:jar:3.0.1:compile
[DEBUG] stax:stax-api:jar:1.0.1:compile
[DEBUG] org.codehaus.woodstox:woodstox-core-asl:jar:4.0.5:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.6:compile
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.6.6:compile
[DEBUG] commons-codec:commons-codec:jar:1.8:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile
[DEBUG] com.vmware.o11n:o11n-model:jar:6.0.2:compile
[DEBUG] com.vmware.o11n:o11n-security:jar:6.0.2:compile
[DEBUG] org.springframework:spring-context:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework:spring-aop:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework:spring-expression:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile
[DEBUG] aopalliance:aopalliance:jar:1.0:compile
[DEBUG] antlr:antlr:jar:2.7.6:compile
[DEBUG] org.springframework:spring-web:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework:spring-beans:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework:spring-core:jar:4.0.2.RELEASE:compile
[DEBUG] org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1:compile
[DEBUG] com.vmware.o11n:o11n-modelejb-client:jar:6.0.2:compile
[DEBUG] com.vmware.o11n:o11n-scriptingmodel:jar:6.0.2:compile
[DEBUG] org.mozilla:rhino:jar:1.7R4:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] com.vmware.o11n:o11n-j2eeutil:jar:6.0.2:compile
[DEBUG] com.vmware.o11n:o11n-sdkapi:jar:6.0.2:compile
[DEBUG] org.hornetq:hornetq-jms-client:jar:2.2.5.Final:runtime
[DEBUG] org.hornetq:hornetq-core-client:jar:2.2.5.Final:runtime
[DEBUG] org.jboss.netty:netty:jar:3.2.5.Final:runtime
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] Created new class realm extension>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2
[DEBUG] Importing foreign packages into class realm extension>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm extension>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2
[DEBUG] Included: com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:jar:6.0.2
[DEBUG] Included: com.vmware.o11n.tool:o11ntool-internal:jar:6.0.2
[DEBUG] Included: dom4j:dom4j:jar:1.6.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.0.b2
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.2
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.7
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-2
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.6
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:1.8.1
[DEBUG] Included: log4j:log4j:jar:1.2.17
[DEBUG] Included: commons-io:commons-io:jar:2.4
[DEBUG] Included: commons-lang:commons-lang:jar:2.5
[DEBUG] Included: com.vmware.o11n:o11n-util:jar:6.0.2
[DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.50
[DEBUG] Included: org.bouncycastle:bcpkix-jdk15on:jar:1.50
[DEBUG] Included: com.rubiconproject.oss:jchronic:jar:0.2.6
[DEBUG] Included: net.sf.ehcache:ehcache-core:jar:2.6.2
[DEBUG] Included: ognl:ognl:jar:2.6.9
[DEBUG] Included: org.codehaus.woodstox:stax2-api:jar:3.0.1
[DEBUG] Included: stax:stax-api:jar:1.0.1
[DEBUG] Included: org.codehaus.woodstox:woodstox-core-asl:jar:4.0.5
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.6.6
[DEBUG] Included: org.slf4j:slf4j-log4j12:jar:1.6.6
[DEBUG] Included: commons-codec:commons-codec:jar:1.8
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5
[DEBUG] Included: commons-logging:commons-logging:jar:1.1.1
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2
[DEBUG] Included: com.vmware.o11n:o11n-model:jar:6.0.2
[DEBUG] Included: com.vmware.o11n:o11n-security:jar:6.0.2
[DEBUG] Included: org.springframework:spring-context:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework:spring-aop:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework:spring-expression:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework.security:spring-security-core:jar:3.2.3.RELEASE
[DEBUG] Included: aopalliance:aopalliance:jar:1.0
[DEBUG] Included: antlr:antlr:jar:2.7.6
[DEBUG] Included: org.springframework:spring-web:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework:spring-beans:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework:spring-core:jar:4.0.2.RELEASE
[DEBUG] Included: org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1
[DEBUG] Included: com.vmware.o11n:o11n-modelejb-client:jar:6.0.2
[DEBUG] Included: com.vmware.o11n:o11n-scriptingmodel:jar:6.0.2
[DEBUG] Included: org.mozilla:rhino:jar:1.7R4
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: com.vmware.o11n:o11n-j2eeutil:jar:6.0.2
[DEBUG] Included: com.vmware.o11n:o11n-sdkapi:jar:6.0.2
[DEBUG] Included: org.hornetq:hornetq-jms-client:jar:2.2.5.Final
[DEBUG] Included: org.hornetq:hornetq-core-client:jar:2.2.5.Final
[DEBUG] Included: org.jboss.netty:netty:jar:3.2.5.Final
[DEBUG] Extension realms for project sovlabs:o11nplugin-sovlabs-package:package:6.0.2.1: [ClassRealm[extension>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2, parent: sun.misc.Launcher$AppClassLoader@7987aeca]]
[DEBUG] Created new class realm project>sovlabs:o11nplugin-sovlabs-package:6.0.2.1
[DEBUG] Populating class realm project>sovlabs:o11nplugin-sovlabs-package:6.0.2.1
[DEBUG] Looking up lifecyle mappings for packaging package from ClassRealm[project>sovlabs:o11nplugin-sovlabs-package:6.0.2.1, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project sovlabs:sovlabs:pom:6.0.2.1: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-install-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in local (/Users/tperry/.m2/repository)
[DEBUG] Failure to find org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in http://192.168.159.131:8280/vco-repo was cached in the local repository, resolution will not be reattempted until the update interval of added-by-archetype has elapsed or updates are forced
[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-install-plugin to 2.5.2 from repository central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-deploy-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in local (/Users/tperry/.m2/repository)
[DEBUG] Failure to find org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in http://192.168.159.131:8280/vco-repo was cached in the local repository, resolution will not be reattempted until the update interval of added-by-archetype has elapsed or updates are forced
[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-deploy-plugin to 2.8.2 from repository central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-compiler-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in local (/Users/tperry/.m2/repository)
[DEBUG] Failure to find org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in http://192.168.159.131:8280/vco-repo was cached in the local repository, resolution will not be reattempted until the update interval of added-by-archetype has elapsed or updates are forced
[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-compiler-plugin to 3.3 from repository central (https://repo.maven.apache.org/maven2, default, releases)
[DEBUG] Resolving plugin prefix o11n-package from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix o11n-package to com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin from POM sovlabs:o11nplugin-sovlabs-package:package:6.0.2.1
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: sovlabs:o11nplugin-sovlabs-package:package:6.0.2.1
[DEBUG] Tasks: [o11n-package:import-package]
[DEBUG] Style: Aggregating
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building o11nplugin-sovlabs-package 6.0.2.1
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix o11n-package from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix o11n-package to com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin from POM sovlabs:o11nplugin-sovlabs-package:package:6.0.2.1
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: sovlabs:o11nplugin-sovlabs-package:6.0.2.1
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [added-by-archetype (http://192.168.159.131:8280/vco-repo, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [added-by-archetype (http://192.168.159.131:8280/vco-repo, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2:import-package (default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<allPackages default-value="false">${allPackages}</allPackages>
<exportHistory default-value="true">${exportHistory}</exportHistory>
<ignoreServerCertificate default-value="true">${ignoreServerCertificate}</ignoreServerCertificate>
<packageName>sovlabs</packageName>
<project>${project}</project>
<projectName default-value="${project.artifactId}">${projectName}</projectName>
<serverUrl>${serverUrl}</serverUrl>
<targetDirectory>${basedir}</targetDirectory>
</configuration>
[DEBUG] =======================================================================
[INFO]
[INFO] --- maven-o11n-package-plugin:6.0.2:import-package (default-cli) @ o11nplugin-sovlabs-package ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=211, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=63, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=10, ConflictResolver.conflictItemCount=145, DefaultDependencyCollector.collectTime=20, DefaultDependencyCollector.transformTime=12}
[DEBUG] com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:jar:6.0.2:
[DEBUG] com.vmware.o11n.tool:o11ntool-internal:jar:6.0.2:compile
[DEBUG] dom4j:dom4j:jar:1.6.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.0.b2:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.11:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.2:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.7:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.0-beta-2:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.6:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.8.1:compile
[DEBUG] log4j:log4j:jar:1.2.17:runtime
[DEBUG] commons-io:commons-io:jar:2.4:compile
[DEBUG] commons-lang:commons-lang:jar:2.5:compile
[DEBUG] com.vmware.o11n:o11n-util:jar:6.0.2:compile
[DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.50:compile
[DEBUG] org.bouncycastle:bcpkix-jdk15on:jar:1.50:compile
[DEBUG] com.rubiconproject.oss:jchronic:jar:0.2.6:compile
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.6.2:compile
[DEBUG] ognl:ognl:jar:2.6.9:compile
[DEBUG] org.codehaus.woodstox:stax2-api:jar:3.0.1:compile
[DEBUG] stax:stax-api:jar:1.0.1:compile
[DEBUG] org.codehaus.woodstox:woodstox-core-asl:jar:4.0.5:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.6:compile
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.6.6:compile
[DEBUG] commons-codec:commons-codec:jar:1.8:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile
[DEBUG] com.vmware.o11n:o11n-model:jar:6.0.2:compile
[DEBUG] com.vmware.o11n:o11n-security:jar:6.0.2:compile
[DEBUG] org.springframework:spring-context:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework:spring-aop:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework:spring-expression:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile
[DEBUG] aopalliance:aopalliance:jar:1.0:compile
[DEBUG] antlr:antlr:jar:2.7.6:compile
[DEBUG] org.springframework:spring-web:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework:spring-beans:jar:4.0.2.RELEASE:compile
[DEBUG] org.springframework:spring-core:jar:4.0.2.RELEASE:compile
[DEBUG] org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1:compile
[DEBUG] com.vmware.o11n:o11n-modelejb-client:jar:6.0.2:compile
[DEBUG] com.vmware.o11n:o11n-scriptingmodel:jar:6.0.2:compile
[DEBUG] org.mozilla:rhino:jar:1.7R4:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] com.vmware.o11n:o11n-j2eeutil:jar:6.0.2:compile
[DEBUG] com.vmware.o11n:o11n-sdkapi:jar:6.0.2:compile
[DEBUG] org.hornetq:hornetq-jms-client:jar:2.2.5.Final:runtime
[DEBUG] org.hornetq:hornetq-core-client:jar:2.2.5.Final:runtime
[DEBUG] org.jboss.netty:netty:jar:3.2.5.Final:runtime
[DEBUG] Created new class realm plugin>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2
[DEBUG] Importing foreign packages into class realm plugin>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2
[DEBUG] Imported: < project>sovlabs:o11nplugin-sovlabs-package:6.0.2.1
[DEBUG] Populating class realm plugin>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2
[DEBUG] Included: com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:jar:6.0.2
[DEBUG] Included: com.vmware.o11n.tool:o11ntool-internal:jar:6.0.2
[DEBUG] Included: dom4j:dom4j:jar:1.6.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.0.b2
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.2
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.7
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-2
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.6
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:1.8.1
[DEBUG] Included: log4j:log4j:jar:1.2.17
[DEBUG] Included: commons-io:commons-io:jar:2.4
[DEBUG] Included: commons-lang:commons-lang:jar:2.5
[DEBUG] Included: com.vmware.o11n:o11n-util:jar:6.0.2
[DEBUG] Included: org.bouncycastle:bcprov-jdk15on:jar:1.50
[DEBUG] Included: org.bouncycastle:bcpkix-jdk15on:jar:1.50
[DEBUG] Included: com.rubiconproject.oss:jchronic:jar:0.2.6
[DEBUG] Included: net.sf.ehcache:ehcache-core:jar:2.6.2
[DEBUG] Included: ognl:ognl:jar:2.6.9
[DEBUG] Included: org.codehaus.woodstox:stax2-api:jar:3.0.1
[DEBUG] Included: stax:stax-api:jar:1.0.1
[DEBUG] Included: org.codehaus.woodstox:woodstox-core-asl:jar:4.0.5
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.6.6
[DEBUG] Included: org.slf4j:slf4j-log4j12:jar:1.6.6
[DEBUG] Included: commons-codec:commons-codec:jar:1.8
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5
[DEBUG] Included: commons-logging:commons-logging:jar:1.1.1
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2
[DEBUG] Included: com.vmware.o11n:o11n-model:jar:6.0.2
[DEBUG] Included: com.vmware.o11n:o11n-security:jar:6.0.2
[DEBUG] Included: org.springframework:spring-context:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework:spring-aop:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework:spring-expression:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework.security:spring-security-core:jar:3.2.3.RELEASE
[DEBUG] Included: aopalliance:aopalliance:jar:1.0
[DEBUG] Included: antlr:antlr:jar:2.7.6
[DEBUG] Included: org.springframework:spring-web:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework:spring-beans:jar:4.0.2.RELEASE
[DEBUG] Included: org.springframework:spring-core:jar:4.0.2.RELEASE
[DEBUG] Included: org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1
[DEBUG] Included: com.vmware.o11n:o11n-modelejb-client:jar:6.0.2
[DEBUG] Included: com.vmware.o11n:o11n-scriptingmodel:jar:6.0.2
[DEBUG] Included: org.mozilla:rhino:jar:1.7R4
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: com.vmware.o11n:o11n-j2eeutil:jar:6.0.2
[DEBUG] Included: com.vmware.o11n:o11n-sdkapi:jar:6.0.2
[DEBUG] Included: org.hornetq:hornetq-jms-client:jar:2.2.5.Final
[DEBUG] Included: org.hornetq:hornetq-core-client:jar:2.2.5.Final
[DEBUG] Included: org.jboss.netty:netty:jar:3.2.5.Final
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:4.11
[DEBUG] Excluded: org.hamcrest:hamcrest-core:jar:1.3
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] Configuring mojo com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2:import-package from plugin realm ClassRealm[plugin>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2, parent: sun.misc.Launcher$AppClassLoader@7987aeca]
[DEBUG] Configuring mojo 'com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2:import-package' with basic configurator -->
[DEBUG] (f) allPackages = false
[DEBUG] (f) exportHistory = true
[DEBUG] (f) ignoreServerCertificate = true
[DEBUG] (f) packageName = sovlabs
[DEBUG] (f) project = MavenProject: sovlabs:o11nplugin-sovlabs-package:6.0.2.1 @ /Users/tperry/development/java/sovlabs/o11nplugin-sovlabs-package/pom.xml
[DEBUG] (f) projectName = o11nplugin-sovlabs-package
[DEBUG] (f) serverUrl = vcoadmin:vcoadmin@192.168.159.130:8281
[DEBUG] (f) targetDirectory = /Users/tperry/development/java/sovlabs/o11nplugin-sovlabs-package
[DEBUG] -- end configuration --
o11nplugin-sovlabs-package
true
[DEBUG] Start connection to VMO server : 192.168.159.130:8281
[DEBUG] Create Session
trustStore is: keystore.pks
trustStore type is : jks
trustStore provider is :
init truststore
adding as trusted cert:
Subject: CN=localhost.sovsystems.com, OU=VMware, O=VMware, C=US
Issuer: CN=localhost.sovsystems.com, OU=VMware, O=VMware, C=US
Algorithm: RSA; Serial number: 0x14e0c0cf436
Valid from Thu Jun 18 09:40:52 EDT 2015 until Mon Jun 16 09:40:52 EDT 2025
adding as trusted cert:
Subject: CN=localhost.localdom, OU=VMware, O=VMware, C=US
Issuer: CN=localhost.localdom, OU=VMware, O=VMware, C=US
Algorithm: RSA; Serial number: 0x14e1acfbd66
Valid from Sun Jun 21 06:28:18 EDT 2015 until Thu Jun 19 06:28:18 EDT 2025
trigger seeding of SecureRandom
done seeding SecureRandom
log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.BasicClientConnectionManager).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
main, setSoTimeout(0) called
Allow unsafe renegotiation: true
Allow legacy hello messages: true
Is initial handshake: true
Is secure renegotiation: false
%% No cached client session
*** ClientHello, TLSv1
RandomCookie: GMT: 1418206677 bytes = { 70, 53, 184, 192, 171, 103, 63, 205, 239, 130, 185, 55, 52, 10, 142, 255, 182, 157, 75, 73, 218, 99, 55, 109, 97, 21, 99, 190 }
Session ID: {}
Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
Compression Methods: { 0 }
***
[write] MD5 and SHA1 hashes: len = 81
0000: 01 00 00 4D 03 01 55 88 1E D5 46 35 B8 C0 AB 67 ...M..U...F5...g
0010: 3F CD EF 82 B9 37 34 0A 8E FF B6 9D 4B 49 DA 63 ?....74.....KI.c
0020: 37 6D 61 15 63 BE 00 00 26 00 04 00 05 00 2F 00 7ma.c...&...../.
0030: 35 00 33 00 39 00 32 00 38 00 0A 00 16 00 13 00 5.3.9.2.8.......
0040: 09 00 15 00 12 00 03 00 08 00 14 00 11 00 FF 01 ................
0050: 00 .
main, WRITE: TLSv1 Handshake, length = 81
[write] MD5 and SHA1 hashes: len = 110
0000: 01 03 01 00 45 00 00 00 20 00 00 04 01 00 80 00 ....E... .......
0010: 00 05 00 00 2F 00 00 35 00 00 33 00 00 39 00 00 ..../..5..3..9..
0020: 32 00 00 38 00 00 0A 07 00 C0 00 00 16 00 00 13 2..8............
0030: 00 00 09 06 00 40 00 00 15 00 00 12 00 00 03 02 .....@..........
0040: 00 80 00 00 08 00 00 14 00 00 11 00 00 FF 55 88 ..............U.
0050: 1E D5 46 35 B8 C0 AB 67 3F CD EF 82 B9 37 34 0A ..F5...g?....74.
0060: 8E FF B6 9D 4B 49 DA 63 37 6D 61 15 63 BE ....KI.c7ma.c.
main, WRITE: SSLv2 client hello message, length = 110
[Raw write]: length = 112
0000: 80 6E 01 03 01 00 45 00 00 00 20 00 00 04 01 00 .n....E... .....
0010: 80 00 00 05 00 00 2F 00 00 35 00 00 33 00 00 39 ....../..5..3..9
0020: 00 00 32 00 00 38 00 00 0A 07 00 C0 00 00 16 00 ..2..8..........
0030: 00 13 00 00 09 06 00 40 00 00 15 00 00 12 00 00 .......@........
0040: 03 02 00 80 00 00 08 00 00 14 00 00 11 00 00 FF ................
0050: 55 88 1E D5 46 35 B8 C0 AB 67 3F CD EF 82 B9 37 U...F5...g?....7
0060: 34 0A 8E FF B6 9D 4B 49 DA 63 37 6D 61 15 63 BE 4.....KI.c7ma.c.
[Raw read]: length = 5
0000: 15 03 01 00 02 .....
[Raw read]: length = 2
0000: 02 28 .(
main, READ: TLSv1 Alert, length = 2
main, RECV TLSv1 ALERT: fatal, handshake_failure
main, called closeSocket()
main, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
main, called close()
main, called closeInternal(true)
[WARNING] Ignored exception.
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1822)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1004)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at ch.dunes.model.client.VcoEndpointLocator.tryHardAndLocateEndpoint(VcoEndpointLocator.java:44)
at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.getServiceUrl(RemoteHttpVSOFactoryInvocationHandler.java:308)
at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.init(RemoteHttpVSOFactoryInvocationHandler.java:242)
at com.vmware.o11n.tools.client.VSOTrustAllFactoryClient.initHandler(VSOTrustAllFactoryClient.java:47)
at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:224)
at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:302)
at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:262)
at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:269)
at com.vmware.o11n.mojo.pkg.ImportPackageMojo.connectVCOServer(ImportPackageMojo.java:205)
at com.vmware.o11n.mojo.pkg.ImportPackageMojo.execute(ImportPackageMojo.java:130)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
trustStore is: keystore.pks
trustStore type is : jks
trustStore provider is :
init truststore
adding as trusted cert:
Subject: CN=localhost.sovsystems.com, OU=VMware, O=VMware, C=US
Issuer: CN=localhost.sovsystems.com, OU=VMware, O=VMware, C=US
Algorithm: RSA; Serial number: 0x14e0c0cf436
Valid from Thu Jun 18 09:40:52 EDT 2015 until Mon Jun 16 09:40:52 EDT 2025
adding as trusted cert:
Subject: CN=localhost.localdom, OU=VMware, O=VMware, C=US
Issuer: CN=localhost.localdom, OU=VMware, O=VMware, C=US
Algorithm: RSA; Serial number: 0x14e1acfbd66
Valid from Sun Jun 21 06:28:18 EDT 2015 until Thu Jun 19 06:28:18 EDT 2025
trigger seeding of SecureRandom
done seeding SecureRandom
trigger seeding of SecureRandom
done seeding SecureRandom
main, setSoTimeout(0) called
Allow unsafe renegotiation: true
Allow legacy hello messages: true
Is initial handshake: true
Is secure renegotiation: false
%% No cached client session
*** ClientHello, TLSv1
RandomCookie: GMT: 1418206677 bytes = { 5, 153, 124, 38, 128, 81, 162, 210, 153, 175, 228, 69, 197, 151, 238, 200, 164, 180, 214, 141, 25, 106, 189, 152, 128, 170, 31, 196 }
Session ID: {}
Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
Compression Methods: { 0 }
***
[write] MD5 and SHA1 hashes: len = 81
0000: 01 00 00 4D 03 01 55 88 1E D5 05 99 7C 26 80 51 ...M..U......&.Q
0010: A2 D2 99 AF E4 45 C5 97 EE C8 A4 B4 D6 8D 19 6A .....E.........j
0020: BD 98 80 AA 1F C4 00 00 26 00 04 00 05 00 2F 00 ........&...../.
0030: 35 00 33 00 39 00 32 00 38 00 0A 00 16 00 13 00 5.3.9.2.8.......
0040: 09 00 15 00 12 00 03 00 08 00 14 00 11 00 FF 01 ................
0050: 00 .
main, WRITE: TLSv1 Handshake, length = 81
[write] MD5 and SHA1 hashes: len = 110
0000: 01 03 01 00 45 00 00 00 20 00 00 04 01 00 80 00 ....E... .......
0010: 00 05 00 00 2F 00 00 35 00 00 33 00 00 39 00 00 ..../..5..3..9..
0020: 32 00 00 38 00 00 0A 07 00 C0 00 00 16 00 00 13 2..8............
0030: 00 00 09 06 00 40 00 00 15 00 00 12 00 00 03 02 .....@..........
0040: 00 80 00 00 08 00 00 14 00 00 11 00 00 FF 55 88 ..............U.
0050: 1E D5 05 99 7C 26 80 51 A2 D2 99 AF E4 45 C5 97 .....&.Q.....E..
0060: EE C8 A4 B4 D6 8D 19 6A BD 98 80 AA 1F C4 .......j......
main, WRITE: SSLv2 client hello message, length = 110
[Raw write]: length = 112
0000: 80 6E 01 03 01 00 45 00 00 00 20 00 00 04 01 00 .n....E... .....
0010: 80 00 00 05 00 00 2F 00 00 35 00 00 33 00 00 39 ....../..5..3..9
0020: 00 00 32 00 00 38 00 00 0A 07 00 C0 00 00 16 00 ..2..8..........
0030: 00 13 00 00 09 06 00 40 00 00 15 00 00 12 00 00 .......@........
0040: 03 02 00 80 00 00 08 00 00 14 00 00 11 00 00 FF ................
0050: 55 88 1E D5 05 99 7C 26 80 51 A2 D2 99 AF E4 45 U......&.Q.....E
0060: C5 97 EE C8 A4 B4 D6 8D 19 6A BD 98 80 AA 1F C4 .........j......
[Raw read]: length = 5
0000: 15 03 01 00 02 .....
[Raw read]: length = 2
0000: 02 28 .(
main, READ: TLSv1 Alert, length = 2
main, RECV TLSv1 ALERT: fatal, handshake_failure
main, called closeSocket()
main, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
main, called close()
main, called closeInternal(true)
[ERROR] org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [https://192.168.159.130:8281https://192.168.159.130:8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
[DEBUG] org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [https://192.168.159.130:8281https://192.168.159.130:8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
ch.dunes.util.DunesServerException: org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [https://192.168.159.130:8281https://192.168.159.130:8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:244)
at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:302)
at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:262)
at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:269)
at com.vmware.o11n.mojo.pkg.ImportPackageMojo.connectVCOServer(ImportPackageMojo.java:205)
at com.vmware.o11n.mojo.pkg.ImportPackageMojo.execute(ImportPackageMojo.java:130)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [https://192.168.159.130:8281https://192.168.159.130:8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:216)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:147)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
at com.sun.proxy.$Proxy21.authenticate(Unknown Source)
at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.connect(RemoteHttpVSOFactoryInvocationHandler.java:106)
at ch.dunes.model.client.VSOAccessPointAwareFactoryClient.connectWithToken(VSOAccessPointAwareFactoryClient.java:31)
at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:225)
... 26 more
Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1822)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1004)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.executeHttpPost(HttpComponentsHttpInvokerRequestExecutor.java:213)
at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.doExecuteRequest(HttpComponentsHttpInvokerRequestExecutor.java:147)
at org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.executeRequest(AbstractHttpInvokerRequestExecutor.java:138)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:194)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:176)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:144)
... 32 more
[DEBUG] Disconnect from server
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.072 s
[INFO] Finished at: 2015-06-22T10:42:29-04:00
[INFO] Final Memory: 8M/81M
[INFO] ------------------------------------------------------------------------
Finalizer, called close()
Finalizer, called closeInternal(true)
Finalizer, called close()
Finalizer, called closeInternal(true)
[ERROR] Failed to execute goal com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2:import-package (default-cli) on project o11nplugin-sovlabs-package: Unable to connect to the server using url '[vcoadmin:vcoadmin@192.168.159.130:8281]': org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [https://192.168.159.130:8281https://192.168.159.130:8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2:import-package (default-cli) on project o11nplugin-sovlabs-package: Unable to connect to the server using url '[vcoadmin:vcoadmin@192.168.159.130:8281]'
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Unable to connect to the server using url '[vcoadmin:vcoadmin@192.168.159.130:8281]'
at com.vmware.o11n.mojo.pkg.ImportPackageMojo.connectVCOServer(ImportPackageMojo.java:211)
at com.vmware.o11n.mojo.pkg.ImportPackageMojo.execute(ImportPackageMojo.java:130)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
Caused by: ch.dunes.util.DunesServerException: org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [https://192.168.159.130:8281https://192.168.159.130:8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:244)
at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:302)
at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:262)
at ch.dunes.model.client.VSOFactoryClient.connect(VSOFactoryClient.java:269)
at com.vmware.o11n.mojo.pkg.ImportPackageMojo.connectVCOServer(ImportPackageMojo.java:205)
... 22 more
Caused by: org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker remote service at [https://192.168.159.130:8281https://192.168.159.130:8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.convertHttpInvokerAccessException(HttpInvokerClientInterceptor.java:216)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:147)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
at com.sun.proxy.$Proxy21.authenticate(Unknown Source)
at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.connect(RemoteHttpVSOFactoryInvocationHandler.java:106)
at ch.dunes.model.client.VSOAccessPointAwareFactoryClient.connectWithToken(VSOAccessPointAwareFactoryClient.java:31)
at ch.dunes.model.client.VSOFactoryClient.connectRemoteProxy(VSOFactoryClient.java:225)
... 26 more
Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1822)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1004)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.executeHttpPost(HttpComponentsHttpInvokerRequestExecutor.java:213)
at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.doExecuteRequest(HttpComponentsHttpInvokerRequestExecutor.java:147)
at org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.executeRequest(AbstractHttpInvokerRequestExecutor.java:138)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:194)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.executeRequest(HttpInvokerClientInterceptor.java:176)
at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:144)
... 32 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
cessna:o11nplugin-sovlabs-package tperry$
Hi Tim,
The handshake error could be caused by your client sending SSLv2 client hello message while vRO 6.x server supports only TLS.
From the debug output it seems you are using Java 1.6u65. I'd suggest to try with recent version of Java 1.7 (AFAIK, SSLv2 client hello is removed from the default client protocol list in Java 1.7).
Hi Tim,
The handshake error could be caused by your client sending SSLv2 client hello message while vRO 6.x server supports only TLS.
From the debug output it seems you are using Java 1.6u65. I'd suggest to try with recent version of Java 1.7 (AFAIK, SSLv2 client hello is removed from the default client protocol list in Java 1.7).
OMG. Well, this is one to chalk up to head in rectum. I thought I was using Java 1.8 on my Mac, and for most cases I was, but the Oracle Java installed is fubar'ed, as it add the JAVA_HOME into your profile, but does not export it. Since it was not exported, the mvn script did not pick it up, and it defaulted to finding the Mac 1.6 default installation of java. I really appreciate the catch there. Now I have another issue ( will post it in another article where VCO is puking on the vcofactory.service )
Thanks again,
Tim
