[JBoss JIRA] (WFCORE-3355) logging subsystem should skip if directories can't be listed
by Janine Eichler (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3355?page=com.atlassian.jira.plugi... ]
Janine Eichler updated WFCORE-3355:
-----------------------------------
Description:
Following condition:
- a mounted volume within the jboss.log.dir
- the mounted volume is an ext filesystem
as a consequence a lost+found directory is automatically created, owned by root.root, permissions are 700.
Now when you spin up a jboss instance, the logging directory is recursively scanned, due to the lost+found folder the logging subsystem throws the error https://github.com/wildfly/wildfly-core/blob/802d4dfcf58e24030d6c43ed2b01...
using the cli or mgmt console to read the log is then not possible.
it might be good to skip reading those files/directories and continue rather than throwing an error.
i tested it using the EAP7 (so wildfly-logging-2.1.2-final-redhat.jar), but also built the 3.0.6-SNAPSHOT and used this jar in the logging subsystem to check whether it may have been already fixed.
was:
Following condition:
- a mounted volume within the jboss.log.dir
- the mounted volume is an ext filesystem
as a consequence a lost+found directory is automatically created, owned by root.root, permissions are 700.
Now when you spin up a jboss instance, the logging directory is recursively scanned, due to the lost+found folder the logging subsystem throws the error https://github.com/wildfly/wildfly-core/blob/802d4dfcf58e24030d6c43ed2b01...
using the cli or mgmt console to read the log is then not possible.
i tested it using the EAP7 (so wildfly-logging-2.1.2-final-redhat.jar), but also built the 3.0.6-SNAPSHOT and used this jar in the logging subsystem to check whether it may have been already fixed.
> logging subsystem should skip if directories can't be listed
> ------------------------------------------------------------
>
> Key: WFCORE-3355
> URL: https://issues.jboss.org/browse/WFCORE-3355
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Logging
> Affects Versions: 3.0.5.Final
> Reporter: Janine Eichler
> Assignee: James Perkins
>
> Following condition:
> - a mounted volume within the jboss.log.dir
> - the mounted volume is an ext filesystem
> as a consequence a lost+found directory is automatically created, owned by root.root, permissions are 700.
> Now when you spin up a jboss instance, the logging directory is recursively scanned, due to the lost+found folder the logging subsystem throws the error https://github.com/wildfly/wildfly-core/blob/802d4dfcf58e24030d6c43ed2b01...
> using the cli or mgmt console to read the log is then not possible.
> it might be good to skip reading those files/directories and continue rather than throwing an error.
> i tested it using the EAP7 (so wildfly-logging-2.1.2-final-redhat.jar), but also built the 3.0.6-SNAPSHOT and used this jar in the logging subsystem to check whether it may have been already fixed.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months
[JBoss JIRA] (WFLY-9438) Add stop/start/restart operation to listeners.
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-9438?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar closed WFLY-9438.
-----------------------------
Fix Version/s: 11.0.0.Final
Resolution: Done
Looks like this was already done in 11.
Can you try with 11 CR1 build to verify?
> Add stop/start/restart operation to listeners.
> ----------------------------------------------
>
> Key: WFLY-9438
> URL: https://issues.jboss.org/browse/WFLY-9438
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Reporter: Robert Blody
> Assignee: Stuart Douglas
> Priority: Minor
> Fix For: 11.0.0.Final
>
>
> We are looking at migrating from Norton security certificates to LetsEncrypt, which gives out free SSL certificates, but they expire in 90 days...
> This presents a problem to us. We don't want to have to redeploy the site every 90 days, we want it to contiguously run, and like we're doing with the EAR, we just want to call /redeploy on it, and have it continue operating.
>
> However, we haven't found a way to reset the HTTP sockets like we can with the EAR. I found this feature request: [WFLY-4321] restart of http connector without restarting whole web container - JBoss Issue Tracker
> In it, the developer on the last page recommends to run this command:
> /subsystem=undertow/server=default-server/https-listener=https:remove() {allow-resource-service-restart=true}
> /subsystem=undertow/server=default-server/https-listener=https:add(socket-binding=https, security-realm="UndertowRealm", socket-binding="https")
> Removing and re-adding the listener requires a full restart of the Wildfly server. This is just as bad as taking down the server. It would be helpful for consistency to have a stop, stop and restart command attached to listeners as there already exists for deployments.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months
[JBoss JIRA] (WFCORE-3355) logging subsystem should skip if directories can't be listed
by Janine Eichler (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3355?page=com.atlassian.jira.plugi... ]
Janine Eichler updated WFCORE-3355:
-----------------------------------
Description:
Following condition:
- a mounted volume within the jboss.log.dir
- the mounted volume is an ext filesystem
as a consequence a lost+found directory is automatically created, owned by root.root, permissions are 700.
Now when you spin up a jboss instance, the logging directory is recursively scanned, due to the lost+found folder the logging subsystem throws the error https://github.com/wildfly/wildfly-core/blob/802d4dfcf58e24030d6c43ed2b01...
using the cli or mgmt console to read the log is then not possible.
i tested it using the EAP7 (so wildfly-logging-2.1.2-final-redhat.jar), but also built the 3.0.6-SNAPSHOT and used this jar in the logging subsystem to check whether it may have been already fixed.
was:
Following condition:
- a mounted volume within the jboss.log.dir
- the mounted volume is an ext filesystem
as a consequence a lost+found directory is automatically created, owned by root.root, permissions are 700.
Now when you spin up a jboss instance, the logging directory is recursively scanned, due to the lost+found folder the logging subsystem throws the error https://github.com/wildfly/wildfly-core/blob/802d4dfcf58e24030d6c43ed2b01...
using the cli or mgmt console to read the log is then not possible.
> logging subsystem should skip if directories can't be listed
> ------------------------------------------------------------
>
> Key: WFCORE-3355
> URL: https://issues.jboss.org/browse/WFCORE-3355
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Logging
> Affects Versions: 3.0.5.Final
> Reporter: Janine Eichler
> Assignee: James Perkins
>
> Following condition:
> - a mounted volume within the jboss.log.dir
> - the mounted volume is an ext filesystem
> as a consequence a lost+found directory is automatically created, owned by root.root, permissions are 700.
> Now when you spin up a jboss instance, the logging directory is recursively scanned, due to the lost+found folder the logging subsystem throws the error https://github.com/wildfly/wildfly-core/blob/802d4dfcf58e24030d6c43ed2b01...
> using the cli or mgmt console to read the log is then not possible.
> i tested it using the EAP7 (so wildfly-logging-2.1.2-final-redhat.jar), but also built the 3.0.6-SNAPSHOT and used this jar in the logging subsystem to check whether it may have been already fixed.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months
[JBoss JIRA] (WFCORE-3355) logging subsystem should skip if directories can't be listed
by Janine Eichler (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3355?page=com.atlassian.jira.plugi... ]
Janine Eichler updated WFCORE-3355:
-----------------------------------
Affects Version/s: (was: 2.1.0.Final)
> logging subsystem should skip if directories can't be listed
> ------------------------------------------------------------
>
> Key: WFCORE-3355
> URL: https://issues.jboss.org/browse/WFCORE-3355
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Logging
> Affects Versions: 3.0.5.Final
> Reporter: Janine Eichler
> Assignee: James Perkins
>
> Following condition:
> - a mounted volume within the jboss.log.dir
> - the mounted volume is an ext filesystem
> as a consequence a lost+found directory is automatically created, owned by root.root, permissions are 700.
> Now when you spin up a jboss instance, the logging directory is recursively scanned, due to the lost+found folder the logging subsystem throws the error https://github.com/wildfly/wildfly-core/blob/802d4dfcf58e24030d6c43ed2b01...
> using the cli or mgmt console to read the log is then not possible.
> i tested it using the EAP7 (so wildfly-logging-2.1.2-final-redhat.jar), but also built the 3.0.6-SNAPSHOT and used this jar in the logging subsystem to check whether it may have been already fixed.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months
[JBoss JIRA] (WFCORE-3355) logging subsystem should skip if directories can't be listed
by Janine Eichler (JIRA)
Janine Eichler created WFCORE-3355:
--------------------------------------
Summary: logging subsystem should skip if directories can't be listed
Key: WFCORE-3355
URL: https://issues.jboss.org/browse/WFCORE-3355
Project: WildFly Core
Issue Type: Feature Request
Components: Logging
Affects Versions: 3.0.5.Final, 2.1.0.Final
Reporter: Janine Eichler
Assignee: James Perkins
Following condition:
- a mounted volume within the jboss.log.dir
- the mounted volume is an ext filesystem
as a consequence a lost+found directory is automatically created, owned by root.root, permissions are 700.
Now when you spin up a jboss instance, the logging directory is recursively scanned, due to the lost+found folder the logging subsystem throws the error https://github.com/wildfly/wildfly-core/blob/802d4dfcf58e24030d6c43ed2b01...
using the cli or mgmt console to read the log is then not possible.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 9 months