Hi Rudi, Hi Vincent,
Many thanks!
I removed (yesterday) xwiki-plugin-collection-1.1-xwiki20.jar, and now I can work!
Best regards
Boris
>
> Message: 2
> Date: Wed, 1 Dec 2010 06:57:34 -0800 (PST)
> From: Tronicek
> Subject: Re: [xwiki-users] (no subject)
> To: users(a)xwiki.org
> Message-ID:
> Content-Type: text/plain; charset=us-ascii
>
>
> Hi Boris, Hi Vincent,
>
> i realized a problem in MultiPageExportApplication. It requires the
> xwiki-collection plugin to be installed.
> The problem is that xwiki-plugin-collection-1.1-xwiki20.jar has a reference
> to the Class org.xwiki.rendering.listener.Attachment
>
> After removing the plugin from xwiki.cfg the ClassNotFoundException was
> gone. So remove:
> com.xpn.xwiki.plugin.collection.CollectionPlugin, \
>
> I've been missing a JIRA category for this. Vincent, can you report this
> error, please?
> Thanks,
> Rudi
> --
> View this message in context: http://xwiki.475771.n2.nabble.com/no-subject-tp5787856p5792137.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> ------------------------------
>
> Message: 6
> Date: Thu, 2 Dec 2010 10:12:15 +0100
> From: Vincent Massol
> Subject: Re: [xwiki-users] (no subject)
> To: XWiki Users
> Message-ID:
> Content-Type: text/plain; charset=us-ascii
>
> Hi Rudi,
>
> On Dec 1, 2010, at 3:57 PM, Tronicek wrote:
>
> >
> > Hi Boris, Hi Vincent,
> >
> > i realized a problem in MultiPageExportApplication. It requires the
> > xwiki-collection plugin to be installed.
> > The problem is that xwiki-plugin-collection-1.1-xwiki20.jar has a reference
> > to the Class org.xwiki.rendering.listener.Attachment
> >
> > After removing the plugin from xwiki.cfg the ClassNotFoundException was
> > gone. So remove:
> > com.xpn.xwiki.plugin.collection.CollectionPlugin, \
> >
> > I've been missing a JIRA category for this. Vincent, can you report this
> > error, please?
>
> Well right now this collection plugin is not developed nor supported by the xwiki dev team. It's not part of any release and doesn't have any jira project. It's been contributed by an individual (Ludovic Dubost). It's not even documented on code.xwiki.org...
>
> It's only available here:
> http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-plugin-collection/
>
> Since it's used by the mutipage export app it should be at least:
> 1) promoted to contrib/projects
> 2) documented on code.xwiki.org
>
> Any taker for that?
>
> Then we need to review it and decide if that's something we want in the platform (in which case we'll need to rewrite it as a component IMO) and if so take ownership of it.
>
> So in the meantime, you could request access to the contrib sandbox and fix it, see:
> http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome
> (note: we have a skin issue I've just noticed on contrib ;)).
>
> Thanks
> -Vincent
>
>
Dears,
I have tryed to upgrade my XWiki from 2.1.1 to 2.6, but I have an exception:
----------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
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)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
root cause
java.lang.NoClassDefFoundError: org/xwiki/rendering/listener/Attachment
java.lang.Class.forName0(Native Method)
java.lang.Class.forName(Unknown Source)
.................
--------------
And really there isn't Attachment.class in xwiki-core-rendering-api-2.6.jar! (there is in 2.1.1)
What can I do?
Best regards
Boris Gorelik
Hello xwiki users,
I just installed xwiki on windows server. I unpacked the stand alone
version Stable: xwiki-enterprise-jetty-hsqldb-2.6.zip into a directory
called XWikiHome and setup MySQL data base, created a new user. When I am
in the server itself, I can login. But when I try to login from another
computer I cannot login and the xwiki creates a message:
WARN xwiki.MyPersistentLoginManager - Login cookie validation hash mismatch!
Cookies have been tampered with
I have seen a few other emails regarding the same issue. But I don't see a
solution. One suggestion was to change cookie version
to cookie.setVersion(1); but I am not sure where this change needs to be
made? My XWikiHome folder contains the following folders and files:
XWikiHome:
database (folder)
jetty (folder)
META-INF (folder)
webapps (folder)
start_xwiki
start_xwiki
start_xwiki_debug
start_xwiki_debug
stop_xwiki
stop_xwiki
xwiki
Within the folders, I don't see any configuration file or a file like a
"..LoginManager..". Did I not install this correctly? But I can actually
open the pages when I am in the server from internet explorer. But from
another computer, I get the login page but cannot login. As a side note, I
have tried version 2.5 last week and I did not have this problem. Then I
wanted to change the location of the xwiki, so I deleted that directory and
reinstalled the 2.6 version into another drive.
I appreciate your suggestions. Thanks, - Nevzat
I have looked around, and found a few things here and there but nothing that
deals directly with the subject.
When creating a class of a list type, the option for relational storage is
allowed.
What are the pro's and con's of using relational storage.
What does relational storage do, what table inside of the database is used,
so on and so forth.
Thank you in advance for your help
Martin Bryant
--
View this message in context: http://xwiki.475771.n2.nabble.com/Relational-Storage-tp5792341p5792341.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I've been searching the archive, but coming up short here.
I'm trying to get custom authentication going on XWiki Enterprise 2.6.
I've successfully implemented the XWikiAuthService by extending
XwikiAuthServiceImpl as suggested here :
http://bodez.wordpress.com/2008/10/15/xwiki-user-authentication-with-oracle…
so/
I have also added the xwiki.authentication.authclass line to my xwiki.cfg.
I'm able to automatically create a new user in xwiki using the
XWiki.createEmptyUser method, and I get logged in.
However, when I get in as that user all I get is "Error You are not
allowed to view this document or perform this action." No matter what I try
to look at, including the personal profile.
Can anyone tell me what I'm missing here?
The XWiki documentation says that you "can" implement your own right
management service, but it doesn't say that is necessary. Is it?
Thanks,
Lenny
Hi all,
I am running xwiki 2.6 in a farm deployed in a glassfish 3.0.1 server.
I've seen that error for older wiki versions too.
Accessing the same wiki on the same server deployed in a tomcat (just
using an other http ports) causes no problem.
Any hint?
Thanks
mb
Browsing w/o login works fine.
Loging on even as an adminstrator leads to the error below shown in the
"comments" / "attachment" ... section
Error number 4001 in 4: Error while parsing velocity page
/templates/commentsinline.vm Wrapped Exception: Failed to evaluate
content with id [/templates/commentsinline.vm]
<http://addons.dedavwsk01.infor.com/xwiki/bin/view/XML+Druck+%28Altova%29/Pr…>
Error number 4001 in 4: Error while parsing velocity page /templates/commentsinline.vm
Wrapped Exception: Failed to evaluate content with id [/templates/commentsinline.vm]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing velocity page /templates/commentsinline.vm
Wrapped Exception: Failed to evaluate content with id [/templates/commentsinline.vm]
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:122)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1874)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1812)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:896)
at sun.reflect.GeneratedMethodAccessor254.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
..............
Hi all,
I am running xwiki 2.6 in a farm deployed in a glassfish 3.0.1 server.
I've seen that error for older wiki versions too.
Accessing the same wiki on the same server deployed in a tomcat (just
using an other http ports) causes no problem.
Any hint?
Thanks
mb
Browsing w/o login works fine.
Loging on even as an adminstrator leads to the error below shown in the
"comments" / "attachment" ... section
Error number 4001 in 4: Error while parsing velocity page
/templates/commentsinline.vm Wrapped Exception: Failed to evaluate
content with id [/templates/commentsinline.vm]
<http://addons.dedavwsk01.infor.com/xwiki/bin/view/XML+Druck+%28Altova%29/Pr…>
Error number 4001 in 4: Error while parsing velocity page /templates/commentsinline.vm
Wrapped Exception: Failed to evaluate content with id [/templates/commentsinline.vm]
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing velocity page /templates/commentsinline.vm
Wrapped Exception: Failed to evaluate content with id [/templates/commentsinline.vm]
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:122)
at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1874)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1812)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:896)
at sun.reflect.GeneratedMethodAccessor254.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
..............
Hi!
Just a one line to congratulate the whole XWiki team and community for
getting XWiki farm running in the 2.6 XE/XEM featuring colibri skin. It
looks great!
Thanks for your work!
Ricardo
--
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems
Hi,
Can anyone advise on a calendar to use with XWiki. There appear to be a
number:XWiki-GWT Calendar Project, CalendarPlugin, Calendar Application and
CalendarApplication2010 all appear when searching for calendar. Are any good
enough to use and, if they are, which would be recommended? How close is
CalendarApplication2010 to seeing the light of day?
Thanks
Jonathan
Hey All:
I was wondering what, or how the format of the date is used, in the XAR.
What is the conversion that is used to signify the date and time. For
example I have a modify date and time of 2010/11/26 10:52. In the XML the
data is listed as 1290786747000.
The reason that this is important, is that I am trying to create a set of
pages via xml and import them as such. It will also help in parsing over
exported xmls for an external reference.
Thanks for your help.
Martin Bryant
--
View this message in context: http://xwiki.475771.n2.nabble.com/Date-Format-in-XAR-tp5777753p5777753.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
In my application I need to import a *.xar file programmatically. I tried to
do something about it in the *.vm file, but I didn't succeed.
I want to import a small *.xar (which is an exported space) every time a
button is pushed.
Can anyone help me?
--
Atenciosamente,
Erica Usui.
Received:
[xwiki-users] [myxwiki] new wiki request
would like to check out the xwiki platform
icliptv
thx
searched (Nov 26, h15:14 EU time):
http://gfortini.myxwiki.org
answer:
The requested wiki does not exist
Any help?
tnx
Giuseppe Fortini
Hello,
I've a problem to integrate and use Javascript in XWiki when I use Class and
Sheet, in 'inline' mode.
I've a second class, called IGCountriesClass, with 2 properties: a static
list called countryzone (contains "EU|AP|LA|NA|WW" for Europe, Asian
Pacific, North America, Latina America and WorldWide) and a string property
called countryname for the country name.
This Class is used to create some documents with format EU/France,
EU/Espagne, EU/Italie, LA/Brasil, etc... to add more countries if needed.
I've also another Class with 2 lists properties (called intergeozone and
intergeocountry), first is static with "EU|AP|LA|NA|WW" like countryzone
from first Class. The second list is a database list property which is
filled with hibernate query "select doc.name, doc.title from
com.xpn.xwiki.doc.XWikiDocument as doc where doc.web = 'EtudeIGCountries'
and doc.name != 'WebHome' order by doc.name"
Well, my problem, I need to control the filling of the second list with
countries belonging to the selected zone in the first list. It's really so
easy to do this with using javascript in normal web use, easy to with xwiki
in 'view' mode but I've a problem to do it with javascript when I go to
'inline' mode.
I use this code in the second Class Sheet, all is ok in 'view' mode but
problem come when I go in 'inline' mode. I get problem with result from
$obj.get(objectname) apparently.
Could someone help me, please? :)
[code]
{{html}}
<!--script type="text/javascript"//-->
function initZone()
{
var selObj = document.getElementById('countriesSelect');
selObj.options[0] = new Option('---','');
selObj.selectedIndex = 0;
}
function changeListe()
{
choix = document.getElementById("zonesList").value
populateCountries(choix)
}
function populateCountries(newzone)
{
var countObj = 0;
var selObj = document.getElementById('countriesSelect');
for (var i = 0; i < selObj.options.length; i++)
{
selObj.options[i] = null;
}
selObj.options.length=null;
selObj.options[countObj++] = new Option('---','');
selObj.selectedIndex = 0;
#set ($filespace = "EtudeIGCountries")
#set ($recherche = $xwiki.searchDocuments("where doc.name != 'WebHome' and
doc.space = ? order by doc.name asc",[${filespace}]))
#foreach($entry in $sorttool.sort($recherche))
#set ($tempdoc = "${entry}")
#set ($doctemp = $xwiki.getDocument($tempdoc))
#set ($obj = $doctemp.getObject('EtudeCode.EtudeIGCountriesClass'))
#set ($entryDoc = $xwiki.getDocument($entry))
#if($entryDoc.getObject('EtudeCode.EtudeIGCountriesClass'))
if ((newzone == "${obj.get('countryzone')}") || (newzone == "WW"))
{
selObj.options[countObj++] = new Option("${obj.get('countryname')}",
"${obj.get('countryname')}");
}
#end
#end
}
</script>
<!--SELECT id="zonesList" onchange="changeListe()" name="zonesList"//-->
#foreach($listitem in $list)
## * value: $listitem displayed value: $map.get($listitem).getValue()
#if ($map.get($listitem).getValue() == "NA")
<OPTION value="$map.get($listitem).getValue()"
SELECTED>$map.get($listitem).getValue()</OPTION>
#else
<OPTION
value="$map.get($listitem).getValue()">$map.get($listitem).getValue()</OPTION>
#end
#end
</SELECT>
<SELECT id="countriesSelect" name="countriesList"></SELECT>
<!--script type="text/javascript">initZone();</script//-->
{{/html}}
[/code]
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-Class-and-Javascript-tp5770427p5770…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am out of the office until 11/29/2010.
Enjoying the US Thanksgiving holiday ... back on Monday, 11/29.
Note: This is an automated response to your message "users Digest, Vol 40,
Issue 58" sent on 11/24/10 16:43:00.
This is the only notification you will receive while this person is away.
Hi,
As was wondering if H2 database was still supported as database from xwiki.
According to this page (
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationH2), this
should work but here is the exception I get whe using this configuration :
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: Errors in named queries: getAllPublicDocuments,
listGroupsForUserInOtherWiki, getSpaceDocsName, listGroupsForUser,
getAllUsers, getAllDocuments, getAllSpaceDocuments, getSpaces
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)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
I'm using h2-1.2.147.jar and here is wat I put in hibernate config file:
<property name="connection.url">jdbc:h2:wiki</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property name="connection.driver_class">org.h2.Driver</property>
<property name="dialect">org.hibernate.dialect.H2Dialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">20</property>
Can anyone help ?
Hello,
I want to used "Share by email" but I've the following error in log:
2010-11-24 15:48:39,986
[http://localhost:8080/xwiki/bin/get/abourree/Weekly1046?xpage=shareinline]
ERROR mailsender.MailSenderPlugin - sendEmailFromTemplate:
XWiki.SharePage vcontext: org.apache.velocity.VelocityContext@72d833
com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.1 Client does not
have permissions to send as this sender
To solved it, I need to specify the from field.
I update in XWiki.XWikiPreferences General Admin email to my own =>
without success.
Note that I able to send invitation with invitation application and
Email "from" address set to mine
Regards,
Arnaud.
Hi,
When I email from my browser with my wrong email address I get:
You are not allowed to post to this mailing list, and your message has
been automatically rejected. If you think that your messages are
being rejected in error, contact the mailing list owner at
users-owner(a)xwiki.org.
When I email from my browser with my right email address the request gets
through.
But when I email from the email client on my PC (Thunderbird) with my right
email address the message neither gets through nor gets bounced.
Any ideas why that might be? Could it be that I am emailing in HTML rather
than Plain Text format? I wouldn't have thought so.
Thanks,
Jonathan
Hi,
I have a couple of questions regarding the Invitation application ( space ).
1. Is there a possibility to clear the invitation list ? I know there is a 'Rescind Invitation' button, but
i.e. I cannot remove invitation with status 'Declined' ( This action cannot be carried out because all of
the messages selected are of the wrong status. ) even if I have Admin rights.
2. User who sent the invitation to another potential user asked me whether he could somehow receive an
information about the new user account details ( his login at least ). Typically we want to invite someone
to give him an access to edit some documents and such information would help with grating him access rights.
Is there a possibility to get to such info ?
3. This is more a feature request, but maybe it's already implemented. Is it possible to specify a group to
which user will be subscribed when he accept the invitation from us ? That could ease the process of
configuring user account a lot :)
Thanks in advance,
Piotr
Hi all,
I'm struggling creating a xwql query that joins two tables.
Let's say I have two classes: Fruit and Supplier.
Fruit has the following properties: Name, Supplier.
Supplier has the following properties: Name, City.
I need the query that returns:
All Fruit that has Supplier with City='Melbourne'.
I can get all the Fruit objects:
#set($fruits = $services.query.xwql("from doc.object(Fruit.FruitClass) as
fru").execute())
And separately I can get all the Supplier objects that have city='Melbourne'
#set($suppliers = $services.query.xwql("where
doc.object(Supplier.SupplierClass).City='Melbourne'").execute())
But I can't combine them. Please advise.
Alina.
--
View this message in context: http://xwiki.475771.n2.nabble.com/xwql-join-query-tp5762763p5762763.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm afraid I've searched as much as I can, and cannot find an answer to this.
I just did a fresh install of xwiki on Windows Server 2003,
Apache/Tomcat(5.5.28), MySQL Server 5.1.
I'm getting boxes with "! Unknown macro: html".
I've also installed xwiki on my laptop running XP, Tomcat(6.0.26), MySQL
Server 5.1, and had no problems.
Can someone give me an idea of what might be causing this? I'm a java
programmer, so I can get into nuts and bolts if necessary. Hopefully its
not. If I have not provided enough information, please let me know and I'll
be happy to expound.
Thanks,
Lenny
Hello
I've imported the MapMacro into my test XWIKI.
If I go to the page imported XWiki/MapMacro the 2 examples show each 2 errors.
1. Failed to execute the [code] macro
2. Not a inline macro
In the details of error 1 I see a out-of-memory error, i'm running on Mac OS X 10.6.5, Tomcat 6.0.29, mySQL 5.1.50 and XWiki 2.5.1.32531
Details on error 1;
org.xwiki.rendering.macro.MacroExecutionException: Failed to highlight content at org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:101) at org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:47) at org.xwiki.rendering.macro.box.AbstractBoxMacro.execute(AbstractBoxMacro.java:124) at org.xwiki.rendering.macro.box.AbstractBoxMacro.execute(AbstractBoxMacro.java:55) at org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:172) at org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:117) at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:85) at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7405) at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7355) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:831) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:782) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:874) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:537) at sun.reflect.GeneratedMethodAccessor388.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252) at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493) at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71) at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1862) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1800) at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:896) at sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389) at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378) at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252) at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212) at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336) at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:196) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:161) at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1910) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1832) at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:155) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117) 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: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.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) 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.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:298) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857) 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:680) Caused by: Traceback (most recent call last): File "<string>", line 3, in <module> File "<string>", line 3, in <module> File "__pyclasspath__/pygments/lexers/__init__.py", line 198, in guess_lexer File "__pyclasspath__/pygments/lexers/__init__.py", line 144, in _iter_lexerclasses File "__pyclasspath__/pygments/lexers/__init__.py", line 32, in _load_lexers java.lang.OutOfMemoryError: PermGen space java.lang.OutOfMemoryError: java.lang.OutOfMemoryError: PermGen space at org.python.core.PyException.fillInStackTrace(PyException.java:70) at java.lang.Throwable.<init>(Throwable.java:181) at java.lang.Exception.<init>(Exception.java:29) at java.lang.RuntimeException.<init>(RuntimeException.java:32) at org.python.core.PyException.<init>(PyException.java:46) at org.python.core.PyException.<init>(PyException.java:43) at org.python.core.Py.JavaError(Py.java:481) at org.python.core.PyTableCode.call(PyTableCode.java:168) at org.python.core.PyBaseCode.call(PyBaseCode.java:134) at org.python.core.PyFunction.__call__(PyFunction.java:317) at pygments.lexers$py._iter_lexerclasses$8(__pyclasspath__/pygments/lexers/__init__.py:146) at pygments.lexers$py.call_function(__pyclasspath__/pygments/lexers/__init__.py) at org.python.core.PyTableCode.call(PyTableCode.java:165) at org.python.core.PyGenerator.__iternext__(PyGenerator.java:149) at org.python.core.PyGenerator.__iternext__(PyGenerator.java:131) at pygments.lexers$py.guess_lexer$10(__pyclasspath__/pygments/lexers/__init__.py:206) at pygments.lexers$py.call_function(__pyclasspath__/pygments/lexers/__init__.py) at org.python.core.PyTableCode.call(PyTableCode.java:165) at org.python.core.PyBaseCode.call(PyBaseCode.java:301) at org.python.core.PyFunction.function___call__(PyFunction.java:376) at org.python.core.PyFunction.__call__(PyFunction.java:371) at org.python.pycode._pyx8.f$0(<string>:5) at org.python.pycode._pyx8.call_function(<string>) at org.python.core.PyTableCode.call(PyTableCode.java:165) at org.python.core.PyCode.call(PyCode.java:18) at org.python.core.Py.runCode(Py.java:1253) at org.python.core.Py.exec(Py.java:1297) at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:206) at org.xwiki.rendering.internal.parser.pygments.PygmentsParser.getLexer(PygmentsParser.java:267) at org.xwiki.rendering.internal.parser.pygments.PygmentsParser.highlight(PygmentsParser.java:222) at org.xwiki.rendering.internal.parser.pygments.PygmentsParser.highlight(PygmentsParser.java:193) at org.xwiki.rendering.internal.macro.code.CodeMacro.highlight(CodeMacro.java:139) at org.xwiki.rendering.internal.macro.code.CodeMacro.parseContent(CodeMacro.java:98) ... 91 more Caused by: java.lang.OutOfMemoryError: PermGen space
Hi !
I've been struggling for hours trying to get a Html table centered
on a wiki page. I tried all the suggested syntax I found in the very messy
Xwiki documentation (i.e, using style="etc.", then using class="myclass")
and I also tried to get rid of all table references in the colibri.css file,
but STILL, my table is stuck on the left. It's just driving me nuts to be
able to hit a database in a record time and to spend hours to get the
resulting table centered!
Any clue? Why is all the rendering locked this way? What's the point ?
By the way, I am running XWiki Enterprise 2.5.1.32531
Thanks
Marc
Hi,
I am having real problems connecting to the myxwiki web site. Sometimes the
connection times out and sometimes I get the following:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance
downtime or capacity problems. Please try again later.
Are there performance issues with the server at the moment, or could it be
something else?
Thanks
Jonathan