Skip to content

Instantly share code, notes, and snippets.

View dipak-pawar's full-sized avatar

Dipak Pawar dipak-pawar

  • Red Hat
  • Banglore
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<report>
<reportConfiguration>
<imageHeight>100</imageHeight>
<imageWidth>100</imageWidth>
</reportConfiguration>
<extension qualifier="governor-jira">
<configuration>
<entry>
<key>server</key>
[
{
"Id": "70efa2e632c5600b4063d2e7a364376fffa847cab9e7a12221095e7f805f856a",
"Created": "2016-10-06T10:59:28.027295043Z",
"Path": "./node_modules/coffee-script/bin/coffee",
"Args": [
"app.coffee"
],
"State": {
"Status": "running",
{
"apiVersion" : "v1",
"kind" : "ReplicationController",
"metadata" : {
"name" : "hello-world-controller"
},
"spec" : {
"replicas" : 1,
"selector" : {
"app" : "hello-world"
{
"apiVersion" : "v1",
"kind" : "Service",
"metadata" : {
"name" : "hello-world-service"
},
"spec" : {
"ports" : [ {
"port" : 80,
"protocol" : "TCP",
@Override
public Archive<?> createAuxiliaryArchive() {
JavaArchive javaArchive = ShrinkWrap.create(JavaArchive.class, "arquillian-cube.jar")
.addPackage(CubeController.class.getPackage())
.addPackages(true, CubeRemoteExtension.class.getPackage())
.addClass(CubeControllerProvider.class)
.addAsServiceProvider(RemoteLoadableExtension.class, CubeRemoteExtension.class);
if (LoadableExtension.Validate.classExists("org.arquillian.cube.requirement.ArquillianConditionalRunner")) {
javaArchive.addPackage(ArquillianConditionalRunner.class.getPackage());
Built-By: dipak
Class-Path: lib/shrinkwrap-resolver-api-3.0.0-alpha-2.jar lib/shrinkwr
ap-resolver-spi-3.0.0-alpha-2.jar lib/shrinkwrap-resolver-spi-maven-3
.0.0-alpha-2.jar lib/shrinkwrap-resolver-api-maven-archive-3.0.0-alph
a-2.jar lib/shrinkwrap-api-1.2.3.jar lib/shrinkwrap-resolver-impl-mav
en-3.0.0-alpha-2.jar lib/aether-api-1.0.2.v20150114.jar lib/aether-im
pl-1.0.2.v20150114.jar lib/aether-spi-1.0.2.v20150114.jar lib/aether-
util-1.0.2.v20150114.jar lib/aether-connector-basic-1.0.2.v20150114.j
ar lib/aether-transport-wagon-1.0.2.v20150114.jar lib/maven-aether-pr
ovider-3.3.9.jar lib/plexus-component-annotations-1.6.jar lib/maven-m
org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [interface org.jboss.forge.addon.projects.facets.ResourcesFacet] is installed.
at org.jboss.forge.addon.facets.AbstractFaceted.getFacet(AbstractFaceted.java:57)
at test.integration.cube.CubeSetupCommandTest.should_setup_arquillian_cube_for_docker(CubeSetupCommandTest.java:27)
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:498)
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
{
"apiVersion" : "v1",
"kind" : "List",
"items" : [ {
"apiVersion" : "v1",
"kind" : "Service",
"metadata" : {
"name" : "hello-world-service"
},
"spec" : {
In project openshift on server https://192.168.42.98:8443
svc/hello-world-service - 172.30.142.231:80
rc/hello-world-controller runs tutum/hello-world
rc/hello-world-controller created 15 minutes ago - 1 pod
http://nodejs-example-openshift.192.168.42.98.xip.io (svc/nodejs-example)
dc/nodejs-example deploys istag/nodejs-example:latest <-
bc/nodejs-example source builds https://github.com/openshift/nodejs-ex.git on istag/nodejs:0.10
not built yet
java.lang.NoClassDefFoundError: org/jboss/arquillian/test/impl/context/SuiteContextImpl
at org.jboss.arquillian.test.test.AbstractTestTestBase.addContexts(AbstractTestTestBase.java:44)
at org.jboss.arquillian.core.test.AbstractManagerTestBase.create(AbstractManagerTestBase.java:59)
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:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)