OutOfMemoryError when deploying (only)

2008-04-14 Thread Anders Peterson

Hi,

I've got a problem when deploying my wicket application. I deploy to 
Tomcat 5.5 on Linux.


The problem is that I get an OutOfMemoryError when viewing one 
particular page. I can go straight from starting Tomcat to accessing 
that page and get the error - there is no history. That kind of 
behavior would suggest that you've done something seriously/obviously 
wrong. But, when I run/debug the application in eclipse it behaves 
perfectly normal.


How can I get info from Tomcat regarding what's happening?


/Anders


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



Re: OutOfMemoryError when deploying (only)

2008-04-14 Thread Anders Peterson

Problem seems to be fixed...

I was building/deploying my application using wicket 1.3.3. Tomcat on 
the deployment server had wicket-examples-1.3.0 installed. When I 
removed that the problem disappeared.


/Anders

Anders Peterson wrote:

Hi,

I've got a problem when deploying my wicket application. I deploy to 
Tomcat 5.5 on Linux.


The problem is that I get an OutOfMemoryError when viewing one 
particular page. I can go straight from starting Tomcat to accessing 
that page and get the error - there is no history. That kind of 
behavior would suggest that you've done something seriously/obviously 
wrong. But, when I run/debug the application in eclipse it behaves 
perfectly normal.


How can I get info from Tomcat regarding what's happening?


/Anders



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



Re: OutOfMemoryError when deploying (only)

2008-04-14 Thread Martijn Dashorst
seems like a permgen space issue

On 4/14/08, Anders Peterson [EMAIL PROTECTED] wrote:
 Problem seems to be fixed...

  I was building/deploying my application using wicket 1.3.3. Tomcat on the
 deployment server had wicket-examples-1.3.0 installed. When I removed that
 the problem disappeared.

  /Anders


  Anders Peterson wrote:

  Hi,
 
  I've got a problem when deploying my wicket application. I deploy to
 Tomcat 5.5 on Linux.
 
  The problem is that I get an OutOfMemoryError when viewing one particular
 page. I can go straight from starting Tomcat to accessing that page and get
 the error - there is no history. That kind of behavior would suggest that
 you've done something seriously/obviously wrong. But, when I run/debug the
 application in eclipse it behaves perfectly normal.
 
  How can I get info from Tomcat regarding what's happening?
 
 
  /Anders
 


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




-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2

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