Re: [HELP]XSL to PDF graphics

2003-06-17 Thread Stephan Kassanke
Michael Plumb wrote: > I am attempting to convert An XSL:FO and XML file to a PDF output. I > can currently get the text to work just fine. But I am unable to get > the graphics I have within my XSL file to convert over as well. I am > left with a PDF page of Text with holes where the graphics s

Re: xsp resulting in empty xml doc and the error ComponentSelector could not find the component for hint [serverpages] in core.log

2003-03-17 Thread Stephan Kassanke
Delis, Christopher E. wrote: > why don't you logically split up the queries? you can always > aggregate the results of many into one resulting xml file... > Dear Christopher, may be that is the soltuion, the problem is that I am not very familiar at this level of modeling with XSP. If I got that

Re: xsp resulting in empty xml doc and the error ComponentSelector could not find the component for hint [serverpages] in core.log

2003-03-15 Thread Stephan Kassanke
Marco Rolappe wrote: > hi stephan, > > you might also want to take a look at tomcat's logs, if nothing > appears in cocoon's logs. the 'empty' page is most probably because > of 'buggy' error-handling (which I think is fixed by now). > Dear Marco, thanks, your hint revealed the problem: The XSP

Re: xsp resulting in empty xml doc and the error ComponentSelector could not find the component for hint [serverpages] in core.log

2003-03-14 Thread Stephan Kassanke
t 12:33.13:586 thats where I expect things to happen, and > your snapshots of the logs are in different time so maybe you > are looking at the wrong area? > > > --- Stephan Kassanke <[EMAIL PROTECTED]> wrote: >> Dear all, >> >> we have a coocoon application r

xsp resulting in empty xml doc and the error ComponentSelector could not find the component for hint [serverpages] in core.log

2003-03-13 Thread Stephan Kassanke
Dear all, we have a coocoon application running here for publishing so called learning objects. these are described by metadata which is stored in a relational database (mySQL). For viewing the metadata we use the following approach: In an xsp I generate a temporary xml document with the structur

Re: Cocoon 2.0.4 and subsitemaps

2003-02-10 Thread Stephan Kassanke
Douglas Reames wrote: > Would someone familiar with the Cocoon D ocumentation web app please > give me a tip about extending it. > > I have: > [1] Added a branch to: /webapps/cocoon/samples/ > [2] New branch ( /webapps/cocoon/samples/reames ) is a mirror image of > /webapps/cocoon/samples/poi, >

Re: Running cocoon without X solved, but...

2002-01-25 Thread Stephan Kassanke
Cocoon 2 - Internal server error type internal-server-error message The sitemap handler's sitemap is not available. Please check logs for the exact error. so, what does the logs say? Stephan - Original Me

Re: XML + XSL + SVG --> PDF. SVG, Not working on Cocoon

2002-01-18 Thread Stephan Kassanke
Versions of FOP on your local machine and the one of cocoon might differ. You cannot infer from a correct output on your local machine that it will work in cocoon too when versions differ. You may exchange the cocoon fop version with your local version which is most probably more recent. Another

Re: Cocoon + FOP

2002-01-10 Thread Stephan Kassanke
TJ,   it's documented here in the NG. I think it did not make its way into the cocoon or FOP documentation (yet?). Actually it is a MS IE bug (only in 5.0) as far as I know. Later versions do not have this behaviour. Anyway, MS seems to be ignoring to this issue.   Stephan - Original M

Re: Error starting Apache while trying to get Cocoon to work

2001-11-13 Thread Stephan Kassanke
Hi Anthony, check your httpd.conf, there will be a reference to this file. It's necessary for Tomcat running with Apache. Futhermore consider to change to mod_jk which is more advanced than the elderly mod_serv. Additional details on this can be found in the tomcat documentation. Stephan -

Re: cocoon + jetspeed + content management

2001-09-19 Thread Stephan Kassanke
I would be very interested too. We tried Zope but the overlapping of functionality with Cocoon and the lacking support if you cut the Zope features (DTML, ect.) are not very encouraging. best regards, Stephan - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: W

Cocoon error when generating graphics in PDFs

2001-09-05 Thread Stephan Kassanke
Hi all, I would like to include graphics in PDF documents rendered by Cocoon. The problem we have is, that it simply does not work. Cocoon throws an exception about a method not defined in the AWT. We are running Cocoon 1.8.2 and JVM 1.1.8. The stylesheets are checked and validated by a manual FO

Re: Out of memory with JDK

2001-09-02 Thread Stephan Kassanke
ava $CATALINA_OPTS ... > > If you are using a different servlet container you'll need to make sure that > the VM that contains the Cocoon servlet has these parameters set when it > starts. > > Hope this helps, > > Chris > > > > -Original Message- >

Re: Out of memory with JDK

2001-08-27 Thread Stephan Kassanke
; Which JVM version are you using? Some of the earlier VMs used a different > switch. > > Best Regards, > > Chris > > > -Original Message- > > From: Stephan Kassanke [mailto:[EMAIL PROTECTED]] > > Sent: 24 August 2001 16:33 > > To: [EMAIL PROTECTED] &g

Out of memory with JDK

2001-08-24 Thread Stephan Kassanke
Hi, we have a problem with the JVM which has obviously not enough memory to do a trasnformation to HTML or PDF. I keep getting the error Cocoon 1.8.2 Error found handling the request. java.lang.Exception: FATAL ERROR: the JVM ran out of memory when processing the request. The ma