Skip to content

Instantly share code, notes, and snippets.

View gashcrumb's full-sized avatar

Stan Lewis gashcrumb

View GitHub Profile
gashcrumb@plucky (master)
~/Source/syndesis/app/ui
] ../../tools/bin/syndesis minishift -p syndesis --local --dev --install
Switched to context "minishift".
=============== WARNING -- Going to delete project syndesis
NAME READY STATUS RESTARTS AGE
pod/syndesis-operator-1-ttr2s 1/1 Running 0 3m
NAME DESIRED CURRENT READY AGE
replicationcontroller/syndesis-operator-1 1 1 1 3m
gashcrumb@plucky (master)
~/Source/syndesis/app/ui
] ../../tools/bin/syndesis minishift --full-reset
Removed cache content at: '/home/gashcrumb/.minishift/cache'
Add-on 'admin-user' enabled
Starting minishift ....
-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.10.0' is valid ... OK
{
"componentScheme": "salesforce",
"connectorCustomizers": [
"io.syndesis.connector.salesforce.customizer.ForUpdateCustomizer",
"io.syndesis.connector.salesforce.customizer.DataShapeCustomizer"
],
"inputDataShape": {
"kind": "any"
},
"outputDataShape": {
ERROR] Failed to execute goal on project connector-servicenow: Could not resolve dependencies for project io.syndesis.connector:connector-servicenow:jar:1.6-SNAPSHOT: Failed to collect dependencies at org.apache.camel:camel-servicenow:jar:2.21.0.fuse-730029 -> org.apache.cxf:cxf-core:jar:3.2.7.fuse-730009: Failed to read artifact descriptor fororg.apache.cxf:cxf-core:jar:3.2.7.fuse-730009: Could not transfer artifact org.apache.cxf:cxf-core:pom:3.2.7.fuse-730009 from/to jb-fuse-7-brew (http://download.eng.bos.redhat.com/brewroot/repos/jb-fuse-7-maven-build/latest/maven):download.eng.bos.redhat.com: Name or service not known: Unknown host download.eng.bos.redhat.com: Name or service not known -> [Help 1]
] oc logs docker-registry-1-deploy
error: couldn't get deployment docker-registry-1: replicationcontrollers "docker-registry-1" is forbidden: User "system:serviceaccount:default:deployer" cannot get replicationcontrollers in the namespace "default": User "system:serviceaccount:default:deployer" cannot get replicationcontrollers in project "default"
{
"commment":"This config should for testing against a minishift using the syndesis-dev application templates.",
"apiBase": "https://syndesis.10.0.0.136.nip.io",
"apiEndpoint": "/api/v1",
"mapperEndpoint": "/mapper/v1",
"metricsPollingInterval": 5000,
"consoleUrl": "https://10.0.0.136:8443/console",
"project": "syndesis",
"branding": {
"logoWhiteBg": "assets/images/syndesis-logo-svg-white.svg",
ERROR in : Unexpected value 'NotificationModule in /mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index.d.ts' imported by the module 'VendorModule in /mnt/d/Users/gashcrumb/Source/syndesis/app/ui/src/app/vendor/vendor.module.ts'. Please add a @NgModule annotation.
src/app/vendor/vendor.module.ts(17,3): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/app.module.ts(7,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/app.component.spec.ts(6,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member 'NotificationModule'.
src/app/connections/list/list.component.spec.ts(9,10): error TS2305: Module '"/mnt/d/Users/gashcrumb/Source/syndesis/app/ui/node_modules/patternfly-ng/index"' has no exported member
yarn why v1.7.0
[1/4] Why do we have the module "ngx-bootstrap"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "ngx-bootstrap@3.0.1"
info Has been hoisted to "ngx-bootstrap"
info This module exists because it's specified in "dependencies".
info Disk size without dependencies: "8.18MB"
info Disk size with unique dependencies: "8.18MB"
2018-04-16 15:40:48.068 ERROR [-,,,] 1 --- [tion Controller] i.s.s.c.integration.online.BaseHandler : Integration [db2db]: [ERROR] Activation failure
java.lang.IllegalArgumentException: Unable to decrypt key:password
at io.syndesis.integration.project.generator.ProjectGeneratorHelper.mandatoryDecrypt(ProjectGeneratorHelper.java:133) ~[integration-project-generator-1.3-SNAPSHOT.jar!/:1.3-SNAPSHOT]
at io.syndesis.integration.project.generator.ProjectGenerator.addDecryptedKeyProperty(ProjectGenerator.java:223) ~[integration-project-generator-1.3-SNAPSHOT.jar!/:1.3-SNAPSHOT]
at io.syndesis.integration.project.generator.ProjectGenerator.generateApplicationProperties(ProjectGenerator.java:151) ~[integration-project-generator-1.3-SNAPSHOT.jar!/:1.3-SNAPSHOT]
at io.syndesis.server.controller.integration.online.PublishHandler.createDeploymentData(PublishHandler.java:130) ~[server-controller-1.3-SNAPSHOT.jar!/:1.3-SNAPSHOT]
at io.syndesis.server.controller.integration.online.PublishHandler.execute(PublishHandle
[ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:3.5.38:build (build) on project server-runtime: Failed to execute the build: Unable to build the image using the OpenShift build service: Failure executing: POST at: https://192.168.1.127:8443/apis/build.openshift.io/v1/namespaces/syndesis/buildconfigs/syndesis-server-s2i/instantiatebinary?commit=. Message: build syndesis-server-s2i-2 failed: : . Received status: Status(apiVersion=v1, code=400, details=null, kind=Status, message=build syndesis-server-s2i-2 failed: : , metadata=ListMeta(resourceVersion=null, selfLink=null, additionalProperties={}), reason=BadRequest, status=Failure, additionalProperties={}). -> [Help 1]