Hello xwiki users,
I have to upload larger files (i.e. ebooks (above 100MB) or images of 80MB) and at the moment the upload fails.
I increased the size of mysql packages to 512 MB, but it didn't help, any ideas?
Best regards
Pierre
Hello xwiki users,
I have to upload larger files (i.e. ebooks (above 100MB) or images of 80MB) and at the moment the upload fails.
I increased the size of mysql packages to 512 MB, but it didn't help, any ideas?
Best regards
Pierre
I've got pristine installations of both mysql 5.1.48 and glassfish 2.1.1,
and I always get:
PWC1406: Servlet.service() for servlet action threw exception
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main
XWiki context Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from
param xwiki.store.migration.manager.class Wrapped Exception: Could not
initialize class net.sf.cglib.proxy.Enhancer at
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402) at
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:471) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116) at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:734) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at
org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
at .....
[rest of dump cut]
This is annoying, because I was able to get an earlier version of Xwiki
going, but had a server crash where everything got wiped out, and I'm
starting fresh.
Any help would be gratefully received.
Many thanks.
Regards,
Mike
Hello,
How can I force (via some admin script or configuration) that a specific user's group have a predefined watchlist? I would like to guarantee that a specific set of pages and/or spaces are being monitored by certain groups. I'm using XWiki 2.4 with LDAP groups for authentication.
Regards,
Ramon Gomes Brandão
Hi xwikiers,
Since May and actively since end of August I'm working on a POC for
the future (long awaited) Extension Manager. It's now in a state where
you can play with it a bit !
So here is a quick advertisement.
You can find it on
http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-extension/
What it does already:
- display remote extension and its dependencies as a tree
- install remote extension and its dependencies from repositories
- framework support any kind of extension using ExtensionInstaller
component interface but only jar installer is implemented right now
- framework support any kind of repository using RepositoryFactory
component interface but only maven is implemented right now
- load installed application when XWiki starts
Critical features not yet supported:
- miscellaneous rights protections in extension manager script service
- uninstall/upgrade support: need to find a way to remove a jar from
classloader. Note that you can remove an extension from local
repository and restart.
- xar installer: just need to provide a ExtensionInstaller
implementation with role hint "xar" since this needs access to the
whole model the first version will probably be implemented with old
APIs (XWikiDocument, etc.) on xwiki-core side
- install extension not coming from a repository: the current API is
very repository centric but you can do it "by hand" by putting
directly the extension jar file in the local repository.
- real descriptors in local repository for installed extensions (to
store in a repository independent way extension information as well as
some local only metadas like the fact that an extension as been
installed as a dependency of another etc.)
- others on http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-extension/README.t…
I'm preparing some design documentation that will go on
http://dev.xwiki.org/xwiki/bin/view/Design/ExtensionManagerProposal
but i don't have much time right now so it will probably be tomorrow
(GMT).
The current state is not final at all but it still introduce a lot of
APIs and design, lets call it an over designed POC. It needs to be
discussed in all it's aspects before having its experimental tag
removed. The plan is to distribute it with XE coming with 2.5 whatever
it's state (when it does not represent a risk for XE obviously) as an
experimental playground with all the required warnings in the UI and
promote it when we are happy with a first version.
Thanks,
--
Thomas Mortagne
Ok I figured this one out!!
The pg_hba.conf file of Postgresql needed to have this line added:
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 trust
*host all all 192.168.0.151/32 trust*
Now all is fine!! :-)
Few!
Regards,
Kaya
-------- Original Message --------
Subject: Strange HTTP://500 error?? hibernate.cfg.xml wrong?
Date: Mon, 13 Sep 2010 16:23:37 +0300
From: Kaya Saman <kayasaman(a)gmail.com>
To: XWiki Users <users(a)xwiki.org>
Hi,
as some of you guys who've already helped me know by now that I have a
working instance of Xwiki....
Recently I tried to simulate this and go over the steps I'd already done
in order to document the install!
I installed FreeBSD 8.0 Release x64 and recreated my FreeBSD jail that I
currently run Xwiki in.
Everything went to plan with all steps involved being documented all the
way and versions of software checked against each other; however, when
it came to actually browsing to Xwiki I got an error 500 message??
All details of my install can be found here:
http://wiki.optiplex-networks.com/xwiki/bin/view/FreeBSD/XWiki
however it is quite long so I am only going to explain about the error
and areas that the error highlights:
I'm using Postgresql as the DB backend as I had issues with MySQL so
that needs further testing later, and Tomcat6.
My hibernate.cfg.xml file looks like so:
<!-- PostgreSQL configuration.
Uncomment if you want to use PostgreSQL and comment out other
database configurations. -->
<property
name="connection.url">jdbc:postgresql://localhost:5432/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">org.postgresql.Driver</property>
<property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
With the rest all commented out apart from the default non-database
stuff right at the top of the stock file; the default DB lines have been
commented out!
Although no need I uncommented this line:
xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
in the xwiki.cfg file.
This is the exact error:
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:471)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
The only thing I did differently is initially build the JDK environment and Tomcat without the TZupdater tool from Sun??
Has anyone got any ideas of what I'm missing here and why the system claims that there is an error in the hibernate.cfg.xml file??
These are the versions of Postgresql connector that I have tried:
postgresql-8.2-511.jdbc4.jar
postgresql-8.3-603.jdbc4.jar
postgresql-8.3-606.jdbc4.jar
On my production build I use 8.3-603.jdbc4.jar
On the test version I also installed some patches for the JDK environment as I hadn't updated my ports tree before building the packages even though
upgrading the ports rebuilt all the installed packages by removing them first so I don't know if the patch has been applied again or not???
Anyway, fact is that somethings wrong and I need to get to the bottom of this :-)
Many thanks for any help!
Regards,
Kaya
Hi,
as some of you guys who've already helped me know by now that I have a
working instance of Xwiki....
Recently I tried to simulate this and go over the steps I'd already done
in order to document the install!
I installed FreeBSD 8.0 Release x64 and recreated my FreeBSD jail that I
currently run Xwiki in.
Everything went to plan with all steps involved being documented all the
way and versions of software checked against each other; however, when
it came to actually browsing to Xwiki I got an error 500 message??
All details of my install can be found here:
http://wiki.optiplex-networks.com/xwiki/bin/view/FreeBSD/XWiki
however it is quite long so I am only going to explain about the error
and areas that the error highlights:
I'm using Postgresql as the DB backend as I had issues with MySQL so
that needs further testing later, and Tomcat6.
My hibernate.cfg.xml file looks like so:
<!-- PostgreSQL configuration.
Uncomment if you want to use PostgreSQL and comment out other
database configurations. -->
<property
name="connection.url">jdbc:postgresql://localhost:5432/xwiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">org.postgresql.Driver</property>
<property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
With the rest all commented out apart from the default non-database
stuff right at the top of the stock file; the default DB lines have been
commented out!
Although no need I uncommented this line:
xwiki.store.hibernate.path=/WEB-INF/hibernate.cfg.xml
in the xwiki.cfg file.
This is the exact error:
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:402)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:471)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
The only thing I did differently is initially build the JDK environment and Tomcat without the TZupdater tool from Sun??
Has anyone got any ideas of what I'm missing here and why the system claims that there is an error in the hibernate.cfg.xml file??
These are the versions of Postgresql connector that I have tried:
postgresql-8.2-511.jdbc4.jar
postgresql-8.3-603.jdbc4.jar
postgresql-8.3-606.jdbc4.jar
On my production build I use 8.3-603.jdbc4.jar
On the test version I also installed some patches for the JDK environment as I hadn't updated my ports tree before building the packages even though
upgrading the ports rebuilt all the installed packages by removing them first so I don't know if the patch has been applied again or not???
Anyway, fact is that somethings wrong and I need to get to the bottom of this :-)
Many thanks for any help!
Regards,
Kaya
Hello.
Does XWiki support OpenID authentication yet?
It would be natural, since a wiki is asually an additional service of some
big portal.
E.g. a business portal, a gaming portal, a scientific portal.
I know you have LDAP authentication, but LDAP is for Enterprise only - i.e.
for LAN only.
And for Internet you need OpenID.
Do you have OpenID authenticator implemented?
Or are you planning on it?
Hello!
I've tried (without success) some scripts to hide the class template when
using livetable. It is
said<http://xwiki.475771.n2.nabble.com/Livetable-td4744002.html>that
on 2.1+ XWiki versions this doesn't happen anymore; template document
is filtered by JSON sources. But I'm using 2.2.1 XWiki version, and I still
get the template document appering in the results.
I didn't understand the following (which i've tried to use to filter the
template):
#if ("$!className" != "")
#set(${...Sql = ", [snip] and doc.fullName <> '${className}*Template*'
[snip]")
from the link <http://xwiki.475771.n2.nabble.com/Livetable-td4744002.html>.
This is the code which would filter the template, right?
Can anyone help me?
--
Atenciosamente,
Erica Usui.
I am frequently (and randomly it seems) getting a 4001 error while
parsing velocity page /templates/wysiwyginput.vm when loading pages for
inline-edits.
This is happening both on fields that have wiki-syntax (2.0) content and
fields that while able to take wiki-syntax content, have only plain
text. (i.e. "Lengthy, detailed information as needed. A good use of this
would be training for new application features. This will be limited to
text. If more is needed the user should be redirected to more detailed
help documentation.")
If the inline-edit page is immediately hard-refreshed (<CTRL>+<F5>), the
message usually goes away and the correct content is displayed. However,
users often don't notice the problem until 3-5 edits later, once the
error message output has been saved to the field. (see log messages
below)
The setup that I have is:
-- Page
-- 1 Class Object of type A w/ multiple properties (incl. several
textarea fields)
-- Many Class Objects of type B w/ multiple properties (incl.
several textarea fields)
-- Many Class Objects of type C w/ multiple properties (incl.
several textarea fields)
The problem has occurred for objects from all three classes, and there
doesn't seem to be any consistency as to which class/property it happens
to.
The biggest thing that I can't figure out is that for one load of the
page it's fine, then it's broken, then (without changing the underlying
data or code) it's fine again.
Thanks!
--Matt
Here is the output from the catalina.out log file:
2010-09-09 18:12:59,874
[http://xwiki.internal.nwresearch.com/xwiki/bin/preview/ProjectManagemen
t/UseCase%2DAddEditDeleteListSystemUpdateNotifications] ERROR
internal.DefaultHTMLConverter - Can't find descriptor for the
component [role = [org.xwiki.rendering.renderer.BlockRenderer] hint =
[default]]
org.xwiki.component.manager.ComponentLookupException: Can't find
descriptor for the component [role =
[org.xwiki.rendering.renderer.BlockRenderer] hint = [default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(Embeddab
leComponentManager.java:356)
at
org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableCo
mponentManager.java:109)
at
org.xwiki.component.internal.DefaultComponentManager.lookup(DefaultCompo
nentManager.java:85)
at
com.xpn.xwiki.wysiwyg.server.converter.internal.DefaultHTMLConverter.fro
mHTML(DefaultHTMLConverter.java:104)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
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:2
98)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2)
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)
2010-09-09 18:12:59,890
[http://xwiki.internal.nwresearch.com/xwiki/bin/preview/ProjectManagemen
t/UseCase%2DAddEditDeleteListSystemUpdateNotifications] ERROR
filter.ConversionFilter - Exception while parsing HTML
java.lang.RuntimeException: Exception while parsing HTML
at
com.xpn.xwiki.wysiwyg.server.converter.internal.DefaultHTMLConverter.fro
mHTML(DefaultHTMLConverter.java:110)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
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:2
98)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2)
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: org.xwiki.component.manager.ComponentLookupException: Can't
find descriptor for the component [role =
[org.xwiki.rendering.renderer.BlockRenderer] hint = [default]]
at
org.xwiki.component.embed.EmbeddableComponentManager.initialize(Embeddab
leComponentManager.java:356)
at
org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableCo
mponentManager.java:109)
at
org.xwiki.component.internal.DefaultComponentManager.lookup(DefaultCompo
nentManager.java:85)
at
com.xpn.xwiki.wysiwyg.server.converter.internal.DefaultHTMLConverter.fro
mHTML(DefaultHTMLConverter.java:104)
... 22 more
org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content
with id [/templates/wysiwyginput.vm]
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:200)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1791)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
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(Applica
tionFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)
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:2
98)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2)
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: org.apache.velocity.exception.VelocityException: Reference
evaluation threw an exception at /templates/wysiwyginput.vm[line 57,
column 7]
at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReferen
ce.java:481)
at
org.apache.velocity.runtime.parser.node.ASTAndNode.evaluate(ASTAndNode.j
ava:104)
at
org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpres
sion.java:62)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:85)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336)
at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191)
... 39 more
Caused by: java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
at java.util.HashMap$EntryIterator.next(HashMap.java:834)
at java.util.HashMap$EntryIterator.next(HashMap.java:832)
at java.util.AbstractMap.toString(AbstractMap.java:485)
at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReferen
ce.java:477)
... 46 more
Here is the output that displays in the field:
Error number 4001 in 4: Error while parsing velocity page
/templates/wysiwyginput.vm Wrapped Exception: Failed to evaluate content
with id [/templates/wysiwyginput.vm] (% id="xwikierror1" style="display:
none;" %) ((( (% class="xwikierror" %) {{{Error number 4001 in 4: Error
while parsing velocity page /templates/wysiwyginput.vm Wrapped
Exception: Failed to evaluate content with id
[/templates/wysiwyginput.vm] com.xpn.xwiki.XWikiException: Error number
4001 in 4: Error while parsing velocity page /templates/wysiwyginput.vm
Wrapped Exception: Failed to evaluate content with id
[/templates/wysiwyginput.vm] at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:122) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1791) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431) at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236) at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
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(Applica
tionFilterChain.java:290) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233) at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191) at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127) 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:2
98) at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2) 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) Wrapped Exception:
org.apache.velocity.exception.VelocityException: Reference evaluation
threw an exception at /templates/wysiwyginput.vm[line 57, column 7] at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReferen
ce.java:481) at
org.apache.velocity.runtime.parser.node.ASTAndNode.evaluate(ASTAndNode.j
ava:104) at
org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpres
sion.java:62) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:85) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1791) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431) at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236) at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
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(Applica
tionFilterChain.java:290) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:235) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206) at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:233) at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191) at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127) 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:2
98) at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:85
2) 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.util.ConcurrentModificationException at
java.util.HashMap$HashIterator.nextEntry(HashMap.java:793) at
java.util.HashMap$EntryIterator.next(HashMap.java:834) at
java.util.HashMap$EntryIterator.next(HashMap.java:832) at
java.util.AbstractMap.toString(AbstractMap.java:485) at
org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTReferen
ce.java:477) ... 46 more }}} )))