org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.NullPointerException

2002-10-14 Thread Majcen, Kurt

Hello all!

In my frame based solution I have a main frame with the navigation being
some links to xhtml files for the second frame. For each of these
functionalities behind the links I did a sitemap in a sub-directory.

The phaenomenon I realised:
When I click on a navigation link for the first time everything seems ok.
When clicking for the second time I get an exception from source Cocoon
servlet(see below) which I cannot explain why. Furthermore I have to restart
my JRUN4 server again to get everything working (but again only once the
chance to click a navigation link :-(
- exception --
10/10 15:18:54 user ERROR   (2002-10-10) 15:18.54:067   [cocoon.m]
(/leaf/users/index5.xhtml) web-4/PipelineNode: Error while processing
pipeline at
file:/C:/Programme/JRun4/servers/default/SERVER-INF/temp/leaf.war-1321099155
/users/sitemap.xmap:27:-1
org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
java.lang.NullPointerException
at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEv
entPipeline.java:223)
at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:399)
at
org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(Seri
alizeNode.java:153)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:109)
at
org.apache.cocoon.components.treeprocessor.ContainerNode.invoke(ContainerNod
e.java:70)
at
org.apache.cocoon.components.treeprocessor.sitemap.CallNode.invoke(CallNode.
java:122)
at
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invo
keNodes(AbstractParentProcessingNode.java:85)
...
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
or.java:328)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
or.java:293)
at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:999)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:
348)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451
)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29
4)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Caused by: java.lang.NullPointerException
at
org.apache.xalan.transformer.TransformerIdentityImpl.flushStartDoc(Transform
erIdentityImpl.java:885)
at
org.apache.xalan.transformer.TransformerIdentityImpl.comment(TransformerIden
tityImpl.java:1267)
at
org.apache.cocoon.xml.AbstractXMLPipe.comment(AbstractXMLPipe.java:265)
at
org.apache.cocoon.xml.AbstractXMLPipe.comment(AbstractXMLPipe.java:265)
at
org.apache.cocoon.xml.AbstractXMLPipe.comment(AbstractXMLPipe.java:265)
at
org.apache.cocoon.components.sax.XMLByteStreamInterpreter.parse(XMLByteStrea
mInterpreter.java:151)
at
org.apache.cocoon.components.sax.XMLByteStreamInterpreter.deserialize(XMLByt
eStreamInterpreter.java:102)
at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEv
entPipeline.java:219)
... 34 more

- end of exception --

Unfortunately it may happen that the above phaenomenon does not appear
without any changes(but only with a 1% chance when starting the JRUN server
new, I guess).

The main sitemap contains:
--


  




Using no sub-directories and therefore a differently named sub-sitemap seems
to work more stable but does not provide the structured solution like I want
it to be.

Is this a known bug? Some ideas what I should check?

Thanks, Kurt

-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.NullPointerException

2002-10-14 Thread Majcen, Kurt

Hello all!

In my frame based solution I have a main frame with the navigation being
some links to xhtml files for the second frame. For each of these links I
did a sitemap in a sub-directory.

The phaenomenon I realised:
When I click on a navigation link for the first time everything seems ok.
When clicking for the second time I get an exception from source Cocoon
servlet(see attached file) which I cannot explain why. Furthermore I have to
restart my JRUN4 server again to get everything working (but again only once
the chance to click a navigation link :-(

Unfortunately it may happen that the above phaenomenon does not appear
without any changes(but only with a 1% chance when starting the JRUN server
new, I guess).

The main sitemap contains:
--


  




Using no sub-directories and therefore a differently named sub-sitemap seems
to work more stable but does not provide the structured solution like I want
it.

Is this a known bug? Some ideas what I should check?

Thanks, Kurt



10/10 15:18:54 user ERROR   (2002-10-10) 15:18.54:067   [cocoon.m] 
(/leaf/users/index5.xhtml) web-4/PipelineNode: Error while processing pipeline at 
file:/C:/Programme/JRun4/servers/default/SERVER-INF/temp/leaf.war-1321099155/users/sitemap.xmap:27:-1
org.apache.cocoon.ProcessingException: Failed to execute pipeline.: 
java.lang.NullPointerException
at 
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:223)
at 
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:399)
at 
org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(SerializeNode.java:153)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:109)
at 
org.apache.cocoon.components.treeprocessor.ContainerNode.invoke(ContainerNode.java:70)
at 
org.apache.cocoon.components.treeprocessor.sitemap.CallNode.invoke(CallNode.java:122)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:85)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode.invoke(PreparableMatchNode.java:156)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:109)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:140)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:109)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:144)
at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:328)
at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:293)
at 
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:131)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:85)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode.invoke(PreparableMatchNode.java:156)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:109)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:140)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:109)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:144)
at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:328)
at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:293)
at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:999)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Caused by

org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.OutOfMemoryError

2002-06-10 Thread Niket Anand

 Hi All,
 I am getting this error when running cocoon-2.0.2 with tomcat-4.0.3.
Earlier it was working fine with cocoon-2.0 and tomcat-4.0.1
What could the problem after shifting to higher version of cocoon and
tomcat?
 This might the problem related to the size of sub-sitemap.So how can I get
rid of this?
  Please help me

Thanks,

Niket
I am getting following error in error.log

ERROR   (2002-06-10) 20:39.25:421   [sitemap](/cocoon/qmanager/MessageQView)
HttpProcessor[8080][3]/sitemap_xmap: Sitemap
org.apache.cocoon.ProcessingException: Error compiling sitemap:
java.lang.OutOfMemoryError
 at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
 at java.lang.Thread.run(Thread.java:484)
java.lang.OutOfMemoryError
 <>
java.lang.OutOfMemoryError
 <>
ERROR   (2002-06-10) 20:39.25:421   [access](/cocoon/qmanager/MessageQView)
HttpProcessor[8080][3]/CocoonServlet: Problem with servlet
org.apache.cocoon.ProcessingException: Error compiling sitemap:
java.lang.OutOfMemoryError
 at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
 at java.lang.Thread.run(Thread.java:484)
java.lang.OutOfMemoryError
 <>
java.lang.OutOfMemoryError
 <>



> Cocoon 2 - Internal server error
>
> --
--
> 
>
> type fatal
>
> message Error compiling sitemap
>
> description org.apache.cocoon.ProcessingException: Error compiling
sitemap:
> java.lang.OutOfMemoryError
>
> source Cocoon servlet
>
> stack-trace
>
> org.apache.cocoon.ProcessingException: Error compiling sitemap:
> java.lang.OutOfMemoryError
> at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
> at java.lang.Thread.run(Thread.java:484)
> java.lang.OutOfMemoryError
> <>
>



-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.OutOfMemoryError

2002-06-10 Thread Niket Anand

Cocoon 2 - Internal server error




type fatal

message Error compiling sitemap

description org.apache.cocoon.ProcessingException: Error compiling sitemap:
java.lang.OutOfMemoryError

source Cocoon servlet

stack-trace

org.apache.cocoon.ProcessingException: Error compiling sitemap:
java.lang.OutOfMemoryError
at org.apache.cocoon.sitemap.Handler.run(Handler.java:295)
at java.lang.Thread.run(Thread.java:484)
java.lang.OutOfMemoryError
<>

Hi All,

I am getting this error when running cocoon-2.0.2 with tomcat-4.0.3.

Earlier it was working fine with cocoon-2.0 and tomcat-4.0.1

What could the problem after shifting to higher version of cocoon and
tomcat?

This might the problem related to the size of sub-sitemap.So how can I get
rid of this?

Please help me

Thanks,

Niket





-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available. Please check logs for the exact error.

2002-02-13 Thread Vadim Gritsenko

Read the archive:

http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=101294401424342&w=2
http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=101183982808469&w=2

and lots of other emails.

Vadim

> -Original Message-
> From: Kubanek, Petr [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 13, 2002 8:39 AM
> To: '[EMAIL PROTECTED]'
> Subject: org.apache.cocoon.ProcessingException: The sitemap handler's
sitemap
> is not available. Please check logs for the exact error.
> 
> Hi,
> 
> got following error (WEB-INF/logs/sitemap.log) with Cocoon 2.0.1,
Tomcat
> 4.0.1, JDK 1.3.1-b24, NT Sp ? (hope >5) box. Cocoon 2.0.1 doesn´t
start, 2.0
> worked fine.
> 
> 
> DEBUG   (2002-02-13) 13:50.06:860   [sitemap] (/cocoon/)
> HttpProcessor[8080][0]/Handler: Beginning sitemap regeneration
> DEBUG   (2002-02-13) 13:50.06:860   [sitemap] (/cocoon/)
> HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand ,
returning
> null
> DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
> HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand ,
returning
> null
> DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
> HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand ,
returning
> null
> DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
> HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand ,
returning
> null
> DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
> HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand ,
returning
> null
> DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
> HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand ,
returning
> null
> DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
> HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand ,
returning
> null
> ERROR   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
> HttpProcessor[8080][0]/Handler: Error compiling sitemap
> java.lang.NoSuchFieldError: manager
>   at
> org.apache.cocoon.www.sitemap_xmap.configure(sitemap_xmap.java:344)
>   at
>
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstanc
e(De
> faultComponentFactory.java:172)
>   at
>
org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initial
ize(
> ThreadSafeComponentHandler.java:84)
>   at
>
org.apache.cocoon.components.language.generator.GeneratorSelector.addGen
erat
> or(GeneratorSelector.java:135)
>   at
>
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.add
Comp
> iledComponent(ProgramGeneratorImpl.java:356)
>   at
>
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.loa
d(Pr
> ogramGeneratorImpl.java:187)
>   at org.apache.cocoon.sitemap.Handler.run(Handler.java:228)
>   at java.lang.Thread.run(Unknown Source)
> 
> I also have problems with external svg graphics in fo documents fo
Cocoon -
> generation outside Cocoon works, inside Cocoon error "no base
directory
> specified" - how could I change base directory for cvg graphics?
> 
> Tried to search web, nothing found.
> 
> Thank you.
> 
> Petr Kubanek
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available. Please check logs for the exact error.

2002-02-13 Thread Kubanek, Petr

Hi,

got following error (WEB-INF/logs/sitemap.log) with Cocoon 2.0.1, Tomcat
4.0.1, JDK 1.3.1-b24, NT Sp ? (hope >5) box. Cocoon 2.0.1 doesn´t start, 2.0
worked fine.


DEBUG   (2002-02-13) 13:50.06:860   [sitemap] (/cocoon/)
HttpProcessor[8080][0]/Handler: Beginning sitemap regeneration
DEBUG   (2002-02-13) 13:50.06:860   [sitemap] (/cocoon/)
HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand , returning
null
DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand , returning
null
DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand , returning
null
DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand , returning
null
DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand , returning
null
DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand , returning
null
DEBUG   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
HttpProcessor[8080][0]/DefaultRoleManager: looking up shorthand , returning
null
ERROR   (2002-02-13) 13:50.06:870   [sitemap] (/cocoon/)
HttpProcessor[8080][0]/Handler: Error compiling sitemap
java.lang.NoSuchFieldError: manager
at
org.apache.cocoon.www.sitemap_xmap.configure(sitemap_xmap.java:344)
at
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(De
faultComponentFactory.java:172)
at
org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(
ThreadSafeComponentHandler.java:84)
at
org.apache.cocoon.components.language.generator.GeneratorSelector.addGenerat
or(GeneratorSelector.java:135)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.addComp
iledComponent(ProgramGeneratorImpl.java:356)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(Pr
ogramGeneratorImpl.java:187)
at org.apache.cocoon.sitemap.Handler.run(Handler.java:228)
at java.lang.Thread.run(Unknown Source)

I also have problems with external svg graphics in fo documents fo Cocoon -
generation outside Cocoon works, inside Cocoon error "no base directory
specified" - how could I change base directory for cvg graphics?

Tried to search web, nothing found.

Thank you.

Petr Kubanek


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-12-20 Thread David Rosenstrauch

http://xml.apache.org/cocoon/mail-archives.html


DR


At 03:27 PM 12/19/01 -0800, you wrote:

>Hello all, 
>
>I'm getting hundreds of emails everyday from cocoon user mailing list and therefore 
>my inbox was run out of space.  I understand that these messages are valuable when I 
>have a problem with cocoon.  Is there some kind of newsgroup that archives these 
>messages and I can look for solutions only if I need, without receiving many emails 
>everyday?  Thank you very much.
>
>Vincent 
>
>-Original Message- 
>From: Andreas Rittershofer 
>[<mailto:[EMAIL PROTECTED]>mailto:[EMAIL PROTECTED]] 
>Sent: Wednesday, December 19, 2001 3:18 PM 
>To: [EMAIL PROTECTED] 
>Subject: org.apache.cocoon.ProcessingException: The sitemap handler's 
>sitemap is not available. 
>
>I cannot believe that this is a problem of batik or X - X is already running on my 
>linux box. 
>
>mfg ar 
>
>-- 
><mailto:[EMAIL PROTECTED]>mailto:[EMAIL PROTECTED] 
>http://www.rittershofer.de 
>PGP-Public-Key <http://www.rittershofer.de/ari.htm>http://www.rittershofer.de/ari.htm 
>
>- 
>Please check that your question has not already been answered in the 
>FAQ before posting. 
><<http://xml.apache.org/cocoon/faqs.html>http://xml.apache.org/cocoon/faqs.html> 
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]> 
>For additional commands, e-mail: <[EMAIL PROTECTED]> 


-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-12-19 Thread david . greaves

I think the problem is because tomcat4 start does a 'su' to the tomcat4 user
there is an interaction with X access control.

Try:
tomcat4 stop
(wait a few seconds for the jdks to die - watch them on top or ps)
xhost +
tomcat4 start
(wait for cocoon to start - watch your load meter - can take 20-30 seconds -
a minute or more for the first 'deployment' run on a slow box)

I think you'll be pleasantly surprised
(or unpleasantly surprised that there's suge a huge cock-up in Sun's awt :)
I'm succesfully using the alternate batik awt on a headless server .

David

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 19 December 2001 23:29
> To: cocoon-users
> Subject: Re: org.apache.cocoon.ProcessingException: The sitemap
> handler's sitemap is not available.
> 
> 
> Andreas:
> 
> I was having the same problem that you're having and following the
> instructions from the headless section under Tomcat 4.0
> 
> Why don't you try it and see if it works?
> 
> Another option is for you to see if you can find the stack 
> trace on your log
> directory and let us know what the error is
> 
> Whether you can believe it or not, Batik has been a frequent 
> bottleneck for
> people installing Cocon2 on Linux
> 
> Carlos
> on 12/19/01 3:17 PM, Andreas Rittershofer at 
> [EMAIL PROTECTED] wrote:
> 
> 
> 
> > I cannot believe that this is a problem of batik or X - X 
> is already running
> > on my linux box.
> > 
> > 
> > mfg ar
> 
> -- 
> ---+ Carlos Araya
>  P | WebCT Administrator/Trainer
>  _ | California Virtual Campus, Region 1
>  G | C/O De Anza College
> ---+ 21250 Stevens Creek Blvd.,
> Cupertino, CA 95014
> 
> Email:  [EMAIL PROTECTED]
> Phone:  408.257.0420
> Fax:408.255.4406
> Web:http://www.cvc1.org/ (work)
> http://www.silverwolf-net.net/ (personal)
> 
> "Paradoxically, a refusal to 'put a monetary value on life' means that
> life is often undervalued."
> -- Artificial Intelligence: A Modern Approach
> 
> 
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 

-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-12-19 Thread Andreas Rittershofer

Same error, even with eteks-stuff.

So I really don't think this error is caused by a batik / X11- problem. But what could 
it be?


mfg ar

-- 
mailto:[EMAIL PROTECTED]
http://www.rittershofer.de
PGP-Public-Key http://www.rittershofer.de/ari.htm


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: org.apache.cocoon.ProcessingException: The sitemap handler'ssitemap is not available.

2001-12-19 Thread Carlos

Andreas:

I was having the same problem that you're having and following the
instructions from the headless section under Tomcat 4.0

Why don't you try it and see if it works?

Another option is for you to see if you can find the stack trace on your log
directory and let us know what the error is

Whether you can believe it or not, Batik has been a frequent bottleneck for
people installing Cocon2 on Linux

Carlos
on 12/19/01 3:17 PM, Andreas Rittershofer at [EMAIL PROTECTED] wrote:



> I cannot believe that this is a problem of batik or X - X is already running
> on my linux box.
> 
> 
> mfg ar

-- 
---+ Carlos Araya
 P | WebCT Administrator/Trainer
 _ | California Virtual Campus, Region 1
 G | C/O De Anza College
---+ 21250 Stevens Creek Blvd.,
Cupertino, CA 95014

Email:  [EMAIL PROTECTED]
Phone:  408.257.0420
Fax:408.255.4406
Web:http://www.cvc1.org/ (work)
http://www.silverwolf-net.net/ (personal)

"Paradoxically, a refusal to 'put a monetary value on life' means that
life is often undervalued."
-- Artificial Intelligence: A Modern Approach




-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: org.apache.cocoon.ProcessingException: The sitemaphandler's sitemap is not available.

2001-12-19 Thread Le, Vincent
Title: RE: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.





Hello all,


I'm getting hundreds of emails everyday from cocoon user mailing list and therefore my inbox was run out of space.  I understand that these messages are valuable when I have a problem with cocoon.  Is there some kind of newsgroup that archives these messages and I can look for solutions only if I need, without receiving many emails everyday?  Thank you very much.

Vincent


-Original Message-
From: Andreas Rittershofer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 19, 2001 3:18 PM
To: [EMAIL PROTECTED]
Subject: org.apache.cocoon.ProcessingException: The sitemap handler's
sitemap is not available.



I cannot believe that this is a problem of batik or X - X is already running on my linux box.



mfg ar


-- 
mailto:[EMAIL PROTECTED]
http://www.rittershofer.de
PGP-Public-Key http://www.rittershofer.de/ari.htm



-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>


To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>





org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-12-19 Thread Andreas Rittershofer

I cannot believe that this is a problem of batik or X - X is already running on my 
linux box.


mfg ar

-- 
mailto:[EMAIL PROTECTED]
http://www.rittershofer.de
PGP-Public-Key http://www.rittershofer.de/ari.htm


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




org.apache.cocoon.ProcessingException

2001-10-04 Thread Ling Kok Choon

Hi,

  When i run a xsp, i got the error below : 

org.apache.cocoon.ResourceNotFoundException: Could not access component for hint: 
org\apache\cocoon\www\xml\aa_result_xsp:org.apache.avalon.framework.component.ComponentException:
 Could not access component for hint: org\apache\cocoon\www\xml\aa_result_xsp

May i know how to solve the error ? I tried to modified my xsp, but the error is not 
static, 
after i make some changes in the xsp, it work and i make a backup for it , then i add 
something 
to the xsp again, the error come out, so i restore back the old version of my xsp, but 
the error 
still occur.

may i know what is happening ?

Thank You.


regards,

Kok Choon.

Name: Ling Kok Choon
E-mail: Ling Kok Choon <[EMAIL PROTECTED]>
Date: 10/05/01
Time: 08:15:58

This message was sent by Z-Mail Pro - from NetManage
NetManage - delivers Standards Based IntraNet Solutions



-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




RE: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-06-28 Thread florent barbare

thank you for reply to me.

we have installed tomcat 4.0b5 with cocoon 2
on the machine but he still give us the same error.

we've try to modify the web.xml on cocoon/WEB-INF/web.xml
but it does not work...

[:-(


thanks a lot

florent

-Original Message-
From: S.J.Chun [mailto:[EMAIL PROTECTED]]
Sent: mercredi 27 juin 2001 04:27
To: [EMAIL PROTECTED]
Subject: Re: org.apache.cocoon.ProcessingException: The sitemap
handler's sitemap is not available.


For me, adding cocoon classes into the system classpath or servlet engine's
classpath
solves this problem.
Tomcat 4.0 aka Catalina runs well without this kind of problem. So, the
servlet engine's
classloader has this problem, I think.

- Original Message -
From: "florent barbare" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 11:11 PM
Subject: org.apache.cocoon.ProcessingException: The sitemap handler's
sitemap is not available.


>
> Hi,
>
> I have the following errors when i used my "new cocoon" site.
> it works with tomcat 3.2.
>
> org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is
not
> available.
>
> Any idea ?
>
> thanks
>
> regards
>
> Florent
>
> -Original Message-
> From: Uli Mayring [mailto:[EMAIL PROTECTED]]
> Sent: mardi 26 juin 2001 13:32
> To: [EMAIL PROTECTED]
> Subject: Re: Fw: Authentification + Forward
>
>
> On Tue, 26 Jun 2001, loc-at-soft wrote:
>
> > This code doesn't work ! I'm not able to use "loginException"  . I want
to
> forward connection errors on an error page !
> > Does anyone have an exemple of such an authentification XML page
> connecting to a database ?
>
> Download the auth taglib under http://ulim.cocoonhost.com, it has many
> samples.
>
> Ulrich
>
> --
> Ulrich Mayring
> DENIC eG, Softwareentwicklung
>
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>


-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-06-26 Thread S.J.Chun

For me, adding cocoon classes into the system classpath or servlet engine's classpath
solves this problem.
Tomcat 4.0 aka Catalina runs well without this kind of problem. So, the servlet 
engine's
classloader has this problem, I think.

- Original Message - 
From: "florent barbare" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 11:11 PM
Subject: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not 
available.


> 
> Hi,
> 
> I have the following errors when i used my "new cocoon" site.
> it works with tomcat 3.2.
> 
> org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not
> available.
> 
> Any idea ?
> 
> thanks
> 
> regards
> 
> Florent
> 
> -Original Message-
> From: Uli Mayring [mailto:[EMAIL PROTECTED]]
> Sent: mardi 26 juin 2001 13:32
> To: [EMAIL PROTECTED]
> Subject: Re: Fw: Authentification + Forward
> 
> 
> On Tue, 26 Jun 2001, loc-at-soft wrote:
> 
> > This code doesn't work ! I'm not able to use "loginException"  . I want to
> forward connection errors on an error page !
> > Does anyone have an exemple of such an authentification XML page
> connecting to a database ?
> 
> Download the auth taglib under http://ulim.cocoonhost.com, it has many
> samples.
> 
> Ulrich
> 
> --
> Ulrich Mayring
> DENIC eG, Softwareentwicklung
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 
> -
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 



org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-06-26 Thread florent barbare


Hi,

I have the following errors when i used my "new cocoon" site.
it works with tomcat 3.2.

org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not
available.

Any idea ?

thanks

regards

Florent

-Original Message-
From: Uli Mayring [mailto:[EMAIL PROTECTED]]
Sent: mardi 26 juin 2001 13:32
To: [EMAIL PROTECTED]
Subject: Re: Fw: Authentification + Forward


On Tue, 26 Jun 2001, loc-at-soft wrote:

> This code doesn't work ! I'm not able to use "loginException"  . I want to
forward connection errors on an error page !
> Does anyone have an exemple of such an authentification XML page
connecting to a database ?

Download the auth taglib under http://ulim.cocoonhost.com, it has many
samples.

Ulrich

--
Ulrich Mayring
DENIC eG, Softwareentwicklung


-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>


-
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>




Re: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-06-12 Thread eirikdentz

Check your cocoon.log and look for the error message that tells you what
caused the sitemap compilation to fail. It's probably just before the last
log entry.  (the log should be in $TOMCAT_HOME/webapps/cocoon/WEB-INF/logs/
)

Also try searching the the mailing list archive:

http://marc.theaimsgroup.com/?l=xml-cocoon-users&r=1&w=2

"Wesselmann, Marcus" wrote:

> Probably a stupid newbie question, but what did I do wrong, if I get this
> message when requesting localhost:8080/cocoon/ ???
>
> RedHat 7.0
> Tomcat 3.2.1
> Cocoon 2.0b1
>
> Thanks a lot.
>
> Marcus
>
> -
> Please check that your question has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


begin:vcard 
n:Dentz;Eirik
tel;work:212-455-9830
x-mozilla-html:TRUE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;3
fn:Eirik Dentz
end:vcard



-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>


org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not available.

2001-06-12 Thread Wesselmann, Marcus

Probably a stupid newbie question, but what did I do wrong, if I get this
message when requesting localhost:8080/cocoon/ ???

RedHat 7.0
Tomcat 3.2.1
Cocoon 2.0b1

Thanks a lot.

Marcus

-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>