Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-17 Thread Pascal BASTIEN
on tomcat 7.0.47 with xwiki 5.4.2 You need to increase permanent space (parameter -XX:MaxPermSize), which is used for static objects, and which is never deallocated, e.g. -XX:MaxPermSize=256m Valdis Hello, With xwiki 5.4.1 I hadn't crash of xwiki but with the last version 5.4.2 I have 2

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-17 Thread Jeremie BOUSQUET
-Dhttp.proxyPort=8080 Any ideas? Thxs De : Valdis Vītoliņš valdis.vitol...@odo.lv À : Pascal BASTIEN pbasnews-xw...@yahoo.fr; XWiki Users users@xwiki.org Envoyé le : Mercredi 12 mars 2014 10h46 Objet : Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-17 Thread Pascal BASTIEN
Objet : Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2 Hello, It may be something else (see error about AsyncHttpClient-Callback), but basically it seems you JVM is missing memory. 800m may be a bit too small. I know it's the recommendation for large installs, but in my case at least

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-17 Thread Jeremie BOUSQUET
...@yahoo.fr; XWiki Users users@xwiki.org *Envoyé le :* Lundi 17 mars 2014 16h49 *Objet :* Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2 Hello, It may be something else (see error about AsyncHttpClient-Callback), but basically it seems you JVM is missing memory. 800m may be a bit too

[xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Pascal BASTIEN
Hello, With xwiki 5.4.1 I hadn't crash of xwiki but with the last version 5.4.2 I have 2 crash per day... Log indicate : java.lang.OutOfMemoryError: PermGen space Here my catalina.sh JAVA_OPTS=-server -Xms800m -Xmx800m -XX:PermSize=64M -XX:MaxPermSize=196m -Dfile.encoding=utf-8

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread vinc...@massol.net
  Hi Pascal, See  http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HPrerequisites and especially the memory requirements. Thanks -Vincent On 12 Mar 2014 at 10:38:32, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: Hello, With xwiki 5.4.1

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Valdis Vītoliņš
You need to increase permanent space (parameter -XX:MaxPermSize), which is used for static objects, and which is never deallocated, e.g. -XX:MaxPermSize=256m Valdis Hello, With xwiki 5.4.1 I hadn't crash of xwiki but with the last version 5.4.2 I have 2 crash per day... Log indicate :

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Pascal BASTIEN
@xwiki.org Envoyé le : Mercredi 12 mars 2014 10h46 Objet : Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2 You need to increase permanent space (parameter -XX:MaxPermSize), which is used for static objects, and which is never deallocated, e.g. -XX:MaxPermSize=256m Valdis

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread vinc...@massol.net
. It should be fine now. -Vincent De : Valdis Vītoliņš À : Pascal BASTIEN ; XWiki Users Envoyé le : Mercredi 12 mars 2014 10h46 Objet : Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2 You need to increase permanent space (parameter

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Pascal BASTIEN
Nope... Do you have the same problem than mine? De : vinc...@massol.net vinc...@massol.net À : XWiki Users users@xwiki.org Envoyé le : Mercredi 12 mars 2014 11h07 Objet : Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2 On 12 Mar 2014 at 11:03