Skip to content

Instantly share code, notes, and snippets.

View gashcrumb's full-sized avatar

Stan Lewis gashcrumb

View GitHub Profile
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 "[email protected]"
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]
{"errorCode":500,"userMsg":"Please contact the administrator and file a bug report","developerMsg":"Internal Server Exception. There already exists a extension with name Telegram"}
2018-03-08 14:56:56.510 INFO [-,,,] 1 --- [Logs Controller] i.s.s.l.j.c.ActivityTrackingController : Purging old controller
2018-03-08 14:56:58.948 INFO [-,,,] 1 --- [ XNIO-2 task-1] io.undertow.servlet : Initializing Spring FrameworkServlet 'dispatcherServlet'
2018-03-08 14:56:58.948 INFO [-,,,] 1 --- [ XNIO-2 task-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2018-03-08 14:56:58.987 INFO [-,,,] 1 --- [ XNIO-2 task-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 38 ms
2018-03-08 14:58:52.563 INFO [-,,,] 1 --- [tion Controller] i.s.s.c.i.IntegrationController : Integration i-L75-fPTuaR3X5u5ST9Kz:1 : Desired status "Published" != current status "Pending" --> calling status change handler
2018-03-08 14:58:52.565 INFO [-,,,] 1 --- [tion Controller] i.s.s.c.i.IntegrationController : Integration i-L75-fPTuaR3X5u5ST9Kz : Start processing integ
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.456 s
[INFO] Finished at: 2018-03-07T15:54:15+00:00
[INFO] Final Memory: 32M/108M
[INFO] ------------------------------------------------------------------------
Copying Maven artifacts from /tmp/src/target to /deployments ...
Running: cp *.jar /deployments
Checking for SpringBoot archive...
{
"componentScheme": "sql-stored",
"connectorCustomizers": [
"io.syndesis.connector.sql.customizer.SqlStoredConnectorCustomizer"
],
"inputDataShape": {
"kind": "json-schema"
},
"outputDataShape": {
"kind": "json-schema"
var elem = parseResponse(resData, operation, route, fetchUrl, response, subject);
if (elem) {
var data;
if (true === config.plainByDefault) {
return resolvePromise(subject, response, elem, filledObject);
}
if (operation === 'post' && !__this[config.restangularFields.restangularCollection]) {
data = restangularizeElem(__this[config.restangularFields.parentResource], elem, route, true, null, fullParams);
resolvePromise(subject, response, data, filledObject);
}
ERROR Error: Uncaught (in promise): TypeError: Object prototype may only be an Object or null: undefined
TypeError: Object prototype may only be an Object or null: undefined
at setPrototypeOf (<anonymous>)
at __extends (flow-page-provider.service.ts:7)
at eval (flow-page-provider.service.ts:10)
at eval (flow-page-provider.service.ts:153)
at Object.../../../../../src/app/integration/edit-page/providers/flow-page-provider.service.ts (integration.module.chunk.js:309)
at __webpack_require__ (inline.bundle.js:55)
at eval (index.ts:2)
at Object.../../../../../src/app/integration/edit-page/providers/index.ts (integration.module.chunk.js:317)
2018-02-01 19:59:45.812 ERROR [-,955cabd0124ff802,955cabd0124ff802,false] 1 --- [ XNIO-3 task-4] i.s.r.v.h.e.ReaderExceptionMapper : javax.ws.rs.NotSupportedException: RESTEASY003200: Could not find message body reader for type: interface javax.ws.rs.core.UriInfo of content type: */*
org.jboss.resteasy.spi.ReaderException: javax.ws.rs.NotSupportedException: RESTEASY003200: Could not find message body reader for type: interface javax.ws.rs.core.UriInfo of content type: */*
at org.jboss.resteasy.core.MessageBodyParameterInjector.inject(MessageBodyParameterInjector.java:180) ~[resteasy-jaxrs-3.1.4.Final.jar!/:3.1.4.Final]
at org.jboss.resteasy.core.MethodInjectorImpl.injectArguments(MethodInjectorImpl.java:92) ~[resteasy-jaxrs-3.1.4.Final.jar!/:3.1.4.Final]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:115) ~[resteasy-jaxrs-3.1.4.Final.jar!/:3.1.4.Final]
at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:294) ~[resteasy-jaxrs-3.1