[JBoss JIRA] (SWSQE-401) Kiali Client Needs To Support SSL
by Guilherme Baufaker Rêgo (JIRA)
[ https://issues.jboss.org/browse/SWSQE-401?page=com.atlassian.jira.plugin.... ]
Guilherme Baufaker Rêgo commented on SWSQE-401:
-----------------------------------------------
FIxed with Existing code
{code:python}
import ssl
context = ssl._create_unverified_context()
client = KialiClient(host='kiali-istio-system.openshift.jonqe.lab.eng.bos.redhat.com', scheme='https', port=443, context=context)
client.status()
{u'status': {u'Kiali state': u'running', u'Kiali core version': u'v0.7.0-SNAPSHOT', u'Kiali core commit hash': u'816129afd83b9fdbc07ba2361a63d321d5adea55', u'Kiali console version': u'0.7.0-SNAPSHOT.2073-local-543db3ee21cb717df588ab3c7fabd72a5c22ca1f'}, u'externalServices': [{u'version': u'1.0.0', u'name': u'Istio'}, {u'version': u'2.3.1', u'name': u'Prometheus'}, {u'version': u'v1.10.0+b81c8f8', u'name': u'Kubernetes'}], u'warningMessages': []}
{code}
> Kiali Client Needs To Support SSL
> ---------------------------------
>
> Key: SWSQE-401
> URL: https://issues.jboss.org/browse/SWSQE-401
> Project: Kiali QE
> Issue Type: Bug
> Reporter: Matt Mahoney
> Assignee: Guilherme Baufaker Rêgo
>
> Issue is as follows:
> KialiClient(scheme='https', host=config.get('kiali_hostname'),
> username=config.get('kiali_username'), password=config.get('kiali_password'))
> > raise URLError(err)
> E URLError: <urlopen error [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:579)>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (DROOLS-2951) Unable to debug drools file with eclipse
by raghu thota (JIRA)
raghu thota created DROOLS-2951:
-----------------------------------
Summary: Unable to debug drools file with eclipse
Key: DROOLS-2951
URL: https://issues.jboss.org/browse/DROOLS-2951
Project: Drools
Issue Type: Feature Request
Reporter: raghu thota
Assignee: Mario Fusco
I am trying to debug a .drl file using Eclipse mars (version Mars.2 Release (4.5.2)) and drools version 5.5.0.FINAL. I have added drools runtime. After running the Junit test as "Debug as Drools Junit test" , I got the following error.
An internal error occurred during: "Launching DroolsDummyTest.testHelloWorldRule (1)".
org.drools.eclipse.launching.DroolsVMDebugger.renderProcessLabel([Ljava/lang/String;)Ljava/lang/String;
This is the problem with incompatibility of drools and eclipse. I am able to debug other drools (version 5.5.0.FINAL) applications using Eclipse Helios. But, My current project is written in Java 7 which is not supported by Helios.
I am referring the link : http://docs.jboss.org/drools/release/5.5.0.Final/drools-expert-docs/html/...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months
[JBoss JIRA] (DROOLS-2945) DMN Designer - opening data type dialog shows warning in browser console
by Guilherme Carreiro (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2945?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro updated DROOLS-2945:
---------------------------------------
Story Points: 0
> DMN Designer - opening data type dialog shows warning in browser console
> ------------------------------------------------------------------------
>
> Key: DROOLS-2945
> URL: https://issues.jboss.org/browse/DROOLS-2945
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.11.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Carreiro
> Priority: Minor
> Labels: drools-tools
> Attachments: Port Clearance Rules - Solution 3.dmn
>
>
> Opening *manage custom data types dialog* shows warning in the browser console.
> {code}
> org.kie.workbench.drools.KIEDroolsWebapp-0.js:22170 13:54:49 WARNING [TemplateUtil] Replacing Element type [SPAN] in org/kie/workbench/common/dmn/client/editors/types/listview/DataTypeListItemView.html with type [TD] for type in org.kie.workbench.common.dmn.client.editors.types.listview.DataTypeListItemView
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 4 months