Re: [Resteasy-users] Resteasy 3.0.9.Final not deleting temporary files. What to do?

2015-08-19 Thread Paulo Augusto de Figueiredo Vivacqua
Hi Weinan,

We found ou that the problem was due to a error on closing the 
MultipartFormDataInput, not the Jboss Modules.

Thank you very much for the help.


[cid:part1.04010803.00010103@globalweb.com.br]

Paulo Vivacqua
Desenvolvedor F?brica GID
paulo.vivac...@globalweb.com.br
t +55 61 3305-4249  |  c +55 61 9964-4792
globalwebcorp.com.br

[cid:part4.09060404.05080408@globalweb.com.br]

[cid:part5.08020209.03050306@globalweb.com.br][cid:part7.07070505.0901@globalweb.com.br][cid:part9.0407.05070405@globalweb.com.br][cid:part11.09090400.09000502@globalweb.com.br][cid:part13.08080208.04070004@globalweb.com.br][cid:part15.04080203.08010005@globalweb.com.br]

Em 18/08/2015 00:26, Weinan Li escreveu:

Hi Paulo,

Could you please provide us some codes about your use case so we can reproduce 
the bug to investigate on it?

--
Weinan Li / JBoss





On Aug 18, 2015, at 3:46 AM, Paulo Augusto de Figueiredo Vivacqua 
 wrote:

Weinan,

 We were able to run the application using the Jboss module
3.0.12.Final, unfortunately resteasy is still not deleting the 'm4j' tmp
files.

thank you very much!

best regards,

Paulo Vivacqua






--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users


Re: [Resteasy-users] Resteasy 3.0.9.Final not deleting temporary files. What to do?

2015-08-17 Thread Weinan Li
Hi Paulo,

Could you please provide us some codes about your use case so we can reproduce 
the bug to investigate on it?

--
Weinan Li / JBoss



> On Aug 18, 2015, at 3:46 AM, Paulo Augusto de Figueiredo Vivacqua 
>  wrote:
> 
> Weinan,
> 
>  We were able to run the application using the Jboss module
> 3.0.12.Final, unfortunately resteasy is still not deleting the 'm4j' tmp
> files.
> 
> thank you very much!
> 
> best regards,
> 
> Paulo Vivacqua


--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users


Re: [Resteasy-users] Resteasy 3.0.9.Final not deleting temporary files. What to do?

2015-08-17 Thread Paulo Augusto de Figueiredo Vivacqua
Weinan,

  We were able to run the application using the Jboss module
3.0.12.Final, unfortunately resteasy is still not deleting the 'm4j' tmp
files.

thank you very much!

best regards,

Paulo Vivacqua

--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users


Re: [Resteasy-users] Resteasy 3.0.9.Final not deleting temporary files. What to do?

2015-08-17 Thread Paulo Augusto de Figueiredo Vivacqua
Hi, Weinan,

Thanks very much for the help, we will try that.

best regards,

[cid:part1.03000104.07060904@globalweb.com.br]

Paulo Vivacqua
Desenvolvedor F?brica GID
paulo.vivac...@globalweb.com.br
t +55 61 3305-4249  |  c +55 61 9964-4792
globalwebcorp.com.br

[cid:part4.0404.02080206@globalweb.com.br]

[cid:part5.00030203.01000307@globalweb.com.br][cid:part7.01000306.02080600@globalweb.com.br][cid:part9.01050708.09050805@globalweb.com.br][cid:part11.00050006.02040205@globalweb.com.br][cid:part13.05010009.05030600@globalweb.com.br][cid:part15.02070902.09040101@globalweb.com.br]

Em 17/08/2015 08:59, Weinan Li escreveu:

Hi Paulo,

Or you can directly use the upstream master plus this PR: 
https://patch-diff.githubusercontent.com/raw/resteasy/Resteasy/pull/671.diff

Which we have fixed many build problems and easier to use :-)

--
Weinan Li / JBoss





On Aug 17, 2015, at 7:55 PM, Paulo Augusto de Figueiredo Vivacqua 
 wrote:

Hi Weinan,

Thank you very much, we will upgrade the Resteasy Jboss module to 3.0.12.Final, 
hopefully it will work.

best regards,



Paulo Vivacqua

Desenvolvedor F?brica GID

paulo.vivac...@globalweb.com.br

t +55 61 3305-4249  |  c +55 61 9964-4792

globalwebcorp.com.br





Em 16/08/2015 00:13, Weinan Li escreveu:


Maybe it's affected by this: https://issues.jboss.org/browse/RESTEASY-1182



https://github.com/resteasy/Resteasy/pull/654/files


It's fixed in 3.0.12.Final:
https://github.com/resteasy/Resteasy/releases/tag/3.0.12.Final


--
Weinan Li / JBoss






On Aug 15, 2015, at 2:17 AM, Paulo Augusto de Figueiredo Vivacqua 

 wrote:

Hello Resteasy users,

We recently came across a problem on our production environment where Resteasy 
was saving temporary files on '/tmp' without deleting. We upgraded the JBoss AS 
7.1.1 Resteasy modules to 3.0.9.Final and httpcomponents module to the latest 
libraries httpcore-4.4.1.jar, httpmime-4.5.jar and httpclient-4.5.jar.

Unfortunantly we are still having the same problems

Any help is appreciated. Thank you.



Paulo Vivacqua

Desenvolvedor F?brica GID


paulo.vivac...@globalweb.com.br


t +55 61 3305-4249  |  c +55 61 9964-4792

globalwebcorp.com.br





--
___
Resteasy-users mailing list

Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users












--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users


Re: [Resteasy-users] Resteasy 3.0.9.Final not deleting temporary files. What to do?

2015-08-17 Thread Weinan Li
Hi Paulo,

Or you can directly use the upstream master plus this PR: 
https://patch-diff.githubusercontent.com/raw/resteasy/Resteasy/pull/671.diff 

Which we have fixed many build problems and easier to use :-)

--
Weinan Li / JBoss



> On Aug 17, 2015, at 7:55 PM, Paulo Augusto de Figueiredo Vivacqua 
>  wrote:
> 
> Hi Weinan,
> 
> Thank you very much, we will upgrade the Resteasy Jboss module to 
> 3.0.12.Final, hopefully it will work.
> 
> best regards,
> 
> 
> 
> Paulo Vivacqua
> 
> Desenvolvedor Fábrica GID
> 
> paulo.vivac...@globalweb.com.br  
> 
> t +55 61 3305-4249  |  c +55 61 9964-4792
> 
> globalwebcorp.com.br
> 
> 
> 
> 
> 
> Em 16/08/2015 00:13, Weinan Li escreveu:
>> Maybe it’s affected by this: https://issues.jboss.org/browse/RESTEASY-1182
>> 
>> 
>> 
>> https://github.com/resteasy/Resteasy/pull/654/files
>> 
>> 
>> It’s fixed in 3.0.12.Final: 
>> https://github.com/resteasy/Resteasy/releases/tag/3.0.12.Final
>> 
>> 
>> --
>> Weinan Li / JBoss
>> 
>> 
>> 
>> 
>>> On Aug 15, 2015, at 2:17 AM, Paulo Augusto de Figueiredo Vivacqua 
>>> 
>>>  wrote:
>>> 
>>> Hello Resteasy users,
>>> 
>>> We recently came across a problem on our production environment where 
>>> Resteasy was saving temporary files on '/tmp' without deleting. We upgraded 
>>> the JBoss AS 7.1.1 Resteasy modules to 3.0.9.Final and httpcomponents 
>>> module to the latest libraries httpcore-4.4.1.jar, httpmime-4.5.jar and 
>>> httpclient-4.5.jar.
>>> 
>>> Unfortunantly we are still having the same problems
>>> 
>>> Any help is appreciated. Thank you.
>>> 
>>> 
>>> 
>>> Paulo Vivacqua
>>> 
>>> Desenvolvedor Fábrica GID
>>> 
>>> 
>>> paulo.vivac...@globalweb.com.br
>>>   
>>> 
>>> t +55 61 3305-4249  |  c +55 61 9964-4792
>>> 
>>> globalwebcorp.com.br
>>> 
>>> 
>>> 
>>> 
>>> 
>>> --
>>> ___
>>> Resteasy-users mailing list
>>> 
>>> Resteasy-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/resteasy-users
>> 
> 


--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users


Re: [Resteasy-users] Resteasy 3.0.9.Final not deleting temporary files. What to do?

2015-08-17 Thread Paulo Augusto de Figueiredo Vivacqua
Hi Weinan,

Thank you very much, we will upgrade the Resteasy Jboss module to 3.0.12.Final, 
hopefully it will work.

best regards,

[cid:part1.06090107.04020502@globalweb.com.br]

Paulo Vivacqua
Desenvolvedor F?brica GID
paulo.vivac...@globalweb.com.br
t +55 61 3305-4249  |  c +55 61 9964-4792
globalwebcorp.com.br

[cid:part4.01070802.04010504@globalweb.com.br]

[cid:part5.03030900.01020400@globalweb.com.br][cid:part7.05060201.09060904@globalweb.com.br][cid:part9.06080600.08030502@globalweb.com.br][cid:part11.00050006.00040207@globalweb.com.br][cid:part13.08020608.0107@globalweb.com.br][cid:part15.00040604.09040807@globalweb.com.br]

Em 16/08/2015 00:13, Weinan Li escreveu:

Maybe it's affected by this: https://issues.jboss.org/browse/RESTEASY-1182

https://github.com/resteasy/Resteasy/pull/654/files

It's fixed in 3.0.12.Final: 
https://github.com/resteasy/Resteasy/releases/tag/3.0.12.Final

--
Weinan Li / JBoss





On Aug 15, 2015, at 2:17 AM, Paulo Augusto de Figueiredo Vivacqua 
 wrote:

Hello Resteasy users,

We recently came across a problem on our production environment where Resteasy 
was saving temporary files on '/tmp' without deleting. We upgraded the JBoss AS 
7.1.1 Resteasy modules to 3.0.9.Final and httpcomponents module to the latest 
libraries httpcore-4.4.1.jar, httpmime-4.5.jar and httpclient-4.5.jar.

Unfortunantly we are still having the same problems

Any help is appreciated. Thank you.



Paulo Vivacqua

Desenvolvedor F?brica GID

paulo.vivac...@globalweb.com.br

t +55 61 3305-4249  |  c +55 61 9964-4792

globalwebcorp.com.br





--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users






--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users


Re: [Resteasy-users] Resteasy 3.0.9.Final not deleting temporary files. What to do?

2015-08-15 Thread Weinan Li
Maybe it’s affected by this: https://issues.jboss.org/browse/RESTEASY-1182

https://github.com/resteasy/Resteasy/pull/654/files

It’s fixed in 3.0.12.Final: 
https://github.com/resteasy/Resteasy/releases/tag/3.0.12.Final

--
Weinan Li / JBoss



> On Aug 15, 2015, at 2:17 AM, Paulo Augusto de Figueiredo Vivacqua 
>  wrote:
> 
> Hello Resteasy users,
> 
> We recently came across a problem on our production environment where 
> Resteasy was saving temporary files on '/tmp' without deleting. We upgraded 
> the JBoss AS 7.1.1 Resteasy modules to 3.0.9.Final and httpcomponents module 
> to the latest libraries httpcore-4.4.1.jar, httpmime-4.5.jar and 
> httpclient-4.5.jar.
> 
> Unfortunantly we are still having the same problems
> 
> Any help is appreciated. Thank you.
> 
> 
> 
> Paulo Vivacqua
> 
> Desenvolvedor Fábrica GID
> 
> paulo.vivac...@globalweb.com.br  
> 
> t +55 61 3305-4249  |  c +55 61 9964-4792
> 
> globalwebcorp.com.br
> 
> 
> 
> 
> 
> --
> ___
> Resteasy-users mailing list
> Resteasy-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/resteasy-users


--
___
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users