Re: [xwiki-users] Uploading larger files

2010-09-14 Thread Caleb James DeLisle
The problem is memory expense. When you upload an attachment, it is put into RAM, then it's saved in the database, but before the save is committed, the content is copied and converted to a base64 String (expanding it by 30% for the base64 then doubling it because java uses UTF-16 for String) then

Re: [xwiki-users] Uploading larger files

2010-09-14 Thread Raluca Stavro
Hi, See this thread: http://xwiki.475771.n2.nabble.com/Changed-upload-maxsize-but-still-can-t-attach-larger-than-10-MB-td2130422.html . Raluca. On Mon, Sep 13, 2010 at 4:45 PM, Dalluege, Pierre (extern) p.dallu...@external.telekom.de wrote: Hello xwiki users, I have to upload larger files

Re: [xwiki-users] Uploading larger files

2010-09-14 Thread Dalluege, Pierre (extern)
Hi Caleb, hello xwiki users, First: thank you for your information, so by default it loads up to 10 MB and it may load up to 30 MB. Therefore a parameter of the xwikipreferences root object must be changed. How can I set the value of the parameter? Under XWiki-Administration there is no edit

Re: [xwiki-users] Impossible to create users and groups in a slave wiki of XEM 2.4

2010-09-14 Thread Thomas Mortagne
On Tue, Sep 14, 2010 at 11:06, Maxime Mathieu le.genie.logic...@gmail.com wrote: Hi, Just done a fresh install of XEM2.4 and I encounter the following problem. In the templatexe wiki, it's impossible to add a new group or a new user (the Add button do nothing). If I edit the objects of an

Re: [xwiki-users] Impossible to create users and groups in a slave wiki of XEM 2.4

2010-09-14 Thread Maxime Mathieu
Yes I can reproduce all the time. I have tried to create an empty wiki (without any template or package) and it works well. But in this empty wiki I can't manage users or groups. The only page that is displayed when I go to the administration section is the import page (and it is normal no ?).

Re: [xwiki-users] Impossible to create users and groups in a slave wiki of XEM 2.4

2010-09-14 Thread Thomas Mortagne
On Tue, Sep 14, 2010 at 14:34, Maxime Mathieu le.genie.logic...@gmail.com wrote: Yes I can reproduce all the time. I have tried to create an empty wiki (without any template or package) and it works well. But in this empty wiki I can't manage users or groups. The What i wanted you to test is

Re: [xwiki-users] Impossible to create users and groups in a slave wiki of XEM 2.4

2010-09-14 Thread Maxime Mathieu
Ok. I confirm that in a new wiki (created without template or package) the page XWiki.XWikiUsers does not exist. http://localhost:8080/xwiki/wiki/buggy/view/XWiki/XWikiUsers - The requested document could not be found. And, it is the same when a create a new wiki using the standard template.

Re: [xwiki-users] Impossible to create users and groups in a slave wiki of XEM 2.4

2010-09-14 Thread Thomas Mortagne
On Tue, Sep 14, 2010 at 15:05, Maxime Mathieu le.genie.logic...@gmail.com wrote: Ok. I confirm that in a new wiki (created without template or package) the page XWiki.XWikiUsers does not exist. http://localhost:8080/xwiki/wiki/buggy/view/XWiki/XWikiUsers - The requested document could not be

Re: [xwiki-users] Impossible to create users and groups in a slave wiki of XEM 2.4

2010-09-14 Thread Maxime Mathieu
I'm using the package xwiki-enterprise-manager-mysql-2.4.zip with a Mysql 5.0.50 instance. When I create a wiki, I use the normal view, I only fill the wiki identifier and suppress the suffix of the alias. So, the Wiki identifier and the Alias are the same. Then I click on Create. I can add that

Re: [xwiki-users] Impossible to create users and groups in a slave wiki of XEM 2.4

2010-09-14 Thread Maxime Mathieu
I just retried the same test without the AD connection (xwiki.authentification.ldap commented) and it's exactly the same. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] XWiki SQL Plugin

2010-09-14 Thread afra
Hi @all, did one of you guys get the SQL-Plugin to work with 2.4? I did everything the installation instructions said to do. Even made a sample jsp page which worked just fine with querying the database and displaying my table. But usage of the plugin in any xwiki page doesn't work. Even when

[xwiki-users] Office Importer: Caused by: java.lang.IllegalStateException: invalid templateProfileDir

2010-09-14 Thread Andrea Belli
After I installed the 2.4 version, the Office importer does not work because it says the soffice process is not running. I tried to restart the process using the Admin page but I get a velocity error 4001 caused by this exception: Caused by: java.lang.IllegalStateException: invalid

Re: [xwiki-users] Office Importer: Caused by: java.lang.IllegalStateException: invalid templateProfileDir

2010-09-14 Thread Asiri Rathnayake
Hi, Please see http://code.google.com/p/jodconverter/wiki/GettingStarted You need OOo 3.0.0 - Asiri On Tue, Sep 14, 2010 at 9:50 PM, Andrea Belli abe...@expertsystem.itwrote: After I installed the 2.4 version, the Office importer does not work because it says the soffice process is not

Re: [xwiki-users] Office Importer: Caused by: java.lang.IllegalStateException: invalid templateProfileDir

2010-09-14 Thread Vincent Massol
Hi Asiri, I think Andrea is using OOo 3.1 (see below) and 2.4 refers to the XE version. Thanks -Vincent On Sep 14, 2010, at 7:44 PM, Asiri Rathnayake wrote: Hi, Please see http://code.google.com/p/jodconverter/wiki/GettingStarted You need OOo 3.0.0 - Asiri On Tue, Sep 14, 2010

Re: [xwiki-users] XWiki SQL Plugin

2010-09-14 Thread Colesnicov Eugen
afra wrote: Hi @all, did one of you guys get the SQL-Plugin to work with 2.4? ... Yes! I already tested XWiki SQL plugin with XWiki 2.4. It's working normal. My config - Glassfish v.3, Oracle 10. I use XWiki 2.4 and 2.3.2. 1) First, I made setup for GlassFish as described here -

[xwiki-users] Could not create a DBCP pool

2010-09-14 Thread Clinton Louw
Please help I am trying to move my wiki cluster and sql database to a new co location with diff Ip and I keep getting a Could not create a DBCP pool error when I try to open the wiki, I have made the changes to the hibernate config file to point to the new sql address, What am I missing,

Re: [xwiki-users] Office Importer: Caused by: java.lang.IllegalStateException: invalid templateProfileDir

2010-09-14 Thread Asiri Rathnayake
Hi Andrea, On Tue, Sep 14, 2010 at 9:50 PM, Andrea Belli abe...@expertsystem.itwrote: After I installed the 2.4 version, the Office importer does not work because it says the soffice process is not running. I tried to restart the process using the Admin page but I get a velocity error 4001