You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Gunnar Eketrapp <gu...@gmail.com> on 2009/12/03 13:42:35 UTC

T5 returns garbage !?

Hi!

Sometimes our pages returns totally garbage.

When reloading the page it usually works and the page is delivered fine.

The T5 app runs inside a Tomcat 5.5 app server in a linux evironment.

Has anyone else encountered the same problem?

Thanks in advance,
Gunnar Eketrapp



����=P���IUxj�=���u���y��pw������o�G�<���~}��g�
6}�^��uz���q����ϯG��<��D��!�͍�~"<�H��R���d�S��D�2��J�R�%"� ��,�`G
+M��(�e��$3ؓ#-H�T��؍bkP:�I�LmyyQZq�ɶТ����5����_h� U��xv|�MI�
cM��MZ��Bls��P��b�pO�����][n�Ǖ����q*&@��q\��>٬��7�?&�
\�H�O`�r��!��ԕ�O��(CI�E�J%�'W��N/ܿ�n�L��Q��b�3�^fҝ�;�b�If�'.��
�_aݤ�ʌ�xq�Xv}��~nxW�3\�)v��1聑�T���~eK��R^�h�<��{j3�C�>��A
|�/�p�7��U$�z����j���h��?k��F�"����/V�#�B?�G��Hg��6"�q_�'Te�_�ҁ�t�Qu)kLq�Ttؔ����EU�;�T��A�h���G�6�,&
�ޱ]a�����AS1[�y�=�)H���-&�J���l"֋������g��g������4�f�:��%$���+ـy�J
�� p,%�1T�����0��|U���|�N^�%�5#��C�H��/b�H�6�����Prpܠ
��hM͌wEG��{�P�b<�r2Y.on�_y%Y�_����k;����~y߫om�

Re: T5 returns garbage !?

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
Em Thu, 03 Dec 2009 11:39:25 -0200, Jan Jirout <ji...@coroptis.com>  
escreveu:

> Hi,

Hi!

> I had the same when I generate images. Images was created by class  
> implementing org.apache.tapestry5.services.Dispatcher. I forgot to  
> properly close output stream and it sometimes caused same error.

Why haven't you used a page that returns a StreamResponse on its  
onActivate() method? You don't even need to deal with the OutputStream.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, software architect and developer, Ars Machina Tecnologia da  
Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5 returns garbage !?

Posted by Jan Jirout <ji...@coroptis.com>.
Hi,

I had the same when I generate images. Images was created by class 
implementing org.apache.tapestry5.services.Dispatcher. I forgot to 
properly close output stream and it sometimes caused same error.

Jan

Gunnar Eketrapp wrote:
> That did the trick!
>
> Super Thank You!
>
> /Gunnar
>
> 2009/12/3 ningdh <ni...@gmail.com>
>
>   
>> I got this issue in tomcat6+enable gzip option.
>>
>> But in tomcat5.5, even gzip was enabled, it worked fine.
>>
>> I suggest you disable the gzip option.
>>
>> DH
>> ----- Original Message -----
>> From: "Gunnar Eketrapp"
>> To: "Tapestry users" <us...@tapestry.apache.org>
>> Sent: Thursday, December 03, 2009 8:42 PM
>> Subject: T5 returns garbage !?
>>
>>
>>     
>>> Hi!
>>>
>>> Sometimes our pages returns totally garbage.
>>>
>>> When reloading the page it usually works and the page is delivered fine.
>>>
>>> The T5 app runs inside a Tomcat 5.5 app server in a linux evironment.
>>>
>>> Has anyone else encountered the same problem?
>>>
>>> Thanks in advance,
>>> Gunnar Eketrapp
>>>
>>>
>>>
>>> ��� �=P���IUxj�=���u���y��pw� �����o�G� <���~}��g�
>>> 6}�^��uz���q�  ���ϯG��<��D��!�͍�~"<�H��R��� d�S ��D�2��J�R�%"�  �� ,�`G
>>> +M��(�e��$3ؓ #-H �T�� ؍bkP:�I� LmyyQZq�ɶТ����5��� �_h� U��xv|� MI�
>>> cM ��MZ��Bls��P�� b�pO� ����][n�  Ǖ����q  *&@� �q\��>٬��7�?&�
>>> \�H �O`�r� �!��ԕ�O��(CI�E�J%�'W��N/ܿ�n�L��Q� �b�3�^fҝ�;�b�If�'.��
>>> �_aݤ�ʌ�xq�Xv} �� ~nxW�3\�  )v��1聑 �T���~eK��R^�h� <� �{j3�C�>�� A
>>>  |�/�p�7��U$�z����j���h�� ?k��F�"����/V� #�B?�G��Hg��6"�q_�' Te�_�ҁ�t �
>>>       
>> Qu)kLq�Ttؔ� ���E U� ;�T��A  �h��� G�6�,&
>>     
>>> �ޱ ] a���  ��A S1[ �y�=�) H���-&�J��� l"֋�  ����  �g ��g ������4�f�:��
>>>       
>> %$� ��+ـy �J
>>     
>>> �� p,%�1T ���� �0� � |U��� |�N^�%�5 #��C� H��/b�H�6���� �Pr pܠ
>>> ��hM͌wEG��{�P�b<�r2Y.on �_y%Y�_����k; ����~y߫om�
>>>
>>>       
>
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5 returns garbage !?

Posted by Gunnar Eketrapp <gu...@gmail.com>.
That did the trick!

Super Thank You!

/Gunnar

2009/12/3 ningdh <ni...@gmail.com>

> I got this issue in tomcat6+enable gzip option.
>
> But in tomcat5.5, even gzip was enabled, it worked fine.
>
> I suggest you disable the gzip option.
>
> DH
> ----- Original Message -----
> From: "Gunnar Eketrapp"
> To: "Tapestry users" <us...@tapestry.apache.org>
> Sent: Thursday, December 03, 2009 8:42 PM
> Subject: T5 returns garbage !?
>
>
> > Hi!
> >
> > Sometimes our pages returns totally garbage.
> >
> > When reloading the page it usually works and the page is delivered fine.
> >
> > The T5 app runs inside a Tomcat 5.5 app server in a linux evironment.
> >
> > Has anyone else encountered the same problem?
> >
> > Thanks in advance,
> > Gunnar Eketrapp
> >
> >
> >
> > ��� �=P���IUxj�=���u���y��pw� �����o�G� <���~}��g�
> > 6}�^��uz���q�  ���ϯG��<��D��!�͍�~"<�H��R��� d�S ��D�2��J�R�%"�  �� ,�`G
> > +M��(�e��$3ؓ #-H �T�� ؍bkP:�I� LmyyQZq�ɶТ����5��� �_h� U��xv|� MI�
> > cM ��MZ��Bls��P�� b�pO� ����][n�  Ǖ����q  *&@� �q\��>٬��7�?&�
> > \�H �O`�r� �!��ԕ�O��(CI�E�J%�'W��N/ܿ�n�L��Q� �b�3�^fҝ�;�b�If�'.��
> > �_aݤ�ʌ�xq�Xv} �� ~nxW�3\�  )v��1聑 �T���~eK��R^�h� <� �{j3�C�>�� A
> >  |�/�p�7��U$�z����j���h�� ?k��F�"����/V� #�B?�G��Hg��6"�q_�' Te�_�ҁ�t �
> Qu)kLq�Ttؔ� ���E U� ;�T��A  �h��� G�6�,&
> > �ޱ ] a���  ��A S1[ �y�=�) H���-&�J��� l"֋�  ����  �g ��g ������4�f�:��
> %$� ��+ـy �J
> > �� p,%�1T ���� �0� � |U��� |�N^�%�5 #��C� H��/b�H�6���� �Pr pܠ
> > ��hM͌wEG��{�P�b<�r2Y.on �_y%Y�_����k; ����~y߫om�
> >
>



-- 
[Hem: 08-715 59 57, Mobil: 0708-52 62 90]
Allévägen 2A, 132 42 Saltsjö-Boo

Re: T5 returns garbage !?

Posted by ningdh <ni...@gmail.com>.
I got this issue in tomcat6+enable gzip option.

But in tomcat5.5, even gzip was enabled, it worked fine.

I suggest you disable the gzip option.

DH
----- Original Message ----- 
From: "Gunnar Eketrapp" 
To: "Tapestry users" <us...@tapestry.apache.org>
Sent: Thursday, December 03, 2009 8:42 PM
Subject: T5 returns garbage !?


> Hi!
> 
> Sometimes our pages returns totally garbage.
> 
> When reloading the page it usually works and the page is delivered fine.
> 
> The T5 app runs inside a Tomcat 5.5 app server in a linux evironment.
> 
> Has anyone else encountered the same problem?
> 
> Thanks in advance,
> Gunnar Eketrapp
> 
> 
> 
> ����=P���IUxj�=���u���y��pw������o�G�<���~}��g�
> 6}�^��uz���q����ϯG��<��D��!�͍�~"<�H��R���d�S��D�2��J�R�%"� ��,�`G
> +M��(�e��$3ؓ#-H�T��؍bkP:�I�LmyyQZq�ɶТ����5����_h� U��xv|�MI�
> cM��MZ��Bls��P��b�pO�����][n�Ǖ����q*&@� �q\��>٬��7�?&�
> \�H�O`�r��!��ԕ�O��(CI�E�J%�'W��N/ܿ�n�L��Q��b�3�^fҝ�;�b�If�'.��
> �_aݤ�ʌ�xq�Xv}�� ~nxW�3\� )v��1聑�T���~eK��R^�h�<��{j3�C�>��A
> |�/�p�7��U$�z����j���h��?k��F�"����/V� #�B?�G��Hg��6"�q_�'Te�_�ҁ�t�Qu)kLq�Ttؔ����EU�;�T��A �h���G�6�,&
> �ޱ]a�����AS1[ �y�=�)H���-&�J���l"֋������g ��g������4�f�:��%$���+ـy�J
> �� p,%�1T�����0��|U���|�N^�%�5#��C�H��/b�H�6�����Prpܠ
> ��hM͌wEG��{�P�b<�r2Y.on�_y%Y�_����k;����~y߫om�
>