Re: [xwiki-users] failed restarts

2012-08-23 Thread Paul Libbrecht
Le 16 août 2012 à 23:44, Vincent Massol a écrit : I have never seen nor heard anything like in XE so IMO this must be coming from the way curriki uses the XWiki platform. To debug is easy. Simply start curriki in debug mode (see start_xwiki_debug.sh), open your IDE and connect to the

Re: [xwiki-users] failed restarts

2012-08-17 Thread Moritz Hesse (EnergieArchitektur)
Hi Vincent, To debug is easy. Simply start curriki in debug mode (see start_xwiki_debug.sh), open your IDE and connect to the running JVM. Then you can trace execution step by step. which IDE do you use? Eclipse with the XWiki Eclipse Plugin? Bests, Moritz

Re: [xwiki-users] failed restarts

2012-08-17 Thread Vincent Massol
On Aug 17, 2012, at 8:47 AM, Moritz Hesse (EnergieArchitektur) wrote: Hi Vincent, To debug is easy. Simply start curriki in debug mode (see start_xwiki_debug.sh), open your IDE and connect to the running JVM. Then you can trace execution step by step. which IDE do you use? Eclipse with

Re: [xwiki-users] failed restarts

2012-08-17 Thread Vincent Massol
Hi, On Aug 17, 2012, at 11:29 AM, Moritz Hesse (EnergieArchitektur) wrote: Hi Vincent, I personally use IntelliJ IDEA. sounds interesting. Can you use the XWiki Eclipse Plugin for IntelliJ IDEA? No Or how did you do it? Why would I use the XWiki Eclipse plugin? :) Thanks -Vincent

Re: [xwiki-users] failed restarts

2012-08-17 Thread Moritz Hesse (EnergieArchitektur)
Hi Vincent, Why would I use the XWiki Eclipse plugin? :) I am wondering how you connect to your XWiki – for developing as well as for debugging? ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] failed restarts

2012-08-17 Thread Vincent Massol
On Aug 17, 2012, at 12:43 PM, Moritz Hesse (EnergieArchitektur) wrote: Hi Vincent, Why would I use the XWiki Eclipse plugin? :) I am wondering how you connect to your XWiki – for developing as well as for debugging? I use a browser to open the page I want. An IntelliJ plugin similar

Re: [xwiki-users] failed restarts

2012-08-16 Thread Vincent Massol
Hi Paul, I have never seen nor heard anything like in XE so IMO this must be coming from the way curriki uses the XWiki platform. To debug is easy. Simply start curriki in debug mode (see start_xwiki_debug.sh), open your IDE and connect to the running JVM. Then you can trace execution step by

Re: [xwiki-users] failed restarts

2012-08-08 Thread Paul Libbrecht
Once again having one such failed restart... Somehow, this may be related to the programming permission model. One thing that we call steadily on all pages is $xwiki.includeTopic('Admin.Configuration', false) and I think this is the one that fails often. Can it be this should never be

[xwiki-users] failed restarts

2012-08-03 Thread Paul Libbrecht
Hello dear XWikiers, one of the issues of XWiki which keeps coming up since many many versions are failed restarts. They manifest themselves as a web-application that misses something I could never identify and starts triggering lack of authorizations. They tend to fairly randomly. Rather