[JBoss JIRA] (WFLY-2510) Add CLI command to display information about current connection.
by Claudio Miranda (JIRA)
[ https://issues.jboss.org/browse/WFLY-2510?page=com.atlassian.jira.plugin.... ]
Claudio Miranda commented on WFLY-2510:
---------------------------------------
Hi, what about to list all connections (CLI and GUI) ?
Similar to 'w' command on linux, it could display
- username
- source address
- login time
- type of connection: GUI, CLI
>From a security perspective would be good to know who are the users connected to wildfly.
> Add CLI command to display information about current connection.
> ----------------------------------------------------------------
>
> Key: WFLY-2510
> URL: https://issues.jboss.org/browse/WFLY-2510
> Project: WildFly
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: CLI
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Labels: management_security,
> Fix For: Awaiting Volunteers
>
>
> Would be useful for a single command to display information about the current connection.
> Definitely information about SSL, certificates, authenticated user, address etc...
> Could also obtain other common info from server.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (DROOLS-546) FactType.get/set should throw specific exception (not NPE) for unknown fields
by Davide Sottara (JIRA)
[ https://issues.jboss.org/browse/DROOLS-546?page=com.atlassian.jira.plugin... ]
Davide Sottara commented on DROOLS-546:
---------------------------------------
Sorry, this was already fixed and should have been closed
Sent via the ASUS PadFone X, an AT&T 4G LTE smartphone
> FactType.get/set should throw specific exception (not NPE) for unknown fields
> -----------------------------------------------------------------------------
>
> Key: DROOLS-546
> URL: https://issues.jboss.org/browse/DROOLS-546
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.1.0.CR1
> Reporter: Benoit Voisin
> Assignee: Mario Fusco
> Fix For: 6.2.0.Beta1
>
>
> factType.get(instance, "unknownField") is currently throwing an NPE. This gives improper information to the user/developper.
> I propose that it throws a new UnknownFactFieldException giving improved information giving good hints for debugging or enabling specific exception management.
> See pull request for test-case and proposed fix
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (DROOLS-448) Traiting non-declared POJOS prevents the execution of WM actions from outside the WM
by Davide Sottara (JIRA)
[ https://issues.jboss.org/browse/DROOLS-448?page=com.atlassian.jira.plugin... ]
Davide Sottara commented on DROOLS-448:
---------------------------------------
Fixed already
Sent via the ASUS PadFone X, an AT&T 4G LTE smartphone
> Traiting non-declared POJOS prevents the execution of WM actions from outside the WM
> ------------------------------------------------------------------------------------
>
> Key: DROOLS-448
> URL: https://issues.jboss.org/browse/DROOLS-448
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.6.0.Final, 6.0.0.Final, 6.0.1.Final, 6.1.0.Beta1
> Reporter: Davide Sottara
> Assignee: Davide Sottara
> Priority: Critical
> Fix For: 6.2.0.Beta1
>
>
> When a trait is applied to non-declared bean, a transparent proxy is created and the handle is updated accordingly. However, this prevents the lookup of the handle using the original object as a key.
> The proxy creation should be avoided.
> See also PLANNER-229
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (WFLY-122) Clean unreferenced deployments from the content repository
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-122?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration updated WFLY-122:
-----------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1124689
> Clean unreferenced deployments from the content repository
> ----------------------------------------------------------
>
> Key: WFLY-122
> URL: https://issues.jboss.org/browse/WFLY-122
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Reporter: Brian Stansberry
> Fix For: 9.0.0.CR1
>
>
> The algorithm for removing unused deployments from the content repository is based on doing this as part of undeploy operation execution. This doesn't cover cases where the content is never explicitly undeployed. For example:
> 1) Scanner content that is updated when the server is offline; the old content will not have been "undeployed" during shutdown, and on startup the new content will be installed.
> 2) Similar issues with deployments generated from module resources (see "A Mixed Approach on https://community.jboss.org/wiki/ExtendingAS7). When the server shuts down, there is no "subsystem remove" as part of shutdown, so the content added during start will not be removed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (WFLY-1060) When starting JBoss AS -b should work no matter how I start JBoss AS to bind it to the local interface
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-1060?page=com.atlassian.jira.plugin.... ]
Brian Stansberry resolved WFLY-1060.
------------------------------------
Resolution: Migrated to another ITS
I opened https://bugzilla.redhat.com/show_bug.cgi?id=1125025 for the EAP docs.
> When starting JBoss AS -b should work no matter how I start JBoss AS to bind it to the local interface
> ------------------------------------------------------------------------------------------------------
>
> Key: WFLY-1060
> URL: https://issues.jboss.org/browse/WFLY-1060
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Reporter: Jim Tyrrell
> Assignee: Brian Stansberry
> Labels: eap6-req
>
> When starting JBoss as with the following command:
> ./domain.sh -b 192.168.193.139 -Djboss.domain.base.dir=/home/jimtyrrell/Servers/machine1/ --host-config=host-master.xml
> It does not bind to the passed in IP Address. Instead it binds to localhost 127.0.0.1. It should have bound to 192.168.192.139 in this instance.
> Instead I had to pass in the parameter like this:
> ./domain.sh -Djboss.domain.base-dir=/home/jimtyrrell/Servers/machine1/ --host-config=host-master.xml -Djboss.bind.address.management=192.168.193.139
> Please expand this ticket to any and all shipped configuration starting files so that the host binding works per the help info via a -b binding.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (WFLY-1060) When starting JBoss AS -b should work no matter how I start JBoss AS to bind it to the local interface
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-1060?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated WFLY-1060:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1125025
> When starting JBoss AS -b should work no matter how I start JBoss AS to bind it to the local interface
> ------------------------------------------------------------------------------------------------------
>
> Key: WFLY-1060
> URL: https://issues.jboss.org/browse/WFLY-1060
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Reporter: Jim Tyrrell
> Assignee: Brian Stansberry
> Labels: eap6-req
>
> When starting JBoss as with the following command:
> ./domain.sh -b 192.168.193.139 -Djboss.domain.base.dir=/home/jimtyrrell/Servers/machine1/ --host-config=host-master.xml
> It does not bind to the passed in IP Address. Instead it binds to localhost 127.0.0.1. It should have bound to 192.168.192.139 in this instance.
> Instead I had to pass in the parameter like this:
> ./domain.sh -Djboss.domain.base-dir=/home/jimtyrrell/Servers/machine1/ --host-config=host-master.xml -Djboss.bind.address.management=192.168.193.139
> Please expand this ticket to any and all shipped configuration starting files so that the host binding works per the help info via a -b binding.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (WFLY-3695) Distributed web session expiration ScheduledExecutorService leaks threads on undeploy
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-3695?page=com.atlassian.jira.plugin.... ]
Paul Ferraro updated WFLY-3695:
-------------------------------
Description: The ScheduledExecutorService employed by the SessionExpirationScheduler uses shutdown() to shutdown the thread pool - however, unless we explicitly setExecuteExistingDelayedTasksAfterShutdownPolicy(false), all scheduled tasks will attempt to execute after shutdown! (was: These thread pools currently shutdown via ExecutorService.shutdownNow() but leave active threads. Shutdown is also a blocking operation, so Service.stop(...) should be asynchronous.)
> Distributed web session expiration ScheduledExecutorService leaks threads on undeploy
> -------------------------------------------------------------------------------------
>
> Key: WFLY-3695
> URL: https://issues.jboss.org/browse/WFLY-3695
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering
> Affects Versions: 8.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Fix For: 8.2.0.CR1, 9.0.0.Beta1
>
>
> The ScheduledExecutorService employed by the SessionExpirationScheduler uses shutdown() to shutdown the thread pool - however, unless we explicitly setExecuteExistingDelayedTasksAfterShutdownPolicy(false), all scheduled tasks will attempt to execute after shutdown!
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months