Skip to content

Instantly share code, notes, and snippets.

View manstis's full-sized avatar

Michael Anstis manstis

  • Red Hat
  • England
View GitHub Profile
{
"id": "ansible-job",
"version": "1.0",
"specVersion": "0.8",
"name": "Ansible Job",
"description": "Launch an Ansible Job within Ansible Automation Platform",
"start": "Generating the Ansible Job component",
"functions": [
{
"name": "runActionTemplateFetch",
{
"id": "ansible-job",
"version": "1.0",
"specVersion": "0.8",
"name": "Ansible Job",
"description": "Launch an Ansible Job within Ansible Automation Platform",
"start": "Generating the Ansible Job component",
"functions": [
{
"name": "runActionTemplateFetch",
interface CharacteristicsTableProps {
characteristics: Characteristic[];
onRowClick: (index: number) => void;
onRowDelete: (index: number) => void;
onAddCharacteristic: () => void;
}
const columns: ICell[] = [
{ title: "Name" },
{ title: "Attributes" },
export const CharacteristicsTable = (props: CharacteristicsTableProps) => {
const { characteristics, onRowClick, onRowDelete, onAddCharacteristic } = props;
interface DeleteCharacteristicProps {
index: number;
}
const DeleteCharacteristic = useCallback(
(_props: DeleteCharacteristicProps) => {
return (
{
"PMML": {
"_attributes": {
"xmlns": "http://www.dmg.org/PMML-4_4",
"xmlns:cheese": "http://cheese.org",
"version": "4.4"
},
"Header": {
"_attributes": {
"copyright": "DMG.org"
{
"elements": [
{
"type": "element",
"name": "PMML",
"attributes": {
"xmlns": "http://www.dmg.org/PMML-4_4",
"xmlns:cheese": "http://cheese.org",
"version": "4.4"
},
16:19:09,090 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service jboss.deployment.unit."business-central-7.38.0-SNAPSHOT-wildfly14.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."business-central-7.38.0-SNAPSHOT-wildfly14.war".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of deployment "business-central-7.38.0-SNAPSHOT-wildfly14.war"
at org.jboss.as.server@6.0.2.Final//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:151)
at org.jboss.msc@1.4.3.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1736)
at org.jboss.msc@1.4.3.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1698)
at org.jboss.msc@1.4.3.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1556)
at org.jboss.threads@2.3.2.Final//org.jboss.threads.ContextClassLoaderSavingR
[ERROR] Failed to execute goal on project kie-wb-common-dmn-webapp-standalone: Could not resolve dependencies for project org.kie.workbench:kie-wb-common-dmn-webapp-standalone:war:7.29.0-SNAPSHOT: Failure to find org.kie.workbench:kie-wb-common-dmn-webapp-common:jar:7.29.0-SNAPSHOT in http://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8081/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of mirror-central has elapsed or updates are forced -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project kie-wb-common-dmn-webapp-standalone: Could not resolve dependencies for project org.kie.workbench:kie-wb-common-dmn-webapp-standalone:war:7.29.0-SNAPSHOT: Failure to find org.kie.workbench:kie-wb-common-dmn-webapp-common:jar:7.29.0-SNAPSHOT in http://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8081/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the
Imported model
==============
..
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_B58F1BE4-BEE0-4897-A359-992A0A01AC14" name="a" expressionLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9">
- namespace != null
- name != null
..
name
<?xml version="1.0" ?>
[ERROR] "failure-description" : {"WFLYCTL0080: Failed services" : {"jboss.deployment.unit.\"ROOT.war\".WeldStartService" : "Failed to start service\n Caused by: org.jboss.weld.exceptions.DefinitionException: Exception List with 1 exceptions:\nException 0 :\njavax.enterprise.event.ObserverException\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\n\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\n\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\n\tat java.lang.Class.newInstance(Class.java:442)\n\tat org.jboss.weld.security.NewInstanceAction.run(NewInstanceAction.java:33)\n\tat java.security.AccessController.doPrivileged(Native Method)\n\tat org.jboss.weld.injection.Exceptions.rethrowException(Exceptions.java:40)\n\tat org.jboss.weld.injection.Exceptions.rethrowException(Exceptions.java:78)\n\tat org.jbos