>From  Felix Sun <[EMAIL PROTECTED]>:

> Hi Andreas
> you are right, Only FloatingPane Test failed in MSIE.
> I am always trying to fix that, But If anyone could help me on that , I
> would be very appreciated

I may look into it, but not before monday.

> 
> BTW:
> 
> Does anybody got java.lang.OutOfMemoryError when running Selenium Tests
> several times? I am afraid that tacos demo have performance issues.

Never had one of those. Im running the tests from Jetty Launcher within eclipse.
Are you sure you dont have caching-disabled to true ?

But i see (dojo related) javascript performance problems, like Ron (i think)
described in Tapestrys
mailing list. You cant imagine just how fast the selenium tests run in another
project I have (which 
does not use dojo or ajax).

> 
> 
> 2006-02-04 09:42:23,500 WARN  -  - RequestExceptionReporter - Unable to
> process client request: Failure enhancing class
> net.sf.tacos.ajax.components.AjaxForm: Java heap space
> org.apache.hivemind.ApplicationRuntimeException: Failure enhancing class
> net.sf.tacos.ajax.components.AjaxForm: Java heap space
>     at org.apache.tapestry.enhance.EnhancementOperationImpl.getConstructor(
> EnhancementOperationImpl.java:458)
>     at
>
org.apache.tapestry.services.impl.ComponentConstructorFactoryImpl.getComponentConstructor
> (ComponentConstructorFactoryImpl.java:99)
>     at
>
$ComponentConstructorFactory_1093620ef15.getComponentConstructor($ComponentConstructorFactory_1093620ef15.java)
>     at org.apache.tapestry.pageload.PageLoader.instantiateComponent(
> PageLoader.java:531)
>     at org.apache.tapestry.pageload.PageLoader.constructComponent(
> PageLoader.java:401)
>     at org.apache.tapestry.pageload.PageLoader.loadPage(PageLoader.java:613)
>     at $IPageLoader_1093620ef05.loadPage($IPageLoader_1093620ef05.java)
>     at $IPageLoader_1093620ef06.loadPage($IPageLoader_1093620ef06.java)
>     at org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:120)
>     at $IPageSource_1093620ee68.getPage($IPageSource_1093620ee68.java)
>     at org.apache.tapestry.engine.RequestCycle.loadPage(RequestCycle.java
> :268)
>     at org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java
> :251)
>     at org.apache.tapestry.engine.RequestCycle.activate(RequestCycle.java
> :609)
>     at org.apache.tapestry.engine.PageService.service(PageService.java:66)
>     at $IEngineService_1093620eef5.service($IEngineService_1093620eef5.java)
>     at org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(
> EngineServiceOuterProxy.java:66)
>     at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java
> :248)
>     at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(
> InvokeEngineTerminator.java:60)
>     at
> $WebRequestServicer_1093620eecc.service($WebRequestServicer_1093620eecc.java)
>     at org.apache.tapestry.services.impl.DisableCachingFilter.service(
> DisableCachingFilter.java:48)
>     at
>
$WebRequestServicerFilter_1093620eece.service($WebRequestServicerFilter_1093620eece.java)
>     at
> $WebRequestServicer_1093620eed0.service($WebRequestServicer_1093620eed0.java)
>     at
> $WebRequestServicer_1093620eec8.service($WebRequestServicer_1093620eec8.java)
>     at
> org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(
> WebRequestServicerPipelineBridge.java:56)
>     at
>
$ServletRequestServicer_1093620eeac.service($ServletRequestServicer_1093620eeac.java)
>     at org.apache.tapestry.request.DecodedRequestInjector.service(
> DecodedRequestInjector.java:55)
>     at
>
$ServletRequestServicerFilter_1093620eea8.service($ServletRequestServicerFilter_1093620eea8.java)
>     at
>
$ServletRequestServicer_1093620eeae.service($ServletRequestServicer_1093620eeae.java)
>     at org.apache.tapestry.multipart.MultipartDecoderFilter.service(
> MultipartDecoderFilter.java:52)
>     at
>
$ServletRequestServicerFilter_1093620eea6.service($ServletRequestServicerFilter_1093620eea6.java)
>     at
>
$ServletRequestServicer_1093620eeae.service($ServletRequestServicer_1093620eeae.java)
>     at org.apache.tapestry.services.impl.SetupRequestEncoding.service(
> SetupRequestEncoding.java:53)
>     at
>
$ServletRequestServicerFilter_1093620eeaa.service($ServletRequestServicerFilter_1093620eeaa.java)
>     at
>
$ServletRequestServicer_1093620eeae.service($ServletRequestServicer_1093620eeae.java)
>     at
>
$ServletRequestServicer_1093620eea0.service($ServletRequestServicer_1093620eea0.java)
>     at org.apache.tapestry.ApplicationServlet.doService(
> ApplicationServlet.java:123)
>     at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java
> :79)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>     at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java
> :427)
>     at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(
> WebApplicationHandler.java:473)
>     at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
> :568)
>     at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
>     at org.mortbay.jetty.servlet.WebApplicationContext.handle(
> WebApplicationContext.java:635)
>     at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
>     at org.mortbay.http.HttpServer.service(HttpServer.java:954)
>     at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
>     at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
>     at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
>     at org.mortbay.http.SocketListener.handleConnection(SocketListener.java
> :244)
>     at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>     at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
> Caused by: java.lang.OutOfMemoryError: Java heap space
> 2006-02-04 09:42:24,953 WARN  -  - ServletHandler - Error for
> /app?page=core%2FDialogExample&service=page
> java.lang.OutOfMemoryError: Java heap space
> 
> 
> **********************************************************
> 
> 
> Unable to process client request: Failure enhancing class
> net.sf.tacos.ajax.components.AjaxForm: Java heap space
> 
> 
>       Session id    : va3hk8cs3nvf
> 
> Exceptions:
> 
> 2006-02-04 09:42:27,937 WARN  -  - RequestExceptionReporter - Unable to
> process client request: Unable to construct service
> tapestry.page.PageSpecificationResolver: Error building service
> tapestry.page.PageSpecificationResolver: Error at
> jar:file:/C:/Felix/Development/tacos4-alpha-7-pretap4-1/lib/tapestry-
> 4.0.jar!/META-INF/tapestry.page.xml, line 79, column 85: Unable to
> initialize service tapestry.page.PageSpecificationResolver (by invoking
> method initializeService on
> org.apache.tapestry.resolver.PageSpecificationResolverImpl): Java heap space
> org.apache.hivemind.ApplicationRuntimeException: Unable to construct service
> tapestry.page.PageSpecificationResolver: Error building service
> tapestry.page.PageSpecificationResolver: Error at
> jar:file:/C:/Felix/Development/tacos4-alpha-7-pretap4-1/lib/tapestry-
> 4.0.jar!/META-INF/tapestry.page.xml, line 79, column 85: Unable to
> initialize service tapestry.page.PageSpecificationResolver (by invoking
> method initializeService on
> org.apache.tapestry.resolver.PageSpecificationResolverImpl): Java heap space
> [jar:file:/C:/Felix/Development/tacos4-alpha-7-pretap4-1/lib/tapestry-
> 4.0.jar!/META-INF/tapestry.page.xml, line 78, column 38]
>     at
>
org.apache.hivemind.impl.servicemodel.ThreadedServiceModel.constructServiceForCurrentThread
> (ThreadedServiceModel.java:186)
>     at
>
org.apache.hivemind.impl.servicemodel.ThreadedServiceModel.getServiceImplementationForCurrentThread
> (ThreadedServiceModel.java:157)
>     at
>
$PageSpecificationResolver_1093620ef03._service($PageSpecificationResolver_1093620ef03.java)
>     at
>
$PageSpecificationResolver_1093620ef03.resolve($PageSpecificationResolver_1093620ef03.java)
>     at
>
$PageSpecificationResolver_1093620ef04.resolve($PageSpecificationResolver_1093620ef04.java)
>     at org.apache.tapestry.pageload.PageSource.getPage(PageSource.java:115)
>     at $IPageSource_1093620ee68.getPage($IPageSource_1093620ee68.java)
>     at org.apache.tapestry.engine.RequestCycle.loadPage(RequestCycle.java
> :268)
>     at org.apache.tapestry.engine.RequestCycle.getPage(RequestCycle.java
> :251)
>     at org.apache.tapestry.engine.RequestCycle.activate(RequestCycle.java
> :609)
>     at org.apache.tapestry.engine.PageService.service(PageService.java:66)
>     at $IEngineService_1093620eef5.service($IEngineService_1093620eef5.java)
>     at org.apache.tapestry.services.impl.EngineServiceOuterProxy.service(
> EngineServiceOuterProxy.java:66)
>     at org.apache.tapestry.engine.AbstractEngine.service(AbstractEngine.java
> :248)
>     at org.apache.tapestry.services.impl.InvokeEngineTerminator.service(
> InvokeEngineTerminator.java:60)
>     at
> $WebRequestServicer_1093620eecc.service($WebRequestServicer_1093620eecc.java)
>     at org.apache.tapestry.services.impl.DisableCachingFilter.service(
> DisableCachingFilter.java:48)
>     at
>
$WebRequestServicerFilter_1093620eece.service($WebRequestServicerFilter_1093620eece.java)
>     at
> $WebRequestServicer_1093620eed0.service($WebRequestServicer_1093620eed0.java)
>     at
> $WebRequestServicer_1093620eec8.service($WebRequestServicer_1093620eec8.java)
>     at
> org.apache.tapestry.services.impl.WebRequestServicerPipelineBridge.service(
> WebRequestServicerPipelineBridge.java:56)
>     at
>
$ServletRequestServicer_1093620eeac.service($ServletRequestServicer_1093620eeac.java)
>     at org.apache.tapestry.request.DecodedRequestInjector.service(
> DecodedRequestInjector.java:55)
>     at
>
$ServletRequestServicerFilter_1093620eea8.service($ServletRequestServicerFilter_1093620eea8.java)
>     at
>
$ServletRequestServicer_1093620eeae.service($ServletRequestServicer_1093620eeae.java)
>     at org.apache.tapestry.multipart.MultipartDecoderFilter.service(
> MultipartDecoderFilter.java:52)
>     at
>
$ServletRequestServicerFilter_1093620eea6.service($ServletRequestServicerFilter_1093620eea6.java)
>     at
>
$ServletRequestServicer_1093620eeae.service($ServletRequestServicer_1093620eeae.java)
>     at org.apache.tapestry.services.impl.SetupRequestEncoding.service(
> SetupRequestEncoding.java:53)
>     at
>
$ServletRequestServicerFilter_1093620eeaa.service($ServletRequestServicerFilter_1093620eeaa.java)
>     at
>
$ServletRequestServicer_1093620eeae.service($ServletRequestServicer_1093620eeae.java)
>     at
>
$ServletRequestServicer_1093620eea0.service($ServletRequestServicer_1093620eea0.java)
>     at org.apache.tapestry.ApplicationServlet.doService(
> ApplicationServlet.java:123)
>     at org.apache.tapestry.ApplicationServlet.doGet(ApplicationServlet.java
> :79)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>     at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java
> :427)
>     at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(
> WebApplicationHandler.java:473)
>     at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
> :568)
>     at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
>     at org.mortbay.jetty.servlet.WebApplicationContext.handle(
> WebApplicationContext.java:635)
>     at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
>     at org.mortbay.http.HttpServer.service(HttpServer.java:954)
>     at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
>     at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
>     at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
>     at org.mortbay.http.SocketListener.handleConnection(SocketListener.java
> :244)
>     at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>     at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
> Caused by: org.apache.hivemind.ApplicationRuntimeException: Error building
> service tapestry.page.PageSpecificationResolver: Error at
> jar:file:/C:/Felix/Development/tacos4-alpha-7-pretap4-1/lib/tapestry-
> 4.0.jar!/META-INF/tapestry.page.xml, line 79, column 85: Unable to
> initialize service tapestry.page.PageSpecificationResolver (by invoking
> method initializeService on
> org.apache.tapestry.resolver.PageSpecificationResolverImpl): Java heap space
> [jar:file:/C:/Felix/Development/tacos4-alpha-7-pretap4-1/lib/tapestry-
> 4.0.jar!/META-INF/tapestry.page.xml, line 78, column 38]
>     at
>
org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation
> (InvokeFactoryServiceConstructor.java:88)
>     at
>
org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.constructCoreServiceImplementation
> (AbstractServiceModelImpl.java:107)
>     at
>
org.apache.hivemind.impl.servicemodel.ThreadedServiceModel.constructServiceForCurrentThread
> (ThreadedServiceModel.java:166)
>     ... 48 more
> Caused by: org.apache.hivemind.ApplicationRuntimeException: Error building
> service tapestry.page.PageSpecificationResolver: Error at
> jar:file:/C:/Felix/Development/tacos4-alpha-7-pretap4-1/lib/tapestry-
> 4.0.jar!/META-INF/tapestry.page.xml, line 79, column 85: Unable to
> initialize service tapestry.page.PageSpecificationResolver (by invoking
> method initializeService on
> org.apache.tapestry.resolver.PageSpecificationResolverImpl): Java heap space
> [jar:file:/C:/Felix/Development/tacos4-alpha-7-pretap4-1/lib/tapestry-
> 4.0.jar!/META-INF/tapestry.page.xml, line 79, column 85]
>     at org.apache.hivemind.service.impl.BuilderFactoryLogic.createService(
> BuilderFactoryLogic.java:87)
>     at
> org.apache.hivemind.service.impl.BuilderFactory.createCoreServiceImplementation
> (BuilderFactory.java:42)
>     at
>
org.apache.hivemind.impl.InvokeFactoryServiceConstructor.constructCoreServiceImplementation
> (InvokeFactoryServiceConstructor.java:84)
>     ... 50 more
> Caused by: org.apache.hivemind.ApplicationRuntimeException: Error at
> jar:file:/C:/Felix/Development/tacos4-alpha-7-pretap4-1/lib/tapestry-
> 4.0.jar!/META-INF/tapestry.page.xml, line 79, column 85: Unable to
> initialize service tapestry.page.PageSpecificationResolver (by invoking
> method initializeService on
> org.apache.tapestry.resolver.PageSpecificationResolverImpl): Java heap space
> [jar:file:/C:/Felix/Development/tacos4-alpha-7-pretap4-1/lib/tapestry-
> 4.0.jar!/META-INF/tapestry.page.xml, line 79, column 85]
>     at org.apache.hivemind.impl.StrictErrorHandler.error(
> StrictErrorHandler.java:39)
>     at org.apache.hivemind.impl.ErrorLogImpl.error(ErrorLogImpl.java:40)
>     at org.apache.hivemind.service.impl.BuilderFactoryLogic.error(
> BuilderFactoryLogic.java:95)
>     at
> org.apache.hivemind.service.impl.BuilderFactoryLogic.invokeInitializer(
> BuilderFactoryLogic.java:255)
>     at org.apache.hivemind.service.impl.BuilderFactoryLogic.createService(
> BuilderFactoryLogic.java:81)
>     ... 52 more
> Caused by: java.lang.OutOfMemoryError: Java heap space
> 


-- 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to