[xwiki-users] [GSOC] XWiki is applying for GSoC 2012. Proposals and mentors needed

2012-02-28 Thread Eduard Moraru
Hi devs, XWiki is planning to participate in this year's Google Summer of Code [1]. The organization registration period has already started and the deadline is the 9th of March [2] (a bit more than one week). 1. We need to provide by then a list of proposals and assign mentors for the students

Re: [xwiki-users] Lucene re-index problem

2012-02-28 Thread Joshua Davis
Nope. Still hangs if I re-index. Nothing in the logs. On Tue, Feb 28, 2012 at 6:42 PM, Joshua Davis wrote: > I think I'm hitting a ulimit issue, I'm going to bump up ulimit for my > tomcat user and restart. > > On Tue, Feb 28, 2012 at 6:24 PM, Joshua Davis wrote: > >> In my case I am using th

Re: [xwiki-users] Lucene re-index problem

2012-02-28 Thread Joshua Davis
I think I'm hitting a ulimit issue, I'm going to bump up ulimit for my tomcat user and restart. On Tue, Feb 28, 2012 at 6:24 PM, Joshua Davis wrote: > In my case I am using the default value in xwiki.cfg: > > xwiki.work.dir=data > > This seems to be pointing to /home//data on my system. > > Look

Re: [xwiki-users] Lucene re-index problem

2012-02-28 Thread Joshua Davis
I tried shutting down tomcat an deleting the contents of the ~/data/lucene directory. The Search page was accessible for a little while, it said there were 1000 documents in the queue. Then, it got stuck. In the logs, I had a lot of this: 97898 [Lucene Index Updater] WARN c.x.x.plugin.lucene.

Re: [xwiki-users] Lucene re-index problem

2012-02-28 Thread Joshua Davis
In my case I am using the default value in xwiki.cfg: xwiki.work.dir=data This seems to be pointing to /home//data on my system. Looks like the Lucene index is in /home//data/lucene ... hmm. I deleted a different directory before. Anyway... yes, the user has access to this directory. -bash-3.2

Re: [xwiki-users] Lucene re-index problem

2012-02-28 Thread Guillaume Fenollar
Hi, When the page "stucks", it's often because of a write issue on xwiki work directory. Are you sure you put a static value of xwiki.work.dir in xwiki.cfg file after your upgrade? Your application server must have the right to write in there. 2012/2/28 Joshua Davis > Interesting. Is there s

Re: [xwiki-users] Lucene re-index problem

2012-02-28 Thread Ricardo.Julio.Rodriguez.Fernandez
>>> >>> From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of Joshua >>> Davis [pgm...@gmail.com] >>> Sent: 28 February 2012 22:55 >>> To: XWiki Users >>> Subject: Re: [xwiki-users] Lucene re-index problem >>> >>> Interesting. Is there some way to tell the Lucene

[xwiki-users] Tooltip macro/extention and include xwiki document

2012-02-28 Thread Legeinfo
How to include a xwiki page in a tooltip with tooltip extention/macro? Volker -- View this message in context: http://xwiki.475771.n2.nabble.com/Tooltip-macro-extention-and-include-xwiki-document-tp7327286p7327286.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___

Re: [xwiki-users] Lucene re-index problem

2012-02-28 Thread Joshua Davis
Interesting. Is there some way to tell the Lucene not to index the attachments? On Tue, Feb 28, 2012 at 4:39 PM, < ricardo.julio.rodriguez.fernan...@sergas.es> wrote: > Hi Joshua, > > > > From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf

Re: [xwiki-users] Lucene re-index problem

2012-02-28 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi Joshua, > > From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of Joshua > Davis [pgm...@gmail.com] > Sent: 28 February 2012 21:30 > To: users@xwiki.org > Subject: [xwiki-users] Lucene re-index problem > > After upgrading to XWiki 3.5 (fro

[xwiki-users] [myxwiki] new wiki request

2012-02-28 Thread Ken McWilliams
Hello I would like to build a struts2 information wiki. struts.apache.org/ is an excellent resource for struts2 users, I would like to focus on the verticals of a struts2 web application (That is the use cases of persisting data, basic ajax interactions using Struts2/Spring/JPA). struts2.myxwiki.o

Re: [xwiki-users] Problem migrating to filesystem attachments in 3.3

2012-02-28 Thread Brian Forsythe
Answering my own question - the comment for the doIt() method is incorrect, saying that it should be run when database attachments are in use and the changes to config for filesystem attachments should be made after running it. If one changes to filesystem attachments first, the script works. On T

[xwiki-users] Lucene re-index problem

2012-02-28 Thread Joshua Davis
After upgrading to XWiki 3.5 (from 2.6) I noticed that the Lucene search index was not working properly. On advice I got in the #xwiki IRC chat, I shut down the server (Tomcat), deleted the Lucene index directory, and restarted the server. Only about 300 of the thousands of pages were indexed a

Re: [xwiki-users] missing hibernate file after fresh install xwiki-enterprise-tomcat6-mysql_3.5_all.deb

2012-02-28 Thread Arnaud bourree
Sorry, for duplication, I just see mail and apply correction Thanks Arnaud. 2012/2/28 Thomas Mortagne : > Richard Rafalski just reported the same bug in another mail, looks > like installing 3.5 from scratch fail to generate the hibernate file > from the template. I'm looking at it but I don't k

Re: [xwiki-users] Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration

2012-02-28 Thread Thomas Mortagne
On Tue, Feb 28, 2012 at 8:10 PM, Thomas Mortagne wrote: > On Tue, Feb 28, 2012 at 7:43 PM, Richard Rafalski > wrote: >> Hi, >> >> i have installed xwiki form the deb package >> xwiki-enterprise-tomcat-pgsql version 3.5.  Then tried to contact the >> new wiki through the URL http://xwikipg:8080/xw

Re: [xwiki-users] missing hibernate file after fresh install xwiki-enterprise-tomcat6-mysql_3.5_all.deb

2012-02-28 Thread Thomas Mortagne
Richard Rafalski just reported the same bug in another mail, looks like installing 3.5 from scratch fail to generate the hibernate file from the template. I'm looking at it but I don't know why yet. See http://jira.xwiki.org/browse/XE-1120 On Tue, Feb 28, 2012 at 9:00 PM, Arnaud bourree wrote: >

[xwiki-users] missing hibernate file after fresh install xwiki-enterprise-tomcat6-mysql_3.5_all.deb

2012-02-28 Thread Arnaud bourree
Hello, After try to migrate from 3.4-rc-1 to 3.5, I finally purge 3.4-rc-1 install and try fresh installation but I get following error: - during installation: $sudo aptitude install xwiki-enterprise-tomcat6-mysql The following NEW packages will be installed: xwiki-enterprise-common{a} xwiki-ent

[xwiki-users] Fwd: Problem migrating to filesystem attachments in 3.3

2012-02-28 Thread Brian Forsythe
I currently have my attachments stored in the database and am attempting to migrate to filesystem storage. Toggling it seems to work fine for new attachments. My issue is with migrating attachments via the FileSystem Attachment Porter script (http://extensions.xwiki.org/xwiki/bin/view/Extension/Fil

Re: [xwiki-users] Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration

2012-02-28 Thread Thomas Mortagne
On Tue, Feb 28, 2012 at 7:43 PM, Richard Rafalski wrote: > Hi, > > i have installed xwiki form the deb package > xwiki-enterprise-tomcat-pgsql version 3.5.  Then tried to contact the > new wiki through the URL http://xwikipg:8080/xwiki (xwikipg is the > hostname where xwiki is running). No page ca

Re: [xwiki-users] Install of xwiki-enterprise-common_3.5_all.deb failed

2012-02-28 Thread Thomas Mortagne
On Tue, Feb 28, 2012 at 6:00 PM, Richard Rafalski wrote: > Thank you > The installation of the 3.5 packages causes no errors now Cool, thanks for the suggestion :) > > Am 27.02.2012 17:53, schrieb Thomas Mortagne: >> Done >> >> On Mon, Feb 27, 2012 at 1:13 PM, Richard Rafalski >> wrote: >>> >>>

[xwiki-users] Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration

2012-02-28 Thread Richard Rafalski
Hi, i have installed xwiki form the deb package xwiki-enterprise-tomcat-pgsql version 3.5. Then tried to contact the new wiki through the URL http://xwikipg:8080/xwiki (xwikipg is the hostname where xwiki is running). No page came up. I got this error: Can't find [/WEB-INF/hibernate.cfg.xml] for

Re: [xwiki-users] Install of xwiki-enterprise-common_3.5_all.deb failed

2012-02-28 Thread Richard Rafalski
Thank you The installation of the 3.5 packages causes no errors now Am 27.02.2012 17:53, schrieb Thomas Mortagne: > Done > > On Mon, Feb 27, 2012 at 1:13 PM, Richard Rafalski > wrote: >> >> Am 26.02.2012 12:41, schrieb Thomas Mortagne: >>> I just fixed it on 4.0 and 3.5 branch (so for 4.0-milest

Re: [xwiki-users] Blog entries for specific category

2012-02-28 Thread Joris Dirks
On 28 February 2012 14:00, Guillaume Lerouge wrote: > Hi Joris, > > On Tue, Feb 28, 2012 at 11:19 AM, Joris Dirks > wrote: > > > On 28 February 2012 00:26, > >wrote: > > > > > Hi Joris! > > > > > > From: users-boun...@xwiki.org [users-boun...@xwiki.org]

[xwiki-users] Loss of WebPreferences params

2012-02-28 Thread CHENEAU-GREHALLE Nicolas
Hi, Since the migration from XEM 3.2 to XEM 3.4, We have a strange behaviour on our multi-wiki instance: Sometimes, values of WebPreferences disappear spontaneously on one of our sub-wiki. We lose configuration, look & feel and access rights parameters. There is no apparent reason (the paramet

Re: [xwiki-users] Watchlist doesnt show the watched sides

2012-02-28 Thread Alex
Yeah even with an admin acc i get the same problem. I know how to get the sides instead, but thats no solution. I have to watch after the Objects for each user profile-side, where the sides were put in. But thats not the way it should work. -- View this message in context: http://xwiki.475771.

Re: [xwiki-users] Blog entries for specific category

2012-02-28 Thread Guillaume Lerouge
Hi Joris, On Tue, Feb 28, 2012 at 11:19 AM, Joris Dirks wrote: > On 28 February 2012 00:26, >wrote: > > > Hi Joris! > > > > From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of > > Joris Dirks [jo...@user.stekje.nl] > > Sent: 27 February

Re: [xwiki-users] Watchlist doesnt show the watched sides

2012-02-28 Thread ncg
Hi, Same problem with my user on XWiki 3.4: the watchlist is empty while I watch the whole wiki But if I'm logging with Admin account, the watchlist is OK. Have you tried with Admin account ? NCG -- View this message in context: http://xwiki.475771.n2.nabble.com/Watchlist-doesnt-show-the-watc

Re: [xwiki-users] Blog entries for specific category

2012-02-28 Thread Joris Dirks
On 28 February 2012 00:26, wrote: > Hi Joris! > > From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of > Joris Dirks [jo...@user.stekje.nl] > Sent: 27 February 2012 17:01 > To: XWiki Users > Subject: [xwiki-users] Blog entries for specific c

Re: [xwiki-users] Watchlist doesnt show the watched sides

2012-02-28 Thread Alex
I have found something thats is a little bit strange to me. In the XWiki.UserSheet there is the following code. There is a reference to the XWikiUserWatchListSheet but this Sheet or the class XWikiUserWatchList does not excist in the Classes i can see. #if($isMyProfile && $hasWatch) #set($disca

Re: [xwiki-users] Install of xwiki-enterprise-common_3.5_all.deb failed

2012-02-28 Thread Thomas Mortagne
On Tue, Feb 28, 2012 at 10:34 AM, Arnaud bourree wrote: > Hello, > > I'm surprise about deb version: >>$aptitude show xwiki-enterprise-tomcat6-mysql xwiki-enterprise-tomcat-mysql >>Package: xwiki-enterprise-tomcat6-mysql >>New: yes >>State: installed >>Automatically installed: no >>Version: *3.5*

Re: [xwiki-users] Install of xwiki-enterprise-common_3.5_all.deb failed

2012-02-28 Thread Arnaud bourree
Hello, I'm surprise about deb version: >$aptitude show xwiki-enterprise-tomcat6-mysql xwiki-enterprise-tomcat-mysql >Package: xwiki-enterprise-tomcat6-mysql >New: yes >State: installed >Automatically installed: no >Version: *3.5* >Priority: optional >Section: java >Maintainer: XWiki Team (d...@xwi