Re: Error message not displayed

2003-06-26 Thread Joerg Heinicke
No problem. You can read something about it here: http://wiki.cocoondev.org/Wiki.jsp?page=ErrorHandling Joerg Dmitry Diskin wrote: Hi Joerg, Thanks for your answer. Would you mind to show me the example - I was unable to find it.. Dmitry. Joerg Heinicke wrote: That's a logging issue, so shoul

Re: Error message not displayed

2003-06-25 Thread Dmitry Diskin
Hi Joerg, Thanks for your answer. Would you mind to show me the example - I was unable to find it.. Dmitry. Joerg Heinicke wrote: That's a logging issue, so should be configurable in logkit.xconf. If you want to see it in the browser, you should add an error handler to the pipe. You can find

RE: Error message not displayed

2003-06-25 Thread Geoff Howard
Also search the archives of this and the dev list for "blank page" - this I think is a little better now in 2.1. Geoff > -Original Message- > From: Joerg Heinicke [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 25, 2003 7:24 PM > To: [EMAIL PROTECTED] > Subje

Re: Error message not displayed

2003-06-25 Thread Joerg Heinicke
That's a logging issue, so should be configurable in logkit.xconf. If you want to see it in the browser, you should add an error handler to the pipe. You can find samples in the Cocoon samples I guess. Joerg Dmitry Diskin wrote: Hello I have been struggling with blank page in my browser for a

Re: [Error] Sendmail Logicsheet and Cinclude

2003-06-24 Thread Bill Humphries
On Friday, June 20, 2003, at 04:52 AM, Christian Haul wrote: I'd appreciate some assistance with this. Once I've found my way around this problem, I'll write up a how-to for the cocoondev.org wiki. Deal! Those notes are now at http://wiki.cocoondev.org/Wiki.jsp?page=MailBodyViaPipeline Amplica

Re: [Error] Sendmail Logicsheet and Cinclude

2003-06-24 Thread Bill Humphries
On Friday, June 20, 2003, at 04:52 AM, Christian Haul wrote: [EMAIL PROTECTED] wrote: I've been stumbling the past couple of days through the sendmail logicsheet and sendmail actions in 2.1-M1. Here's what I'm trying to do: Include generated content (i.e. content produced by a pipeline) into the

RE: [Error] Sendmail Logicsheet and Cinclude

2003-06-20 Thread Yan, Charlene
created rtf in step 1 on the server and then sending it as an attachment. Anyway, more later on this. Charlene -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 7:52 AM To: [EMAIL PROTECTED] Subject: Re: [Error] Sendmail Logicsheet and Ci

Re: [Error] Sendmail Logicsheet and Cinclude

2003-06-20 Thread Christian Haul
[EMAIL PROTECTED] wrote: I've been stumbling the past couple of days through the sendmail logicsheet and sendmail actions in 2.1-M1. Here's what I'm trying to do: Include generated content (i.e. content produced by a pipeline) into the body of an email sent by sendmail action or logicsheet. Thi

Re: [SUMMARY] RE: error in XSP --> Tomcat4.1.24 has CATASTROPHICcache system!!!!

2003-06-06 Thread Jacob L E Blain Christen
i think this is a bug with tomcat (and hence more appropriately taken up with [EMAIL PROTECTED]) as after upgrading my tomcat installation to 4.1.24 i have been noticing similiar "recompile" issues. -- Jacob L E Blain Christen Entheal LLC 443.255.9975 410.542.7793 --

Re: error in XSP

2003-06-05 Thread Joerg Heinicke
I don't know any French, but with my English, Latin and German knowledge I guess it means something like "requested resource is not available", doesn't it? Hmm, I would suggest to look into the log files for a more exhaustive error message. Joerg [EMAIL PROTECTED] wrote: where is the error in

Re: [SUMMARY] RE: error in XSP --> Tomcat4.1.24 has CATASTROPHIC cache system!!!!

2003-06-05 Thread Bertrand Delacretaz
Le Mercredi, 4 juin 2003, à 16:17 Europe/Zurich, <[EMAIL PROTECTED]> a écrit : I really have BIG problems with cache! I... I don't know about your particular problem, but have you tried to use the cocoon logs to analyze what's happening? The logs usually help a lot if you take some time to learn

[SUMMARY] RE: error in XSP --> Tomcat4.1.24 has CATASTROPHIC cache system!!!!

2003-06-05 Thread Maxime.Gheysen
I really have BIG problems with cache! I call a page login.xsp, with an error in it, then I receive the error. I correct the error and I can't, by anyway, update the page! I have to rename the file so that I can see the changes. Then I delete the file, and the page still dispays! I can't, by any

Re: Error using "Protected Area" in samples

2003-05-29 Thread Joerg Heinicke
Hello Bobby, try to use Xalan instead of XSLTC for this transformation. In the best case it will work (possible bug in XSLTC: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20308), in the worst case you will at least get a better error message. Joerg Bobby Mitchell wrote: Using Version: 2.

RE: [solution] Re: Error setting up cocoon

2003-05-27 Thread Eugene Kaganovich
robably have more app-specific questions soon, I'm just trying to get my head around this stuff... - Eugene > -Original Message- > From: Stavros Kounis [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 27, 2003 2:50 PM > To: [EMAIL PROTECTED] > Subject: [solution] Re: Error setti

[solution] Re: Error setting up cocoon

2003-05-27 Thread Stavros Kounis
yes that's it geoff i had the same problem after cocoon build i have just copy all cocoon-2.1/lib/endorsed/ jars into tomcat/common/endorsed but cocoon use to give me blank pages after your post i check the content of common\endorsed and WEB-INF\lib and left in common\endorsed only the same ja

Re: Error setting up cocoon

2003-05-27 Thread Geoff Howard
That root cause: java.lang.IllegalAccessError: class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2$AncestorIterator cannot access its superclass is 99.9% sure to be the endorsed dir issue that you think you've fixed. I'm pretty sure this is what happens when two different versions of the jars are in comm

Re: Error message when starting cocoon

2003-04-01 Thread Marc Portier
Bart, at first sight, not that much there to make a sound suggestion only sensible reading about classloaders in tomcat has been http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html but it's not particulary helping me point out what the issue is, it only suggests trying out t

Re: error trying to use TextParserGenerator

2003-03-26 Thread Neil Davies
Is there a detailed exception in the logs under WEB-INF/logs/*.log ? (Perhaps you must set the log level higher) With this exception I can only draw the conclusion, that the generator have problems with the configuration within the components section. Stephan. Okay. I have looked at the error.lo

Re: error trying to use TextParserGenerator

2003-03-26 Thread Stephan Michels
On Wed, 26 Mar 2003, Neil Davies wrote: > Apologies if this has been answered previously but I'm a relative > newbie to Cocoon2. > > I have a structured text file which is exported from a database > (non SQL, a complete mess so there's no chance of using standard xsl > logic to extract data) and

Re: Error deploying to WLS 6.1sp2... Help!

2003-03-15 Thread Vadim Gritsenko
Howard, Gary wrote: Does anyone have any ideas? Any help is appreciated. Thanks, Gary Upgrade to SP4 or get a patch from bea support. This is known issue. Vadim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

RE: Error deploying to WLS 6.1sp2... Help!

2003-03-14 Thread Howard, Gary
: Schaper, Christoph [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 10:16 AM To: [EMAIL PROTECTED] Subject: RE: Error deploying to WLS 6.1sp2... Help! Cocoon will not deploy as a WAR file on WL 6.1sp2. Deploy it exploded. Christoph -Original Message- From: Howard, Gary [mailto

RE: Error deploying to WLS 6.1sp2... Help!

2003-03-14 Thread Howard, Gary
ginal Message- From: Schaper, Christoph [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 10:16 AM To: [EMAIL PROTECTED] Subject: RE: Error deploying to WLS 6.1sp2... Help! Cocoon will not deploy as a WAR file on WL 6.1sp2. Deploy it exploded. Christoph -Original Message-

RE: Error deploying to WLS 6.1sp2... Help!

2003-03-14 Thread Schaper, Christoph
Cocoon will not deploy as a WAR file on WL 6.1sp2. Deploy it exploded. Christoph -Original Message- From: Howard, Gary [mailto:[EMAIL PROTECTED] Sent: 14 March 2003 16:02 To: '[EMAIL PROTECTED]' Subject: Error deploying to WLS 6.1sp2... Help! I am trying to get Cocoon to run on WLS 6.1

Re: Error using DatabaseUpdateAction

2003-03-06 Thread Christian Haul
On 06.Mar.2003 -- 01:25 PM, Derek Hohls wrote: > OK - not such good news for me... > > My development and production machine both run _binary_ > installtions of 2.0.3 - do you think I need to upgrade and, if > so, are there any sigiifcant implications (Id hate for all my existing > apps to stop

Re: Error using DatabaseUpdateAction

2003-03-06 Thread Derek Hohls
OK - not such good news for me...   My development and production machine both run _binary_ installtions of 2.0.3 - do you think I need to upgrade and, if so, are there any sigiifcant implications (Id hate for all my existing apps to stop working suddenly!)  I also do not want to mess around

Re: Error using DatabaseUpdateAction

2003-03-06 Thread Christian Haul
On 06.Mar.2003 -- 12:58 PM, Derek Hohls wrote: > Chris > > Thanks for the reponse. In anwer to your questions; > > 1. I am not sure what SQL _is_ generated - I assume the > DatabaseUpdateAction is supposed to create this but I do > not where and how to find what it has done. (the error log >

Re: Error using DatabaseUpdateAction

2003-03-06 Thread Derek Hohls
Chris   Thanks for the reponse.  In anwer to your questions;   1. I am not sure what SQL _is_ generated - I assume the DatabaseUpdateAction is supposed to create this but I do not where and how to find what it has done. (the error log segment is attached)   2.  Which other database actions are

Re: Error using DatabaseUpdateAction

2003-03-06 Thread Christian Haul
On 06.Mar.2003 -- 11:43 AM, Derek Hohls wrote: > I need help resolving the following error, which I get > when trying to use the DatabaseUpdateAction to update > the database. Note that I have successfully used the > DatabaseAddAction from the same form to post records, > so I assume it cannot

Re: Error compiling sitemap

2003-03-04 Thread Darren Petrie
Ahh! I've been having that exact problem for sometime now. It's been driving me crazy! I'll try the updated Xalan as you suggested and see if my problem stops. Darren On Tuesday, Mar 4, 2003, at 16:39 Europe/Berlin, Collin VanDyck wrote: I figured it out... I was working on a new computer u

Re: Error compiling sitemap

2003-03-04 Thread Collin VanDyck
I figured it out... I was working on a new computer using jdk 1.4.1, and the computer did not have the udpated xalan libraries in the endorsed directory. http://xml.apache.org/security/install.html thanks, Collin - Original Message - From: "Collin VanDyck" <[EMAIL PROTECTED]> To: <[EMAI

Re: Error running the cocoon war file on Tomcat 4.0.4

2003-03-01 Thread Joerg Heinicke
Hello Shainal, > Is it possible that Tomcat is using some other JDK version, or JVM ? you or your admin should know, under which JDK your Tomcat is running. At least it seems to be an older one than the one used for the build process. > Please help if you know what the problem is. Yes, it's t

Re: Error

2003-02-04 Thread Upayavira
> > file:/C:/jakarta-tomcat-5.0/jakarta-tomcat-5.0/webapps/cocoon/workshop, > > or file://C:/jakarta-tomcat-5. ?! More to the point, do you really want to have two occurances of jakarta-tomcat-5.0 in your path to your stylesheet? Regards, Upayavira -

Re: Error

2003-02-04 Thread Stephan Michels
On Tue, 4 Feb 2003, Mustafa Ali, Halgurt wrote: > Hello, > > can somebody help me, I wrote an simple example with ohne stylesheet and > one source document and I placed them under CocoonRoot/workshop, zhis > ist he Error-message: > > Caused by: org.apache.excalibur.source.SourceNotFoundException

Re: Error running Current CVS and Development Snapshot Versions

2002-11-29 Thread Gal Nitzan
I have the same problem, posted the question yesterday "Newbie Question - Sunshine sample problem" but no answers yet :( Regards. On Fri, 2002-11-29 at 09:11, Richard Reyes wrote: > Hi Guys, > > I have been trying somethings on the portal samples. And I have downloaded the >latest cvs versions

Re: Error running Current CVS and Development Snapshot Versions

2002-11-29 Thread Antonio Gallardo
copy the jars: Xalan-???.jar, Xerces-???.jar and xml-apis.jar from $CVS/lib/core to $JAVA_HOME/jre/lib/endorsed. copy the same to $TOMCAT_HOME/common/endorsed. Note: if the directories endorsed are not found, create it. Regards, Antonio Gallardo Richard Reyes dijo: > Hi Guys, > > I have been t

Re: error for using tag (svg) in cocoon (batik lib)

2002-11-20 Thread Joerg Heinicke
Can you provide a conclusing solution adding [SOLUTION] to the mail subject with problem description and steps to go? Joerg Yury Mikhienko wrote: On Wed, 20 Nov 2002 16:52:40 +0300 Yury Mikhienko <[EMAIL PROTECTED]> wrote: Hi all! Can anyone using batik_v1.5b2 with cocoon v2.0.2? How to reco

Re: error for using tag (svg) in cocoon (batik lib)

2002-11-20 Thread Yury Mikhienko
On Wed, 20 Nov 2002 16:52:40 +0300 Yury Mikhienko <[EMAIL PROTECTED]> wrote: > Hi all! > > Can anyone using batik_v1.5b2 with cocoon v2.0.2? > How to reconfigure cocoon for work him with batik_v1.5b2? > (I recompille cocoon [with batik-all-1.5b2.jar in optional classes] without any >errors) > >

Re: error for using tag (svg) in cocoon (batik lib)

2002-11-20 Thread Yury Mikhienko
Hi all! Can anyone using batik_v1.5b2 with cocoon v2.0.2? How to reconfigure cocoon for work him with batik_v1.5b2? (I recompille cocoon [with batik-all-1.5b2.jar in optional classes] without any errors) Thanx for advise. -- Best regards, Yury Mikhienko. IT engineer, ZAO "Mobicom-Kavkaz" ---

Re: error for using tag (svg) in cocoon (batik lib)

2002-11-20 Thread Yury Mikhienko
On Wed, 20 Nov 2002 13:34:23 +0100 Joerg Heinicke <[EMAIL PROTECTED]> wrote: > It seems like a bug in Batik, at least in your version. I tested it with > 1.5b2 from Cocoon and 1.5b4 offline without any problems. What version > are you using? > I'm using batik v1.5b1 (cocoon 2.0.2 optional clas

Re: error for using tag (svg) in cocoon (batik lib)

2002-11-20 Thread Joerg Heinicke
It seems like a bug in Batik, at least in your version. I tested it with 1.5b2 from Cocoon and 1.5b4 offline without any problems. What version are you using? Joerg Yury Mikhienko wrote: Hi all! Can anyone help me with the following problem: When I tried the generate png from the svg file (wit

RE: Error when cocoon initializing

2002-11-08 Thread Kyle Koss
ssage- From: Geoff Howard [mailto:cocoongeoff@;yahoo.com] Sent: November 8, 2002 8:24 AM To: [EMAIL PROTECTED] Subject: Re: Error when cocoon initializing I think some of the Jisp stuff may have been worked on recently (not sure about that) so you may try doing a cvs update. As a quick exper

Re: Error when cocoon initializing

2002-11-08 Thread Geoff Howard
I think some of the Jisp stuff may have been worked on recently (not sure about that) so you may try doing a cvs update. As a quick experiment, you could try switching to the plain file system store in cocoon.xconf. Is this a fresh install? Geoff Howard --- Kyle Koss <[EMAIL PROTECTED]> wrote:

Re: error when using svg2png serializer

2002-10-01 Thread Simeon Walker
I've seen this too. It seems to happen the first time each of my svg's are accessed. Once they are cached (in Cocoon) further accesses don't cause the error. I'm using Tomcat 4.0.4, Cocoon 2.0.4-dev, JDK 1.3 Simeon kyle koss wrote: > I keep getting this error from cocoon, whenever I use the sv

Re: Error compiling sitemap_xmap / problems Installing cocoon-2.0.3on fresh jwsdp1_0_01 and j2sdk1.4_0_01

2002-09-30 Thread Vadim Gritsenko
Dario Liberman wrote: >Hello, > >I am having problems Installing cocoon-2.0.3 on top of a fresh jwsdp1_0_01 >and j2sdk1.4_0_01 installation running on a winNT4.0 SP6a > Is it cocoon binary dist or source dist? Are you trying to deploy cocoon.war or unpacked webapp? If it is war file, see recent

Re: Error deploying cocoon.war (Version 2.0.3) to Tomcat 4.1.10

2002-09-20 Thread Vadim Gritsenko
Andrei Svirida wrote: >Hi all, > >i've downloaded the Cocoon 2.0.3 and tried to deploy the file cocoon.war >to my Tomcat server (4.1.10) using the Tomcat Manager (or 'Deployment >tool' by Sun) > How did you do this? i.e., what was the url to deploy the war? >After deployment the manager repor

Re: Error in mounted sitemap (After update 2.0.2 -> 2.0.3)

2002-09-04 Thread Frank Borkowsky
It works now. Thank you! Frank Borkowsky -Ursprungliche Nachricht- Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 3. September 2002 20:56 An: [EMAIL PROTECTED] Betreff: Re: Error in mounted sitemap (After update 2.0.2 -> 2.0.3) Werner Guttmann wrote: >

Re: Error in mounted sitemap (After update 2.0.2 -> 2.0.3)

2002-09-04 Thread Werner Guttmann
Thanks. Werner Vadim Gritsenko wrote: > Werner Guttmann wrote: > > >Vadim, > > > >can you please explain the problem. > > > > Nothing to explain, really. AFAIU, treeprocessor had some bug inheriting > components declared in the parent sitemap. Compiled engine never had > this bug. IIRC, this bu

Re: Error in mounted sitemap (After update 2.0.2 -> 2.0.3)

2002-09-03 Thread Vadim Gritsenko
Werner Guttmann wrote: >Vadim, > >can you please explain the problem. > Nothing to explain, really. AFAIU, treeprocessor had some bug inheriting components declared in the parent sitemap. Compiled engine never had this bug. IIRC, this bug was fixed in the CVS by Sylvain. Vadim > I had a ver

Re: Error in mounted sitemap (After update 2.0.2 -> 2.0.3)

2002-09-03 Thread Werner Guttmann
Vadim, can you please explain the problem. I had a very similar issue, but realised that Cocoon was giving misleading error messages. IOw, once I pulled the pipeline definitions from the sub-sitemap into the main, I was finally able to see the original problem. Thanks Werner Vadim Gritsenko wro

Re: Error in mounted sitemap (After update 2.0.2 -> 2.0.3)

2002-09-03 Thread Vadim Gritsenko
Frank Borkowsky wrote: >Hello all! > >After an update from Cocoon 2.0.2 to 2.0.3 we have problems with mounted >sitemaps in our project. >We now get errors of the following type: > > >The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode notifies > Try compiled sitemap. AFAIR, this

Re: Error with multiple stylesheet imports (xsl:import)

2002-08-20 Thread Carles Canellas
--- "Hahn Kurt (CHA)" <[EMAIL PROTECTED]> escribió: > I'm using the xsl:import-function in some > stylesheets, which was OK while I > imported just one stylesheet. If I import a second > one, I get a > nullPointerException error. I'm using complex xsl with a lot of imports and imports inside im

Re: Error "no connections in the pool" with mySQL? [Solved]

2002-08-19 Thread Derek Hohls
Thanks! Tried this - and it worked. (ie. the names of the classes ARE case-sensitive!) >>> [EMAIL PROTECTED] 16/08/2002 02:12:20 >>> -->org.gjt.mm.mySQL.Driver I define mine as org.gjt.mm.mysql.Driver instead... __ Do You Yahoo!? Ho

Re: Error with multiple stylesheet imports (xsl:import)

2002-08-19 Thread Joerg Heinicke
Problems with xsl:import seem to occure really often, when using Cocoon. I often may not use xsl:import, because it simply doesn't work or I get a "not allowed in this position" or something similar. xsl:include solved all problems until now, but maybe I want to include a named template, where

Re: Error "no connections in the pool" with mySQL?

2002-08-16 Thread Derek Hohls
coon 2.0.3 solved my problem. greetings mike - Original Message - From: "Derek Hohls" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 2:24 PM Subject: Re: Error "no connections in the pool" with mySQL? >

Re: Error "no connections in the pool" with mySQL?

2002-08-16 Thread Michael Mangeng
- Original Message - From: "Derek Hohls" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 2:24 PM Subject: Re: Error "no connections in the pool" with mySQL? > Thanks for the suggestion - I see it was it was

Re: Error "no connections in the pool" with mySQL?

2002-08-16 Thread Derek Hohls
Thanks for the suggestion - I see it was it was all lowercase on my machine too - however, when I changed it to 'mySQL' here, and restarted Tomcat, I did not get any errors on my machine - in other words, the case doesnt not affect the problem happening on the client machine. so I dont think thi

Re: Error "no connections in the pool" with mySQL?

2002-08-16 Thread Kenny Chow
-->org.gjt.mm.mySQL.Driver I define mine as org.gjt.mm.mysql.Driver instead... __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com - Please

RE: Error handling in xsp:element...

2002-07-31 Thread Vadim Gritsenko
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > > > > If I do the following in an XSP, the CInclude transformer doesn't > > > recognize > > > the cinclude:include element because it has no namespace > > > associated with it. > > > > > > > > > > This is incorrect. > > Of course. I thought it mi

RE: Error handling in xsp:element...

2002-07-30 Thread Per Kreipke
> > If I do the following in an XSP, the CInclude transformer doesn't > recognize > > the cinclude:include element because it has no namespace associated > with it. > > > > > > This is incorrect. Of course. I thought it might take it from the a parent XSP element but it doesn't. > >name="sr

RE: Error handling in xsp:element...

2002-07-30 Thread Vadim Gritsenko
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > > If I do the following in an XSP, the CInclude transformer doesn't recognize > the cinclude:include element because it has no namespace associated with it. > > This is incorrect. > strURL > > > > I had to change it to be: > > uri="http

Re: Error installing Cocoon 2.0.3

2002-07-15 Thread Ryan Hoegg
Thanks, I guess I have more to learn about how Tomcat works. That was the problem Ryan Hoegg ISIS Networks Vadim Gritsenko wrote: >>From: Ryan Hoegg [mailto:[EMAIL PROTECTED]] >> >>Hello, and thanks for all your effort getting 2.0.3 going. >> >>I downloaded it and attempted to build and insta

RE: Error installing Cocoon 2.0.3

2002-07-15 Thread Vadim Gritsenko
> From: Ryan Hoegg [mailto:[EMAIL PROTECTED]] > > Hello, and thanks for all your effort getting 2.0.3 going. > > I downloaded it and attempted to build and install it today, and > unfortunately was not able to access the default application. > > I am running linux with JDK 1.4 and Tomcat 4.0.4.

RE: ERROR 10257 "Please specify at least one starting URI" --> cocoon 2.0.2

2002-07-06 Thread Koen Pellegrims
Where are you typing "run"? You should not start Cocoon yourself, you should place the cocoon.war file in your tomcat 'webapps' directory and start Tomcat (or, in your case: Apache). When you access you webserver via a browser (http://:/cocoon), Cocoon is automagically unpacked (this might take a

RE: error deploying cocoon

2002-07-02 Thread Sylvain.Thevoz
Hello, Maybe a java security problem. Cocoon can't write something on your disk. I had the same think. Check the java policy files. Sylvain -Message d'origine- De: icewind [mailto:[EMAIL PROTECTED]] Date: mardi, 2. juillet 2002 20:53 À: [EMAIL PROTECTED] Objet: error deploying cocoon

RE: Error compiling form_xsp.java file

2002-06-18 Thread Vadim Gritsenko
> From: Matthew Hailstone [mailto:[EMAIL PROTECTED]] > > Forgot. I'm using Cocoon 2.1-dev with Tomcat 4.1.3 > > and I replied using plain text. :) :) Does session.xsp test work for you? Also, looks to me that XSP snippet does not match code. Is it wrong snippet? Java Code: > ) >

RE: Error compiling form_xsp.java file

2002-06-18 Thread Matthew Hailstone
Forgot. I'm using Cocoon 2.1-dev with Tomcat 4.1.3 and I replied using plain text. :) Matthew -Original Message- From: Matthew Hailstone Sent: Tuesday, June 18, 2002 4:09 PM To: [EMAIL PROTECTED] Subject: Error compiling form_xsp.java file I can't see what I'm doing wrong in the xsp

RE: error compiling cvs snapshots

2002-06-07 Thread Carsten Ziegeler
e- > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 1:37 PM > To: [EMAIL PROTECTED] > Subject: RE: error compiling cvs snapshots > > > Hi Rainer, > > which snapshot did you try? > > Carsten > > > -Original Mess

RE: error compiling cvs snapshots

2002-06-07 Thread Carsten Ziegeler
Hi Rainer, which snapshot did you try? Carsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 11:25 AM > To: [EMAIL PROTECTED] > Subject: error compiling cvs snapshots > > > Hi all > > I downloaded the cvs snapshots from the

RE: Error compiling sitemap_xmap - i solved it

2002-06-06 Thread Christoph Stocker
hi! i solved my problem! i updated from JDK1.3.0 to JDK1.3.1 and everything works fine. mfg, chris -Original Message- From: Christoph Stocker [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 06. Juni 2002 07:27 To: [EMAIL PROTECTED] Subject: Error compiling sitemap_xmap (please help) h

Re: error starting tomcat

2002-05-15 Thread Bert Van Kets
My apps run fine too, I was just very curious why they appear and how to CatalogManager is used. Just can't seem to find any docs on it. Bert At 13:41 15/05/2002 +0200, you wrote: >I see this error also every time I start Tomcat. It doesn't seem to cause >any harm, so I just ignore it :-) > >to

Re: Error Handling

2002-05-15 Thread Konstantin Piroumian
2 11:35 AM Subject: RE: Error Handling And what about errors outside of ? -Ursprüngliche Nachricht- Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 14. Mai 2002 16:26 An: [EMAIL PROTECTED] Betreff: RE: Error Handling > From: Michael Zehrer [mailto:[EMAIL PROTECT

Re: error starting tomcat

2002-05-15 Thread Tom Klaasen
I see this error also every time I start Tomcat. It doesn't seem to cause any harm, so I just ignore it :-) tomK Bert Van Kets wrote: > When I start Tomcat I get 5 messages in the console saying: > "Cannot find CatalogManager.properties" > I have A separate site using Cocoon, next to a Cocoon

RE: Error Handling

2002-05-15 Thread Michael Zehrer
And what about errors outside of ? -Ursprüngliche Nachricht- Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 14. Mai 2002 16:26 An: [EMAIL PROTECTED] Betreff: RE: Error Handling > From: Michael Zehrer [mailto:[EMAIL PROTECTED]] > > Hi List, > > how

RE: Error Handling

2002-05-14 Thread Vadim Gritsenko
> From: Michael Zehrer [mailto:[EMAIL PROTECTED]] > > Hi List, > > how can one have a global static error-page in C2, I need this for a > production system. Put in every : And develop error2static-html-page.xsl. Vadim > > Cheers, Michael > --

Never Mind (Re: error on Mac OS X + Tomcat 4.0.1 + Cocoon 2.0.2)

2002-05-02 Thread Noah Mittman
Never mind... I finally found the thread in the list-archive on MARC that said to delete the tomcat/work directory and restart, which solved the problem. Sorry for the repeat. On Thursday, May 2, 2002, at 01:43 PM, Noah Mittman wrote: > I got this error when first running after the install (

RE: RE: Error compiling sitemap_xmap: Line 0, column 0:error:java.io.IOException

2002-04-30 Thread T.B. Pogie
ory form Cocoon 2.0.2 >with this one. Restarted the resin engine - Now it is working fine. > >- Original Message - >From: [EMAIL PROTECTED] (T.B. Pogie) >Date: Sun, 28 Apr 2002 20:28:51 -0400 >To: [EMAIL PROTECTED] >Subject: RE: Error compiling sitemap_xmap: Line 0, col

RE: Error compiling sitemap_xmap: Line 0, column 0: error:java.io.IOException

2002-04-29 Thread Sharad Kalyani
cocoon.war. Then replaced the cocoon directory form Cocoon 2.0.2 with this one. Restarted the resin engine - Now it is working fine. - Original Message - From: [EMAIL PROTECTED] (T.B. Pogie) Date: Sun, 28 Apr 2002 20:28:51 -0400 To: [EMAIL PROTECTED] Subject: RE: Error compiling sitemap_xmap: Line

RE: Error compiling sitemap_xmap: Line 0, column 0: error:java.io.IOException

2002-04-28 Thread T.B. Pogie
I am getting exactly the same error on Weblogic 6.1 running on Win2000. I hope someone can give us some hints. Thanks, TB "Sharad Kalyani" <[EMAIL PROTECTED]> wrote: >Hi > >I am using: > >JDK 1.3.1_01 (Sun) >Resin: 2.1.0 >Cocoon: 2.0.2 > >I have deployed Cocoon as mentioned in the Documentati

RE: Error handling with nested Velocity components

2002-04-15 Thread andy . eltis
Thanks! -Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Sent: 15 April 2002 15:31 To: cocoon-users Subject: Re: Error handling with nested Velocity components From: <[EMAIL PROTECTED]> > Hi > > Does anyone know how to force a new page on the brows

Re: Error handling with nested Velocity components

2002-04-15 Thread Nicola Ken Barozzi
From: <[EMAIL PROTECTED]> > Hi > > Does anyone know how to force a new page on the browser when dealing with > errors that come from a nested Velocity component? I'm finding that with my > current pipeline: > > > > > > > causes the error to appear within the page, in the same way t

RE: Error compiling sitemap

2002-04-05 Thread Rajput, Ashish S
We currently have 16 bits on our display setting. Ashish -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 5:33 PM To: [EMAIL PROTECTED] Subject: RE: Error compiling sitemap Shot in the dark: how many colors your display currently have

RE: Error compiling sitemap

2002-04-04 Thread Vadim Gritsenko
the error > message at the bottom for details. Thanks! > > Ashish Rajput > > > -Original Message- > From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 9:09 PM > To: [EMAIL PROTECTED] > Subject: RE: Error compiling sitemap >

RE: Error compiling sitemap

2002-04-04 Thread Rajput, Ashish S
p Cocoon in the browser I still get the "java.lang.NoClassDefFoundError". Please refer the error message at the bottom for details. Thanks! Ashish Rajput -Original Message- From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 9:09 PM To: [EMAIL PROT

RE: Error compiling sitemap

2002-04-03 Thread Chitharanjan Das
Copy batiks*.jar xmlapis.jar and xercer*.jar into TomCat's library from Cocoon/WEB-INF/lib directory And then restart Regds, Chiths -Original Message- From: Rajput, Ashish S [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 12:34 PM To: '[EMAIL PROTECTED]' Subject: Error co

Re: Error compiling sitemap

2002-04-03 Thread Eduardo Godoy
Copy batik-libs-1.1.1.jar to %TOMCAT_HOME%\lib Eduardo. - Original Message - From: "Rajput, Ashish S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 4:33 PM Subject: Error compiling sitemap > ENVIRONMENT: > NT Server 4; JDK1.3.1; Tomcat4.0.1; Cocoon2.0 > > >

RE: Error when deploying own generator

2002-03-28 Thread Vadim Gritsenko
> From: Erwin [mailto:[EMAIL PROTECTED]] > > On Thu, 28 Mar 2002, Christian Schmitt wrote: > > > Erwin, > > have you tried to put your classes in > > $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes > > > > That's the place where they should be. > > > > Hth, > > Christian > > > > > Tnx for your answe

Re: Error when deploying own generator [solved]

2002-03-28 Thread Erwin
On Thu, 28 Mar 2002, Erwin wrote: > On Thu, 28 Mar 2002, Christian Schmitt wrote: > > > Erwin, > > have you tried to put your classes in > > $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes > > > Or do I also have to place all the class files of Cocoon 2 self in that > classes-directory? (Seems odd to

Re: Error when deploying own generator

2002-03-28 Thread Erwin
On Thu, 28 Mar 2002, Christian Schmitt wrote: > Erwin, > have you tried to put your classes in > $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes > > That's the place where they should be. > > Hth, > Christian > > Tnx for your answer. Well, I have tried it after your response. I made a directory "rmit

RE: Error when deploying own generator

2002-03-28 Thread Volker Schneider
Hi Erwin, Christian Schmitt told you where to place the class files. Maybe you will laugh, but it is neccessary to compile your classes externally. Cocoon doesn't do it for you. When you read about cocoon someone (like me for the first time) could assume that cocoon could be able to do the compil

Re: Error when deploying own generator

2002-03-28 Thread Christian Schmitt
Erwin, have you tried to put your classes in $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes That's the place where they should be. Hth, Christian On Thu, Mar 28, 2002 at 01:35:15PM +0100, Erwin wrote: > Hi, > > I have a program that dynamically generates XML content and to integrate > it with C

RE: Error when XML file for a map:part is absent.

2002-03-27 Thread Vadim Gritsenko
You should write error handler. See samples sitemap and sub sitemap. Vadim > From: Olivier Rossel [mailto:[EMAIL PROTECTED]] > > I make a map:aggregate with two XML files. > > If both files are ok, the output is ok. > > If one file is missing, half the output is an exception (a FileNotFound >

Re: error-compling sitemap_xmap

2002-03-19 Thread KOZLOV Roman
yril.       - Original Message - From: John Turk To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 8:14 PM Subject: RE: error-compling sitemap_xmap  Cyril -sitemap.xmap is converted into a java source file - that's the file the 571 lines refers to.  You can find that file under the

RE: error-compling sitemap_xmap

2002-03-18 Thread von Schwerdtner, Thomas (GXS, FPI)
h 18, 2002 6:43 PMTo: [EMAIL PROTECTED]Subject: Re: error-compling sitemap_xmap Thomas, John,   thanks a lot for your help. I've looked for the mentionned file. But actually, it's a little bit too difficult for me to find  the line 573 in the java file, espe

Re: error-compling sitemap_xmap

2002-03-18 Thread cyril vidal
To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 8:14 PM Subject: RE: error-compling sitemap_xmap Cyril -   sitemap.xmap is converted into a java source file - that's the file the 571 lines refers to.  You can find that file under the Tomcat work directory (look f

RE: error-compling sitemap_xmap

2002-03-18 Thread John Turk
Cyril -   sitemap.xmap is converted into a java source file - that's the file the 571 lines refers to.  You can find that file under the Tomcat work directory (look for something like cocoon/cocoon-files/org/apache/cocoon/www/sitemap_xmap.java).   John -Original Message-From: cyri

RE: error-compling sitemap_xmap

2002-03-18 Thread von Schwerdtner, Thomas (GXS, FPI)
To give a slightly better understanding:   The 'line 571' tidbit is referring to the file listed shortly afterwards: C:\tomcat\work\localhost\essai\cocoon-files\org\apache\cocoon\www\sitemap_xmap.java       -Original Message-From: cyril vidal [mailto:[EMAIL PROTECTED]]Sent: Mo

RE: Error starting up Cocoon 2.0.1

2002-03-06 Thread Vadim Gritsenko
-Original Message- From: Lars Schmitz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 9:45 AM To: '[EMAIL PROTECTED]' Subject: Error starting up Cocoon 2.0.1 Hi folks,   I have problems running the latest Cocoon binary version 2.0.1 under Windows 2000 Professional and Tomcat

Re: Error : 500 Internal Servlet Error

2002-02-13 Thread Brian Blakeley
As I understand it Java does not allow methods larger than 65535 bytes and therefore you need to break up things a bit. Brian - Original Message - From: "Shailendra Vasale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 2:07 AM Subject: Error : 500 Interna

Re: Error starting Tomcat after Cocoon2 installed?

2002-01-30 Thread Powys County Council Mail Delivery System
Your message was not delivered this time due to a system failure. Please resend it. Apologies for any inconvenience this may have caused. - Original Message - From: "Derek Hohls" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 3:02 PM Subject: Error starting

RE: Error Message on Cocoon 1.8.2

2002-01-11 Thread Anthony Diodato
ld be greatly appreciated. Thanks Tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 8:16 PM To: [EMAIL PROTECTED] Subject: Re: Error Message on Cocoon 1.8.2 Make sure that the resource specified is there. This is telling you t

  1   2   >