Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2018-12-04 Thread Emmanuel Bourg
Le 10/07/2018 à 15:41, Adrian Wiedemann a écrit :

> any chance this fix will be included in future stretch releases?

Hi Adam,

This should be fixed in stretch-backports, the version 9.2.24 was
uploaded in May.

Emmanuel Bourg



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2018-07-10 Thread Adrian Wiedemann
Hi Emmanuel,

any chance this fix will be included in future stretch releases?

Thanks, Adrian



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2018-03-05 Thread Jan
Actually it looks like I won't need it. The software I'm going to
update uses Jetty 9, but it turns out that Jetty comes bundled with
newer versions.

On 5 March 2018 at 14:04, Emmanuel Bourg  wrote:
> Hi Jan,
>
> Le 02/03/2018 à 10:31, Jan a écrit :
>> Is it possible to put jetty 9.2.22 on jessie-backports?
>
> Technically no because the version is higher than the one in stretch,
> but jetty 9.2.22 can be uploaded to jessie-backports-sloppy. So you'll
> have to adjust your APT sources.list file.
>
> Emmanuel Bourg



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2018-03-05 Thread Emmanuel Bourg
Hi Jan,

Le 02/03/2018 à 10:31, Jan a écrit :
> Is it possible to put jetty 9.2.22 on jessie-backports?

Technically no because the version is higher than the one in stretch,
but jetty 9.2.22 can be uploaded to jessie-backports-sloppy. So you'll
have to adjust your APT sources.list file.

Emmanuel Bourg



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2018-03-02 Thread Jan
Is it possible to put jetty 9.2.22 on jessie-backports? I've
temporarily switched back to jetty 8 for the last half a year, but I
might need jetty 9 soon. This problem is a large stability issue
(forcing to restart periodically and cause downtime), so
jessie-backports holds an unstable version.

On 12 September 2017 at 12:40, Jan  wrote:
> Is there any progress? As I see, jessie-backports still has jetty 9.2.21.
>
> On 30 August 2017 at 10:50, Jan  wrote:
>> Ah yes, I see it's included in tag jetty-9.2.22.v20170606.
>>
>> On 30 August 2017 at 10:46, Emmanuel Bourg  wrote:
>>> Le 30/08/2017 à 10:39, Jan a écrit :
 The commit referencing this issue
 (https://github.com/eclipse/jetty.project/commit/806dff64f39ea24151a650ecacf9652162b869ba)
 is on 9.4 branch, so sadly I don't think it's fixed in 9.2.22.
>>>
>>> This commit was also applied to the 9.2 branch, so it should be ok.
>>>
>>> https://github.com/eclipse/jetty.project/commits/jetty-9.2.x



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2017-09-12 Thread Jan
Is there any progress? As I see, jessie-backports still has jetty 9.2.21.

On 30 August 2017 at 10:50, Jan  wrote:
> Ah yes, I see it's included in tag jetty-9.2.22.v20170606.
>
> On 30 August 2017 at 10:46, Emmanuel Bourg  wrote:
>> Le 30/08/2017 à 10:39, Jan a écrit :
>>> The commit referencing this issue
>>> (https://github.com/eclipse/jetty.project/commit/806dff64f39ea24151a650ecacf9652162b869ba)
>>> is on 9.4 branch, so sadly I don't think it's fixed in 9.2.22.
>>
>> This commit was also applied to the 9.2 branch, so it should be ok.
>>
>> https://github.com/eclipse/jetty.project/commits/jetty-9.2.x



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2017-08-30 Thread Emmanuel Bourg
Le 30/08/2017 à 10:17, Jan Szejko a écrit :

> I have a problem jetty9 logging, the logs do not roll over at midnight and 
> the log file grows huge until jetty9 is restarted. This is exactly as in 
> https://github.com/eclipse/jetty.project/issues/1590. The only workaround I 
> see is to restart jetty9 with cron, but I want to avoid that (downtimes). Is 
> it possible to fix this in jessie-backports?

Hi Jan, thank you for the report. Do you know if this issue is fixed in
Jetty 9.2.22? If so I can try to push a stable update or a backport to
fix it in jessie.

Emmanuel Bourg



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2017-08-30 Thread Emmanuel Bourg
Le 30/08/2017 à 10:39, Jan a écrit :
> The commit referencing this issue
> (https://github.com/eclipse/jetty.project/commit/806dff64f39ea24151a650ecacf9652162b869ba)
> is on 9.4 branch, so sadly I don't think it's fixed in 9.2.22.

This commit was also applied to the 9.2 branch, so it should be ok.

https://github.com/eclipse/jetty.project/commits/jetty-9.2.x



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2017-08-30 Thread Jan
Ah yes, I see it's included in tag jetty-9.2.22.v20170606.

On 30 August 2017 at 10:46, Emmanuel Bourg  wrote:
> Le 30/08/2017 à 10:39, Jan a écrit :
>> The commit referencing this issue
>> (https://github.com/eclipse/jetty.project/commit/806dff64f39ea24151a650ecacf9652162b869ba)
>> is on 9.4 branch, so sadly I don't think it's fixed in 9.2.22.
>
> This commit was also applied to the 9.2 branch, so it should be ok.
>
> https://github.com/eclipse/jetty.project/commits/jetty-9.2.x



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2017-08-30 Thread Jan
The commit referencing this issue
(https://github.com/eclipse/jetty.project/commit/806dff64f39ea24151a650ecacf9652162b869ba)
is on 9.4 branch, so sadly I don't think it's fixed in 9.2.22.

On 30 August 2017 at 10:34, Emmanuel Bourg  wrote:
> Le 30/08/2017 à 10:17, Jan Szejko a écrit :
>
>> I have a problem jetty9 logging, the logs do not roll over at midnight and 
>> the log file grows huge until jetty9 is restarted. This is exactly as in 
>> https://github.com/eclipse/jetty.project/issues/1590. The only workaround I 
>> see is to restart jetty9 with cron, but I want to avoid that (downtimes). Is 
>> it possible to fix this in jessie-backports?
>
> Hi Jan, thank you for the report. Do you know if this issue is fixed in
> Jetty 9.2.22? If so I can try to push a stable update or a backport to
> fix it in jessie.
>
> Emmanuel Bourg



Bug#873695: jetty9: RolloverFileOutputStream does not roll over

2017-08-30 Thread Jan Szejko
Package: jetty9
Version: 9.2.21-1~bpo8+1
Severity: normal

Dear Maintainer,

I have a problem jetty9 logging, the logs do not roll over at midnight and the 
log file grows huge until jetty9 is restarted. This is exactly as in 
https://github.com/eclipse/jetty.project/issues/1590. The only workaround I see 
is to restart jetty9 with cron, but I want to avoid that (downtimes). Is it 
possible to fix this in jessie-backports?


-- System Information:
Debian Release: 8.9
  APT prefers oldstable-updates
  APT policy: (990, 'oldstable-updates'), (990, 'oldstable'), (80, 
'oldoldstable-updates'), (80, 'oldoldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.82 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages jetty9 depends on:
ii  adduser  3.113+nmu3
ii  apache2-utils2.4.10-10+deb8u10
ii  default-jre-headless [java7-runtime-headless]2:1.7-52
ii  libjetty9-extra-java 9.2.21-1~bpo8+1
ii  libjetty9-java   9.2.21-1~bpo8+1
ii  openjdk-7-jre-headless [java7-runtime-headless]  7u151-2.6.11-1~deb8u1

Versions of packages jetty9 recommends:
pn  authbind  

jetty9 suggests no packages.

-- Configuration Files:
/etc/default/jetty9 changed:
NO_START=0
VERBOSE=yes
JETTY_ARGS=jetty.port=8983

/etc/jetty9/jetty-logging.xml changed:

http://www.eclipse.org/jetty/configure_9_0.dtd";>








  

  /_mm_dd.out.log
  false
  90
  GMT
  

  


  Redirecting stderr/stdout to 






-- no debconf information