Arseny,

This message comes from the fact the JVM can't allocate enough memory
to start the application. In some cases when I have Eclipse
auto-deploying my application I get the same message. This is party
caused by a little bug in Suns JVM.

There are a couple of solutions to fix this. What I normally do is
killing the JVM and restarting the server while developing. The second
thing is starting the JVM with -XX:MaxPermSize set higher.

The third thing a collegue told me is using something different then
Sun's JVM. He is now using JRockit's JVM instead and told me he never
gets PermGen errors since the change.

In short: This has nothing to do with Wicket I'm afraid...


On 1/14/08, Arseny <[EMAIL PROTECTED]> wrote:
> I`ve got:
>
> *type* Exception report
>
> *message*
>
> *description* _The server encountered an internal error () that
> prevented it from fulfilling this request._
>
> *exception*
>
> javax.servlet.ServletException: Filter execution threw an exception
>
> *root cause*
>
> java.lang.OutOfMemoryError: PermGen space
>
>
>
> when trying to access:
>
> http://wicketstuff.org/wicket13/ajax/tree/simple
>
> Did you see that?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to