Re: [xwiki-users] passing username and password with the URL

2008-02-16 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Hi all, We are using XWiki to share/develop R code. R has a source() command that can call a remote web page where the code is stored and execute it locally. We can figure out more sophisticated ways of getting R involved, but as an

Re: [xwiki-users] [Error]: Java heap memory error on adding large attachment

2008-02-16 Thread Dowson_Jim
Ricardo Rodriguez wrote: [EMAIL PROTECTED] wrote: An MS Word document. The error also happened with a 6.5 MB zip file - so the xwiki limit of 10MB may not be the issue (although documents larger than the alleged 1MB MySQL limit have been successfully uploaded). Thus, the problem may arise

Re: [xwiki-users] [Error]: Java heap memory error on adding large attachment

2008-02-16 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
[EMAIL PROTECTED] wrote: I'll update you (here) after we apply the changes and test again. Thanks for your help! Once you get it running I think we need to hear from anybody else about the difference between CATALINA_OPTS and JAVA_OPTS to create a reasonable FAQ entry applying to Tomcat.

[xwiki-users] Problem using Xwiki with Tomcat 6.0

2008-02-16 Thread Ngo Thi Hong Nga
Hi, when changing from Tomcat 5.5 to Tomcat 6.0, I met a problem when loading http://localhost:8080/xwiki/bin/view/Main/WebHome The page is displayed with 3 lines: #template(startpage.vm) #template(contentview.vm) #template(docextra.vm) #template(endpage.vm) Anyone can tell me how to fix this

Re: [xwiki-users] Import of XAR: Java Heap Space Out Of Memory Exception in 1.2

2008-02-16 Thread Antonio Goncalves
Ok, I've found the problem. Nothing to do with XWiki or MySQL, the heap of Tomcat was too low. I've increased the -Xmx and it works fine. Antonio 2008/2/16, Antonio Goncalves [EMAIL PROTECTED]: Hi everybody, I'm bringing this issue back but it still doesn't work. This is what I'm doing :

Re: [xwiki-users] Import of XAR: Java Heap Space Out Of Memory Exception in 1.2

2008-02-16 Thread Antonio Goncalves
Hi everybody, I'm bringing this issue back but it still doesn't work. This is what I'm doing : I'm starting everything from scratch : new database completly empty and a fresh XWiki 1.2.2.7518 on a fresh Tomcat 5.5.26 and a 5.0.41 MySQL (with a 5.1.5 driver). Just after installing XWiki, I try to

Re: [xwiki-users] [Error]: Java heap memory error on adding large attachment

2008-02-16 Thread Pavel
I just looked at catalina.bat and it looks like there is no difference in how these used - both eventually get into java command line. Perhaps tomcat guys wanted to keep java and catalina params logically separated. Pavel On Feb 16, 2008 4:38 PM, [Ricardo Rodriguez] Your EPEC Network ICT Team

Re: [xwiki-users] [Error]: Java heap memory error on adding large attachment

2008-02-16 Thread Pavel
Here is my version of what happens in QA. * What does out of memory error mean? - Java virtual machine (which runs tomcat which runs xwiki) has run out of heap space and cannot allocate anything anymore. * Is it related to MySQL packet size? - No * Why this error happens? - Because

Re: [xwiki-users] [Error]: Java heap memory error on adding large attachment

2008-02-16 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Pavel wrote: Here is my version of what happens in QA. * What does out of memory error mean? - Java virtual machine (which runs tomcat which runs xwiki) has run out of heap space and cannot allocate anything anymore. * Is it related to MySQL packet size? - No * Why this error

Re: [xwiki-users] Problem using Xwiki with Tomcat 6.0

2008-02-16 Thread Ngo Thi Hong Nga
I don't know why but this morning when re-loading this page, everything is ok :) On Feb 16, 2008 10:24 PM, Ngo Thi Hong Nga [EMAIL PROTECTED] wrote: Hi, when changing from Tomcat 5.5 to Tomcat 6.0, I met a problem when loading http://localhost:8080/xwiki/bin/view/Main/WebHome The page is