Brendan Miller wrote:
>> Frequently the home page
>> loads in such a way that it appears to have lost
the .css file. I
>> regularly get errors about the java script files
not being loaded. I'm
>> not sure if this is a pebble problem, or a problem
with my container.
>
> This sounds just like the problems I was having with
Jetty. I have been
> meaning to post this, but haven't had the time.
>
> All my problems generated stack traces with something
to do with
> GZIPFilter and GZIPResponseWrapper. I did lots of
googling on
> GZIPFilter and Jetty, and it turns out that Jetty has
it's own
> implementation of GZIPFilter. Replacing the pebble one
with the
> Jetty one fixed the disappearing .css/.js issue for
me.
>
We might be having the same problems. I'll certainly try
the patch, but
when I look at the Geronimo logs what I see are
NullPointerExceptions.
Here's a sample:
...
23765: 06:20:06,172 ERROR [log]
/pebble/themes/_pebble/print.css
23845: 06:20:06,309 ERROR [log] Nested in
javax.servlet.ServletException:
java.lang.NullPointerException:
23925: 06:20:06,310 ERROR [log]
/pebble/themes/_pebble/handheld.css
24005: 06:20:06,478 ERROR [log] Nested in
javax.servlet.ServletException:
java.lang.NullPointerException:
24085: 06:20:06,478 ERROR [log]
/pebble/FCKeditor/fckeditor.js
24165: 06:20:06,616 ERROR [log] Nested in
javax.servlet.ServletException:
java.lang.NullPointerException:
24245: 06:20:06,617 ERROR [log] /pebble/scripts/pebble.js
24325: 06:20:06,794 ERROR [log] Nested in
javax.servlet.ServletException:
java.lang.NullPointerException:
24405: 06:20:06,794 ERROR [log]
/pebble/scripts/prototype.js
24485: 06:20:06,938 ERROR [log] Nested in
javax.servlet.ServletException:
java.lang.NullPointerException:
24565: 06:20:06,938 ERROR [log]
/pebble/scripts/scriptaculous.js
24645: 06:20:07,078 ERROR [log] Nested in
javax.servlet.ServletException:
java.lang.NullPointerException:
24725: 06:20:07,079 ERROR [log]
/pebble/scripts/dwr-engine.js
24805: 06:20:07,703 ERROR [log] Nested in
javax.servlet.ServletException:
java.lang.NullPointerException:
...
Now maybe the Exception you're seeing is really a
NullPointerException
that bubbles up through the GZip code?
--
Kenneth P. Turvey <kt squeakydolphin.com>
------------------------------------------------------------
-------------
This SF.net email is sponsored by the 2008 JavaOne(SM)
Conference
Don't miss this year's exciting event. There's still time to
save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;1987
57673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Pebble-user mailing list
Pebble-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user
|