O11n package Plugin Maven-package: import-package causes error on VCO (ClassNotFoundException)

When you try to import a package using the maven plugin, I now see a ClassNotFoundException thrown of vCO, which returns a 500 Server error.  I also tried the vco-cli-java - 6.0.2.jar just to see if I could export a package through the cli and which are perfectly worked.  Not sure if something changed in the API that was not updated to 6.0.2 or if I'm doing something wrong.  I tried 1.7.0_67 and 1.8.0_45 java


Any thoughts are appreciated.

Thank you


Tim


o11n mvn package: import-package DserverUrl-= vcoadmin: [email protected] : 8281 - Dmaven.wagon.http.ssl.insecure = true - Dmaven.wagon.http.ssl.allowall =-X-Djavax.net.ssl.trustStore=../trust.jks-Djavax.net.ssl.trustStorePassword=test - DignoreServerCertificate = true true

Catalina.out VCO OUTPUT

VCO version 6.0.2

June 23, 2015 19:40:36 org.apache.catalina.core.StandardWrapperValve invoke

SERIOUS: Servlet.service () for servlet [remoteVcoFactoryServiceExporter] in the context of path [/vco] has thrown the exception [org.springframework.web.util.NestedServletException: class not found while deserializing, the nested exception is java.lang.ClassNotFoundException: org.slf4j.impl.SimpleLogger] origin

java.lang.ClassNotFoundException: org.slf4j.impl.SimpleLogger

at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1720)

at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1571)

at org.springframework.util.ClassUtils.forName(ClassUtils.java:236)

at org.springframework.core.ConfigurableObjectInputStream.resolveClass(ConfigurableObjectInputStream.java:75)

at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1612)

at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1517)

at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)

at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)

at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)

at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)

at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)

at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)

at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1706)

at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1344)

at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)

at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)

at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)

at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)

at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1706)

at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1344)

at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1990)

at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1915)

at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1798)

at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1350)

at java.io.ObjectInputStream.readObject(ObjectInputStream.java:370)

at org.springframework.remoting.rmi.RemoteInvocationSerializingExporter.doReadRemoteInvocation(RemoteInvocationSerializingExporter.java:142)

at org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.readRemoteInvocation(HttpInvokerServiceExporter.java:117)

at org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.readRemoteInvocation(HttpInvokerServiceExporter.java:96)

at org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.handleRequest(HttpInvokerServiceExporter.java:73)

at org.springframework.web.context.support.HttpRequestHandlerServlet.service(HttpRequestHandlerServlet.java:68)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

at net.sf.ehcache.constructs.web.filter.GzipFilter.doFilter(GzipFilter.java:95)

at net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:86)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)

at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:610)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)

at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:683)

at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)

at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070)

to org.apache.coyote.AbstractProtocol$ AbstractConnectionHandler.process (AbstractProtocol.java:611)

to org.apache.tomcat.util.net.JIoEndpoint$ SocketProcessor.run (JIoEndpoint.java:316)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

to org.apache.tomcat.util.threads.TaskThread$ WrappingRunnable.run (TaskThread.java:61)

at java.lang.Thread.run(Thread.java:745)

RELEASE OF MAVEN

o11n mvn package: import-package DserverUrl-= vcoadmin: [email protected] : 8281 - Dmaven.wagon.http.ssl.insecure = true - Dmaven.wagon.http.ssl.allowall =-X-Djavax.net.ssl.trustStore=../trust.jks-Djavax.net.ssl.trustStorePassword=test - DignoreServerCertificate = true true

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12 - 14 T 12: 29:23 - 05:00)

House of Maven: /usr/local/Cellar/maven/3.2.5/libexec

Java version: 1.8.0_45, name of the vendor: Oracle Corporation

House of Java: /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre

Default locale: en_US, platform encoding: UTF-8

OS name: 'mac os x', version: "10.10.3," arch: "x86_64" family: "mac"

[INFO] Error stacktraces are turned on.

[DEBUG] Read the global settings of /usr/local/Cellar/maven/3.2.5/libexec/conf/settings.xml

[DEBUG] Read /Users/tperry/.m2/settings.xml user settings

[DEBUG] Using local repository at /Users/tperry/.m2/repository

[DEBUG] With the help of Manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/tperry/.m2/repository

[INFO] Analysis of projects...

[DEBUG] Statistics collection of dependency: {ConflictMarker.analyzeTime = 1, ConflictMarker.markTime = 1, ConflictMarker.nodeCount = 211, ConflictIdSorter.graphTime = 1, ConflictIdSorter.topsortTime = 0, ConflictIdSorter.conflictIdCount = 63, ConflictIdSorter.conflictIdCycleCount = 0, ConflictResolver.totalTime = 6, ConflictResolver.conflictItemCount = 145, DefaultDependencyCollector.collectTime = 209, DefaultDependencyCollector.transformTime = 11}

[DEBUG] com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:jar:6.0.2:

[DEBUG] com.vmware.o11n.tool:o11ntool - internal: pot: 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: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - settings: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - jar: profile: 2.0.6: compile

[DEBUG] org.apache.maven:maven - model: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - artifact-Manager: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - repository - metadata:jar:2.0.6: compile

[DEBUG] org.apache.maven:maven - plugin-registry: pot: 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: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - archiver: pot: 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: pot: 2.0.6: compile

[DEBUG] org.codehaus.plexus:plexus - interpolation: pot: 1.6: compiles

[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: pot: 2.4: compile

[DEBUG] commons-lang: commons-lang: pot: 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: pot: 1.8: compile

[DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5: compile

[DEBUG] Commons-Logging: commons-logging: pot: 1.1.1: compile

[DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2: compile

[DEBUG] com.vmware.o11n:o11n - model: pot: 6.0.2: compile

[DEBUG] com.vmware.o11n:o11n - security: pot: 6.0.2: compile

[DEBUG] org.springframework:spring - context: pot: 4.0.2.RELEASE: compile

[DEBUG] org.springframework:spring - aop:jar:4.0.2.RELEASE: compile

[DEBUG] org.springframework:spring - expression: pot: 4.0.2.RELEASE: compile

Org.springframework.Security:spring [DEBUG] - 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: pot: 4.0.2.RELEASE: compile

[DEBUG] org.springframework:spring - beans: pot: 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: pot: 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: pot: 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: pot: 2.2.5.Final:runtime

[DEBUG] org.hornetq:hornetq - client-core: jar: 2.2.5.Final:runtime

[DEBUG] org.jboss.netty:netty:jar:3.2.5.Final:runtime

[DEBUG] Created the new Kingdom maven.api class

[DEBUG] Importation of foreign packages in the Kingdom maven.api class

[DEBUG]  Imported: org.apache.maven.cli < plexus.core

[DEBUG]  Imported: org.eclipse.aether.internal.impl < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.lifecycle < plexus.core

[DEBUG]  Imported: org.apache.maven.lifecycle < plexus.core

[DEBUG]  Imported: org.apache.maven.repository < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.personality < plexus.core

[DEBUG]  Imported: org.apache.maven.usability < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.configuration < plexus.core

[DEBUG]  Imported: javax.enterprise.inject. * < plexus.core

[DEBUG]  Imported: org.apache.maven. * < plexus.core

[DEBUG]  Imported: org.apache.maven.project < plexus.core

[DEBUG]  Imported: org.apache.maven.exception < plexus.core

[DEBUG]  Imported: org.eclipse.aether.spi < plexus.core

[DEBUG]  Imported: org.apache.maven.plugin < plexus.core

[DEBUG]  Imported: org.eclipse.aether.collection < plexus.core

[DEBUG]  Imported: org.codehaus.plexus. * < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.logging < plexus.core

[DEBUG]  Imported: org.apache.maven.profiles < plexus.core

[DEBUG]  Imported: org.eclipse.aether.transfer < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core

[DEBUG]  Imported: org.apache.maven.execution.scope < plexus.core

[DEBUG]  Imported: org.apache.maven.wagon. * < plexus.core

[DEBUG]  Imported: org.apache.maven.rtinfo < plexus.core

[DEBUG]  Imported: org.eclipse.aether.impl < plexus.core

[DEBUG]  Imported: org.apache.maven.monitor < plexus.core

[DEBUG]  Imported: org.eclipse.aether.graph < plexus.core

[DEBUG]  Imported: org.eclipse.aether.metadata < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.context < plexus.core

[DEBUG]  Imported: org.apache.maven.wagon.observers < plexus.core

[DEBUG]  Imported: org.apache.maven.wagon.resource < plexus.core

[DEBUG]  Imported: javax.inject. * < plexus.core

[DEBUG]  Imported: org.apache.maven.model < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core

[DEBUG]  Imported: org.eclipse.aether.deployment < plexus.core

[DEBUG]  Imported: org.apache.maven.artifact < plexus.core

[DEBUG]  Imported: org.apache.maven.toolchain < plexus.core

[DEBUG]  Imported: org.eclipse.aether.resolution < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core

[DEBUG]  Imported: org.apache.maven.settings < plexus.core

[DEBUG]  Imported: org.apache.maven.wagon.authorization < plexus.core

[DEBUG]  Imported: org.apache.maven.wagon.events < plexus.core

[DEBUG]  Imported: org.apache.maven.wagon.authentication < plexus.core

[DEBUG]  Imported: org.apache.maven.reporting < plexus.core

[DEBUG]  Imported: org.eclipse.aether.repository < plexus.core

[DEBUG]  Imported: org.slf4j. * < plexus.core

[DEBUG]  Imported: org.apache.maven.wagon.repository < plexus.core

[DEBUG]  Imported: javax.enterprise.util. * < plexus.core

[DEBUG]  Imported: org.apache.maven.configuration < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.classworlds < plexus.core

[DEBUG]  Imported: org.codehaus.classworlds < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core

[DEBUG]  Imported: org.apache.maven.classrealm < plexus.core

[DEBUG]  Imported: org.eclipse.aether. * < plexus.core

[DEBUG]  Imported: org.eclipse.aether.artifact < plexus.core

[DEBUG]  Imported: org.apache.maven.execution < plexus.core

[DEBUG]  Imported: org.apache.maven.wagon.proxy < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.container < plexus.core

[DEBUG]  Imported: org.eclipse.aether.version < plexus.core

[DEBUG]  Imported: org.eclipse.aether.installation < plexus.core

[DEBUG]  Imported: org.codehaus.plexus.component < plexus.core

[DEBUG] Filling of class maven.api Kingdom

[DEBUG] Created the new class field extension > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

[DEBUG] Importation of foreign packages in class domain extension > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

[DEBUG]  Imported: maven.api

[DEBUG] Fill class domain 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 - inner: 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 - base: 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: pot: 4.0.2.RELEASE

[DEBUG]  Included: org.springframework:spring - aop:jar:4.0.2.RELEASE

[DEBUG]  Included: org.springframework:spring - expression: pot: 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: pot: 4.0.2.RELEASE

[DEBUG]  Included: org.springframework:spring - beans: pot: 4.0.2.RELEASE

[DEBUG]  Included: org.springframework:spring - base: pot: 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: pot: 2.2.5.Final

[DEBUG]  Included: org.hornetq:hornetq - basic-client: pot: 2.2.5.Final

[DEBUG]  Included: org.jboss.netty:netty:jar:3.2.5.Final

[DEBUG] Kingdoms of extension for the test project: o11nplugin-test-package: package: 1.0.0 - SNAPSHOT: [ClassRealm [extension > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2, parent: sun.misc.Launcher$AppClassLoader@6d6f6e28]]

[DEBUG] Created the new project of Kingdom of classes > test: o11nplugin-test-package: 1.0.0 - SNAPSHOT

[DEBUG] Kingdom of settlement project classes > test: o11nplugin-test-package: 1.0.0 - SNAPSHOT

[DEBUG] Looking for ClassRealm package wrapping cycle mappings [project > test: o11nplugin-test-package: 1.0.0 - SNAPSHOT, parent: ClassRealm [maven.api, parent: null]]

[DEBUG] Kingdoms of extension for the test project: test: pom: 1.0.0 - SNAPSHOT: (none)

[DEBUG] Rising maps of cycle for pom in packaging of ClassRealm [plexus.core, parent: null]

[DEBUG] Fix the plugin version for org.apache.maven.plugins:maven - install-plugin

[DEBUG] Found no metadata org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in local (/ Users/tperry/.m2/repository)

[DEBUG] unable to find org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in https://xxx.xx.com:8281 / vco-repo has been cached in the local repository, resolution will not be returned until added by archetype update interval is elapsed or are forced to update

[DEBUG] Query remote ignored for the org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml metadata updates cached locally.

Resolved [DEBUG] version of the plugin for org.apache.maven.plugins:maven - install-plugin repository 2.5.2 (https://repo.maven.apache.org/maven2, by default, releases)

[DEBUG] Fix the plugin version for org.apache.maven.plugins:maven - deploy-plugin

[DEBUG] Found no metadata org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in local (/ Users/tperry/.m2/repository)

[DEBUG] unable to find org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in https://xxx.xx.com:8281 / vco-repo has been cached in the local repository, resolution will not be returned until added by archetype update interval is elapsed or are forced to update

[DEBUG] Query remote ignored for the org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml metadata updates cached locally.

Resolved [DEBUG] version of the plugin for org.apache.maven.plugins:maven - deploy-plugin for 2.8.2 of the repository (https://repo.maven.apache.org/maven2, by default, releases)

[DEBUG] Adjust the plugin version of compiler - org.apache.maven.plugins:maven - plugin

[DEBUG] Found no metadata org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in local (/ Users/tperry/.m2/repository)

[DEBUG] unable to find org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in https://xxx.xx.com:8281 / vco-repo has been cached in the local repository, resolution will not be returned until added by archetype update interval is elapsed or are forced to update

[DEBUG] Query remote ignored for the org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml metadata updates cached locally.

Resolved [DEBUG] version of the plugin for org.apache.maven.plugins:maven - compiler-plugin repository 3.3 (https://repo.maven.apache.org/maven2, by default, releases)

[DEBUG] Adjust the plugin prefix o11n-package of [org.apache.maven.plugins, org.codehaus.mojo]

[DEBUG] Plugin solved prefix o11n-package com.vmware.o11n.mojo.pkg:maven - o11n-package-plugin POM test: o11nplugin-test-package: package: 1.0.0 - SNAPSHOT

[DEBUG] = REACTOR MANUFACTURING PLAN =.

[DEBUG] Project: test: o11nplugin-test-package: package: 1.0.0 - SNAPSHOT

[DEBUG] Tasks: [o11n-package: import-package]

[DEBUG] Style: aggregation

[DEBUG] =======================================================================

[INFO]

[INFO] ------------------------------------------------------------------------

[INFO] Building o11nplugin-test-package 1.0.0 - SNAPSHOT

[INFO] ------------------------------------------------------------------------

[DEBUG] Adjust the plugin prefix o11n-package of [org.apache.maven.plugins, org.codehaus.mojo]

[DEBUG] Plugin solved prefix o11n-package com.vmware.o11n.mojo.pkg:maven - o11n-package-plugin POM test: o11nplugin-test-package: package: 1.0.0 - SNAPSHOT

[DEBUG] Default life cycle - > [validate, initiate, generate-sources, process-sources, generate resources, resources process, compiling, process-classes, generate-test-sources, process-test-sources, generate-test-resources and process-test-resources, test-compile, process-test-classes, test, prepare package, package, pre-integration-test, integration test, post-integration-test, check, install, deploy]

[DEBUG] Own lifecycle-> [pre clean, clean, clean post]

[DEBUG] Life cycle of the site-> [prior to the site, site, site of the post and deploy site]

[DEBUG] = GENERATION OF PROJECT PLAN.

[DEBUG] Project: test: o11nplugin-test-package: 1.0.0 - SNAPSHOT

[DEBUG] [Addictions (to collect):]

[DEBUG] [Dependencies (resolve):]

[DEBUG] repositories (dependencies): [added by archetype (https://xxx.xx.com:8281 / vco-repo, by default, the versions + snapshots), Central (https://repo.maven.apache.org/maven2, by default, release)]

[DEBUG] repositories (plugins): [added by archetype (https://xxx.xx.com:8281 / vco-repo, by default, the versions + snapshots), Central (https://repo.maven.apache.org/maven2, by default, release)]

[DEBUG] -----------------------------------------------------------------------

[DEBUG] Objective: com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package (by default-cli)

[DEBUG] Style: regular

[DEBUG] Configuration: <? XML version = "1.0" encoding = "UTF-8"? >

< configuration >

< allPackages-default = "false" >$ {allPackages} < / allPackages >

< exportHistory-default = "true" >$ {exportHistory} < / exportHistory >

< ignoreServerCertificate-default = "true" >$ {ignoreServerCertificate} < / ignoreServerCertificate >

org.company.myPackage < packageName > < / packageName >

< project >$ {project} < / project >

< projectName-default = "${project.artifactId}" >$ {projectName} < / ProjectName >

< ServerURI >$ {ServerURI} < / serverUrl >

< targetDirectory >$ {basedir} < / targetDirectory >

< / configuration >

[DEBUG] =======================================================================

[INFO]

[Info]---Maven-o11n-Paquet-plugin:6.0.2:import-Paquet (by default-cli) @ o11nplugin-test-package-

[DEBUG] Statistics collection of dependency: {ConflictMarker.analyzeTime = 0, ConflictMarker.markTime = 1, ConflictMarker.nodeCount = 211, ConflictIdSorter.graphTime = 0, ConflictIdSorter.topsortTime = 0, ConflictIdSorter.conflictIdCount = 63, ConflictIdSorter.conflictIdCycleCount = 0, ConflictResolver.totalTime = 2, ConflictResolver.conflictItemCount = 145, DefaultDependencyCollector.collectTime = 14, DefaultDependencyCollector.transformTime = 3}

[DEBUG] com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:jar:6.0.2:

[DEBUG] com.vmware.o11n.tool:o11ntool - internal: pot: 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: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - settings: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - jar: profile: 2.0.6: compile

[DEBUG] org.apache.maven:maven - model: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - artifact-Manager: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - repository - metadata:jar:2.0.6: compile

[DEBUG] org.apache.maven:maven - plugin-registry: pot: 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: pot: 2.0.6: compile

[DEBUG] org.apache.maven:maven - archiver: pot: 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: pot: 2.0.6: compile

[DEBUG] org.codehaus.plexus:plexus - interpolation: pot: 1.6: compiles

[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: pot: 2.4: compile

[DEBUG] commons-lang: commons-lang: pot: 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: pot: 1.8: compile

[DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5: compile

[DEBUG] Commons-Logging: commons-logging: pot: 1.1.1: compile

[DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2: compile

[DEBUG] com.vmware.o11n:o11n - model: pot: 6.0.2: compile

[DEBUG] com.vmware.o11n:o11n - security: pot: 6.0.2: compile

[DEBUG] org.springframework:spring - context: pot: 4.0.2.RELEASE: compile

[DEBUG] org.springframework:spring - aop:jar:4.0.2.RELEASE: compile

[DEBUG] org.springframework:spring - expression: pot: 4.0.2.RELEASE: compile

Org.springframework.Security:spring [DEBUG] - 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: pot: 4.0.2.RELEASE: compile

[DEBUG] org.springframework:spring - beans: pot: 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: pot: 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: pot: 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: pot: 2.2.5.Final:runtime

[DEBUG] org.hornetq:hornetq - client-core: jar: 2.2.5.Final:runtime

[DEBUG] org.jboss.netty:netty:jar:3.2.5.Final:runtime

[DEBUG] Created the new plugin of Kingdom of class > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

[DEBUG] Importation of foreign packages in the Kingdom plugin class > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

[DEBUG]  Imported: < project > test: o11nplugin-test-package: 1.0.0 - SNAPSHOT

[DEBUG] Filling of class Kingdom 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 - inner: 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 - base: 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: pot: 4.0.2.RELEASE

[DEBUG]  Included: org.springframework:spring - aop:jar:4.0.2.RELEASE

[DEBUG]  Included: org.springframework:spring - expression: pot: 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: pot: 4.0.2.RELEASE

[DEBUG]  Included: org.springframework:spring - beans: pot: 4.0.2.RELEASE

[DEBUG]  Included: org.springframework:spring - base: pot: 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: pot: 2.2.5.Final

[DEBUG]  Included: org.hornetq:hornetq - basic-client: pot: 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 - view 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] Configuration of mojo com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - Kingdom ClassRealm plugin package [plugin > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2, parent: sun.misc.Launcher$AppClassLoader@6d6f6e28]

[DEBUG] Mojo configuration ' com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package "with base-> Configurator

[DEBUG]  (f) allPackages = false

[DEBUG]  (f) exportHistory = true

[DEBUG]  (f) ignoreServerCertificate = true

[DEBUG]  (f) packageName = org.company.mypackage

[DEBUG]  (f) project = MavenProject: test: o11nplugin-test-package: 1.0.0 - SNAPSHOT @ /Users/tperry/development/java/test/o11nplugin-test-package/pom.xml

[DEBUG]  (f) projectName = o11nplugin-test-package

ServerUrl [DEBUG] (f) = vcoadmin: [email protected] : 8281

[DEBUG]  (f) targetDirectory = / Users/tperry/development/java/test/o11nplugin-test-package

[DEBUG] - configuration - end

o11nplugin-test-package

true

[DEBUG] Connection to server VMO: xxx.xx.com:8281

[DEBUG] Create Session

log4j: WARN no appenders could be found for logger (org.apache.http.impl.conn.BasicClientConnectionManager).

log4j: WARN Please initialize log4j correctly system.

log4j: WARN see http://logging.Apache.org/log4j/1.2/FAQ.html#noconfig for more information.

[DEBUG] Converter re record type: Array

[DEBUG] Session created

[DEBUG] Connected!

[DEBUG] VMO server connection: success!

org.Company.MyPackage

[DEBUG] Disconnect from the server

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 1,212 s

[INFO] Finished in: 2015-06 - 23 T 15: 40:35 - 04:00

[INFO] Final thesis: 13 M / 306 M

[INFO] ------------------------------------------------------------------------

[ERROR] cannot run the purpose com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package (by default-cli) on the o11nplugin-test-package project: could not import the package [org.company.mypackage] Server ' [vcoadmin:[email protected]: 8281]': could not access HTTP calling remote service to [https://xxx.xx.com:8281/vco/webremoting/vcofactory.service]; nested exception is org.apache.http.NoHttpResponseException: did not make a successful HTTP response: status code = 500, the status message assistance [Internal Server Error]-> [1]

org.apache.maven.lifecycle.LifecycleExecutionException: cannot run the purpose com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package (by default-cli) on the o11nplugin-test-package project: could not import the package [org.company.mypackage] Server ' [vcoadmin:[email protected]: 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:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

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: could not import the package [org.company.mypackage] Server ' [vcoadmin:[email protected]: 8281]'

at com.vmware.o11n.mojo.pkg.ImportPackageMojo.importSinglePackage(ImportPackageMojo.java:194)

at com.vmware.o11n.mojo.pkg.ImportPackageMojo.execute(ImportPackageMojo.java:144)

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: org.springframework.remoting.RemoteAccessException: could not access HTTP calling remote service to [https://xxx.xx.com:8281/vco/webremoting/vcofactory.service]; nested exception is org.apache.http.NoHttpResponseException: did not make a successful HTTP response: status code = 500, the status message = [Internal Server Error]

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)

to com.sun.proxy. $Proxy22.invokeOperation (unknown Source)

at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.doInvoke(RemoteHttpVSOFactoryInvocationHandler.java:186)

at com.vmware.o11n.model.support.proxy.RemoteHttpVSOFactoryInvocationHandler.invoke(RemoteHttpVSOFactoryInvocationHandler.java:138)

to com.sun.proxy. $Proxy23.getPackageContent (unknown Source)

at ch.dunes.model.client.VSOFactoryClient.getPackageContent(VSOFactoryClient.java:2170)

at ch.dunes.model.pkg.Package.loadContent(Package.java:234)

at ch.dunes.model.pkg.impexp.LocalPackageFileManager.writePackage(LocalPackageFileManager.java:148)

at com.vmware.o11n.mojo.pkg.ImportPackageMojo.importSinglePackage(ImportPackageMojo.java:189)

... more than 22

Caused by: org.apache.http.NoHttpResponseException: did not make a successful HTTP response: status code = 500, the status message = [Internal Server Error]

at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.validateResponse(HttpComponentsHttpInvokerRequestExecutor.java:232)

at org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.doExecuteRequest(HttpComponentsHttpInvokerRequestExecutor.java:148)

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 errors and possible solutions, please read the following articles:

[ERROR] [help 1] http://cwiki.Apache.org/Confluence/display/Maven/MojoExecution

I was on the same track here and after the explosion the war vco.war, adding in the slf4j-simple - file 1.6.6.jar in the directory WEB-INF/lib and re-Jouffroy, and restart the tomcat server, things work.  This looks like a BUG in the version 6.0.2 of vco, where they forgot to add in the file slf4j-simple - 1.6.6.jar.

Thank you

Tim

Tags: VMware

Similar Questions

  • Successful compilation of the package causing errors

    Hello

    We just compiled a plan of production during break time so there are no users on the system, since then they get an error in the Application Express by which they want a package that then calls a function within this package which has been recompiled. This error does not occur every time they try and record a record, but maybe 50% of the time. The system is used by about 500 users on 4 sites.

    The error is

    ORA-04065: not executed, altered or deleted ORA-04065: not run, altered, or removed the stored procedure 'OWNER. DATE_TIME_PKG' ORA-06508: PL/SQL: called program unit is not found: 'OWNER. DATE_TIME_PKG ".

    We run 11g RAC Cluster.

    Hello

    When changing a database object do you need to recompile all it's dependancies?
    

    I always recompile (if they become invalid) objects that depend on the object I have change and not the base objects (IE my evolution package depends on).

    Concerning
    Anurag Tibrewal.

  • O11n Plugin Maven Orchestrator package: import-package SSL Handshake error

    I try to use the maven for VCO plugin creation plugin and I get SSL errors when you try to synchronize all of VCO to the local files.   It is a standard installation of the device to VCO 6.0.2.   I tried all the stuff that I can get:

    I put the - Dmaven.wagon.http.ssl.insecure = true Dmaven.wagon.http.ssl.allowall = true

    I created a file of keys to the VCO ssl key and he passed as the truststore -Djavax .net .ssl .trustStore = keystore.pks - Djavax .net .ssl .trustStorePassword = 123qwe x

    I turned on debugging and outputs verbose

    Nothing seems to work, thoughts or ideas is appreciated.

    Thank you

    Tim

    Here is an example of newspaper, very similar regardless of the options passed.


    o11n MVN-paquet : import-package-DserverUrl=vcoadmin:[email protected]: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 - 14 T 12: 29:23 - 05:00)

    House of Maven: /usr/local/Cellar/maven/3.2.5/libexec

    Java version: 1.6.0_65, name of seller: Apple Inc..

    House of Java: /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] Read the global settings of /usr/local/Cellar/maven/3.2.5/libexec/conf/settings.xml

    [DEBUG] Read /Users/tperry/.m2/settings.xml user settings

    [DEBUG] Using local repository at /Users/tperry/.m2/repository

    [DEBUG] With the help of Manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/tperry/.m2/repository

    [INFO] Analysis of projects...

    [DEBUG] Statistics collection of dependency: {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: pot: 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: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - settings: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - jar: profile: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - model: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - artifact-Manager: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - repository - metadata:jar:2.0.6: compile

    [DEBUG] org.apache.maven:maven - plugin-registry: pot: 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: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - archiver: pot: 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: pot: 2.0.6: compile

    [DEBUG] org.codehaus.plexus:plexus - interpolation: pot: 1.6: compiles

    [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: pot: 2.4: compile

    [DEBUG] commons-lang: commons-lang: pot: 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: pot: 1.8: compile

    [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5: compile

    [DEBUG] Commons-Logging: commons-logging: pot: 1.1.1: compile

    [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2: compile

    [DEBUG] com.vmware.o11n:o11n - model: pot: 6.0.2: compile

    [DEBUG] com.vmware.o11n:o11n - security: pot: 6.0.2: compile

    [DEBUG] org.springframework:spring - context: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - aop:jar:4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - expression: pot: 4.0.2.RELEASE: compile

    Org.springframework.Security:spring [DEBUG] - 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: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - beans: pot: 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: pot: 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: pot: 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: pot: 2.2.5.Final:runtime

    [DEBUG] org.hornetq:hornetq - client-core: jar: 2.2.5.Final:runtime

    [DEBUG] org.jboss.netty:netty:jar:3.2.5.Final:runtime

    [DEBUG] Created the new Kingdom maven.api class

    [DEBUG] Importation of foreign packages in the Kingdom maven.api class

    [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] Filling of class maven.api Kingdom

    [DEBUG] Created the new class field extension > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG] Importation of foreign packages in class domain extension > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG]   Imported: maven.api

    [DEBUG] Fill class domain 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 - inner: 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 - base: 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: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - aop:jar:4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - expression: pot: 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: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - beans: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - base: pot: 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: pot: 2.2.5.Final

    [DEBUG]   Included: org.hornetq:hornetq - basic-client: pot: 2.2.5.Final

    [DEBUG]   Included: org.jboss.netty:netty:jar:3.2.5.Final

    [DEBUG] Kingdoms of extension for the 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 the new project of Kingdom of class > sovlabs:o11nplugin - sovlabs-package: 6.0.2.1

    [DEBUG] Kingdom of settlement project classes > sovlabs:o11nplugin - sovlabs-package: 6.0.2.1

    [DEBUG] Looking for ClassRealm package wrapping cycle mappings [project > sovlabs:o11nplugin - sovlabs-package: 6.0.2.1, parent: ClassRealm [maven.api, parent: null]]

    [DEBUG] Kingdoms of extension for the project sovlabs:sovlabs:pom:6.0.2.1: (none)

    [DEBUG] Rising maps of cycle for pom in packaging of ClassRealm [plexus.core, parent: null]

    [DEBUG] Fix the plugin version for org.apache.maven.plugins:maven - install-plugin

    [DEBUG] Found no metadata org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in local (/ Users/tperry/.m2/repository)

    [DEBUG] unable to find org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml in http://192.168.159.131:8280 / vco-repo has been cached in the local repository, resolution will not be returned until added by archetype update interval is elapsed or are forced to update

    [DEBUG] Query remote ignored for the org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml metadata updates cached locally.

    Resolved [DEBUG] version of the plugin for org.apache.maven.plugins:maven - install-plugin repository 2.5.2 (https://repo.maven.apache.org/maven2, by default, releases)

    [DEBUG] Fix the plugin version for org.apache.maven.plugins:maven - deploy-plugin

    [DEBUG] Found no metadata org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in local (/ Users/tperry/.m2/repository)

    [DEBUG] unable to find org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml in http://192.168.159.131:8280 / vco-repo has been cached in the local repository, resolution will not be returned until added by archetype update interval is elapsed or are forced to update

    [DEBUG] Query remote ignored for the org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml metadata updates cached locally.

    Resolved [DEBUG] version of the plugin for org.apache.maven.plugins:maven - deploy-plugin for 2.8.2 of the repository (https://repo.maven.apache.org/maven2, by default, releases)

    [DEBUG] Adjust the plugin version of compiler - org.apache.maven.plugins:maven - plugin

    [DEBUG] Found no metadata org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in local (/ Users/tperry/.m2/repository)

    [DEBUG] unable to find org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in http://192.168.159.131:8280 / vco-repo has been cached in the local repository, resolution will not be returned until added by archetype update interval is elapsed or are forced to update

    [DEBUG] Query remote ignored for the org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml metadata updates cached locally.

    Resolved [DEBUG] version of the plugin for org.apache.maven.plugins:maven - compiler-plugin repository 3.3 (https://repo.maven.apache.org/maven2, by default, releases)

    [DEBUG] Adjust the plugin prefix o11n-package of [org.apache.maven.plugins, org.codehaus.mojo]

    [DEBUG] Plugin solved the prefix o11n-package com.vmware.o11n.mojo.pkg:maven - o11n-package-plugin sovlabs:o11nplugin POM-sovlabs-package: package: 6.0.2.1

    [DEBUG] = REACTOR MANUFACTURING PLAN =.

    [DEBUG] Project: sovlabs:o11nplugin - sovlabs-package: package: 6.0.2.1

    [DEBUG] Tasks: [o11n-package: import-package]

    [DEBUG] Style: aggregation

    [DEBUG] =======================================================================

    [INFO]

    [INFO] ------------------------------------------------------------------------

    [INFO] Building o11nplugin-sovlabs-Pack 6.0.2.1

    [INFO] ------------------------------------------------------------------------

    [DEBUG] Adjust the plugin prefix o11n-package of [org.apache.maven.plugins, org.codehaus.mojo]

    [DEBUG] Plugin solved the prefix o11n-package com.vmware.o11n.mojo.pkg:maven - o11n-package-plugin sovlabs:o11nplugin POM-sovlabs-package: package: 6.0.2.1

    [DEBUG] Default life cycle - > [validate, initiate, generate-sources, process-sources, generate resources, resources process, compiling, process-classes, generate-test-sources, process-test-sources, generate-test-resources and process-test-resources, test-compile, process-test-classes, test, prepare package, package, pre-integration-test, integration test, post-integration-test, check, install, deploy]

    [DEBUG] Own lifecycle-> [pre clean, clean, clean post]

    [DEBUG] Life cycle of the site-> [prior to the site, site, site of the post and deploy site]

    [DEBUG] = GENERATION OF PROJECT PLAN.

    [DEBUG] Project: sovlabs:o11nplugin - sovlabs-package: 6.0.2.1

    [DEBUG] [Addictions (to collect):]

    [DEBUG] [Dependencies (resolve):]

    [DEBUG] repositories (dependencies): [added by archetype (http://192.168.159.131:8280 / vco-repo, by default, the versions + snapshots), Central (https://repo.maven.apache.org/maven2, by default, release)]

    [DEBUG] repositories (plugins): [added by archetype (http://192.168.159.131:8280 / vco-repo, by default, the versions + snapshots), Central (https://repo.maven.apache.org/maven2, by default, release)]

    [DEBUG] -----------------------------------------------------------------------

    [DEBUG] Objective: com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package (by default-cli)

    [DEBUG] Style: regular

    [DEBUG] Configuration: <? XML version = "1.0" encoding = "UTF-8"? >

    < configuration >

    < allPackages-default = "false" >$ {allPackages} < / allPackages >

    < exportHistory-default = "true" >$ {exportHistory} < / exportHistory >

    < ignoreServerCertificate-default = "true" >$ {ignoreServerCertificate} < / ignoreServerCertificate >

    sovlabs < packageName > < / packageName >

    < project >$ {project} < / project >

    < projectName-default = "${project.artifactId}" >$ {projectName} < / ProjectName >

    < ServerURI >$ {ServerURI} < / serverUrl >

    < targetDirectory >$ {basedir} < / targetDirectory >

    < / configuration >

    [DEBUG] =======================================================================

    [INFO]

    [Info]---Maven-o11n-Paquet-plugin:6.0.2:import-Paquet (by default-cli) @ o11nplugin-sovlabs-package-

    [DEBUG] Statistics collection of dependency: {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: pot: 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: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - settings: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - jar: profile: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - model: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - artifact-Manager: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - repository - metadata:jar:2.0.6: compile

    [DEBUG] org.apache.maven:maven - plugin-registry: pot: 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: pot: 2.0.6: compile

    [DEBUG] org.apache.maven:maven - archiver: pot: 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: pot: 2.0.6: compile

    [DEBUG] org.codehaus.plexus:plexus - interpolation: pot: 1.6: compiles

    [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: pot: 2.4: compile

    [DEBUG] commons-lang: commons-lang: pot: 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: pot: 1.8: compile

    [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5: compile

    [DEBUG] Commons-Logging: commons-logging: pot: 1.1.1: compile

    [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2: compile

    [DEBUG] com.vmware.o11n:o11n - model: pot: 6.0.2: compile

    [DEBUG] com.vmware.o11n:o11n - security: pot: 6.0.2: compile

    [DEBUG] org.springframework:spring - context: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - aop:jar:4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - expression: pot: 4.0.2.RELEASE: compile

    Org.springframework.Security:spring [DEBUG] - 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: pot: 4.0.2.RELEASE: compile

    [DEBUG] org.springframework:spring - beans: pot: 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: pot: 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: pot: 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: pot: 2.2.5.Final:runtime

    [DEBUG] org.hornetq:hornetq - client-core: jar: 2.2.5.Final:runtime

    [DEBUG] org.jboss.netty:netty:jar:3.2.5.Final:runtime

    [DEBUG] Created the new plugin of Kingdom of class > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG] Importation of foreign packages in the Kingdom plugin class > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2

    [DEBUG]   Imported: < project > sovlabs:o11nplugin - sovlabs-package: 6.0.2.1

    [DEBUG] Filling of class Kingdom 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 - inner: 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 - base: 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: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - aop:jar:4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - expression: pot: 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: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - beans: pot: 4.0.2.RELEASE

    [DEBUG]   Included: org.springframework:spring - base: pot: 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: pot: 2.2.5.Final

    [DEBUG]   Included: org.hornetq:hornetq - basic-client: pot: 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 - view 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] Configuration of mojo com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - Kingdom ClassRealm plugin package [plugin > com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2, parent: sun.misc.Launcher$AppClassLoader@7987aeca]

    [DEBUG] Mojo configuration ' com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package "with base-> Configurator

    [DEBUG]   (f) allPackages = false

    [DEBUG]   (f) exportHistory = true

    [DEBUG]   (f) ignoreServerCertificate = true

    [DEBUG]   (f) packageName = sovlabs

    [DEBUG]   (f) = MavenProject project: 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:[email protected]:8281

    [DEBUG]   (f) targetDirectory = / Users/tperry/development/java/sovlabs/o11nplugin-sovlabs-package

    [DEBUG] - configuration - end

    o11nplugin-sovlabs-package

    true

    [DEBUG] Connection to server VMO: 192.168.159.130:8281

    [DEBUG] Create Session

    trustStore is: keystore.pks

    trustStore type is: jks

    trustStore provider is:

    init truststore

    adding that cert trust:

    Subject: CN = localhost.sovsystems.com, OR = VMware, O = VMware, C = US

    Issuer: CN = localhost.sovsystems.com, OR = VMware, O = VMware, C = US

    Algorithm: RSA; Serial number: 0x14e0c0cf436

    Valid from Thursday, June 18 09:40:52 EDT 2015 until Monday, June 16 at 09:40:52 EDT 2025

    adding that cert trust:

    Subject: CN = localhost.localdom, OR = VMware, O = VMware, C = US

    Issuer: CN = localhost.localdom, OR = VMware, O = VMware, C = US

    Algorithm: RSA; Serial number: 0x14e1acfbd66

    Valid from 21 June to 06:28:18 EDT Sun 2015 until Thursday, June 19 at 06:28:18 EDT 2025

    trigger the 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 log4j correctly system.

    log4j: WARN see http://logging.Apache.org/log4j/1.2/FAQ.html#noconfig for more information.

    principal, setSoTimeout (0) called

    Allow the dangerous renegotiation: true

    Allow legacy Hello messages: true

    Is the first handshake: true

    Is secure renegotiation: false

    % No session caching client

    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 4 03 01 55 88 1 46 35 67 AB C0 B8 D5... M... U.... F5... g

    0010: 3F CD 82 37 34 8 0A FF B9 EF B6 4B 9 D 49 DA 63?... 74... KI.c

    0020: 37 6 61 15 63 BE 00 00 26 00 04 00 05 00 00... &... 7ma.c 2F /.

    0030: 35 00 33 00 39 00 32 00 38 00 0 A 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                                                 .

    hand WRITING: 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 00 00 35 00 00 33 00 00 39 00 00 2F... /... 5.3.9.

    0020: 32 00 00 38 00 00 0 A 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: 1ST 46 35 67 AB C0 B8 D5 3F CD 82 37 34 0A B9 EF... F5... g?... 74.

    0060: 8 FF B6 9 D 4B 49 DA 63 37 6 D 61 15 63 OR... KI.c7ma.c.

    hand WRITING: message of SSLv2 client hello, length = 110

    [Raw write]: length = 112

    0000: 6 80 01 03 01 00 45 00 00 00 20 00 00 04 01 00. n... E... .....

    0010: 80 00 00 05 00 00 00 00 35 00 00 33 00 00 39 2F... /... 5.3.9

    0020: 00 00 32 00 00 38 00 00 0 A 07 00 00 00 16 00 C0... 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 1 46 35 67 AB C0 B8 D5 3F CD EF B9 37 U 82... F5... g?... 7

    0060: 0 34A 8 FF B6 9 d 4 b 49 DA 63 37 6 D 61 15 63 EITHER 4... KI.c7ma.c.

    [First reading]: length = 5

    0000: 15 03 01 00 02...

    [First reading]: length = 2

    0000: 02 28                                              . (

    main, READ: alert TLSv1, length = 2

    principal, RECV TLSv1 ALERT: handshake_failure fatal.

    principal, called closeSocket()

    principal, exception handling: javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    principal, called close()

    closeInternal (true) main, called

    [WARNING] Ignored exceptions.

    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 that cert trust:

    Subject: CN = localhost.sovsystems.com, OR = VMware, O = VMware, C = US

    Issuer: CN = localhost.sovsystems.com, OR = VMware, O = VMware, C = US

    Algorithm: RSA; Serial number: 0x14e0c0cf436

    Valid from Thursday, June 18 09:40:52 EDT 2015 until Monday, June 16 at 09:40:52 EDT 2025

    adding that cert trust:

    Subject: CN = localhost.localdom, OR = VMware, O = VMware, C = US

    Issuer: CN = localhost.localdom, OR = VMware, O = VMware, C = US

    Algorithm: RSA; Serial number: 0x14e1acfbd66

    Valid from 21 June to 06:28:18 EDT Sun 2015 until Thursday, June 19 at 06:28:18 EDT 2025

    trigger the seeding of SecureRandom

    done seeding SecureRandom

    trigger the seeding of SecureRandom

    done seeding SecureRandom

    principal, setSoTimeout (0) called

    Allow the dangerous renegotiation: true

    Allow legacy Hello messages: true

    Is the first handshake: true

    Is secure renegotiation: false

    % No session caching client

    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 4 03 01 55 88 1 05 99 7 26 80 51 D5... M... U... &. Q

    0010: A2 D2 99 AF 45 C5 97 EA A4 B4 D6 8 D C8 E4 6 TO 19... E.........j

    0020: 98 BD 80 AA 1F 00 00 26 00 04 00 05 00 00 2F C4... &... /.

    0030: 35 00 33 00 39 00 32 00 38 00 0 A 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                                                 .

    hand WRITING: 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 00 00 35 00 00 33 00 00 39 00 00 2F... /... 5.3.9.

    0020: 32 00 00 38 00 00 0 A 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: 1ST D5 05 99 7 26 80 51 A2 D2 99 AF E4 C5 97 45... &. Q..... E...

    0060: EE C8 A4 B4 D6 8 D 19 6a BD 98 80 AA 1F C4... j...

    hand WRITING: message of SSLv2 client hello, length = 110

    [Raw write]: length = 112

    0000: 6 80 01 03 01 00 45 00 00 00 20 00 00 04 01 00. n... E... .....

    0010: 80 00 00 05 00 00 00 00 35 00 00 33 00 00 39 2F... /... 5.3.9

    0020: 00 00 32 00 00 38 00 00 0 A 07 00 00 00 16 00 C0... 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 1st D5 05 99 7 26 80 51 A2 D2 99 AF E4 45 u... &. Q..... E

    0060: C5 97 EE C8 A4 B4 D6 8 D   19 6a BD 98 80 AA 1F C4... j...

    [First reading]: length = 5

    0000: 15 03 01 00 02...

    [First reading]: length = 2

    0000: 02 28                                              . (

    main, READ: alert TLSv1, length = 2

    principal, RECV TLSv1 ALERT: handshake_failure fatal.

    principal, called closeSocket()

    principal, exception handling: javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    principal, called close()

    closeInternal (true) main, called

    [ERROR] Org.springframework.remoting.RemoteAccessException: couldn't access HTTP calling remote service to [https://192.168.159.130:8281 https://192.168.159.130: 8281/vco]; nested exception is javax.net.ssl.SSLHandshakeException: received fatal alert: handshake_failure

    Org.springframework.remoting.RemoteAccessException [DEBUG]: could not access HTTP calling remote service to [https://192.168.159.130:8281 https://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 calling remote service to [https://192.168.159.130:8281 https://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 calling remote service to [https://192.168.159.130:8281 https://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)

    to 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)

    ... more than 26

    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 the server

    [INFO] ------------------------------------------------------------------------

    [INFO] BUILD FAILURE

    [INFO] ------------------------------------------------------------------------

    [INFO] Total time: 1.072 s

    [INFO] Finished in: 2015-06 - 22 T 10: 42:29 - 04:00

    [INFO] Final memory: 8 M / 81 M

    [INFO] ------------------------------------------------------------------------

    Finalizer called close()

    Finalizer, call closeInternal (true)

    Finalizer called close()

    Finalizer, call closeInternal (true)

    [ERROR] cannot run the purpose com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package (by default-cli) on the project o11nplugin-sovlabs-package: unable to connect to the server by using the url "[vcoadmin:[email protected]:8281]": org.springframework.remoting.RemoteAccessException: could not access HTTP calling remote service to [https://192.168.159.130:8281 https://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: cannot run the purpose com.vmware.o11n.mojo.pkg:maven - o11n-package - plugin:6.0.2:import - package (by default-cli) on the project o11nplugin-sovlabs-package: unable to connect to the server by using the url "[vcoadmin:[email protected]: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 by using the url "[vcoadmin:[email protected]: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 calling remote service to [https://192.168.159.130:8281 https://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)

    ... more than 22

    Caused by: org.springframework.remoting.RemoteAccessException: could not access HTTP calling remote service to [https://192.168.159.130:8281 https://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)

    to 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)

    ... more than 26

    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 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,.

    Of the handshake could be caused by your customer send message hello SSLv2 client while vRO 6.x server supports TLS only.

    The debug output, it seems that you use Java 1.6u65. I suggest to try with a recent version of Java 1.7 (AFAIK, SSLv2 client hello is removed from the list of client protocol by default for Java 1.7).

  • Build packages of vCO with the Plugin o11n-package

    I began using the maven-011n-package-plugin, found in the Maven Repo to edge of the vCO device or such that got by the vCO Client of-> package-> Expand to folder feature.  First of all, it is a very useful tool, however, the docs are very minimal.  And I have two questions

    (1) is REQUIRED when I build a package (from the native XML) I digitally sign it?

    (2) is there a version of the functionality built into this Maven plugin library?  Where can I get the source?  I was wondering if I can do this without involving the maven; We use gradle.

    I think that the signature is required and package build fails if you don't specify a password and the location of the keystore.

    As for your second question - there is no library, but there is a command line tool that package exim. It can be found in the Maven repo, / com/vmware/o11n/tool/vco-cli-Java /.

    Here is the list of commands it supports + examples.

    On Maven vs Gradle - currently, our tooling is concentrated around Maven. I'll see if we can also provide a Gradle plugin.

    -----------------------------

    vCO Package Exim command line tool

    Description:

    Tool command line that offers the package vCO basic import and export transactions. As source or target, it may have the .package file directory.

    Use:

    Java - jar PackageToolCli.jar

    Controls:

    Here are the basic commands indicating the tool the operation to perform.

    fi - importing files

    Imports the package to vCO .package file.

    Fe - exporting files

    Exports the package vCO .package file.

    di - import directory

    The package is important to vCO of directory tree.

    Ed - directory export

    Exports the vCO to the directory tree package.

    FD - file in the directory

    Create the directory tree .package file.

    Parameters of the command:

    The direct parameters that relate to the specific command. Source or destination files or directories.

    FI

    -Name of the .package file to import.

    fe []

    -Name of the package to export.

    -Directory to export. If this isn't a directory specified, current is assumed.

    di

    -Directory from which to import.

    de []

    -Name of the package to export.

    -Directory to export. If this isn't a directory specified, current is assumed.

    FD

    -Directory to build the .package file.

    Java settings:

    Additional settings that may be needed by the system, in order to execute specific commands.

    -DserverUrl =

    URL and connection of the vCO server against which will be take place imports or exports.

    -DallowedMask =

    Attributes of the package.

    v components can be found

    e editable elements

    f elements can be transferred in other packaging

    -DkeystoreFileLocation =

    Path to the .vmokeystore file that contains the certificate of development

    -DkeystorePassword =

    Password of the .vmokeystore file

    -DexportVersionHistory =

    Export version history

    -Dincludes =

    ';' - separate the list of models showing what are the items to include.

    -Dexcludes =

    ';' - separate the list of models showing the items to be excluded.

    Examples:

    Export com.vmware.test.TestPackage package as a package in the current folder file.

    -DserverUrl=username:password@myserver:8281 java-jar PackageToolCli.jar fe com.vmware.test.TestPackage

    Export the package com.vmware.test.TestPackage as a directory of the current folder structure.

    -DserverUrl=username:password@myserver:8281 java-jar com.vmware.test.TestPackage PackageToolCli.jar

    Import com.vmware.test.TestPackage.package file package vCO server.

    -DserverUrl=username:password@myserver:8281 java-jar PackageToolCli.jar fi com.vmware.test.TestImpex.package

    (Note: the next two commands require a development certificate in order to accomplish)

    Build the .package file in directory structure.

    Java-DserverUrl=username:password@myserver:8281-DkeystoreFileLocation=/path/to/my_cerificate.vmokeystore

    -DkeystorePassword = mypassword-jar PackageToolCli.jar fd com.vmware.test.TestPackage

    Import the directory structure com.vmware.test.TestPackage package to the server vCO.

    Java-DserverUrl=username:password@myserver:8281-DkeystoreFileLocation=/path/to/my_cerificate.vmokeystore

    -DkeystorePassword = mypassword-jar PackageToolCli.jar di com.vmware.test.TestPackage

    The last two commands is also in charge of the allowedMask, the exportVersionHistory and includes / excludes java settings, which offer more control to content and access attributes of the package.

    -DallowedMask = vf

    Creates a package that cannot be edited.

    -DexportVersionHistory = true

    Keeps a history of local versions of objects vCO developed between exports and imports.

    -Dincludes = "" * / Test Package/**/*.element_info.xml;**/Test Samples/**/*.element_info.xml;**/testPackage/**/*.element_info.xml ""

    Includes only the objects that have '. '. element_info.xml"descriptor (which is specific for parcels exported as trees of directories), the folders in the library of tests and samples (for workflows) or testPackage (for actions).

  • Error in plugin Maven OJMake, the package does not exist

    Hi all

    I'm trying to compile the application oracle fusion middleware that is projects ViewController and models inside. Using Jdeveloper compile or deploy it works perfectly. But the company is moving all Maven projects, so I created project and application poms, added all the dependencies. Hitting the compile with the commented ojmake plugin works fine, but with the ojmake plugin model project compilation failed.

    Model has a dependency called sxreports which is a jar created by our company and stored in the repository maven local businesses, solved dependence and the appropriate version of the artifact is downloaded.

    sxreports.jar (packages)

    -report

    -datasource

    -etc.

    Out of Maven generates this kind of errors:

    [INFO] Error (80,25): package report.datasource does not exist

    [INFO] Error (81.41): package report.datasource.ReestrSoobFNSDS does not exist

    [INFO] Error (220,22): can't find symbol;  symbol: class IzveshenieOPostonovkeVOcheredDS;  location: sx.model.AppModuleImpl of the class

    There are many of them, all about this artifact.

    I noticed this artifact is not listed in the classpath, would he be here?

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\bin\javac

    [INFO] - source 1.7

    [INFO] - target 1.7

    [INFO] - verbose

    [INFO] - encoding UTF-8

    [INFO] - bootclasspath

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\resources.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\rt.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\jsse.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\jce.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\charsets.jar;

    [INFO] C:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\jre\lib\jfr.jar

    [INFO] - sourcepath

    [INFO] C:\git\SXDOCS\Model\src

    [INFO] d

    [INFO] C:\git\SXDOCS\Model\classes

    [INFO] - classpath

    [INFO] C:\git\SXDOCS\. ADF;

    [INFO] C:\git\SXDOCS\Model\classes;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-share-support\12.1.2-0-0\adf-share-support-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-share-ca\12.1.2-0-0\adf-share-CA-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-share-base\12.1.2-0-0\adf-share-base-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adflogginghandler\12.1.2-0-0\adflogginghandler-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adfsharembean\12.1.2-0-0\adfsharembean-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jmxframework\12.1.2-0-0\jmxframework-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jmxspi\12.1.2-0-0\jmxspi-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\identitystore\12.1.2-0-0\identitystore-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adfm\12.1.2-0-0\adfm-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\bc4j-mbeans\12.1.2-0-0\bc4j-MBeans-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\groovy-all\12.1.2-0-0\groovy-all-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\xmlparserv2\12.1.2-0-0\xmlparserv2-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\db-ca\12.1.2-0-0\DB-CA-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jdev-cm\12.1.2-0-0\jdev-cm-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ojmisc\12.1.2-0-0\ojmisc-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\commons-el\12.1.2-0-0\commons-El-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jsp-El-api\12.1.2-0-0\jsp-El-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\oracle-el\12.1.2-0-0\oracle-El-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\resourcebundle\12.1.2-0-0\resourcebundle-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\sun\mail\javax.mail\1.4.4\javax.mail-1.4.4.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\activation\activation\1.1\activation-1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adftransactionsdt\12.1.2-0-0\adftransactionsdt-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-DT-at-rt\12.1.2-0-0\adf-DT-at-RT-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adfdt_common\12.1.2-0-0\adfdt_common-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adflibrary\12.1.2-0-0\adflibrary-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-share-security\12.1.2-0-0\adf-share-security-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-controller-security\12.1.2-0-0\adf-controller-security-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\mdsrt\12.1.2-0-0\mdsrt-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\oramds\12.1.2-0-0\oramds-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\servlet\2.1.0.0_3-0\servlet-2.1.0.0_3-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\jsp\3.0.0.0_2-2\jsp-3.0.0.0_2-2.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ojdbc6dms\12.1.2-0-0\ojdbc6dms-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\commons-cli\12.1.2-0-0\commons-CLI-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\share\12.1.2-0-0\share-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\xmlef\12.1.2-0-0\xmlef-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\dms\12.1.2-0-0\dms-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\xml\12.1.2-0-0\xml-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n\12.1.2-0-0\orai18n-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-mapping\12.1.2-0-0\orai18n-mapping-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-utility\12.1.2-0-0\orai18n-utility-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-collation\12.1.2-0-0\orai18n-collation-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-translation\12.1.2-0-0\orai18n-translation-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-net\12.1.2-0-0\orai18n-net-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-servlet\12.1.2-0-0\orai18n-servlet-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-lcsd\12.1.2-0-0\orai18n-LCSD-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-tools\12.1.2-0-0\orai18n-tools-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\tangosol\coherence\12.1.2.0\coherence-12.1.2.0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\ucp\12.1.2-0-0\ucp-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ojdl\12.1.2-0-0\ojdl-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\javatools-nodeps\12.1.2-0-0\javatools-nodeps-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\management\j2ee\1.1.0.0\j2ee-1.1.0.0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\eclipselink\12.1.2-0-0\eclipselink-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ldapjclnt11\12.1.2-0-0\ldapjclnt11-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-api\12.1.2-0-0\jps-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-common\12.1.2-0-0\jps-common-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-ee\12.1.2-0-0\jps-EE-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-internal\12.1.2-0-0\jps-internal-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-unsupported-api\12.1.2-0-0\jps-unsupported-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-manifest\12.1.2-0-0\jps-manifest-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-audit\12.1.2-0-0\jps-audit-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-api\12.1.2-0-0\jps-AZ-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-common\12.1.2-0-0\jps-AZ-common-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-management\12.1.2-0-0\jps-AZ-management-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-rt\12.1.2-0-0\jps-AZ-RT-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-pdplg\12.1.2-0-0\jps-AZ-pdplg-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-AZ-sspi\12.1.2-0-0\jps-AZ-SSPI-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-pep\12.1.2-0-0\jps-PEP-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-platform\12.1.2-0-0\jps-platform-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-se\12.1.2-0-0\jps-se-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\opss-tools\12.1.2-0-0\opss-tools-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-upgrade\12.1.2-0-0\jps-upgrade-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\security-api\12.1.2-0-0\security-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\opss-component-security-info\12.1.2-0-0\opss-component-security-info-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jps-SIDM-api\12.1.2-0-0\jps-SIDM-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_saml\12.1.2-0-0\osdt_saml-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_saml2\12.1.2-0-0\osdt_saml2-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_wss\12.1.2-0-0\osdt_wss-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_restsec\12.1.2-0-0\osdt_restsec-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\identityutils\12.1.2-0-0\identityutils-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\arisId-stack-ovd\12.1.2-0-0\arisId-stack-OVD-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\identitydirectory\12.1.2-0-0\identitydirectory-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\igf_mbeans\12.1.2-0-0\igf_mbeans-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\ovd\12.1.2-0-0\ovd-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\config\12.1.2-0-0\Config-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\plugins\12.1.2-0-0\plugins-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\IdentityContext\12.1.2-0-0\IdentityContext-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\xmlparserv2_sans_jaxp_services\12.1.2-0-0\xmlparserv2_sans_jaxp_services-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\dom4j\1.6.1\dom4j-1.6.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\orai18n-service\12.1.2-0-0\orai18n-service-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\neethi\neethi\2.0.4\neethi-2.0.4.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\ws\commons\axiom\axiom-api\1.2.7\axiom-API-1.2.7.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\geronimo\specs\geronimo-activation_1.1_spec\1.0.1\geronimo-activation_1.1_spec-1.0.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\geronimo\specs\geronimo-javamail_1.4_spec\1.2\geronimo-javamail_1.4_spec-1.2.jar;

    [INFO] C:\Users\btsyrenov\.m2\xml-apis\xml-apis\1.3.04\xml-APIs-1.3.04.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\geronimo\specs\geronimo-Stax-api_1.0_spec\1.0.1\geronimo-Stax-api_1.0_spec-1.0.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\apache\ws\commons\axiom\axiom-impl\1.2.7\axiom-impl-1.2.7.jar;

    [INFO] C:\Users\btsyrenov\.m2\wsdl4j\wsdl4j\1.6.2\wsdl4j-1.6.2.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\codehaus\woodstox\wstx-asl\3.2.4\wstx-ASL-3.2.4.jar;

    [INFO] C:\Users\btsyrenov\.m2\stax\stax-api\1.0.1\stax-API-1.0.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\jaxen\jaxen\1.1.6\jaxen-1.1.6.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\openliberty\openaz\azapi\1.1\azapi-1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\openliberty\arisIdBeans\1.1\arisIdBeans-1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\org\openliberty\arisId\1.1\arisId-1.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\asn1c\12.1.2-0-0\asn1c-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\jacc-spi\12.1.2-0-0\jacc-SPI-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\oraclepki\12.1.2-0-0\oraclepki-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_core\12.1.2-0-0\osdt_core-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_cert\12.1.2-0-0\osdt_cert-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_xmlsec\12.1.2-0-0\osdt_xmlsec-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\osdt_ws_sx\12.1.2-0-0\osdt_ws_sx-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\fmw_audit\12.1.2-0-0\fmw_audit-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\security\jacc\1.1.0.0_1-1\jacc-1.1.0.0_1-1.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\trinidad-api\12.1.2-0-0\trinidad-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\trinidad-impl\12.1.2-0-0\trinidad-impl-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-richclient-API-11\12.1.2-0-0\adf-richclient-API-11-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf\adf-richclient-impl-11\12.1.2-0-0\adf-richclient-impl-11-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\sun\faces\jsf-api\2.1.7-01\jsf-API-2.1.7-01.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\sun\faces\jsf-impl\2.1.7-01\jsf-impl-2.1.7-01.jar;

    [INFO] C:\Users\btsyrenov\.m2\glassfish\el\1.1.0.0_2-2\el-1.1.0.0_2-2.jar;

    [INFO] C:\Users\btsyrenov\.m2\glassfish\jstl\1.2.2.0\jstl-1.2.2.0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\resourcebundle-resolver\12.1.2-0-0\resourcebundle-resolver-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\resourcebundle-API-rt\12.1.2-0-0\resourcebundle-API-RT-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-share-ca\12.1.2-0-0\adf-share-CA-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\xdk\12.1.2-0-0\xdk-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\el\12.1.2-0-0\el-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\javatools-JNDI-local\12.1.2-0-0\javatools-JNDI-local-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\el-for-uix2\12.1.2-0-0\el-for-uix2-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-share-support\12.1.2-0-0\adf-share-support-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\oracle-JRF-coherence\12.1.2-0-0\oracle-JRF-coherence-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\ant\12.1.2-0-0\ant-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\oracle-JRF-dms\12.1.2-0-0\oracle-JRF-DMS-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\oracle-JRF-adminserver\12.1.2-0-0\oracle-JRF-AdminServer-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\xmlef\12.1.2-0-0\xmlef-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\balishare\12.1.2-0-0\balishare-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\odl\12.1.2-0-0\odl-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jps\12.1.2-0-0\jps-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\osdt\12.1.2-0-0\osdt-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\ldap\12.1.2-0-0\ldap-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\commons-cli\12.1.2-0-0\commons-CLI-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\iau\12.1.2-0-0\iau-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\idm\12.1.2-0-0\idm-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\pki\12.1.2-0-0\pki-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jrf-api\12.1.2-0-0\jrf-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-share-security\12.1.2-0-0\adf-share-security-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\mds\12.1.2-0-0\mds-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\xdb\12.1.2-0-0\xdb-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\ucp\12.1.2-0-0\ucp-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jdbc\12.1.2-0-0\jdbc-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\mds-protocol\12.1.2-0-0\mds-Protocol-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jaxb\12.1.2-0-0\jaxb-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jmx\12.1.2-0-0\jmx-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jee-api\12.1.2-0-0\jee-API-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\enterprise\deploy\1.3\deploy-1.3.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\interceptor\1.2\interceptor-1.2.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\resource\1.6.1\resource-1.6.1.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\transaction\2.1.0.0_1-1\transaction-2.1.0.0_1-1.jar;

    [INFO] C:\Users\btsyrenov\.m2\javax\xml\registry\1.1.0.0_1-0-4\registry-1.1.0.0_1-0-4.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\javatools-nodeps\12.1.2-0-0\javatools-nodeps-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-share-base\12.1.2-0-0\adf-share-base-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\adf-logging-handler\12.1.2-0-0\adf-logging-handler-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\oracle-JRF-logging\12.1.2-0-0\oracle-JRF-logging-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\glassfish\12.1.2-0-0\glassfish-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jsp\12.1.2-0-0\jsp-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\servlet-runtime\12.1.2-0-0\servlet-runtime-12.1.2-0-0.jar;

    [INFO] C:\Users\btsyrenov\.m2\com\oracle\external\jsf-RI-21\12.1.2-0-0\jsf-RI-21-12.1.2-0-0.jar

    [INFO] g

    [INFO] - Xlint: all the

    [INFO] - Xlint:-casting

    [INFO] - Xlint:-classfile

    [INFO] - Xlint:-dep - ann

    [INFO] - Xlint:-vacuum

    [INFO] - Xlint:-fallthrough

    [INFO] - Xlint:-path

    [INFO] - Xlint:-treatment

    [INFO] - Xlint:-rawtypes

    [INFO] - Xlint:-series

    [INFO] - Xlint:-disabled

    The artifact is in place but ojmake is unable to solve somehow, ideas on how to fix this or what could be the problem would be appreciated

    -Jdeveloper version 12.1.2

    -Windows 7, 64-bit

    -All Oracle objects are installed for the repo company maven and available

    -Maven included with jdeveloper version 3.0.4

    I guess that you have correctly configured the maven ojmake plugin in your pom.

    Ojmake plugin uses the jpr to resolve dependencies. If you need to make sure that the pot is listed under project libraries and classpath.

  • DIFx Driver Package install error = 536870141 when you try to install the MFL-ProSuite for a Brother MFC-J870DW printer all in one

    Hi everyone, I have read the various issues pertaining to the Brother software and the IS052 error that I got also.

    I spoke with brother two times and they tell me that I'm missing a driver and if I sent the error message DIFx Driver Package install error = 536870141 to Microsoft, they would be able to provide me with the driver I need.  Brother also had me try to install from the disk and also on their site and I got the same error.

    I am a home user, so not very technical when it comes to drivers, etc..  I know that you need.  So please don't you technique on me.  I have been messing around with this now for almost 2 weeks and can that copy and print.  I can't scan or fax due to this error when you try to install the software.

    I have the disk with the drivers on what I did when we first got the computer.

    I use Windows 7 64-bit.  I really need help so I hope that there is someone who can solve this problem.

    Thank you very much

    Judy F.

    SW Florida - USA

    Karthik, sorry it took me so long to answer.  I hate it when people do that to me then again I am sorry.

    After trying your suggestions, nothing seemed to work so I asked my son who is a type of systems to help me.  I he provided with suggestions and error message, etc..  He read about all this and then remote connected my suburb.

    He renamed the errorlog and then tried to reinstall the Brother software and got the error.  He was then able to read this file was causing the error without reading through the tone of the error messages.  It turns out that there is a file that brother was looking for in one place, but it was in another.  He copied to where brother was looking for her, has done a reboot, loaded the software without problem.

    I am now scanning and everything works as it should.

    So maybe it's the same problem that others causing a problem.  If they can get the steps to find the error Log, look at the error message that is created in the error log, which will tell them what brother file cannot find and then go from there.

    I don't think I could have done myself, but he knew where to look for such things, and I don't have.

    Thanks again for all the help I got from this forum.

    Judy F.  (a happy user of printer Brother)

  • packaging Eclipse error

    Start to use eclipse instead of JDE.

    I have an app that seems to do very well. but when I try to create the package, I got the following error:

    java.lang.NoClassDefFoundError: net/rim/tools/compile/compiler
    Caused by: java.lang.ClassNotFoundException: net.rim.tools.compiler.Compiler
    java.net.URLClassLoader to $1.run (unknown Source)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass (unknown Source)
    at java.lang.ClassLoader.loadClass (unknown Source)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (unknown Source)
    at java.lang.ClassLoader.loadClass (unknown Source)
    at java.lang.ClassLoader.loadClassInternal (unknown Source)
    The main class is not found: net.rim.tools.compiler.Compiler.  Program ends.
    Exception in thread "main".
    Packaging failed (taken 0,142 seconds)

    I searched the forum and did not find anything. Any thoughts on what could be the problem?  Thank you

    It turns out that for some reason, Miss me a rapc.jar file in the plug. Copied my old JDE dir and it works now

  • error C2440: '=': cannot convert from 'unsigned short [70]' to ' char *'__Code: UNICOD problem__ MapiMessage message; __message.lpszSubject = _T ("International Translation package Attached"); Error at this stage. ___

    Project is in UNICODE format in VC6.0 MFC on windows XP

    error C2440: '=': cannot convert from 'unsigned short [70]' to ' char *'
    Code:

    MapiMessage message;
    message.lpszSubject = _T ("International Translation package Attached"); Error at this stage.

    I would know how can I use MapiMessgae in my program using Unicode.

    Suggest me any change in

    Thank you and best regards,

    Sanjay.

    Hello Sanjay

    The question you have posted is better suited to the MSDN forums. You can ask your question in the help link.

    http://social.msdn.Microsoft.com/forums/en/category/vsexpress

    Hope the helps of information.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • WindowsUpdate: SelfUpdate check failed download package information, error = 0x80070005

    Windows Update does not work. However, I can download and install updates manually on microsoft.com. But it does not work automatically.

    To resolve this problem, I tried this:

    http://Windows.Microsoft.com/de-de/Windows7/Windows-Update-Error-80070002

    and this:

    http://support.Microsoft.com/mats/windows_update/de

    The data content of WindowsUpdate.txt:

    2011-11-23 19:28:37:945 120 9 d 4 Misc = logging initialized (build: 7.5.7601.17514, tz: + 0100) =.
    2011-11-23 19:28:38:023 120 9 d 4 Misc = process: C:\Windows\system32\svchost.exe
    2011-11-23 19:28:38:023 120 9 d 4 Misc = Module: c:\windows\system32\wuaueng.dll
    2011-11-23 19:28:37:789 120 9 d 4 Service *.
    2011-11-23 19:28:38:023 120 9 d 4 Service * START * Service: Service startup
    2011-11-23 19:28:38:039 120 9 d 4 Service *.
    2011-11-23 19:28:38:585 120 9 d 4 Agent * WU client version 7.5.7601.17514
    2011-11-23 19:28:38:585 120 9 d 4 Agent * Base Directory: C:\Windows\SoftwareDistribution
    2011-11-23 19:28:38:585 120 9 d 4 Agent * access type: no proxy
    2011-11-23 19:28:38:585 120 9 d 4 Agent * network state: connected
    2011-11-23 19:29:24:387 120 9 d 4 CWERReporter::Init report was successful
    2011-11-23 19:29:24:387 120 9 d 4 Agent * Agent: initialization of Windows Update Agent *.
    2011-11-23 19:29:24:387 120 9 d 4 Agent * Agent: initialization of the global parameters cache *.
    2011-11-23 19:29:24:387 120 9 d 4 Agent * WSUS server:
    2011-11-23 19:29:24:387 120 9 d 4 Agent * state WSUS server:
    2011-11-23 19:29:24:387 120 9 d 4 Agent * target group: (Unassigned Computers)
    2011-11-23 19:29:24:387 120 9 d 4 Agent * Windows Update access disabled: No.
    2011-11-23 19:29:24:418 120 9 d 4 DnldMgr Download manager restoring 0 downloads
    2011-11-23 19:29:24:465 120 9 d 4 to THE # to THE: initialization of automatic updates #.
    type of approval # to THE 120 9 2011-11-23 19:29:24:480 d 4: on demand (user preference)
    2011-11-23 19:29:24:480 120 9 d 4 to THE # scheduled install date and time: every day at 03:00
    minor updates to the # Auto - install 2011 - 11 - 23 19:29:24:480 120-9 d 4 - UA: Yes (user preference)
    2011-11-23 19:29:24:480 120 9 d 4 to THE # will interact with non-admins (Non-admins are high (user preference))
    2011 11-23 19:29:24:480 120 9 d 4 to # displays software notifications recommended (user preference)
    2011-11-23 19:29:24:480 120 9 d 4 to THE adjustment to THE expected install time 24 / 11 / 2011 02:00
    2011-11-23 19:29:24:995 120 9 d 4 report * report: initialization of static data to report *.
    2011-11-23 19:29:24:995 120 9 d 4 report * OS Version = 6.1.7601.1.0.66304
    2011-11-23 19:29:24:995 120 9 d 4 report * OS Product Type = 0 x 00000003
    2011-11-23 19:29:25:011 120 9 d 4 report * computer brand = system manufacturer
    2011-11-23 19:29:25:011 120 9 d 4 report * computer model = system Product Name
    2011-11-23 19:29:25:011 120 9 d 4 report * Bios revision = 1005
    2011-11-23 19:29:25:011 120 9 d 4 report * name of Bios = BIOS Date: 05/02/10 19:13:52 Ver: 08.00.10
    2011-11-23 19:29:25:011 120 9 d 4 report * Bios Version Date = 2011-06-27 T 00: 00:00
    2011-11-23 19:29:25:011 120 9 d 4 report * locale ID = 1031
    2011-11-23 19:29:25:026 120 9 d 4 wrote to success event to THE health state: 0
    2011-11-23 19:29:25:042 120 9 d 4 updates to THE initializing featured
    2011-11-23 19:29:25:042 120 9 d 4 to THE Found set 0 cached updates featured
    2011-11-23 19:29:25:042 120 9 d 4 wrote to success event to THE health state: 0
    2011-11-23 19:29:25:042 120 9 d 4 wrote to success event to THE health state: 0
    2011-11-23 19:29:25:042 120 9 d 4 to THE delayed finish initialization
    2011-11-23 19:29:30:049 120 684 CWERReporter finish event management report. (00000000)

    2011-11-23 19:45:56:873 a 120 11, 4 detection of THE shutter to THE via API DetectNow
    2011-11-23 19:45:56:873 a 120 11, 4 trigger detection online (interactive)
    2011-11-23 19:45:56:873 120 9 d 4 to THE #.
    2011-11-23 19:45:56:873 120 9 d 4 to THE # START # to THE: research updates
    2011-11-23 19:45:56:873 120 9 d 4 to THE #.
    2011-11-23 19:45:56:876 120 9 d 4 to THE<## submitted="" ##="" au:="" search="" for="" updates="" [callid="">
    2011-11-23 19:45:56:876 120 1340 Agent *.
    2011-11-23 19:45:56:876 120 1340 Agent * START * Agent: finding updates [CallerId = AutomaticUpdates]
    2011-11-23 19:45:56:876 120 1340 Agent *.
    2011-11-23 120 1340 Agent 19:45:56:876 * Online = Yes; Ignore download priority = No
    2011-11-23 19:45:56:876 120 1340 Agent * criteria = "IsInstalled = 0 and DeploymentAction = 'Installation' or IsPresent = 1 and DeploymentAction = 'Uninstall' or IsInstalled = 1 and 'Installation' and = 1 RebootRequired = DeploymentAction or IsInstalled = 0 and DeploymentAction = 'Uninstall' and RebootRequired = 1".
    2011-11-23 19:45:56:876 120 1340 Agent * ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} third service
    2011-11-23 19:45:56:876 120 1340 Agent * scope of search = {Machine}
    2011-11-23 19:45:56:881 120 1340 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2011-11-23 19:45:56:906 120 1340 Misc Microsoft signed: Yes
    2011-11-23 19:45:56:948 120 1340 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2011-11-23 19:45:56:953 120 1340 Misc Microsoft signed: Yes
    2011-11-23 19:45:56:958 120 1340 Agent looking for updates auth cab for 7971f918-a847-4430-9279-4a52d1efe18d to http://download.windowsupdate.com/v9/microsoftupdate/redir/muauth.cab service
    2011-11-23 19:45:56:958 120 1340 Misc validation signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab:
    2011-11-23 19:45:56:963 120 1340 Misc Microsoft signed: Yes
    2011-11-23 19:45:56:991 120 1340 Misc validation signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab:
    2011-11-23 19:45:56:996 120 1340 Misc Microsoft signed: Yes
    2011-11-23 19:45:56:996 120 1340 Setup looking for agent SelfUpdate
    2011-11-23 19:45:56:996 120 version Setup Client 1340: Core: 7.5.7601.17514 to the: 7.5.7601.17514
    2011-11-23 19:45:56:998 120 1340 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2011-11-23 19:45:57:001 120 1340 Misc Microsoft signed: Yes
    2011-11-23 19:45:57:021 120 1340 Misc validation signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2011-11-23 19:45:57:026 120 1340 Misc Microsoft signed: Yes
    2011-11-23 19:45:57:028 120 1340 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2011-11-23 19:45:57:031 120 1340 Misc Microsoft signed: Yes
    2011-11-23 19:45:57:298 120 1340 Misc validation signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2011-11-23 19:45:57:303 120 1340 Misc Microsoft signed: Yes
    2011-11-23 19:45:57:303 120 1340 installation caution: SelfUpdate check failed download package information, error = 0x80070005
    2011-11-23 19:45:57:303 120 1340 Setup FATAL: SelfUpdate check failed, err = 0 x 80070005
    2011-11-23 19:45:57:303 120 1340 Agent * WARNING: jump scan, self-update check returned 0x80070005
    2011-11-23 19:45:57:323 120 1340 Agent * WARNING: exit code = 0x80070005
    2011-11-23 19:45:57:323 120 1340 Agent *.
    2011-11-23 19:45:57:326 120 1340 Agent * END * Agent: finding updates [CallerId = AutomaticUpdates]
    2011-11-23 19:45:57:326 120 1340 Agent *.
    2011-11-23 19:45:57:326 120 1340 Agent WARNING: customer WU didn't search for the update with error 0 x 80070005
    2011-11-23 19:45:57:326 120 d1c to THE > # RETURN # to THE: research updates [CallId = {97E55CEA-3A4F-4377-BC4E-BF133B65D5FD}]
    2011-11-23 19:45:57:326 120 d1c to # WARNING: reminder of search failed, result = 0x80070005
    2011-11-23 19:45:57:326 120 d1c to # WARNING: could not find the updates with the error code 80070005
    2011-11-23 19:45:57:326 120 d1c to THE #.
    2011-11-23 19:45:57:326 120 d1c to # END # in THE: research updates [CallId = {97E55CEA-3A4F-4377-BC4E-BF133B65D5FD}]
    2011-11-23 19:45:57:326 120 d1c to THE #.
    2011-11-23 19:45:57:326 120 at THE d1c successfully wrote event to THE health state: 0
    2011-11-23 19:45:57:326 120 d1c to THE timeout parameter next detection at 2011-11-23 23:45:57
    2011-11-23 19:45:57:326 120 d1c phase of installation to THE adjustment to THE planned 24 / 11 / 2011 02:00
    2011-11-23 19:45:57:326 120 at THE d1c successfully wrote event to THE health state: 0
    2011-11-23 19:45:57:326 120 at THE d1c successfully wrote event to THE health state: 0
    2011-11-23 19:46:02:303 120 1340 report REPORT EVENT: 2011-11-23 19:45:57:303 + 0100 1 148 101 {3FB4E0D0-2DFD-403C-B4D2-20AAC951DEA9} {D67661EB-2423-451D-BF5D-13199E37DF28} 1 80070005 SelfUpdate software failure synchronization Client Windows Update not found with error 0x80070005.
    2011-11-23 19:46:02:316 120 1340 report CWERReporter::HandleEvents - WER report upload completed with status 0 x 8
    2011-11-23 19:46:02:316 120 1340 WER sent report: 7.5.7601.17514 0x80070005 D67661EB-2423-451D-BF5D-13199E37DF28 Scan 101 unmanaged
    2011-11-23 19:46:02:316 120 CWERReporter 1340 finish event management report. (00000000)

    Given that is not able to find something and there are indications of parcel damaged, you can try an in Place Upgrade.

  • Application package load error: permission denied

    Hello

    I develop on the alpha 10 blackberry dev and yesterday during the deployment of app I started getting this message from QNX Momentics IDE:

    "Synchronization and application startup" has encountered a problem.

    Application package load error: permission denied

    After I started getting this error, I noticed that I couldn't run any application, I already installed on the device, even the example apps provided no longer works (by clicking on the icon was moving the desk on the right for a moment as he normally does, but then the application does not run)

    I tried to set the mode of development, change the debugging token, restart the device and my pc, but it did not help. So I decided to wipe the device and today I reinstalled the operating system. I was able to run the application a couple of times tonight, but the problem started to appear again.

    The error is exaclty the same as before and he does not say much. What can I do to fix this?

    I had the same problem tonight, so I investigated further. I went to settings-> Security-> development mode and I noticed the debugging token has been installed, but it was not valid. the expiry date line said "edition invalid date or in the future." I noticed the time on my phone was incorrectly, I put it properly and now it works again.

  • Validation for the Packaging icon error

    I get the following error when debug my app in same Burrito so I don't Icon.png in my package:

    "Error in the application of packaging:

    The file with the Icon.png path may not be packaged, unless the descriptor field application.icon.image57x57 is set to Icon.png
    "Error: posting AIR failed.

    BlackBerry - tablet.xml foobar - app.xml contain application.icon.image57x57.

    Where can I specify that override this validation error?

    Update: I have not found a soultion to this reconstructed so my application instead.

  • Install the KB2607607 package 0x800f081f error code.

    I have the same problem. The package of my computer's language is German. I don't speak this language. I tried to install two language packs - English and Bulgarian, but the installation failed.
    Nothing works in my case, lpksetup failed also.

    Coulld do? I can't use a German version of Windows.

    Separated from -.

    https://answers.Microsoft.com/en-us/Windows/Forum/windows_8-windows_update/install-the-package-kb2607607-error-code/1c399cea-8979-4681-A8DF-2c6b6b64b87d

    Hi Ivanka.

    I imagine the inconvenience that you are experiencing.

    Do you and changes to the computer before the show?

    If you receive the error Windows Update 0x800F081F, this means that a file needed by Windows Update is corrupted or missing.

    Follow the steps in the article and then try to install the language pack again and check if the installation went successfully by:

    Windows Update, error 0x800F081F

    http://Windows.Microsoft.com/en-CA/Windows-8/Windows-Update-error-0x800f081f

    In addition, follow these steps and check:

    a a.. from the desktop, press the Windows key + R to display the Run dialog box.

    (b) in the Open box, type winver , and press OK.

    c. in the screen on Windows show Windows 8 single language?

    If "is not" display Windows 8 language unique, then follow the steps in the Microsoft's KB article to install the language pack:

    Language packs are available for Windows 8 and Windows RT

    http://support.Microsoft.com/kb/2607607/en-us

    I hope this helps. If you have any other queries/issues related to Windows, write us and we will be happy to help you further.

  • I want to make a plugin that can import a video file.

    I want to make a plugin that can import a video file.

    but the guide and example files offer only importer SDK.

    is it possible to import a video file to another program to the Prime Minister?

    I don't think that what you're trying to do is possible with any of the importing C++ API; those who allow developers to write support for file formats that body can't stand already...

    If you try to import files that can already understand, a HTML5 (JavaScript) - Basic Panel is the right approach.

    Here is the project Panel:

    https://github.com/Adobe-CEP/samples/tree/master/PProPanel

    Here's how to set up a panel development environment:

    https://github.com/Adobe-CEP/samples/BLOB/master/PProPanel/payloads/PPro_Panel_QuickStart _ Guide.pdf

  • Common problem with Windows 7, what causes errors with itunes, the software adobe reader, TurboTax 12

    Is there a common problem with Windows 7, what causes errors with itunes, the software adobe reader, TurboTax 12?  I get error messages when I try to use one of these programs

    Hello

    Thanks for the reply with the details.
     
    Problem with opening PDF documents, please see the link and follow the steps in the article:
     
    Error "Windows cannot access the specified device, path or file" when you try to install, update or launch a program or file
    Important: Disable your antivirus or changed settings can make your PC vulnerable to viral, fraudulent, or malicious attacks. Microsoft does not recommend that you disable your antivirus software or change settings. If you need to temporarily disable your anti-virus software, you should reactivate as soon as you are finished.
     
    See the link for the question with idevices:
     
    iTunes for Windows: "Could not load the data class" or "Cannot load provider data" alert synchronization services
     
    Problem with TurboTax 12, check out the links and follow the steps:
     
    5639 error: Cannot configure the product update system
     
     
    If the troubleshooting steps above do not help, check in a new user account:
    Reference:
     
    If it works in the new user account, then the current may be corrupt user account.
    To fix the damaged user account, follow the steps in the following article:
    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile
     
    Hope this solves the problem. If the problem persists, you can write to us and we will be happy to help you further.
  • 6229 OR causes error-50202 on Fujitsu/Siemens Celsius PC

    Hello!

    With the help of MAX Self test or test causes error-50202. I use a PC Celsius Fujitsu/Siemens, model W370 E85 + with LabView 8.6.1. The PC uses an Intel motherboard and an Intel Dual core processor. The PC is new.

    I tried to test another PC but the USB startup utility seems to work only with the above PC. On the other PC, I get the error pharsys and the boot process stops.

    I also have a full equipped PXI dual core system RT that works without any problems with my host LabView 8.6.1 installation.

    How to solve this problem?

    NEWS! I was testing a card PCI-6229 second and identical, but the map did not, too. And while I was there, I simply changed the slot inside the PC Celsius PCI: and the self test successful!

    Here is a screenshot after changing the slot. You can even see the 'Phantom' 1 unit (where one of the cards was before).

    I have to do more tests, but I was sure, that these IRQ problems are history (if it was such a problem).

Maybe you are looking for