[JBoss JIRA] (SWSQE-929) Molecule maistra-e2e Not Running On AWS
by Guilherme Baufaker Rêgo (Jira)
[ https://issues.jboss.org/browse/SWSQE-929?page=com.atlassian.jira.plugin.... ]
Guilherme Baufaker Rêgo commented on SWSQE-929:
-----------------------------------------------
Hi Matt,
Sorry I have not received the notification on time.
That is really weird. I tried with productized versions of Kiali and it worked before.
If everything else is pulling the secret fine (galley, pilot, mixer and so on) on AWS, I would assume the problem is related to the secret and kiali repository under maistra organization
> Molecule maistra-e2e Not Running On AWS
> ---------------------------------------
>
> Key: SWSQE-929
> URL: https://issues.jboss.org/browse/SWSQE-929
> Project: Kiali QE
> Issue Type: Task
> Reporter: Matthew Mahoney
> Assignee: Guilherme Baufaker Rêgo
> Priority: Major
> Labels: infrastructure
>
> Need to be able to run Molecule tests on AWS, but currently tests fail because access quay.io/maistra/kiali-operator is not authorized
> Ex:
> Failed to pull image "quay.io/maistra/kiali-operator:1.0.5": rpc error: code = Unknown desc = Error reading manifest 1.0.5 in quay.io/maistra/kiali-operator: unauthorized: access to the requested resource is not authorized
> Note:
> The Secret is present and the following lines are not commented
> secret_file_path: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') }}/molecule/maistra-e2e/assets/secret.yaml"
> secret: "{{ lookup('template', secret_file_path) | from_yaml }}"
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-11865) Wildfly console logging stops with statement, "2 Spring WebApplicationInitializers detected on classpath"
by Brad Maxwell (Jira)
[ https://issues.jboss.org/browse/WFLY-11865?page=com.atlassian.jira.plugin... ]
Brad Maxwell commented on WFLY-11865:
-------------------------------------
This error when deploying cas.war is caused by a bug in cas.war - here is a PR: https://github.com/apereo/cas/pull/4168 that fixes it.
{code}
Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
{code}
An issue with cas.war stopping logging is due to it packaging jul-to-slf4j-1.7.25.jar and setting add-logging-api-dependencies=false , as this changes the JDK logging and basically disables the JBoss Server Logging. Remove jul-to-slf4j-1.7.25.jar or add a dependency on this module in the cas.war's jboss-deployment-structure.xml <module name="org.jboss.logging.jul-to-slf4j-stub"/> which will override the jul-to-slf4j-1.7.25.jar
> Wildfly console logging stops with statement, "2 Spring WebApplicationInitializers detected on classpath"
> ----------------------------------------------------------------------------------------------------------
>
> Key: WFLY-11865
> URL: https://issues.jboss.org/browse/WFLY-11865
> Project: WildFly
> Issue Type: Bug
> Components: Logging
> Reporter: Shreyas Holla p
> Assignee: James Perkins
> Priority: Major
>
> We are deploying CAS-5.3.8.WAR on on WildFly 10.0.0.Final, the WAR gets deployed successfully and the application works fine but wildfly server console log stops,
> This happens when we add "<add-logging-api-dependencies value="false"/>".
> WFLYSRV0027: Starting deployment of "cas.war" (runtime-name: "cas.war")
> WFLYSRV0027: Starting deployment of "BankFusion.ear" (runtime-name: "BankFusion.ear")
> ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
> ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
> ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
> JBWS022052: Starting JBossWS 5.1.3.Final (Apache CXF 3.1.4)
> WFLYSRV0059: Class Path entry xml-apis.jar in /E:/FusionBanking/FBP531.5/WildFly/wildfly-10.0.0.Final/bin/content/cas.war/WEB-INF/lib/serializer-2.7.2.jar does not point to a valid jar for a Class-Path reference.
> WFLYSRV0059: Class Path entry xercesImpl.jar in /E:/FusionBanking/FBP531.5/WildFly/wildfly-10.0.0.Final/bin/content/cas.war/WEB-INF/lib/xalan-2.7.2.jar does not point to a valid jar for a Class-Path reference.
> WFLYSRV0059: Class Path entry xml-apis.jar in /E:/FusionBanking/FBP531.5/WildFly/wildfly-10.0.0.Final/bin/content/cas.war/WEB-INF/lib/xalan-2.7.2.jar does not point to a valid jar for a Class-Path reference.
> WFLYSRV0059: Class Path entry serializer.jar in /E:/FusionBanking/FBP531.5/WildFly/wildfly-10.0.0.Final/bin/content/cas.war/WEB-INF/lib/xalan-2.7.2.jar does not point to a valid jar for a Class-Path reference.
> WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
> WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
> WFLYWELD0013: Deployment deployment "cas.war" contains CDI annotations but no bean archive was not found. (No beans.xml nor class with bean defining annotations)
> 2 Spring WebApplicationInitializers detected on classpath
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-3953) DMN UX - overlay validation error reporting
by Elizabeth Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3953?page=com.atlassian.jira.plugi... ]
Elizabeth Clayton commented on DROOLS-3953:
-------------------------------------------
[~karreiro] [~mmenestr] [~tirelli] I've attached a click-thru ( in the "Marvel " section above) with a first pass at just the Validation scenario portion of the flow. I will post the Scenario test version next.
* One addition to this that [~karreiro] and I were discussing was to add a (modeless) dialog after hitting the Validate button that would show the user a summary of the validation errors, and could also show the progress indicator while it's processing. Just an idea, if this sounds useful, I'll mock it up next. Please post comments, thanks!
> DMN UX - overlay validation error reporting
> -------------------------------------------
>
> Key: DROOLS-3953
> URL: https://issues.jboss.org/browse/DROOLS-3953
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Elizabeth Clayton
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam, drools-tools
> Attachments: Error reporting after test run-different kinds.png, Error reporting after test run-different kinds2.png, Error reporting after test run-popup.png, Error reporting after test run-popup.png, Error reporting after test run.png, ut.png, ux-decision button.png, ux-decision table.png
>
>
> As user during DMN model editing, I want to see validation errors on the model in case of wrong FEEL expression or invalid decision table.
> I want to see this kind of errors in the decisions and at diagram level.
> * As a user I want to run a validation test within the DMN editor, using the Validate toolbar action, to be able to identify elements within the graph or grids that have errors, so that I can resolve the issues.
> * As a user when I save a file (and it is validated) I want to be informed if there are any validation errors, so that I'm aware that there are issues that need to be resolved.
> * As a user when I test a rule in the Scenario tool and any scenarios fail due to a syntax errors within DMN, I need to be able to easily identify the portions of the DMN file with errors so that I can fix them.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4430) Unable to find class 'ksLoggers.newFileLogger'
by Stephen Kaisler (Jira)
[ https://issues.jboss.org/browse/DROOLS-4430?page=com.atlassian.jira.plugi... ]
Stephen Kaisler updated DROOLS-4430:
------------------------------------
Attachment: MsgreClass NotFound Exception.docx
> Unable to find class 'ksLoggers.newFileLogger'
> ----------------------------------------------
>
> Key: DROOLS-4430
> URL: https://issues.jboss.org/browse/DROOLS-4430
> Project: Drools
> Issue Type: Bug
> Environment: Windows 1 w/ JDK-12.02, Eclipse
> Reporter: Stephen Kaisler
> Assignee: Mario Fusco
> Priority: Major
> Attachments: MsgreClass NotFound Exception.docx, MsgreClass NotFound Exception.docx
>
>
> java.lang.ClassNotFoundException: Unable to find class 'ksLoggers.newFileLogger'
> at org.kie.soup.project.datamodel.commons.types.ClassTypeResolver.resolveType(ClassTypeResolver.java:268)
> at org.kie.soup.project.datamodel.commons.types.ClassTypeResolver.resolveType(ClassTypeResolver.java:153)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.processGlobals(KnowledgeBuilderImpl.java:1686)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.processOtherDeclarations(KnowledgeBuilderImpl.java:1668)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.buildOtherDeclarations(KnowledgeBuilderImpl.java:2511)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.buildPackagesWithoutRules(KnowledgeBuilderImpl.java:2458)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.buildPackages(KnowledgeBuilderImpl.java:2449)
> at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:108)
> at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:100)
> at org.drools.compiler.kie.builder.impl.AbstractKieProject.buildKnowledgePackages(AbstractKieProject.java:261)
> at org.drools.compiler.kie.builder.impl.AbstractKieModule.buildKnowledgePackages(AbstractKieModule.java:201)
> at org.drools.compiler.kie.builder.impl.AbstractKieModule.createKieBase(AbstractKieModule.java:215)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.createKieBase(KieContainerImpl.java:406)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.getKieBase(KieContainerImpl.java:374)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.getKieBaseFromKieSessionModel(KieContainerImpl.java:575)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:551)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:458)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:441)
> at CAKnowledgeBase.CAKB.initializeRuleEngine(CAKB.java:269)
> at chemistryAdvisor.ChemistryAdvisor.main(ChemistryAdvisor.java:217)
> SOurce code:
> try
> {
> // define a KieModule
> //KieModuleModel CAproj = ks.newKieModuleModel();
>
> // get a container for the KieBases
> chemistryAdvisorSession = CAks.newKieClasspathContainer().newKieSession();
> if (debugKB)
> {
> System.out.println("\ninitialized KieContainer:\t" + CAContainer);
> }
> }
> catch (NoClassDefFoundError fe)
> {
> fe.printStackTrace();
> }
> where CAks is a KieSession.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4430) Unable to find class 'ksLoggers.newFileLogger'
by Stephen Kaisler (Jira)
[ https://issues.jboss.org/browse/DROOLS-4430?page=com.atlassian.jira.plugi... ]
Stephen Kaisler updated DROOLS-4430:
------------------------------------
Attachment: MsgreClass NotFound Exception.docx
> Unable to find class 'ksLoggers.newFileLogger'
> ----------------------------------------------
>
> Key: DROOLS-4430
> URL: https://issues.jboss.org/browse/DROOLS-4430
> Project: Drools
> Issue Type: Bug
> Environment: Windows 1 w/ JDK-12.02, Eclipse
> Reporter: Stephen Kaisler
> Assignee: Mario Fusco
> Priority: Major
> Attachments: MsgreClass NotFound Exception.docx
>
>
> java.lang.ClassNotFoundException: Unable to find class 'ksLoggers.newFileLogger'
> at org.kie.soup.project.datamodel.commons.types.ClassTypeResolver.resolveType(ClassTypeResolver.java:268)
> at org.kie.soup.project.datamodel.commons.types.ClassTypeResolver.resolveType(ClassTypeResolver.java:153)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.processGlobals(KnowledgeBuilderImpl.java:1686)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.processOtherDeclarations(KnowledgeBuilderImpl.java:1668)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.buildOtherDeclarations(KnowledgeBuilderImpl.java:2511)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.buildPackagesWithoutRules(KnowledgeBuilderImpl.java:2458)
> at org.drools.compiler.builder.impl.KnowledgeBuilderImpl.buildPackages(KnowledgeBuilderImpl.java:2449)
> at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:108)
> at org.drools.compiler.builder.impl.CompositeKnowledgeBuilderImpl.build(CompositeKnowledgeBuilderImpl.java:100)
> at org.drools.compiler.kie.builder.impl.AbstractKieProject.buildKnowledgePackages(AbstractKieProject.java:261)
> at org.drools.compiler.kie.builder.impl.AbstractKieModule.buildKnowledgePackages(AbstractKieModule.java:201)
> at org.drools.compiler.kie.builder.impl.AbstractKieModule.createKieBase(AbstractKieModule.java:215)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.createKieBase(KieContainerImpl.java:406)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.getKieBase(KieContainerImpl.java:374)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.getKieBaseFromKieSessionModel(KieContainerImpl.java:575)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:551)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:458)
> at org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:441)
> at CAKnowledgeBase.CAKB.initializeRuleEngine(CAKB.java:269)
> at chemistryAdvisor.ChemistryAdvisor.main(ChemistryAdvisor.java:217)
> SOurce code:
> try
> {
> // define a KieModule
> //KieModuleModel CAproj = ks.newKieModuleModel();
>
> // get a container for the KieBases
> chemistryAdvisorSession = CAks.newKieClasspathContainer().newKieSession();
> if (debugKB)
> {
> System.out.println("\ninitialized KieContainer:\t" + CAContainer);
> }
> }
> catch (NoClassDefFoundError fe)
> {
> fe.printStackTrace();
> }
> where CAks is a KieSession.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months