Re: Lenya and database
Hi Arne > > I am getting an error when trying to run a query. > > error: unknown element "execute-query" from namespace > "http://apache.org/cocoon/SQL/2.0"; > > I've following the example for here: > http://cocoon.apache.org/2.1/userdocs/sql-transformer.html > > Do I have the wrong namespace? > > We are running Lenya 2.0.1 and connecting to MySQL 5.0.51a > Did you activate the SQL Transformer in your sitemap? We use the SQL Transfomrer in lenya 1.2 and it works fine. Jann - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
Re: problem in installing cocoon 2.1.11
Cocoon 2.1 has some issues with Java 6 (see e.g. http://markmail.org/message/zthrxullfkuld7rb ). Try switching to Java 5. Jasha Joachimsthal j.joachimst...@onehippo.com - ja...@apache.org www.onehippo.com Amsterdam - Hippo B.V. Oosteinde 11 1017 WT Amsterdam +31(0)20-5224466 San Francisco - Hippo USA Inc. 101 H Street, suite Q Petaluma CA 94952-5100 +1 (707) 773-4646 2009/5/29 sonalimodi : > > hi > The result of echo$JAVA_HOME is /usr/local/jdk1.6.0_02 > > > > > > > Robby Pelssers-2 wrote: >> >> What is the result of "echo $JAVA_HOME" ?? >> >> Robby >> >> -Original Message- >> From: sonalimodi [mailto:sonalimodia...@gmail.com] >> Sent: Thursday, May 28, 2009 2:07 PM >> To: users@cocoon.apache.org >> Subject: problem in installing cocoon 2.1.11 >> >> >> hi >> >> i have build the build.sh file properly but i have problem in installing >> cocoon.sh file >> >> when i gave the command on my command line ./cocoon.sh it is saying your >> JAVA_HOME path is not set >> >> but i m sure i have set my java path properly as my other software's are >> running through it .. i m using LINUX platform >> >> what to do pls help >> -- >> View this message in context: >> http://www.nabble.com/problem-in-installing-cocoon-2.1.11-tp23760455p237 >> 60455.html >> Sent from the Cocoon - Users mailing list archive at Nabble.com. >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org >> For additional commands, e-mail: users-h...@cocoon.apache.org >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org >> For additional commands, e-mail: users-h...@cocoon.apache.org >> >> >> > > -- > View this message in context: > http://www.nabble.com/problem-in-installing-cocoon-2.1.11-tp23760455p23774240.html > Sent from the Cocoon - Users mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org > For additional commands, e-mail: users-h...@cocoon.apache.org > > - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
RE: problem in installing cocoon 2.1.11
hi The result of echo$JAVA_HOME is /usr/local/jdk1.6.0_02 Robby Pelssers-2 wrote: > > What is the result of "echo $JAVA_HOME" ?? > > Robby > > -Original Message- > From: sonalimodi [mailto:sonalimodia...@gmail.com] > Sent: Thursday, May 28, 2009 2:07 PM > To: users@cocoon.apache.org > Subject: problem in installing cocoon 2.1.11 > > > hi > > i have build the build.sh file properly but i have problem in installing > cocoon.sh file > > when i gave the command on my command line ./cocoon.sh it is saying your > JAVA_HOME path is not set > > but i m sure i have set my java path properly as my other software's are > running through it .. i m using LINUX platform > > what to do pls help > -- > View this message in context: > http://www.nabble.com/problem-in-installing-cocoon-2.1.11-tp23760455p237 > 60455.html > Sent from the Cocoon - Users mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org > For additional commands, e-mail: users-h...@cocoon.apache.org > > > - > To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org > For additional commands, e-mail: users-h...@cocoon.apache.org > > > -- View this message in context: http://www.nabble.com/problem-in-installing-cocoon-2.1.11-tp23760455p23774240.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
Re: Build is failing while installing cocoon 2.1.11
Hi As im workinkg on linux platform i just gave the command ./build.sh and it started building the build.xml file and after few sec like after 8 or 9 seconds it gives BUILD FAILED and shows the following which i gave in my previous post Antonio Gallardo wrote: > > Hi, > > A file is missing: > > IOException: java.io.FileNotFoundException: > /usr/local/cocoon-2.1.11/build/webapp/WEB-INF/cocoon.xconf > > Would you explain how did you build? > > Best Regards, > > Antonio Gallardo. > > > > kaushalbhardwaj escribió: >> hi >> >> i have tired to build the cocoon in my Linux system but it is giving the >> following error >> >> >> BUILD FAILED >> /usr/local/cocoon-2.1.11/tools/targets/webapp-build.xml:120: The >> following >> error occurred while executing this line: >> /usr/local/cocoon-2.1.11/build/cocoon/temp/blocks-build.xml:1112: The >> following error occurred while executing this line: >> /usr/local/cocoon-2.1.11/build/cocoon/temp/blocks-build.xml:167: >> IOException: java.io.FileNotFoundException: >> /usr/local/cocoon-2.1.11/build/webapp/WEB-INF/cocoon.xconf (No such file >> or >> directory) >> >> i serched in the above files also but unable to understand it >> what to do >> kindly help >> >> Kaushal >> > > > - > To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org > For additional commands, e-mail: users-h...@cocoon.apache.org > > > -- View this message in context: http://www.nabble.com/Build-is-failing-while-installing-cocoon-2.1.11-tp23760278p23774231.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
Lenya and database
Hello, I am getting an error when trying to run a query. error: unknown element "execute-query" from namespace "http://apache.org/cocoon/SQL/2.0"; I've following the example for here: http://cocoon.apache.org/2.1/userdocs/sql-transformer.html Do I have the wrong namespace? We are running Lenya 2.0.1 and connecting to MySQL 5.0.51a Thanks, Arne Jensen Senior Network Engineer Mathematical Sciences Research Institute Shiing-Shen Chern Hall 17 Gauss Way Berkeley, CA 94720-5070 510-643-6070 - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
Re: Build is failing while installing cocoon 2.1.11
Hi, A file is missing: IOException: java.io.FileNotFoundException: /usr/local/cocoon-2.1.11/build/webapp/WEB-INF/cocoon.xconf Would you explain how did you build? Best Regards, Antonio Gallardo. kaushalbhardwaj escribió: > hi > > i have tired to build the cocoon in my Linux system but it is giving the > following error > > > BUILD FAILED > /usr/local/cocoon-2.1.11/tools/targets/webapp-build.xml:120: The following > error occurred while executing this line: > /usr/local/cocoon-2.1.11/build/cocoon/temp/blocks-build.xml:1112: The > following error occurred while executing this line: > /usr/local/cocoon-2.1.11/build/cocoon/temp/blocks-build.xml:167: > IOException: java.io.FileNotFoundException: > /usr/local/cocoon-2.1.11/build/webapp/WEB-INF/cocoon.xconf (No such file or > directory) > > i serched in the above files also but unable to understand it > what to do > kindly help > > Kaushal > - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
RE: problem in installing cocoon 2.1.11
What is the result of "echo $JAVA_HOME" ?? Robby -Original Message- From: sonalimodi [mailto:sonalimodia...@gmail.com] Sent: Thursday, May 28, 2009 2:07 PM To: users@cocoon.apache.org Subject: problem in installing cocoon 2.1.11 hi i have build the build.sh file properly but i have problem in installing cocoon.sh file when i gave the command on my command line ./cocoon.sh it is saying your JAVA_HOME path is not set but i m sure i have set my java path properly as my other software's are running through it .. i m using LINUX platform what to do pls help -- View this message in context: http://www.nabble.com/problem-in-installing-cocoon-2.1.11-tp23760455p237 60455.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
problem in installing cocoon 2.1.11
hi i have build the build.sh file properly but i have problem in installing cocoon.sh file when i gave the command on my command line ./cocoon.sh it is saying your JAVA_HOME path is not set but i m sure i have set my java path properly as my other software's are running through it .. i m using LINUX platform what to do pls help -- View this message in context: http://www.nabble.com/problem-in-installing-cocoon-2.1.11-tp23760455p23760455.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org
Build is failing while installing cocoon 2.1.11
hi i have tired to build the cocoon in my Linux system but it is giving the following error BUILD FAILED /usr/local/cocoon-2.1.11/tools/targets/webapp-build.xml:120: The following error occurred while executing this line: /usr/local/cocoon-2.1.11/build/cocoon/temp/blocks-build.xml:1112: The following error occurred while executing this line: /usr/local/cocoon-2.1.11/build/cocoon/temp/blocks-build.xml:167: IOException: java.io.FileNotFoundException: /usr/local/cocoon-2.1.11/build/webapp/WEB-INF/cocoon.xconf (No such file or directory) i serched in the above files also but unable to understand it what to do kindly help Kaushal -- View this message in context: http://www.nabble.com/Build-is-failing-while-installing-cocoon-2.1.11-tp23760278p23760278.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: users-h...@cocoon.apache.org