[JBoss JIRA] (JGRP-1900) Programmatic channel creation ignores system properties for protocol attrs
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-1900?page=com.atlassian.jira.plugin.... ]
Bela Ban updated JGRP-1900:
---------------------------
Description:
When using programmatic creation of a JChannel
* Variables are not substituted, e.g. {{myvar="$\{my.port:10\}"}}
* System properties are ignored, e.g. {{-Djgroups.bind_addr=192.168.1.5}} does *not* set {{TP.bind_addr}}
was:
When using programmatic creation of a JChannel
* Variables are not substituted, e.g. {{myvar="${my.port:10}"}}
* System properties are ignored, e.g. {{-Djgroups.bind_addr=192.168.1.5}} does *not* set {{TP.bind_addr}}
> Programmatic channel creation ignores system properties for protocol attrs
> --------------------------------------------------------------------------
>
> Key: JGRP-1900
> URL: https://issues.jboss.org/browse/JGRP-1900
> Project: JGroups
> Issue Type: Bug
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 3.6.2
>
>
> When using programmatic creation of a JChannel
> * Variables are not substituted, e.g. {{myvar="$\{my.port:10\}"}}
> * System properties are ignored, e.g. {{-Djgroups.bind_addr=192.168.1.5}} does *not* set {{TP.bind_addr}}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFLY-4319) access log doesn't get rotated if the server wasn't running at midnight
by Vsevolod Golovanov (JIRA)
[ https://issues.jboss.org/browse/WFLY-4319?page=com.atlassian.jira.plugin.... ]
Vsevolod Golovanov commented on WFLY-4319:
------------------------------------------
{noformat}
<subsystem xmlns="urn:jboss:domain:undertow:1.2" statistics-enabled="true">
<buffer-cache name="default"/>
<server name="default-server">
<http-listener name="default" socket-binding="http" max-post-size="104857600" record-request-start-time="true" />
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<filter-ref name="ie-disable-compatibility-header"/>
<filter-ref name="gzipFilter"
predicate="regex[pattern='(?:application/javascript|text/css)(;.*)?', value=%{o,Content-Type}, full-match=true]"/>
<access-log pattern="[%t] %a %{i,X-Forwarded-For} %u [%I] %{c,JSESSIONID} %m %U?%q %H %s %{r,javax.servlet.error.status_code} %b %D %{i,Referer} "%{i,User-Agent}"" prefix="access" rotate="true"/>
</host>
</server>
<servlet-container name="default">
<jsp-config/>
<websockets/>
</servlet-container>
<handlers>
<file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
</handlers>
<filters>
<response-header name="ie-disable-compatibility-header" header-name="X-UA-Compatible" header-value="IE=edge"/>
<gzip name="gzipFilter"/>
</filters>
</subsystem>
{noformat}
> access log doesn't get rotated if the server wasn't running at midnight
> -----------------------------------------------------------------------
>
> Key: WFLY-4319
> URL: https://issues.jboss.org/browse/WFLY-4319
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.2.0.Final
> Environment: Wildfly 8.2.0.Final
> Reporter: Vsevolod Golovanov
> Assignee: Tomaz Cerar
>
> 1. Day 1.
> 2. Start the server.
> 3. Make a request.
> 4. Stop the server.
> 5. Day 2.
> 6. Repeat 2-3.
> 7. Observe access.log containing requests from both Day 1 and Day 2.
> JBoss Web correctly rotates its access log in this case.
> Wildfly correctly rotates its server.log in the same circumstances.
> Undertow should too.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (DROOLS-706) Clean-up utility/release scripts in build-bootstrap
by Petr Široký (JIRA)
[ https://issues.jboss.org/browse/DROOLS-706?page=com.atlassian.jira.plugin... ]
Petr Široký updated DROOLS-706:
-------------------------------
Summary: Clean-up utility/release scripts in build-bootstrap (was: Clean-up utility/release scripts in build-boostrap)
> Clean-up utility/release scripts in build-bootstrap
> ---------------------------------------------------
>
> Key: DROOLS-706
> URL: https://issues.jboss.org/browse/DROOLS-706
> Project: Drools
> Issue Type: Task
> Reporter: Petr Široký
> Assignee: Michael Biarnes Kiefer
>
> The scripts in {{https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/tree/master/script}} need to be reviewed and cleaned-up a bit. They contain some legacy logic that is not needed anymore. For example the {{withoutJbpm}} and {{withoutUberfire}} should not be needed anymore.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFLY-4319) access log doesn't get rotated if the server wasn't running at midnight
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-4319?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar commented on WFLY-4319:
-----------------------------------
Can you also post your configuration of undertow subsystem
> access log doesn't get rotated if the server wasn't running at midnight
> -----------------------------------------------------------------------
>
> Key: WFLY-4319
> URL: https://issues.jboss.org/browse/WFLY-4319
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.2.0.Final
> Environment: Wildfly 8.2.0.Final
> Reporter: Vsevolod Golovanov
> Assignee: Tomaz Cerar
>
> 1. Day 1.
> 2. Start the server.
> 3. Make a request.
> 4. Stop the server.
> 5. Day 2.
> 6. Repeat 2-3.
> 7. Observe access.log containing requests from both Day 1 and Day 2.
> JBoss Web correctly rotates its access log in this case.
> Wildfly correctly rotates its server.log in the same circumstances.
> Undertow should too.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFLY-4319) access log doesn't get rotated if the server wasn't running at midnight
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-4319?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar moved UNDERTOW-381 to WFLY-4319:
--------------------------------------------
Project: WildFly (was: Undertow)
Key: WFLY-4319 (was: UNDERTOW-381)
Affects Version/s: 8.2.0.Final
(was: 1.1.0.Final)
Component/s: Web (Undertow)
(was: Core)
> access log doesn't get rotated if the server wasn't running at midnight
> -----------------------------------------------------------------------
>
> Key: WFLY-4319
> URL: https://issues.jboss.org/browse/WFLY-4319
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.2.0.Final
> Environment: Wildfly 8.2.0.Final
> Reporter: Vsevolod Golovanov
> Assignee: Stuart Douglas
>
> 1. Day 1.
> 2. Start the server.
> 3. Make a request.
> 4. Stop the server.
> 5. Day 2.
> 6. Repeat 2-3.
> 7. Observe access.log containing requests from both Day 1 and Day 2.
> JBoss Web correctly rotates its access log in this case.
> Wildfly correctly rotates its server.log in the same circumstances.
> Undertow should too.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (WFLY-4319) access log doesn't get rotated if the server wasn't running at midnight
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-4319?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar reassigned WFLY-4319:
---------------------------------
Assignee: Tomaz Cerar (was: Stuart Douglas)
> access log doesn't get rotated if the server wasn't running at midnight
> -----------------------------------------------------------------------
>
> Key: WFLY-4319
> URL: https://issues.jboss.org/browse/WFLY-4319
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.2.0.Final
> Environment: Wildfly 8.2.0.Final
> Reporter: Vsevolod Golovanov
> Assignee: Tomaz Cerar
>
> 1. Day 1.
> 2. Start the server.
> 3. Make a request.
> 4. Stop the server.
> 5. Day 2.
> 6. Repeat 2-3.
> 7. Observe access.log containing requests from both Day 1 and Day 2.
> JBoss Web correctly rotates its access log in this case.
> Wildfly correctly rotates its server.log in the same circumstances.
> Undertow should too.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months
[JBoss JIRA] (DROOLS-706) Clean-up utility/release scripts in build-boostrap
by Petr Široký (JIRA)
[ https://issues.jboss.org/browse/DROOLS-706?page=com.atlassian.jira.plugin... ]
Petr Široký updated DROOLS-706:
-------------------------------
Description: The scripts in {{https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/tree/master/script}} need to be reviewed and cleaned-up a bit. They contain some legacy logic that is not needed anymore. For example the {{withoutJbpm}} and {{withoutUberfire}} should not be needed anymore.
> Clean-up utility/release scripts in build-boostrap
> --------------------------------------------------
>
> Key: DROOLS-706
> URL: https://issues.jboss.org/browse/DROOLS-706
> Project: Drools
> Issue Type: Task
> Reporter: Petr Široký
> Assignee: Mark Proctor
>
> The scripts in {{https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/tree/master/script}} need to be reviewed and cleaned-up a bit. They contain some legacy logic that is not needed anymore. For example the {{withoutJbpm}} and {{withoutUberfire}} should not be needed anymore.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 5 months