2013/7/19 Jonathan Rosenberg <j...@tabbysplace.org>:
> People,
>
> I am using
>
>         Apache Tomcat/7.0.22    1.6.0_20-b20    Sun Microsystems Inc.
>         Linux   2.6.34.7-56.40.amzn1.i686       i386
>
> on an AWS EC2 instance.
>
> This is a staging server & for many months now it has been running 2
> small, lightly-used apps.
>
> Recently, I have been fooling with CAS and have started seeing a
> number of oddities.  For example,
>
> 1) Tomcat seems to run out of permgen space.  Was never a problem
> before, but I increased to 1G & it still happens sometimes.
>

Upgrade. The current version is 7.0.42.
Starting with 7.0.33  the Manager app has more detailed display of
memory usage, so that you can see how many PermGen is actually
consumed.

Pay attention to "Find leaks" feature as well.

> 2) Recently, I am seeing this:
>
>     FAIL - Deploy Upload Failed, Exception: Error invoking method check

What is in the logs?
a) Full error message. (It usually includes class name and method name
where logging happened).
b) Stacktrace, if any

> during the browser deploy.  There appears to be nothing in the log
> files related to these uploads.
>
> I just tried deploying the same WAR file to this setup:
>
>       Apache Tomcat/7.0.22      1.6.0_22-b04    Sun Microsystems Inc.   Linux
>         2.6.18-128.1.16.el5     i386
>
> And it deployed just fine.
>
> Where do I start looking to solve the problem?  On the setup that
> worked, there are more apps (thought different ones) .  Also I see the
> JVM version is different.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to