Skip to content

Instantly share code, notes, and snippets.

@johnpoth
johnpoth / logs.txt
Created October 13, 2020 07:31
manager logs
{"level":"info","ts":"2020-10-13T07:21:39.753Z","logger":"webhook.github.com-vmware-labs-service-bindings-pkg-reconciler-servicebinding.Reconciler","caller":"controller/controller.go:513","msg":"Reconcile failed. Time taken: 13.562311ms","knative.dev/traceid":"a54c90ea-f655-49f4-b548-c87fbc8ad1a4","knative.dev/key":"service-binding/custom"}
{"level":"warn","ts":"2020-10-13T07:21:39.753Z","logger":"webhook.github.com-vmware-labs-service-bindings-pkg-reconciler-servicebinding.Reconciler","caller":"reconciler/reconcile_common.go:76","msg":"A reconciler observed a new generation without updating the resource status","knative.dev/traceid":"a5cd2e6c-de89-4a6f-bf0d-b0320c5aac2b","knative.dev/key":"service-binding/custom"}
{"level":"info","ts":"2020-10-13T07:21:39.753Z","logger":"webhook.github.com-vmware-labs-service-bindings-pkg-reconciler-servicebinding.Reconciler","caller":"servicebinding/reconciler.go:277","msg":"Returned an event","knative.dev/traceid":"a5cd2e6c-de89-4a6f-bf0d-b0320c5aac2b","knative.dev/key":"s
String route_uri = "twitter-streaming://filter?type=event&twitterStream=#twitterStream&keywords=#cameltest";
from(route_uri)
.transform(body().convertToString())
.to("direct:result");
<rule id="xml-removed-components-00004">
<when>
<filecontent pattern="from(&quot;twitter-streaming:{*}" filename="{*}.java"/>
</when>
<perform>
<hint title="`twitter-streaming` component has been removed" effort="7" category-id="mandatory" >
<message>`twitter-streaming` component has been deprecated in Apache Camel 2 and removed in Apache Camel 3 because it relied on the deprecated Twitter Streaming API and is no longer functional.</message>
<link href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_removed_components" title="Camel 3 - Migration Guide: Removed components" />
</hint>
</perform>
<rule id="java-generic-information-00032">
<when>
<javaclass references="org.apache.camel.CamelContext.{get|set}Propert{y|ies}({*})" >
<location>METHOD_CALL</location>
</javaclass>
</when>
<perform>
<hint title="`org.apache.camel.CamelContext` property methods have been removed." effort="1"
category-id="mandatory">
<message>The `getProperties` and `setProperty` methods have been removed from `org.apache.camel.CamelContext`. Please use `getGlobalOptions` and `setGlobalOptions` instead</message>
<rule id="xml-removed-components-00000-test">
<when>
<not>
<iterable-filter size="1">
<hint-exists message="`org.apache.camel:camel-linkedin` artifact has been removed in Apache Camel 3 so it won't be available"/>
</iterable-filter>
</not>
</when>
<perform>
<fail message="[xml-removed-components] 'camel-linkedin' dependency removed hint was not found!" />
<rule id="xml-removed-components-00000">
<when>
<project>
<artifact groupId="org.apache.camel" artifactId="camel-linkedin" />
</project>
</when>
<perform>
<hint title="`org.apache.camel:camel-linkedin` artifact has been removed" effort="7" category-id="mandatory" >
<message>`org.apache.camel:camel-linkedin` artifact has been removed in Apache Camel 3 so it won't be available</message>
<link href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_removed_components" title="Camel 3 - Migration Guide: Removed components" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Application List</title>
<style>/*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
@johnpoth
johnpoth / gist:13c2995657fcd7f511ed4b790d706603
Created February 14, 2020 11:14
journalctl -b 0 -u NetworkManager
-- Logs begin at Thu 2020-02-13 14:52:29 CET, end at Fri 2020-02-14 12:13:39 CET. --
Feb 13 14:52:35 localhost.localdomain systemd[1]: Starting Network Manager...
Feb 13 14:52:35 localhost.localdomain NetworkManager[2442]: <info> [1581601955.6460] NetworkManager (version 1.18.0-5.el7_7.2) is starting... (for the first time)
Feb 13 14:52:35 localhost.localdomain NetworkManager[2442]: <info> [1581601955.6464] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-slaves-order.conf) (etc: crc-libvirt-dnsmasq.conf, crc-nm-dnsmasq.conf)
Feb 13 14:52:35 localhost.localdomain NetworkManager[2442]: <info> [1581601955.6611] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Feb 13 14:52:35 localhost.localdomain systemd[1]: Started Network Manager.
Feb 13 14:52:35 localhost.localdomain NetworkManager[2442]: <info> [1581601955.6624] manager[0x5570865b50c0]: monitoring kernel firmware directory '/lib/firmware'.
Feb 13 14:52:35 localhost.localdomain NetworkManager[2442]: <info> [1581601955.66
[jpoth@localhost ~]$crc start --log-level debug
DEBU No new version available. The latest version is 1.5.0
INFO Checking if oc binary is cached
DEBU oc binary already cached
INFO Checking if running as non-root
INFO Checking if Virtualization is enabled
DEBU Checking if the vmx/svm flags are present in /proc/cpuinfo
DEBU CPU virtualization flags are good
INFO Checking if KVM is enabled
DEBU Checking if /dev/kvm exists
[jpoth@localhost ~]$crc setup --log-level debug
INFO Checking if oc binary is cached
DEBU oc binary is not cached
INFO Caching oc binary
DEBU Trying to extract oc from crc binary
DEBU Extracting embedded 'oc.tar.gz' from /home/jpoth/dev/crc-linux-1.5.0-amd64/crc to /tmp/crc322220746/oc.tar.gz
DEBU Uncompressing /tmp/crc322220746/oc.tar.gz to /tmp/crc322220746
DEBU Copying '/tmp/crc322220746/oc' to '/home/jpoth/.crc/bin/oc'
DEBU oc binary cached
INFO Checking if CRC bundle is cached in '$HOME/.crc'