Jump to content
We've recently updated our Privacy Statement, available here ×

daareiza

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by daareiza

  1. Hello, I'm trying to do the same thing, without success :( I have modified both $tomcat/conf/Catalina/localhost and context.xml files, first, only changing the context path and database names, but the second instance of JS doesn't start. I also tried changing the resource name (jdbc/jasperserver) to a different one (and modified all the files that has a reference to it) but doesnt work. Any suggestion???? Log file when the resource names and databases are different: 11/06/2010 12:38:17 AM org.apache.catalina.core.StandardContext start GRAVE: Error listenerStart 11/06/2010 12:38:17 AM org.apache.catalina.core.StandardContext start GRAVE: Falló en arranque del Contexto [/jaspergenerico] debido a errores previos 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: A web application appears to have started a thread named [quartzScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: A web application appears to have started a thread named [CascadeCacheCleaner] but has failed to stop it. This is very likely to create a memory leak. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Current transaction name]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Prototype beans currently in creation]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Current transaction isolation level]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Current aspect-driven transaction]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Transaction synchronizations]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Current transaction read-only status]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value ) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Actual transaction active]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Transactional resources]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed. 11/06/2010 12:38:17 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap GRAVE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Hibernate Sessions registered for deferred close]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
  2. Hello, I am trying to use the SwapFileVirtualizerFactory class to improve server performance, because report generation is too slow, but when I modify the bean in the applicationContext.xml from FileVirtualizerFactory to SwapFileVirtualizerFactory, tomcat can't start the jasperserver application. Viewing the log files, I encountered one error in the "directory" property, it says it's an invalid property (Invalid property 'directory' of bean class [com.jaspersoft.jasperserver.api.engine.common.service.impl.SwapFileVirtualizerFactory]: Bean property 'directory' is not writable or has an invalid setter method.), so, I removed that property and all works fine. Any Ideas of what is happening? Any repercusion in the bean without that property? Post Edited by daareiza at 05/19/2010 00:02
  3. Hi, I have the same problem/question This function is already implemented in JS?, or, its the first time you ever heard an user need that requirement? Thanks in advance. Post Edited by daareiza at 04/26/2010 11:16
×
×
  • Create New...