[JBoss JIRA] (WFLY-5885) jconsole.sh should fail fast if JBOSS_HOME is incorrect instead of starting the console with an incorrecdt classpath
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFLY-5885?page=com.atlassian.jira.plugin.... ]
Brian Stansberry reassigned WFLY-5885:
--------------------------------------
Issue Type: Enhancement (was: Feature Request)
Component/s: JMX
Scripts
Summary: jconsole.sh should fail fast if JBOSS_HOME is incorrect instead of starting the console with an incorrecdt classpath (was: jconsole.sh uses incorrect classpath if JBOSS_HOME is incorrect)
Assignee: (was: Jason Greene)
> jconsole.sh should fail fast if JBOSS_HOME is incorrect instead of starting the console with an incorrecdt classpath
> --------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-5885
> URL: https://issues.jboss.org/browse/WFLY-5885
> Project: WildFly
> Issue Type: Enhancement
> Components: JMX, Scripts
> Reporter: Cosmin Stroe
> Priority: Minor
>
> If {{$JBOSS_HOME}} is incorrectly set, we get a vague WARNING message when the script starts, but jconsole is run and shows the GUI window. This is misleading, because jconsole won't have the correct classpath and won't be able to connect to Wildfly, leading to an ambiguous "Cannot connect" error.
> {{jconsole.sh}} should fail fast if it cannot find the {{jboss-cli-client.jar}} and avoid this entire confusion.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-11720) Cannot invoke EJB over HTTP on JDK 11
by Cheng Fang (Jira)
[ https://issues.jboss.org/browse/WFLY-11720?page=com.atlassian.jira.plugin... ]
Cheng Fang reassigned WFLY-11720:
---------------------------------
Assignee: Cheng Fang
> Cannot invoke EJB over HTTP on JDK 11
> -------------------------------------
>
> Key: WFLY-11720
> URL: https://issues.jboss.org/browse/WFLY-11720
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Remoting
> Affects Versions: 16.0.0.Beta1
> Environment: JDK 11
> Reporter: Jan Kašík
> Assignee: Cheng Fang
> Priority: Critical
>
> Run of client app calling EJB over HTTP fails on JDK 11 with following log:
> {noformat}
> Feb 14, 2019 12:49:30 PM org.wildfly.naming.client.Version <clinit>
> INFO: WildFly Naming version 1.0.6.Final
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.wildfly.security.manager.GetAccessibleDeclaredFieldAction (file:/home/hudson/hudson_workspace/mod_cluster/client/wildfly-elytron-1.1.3.Final.jar) to field java.security.AccessControlContext.context
> WARNING: Please consider reporting this to the maintainers of org.wildfly.security.manager.GetAccessibleDeclaredFieldAction
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Feb 14, 2019 12:49:30 PM org.wildfly.security.Version <clinit>
> INFO: ELY00001: WildFly Elytron version 1.1.3.Final
> Feb 14, 2019 12:49:30 PM org.jboss.ejb.client.EJBClient <clinit>
> INFO: JBoss EJB Client version 4.0.2.Final
> Feb 14, 2019 12:49:30 PM org.xnio.Xnio <clinit>
> INFO: XNIO version 3.6.5.Final
> Feb 14, 2019 12:49:30 PM org.xnio.nio.NioXnio <clinit>
> INFO: XNIO NIO Implementation Version 3.6.5.Final
> Feb 14, 2019 12:49:30 PM org.jboss.threads.Version <clinit>
> INFO: JBoss Threads version 2.3.0.Beta2
> Feb 14, 2019 12:49:30 PM org.jboss.remoting3.EndpointImpl <clinit>
> INFO: JBoss Remoting version 5.0.0.Final
> Feb 14, 2019 12:49:30 PM org.jboss.threads.LoggingUncaughtExceptionHandler uncaughtException
> ERROR: Thread Thread[XNIO-1 task-1,5,main] threw an uncaught exception
> java.lang.ExceptionInInitializerError
> at org.jboss.marshalling.river.RiverMarshaller.<clinit>(RiverMarshaller.java:1335)
> at org.jboss.marshalling.river.RiverMarshallerFactory.createMarshaller(RiverMarshallerFactory.java:54)
> at org.wildfly.httpclient.common.HttpTargetContext.createMarshaller(HttpTargetContext.java:132)
> at org.wildfly.httpclient.ejb.HttpEJBReceiver.marshalEJBRequest(HttpEJBReceiver.java:367)
> at org.wildfly.httpclient.ejb.HttpEJBReceiver.lambda$processInvocation$1(HttpEJBReceiver.java:185)
> at org.wildfly.httpclient.common.HttpTargetContext$1.lambda$completed$0(HttpTargetContext.java:338)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1871)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1400)
> at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.lang.IllegalStateException: No standard field found for reverse order comparator!
> at org.jboss.marshalling.river.Protocol.<clinit>(Protocol.java:287)
> ... 9 more
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-9452) An easy way to configure EAP from an OpenShift ConfigMap
by Brian Stansberry (Jira)
[ https://issues.jboss.org/browse/WFLY-9452?page=com.atlassian.jira.plugin.... ]
Brian Stansberry resolved WFLY-9452.
------------------------------------
Fix Version/s: 16.0.0.Beta1
Assignee: Brian Stansberry (was: Jason Greene)
Resolution: Done
I'm going to go ahead and resolve this as 'Done'. Resolving an expression from an env var works with any release back to AS 7 but I'll put the current one as the Fix Version... for no great reason.
Related issue follows up on the docs question.
> An easy way to configure EAP from an OpenShift ConfigMap
> --------------------------------------------------------
>
> Key: WFLY-9452
> URL: https://issues.jboss.org/browse/WFLY-9452
> Project: WildFly
> Issue Type: Feature Request
> Environment: OpenShift
> Reporter: Jeremy Davis
> Assignee: Brian Stansberry
> Priority: Major
> Fix For: 16.0.0.Beta1
>
>
> It would be good to have a simple way of pulling configuration from an OpenShift ConfigMap so for example values for database drivers could be controlled from OpenShift. This would enable a better dev/test/qa/workflow
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-11729) Add Admin Guide section on using expressions in the configuration
by Brian Stansberry (Jira)
Brian Stansberry created WFLY-11729:
---------------------------------------
Summary: Add Admin Guide section on using expressions in the configuration
Key: WFLY-11729
URL: https://issues.jboss.org/browse/WFLY-11729
Project: WildFly
Issue Type: Enhancement
Components: Documentation, Management
Reporter: Brian Stansberry
Assignee: Jeff Mesnil
Reading the discussion on WFLY-9452 I realized that our docs don't explicitly cover how management model expressions work! Stuff like expression resolution sources, how to determine if an attribute supports and expression, the fact that updating the resolution source does not affect previously resolved values, etc.
It would be good to have something about the ConfigMap scenario covered in the WFLY-9452 discussion as well.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3565) DMN Navigator panel: Imported graph components panel UX
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3565?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-3565:
--------------------------------
Story Points: 3 (was: 5)
> DMN Navigator panel: Imported graph components panel UX
> -------------------------------------------------------
>
> Key: DROOLS-3565
> URL: https://issues.jboss.org/browse/DROOLS-3565
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UXTeam, drools-tools
> Attachments: Screen Shot 2019-01-28 at 1.38.21 PM.png, Screen Shot 2019-01-28 at 2.35.00 PM.png, Screen Shot 2019-01-31 at 9.45.39 AM.png, Screen Shot 2019-02-01 at 10.52.51 AM.png
>
>
> As a user I want to be able to be able to view and use imported nodes and decision logic in the diagram that I am authoring.
> Based on card view design (see linked jira), detail new Navigator elements required to support this workflow including:
> - Import components panel: Filter components by BKMs, decisions..., badge count
> - Graph panel with checkbox option to view map.
> - Single scrolling navigator.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3660) DMN Navigator panel: DRD tree actions
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3660?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-3660:
--------------------------------
Story Points: 3 (was: 5)
> DMN Navigator panel: DRD tree actions
> -------------------------------------
>
> Key: DROOLS-3660
> URL: https://issues.jboss.org/browse/DROOLS-3660
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UXTeam, drools-tools
> Attachments: Screen Shot 2019-01-28 at 1.38.21 PM.png, Screen Shot 2019-01-28 at 2.35.00 PM.png, Screen Shot 2019-01-31 at 9.45.39 AM.png, Screen Shot 2019-02-01 at 10.52.51 AM.png
>
>
> As a user I want to be able to be able to use the Navigator tree to create DRD's and assign canvas nodes, so that I can easily modify my graph views.
> Notes:
> - Drag nodes to DRDs.
> - Contextual menu for tree objects?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months