Re: [xwiki-users] Your Position gives error

2010-01-14 Thread Marius Dumitru Florea
Can you check if the version of xercesImpl jar that is loaded is the one bundled with XWiki? Put this in a wiki page: {{groovy}}println org.apache.xerces.impl.Version.getVersion();{{/groovy}} and see if the result is Xerces-J 2.8.1. If not then probably Tomcat loads a different version. Try to

[xwiki-users] RSS does not seem to be working (XWiki Enterprise)

2010-01-14 Thread Xavier Bartholome
Hello again, the RSS feeds of the wiki do not seem to be working. I tried subscribing to them using once my regular GReader, and also in Outlook, to no avail ... Is there something specific to be parametered in the Wiki or on the Server? Thanks, Xavier

Re: [xwiki-users] LDAP Auth: Only Works for the first time log in

2010-01-14 Thread Thomas Mortagne
On Wed, Jan 13, 2010 at 21:56, jackyork sund...@gmail.com wrote: Tomcat + Mysql + XE2.0.5 LDAP connection is working since  everything is fine when a user logs in for the first time. But if you log out and try to log in again, it gives an error Wrong password. I appreciate any reply. Thank

Re: [xwiki-users] RSS does not seem to be working (XWiki Enterprise)

2010-01-14 Thread Kevin Thiart
Hi Xavier I had a similar problem. To resolve this I followed Anca Lucas advice as quoted below: It seems to be http://jira.xwiki.org/jira/browse/XWIKI-4695 that you're hitting, which you can fix by applying these modifications

[xwiki-users] MySQL storage using MyISAM engine.

2010-01-14 Thread Mathias Herberts
Hi, I have an instance of XWiki Enterprise v2.1.1 deployed using a MySQL database. I've noticed that the engine used in MySQL is MyISAM and was wondering if there was a particular reason why InnoDB was not the engine of choice. Won't the use of MyISAM prove troublesome if lots of attachments are

Re: [xwiki-users] MySQL storage using MyISAM engine.

2010-01-14 Thread Thomas Mortagne
On Thu, Jan 14, 2010 at 13:16, Mathias Herberts mathias.herberts+xwiki-us...@gmail.com wrote: Hi, I have an instance of XWiki Enterprise v2.1.1 deployed using a MySQL database. I've noticed that the engine used in MySQL is MyISAM and was wondering if there was a particular reason why InnoDB

Re: [xwiki-users] MySQL storage using MyISAM engine.

2010-01-14 Thread Mathias Herberts
On Thu, Jan 14, 2010 at 13:29, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Thu, Jan 14, 2010 at 13:16, Mathias Herberts mathias.herberts+xwiki-us...@gmail.com wrote: Hi, I have an instance of XWiki Enterprise v2.1.1 deployed using a MySQL database. I've noticed that the engine used

Re: [xwiki-users] MySQL storage using MyISAM engine.

2010-01-14 Thread Nigel Smith
On 14/01/10 11:29 PM, Thomas Mortagne wrote: On Thu, Jan 14, 2010 at 13:16, Mathias Herberts mathias.herberts+xwiki-us...@gmail.com wrote: Hi, I have an instance of XWiki Enterprise v2.1.1 deployed using a MySQL database. I've noticed that the engine used in MySQL is MyISAM and was

Re: [xwiki-users] error on First time run. Need your help badly!

2010-01-14 Thread Arnaud bourree
Could I suggest to you to not put xwiki-enterprise-web-2.X.X.war in webapps folder of tomcat but to unjar it in webapps/xwiki So URL became http://secure10.olemiss.edu/xwiki/bin/view/Main/ Arnaud. 2010/1/12 jackyork sund...@gmail.com: I think I have received a reply and the reply was right

Re: [xwiki-users] MySQL storage using MyISAM engine.

2010-01-14 Thread Mathias Herberts
MyISAM is the default storage engine for MySQL. You can set it to something different if you wish, within the mysql server: http://dev.mysql.com/doc/refman/5.1/en/storage-engine-setting.html The way some fields are specified in the hbm files (with type string), constraints the MySQL engine to

[xwiki-users] Error on Attempt to install XE 2.1.

2010-01-14 Thread adoro
Hi, I just tried to install XE 2.1.1 from the war file. The tables were created, but trying to call the administration section (to download xar-archive) I got the following error: Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate

Re: [xwiki-users] Contributed macro column for syntax 2.0

2010-01-14 Thread Milind Kamble
Hello Jerome. How can I install this macro in my Xwiki instance? The download link delivers a jar file, but I am unable to import it using the Import facility (after uploading the file of course) in the XE Administrator application. Thanks Milind From:

Re: [xwiki-users] Help to construct parameterized URL to Main.AllDocs (Document Index) page

2010-01-14 Thread Milind Kamble
Thanks for pointer Marius. Yes using SpaceIndex with the space URL parameter exactly satisfies my needs. I was not aware about the existence of the SpaceIndex page to begin with. Regards, Milind From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com To:

Re: [xwiki-users] Contributed macro column for syntax 2.0

2010-01-14 Thread Milind Kamble
I think I figured it out by reading the RenderingMacroTutorial page. The jar file is simply installed in the $XE_HOME/WEB-INF/lib directory and the server is restarted. I hope that is the correct procedure. Thanks, Milind From: Milind Kamble mbk...@yahoo.com

Re: [xwiki-users] Your Position gives error

2010-01-14 Thread Dayong Sun
It is Xerces-J 2.6.2. I will replace it with 2.8.1. Thank you! On Thu, Jan 14, 2010 at 3:41 AM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: Can you check if the version of xercesImpl jar that is loaded is the one bundled with XWiki? Put this in a wiki page: {{groovy}}println

Re: [xwiki-users] Contributed macro column for syntax 2.0

2010-01-14 Thread Thomas Mortagne
On Thu, Jan 14, 2010 at 15:50, Milind Kamble mbk...@yahoo.com wrote: I think I figured it out by reading the RenderingMacroTutorial page. The jar file is simply installed in the $XE_HOME/WEB-INF/lib directory and the server is restarted. I hope that is the correct procedure. Yes that's it.

[xwiki-users] Lucene search object: not working ?

2010-01-14 Thread Jeremie BOUSQUET
Hi, Following this pagehttp://code.xwiki.org/xwiki/bin/view/Applications/SearchApplicationLuceneSearchQueryHelp, I was interested in using lucene to search for pages containing specific objects using, for example, syntax like object:XWiki.XWikiUsers AND jbousque. I did not manage to have any

Re: [xwiki-users] Lucene search object: not working ?

2010-01-14 Thread Thomas Mortagne
On Thu, Jan 14, 2010 at 16:49, Jeremie BOUSQUET jeremie.bousq...@gmail.com wrote: Hi, Following this pagehttp://code.xwiki.org/xwiki/bin/view/Applications/SearchApplicationLuceneSearchQueryHelp, I was interested in using lucene to search for pages containing specific objects using, for

Re: [xwiki-users] error on First time run. Need your help badly!

2010-01-14 Thread jackyork
Thanks for the suggestion. It IS now https://secure10.olemiss.edu/xwiki/bin/view/Main/ But it is 2.0.5, instead of 2.1.1 Arnaud bourree-2 wrote: Could I suggest to you to not put xwiki-enterprise-web-2.X.X.war in webapps folder of tomcat but to unjar it in webapps/xwiki So URL became

[xwiki-users] How to Find XE Environment Requests

2010-01-14 Thread jackyork
our server doesn't have the latest lib/package installed. For example, we still use Tomcat5. This situation has likely caused 2 errors. Each error is time-consuming since it didn't give me clear information. So I am looking for a list of libs/packages that are used by XE. Is there such a list?

Re: [xwiki-users] MySQL storage using MyISAM engine.

2010-01-14 Thread Vincent Massol
Hi, On Jan 14, 2010, at 2:38 PM, Mathias Herberts wrote: MyISAM is the default storage engine for MySQL. You can set it to something different if you wish, within the mysql server: http://dev.mysql.com/doc/refman/5.1/en/storage-engine-setting.html The way some fields are specified in the

[xwiki-users] XEM Setup over internet

2010-01-14 Thread Dilipkumar Jadhav
Hello guys, I ran into some difficulties with setting up a wiki farm again. The website address of the main wiki is (assume): http://internal.ext.com:8080/xwiki In the XWiki.XWikiServerClass the default value is localhost. The moment I restart the tomcat server after switching xwiki.virtual=1, I