VMware {code} Community
tperrySov
Enthusiast
Enthusiast
Jump to solution

Maven Plugin Package o11n-package:import-package results in error on VCO (ClassNotFoundException)

When trying to import a package using the maven plugin, I am now seeing a ClassNotFoundException being thrown from 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 via the cli tool and that worked flawlessly.  Not sure if something changed in the API that was not updated for 6.0.2 or if I am doing something wrong.  I have tried java 1.7.0_67 and 1.8.0_45


Any thoughts are appreciated.

Thanks,


Tim


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

VCO catalina.out OUTPUT

VCO version 6.0.2

Jun 23, 2015 7:40:36 PM org.apache.catalina.core.StandardWrapperValve invoke

SEVERE: Servlet.service() for servlet [remoteVcoFactoryServiceExporter] in context with path [/vco] threw exception [org.springframework.web.util.NestedServletException: Class not found during deserialization; nested exception is java.lang.ClassNotFoundException: org.slf4j.impl.SimpleLogger] with root cause

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)

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

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

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

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

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

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

MAVEN OUTPUT

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

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

Maven home: /usr/local/Cellar/maven/3.2.5/libexec

Java version: 1.8.0_45, vendor: Oracle Corporation

Java home: /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] Reading global settings from /usr/local/Cellar/maven/3.2.5/libexec/conf/settings.xml

[DEBUG] Reading user settings from /Users/tperry/.m2/settings.xml

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

[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/tperry/.m2/repository

[INFO] Scanning for projects...

[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=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:jar:6.0.2:compile

[DEBUG]      dom4j:dom4j:jar:1.6.1:compile

[DEBUG]          xml-apis:xml-apis:jar:1.0.b2:compile

[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0:compile

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

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

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

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

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

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

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

[DEBUG]      org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

[DEBUG]          junit:junit:jar:4.11:test

[DEBUG]            org.hamcrest:hamcrest-core:jar:1.3:test

[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile

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

[DEBUG]    org.apache.maven:maven-archiver:jar:2.2:compile

[DEBUG]      org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:compile

[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.5.7:compile

[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.0-beta-2:compile

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

[DEBUG]      org.codehaus.plexus:plexus-interpolation:jar:1.6:compile

[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:1.8.1:compile

[DEBUG]    log4j:log4j:jar:1.2.17:runtime

[DEBUG]    commons-io:commons-io:jar:2.4:compile

[DEBUG]    commons-lang:commons-lang:jar:2.5:compile

[DEBUG]    com.vmware.o11n:o11n-util:jar:6.0.2:compile

[DEBUG]      org.bouncycastle:bcprov-jdk15on:jar:1.50:compile

[DEBUG]      org.bouncycastle:bcpkix-jdk15on:jar:1.50:compile

[DEBUG]      com.rubiconproject.oss:jchronic:jar:0.2.6:compile

[DEBUG]      net.sf.ehcache:ehcache-core:jar:2.6.2:compile

[DEBUG]      ognl:ognl:jar:2.6.9:compile

[DEBUG]      org.codehaus.woodstox:stax2-api:jar:3.0.1:compile

[DEBUG]          stax:stax-api:jar:1.0.1:compile

[DEBUG]      org.codehaus.woodstox:woodstox-core-asl:jar:4.0.5:compile

[DEBUG]      org.slf4j:slf4j-api:jar:1.6.6:compile

[DEBUG]      org.slf4j:slf4j-log4j12:jar:1.6.6:compile

[DEBUG]      commons-codec:commons-codec:jar:1.8:compile

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

[DEBUG]          commons-logging:commons-logging:jar:1.1.1:compile

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

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

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

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

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

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

[DEBUG]          org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile

[DEBUG]            aopalliance:aopalliance:jar:1.0:compile

[DEBUG]      antlr:antlr:jar:2.7.6:compile

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

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

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

[DEBUG]      org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1:compile

[DEBUG]    com.vmware.o11n:o11n-modelejb-client:jar:6.0.2:compile

[DEBUG]      com.vmware.o11n:o11n-scriptingmodel:jar:6.0.2:compile

[DEBUG]          org.mozilla:rhino:jar:1.7R4:compile

[DEBUG]          commons-collections:commons-collections:jar:3.2.1:compile

[DEBUG]      com.vmware.o11n:o11n-j2eeutil:jar:6.0.2:compile

[DEBUG]    com.vmware.o11n:o11n-sdkapi:jar:6.0.2:compile

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

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

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

[DEBUG] Created new class realm maven.api

[DEBUG] Importing foreign packages into class realm maven.api

[DEBUG]  Imported: org.apache.maven.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] Populating class realm maven.api

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

[DEBUG] Importing foreign packages into class realm extension>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2

[DEBUG]  Imported:  < maven.api

[DEBUG] Populating class realm extension>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2

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

[DEBUG]  Included: com.vmware.o11n.tool:o11ntool-internal:jar:6.0.2

[DEBUG]  Included: dom4j:dom4j:jar:1.6.1

[DEBUG]  Included: xml-apis:xml-apis:jar:1.0.b2

[DEBUG]  Included: org.apache.maven:maven-archiver:jar:2.2

[DEBUG]  Included: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7

[DEBUG]  Included: org.codehaus.plexus:plexus-utils:jar:1.5.7

[DEBUG]  Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-2

[DEBUG]  Included: org.codehaus.plexus:plexus-interpolation:jar:1.6

[DEBUG]  Included: org.codehaus.plexus:plexus-compiler-api:jar:1.8.1

[DEBUG]  Included: log4j:log4j:jar:1.2.17

[DEBUG]  Included: commons-io:commons-io:jar:2.4

[DEBUG]  Included: commons-lang:commons-lang:jar:2.5

[DEBUG]  Included: com.vmware.o11n:o11n-util:jar:6.0.2

[DEBUG]  Included: org.bouncycastle:bcprov-jdk15on:jar:1.50

[DEBUG]  Included: org.bouncycastle:bcpkix-jdk15on:jar:1.50

[DEBUG]  Included: com.rubiconproject.oss:jchronic:jar:0.2.6

[DEBUG]  Included: net.sf.ehcache:ehcache-core:jar:2.6.2

[DEBUG]  Included: ognl:ognl:jar:2.6.9

[DEBUG]  Included: org.codehaus.woodstox:stax2-api:jar:3.0.1

[DEBUG]  Included: stax:stax-api:jar:1.0.1

[DEBUG]  Included: org.codehaus.woodstox:woodstox-core-asl:jar:4.0.5

[DEBUG]  Included: org.slf4j:slf4j-api:jar:1.6.6

[DEBUG]  Included: org.slf4j:slf4j-log4j12:jar:1.6.6

[DEBUG]  Included: commons-codec:commons-codec:jar:1.8

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

[DEBUG]  Included: commons-logging:commons-logging:jar:1.1.1

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

[DEBUG]  Included: com.vmware.o11n:o11n-model:jar:6.0.2

[DEBUG]  Included: com.vmware.o11n:o11n-security:jar:6.0.2

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

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

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

[DEBUG]  Included: org.springframework.security:spring-security-core:jar:3.2.3.RELEASE

[DEBUG]  Included: aopalliance:aopalliance:jar:1.0

[DEBUG]  Included: antlr:antlr:jar:2.7.6

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

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

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

[DEBUG]  Included: org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1

[DEBUG]  Included: com.vmware.o11n:o11n-modelejb-client:jar:6.0.2

[DEBUG]  Included: com.vmware.o11n:o11n-scriptingmodel:jar:6.0.2

[DEBUG]  Included: org.mozilla:rhino:jar:1.7R4

[DEBUG]  Included: commons-collections:commons-collections:jar:3.2.1

[DEBUG]  Included: com.vmware.o11n:o11n-j2eeutil:jar:6.0.2

[DEBUG]  Included: com.vmware.o11n:o11n-sdkapi:jar:6.0.2

[DEBUG]  Included: org.hornetq:hornetq-jms-client:jar:2.2.5.Final

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

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

[DEBUG] Extension realms for project test: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 new class realm project>test:o11nplugin-test-package:1.0.0-SNAPSHOT

[DEBUG] Populating class realm project>test:o11nplugin-test-package:1.0.0-SNAPSHOT

[DEBUG] Looking up lifecyle mappings for packaging package from ClassRealm[project>test:o11nplugin-test-package:1.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]

[DEBUG] Extension realms for project test:test:pom:1.0.0-SNAPSHOT: (none)

[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]

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

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

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

[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-install-plugin/maven-metadata.xml, locally cached metadata up-to-date.

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

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

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

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

[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-deploy-plugin/maven-metadata.xml, locally cached metadata up-to-date.

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

[DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-compiler-plugin

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

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

[DEBUG] Skipped remote request for org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml, locally cached metadata up-to-date.

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

[DEBUG] Resolving plugin prefix o11n-package from [org.apache.maven.plugins, org.codehaus.mojo]

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

[DEBUG] === REACTOR BUILD PLAN ================================================

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

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

[DEBUG] Style:  Aggregating

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

[INFO]                                                                    

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

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

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

[DEBUG] Resolving plugin prefix o11n-package from [org.apache.maven.plugins, org.codehaus.mojo]

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

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] === PROJECT BUILD PLAN ================================================

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

[DEBUG] Dependencies (collect): []

[DEBUG] Dependencies (resolve): []

[DEBUG] Repositories (dependencies): [added-by-archetype (https://xxx.xx.com:8281/vco-repo, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]

[DEBUG] Repositories (plugins)    : [added-by-archetype (https://xxx.xx.com:8281/vco-repo, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]

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

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

[DEBUG] Style:        Regular

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

<configuration>

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

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

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

  <packageName>org.company.mypackage</packageName>

  <project>${project}</project>

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

  <serverUrl>${serverUrl}</serverUrl>

  <targetDirectory>${basedir}</targetDirectory>

</configuration>

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

[INFO]

[INFO] --- maven-o11n-package-plugin:6.0.2:import-package (default-cli) @ o11nplugin-test-package ---

[DEBUG] Dependency collection stats: {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:jar:6.0.2:compile

[DEBUG]      dom4j:dom4j:jar:1.6.1:compile

[DEBUG]          xml-apis:xml-apis:jar:1.0.b2:compile

[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0:compile

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

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

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

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

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

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

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

[DEBUG]      org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

[DEBUG]          junit:junit:jar:4.11:test

[DEBUG]            org.hamcrest:hamcrest-core:jar:1.3:test

[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile

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

[DEBUG]    org.apache.maven:maven-archiver:jar:2.2:compile

[DEBUG]      org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:compile

[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.5.7:compile

[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.0-beta-2:compile

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

[DEBUG]      org.codehaus.plexus:plexus-interpolation:jar:1.6:compile

[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:1.8.1:compile

[DEBUG]    log4j:log4j:jar:1.2.17:runtime

[DEBUG]    commons-io:commons-io:jar:2.4:compile

[DEBUG]    commons-lang:commons-lang:jar:2.5:compile

[DEBUG]    com.vmware.o11n:o11n-util:jar:6.0.2:compile

[DEBUG]      org.bouncycastle:bcprov-jdk15on:jar:1.50:compile

[DEBUG]      org.bouncycastle:bcpkix-jdk15on:jar:1.50:compile

[DEBUG]      com.rubiconproject.oss:jchronic:jar:0.2.6:compile

[DEBUG]      net.sf.ehcache:ehcache-core:jar:2.6.2:compile

[DEBUG]      ognl:ognl:jar:2.6.9:compile

[DEBUG]      org.codehaus.woodstox:stax2-api:jar:3.0.1:compile

[DEBUG]          stax:stax-api:jar:1.0.1:compile

[DEBUG]      org.codehaus.woodstox:woodstox-core-asl:jar:4.0.5:compile

[DEBUG]      org.slf4j:slf4j-api:jar:1.6.6:compile

[DEBUG]      org.slf4j:slf4j-log4j12:jar:1.6.6:compile

[DEBUG]      commons-codec:commons-codec:jar:1.8:compile

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

[DEBUG]          commons-logging:commons-logging:jar:1.1.1:compile

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

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

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

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

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

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

[DEBUG]          org.springframework.security:spring-security-core:jar:3.2.3.RELEASE:compile

[DEBUG]            aopalliance:aopalliance:jar:1.0:compile

[DEBUG]      antlr:antlr:jar:2.7.6:compile

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

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

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

[DEBUG]      org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1:compile

[DEBUG]    com.vmware.o11n:o11n-modelejb-client:jar:6.0.2:compile

[DEBUG]      com.vmware.o11n:o11n-scriptingmodel:jar:6.0.2:compile

[DEBUG]          org.mozilla:rhino:jar:1.7R4:compile

[DEBUG]          commons-collections:commons-collections:jar:3.2.1:compile

[DEBUG]      com.vmware.o11n:o11n-j2eeutil:jar:6.0.2:compile

[DEBUG]    com.vmware.o11n:o11n-sdkapi:jar:6.0.2:compile

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

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

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

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

[DEBUG] Importing foreign packages into class realm plugin>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2

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

[DEBUG] Populating class realm plugin>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2

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

[DEBUG]  Included: com.vmware.o11n.tool:o11ntool-internal:jar:6.0.2

[DEBUG]  Included: dom4j:dom4j:jar:1.6.1

[DEBUG]  Included: xml-apis:xml-apis:jar:1.0.b2

[DEBUG]  Included: org.apache.maven:maven-archiver:jar:2.2

[DEBUG]  Included: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7

[DEBUG]  Included: org.codehaus.plexus:plexus-utils:jar:1.5.7

[DEBUG]  Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-2

[DEBUG]  Included: org.codehaus.plexus:plexus-interpolation:jar:1.6

[DEBUG]  Included: org.codehaus.plexus:plexus-compiler-api:jar:1.8.1

[DEBUG]  Included: log4j:log4j:jar:1.2.17

[DEBUG]  Included: commons-io:commons-io:jar:2.4

[DEBUG]  Included: commons-lang:commons-lang:jar:2.5

[DEBUG]  Included: com.vmware.o11n:o11n-util:jar:6.0.2

[DEBUG]  Included: org.bouncycastle:bcprov-jdk15on:jar:1.50

[DEBUG]  Included: org.bouncycastle:bcpkix-jdk15on:jar:1.50

[DEBUG]  Included: com.rubiconproject.oss:jchronic:jar:0.2.6

[DEBUG]  Included: net.sf.ehcache:ehcache-core:jar:2.6.2

[DEBUG]  Included: ognl:ognl:jar:2.6.9

[DEBUG]  Included: org.codehaus.woodstox:stax2-api:jar:3.0.1

[DEBUG]  Included: stax:stax-api:jar:1.0.1

[DEBUG]  Included: org.codehaus.woodstox:woodstox-core-asl:jar:4.0.5

[DEBUG]  Included: org.slf4j:slf4j-api:jar:1.6.6

[DEBUG]  Included: org.slf4j:slf4j-log4j12:jar:1.6.6

[DEBUG]  Included: commons-codec:commons-codec:jar:1.8

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

[DEBUG]  Included: commons-logging:commons-logging:jar:1.1.1

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

[DEBUG]  Included: com.vmware.o11n:o11n-model:jar:6.0.2

[DEBUG]  Included: com.vmware.o11n:o11n-security:jar:6.0.2

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

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

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

[DEBUG]  Included: org.springframework.security:spring-security-core:jar:3.2.3.RELEASE

[DEBUG]  Included: aopalliance:aopalliance:jar:1.0

[DEBUG]  Included: antlr:antlr:jar:2.7.6

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

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

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

[DEBUG]  Included: org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1

[DEBUG]  Included: com.vmware.o11n:o11n-modelejb-client:jar:6.0.2

[DEBUG]  Included: com.vmware.o11n:o11n-scriptingmodel:jar:6.0.2

[DEBUG]  Included: org.mozilla:rhino:jar:1.7R4

[DEBUG]  Included: commons-collections:commons-collections:jar:3.2.1

[DEBUG]  Included: com.vmware.o11n:o11n-j2eeutil:jar:6.0.2

[DEBUG]  Included: com.vmware.o11n:o11n-sdkapi:jar:6.0.2

[DEBUG]  Included: org.hornetq:hornetq-jms-client:jar:2.2.5.Final

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

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

[DEBUG]  Excluded: org.apache.maven:maven-plugin-api:jar:2.0

[DEBUG]  Excluded: org.apache.maven:maven-project:jar:2.0.6

[DEBUG]  Excluded: org.apache.maven:maven-settings:jar:2.0.6

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

[DEBUG]  Excluded: org.apache.maven:maven-model:jar:2.0.6

[DEBUG]  Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6

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

[DEBUG]  Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6

[DEBUG]  Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

[DEBUG]  Excluded: junit:junit:jar:4.11

[DEBUG]  Excluded: org.hamcrest:hamcrest-core:jar:1.3

[DEBUG]  Excluded: classworlds:classworlds:jar:1.1-alpha-2

[DEBUG]  Excluded: org.apache.maven:maven-artifact:jar:2.0.6

[DEBUG]  Excluded: org.apache.maven:maven-monitor:jar:2.0.6

[DEBUG] Configuring mojo com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2:import-package from plugin realm ClassRealm[plugin>com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2, parent: sun.misc.Launcher$AppClassLoader@6d6f6e28]

[DEBUG] Configuring mojo 'com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2:import-package' with basic configurator -->

[DEBUG]  (f) allPackages = false

[DEBUG]  (f) exportHistory = true

[DEBUG]  (f) ignoreServerCertificate = true

[DEBUG]  (f) packageName = 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

[DEBUG]  (f) serverUrl = vcoadmin:vcoadmin@xxx.xx.com:8281

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

[DEBUG] -- end configuration --

o11nplugin-test-package

true

[DEBUG] Start connection to VMO server : 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 the log4j system properly.

log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

[DEBUG] Convertor Re registration of type : Array

[DEBUG] Session created

[DEBUG] Connected !

[DEBUG] Connection to VMO server : success !

org.company.mypackage

[DEBUG] Disconnect from server

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

[INFO] BUILD FAILURE

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

[INFO] Total time: 1.212 s

[INFO] Finished at: 2015-06-23T15:40:35-04:00

[INFO] Final Memory: 13M/306M

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

[ERROR] Failed to execute goal com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2:import-package (default-cli) on project o11nplugin-test-package: Unable to import package [org.company.mypackage], from server '[vcoadmin:vcoadmin@xxx.xx.com:8281]': Could not access HTTP invoker remote service at [https://xxx.xx.com:8281/vco/webremoting/vcofactory.service]; nested exception is org.apache.http.NoHttpResponseException: Did not receive successful HTTP response: status code = 500, status message = [Internal Server Error] -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.vmware.o11n.mojo.pkg:maven-o11n-package-plugin:6.0.2:import-package (default-cli) on project o11nplugin-test-package: Unable to import package [org.company.mypackage], from server '[vcoadmin:vcoadmin@xxx.xx.com: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: Unable to import package [org.company.mypackage], from server '[vcoadmin:vcoadmin@xxx.xx.com: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 invoker remote service at [https://xxx.xx.com:8281/vco/webremoting/vcofactory.service]; nested exception is org.apache.http.NoHttpResponseException: Did not receive successful HTTP response: status code = 500, 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)

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

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

  ... 22 more

Caused by: org.apache.http.NoHttpResponseException: Did not receive successful HTTP response: status code = 500, 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 the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecution

1 Solution

Accepted Solutions
tperrySov
Enthusiast
Enthusiast
Jump to solution

I was on the same track here, and after exploding the war vco.war file, adding in the slf4j-simple-1.6.6.jar into the WEB-INF/lib directory, and re-jaring it, and restarting the tomcat server, things are working.  This looks like a BUG from the vco 6.0.2 build, where they forgot to add in the slf4j-simple-1.6.6.jar file.

Thanks,

Tim

View solution in original post

5 Replies
Burke-
VMware Employee
VMware Employee
Jump to solution

When posting question regarding the maven plugin and doing java related tasks for Orchestrator, please post in this SDK group instead of the main Orchestrator Group. That other group is for workflow development, not plug-in/SDK work like this post and your last one.

This group should have people better suited to answer your requests Smiley Happy

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you!

Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator
for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter
0 Kudos
iiliev
VMware Employee
VMware Employee
Jump to solution

The class org.slf4j.impl.SimpleLogger is part of slf4j-simple-<version>.jar

On the your vCO appliance, check if the file exists at /usr/lib/vco/app-server/deploy/vco/WEB-INF/lib/slf4j-simple-1.6.6.jar. If the file is not there, this would explain the ClassNotFoundException error you are getting.

You can download the jar file from eg. Maven Central or copy it from /usr/lib/vco/configuration/lib/o11n/slf4j-simple-1.6.6.jar. Then make sure that the newly copied file has the same access rights/ownership as the other jar files in the same directory, and restart the vCO service.

tperrySov
Enthusiast
Enthusiast
Jump to solution

Thanks for the direction, this is one of those that i was not sure where it went since it is part VCO / part SDK. 

Thanks

Tim

tperrySov
Enthusiast
Enthusiast
Jump to solution

I was on the same track here, and after exploding the war vco.war file, adding in the slf4j-simple-1.6.6.jar into the WEB-INF/lib directory, and re-jaring it, and restarting the tomcat server, things are working.  This looks like a BUG from the vco 6.0.2 build, where they forgot to add in the slf4j-simple-1.6.6.jar file.

Thanks,

Tim

rszymczak
Hot Shot
Hot Shot
Jump to solution

Hi Tim,

so after you got that Bug fixed in vRO 6.x did the Maven goal execute as it should (e.g. did it sync your package sources with the one on the vRO server?).

I'm on 7.x and in my case it won't sync, see o11n-package:import-package won't sync workflows?

Thanks

Robert

0 Kudos