Hi,
I would like to create a directory of users (with name, phone and email) who
are in a specific group but I'm not comfortable with query. Is there anybody
who have already work on a thing like this?
To avoid temporally the problem, I thought add a tag on the concerned users,
like this we can have a list of the user and go on the profile page, but
XWiki has to be blacklisted, so it's doesn't work for usual user.
Thanks
Regard
Ben
--
View this message in context: http://xwiki.475771.n2.nabble.com/User-directory-tp5069225p5069225.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hey all,
We've been having browser caching problems for attachments where users have had to wait hours before their data would be updated in xwiki.For IE, for example, killing all instances of IE, restarting the browser, and then visiting the attachment is a solution to this problem. We basically need a way to add a Cache-Control header when the server responds to the attachment link. Is there a way to prevent caching of the URL for attachments in the web browser by changing the config files, or by changing something in the xwiki code?
Thanks,
Felix
Hello there!
I'm trying to export a PDF including children pages, but everytime I tried
it I got an exception.
Detailed information:
Error number 11015 in 11: Exception while exporting
Wrapped Exception: Error number 12002 in 12: Exception while exporting PDF
Wrapped Exception: org.apache.fop.fo.ValidationException: Invalid
property encountered on "fo:block-container": overflow-x (See position
43:916)
com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception
while exporting
Wrapped Exception: Error number 12002 in 12: Exception while exporting PDF
Wrapped Exception: org.apache.fop.fo.ValidationException: Invalid
property encountered on "fo:block-container": overflow-x (See position
43:916)
at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:67)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
...
I've googled it, looked at the macros, scavenged the code for an
error... Nothing.
Any clues?
Best regards,
Wilson
Hi guys,
What could be causing this error? Am i missing some jar files?
I am using Tomcat 6.0.26 and XWiki Enterprise 2.3.28602
Thanks.
18-May-2010 11:34:13 org.apache.catalina.startup.Catalina start
INFO: Server startup in 5004 ms
2010-05-18 11:34:23,635 [
http://localhost:8080/xwiki/bin/view/WorkspaceWiki/CCS21%2DSRxxx%2D4] INFO
.AbstractXWikiMigrationManager - No storage migration required since
current version is [15429]
18-May-2010 16:51:13 org.apache.tomcat.util.http.Parameters
processParameters
WARNING: Parameters: Invalid chunk '' ignored.
2010-05-18 16:53:51,156 [http-8080-7] ERROR webserver.XmlRpcServlet
- Failed to create XmlRpcServer: Unable to load class:
com.xpn.xwiki.xmlrpc.XWikiXmlRpcApiImpl
org.apache.xmlrpc.XmlRpcException: Unable to load class:
com.xpn.xwiki.xmlrpc.XWikiXmlRpcApiImpl
at
org.apache.xmlrpc.server.PropertyHandlerMapping.newHandlerClass(PropertyHandlerMapping.java:92)
at
org.apache.xmlrpc.server.PropertyHandlerMapping.load(PropertyHandlerMapping.java:81)
at
org.apache.xmlrpc.server.PropertyHandlerMapping.load(PropertyHandlerMapping.java:66)
at
com.xpn.xwiki.xmlrpc.XWikiXmlRpcServlet.newPropertyHandlerMapping(XWikiXmlRpcServlet.java:56)
at
org.apache.xmlrpc.webserver.XmlRpcServlet.newXmlRpcHandlerMapping(XmlRpcServlet.java:161)
at
org.apache.xmlrpc.webserver.XmlRpcServlet.init(XmlRpcServlet.java:96)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.isSingleThreadModel(StandardWrapper.java:585)
at
org.jstripe.tomcat.probe.tools.ApplicationUtils.getServletInfo(ApplicationUtils.java:321)
at
org.jstripe.tomcat.probe.tools.ApplicationUtils.getApplicationServlets(ApplicationUtils.java:332)
at
org.jstripe.tomcat.probe.controllers.ListAppServletsController.handleContext(ListAppServletsController.java:32)
at
org.jstripe.tomcat.probe.controllers.ContextHandlerController.handleRequestInternal(ContextHandlerController.java:39)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:723)
at
org.jstripe.tomcat.probe.ProbeServlet.doDispatch(ProbeServlet.java:49)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:348)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:120)
at
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:558)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.jstripe.tomcat.probe.Tomcat55AgentValve.invoke(Tomcat55AgentValve.java:20)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException:
com.xpn.xwiki.xmlrpc.XWikiXmlRpcApiImpl
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1516)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1361)
at
org.apache.xmlrpc.server.PropertyHandlerMapping.newHandlerClass(PropertyHandlerMapping.java:90)
... 38 more
Caused by:
java.lang.ClassNotFoundException: com.xpn.xwiki.xmlrpc.XWikiXmlRpcApiImpl
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1516)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1361)
at
org.apache.xmlrpc.server.PropertyHandlerMapping.newHandlerClass(PropertyHandlerMapping.java:90)
at
org.apache.xmlrpc.server.PropertyHandlerMapping.load(PropertyHandlerMapping.java:81)
at
org.apache.xmlrpc.server.PropertyHandlerMapping.load(PropertyHandlerMapping.java:66)
at
com.xpn.xwiki.xmlrpc.XWikiXmlRpcServlet.newPropertyHandlerMapping(XWikiXmlRpcServlet.java:56)
at
org.apache.xmlrpc.webserver.XmlRpcServlet.newXmlRpcHandlerMapping(XmlRpcServlet.java:161)
at
org.apache.xmlrpc.webserver.XmlRpcServlet.init(XmlRpcServlet.java:96)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173)
at
org.apache.catalina.core.StandardWrapper.isSingleThreadModel(StandardWrapper.java:585)
at
org.jstripe.tomcat.probe.tools.ApplicationUtils.getServletInfo(ApplicationUtils.java:321)
at
org.jstripe.tomcat.probe.tools.ApplicationUtils.getApplicationServlets(ApplicationUtils.java:332)
at
org.jstripe.tomcat.probe.controllers.ListAppServletsController.handleContext(ListAppServletsController.java:32)
at
org.jstripe.tomcat.probe.controllers.ContextHandlerController.handleRequestInternal(ContextHandlerController.java:39)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:723)
at
org.jstripe.tomcat.probe.ProbeServlet.doDispatch(ProbeServlet.java:49)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:348)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:120)
at
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:558)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.jstripe.tomcat.probe.Tomcat55AgentValve.invoke(Tomcat55AgentValve.java:20)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:619)
18-May-2010 16:53:26 org.apache.tomcat.util.http.Parameters
processParameters
WARNING: Parameters: Invalid chunk '' ignored.
18-May-2010 16:54:11 org.restlet.util.Engine getInstance
SEVERE: Unable to find an implementation of the Restlet API. Please check
your classpath.
18-May-2010 16:54:11 org.restlet.Restlet <init>
SEVERE: Unable to fully initialize the Restlet. No Restlet engine available.
Hello everybody!
I need some help about construction of a subquery. I have 2 classes:
"projects" and "steps". Also, name of a projectclass pages - is one of a
property of a class "step" (for this reason, If I know project, I can find
all steps of this project).
I have one query:
#set ($hql = ",
BaseObject as obj, StringProperty as prop where
(obj.name=doc.fullName and
obj.className='UAProjectManagementCode.ProjectClass' and obj.name not like
'%ClassTemplate') and
(obj.id=prop.id.id and prop.id.name='ProjectName')
order by prop.value asc
")
This query returns all projects. After this, I use
#foreach ($proj in $projs)
#set ($projDoc = $xwiki.getDocument($proj))
#set ($projName = $projDoc.getName())
...
And, each time, for each project, I use second query, with additional filter
by $projName:
#set ($hql2 = ",
BaseObject as obj, StringProperty as prop, StringProperty as otherprop
where
(obj.name=doc.fullName and
obj.className='UAProjectManagementCode.StepClass' and obj.name not like
'%ClassTemplate') and
(obj.id=prop.id.id and prop.id.name='Project' and
prop.value='$projName') and
(obj.id=otherprop.id.id and otherprop.id.name='Step')
order by prop.value asc, otherprop.value asc
")
Together, this construction returns to me list of all projects with all
params, and for each project - list of all steps with all params. This
construction works normal, but I know, that HQL give possibility to use
subqueries. It is a best variant, because now 2-nd query runs for each
project. If projects will be much more - speed will go down ... In a page
with HQL examples
(http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples)
unfortunately not exist any examples about subqueries in a XWiki. Can
somebody help me?
Thanks beforehand!
Eugen Colesnicov
--
View this message in context: http://xwiki.475771.n2.nabble.com/using-subqueries-in-HQL-tp5069488p5069488…
Sent from the XWiki- Users mailing list archive at Nabble.com.
After upgrading to XE 2.3 the office importer stopped working. It always
return error messages
Missing input file. Please Go back and correct it.
Missing target space name. Please Go back and correct it.
Missing target page name. Please Go back and correct it.
No matter what i try. If not one have noticed this then I'm starting to
suspect I somehow have a broken install? I'm not sure how that can happen. I
just unpacked the war only changing the config files. then importing the
default pages. I had none of these issues with the previous 2.2 install.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Office-importer-not-working-tp5057128p505…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have the following environment
Tomcat 6.0.26
Mysql 5.1
Xwiki Enterprise build 2.3.28602
Windows XP
Every time i start tomcat i get several issues
- I can only shut it down by pressing CTRL+C several times
- While tomcat is running i dont see any messages on the console but when i
kill it by pressing CTRL+C several messages appear all at once.
- Xwiki does work fine i dont see anything out of the ordinary. The problems
are "behind the scenes"
Looking at the messages, some appear to be about memory leaks but i dont
really understand any of it. Here is a log of the messages that i see from
the point tomcat is started to teh point i kill it. Please have take a look
and let me know if there is anything i can do to fix it.
Thanks
---------------------------------------------------------------------------------
13-May-2010 17:53:38 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
C:\workarea\bin\programs\Java\jdk1.6.0_07\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\workarea\bin\Programs\PVCS\VM\win32\bin;C:\workarea\bin\oracle\product\10.1.0\Db_1\bin;C:\workarea\bin\oracle\product\10.1.0\Db_1\jre\1.4.2\bin\client;C:\workarea\bin\oracle\product\10.1.0\Db_1\jre\1.4.2\bin;C:\oracle\BIN\;C:\Program
Files\QuickTime\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\HPQ\IAM\bin;C:\Program Files\Common Files\Roxio
Shared\DLLShared\;C:\workarea\bin\MySQL\MySQL Server
5.1\bin;C:\workarea\bin\Program Files\cvsnt;C:\workarea\bin\Program
Files\cvsnt;c:\Program Files\CVSNT\
13-May-2010 17:53:39 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
13-May-2010 17:53:39 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1288 ms
13-May-2010 17:53:39 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
13-May-2010 17:53:39 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.26
13-May-2010 17:53:39 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
13-May-2010 17:53:40 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
13-May-2010 17:53:40 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor probe.xml
13-May-2010 17:53:41 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive crumb.war
log4j:WARN No appenders could be found for logger
(org.apache.struts.util.PropertyMessageResources).
log4j:WARN Please initialize the log4j system properly.
13-May-2010 17:53:43 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
13-May-2010 17:53:43 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
13-May-2010 17:53:43 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
13-May-2010 17:53:43 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory xwiki
13-May-2010 17:53:51 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
13-May-2010 17:53:51 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
13-May-2010 17:53:51 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/63 config=null
13-May-2010 17:53:51 org.apache.catalina.startup.Catalina start
INFO: Server startup in 12330 ms
2010-05-13 17:54:01,006 [
http://localhost:8080/xwiki/bin/preview/WorkspaceWiki/2010%20%2D%202011%20A…]
INFO .AbstractXWikiMigrationManager - No storage migration required since
current version is [15429]
13-May-2010 20:17:44 org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
13-May-2010 20:17:45 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: A web application appears to have started a thread named
[EvictionTimer-0] but has failed to stop it. This is very likely to create a
memory leak.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: A web application appears to have started a thread named
[DefaultQuartzScheduler_QuartzSchedulerThread] but has failed to stop it.
This is very likely to create a memory leak.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@188d649]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[com.aetrion.flickr.RequestContext.RequestContextThreadLocal] (value
[com.aetrion.flickr.RequestContext$RequestContextThreadLocal@536490]) and a
value of type [com.aetrion.flickr.RequestContext] (value
[com.aetrion.flickr.RequestContext@ef3b8b]) but failed to remove it when the
web application was stopped. To prevent a memory leak, the ThreadLocal has
been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@2e2b5c]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the ThreadL
ocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@120cb10]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@1f39660]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{}]) but failed to remove it when the web
application was stopped. To prevent a memory leak, the ThreadLocal has been
forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@188d649]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@188d649]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@1f39660]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=Lucene index updating thread}]) but
failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@188d649]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[com.aetrion.flickr.RequestContext.RequestContextThreadLocal] (value
[com.aetrion.flickr.RequestContext$RequestContextThreadLocal@536490]) and a
value of type [com.aetrion.flickr.RequestContext] (value
[com.aetrion.flickr.RequestContext@fd02ce]) but failed to remove it when the
web application was stopped. To prevent a memory leak, the ThreadLocal has
been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@120cb10]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@1f39660]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@188d649]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[com.aetrion.flickr.RequestContext.RequestContextThreadLocal] (value
[com.aetrion.flickr.RequestContext$RequestContextThreadLocal@536490]) and a
value of type [com.aetrion.flickr.RequestContext] (value
[com.aetrion.flickr.RequestContext@c33140]) but failed to remove it when the
web application was stopped. To prevent a memory leak, the ThreadLocal has
been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@120cb10]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@1f39660]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@188d649]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[com.aetrion.flickr.RequestContext.RequestContextThreadLocal] (value
[com.aetrion.flickr.RequestContext$RequestContextThreadLocal@536490]) and a
value of type [com.aetrion.flickr.RequestContext] (value
[com.aetrion.flickr.RequestContext@d674a1]) but failed to remove it when the
web application was stopped. To prevent a memory leak, the ThreadLocal has
been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@120cb10]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@1f39660]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{}]) but failed to remove it when the web
application was stopped. To prevent a memory leak, the ThreadLocal has been
forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@188d649]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[com.aetrion.flickr.RequestContext.RequestContextThreadLocal] (value
[com.aetrion.flickr.RequestContext$RequestContextThreadLocal@536490]) and a
value of type [com.aetrion.flickr.RequestContext] (value
[com.aetrion.flickr.RequestContext@6bc02d]) but failed to remove it when the
web application was stopped. To prevent a memory leak, the ThreadLocal has
been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@2e2b5c]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the ThreadL
ocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@120cb10]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@1f39660]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{}]) but failed to remove it when the web
application was stopped. To prevent a memory leak, the ThreadLocal has been
forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@188d649]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[com.aetrion.flickr.RequestContext.RequestContextThreadLocal] (value
[com.aetrion.flickr.RequestContext$RequestContextThreadLocal@536490]) and a
value of type [com.aetrion.flickr.RequestContext] (value
[com.aetrion.flickr.RequestContext@f69ed3]) but failed to remove it when the
web application was stopped. To prevent a memory leak, the ThreadLocal has
been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@2e2b5c]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the ThreadL
ocal has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@120cb10]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@1f39660]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
13-May-2010 20:17:46 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@2e2b5c]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the ThreadL
ocal has been forcibly removed.
13-May-2010 20:17:47 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@120cb10]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:47 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.jboss.cache.invocation.InvocationContextContainer] (value
[org.jboss.cache.invocation.InvocationContextContainer@1f39660]) and a value
of type [org.jboss.cache.invocation.MVCCInvocationContext] (value
[InvocationContext{transaction=null, globalTransaction=null,
transactionContext=null, optionOverrides=Option{failSilently=false,
cacheModeLocal=false, dataVersion=null, suppressLocking=false,
lockAcquisitionTimeout=-1, forceDataGravitation=false,
skipDataGravitation=false, forceAsynchronous=false, forceSynchronous=false,
suppressPersistence=false, suppressEventNotification=false},
originLocal=true, bypassUnmarshalling=false}]) but failed to remove it when
the web application was stopped. To prevent a memory leak, the Thread
Local has been forcibly removed.
13-May-2010 20:17:47 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{}]) but failed to remove it when the web
application was stopped. To prevent a memory leak, the ThreadLocal has been
forcibly removed.
13-May-2010 20:17:47 org.apache.catalina.loader.WebappClassLoader
clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type
[org.apache.log4j.helpers.ThreadLocalMap] (value
[org.apache.log4j.helpers.ThreadLocalMap@115a3af]) and a value of type
[java.util.Hashtable] (value [{url=
http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…<http://localhost:8080/xwiki/bin/saveandcontinue/WorkspaceWiki/2010%20%2D%20…>])
but failed to remove it when the web application was stopped. To prevent a
memory leak, the ThreadLocal has been forcibly removed.
Exception in thread "Lucene Index Updater" java.lang.RuntimeException:
Component manager has not been initialized before lookup for
[org.xwiki.context.Execution] for hint [default]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:618)
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:635)
at
com.xpn.xwiki.util.AbstractXWikiRunnable.cleanupExecutionContext(AbstractXWikiRunnable.java:76)
at
com.xpn.xwiki.util.AbstractXWikiRunnable.run(AbstractXWikiRunnable.java:102)
at java.lang.Thread.run(Thread.java:619)
Exception in thread "AWT-Windows" java.lang.IllegalStateException: Shutdown
in progress
at
java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:39)
at java.lang.Runtime.addShutdownHook(Runtime.java:192)
at sun.awt.windows.WToolkit.run(WToolkit.java:276)
at java.lang.Thread.run(Thread.java:619)
Hi,
Does anybody know if it's possible to change the translation for the
interface (for example, the logout button) ?
I would like to avoid overwriting the "$!msg.get('logout')" which is
definitively not a good solution.
Thanks
Regards
Ben
--
View this message in context: http://xwiki.475771.n2.nabble.com/Languages-and-translation-tp5041928p50419…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'm using workspaces 1.2M1 as a virtual xwiki under xem 1.3. I have
configured the XWikiServerClass object under XWikiServerServername to
have the visibility property set to 'Private'. When I look at
XWikiPreferences in the virtual xwiki, there are XWikiGlobalRights
objects configured Deny, Groups:,Levels:Register,Users:XWikiGuest, and
Deny, Groups:XWikiAllGroup, Levels: edit, register, Users:
The registration form still appears on the login page, and upon
filling in the fields and submitting, registration is successful.
I need to not allow registration by anyone except Admin.
Thanks,
Dan Svoboda