Re: [xwiki-users] Cannot show calendar events on Main.WebHome

2009-01-06 Thread Jean Couteau
Sergiu Dumitriu a écrit :
 Jean Couteau wrote:
   
 Dear all,

 i am playing with the calendar to do what i thought was quite simple, 
 but i am stuck. Some explanations :

 I am trying to put the calendar table on my wiki home page, without the 
 event list or the add event form.

 What i have done is :

 - add a section between calendar and event list on XWiki.CalendarEvent
 - use code to retrieve only the first section of this document and 
 render it :

 #set( $doc1=$xwiki.getDocument(XWiki.CalendarSheet).getDocument())
 #set ($content = $doc1.getContentOfSection(1))
 #set( $doc2=$xwiki.getDocument(Main.EventCalendar))
 $xwiki.renderText($content, $doc2)

 It's nice, i have my calendar table rendered, but no sign of my events.

 I tried to change the $doc2 variable to see if it was a context problem 
 or something but nothing worked out.

 Am i missing something ?
 

 The calendar plugin does not work well with $xwiki.renderText, since it
 uses a different way of getting the current document than the one used
 by $xwiki.renderText.

 TO fix this, edit XWiki.CalendarSheet and replace:

 $cview.getHTMLCalendar($cparams, )

 with:

 $cview.getHTMLCalendar($cparams, $doc, )

   
It works perfectly. Lot of thanks for this quick response.

-- 

Jean Couteau
Code Lutin - http://www.codelutin.com
44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire
Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] removing spam

2009-01-06 Thread Yishay Mor
My XWiki has recently been hit by spam. I found a discussion of this issue
on:
http://markmail.org/message/yq6kbwyxznk7nezd

However, since my XWiki is on the farm, I don't have programming rights.
Luckily, the spam was localized to specific pages, so I edited those, added
the code below, ran in and deleted to code:
  #set($comments = $doc.getComments())
  #foreach($comment in $comments)
   $doc.removeObject($comment)
  #end
  $doc.save()

But I was thinking, would it be worth adding some generic spam control? Or
at least bulk comment control?
e.g.:
* integrate http://sourceforge.net/projects/akismet-java/
* support captcha for user registration / anonymous comments
* provide an interface in the admin area for selecting multiple comments 
deleting them with one button

___
 Yishay Mor, Researcher, London Knowledge Lab
  http://www.lkl.ac.uk/people/mor.html
  http://www.google.com/calendar/embed?src=yishaym%40gmail.com
  +44-20-7837 x5737
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Out of memory

2009-01-06 Thread Mike A.
Hi!
Using XWiki 1.6.1.13621 for some time without any problems. Today, I
can't delete a page (which contains just few lines of text) or add /
delete an attachment (4.3mb) with Java Heap Space error (see below). 
XWiki max upload size = ~32mb
MySQL max_allowed_packet = 64M
In tomcat5.5, java max heap size = 128M.
Any help?
-
  Error number 11014 in 11: Out Of Memory Exception
com.xpn.xwiki.XWikiException: Error number 11014 in 11: Out Of Memory
Exception
 at
com.xpn.xwiki.doc.XWikiDocument.deleteAttachment(XWikiDocument.java:2738)
 at
com.xpn.xwiki.doc.XWikiDocument.deleteAttachment(XWikiDocument.java:2716)
 at
com.xpn.xwiki.web.DeleteAttachmentAction.action(DeleteAttachmentAction.java:72)
 at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
 at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
 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:689)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
 at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:94)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
 at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
 at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
 at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
 at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
 at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
 at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
 at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
 at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
 at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
 at
org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
 at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
 at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
 at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
 at java.lang.Thread.run(Thread.java:619)

 Best regards, Mike
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] removing spam

2009-01-06 Thread Vincent Massol
Hi Yishay,

On Jan 6, 2009, at 12:14 PM, Yishay Mor wrote:

 My XWiki has recently been hit by spam. I found a discussion of this  
 issue
 on:
 http://markmail.org/message/yq6kbwyxznk7nezd

 However, since my XWiki is on the farm, I don't have programming  
 rights.
 Luckily, the spam was localized to specific pages, so I edited  
 those, added
 the code below, ran in and deleted to code:
  #set($comments = $doc.getComments())
  #foreach($comment in $comments)
   $doc.removeObject($comment)
  #end
  $doc.save()

 But I was thinking, would it be worth adding some generic spam  
 control? Or
 at least bulk comment control?
 e.g.:
 * integrate http://sourceforge.net/projects/akismet-java/
 * support captcha for user registration / anonymous comments
 * provide an interface in the admin area for selecting multiple  
 comments 
 deleting them with one button

Yes I have been thinking about this too.

Several solutions:

* Integrate typepad antispam rather than Akismet: http://antispam.typepad.com/ 
  (it has a more friendly license)
* Use the system I've used on my blog at http://massol.net to allow  
guest users to enter comments
* Implement a captcha (we have it but make it work)

Is someone interested in working on this? The typepad antispam sounds  
the most promising to me.


Thanks
-Vincent
http://xwiki.com
http://massol.net
http://xwiki.org





___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Out of memory

2009-01-06 Thread Henning Sprang
Hi Mike,

On Tue, Jan 6, 2009 at 1:32 PM, Mike A. _m...@inbox.lv wrote:
 In tomcat5.5, java max heap size = 128M.

That sounds a bit small for xWiki.

I vaguely remember even the default setting of 256 of some
distribution package of xWiki did not suffice at some point for me.
But 256 should be set at least, I guess.

Henning
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Out of memory

2009-01-06 Thread Jean-Vincent Drean
Hi,

We have a known problem with attachment handling, quoting Sergiu Dumitriu :
This is a major design flaw of the current attachment storage model.
As stated in a previous mail, handling attachment consumes about 27
time the size of the attachment, so 90M * 27 ~= 2.5G. This needs to be
fixed ASAP. In the meantime, you can either increase the heap size to
more than 2.5G, or request an sql dump from the myxwiki farm admins. 
Source http://markmail.org/message/ckl3bgd7j74mx4cl

As Henning Sprang said 128M is a bit small for XWiki to run smoothly,
you should consider increasing your max heap size to 256M or even
512M.

JV.

On Tue, Jan 6, 2009 at 1:32 PM, Mike A. _m...@inbox.lv wrote:
 Hi!
 Using XWiki 1.6.1.13621 for some time without any problems. Today, I
 can't delete a page (which contains just few lines of text) or add /
 delete an attachment (4.3mb) with Java Heap Space error (see below).
 XWiki max upload size = ~32mb
 MySQL max_allowed_packet = 64M
 In tomcat5.5, java max heap size = 128M.
 Any help?
 -
  Error number 11014 in 11: Out Of Memory Exception
 com.xpn.xwiki.XWikiException: Error number 11014 in 11: Out Of Memory
 Exception
  at
 com.xpn.xwiki.doc.XWikiDocument.deleteAttachment(XWikiDocument.java:2738)
  at
 com.xpn.xwiki.doc.XWikiDocument.deleteAttachment(XWikiDocument.java:2716)
  at
 com.xpn.xwiki.web.DeleteAttachmentAction.action(DeleteAttachmentAction.java:72)
  at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
  at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
  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:689)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
  at
 com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:94)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
  at
 com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
  at
 com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
  at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
  at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
  at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
  at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
  at
 org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
  at
 org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
  at
 org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
  at
 org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
  at
 org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
  at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
  at java.lang.Thread.run(Thread.java:619)
 
  Best regards, Mike
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki backup/restore

2009-01-06 Thread Mike A.
Hi!
Maybe you can try split xar in smaller packages (it's pretty editable
as it is an archive). Some time ago we did that, but we just removed
the contanet we didn't need, so I don't know if it can be actually
splitted.
 Quoting James Chen : Hi Everyone,
 We have a very old version of xwiki installed on a linuxbox, by a
previous
 admin who installed it manually with mysql and tomcat. I've
installed the
 latest version of xwiki (1.7) onto another box using the standalone
 installer, and I'm trying to import all the xwiki pages from the old
box to
 the new one. From what I've read, the standalone installer uses its
own
 hypersonic sql, and I'm having trouble figuring out if and how I can
import
 the old files to the new one. Is there a way to consolidate a mysql
dump to
 a hypersonic database? I've also tried exporting the XAR file from
the old
 xwiki and importing into the new one through the web interface, but
I'm
 getting a max_uploadsize error (I've already tried changing the
limit in the
 Preference class editor, but it still gives me the same error).
 I've been stuck a while, and I feel like I've run out of options.
Does
 anyone have any suggestions?
 Thanks,
 James
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 Best regards, Mike

Links:
--
[1] mailto:jlc...@lbl.gov
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki backup/restore

2009-01-06 Thread Mike A.
Ok, I've increased tomcat memory to 256M, and added an attachment
(4mb) successfully. But I still cannot delete a page.
 Quoting Mike A. : Hi!
 Maybe you can try split xar in smaller packages (it's pretty
editable
 as it is an archive). Some time ago we did that, but we just
removed
 the contanet we didn't need, so I don't know if it can be actually
 splitted.
 Quoting James Chen : Hi Everyone,
 We have a very old version of xwiki installed on a linuxbox, by a
 previous
 admin who installed it manually with mysql and tomcat. I've
 installed the
 latest version of xwiki (1.7) onto another box using the standalone
 installer, and I'm trying to import all the xwiki pages from the
old
 box to
 the new one. From what I've read, the standalone installer uses its
 own
 hypersonic sql, and I'm having trouble figuring out if and how I
can
 import
 the old files to the new one. Is there a way to consolidate a mysql
 dump to
 a hypersonic database? I've also tried exporting the XAR file from
 the old
 xwiki and importing into the new one through the web interface, but
 I'm
 getting a max_uploadsize error (I've already tried changing the
 limit in the
 Preference class editor, but it still gives me the same error).
 I've been stuck a while, and I feel like I've run out of options.
 Does
 anyone have any suggestions?
 Thanks,
 James
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 Best regards, Mike
 Links:
 --
 [1] mailto:jlc...@lbl.gov
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 Best regards, Mike

Links:
--
[1] mailto:_m...@inbox.lv
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] RE : Create a new wiki error : CREATE DATABASE...

2009-01-06 Thread manuel da silva
Hello
Thanks Thomas  but it's doesnt work...
Does that mean we can't use postgresql ?
 
 
 

-Message d'origine-
De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de 
Thomas Mortagne
Envoyé : samedi 3 janvier 2009 14:36
À : XWiki Users
Objet : Re: [xwiki-users] RE : Create a new wiki error : CREATE DATABASE...

On Sat, Jan 3, 2009 at 10:07 AM, manuel da silva m.dasi...@albia.fr wrote:
 I use postgresql.

See http://jira.xwiki.org/jira/browse/XWIKI-1960


 

 De: users-boun...@xwiki.org de la part de Thomas Mortagne
 Date: sam. 03/01/2009 01:04
 À: XWiki Users
 Objet : Re: [xwiki-users] Create a new wiki error : CREATE DATABASE...



 On Wed, Dec 31, 2008 at 4:04 PM, manuel da silva m.dasi...@albia.fr wrote:
 Hello
 I'm a new user of xwiki and i try to create a new wiki with the manager.
 But I have a problem...
 though I put in Wiki identifier field I have the following message :
A database with this identifier already exists

 When I force creation, I have the following message in logs :
 2008-12-31 15:42:20,357
 [http://127.0.0.1:8080/xwiki/bin/view/WikiManager/CreateNewWiki?wikiname
 =testforcewikiname=onXWiki.XWikiServerClass_0_wikiprettyname=TestXWik
 i.XWikiServerClass_0_description=XWiki.XWikiServerClass_0_server=test.l
 ocaldomain.comXWiki.XWikiServerClass_0_owner=XWiki.AdminXWiki.XWikiSer
 verClass_0_owner=readersgroups=xwiki%3AXWiki.XWikiAdminGroupreadersgro
 ups=xwiki%3AXWiki.XWikiAllGroupwritersgroups=xwiki%3AXWiki.XWikiAdminGr
 oupadminsgroups=xwiki%3AXWiki.XWikiAdminGroupstepbystep=0doc=1action
 create=Cr%E9er] [http-8080-1] WARN  wikimanager.WikiManager -
 Wiki [test] creation failed: wiki database creation threw exception
 com.xpn.xwiki.XWikiException: Error number 3401 in 3: Exception while
 create wiki database test
 Wrapped Exception: ERROR: CREATE DATABASE cannot run inside a
 transaction block
at
 com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.j
 ava:243)
at
 com.xpn.xwiki.store.XWikiCacheStore.createWiki(XWikiCacheStore.java:542)
at
 com.xpn.xwiki.plugin.wikimanager.WikiManager.createWikiDatabase(WikiMana
 ger.java:610)
at
 com.xpn.xwiki.plugin.wikimanager.WikiManager.createNewWiki(WikiManager.j
 ava:503)
at
 com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi.createNewWiki(Wiki
 ManagerPluginApi.java:192)
...

 Someone know how can I solv that???

 Which database engine are you using ?

 Currently XEM only fully supports MySQL and Oracle RDBMS. See
 http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation


 Thanks for help

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users





-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] RE : Create a new wiki error : CREATE DATABASE...

2009-01-06 Thread Thomas Mortagne
On Tue, Jan 6, 2009 at 5:00 PM, manuel da silva m.dasi...@albia.fr wrote:
 Hello
 Thanks Thomas  but it's doesnt work...
 Does that mean we can't use postgresql ?

Yes currently you can't use postgre for multiwiki.





 -Message d'origine-
 De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de 
 Thomas Mortagne
 Envoyé : samedi 3 janvier 2009 14:36
 À : XWiki Users
 Objet : Re: [xwiki-users] RE : Create a new wiki error : CREATE DATABASE...

 On Sat, Jan 3, 2009 at 10:07 AM, manuel da silva m.dasi...@albia.fr wrote:
 I use postgresql.

 See http://jira.xwiki.org/jira/browse/XWIKI-1960


 

 De: users-boun...@xwiki.org de la part de Thomas Mortagne
 Date: sam. 03/01/2009 01:04
 À: XWiki Users
 Objet : Re: [xwiki-users] Create a new wiki error : CREATE DATABASE...



 On Wed, Dec 31, 2008 at 4:04 PM, manuel da silva m.dasi...@albia.fr wrote:
 Hello
 I'm a new user of xwiki and i try to create a new wiki with the manager.
 But I have a problem...
 though I put in Wiki identifier field I have the following message :
A database with this identifier already exists

 When I force creation, I have the following message in logs :
 2008-12-31 15:42:20,357
 [http://127.0.0.1:8080/xwiki/bin/view/WikiManager/CreateNewWiki?wikiname
 =testforcewikiname=onXWiki.XWikiServerClass_0_wikiprettyname=TestXWik
 i.XWikiServerClass_0_description=XWiki.XWikiServerClass_0_server=test.l
 ocaldomain.comXWiki.XWikiServerClass_0_owner=XWiki.AdminXWiki.XWikiSer
 verClass_0_owner=readersgroups=xwiki%3AXWiki.XWikiAdminGroupreadersgro
 ups=xwiki%3AXWiki.XWikiAllGroupwritersgroups=xwiki%3AXWiki.XWikiAdminGr
 oupadminsgroups=xwiki%3AXWiki.XWikiAdminGroupstepbystep=0doc=1action
 create=Cr%E9er] [http-8080-1] WARN  wikimanager.WikiManager -
 Wiki [test] creation failed: wiki database creation threw exception
 com.xpn.xwiki.XWikiException: Error number 3401 in 3: Exception while
 create wiki database test
 Wrapped Exception: ERROR: CREATE DATABASE cannot run inside a
 transaction block
at
 com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.j
 ava:243)
at
 com.xpn.xwiki.store.XWikiCacheStore.createWiki(XWikiCacheStore.java:542)
at
 com.xpn.xwiki.plugin.wikimanager.WikiManager.createWikiDatabase(WikiMana
 ger.java:610)
at
 com.xpn.xwiki.plugin.wikimanager.WikiManager.createNewWiki(WikiManager.j
 ava:503)
at
 com.xpn.xwiki.plugin.wikimanager.WikiManagerPluginApi.createNewWiki(Wiki
 ManagerPluginApi.java:192)
...

 Someone know how can I solv that???

 Which database engine are you using ?

 Currently XEM only fully supports MySQL and Oracle RDBMS. See
 http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation


 Thanks for help

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users





 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] interesting opportunity?

2009-01-06 Thread Yishay Mor
One of my main concerns with XWiki has been the difficulty in getting a
reasonably priced Java hosting service. Ideally, I want a service provider
that gives me the web server stack, but spares me the admin headache. This
may be just what I need:

http://www.cloudfoundry.com/
Cloud Foundry provides automated, outsourced data center management for
Java applications. It eliminates the expense and distraction of building and
operating your own data center for your production applications and QA
environments. And, with no long term contracts, you simply use Cloud Foundry
for as long as you need. 

With just a few clicks of the mouse, you deploy your application to a
load-balanced cluster running on Amazon EC2. Cloud Foundry monitors and
manages your applications and automatically handles auto-scaling and
failover. We insulate you from the messy details of using the cloud and
leave you free to focus on your business.

Cloud Foundry supports the Apache, Tomcat and MySQL stack. It configures
MySQL for master/slave replication and uses Apache to load balance across
one or more Tomcat servers.

___
 Yishay Mor, Researcher, London Knowledge Lab
  http://www.lkl.ac.uk/people/mor.html
  http://www.google.com/calendar/embed?src=yishaym%40gmail.com
  +44-20-7837 x5737
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki backup/restore

2009-01-06 Thread Sergiu Dumitriu
Mike A. wrote:
 Ok, I've increased tomcat memory to 256M, and added an attachment
 (4mb) successfully. But I still cannot delete a page.

What is the error you get? Still OutOfMemory?

  Quoting Mike A. : Hi!
  Maybe you can try split xar in smaller packages (it's pretty
 editable
  as it is an archive). Some time ago we did that, but we just
 removed
  the contanet we didn't need, so I don't know if it can be actually
  splitted.
  Quoting James Chen : Hi Everyone,
  We have a very old version of xwiki installed on a linuxbox, by a
  previous
  admin who installed it manually with mysql and tomcat. I've
  installed the
  latest version of xwiki (1.7) onto another box using the standalone
  installer, and I'm trying to import all the xwiki pages from the
 old
  box to
  the new one. From what I've read, the standalone installer uses its
  own
  hypersonic sql, and I'm having trouble figuring out if and how I
 can
  import
  the old files to the new one. Is there a way to consolidate a mysql
  dump to
  a hypersonic database? I've also tried exporting the XAR file from
  the old
  xwiki and importing into the new one through the web interface, but
  I'm
  getting a max_uploadsize error (I've already tried changing the
  limit in the
  Preference class editor, but it still gives me the same error).
  I've been stuck a while, and I feel like I've run out of options.
  Does
  anyone have any suggestions?
  Thanks,
  James


-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users