|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
T5 Random IssuePeriodically, users get pages full of unicode or something like this
the attached. It displays as boxed question marks in safari. This happens in both Safari and Firefox. Refreshing generally displays the page properly. What causes this? It's using Tapestry 5.1.0.5 and Tomcat. ���v7�&��)bxf��V $��ՃK�n� $ � � d � W � � ` 2D � �̤ � B � � 5 t ^ � < � � vd � � X�&�h�]e�*�Jf`_�occ����OӋ�U���xX<�>n? L���z���V~�����.�&/ vg�n0�ڪ�l�����[[ggg�gjs<9�z�|�- �"��l�?��?�߸w�����p4��� � � ⱍ { � {�6���q;k��x4kG�o7f���}�bp�L������ s5�ڟ���˯���I�^�� 45 � f � � ^ � � ų � xz � f � b � H � � � x �̺ � � ���;�nG�q���Q{~6��O�k�����;���� Norman Franke Answering Service for Directors, Inc. www.myasd.com |
|
|
Re: T5 Random IssueI have no idea. My vague guess is that the browser isn't unzipping the
GZipped content for some reason - perhaps the content type is wrong? That wouldn't explain why it was intermittent though. Perhaps pipe the output through gunzip to see if it decompresses? Norman Franke wrote: > Periodically, users get pages full of unicode or something like this the > attached. It displays as boxed question marks in safari. This happens in > both Safari and Firefox. Refreshing generally displays the page > properly. What causes this? It's using Tapestry 5.1.0.5 and Tomcat. > > ���v7�&��)bxf��V > $��ՃK�n�$��d�W��`2D��̤�B��5t^�<��vd��X�&�h�]e�*�Jf`_�occ����OӋ�U���xX<�>n?L���z���V~�����.�&/vg�n0�ڪ�l�����[[ggg�gjs<9�z�|�-�"��l�?��?�߸w�����p4�����ⱍ{�{�6���q;k��x4kG�o7f���}�bp�L������ > s5�ڟ���˯���I�^�� > 45�f��^��ų�xz�f�b�H���x�̺�����;�nG�q���Q{~6��O�k�����;���� > > Norman Franke > Answering Service for Directors, Inc. > www.myasd.com > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: T5 Random IssueTry disabling gzip in tapestry.
On Mon, Nov 2, 2009 at 5:34 PM, Carl Crowder <carl.crowder@...> wrote: > I have no idea. My vague guess is that the browser isn't unzipping the > GZipped content for some reason - perhaps the content type is wrong? That > wouldn't explain why it was intermittent though. Perhaps pipe the output > through gunzip to see if it decompresses? > > Norman Franke wrote: > >> Periodically, users get pages full of unicode or something like this the >> attached. It displays as boxed question marks in safari. This happens in >> both Safari and Firefox. Refreshing generally displays the page properly. >> What causes this? It's using Tapestry 5.1.0.5 and Tomcat. >> >> � ��v 7�&��)bxf��V $� �ՃK�n�$��d�W��`2D��̤�B��5 >> t^�<��vd��X�&�h�]e�*�Jf `_�occ����OӋ �U���xX<�>n?L� ��z���V~�� >> ���.�&/vg�n0�ڪ�l �����[[ggg�gjs<9�z�|�-�"��l�?��?�߸w�����p4�� � ��ⱍ{ >> �{�6���q;k��x4kG�o7f��� }�bp�L������ s 5�ڟ��� ˯���I�^�� 45�f��^��ų�xz� >> f�b�H���x�̺�����;�nG�q���Q{~6��O�k�����;���� >> >> >> Norman Franke >> Answering Service for Directors, Inc. >> www.myasd.com >> >> >> >> >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > |
|
|
Re: T5 Random IssueHi,
I had same problem. I generate images manually by dispatcher. This happen when I sometimes didn't close output stream. regards Jan On Nov 2, 2009, at 5:34 PM, Carl Crowder wrote: > I have no idea. My vague guess is that the browser isn't unzipping > the GZipped content for some reason - perhaps the content type is > wrong? That wouldn't explain why it was intermittent though. Perhaps > pipe the output through gunzip to see if it decompresses? > > Norman Franke wrote: >> Periodically, users get pages full of unicode or something like >> this the attached. It displays as boxed question marks in safari. >> This happens in both Safari and Firefox. Refreshing generally >> displays the page properly. What causes this? It's using Tapestry >> 5.1.0.5 and Tomcat. >> ���v7�&��)bxf��V $��ՃK�n� >> $ >> � >> � >> d�W��`2D��̤�B��5t^�<��vd��X�&�h�] >> e�*�Jf`_�occ����OӋ�U���xX<�>n? >> L���z���V~�����.�&/ >> vg�n0�ڪ�l�����[[ggg�gjs<9�z�|�- >> �"��l�?��?�߸w�����p4�����ⱍ >> {�{�6���q;k��x4kG�o7f���} >> �bp�L������ >> s5�ڟ���˯���I�^�� >> 45 >> � >> f >> � >> � >> ^ >> � >> � >> ų >> �xz�f�b�H���x�̺�����;�nG�q���Q >> {~6��O�k�����;���� >> Norman Franke >> Answering Service for Directors, Inc. >> www.myasd.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: T5 Random IssueI'll see how that goes, thanks to all.
Norman Franke Answering Service for Directors, Inc. www.myasd.com On Nov 2, 2009, at 11:59 AM, Inge Solvoll wrote: > Try disabling gzip in tapestry. > > On Mon, Nov 2, 2009 at 5:34 PM, Carl Crowder > <carl.crowder@...> wrote: > >> I have no idea. My vague guess is that the browser isn't unzipping >> the >> GZipped content for some reason - perhaps the content type is >> wrong? That >> wouldn't explain why it was intermittent though. Perhaps pipe the >> output >> through gunzip to see if it decompresses? >> >> Norman Franke wrote: >> >>> Periodically, users get pages full of unicode or something like >>> this the >>> attached. It displays as boxed question marks in safari. This >>> happens in >>> both Safari and Firefox. Refreshing generally displays the page >>> properly. >>> What causes this? It's using Tapestry 5.1.0.5 and Tomcat. >>> >>> � ��v 7�&��)bxf��V $� �ՃK�n� >>> $��d�W��`2D��̤�B��5 >>> t^�<��vd��X�&�h�]e�*�Jf `_�occ����OӋ >>> �U���xX<�>n?L� ��z���V~�� >>> ���.�&/vg�n0�ڪ�l >>> �����[[ggg�gjs<9�z�|�-�"��l�?��? >>> �߸w�����p4�� � ��ⱍ{ >>> � >>> {� >>> 6���q;k��x4kG�o7f��� }�bp�L������ >>> s 5�ڟ��� ˯���I�^�� >>> 45�f��^��ų�xz� >>> f >>> � >>> b >>> � >>> H >>> � >>> � >>> � >>> x >>> �̺ >>> � >>> � >>> � >>> ��;�nG�q���Q{~6��O�k�����;���� >>> >>> >>> Norman Franke >>> Answering Service for Directors, Inc. >>> www.myasd.com >>> >>> >>> >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> |
|
|
Re: T5 Random IssueI got this issue with gzip enabled and tomcat6, tomcat5 has no problem.
So I had to disable gzip in tapestry. DH http://www.gaonline.com.cn ----- Original Message ----- From: "Norman Franke" To: "Tapestry users" <users@...> Sent: Tuesday, November 03, 2009 12:31 AM Subject: T5 Random Issue Periodically, users get pages full of unicode or something like this the attached. It displays as boxed question marks in safari. This happens in both Safari and Firefox. Refreshing generally displays the page properly. What causes this? It's using Tapestry 5.1.0.5 and Tomcat. ���v7�&��)bxf��V $��ՃK�n� $ � � d � W � � ` 2D � �̤ � B � � 5 t ^ � < � � vd � � X�&�h�]e�*�Jf`_�occ����OӋ�U���xX<�>n? L���z���V~�����.�&/ vg�n0�ڪ�l�����[[ggg�gjs<9�z�|�- �"��l�?��?�߸w�����p4��� � � ⱍ { � {�6���q;k��x4kG�o7f���}�bp�L������ s5�ڟ���˯���I�^�� 45 � f � � ^ � � ų � xz � f � b � H � � � x �̺ � � ���;�nG�q���Q{~6��O�k�����;���� Norman Franke Answering Service for Directors, Inc. www.myasd.com |
| Free embeddable forum powered by Nabble | Forum Help |