Skip to content

Instantly share code, notes, and snippets.

View DuncanDoyle's full-sized avatar

Duncan Doyle DuncanDoyle

View GitHub Profile
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: optaplanner-workshop-cluster-operator
rules:
- apiGroups:
- ""
resources:
- pods
--------------------------- Ansible Task StdOut -------------------------------
TASK [Gathering Facts] *********************************************************
-------------------------------------------------------------------------------
{"level":"error","ts":1582286295.3498068,"logger":"runner","msg":"\u001b[0;34mansible-playbook 2.9.5\u001b[0m\r\n\u001b[0;34m config file = /etc/ansible/ansible.cfg\u001b[0m\r\n\u001b[0;34m configured module search path = ['/usr/share/ansible/openshift']\u001b[0m\r\n\u001b[0;34m ansible python module location = /usr/local/lib/python3.6/site-packages/ansible\u001b[0m\r\n\u001b[0;34m executable location = /usr/local/bin/ansible-playbook\u001b[0m\r\n\u001b[0;34m python version = 3.6.8 (default, Oct 11 2019, 15:04:54) [GCC 8.3.1 20190507 (Red Hat 8.3.1-4)]\u001b[0m\r\n\u001b[0;34m\u001b[0m\u001b[0;34mUsing /etc/ansible/ansible.cfg as config file\u001b[0m\r\n\u001b[0;34m\u001b[0m\u001b[0;34mstatically imported: /opt/ansible/roles/siamaksade.openshift_workshopper/tasks/de
This file has been truncated, but you can view the full file.
MacBook-Pro:bin ddoyle$ oc logs -f rhpam-authoring-rhpamcentr-5-dfc2v
WARN Configuration of an embedded messaging broker within the appserver is enabled but is not recommended. Support for such a configuration will be removed in a future release.
INFO If you are not configuring messaging destinations, to disable configuring an embedded messaging broker set the DISABLE_EMBEDDED_JMS_BROKER environment variable to true.
WARN No password defined for JGroups cluster. AUTH protocol will be disabled. Please define JGROUPS_CLUSTER_PASSWORD.
INFO Configuring JGroups discovery protocol to openshift.DNS_PING
INFO Configuring JGroups cluster traffic encryption protocol to SYM_ENCRYPT.
WARN Detected missing JGroups encryption configuration, the communication within the cluster WILL NOT be encrypted.
Using PicketBox SSL configuration.
WARN Missing SSO_URL. Unable to properly configure SSO-enabled applications
INFO Access log is disabled, ignoring configuration.
apiVersion: app.kiegroup.org/v2
kind: KieApp
metadata:
annotations:
app.kiegroup.org: 1.3.0
creationTimestamp: '2020-02-19T17:00:07Z'
generation: 41
name: rhpam-authoring
namespace: rhpam-codie
resourceVersion: '257033'
This file has been truncated, but you can view the full file.
MacBook-Pro:rhpam7-order-management-dmn-demo ddoyle$ oc logs -f rhpam-authoring-rhpamcentr-4-pzsvd
WARN Configuration of an embedded messaging broker within the appserver is enabled but is not recommended. Support for such a configuration will be removed in a future release.
INFO If you are not configuring messaging destinations, to disable configuring an embedded messaging broker set the DISABLE_EMBEDDED_JMS_BROKER environment variable to true.
WARN No password defined for JGroups cluster. AUTH protocol will be disabled. Please define JGROUPS_CLUSTER_PASSWORD.
INFO Configuring JGroups discovery protocol to openshift.DNS_PING
INFO Configuring JGroups cluster traffic encryption protocol to SYM_ENCRYPT.
WARN Detected missing JGroups encryption configuration, the communication within the cluster WILL NOT be encrypted.
Using PicketBox SSL configuration.
WARN Missing SSO_URL. Unable to properly configure SSO-enabled applications
INFO Access log is disabled, ignoring configuration.
This file has been truncated, but you can view the full file.
09:05:46,563 INFO [org.kie.workbench.common.screens.impl.LibraryServiceImpl] (default task-26) Asset lookup result: project [git://CODiE/rhpam7-order-management-demo-repo] is not indexed.
09:05:48,076 INFO [org.uberfire.ext.metadata.io.BatchIndex] (Thread-272) Starting indexing of CODiE/rhpam7-order-management-demo-repo/v7.0 ...
09:05:48,077 INFO [org.uberfire.ext.metadata.io.IndexerDispatcher] (Thread-272) Preparing 23 indexers to analyze indexing jobs for cluster [KClusterImpl [clusterId=CODiE/rhpam7-order-management-demo-repo/v7.0]].
09:05:48,078 INFO [org.uberfire.ext.metadata.io.IndexerDispatcher] (Thread-277) Completed indexing 0 events for indexer [id=org.jbpm.designer.server.indexing.BPMN2FileIndexer] in cluster [KClusterImpl [clusterId=CODiE/rhpam7-order-management-demo-repo/v7.0]].
09:05:48,078 INFO [org.uberfire.ext.metadata.io.IndexerDispatcher] (Thread-278) Completed indexing 0 events for indexer [id=org.drools.workbench.screens.guided.scorecard.backend.server.indexing.GuidedScoreCardFileInd
WARN Configuration of an embedded messaging broker within the appserver is enabled but is not recommended. Support for such a configuration will be removed in a future release.
INFO If you are not configuring messaging destinations, to disable configuring an embedded messaging broker set the DISABLE_EMBEDDED_JMS_BROKER environment variable to true.
WARN No password defined for JGroups cluster. AUTH protocol will be disabled. Please define JGROUPS_CLUSTER_PASSWORD.
INFO Configuring JGroups discovery protocol to openshift.DNS_PING
INFO Configuring JGroups cluster traffic encryption protocol to SYM_ENCRYPT.
WARN Detected missing JGroups encryption configuration, the communication within the cluster WILL NOT be encrypted.
Using PicketBox SSL configuration.
WARN Missing SSO_URL. Unable to properly configure SSO-enabled applications
INFO Access log is disabled, ignoring configuration.
INFO AUTH_LDAP_URL not set. Skipping LDAP integration...
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: optaplanner-workshop-cluster-operator
rules:
- apiGroups: ["*"]
resources: ["*"]
verbs: ["*"]
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: optaplanner-workshop-cluster-operator
rules:
- apiGroups:
- ""
resources:
- pods
java.lang.NullPointerException
at org.kie.kogito.process.impl.ConfiguredProcessServices.<init>(ConfiguredProcessServices.java:26)
at org.kie.kogito.process.impl.AbstractProcess.<init>(AbstractProcess.java:50)
at org.acme.Getting_startedProcess.<init>(Getting_startedProcess.java:21)
at org.acme.Getting_startedProcess_Bean.create(Getting_startedProcess_Bean.zig:83)
at org.acme.Getting_startedProcess_Bean.create(Getting_startedProcess_Bean.zig:35)
at io.quarkus.arc.impl.AbstractSharedContext.createInstanceHandle(AbstractSharedContext.java:80)
at io.quarkus.arc.impl.ComputingCache$CacheFunction.lambda$apply$0(ComputingCache.java:99)
at io.quarkus.arc.impl.LazyValue.get(LazyValue.java:26)
at io.quarkus.arc.impl.ComputingCache.getValue(ComputingCache.java:41)