RE: Problems installing Cocoon 2.1-dev: NoSuchMethodError - SOLVED

2002-06-20 Thread Albertsen, Juergen
Hi everbody, yesterday evening I spent some time reubuilding the whole Avalon framework. Because the access to my FreeBSD box is fairly slow I did it on a Linux box, but because of "Write Once, Run Anywhere" this shouldn't be a difference, no? ;-) However, after uploading the updated JARs to my F

Re: Lucene and cocoon-view

2002-06-20 Thread Lajos Moczar
Hi Maha - Do you have a message in core.log from SimpleLuceneXMLIndexerImpl saying something about "Ignoring ... "? Check that the view is working correctly: call http://localhost:8080/cocoon/myapps?cocoon-view=content and make sure it is returning XML with a mime-type of text/xml. If not, Lu

Re: Cocoon 2.0.3 problems...

2002-06-20 Thread Stuart Roebuck
On Thursday, June 20, 2002, at 06:34 pm, Vadim Gritsenko wrote: >> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > ... > - During startup of C2 I get the following error: > > "Logging Error: Could not set up Cocoon Logger, will use screen > instead" > > and the stack is: >

"Resource not found" message

2002-06-20 Thread Tom Loebach
Folks,   This is a newbie question. I am trying to pass parameters into cocoon with a URI that looks like this: http://server:8080/cocoon/APP?color=red&shape=square Cocoon has no problems when the parameters have values. If I pass in a URI that looks like this: http://server:8080/APP?color=&shape=s

Re: Help on displaying both image and content in one output

2002-06-20 Thread Nicola Ken Barozzi
Sreenivasan N. wrote: > hi all > > I would like to display my output with a image and content. Basically i > would like to give user output with a chart using svg2jpg serializer and > html output using an XSP taking data from database. > Is it possible in cocoon..? > Can anyone help me in this

Re: Lucene and cocoon-view

2002-06-20 Thread Maha Al-Yahya
Hi Lajos, Good for you, but unfourtunately I'm still having a problem running the search on my webapp. I use the sample search with cocoon and input the base URL as: http://localhost:8080/cocoon/myapps (Iwant cocoon to search all documents in myapps directory) in myapps sub-sitemap I put the foll

create a shared connection pool to database from XSP page

2002-06-20 Thread Luis Gois
Title: Message Hello.   Is it possible to establish a connection pool to a database from data inserted in a form? That is, I wan't to create a connection pool like the ones we can configure in cocoon.xconf, use esql on it, etc. from information (username and password) entered by the user in

Cocoon Installation

2002-06-20 Thread Marksteiner, Violeta
Hi, Cocoon works succesfully on the following combination: OS: Windows 2000 Server Web Server: IIS 5.0 Servlet Engine: JRun 3.1 JVM: Sun JDK 1.3.1 REALTECH : Technology drives e-Business '@`@` ---o00-(_)-00o -- Violeta Marksteiner

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Per Kreipke
> 2.0.3 is in bug fix mode. Ok. And I suppose the nightly builds are only of HEAD :-( I've just found in the TC4.0.4 log a bunch of error messages from Cocoon's startup: Using parser: org.apache.avalon.excalibur.xml.JaxpParser LogKitLogger: "Attempting to get Handler for: org.apache.avalon.exca

RE: production release

2002-06-20 Thread Geoff Howard
There is no quick easy binary download like what you're looking for. However, if you build from source (not difficult at all) you can get closer to what you want. Check out the build targets (use "build -projecthelp") - there are some that give you less than the whole ball of wax. Unfortunately,

RE: Datasource pooling issue. Connections exceed limit.

2002-06-20 Thread Stephen Ng
Aaron, I have an app that does quite a bit of data access and haven't noticed this at all. BTW, are you using SQLTransformer or esql to get the data? Steve > -Original Message- > From: SANSONE, AARON M [AG-Contractor/1000] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 19, 2002

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Mike Ash
Title: RE: Cocoon 2.0.3 problems... 2.0.3 is in bug fix mode. -Original Message- From: Per Kreipke [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 1:19 PM To: [EMAIL PROTECTED] Subject: RE: Cocoon 2.0.3 problems... Vadim, Why isn't there a 2.0.3 dist on the web site? I'

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Per Kreipke
Vadim, Why isn't there a 2.0.3 dist on the web site? I'm stuck: rebuilding C2 hasn't worked, TC4.0.4 hasn't worked. Any other suggestions? > Are you using the avalon-framework-20020603.jar that came with > 2.0.3 or are > you using a later one as others have mentioned in bugzilla reports? > > Tha

RE: production release

2002-06-20 Thread Ricardo Trindade
I agree with you, but in this case the docs are served as html, why should they live in a production server ? -Original Message- From: Martin Stricker [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 19 de Junho de 2002 23:28 To: [EMAIL PROTECTED] Subject: Re: production release Ricardo T

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Per Kreipke
Are you using the avalon-framework-20020603.jar that came with 2.0.3 or are you using a later one as others have mentioned in bugzilla reports? Thanks. > -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 20, 2002 1:35 PM > To: [EMAIL PROTECTED]

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Vadim Gritsenko
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] ... > > > > - During startup of C2 I get the following error: > > > > > > > > "Logging Error: Could not set up Cocoon Logger, will use screen > > > > instead" > > > > > > > > and the stack is: > > > > java.lang.NullPointerException > > > > at > > > >

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Per Kreipke
> I am getting the exact same error, running tomcat 3.3a..will try to upgrade as well. I'm actually glad to hear it :-) At least I'm not going crazy. FYI: I've tried TC4.0.4 with C2.0.3 as both a WAR and a local webapp. Not surprisingly, neither works. Per --

RE: Cocoon bug ? XSLT transform before SQL transform

2002-06-20 Thread Paul Terray
At 12:24 20/06/2002 -0400, you wrote: >Konstantin, > >we've experienced a similar problem, too. [snip !] It works, thanks for tracking the bug ! Is there a way we pass this to developpers ? I just made some corrections to your code, for future reference in the archive. > I made a workaround by

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Mike Ash
Title: RE: Cocoon 2.0.3 problems... I am  getting the exact same error,  running tomcat 3.3a..will try to upgrade as well. -Original Message- From: Per Kreipke [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 11:46 AM To: [EMAIL PROTECTED] Subject: RE: Cocoon 2.0.3 problems.

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Per Kreipke
Vadim, > > > I'm sorry to do this but I'm about to ask a bunch of very newbie > > > questions. > > > > > > > > > I got a copy of the 2.0.3 branch last night, built it and had the > > following > > > (some ongoing) problems (in Tomcat 4.0.3): > > > > rm -rf $TOMCAT_HOME > > > > Go and get 4.0.

RE: Cocoon 2.0.3 problems...

2002-06-20 Thread Per Kreipke
> > I'm sorry to do this but I'm about to ask a bunch of very newbie > > questions. > > > > > > I got a copy of the 2.0.3 branch last night, built it and had the > following > > (some ongoing) problems (in Tomcat 4.0.3): > > rm -rf $TOMCAT_HOME > > Go and get 4.0.4, less install steps and

RE: ArrayIndexOutOfBound exception under heavy load

2002-06-20 Thread Argyn Kuketayev
good point! I forgot to put it before WebLogic.jar > -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 20, 2002 12:35 PM > To: [EMAIL PROTECTED] > Subject: RE: ArrayIndexOutOfBound exception under heavy load > > > > From: Argyn Kuketayev [mail

RE: ArrayIndexOutOfBound exception under heavy load

2002-06-20 Thread Vadim Gritsenko
> From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > > can it be this? Are you sure that this is A Good Thing (tm) to use WebLogic's Xalan? :-) > java.lang.ArrayIndexOutOfBoundsException > at > weblogic.apache.xalan.serialize.SerializerToXML.accum( > SerializerToXML.java:1321) Vadim >

RE: Cocoon bug ? XSLT transform before SQL transform

2002-06-20 Thread Vadim Gritsenko
> From: Paul Terray [mailto:[EMAIL PROTECTED]] > > At 09:01 20/06/2002 -0400, you wrote: > >Paul, > > > >Please, read: > >http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102449556711953&w=2. > > You are perfectly right. However, I just check and never received that > message ! > Could someone

RE: Datasource pooling issue. Connections exceed limit. Resolved.

2002-06-20 Thread SANSONE, AARON M [AG-Contractor/1000]
Tom, As it turns out, we were the victims of a renegade servlet that wasn't closing it's connection. We mistakenly thought it was Cocoon. Thanks for your help, Aaron > -Original Message- > From: Tom Klaasen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 19, 2002 9:26 AM > To: [EMA

RE: ArrayIndexOutOfBound exception under heavy load

2002-06-20 Thread Argyn Kuketayev
can it be this? load testing tool waits for a response. response is not coming, then it drops the request after time-out. transformer's still running, but suddenly request's gone, ... then ArrayOutOfBound exception after load-test is over, no exceptions, page works. here's the part of error.log

RE: Lucene, xml files and dtds.

2002-06-20 Thread Vadim Gritsenko
> From: Guy Bobenrieth [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 20, 2002 12:11 PM > To: [EMAIL PROTECTED] > Subject: Lucene, xml files and dtds. > > Hello, > > ( Finally, to make cocoon run I went back to the jdk1.3 !) > > Now I want to play a little with Lucene over some xml files. I

RE: ArrayIndexOutOfBound exception under heavy load

2002-06-20 Thread Vadim Gritsenko
> From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > > When I load test my document generation under Cocoon it throws me this: > > java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException > at > org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:32 31) >

RE: Cocoon bug ? XSLT transform before SQL transform

2002-06-20 Thread Christopher Painter-Wakefield
Konstantin, we've experienced a similar problem, too. We had input XML that used the SQL transformer namespace, transformed with an XSLT stylesheet, and fed into SQL transformer, with the same error. We had a template that created the SQL query tags for the transformer, and the namespace was d