I was able to fix the "can't Ctrl+C mvn jetty:run" issue in AppFuse Light by
upgrading to Tapestry 4.1.2. The other issue still remains. I guess I'll
pull out my profiler. 

Thanks,

Matt


mraible wrote:
> 
> If you have MySQL installed, there's a couple demos you should be able to
> use:
> 
> http://static.raibledesigns.com/downloads/appfuse-light-tapestry-1.8-SNAPSHOT.zip
> http://static.raibledesigns.com/downloads/appfuse-tapestry-2.0-SNAPSHOT.zip
> 
> It expects a MySQL admin user (for creating the database) with a username
> of "root" and a blank password. To change that, pass in
> -Djdbc.username=foo -Djdbc.password=bar when you run any Maven commands.
> 
> For AppFuse Light, you can reproduce the "can't shut down" issue by
> running "mvn jetty:run", then browsing a couple pages (list -> detail) and
> then using Ctrl+C to cancel it. This uses Tapestry 4.1.1.
> 
> For AppFuse, you can run "mvn" and it'll download Tomcat (using Cargo) and
> run UI tests using Canoo WebTest. It runs out of memory near the last test
> in the sequence. I've tried it with no JAVA_OPTS set and with the
> following and it happens using both:
> 
> -Xms768M -Xmx768M -XX:PermSize=512m -XX:MaxPermSize=512m
> -Djava.awt.headless=true -XX:+CMSClassUnloadingEnabled
> -XX:+CMSPermGenSweepingEnabled -XX:+UseConcMarkSweepGC
> 
> Thanks,
> 
> Matt
> 
> 
> Marcus Schulte wrote:
>> 
>> There are a couple of reports on the list that seem to point in this
>> direction. Especially the HivemindClassPool seems to be a candidate for
>> further observation. Since there are productive apps on 4.1.2 with no
>> issues, an issue with a sample app / setup to reproduce an OOM would be
>> very
>> helpful.
>> 
>> 
>> 2007/9/5, mraible <[EMAIL PROTECTED]>:
>>>
>>>
>>> I've been experiencing some OOM issues in a couple applications ever
>>> since
>>> I
>>> upgraded from 4.0.x to 4.1.x. I didn't change any code for the most
>>> part,
>>> just some descriptors and such. Has anyone else noticed memory-hogging
>>> issues with 4.1.x?
>>>
>>> Even stranger, if I start up my app using "mvn jetty:run", browse a
>>> couple
>>> pages and hit Ctrl+C, it doesn't kill the process. I have to forcefully
>>> kill
>>> the process in order to shut down Jetty. This doesn't happen with the
>>> other
>>> web frameworks I'm using, so I'm confident it's caused by Tapestry
>>> 4.1.2.
>>>
>>> Thanks,
>>>
>>> Matt
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Memory-issues-with-Tapestry-4.1.x-tf4387514.html#a12508911
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>> 
>> 
>> -- 
>> Marcus Schulte
>> http://marcus-schulte.blogspot.com
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Memory-issues-with-Tapestry-4.1.x-tf4387514.html#a12558392
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to