Re: ImageReader not working on fedora 6

2007-06-06 Thread Bhavya Sharma
actually i got following error in tomcat log whenevr i access image through ImageReader java.lang.NoClassDefFoundError at sun.awt.image.codec.JPEGImageDecoderImpl.getDecodedColorModel( JPEGImageDecoderImpl.java:293) at sun.awt.image.codec.JPEGImageDecoderImpl.readJPEGStream(Native

Re: ImageReader not working on fedora 6

2007-06-06 Thread Jeroen Reijn
Hi Bhavya, it seems you are missing a class file from the SUN JDK. I guess your application is not running on the SUN JVM? What kind of JVM are you using? I guess Fedora ships with it's own java version. Kind regards, Jeroen Reijn Bhavya Sharma wrote: actually i got following error in

Re: ImageReader not working on fedora 6

2007-06-06 Thread Bhavya Sharma
so could u guide me where i can set the sun jvm on fedora ? On 6/6/07, Jeroen Reijn [EMAIL PROTECTED] wrote: Hi Bhavya, it seems you are missing a class file from the SUN JDK. I guess your application is not running on the SUN JVM? What kind of JVM are you using? I guess Fedora ships with

Re: ImageReader not working on fedora 6

2007-06-06 Thread Jeroen Reijn
Bhavya, I'm afraid I am not able to guide you, since I have little knowledge of the Fedora distribution, but I guess there will be a lot of tutorials available on the internet that you could use. Perhaps you can find some information on the sun website. Kind regards, Jeroen Reijn Bhavya

Re: ImageReader not working on fedora 6

2007-06-06 Thread Johannes Textor
This question is actually covered in the Fedora FAQ: http://www.fedorafaq.org/ For running cocoon, additonally set JAVA_HOME to the root of the sun JDK installation instead of gcj. (jeroen, my mail provider is trying a new fancy web 2.0 interface which first decided to send this mail to you

Error while starting: jms client library not found

2007-06-06 Thread Franziska Witzani
Hello there, can anybody help me, please? Since I installed Cocoon(servlet) on my tomcat, I always get an error when starting the server. It says WARN! *** JMS block is installed but jms client library not found. *** and then throws some errors… This repeats 3 times before it gives up

Re: Error while starting: jms client library not found

2007-06-06 Thread Jeroen Reijn
Hi Franziska, you did the right thing by disabling the jms block, but since there are other blocks that depend on it, you will also have to disable some other blocks. To disable JMS you need to disable the following blocks. - webdav - repository - slide - eventcache - jms Kind regards,

Printing/Logging Exception Stracktrace

2007-06-06 Thread Marco . Farrugia
Hi, I would like to know if it is possible to display the exception stacktrace to the logger or stdout after it has been handled by the exception-handler in a sitemap. My exception is being handled and I can see this by seeing the output of the associated pipeline, however there is no output

re-design of sitemaps

2007-06-06 Thread Stephen Winnall
Has anyone given any thought to a re-design of Cocoon's sitemaps in one of the new versions of Cocoon? I can see scope for improvement in the following areas: 1) modularisation 2) re-use of definitions (e.g. action sets, resources) 3) definition of a sitemap schema 4) requirement that

Re: re-design of sitemaps

2007-06-06 Thread Reinhard Poetz
Stephen Winnall wrote: Has anyone given any thought to a re-design of Cocoon's sitemaps in one of the new versions of Cocoon? I can see scope for improvement in the following areas: 1) modularisation Cocoon 2.2 uses the servlet-service framework. See

Re: re-design of sitemaps

2007-06-06 Thread J.D. Williams
On Wed, 2007-06-06 at 14:10 +0200, Reinhard Poetz wrote: Stephen Winnall wrote: Has anyone given any thought to a re-design of Cocoon's sitemaps in one of the new versions of Cocoon? I can see scope for improvement in the following areas... Cocoon is tough enough to grok now without

Re: re-design of sitemaps

2007-06-06 Thread Stephen Winnall
Thanks for the reply: On 6 Jun 2007, at 14:10, Reinhard Poetz wrote: Stephen Winnall wrote: Has anyone given any thought to a re-design of Cocoon's sitemaps in one of the new versions of Cocoon? I can see scope for improvement in the following areas: 1) modularisation Cocoon 2.2 uses

Re: re-design of sitemaps

2007-06-06 Thread Stephen Winnall
On 6 Jun 2007, at 17:27, J.D. Williams wrote: On Wed, 2007-06-06 at 14:10 +0200, Reinhard Poetz wrote: Stephen Winnall wrote: Has anyone given any thought to a re-design of Cocoon's sitemaps in one of the new versions of Cocoon? I can see scope for improvement in the following areas...

AW: Error while starting: jms client library not found

2007-06-06 Thread Franziska Witzani
Hi Jeroen, thanks for your help, that was quick. And should have been easy... Guess normally it is, but in my case it shows a quite strange behaviour. I rebuilt Cocoon, and deployed the servlet but, on startup, the server still mocks about jms being installed. At least it is not throwing all the

AW: Error while starting: jms client library not found

2007-06-06 Thread Franziska Witzani
Sorry, I solved it. Was my stupid fault... Thanks a lot! Greetings! -UrsprĂĽngliche Nachricht- Von: Franziska Witzani [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 6. Juni 2007 17:49 An: users@cocoon.apache.org Betreff: AW: Error while starting: jms client library not found Hi

RE: re-design of sitemaps

2007-06-06 Thread Geert Josten
3) definition of a sitemap schema http://cocoon.apache.org/schema/sitemap/cocoon-sitemap-1.0.xsd 4) requirement that sitemaps validate against that schema (would make it easier to write sitemap tools) validation is off by default but can be activated, again only in Cocoon 2.2

Re: re-design of sitemaps

2007-06-06 Thread Reinhard Poetz
Geert Josten wrote: Would it be right to say that the intention of this XML schema is only to support a simple subset of all possible current Cocoon sitemaps? Can one then provide the missing functionality by writing one's own blocks using the servlet-service framework? Have you tried

Re: re-design of sitemaps

2007-06-06 Thread Stephen Winnall
On 6 Jun 2007, at 18:49, Geert Josten wrote: 3) definition of a sitemap schema http://cocoon.apache.org/schema/sitemap/cocoon-sitemap-1.0.xsd rvlet-service framework? Have you tried validating your own sitemaps to this XSD yet? It contains constructs that allow entry of unknown

Re: ImageReader not working on fedora 6

2007-06-06 Thread Bhavya Sharma
ya JAVA_HOME already pointing my sun JDK , but could not help it On 6/6/07, Johannes Textor [EMAIL PROTECTED] wrote: This question is actually covered in the Fedora FAQ: http://www.fedorafaq.org/ For running cocoon, additonally set JAVA_HOME to the root of the sun JDK installation instead