RE: 2.1-dev authentication sample doesn't work

2002-10-23 Thread Sylvain.Thevoz
Thank you Rob, it's the same for me.
That works with Tomcat 4.1.12.

Sylvain

-Message d'origine-
De: Rob Johnston [mailto:rjohnst;juniper.net]
Date: lundi, 21. octobre 2002 21:55
À: [EMAIL PROTECTED]
Objet: Re: 2.1-dev authentication sample doesn't work


I got the same error when using 2.1-dev with Tomcat 4.0.4.  The problem
disappeared when I upgraded Tomcat to 4.1.12.  Some patch applied
between Sept 24 and Sept 25th that causes this IllegalStateException.
(0924 works with 4.0.4, 0925 doesn't...)

Hope this is your problem and it helps,

thanks,
rob

On Thu, 17 Oct 2002, [EMAIL PROTECTED] wrote:

 Hello,
 
 I have just installed the last dev snapshot of Cocoon and try to run the samples.
 All work fine except the authentication sample.
 This error appears:
 
 Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error
 
 type: Exception report
 message: Internal Server Error
 description: The server encountered an internal error (Internal Server Error) that 
prevented it from fulfilling this request.
 exception:
 java.lang.IllegalStateException
   at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:243)
   at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
   at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
   at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
   at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
   at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
   at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at 
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
   at 
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
   at java.lang.Thread.run(Thread.java:479)
 
 
 I use Tomcat 4.0.6 with JDK 1.3.1_05 and my OS is Windows NT 4.0.
 
 Is there something to install before working with the Cocoon authentication 
mechanism?
 
 Thank you
 Sylvain
 
 -
 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]

-
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]


-
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: 2.1-dev authentication sample doesn't work

2002-10-21 Thread Rob Johnston
I got the same error when using 2.1-dev with Tomcat 4.0.4.  The problem
disappeared when I upgraded Tomcat to 4.1.12.  Some patch applied
between Sept 24 and Sept 25th that causes this IllegalStateException.
(0924 works with 4.0.4, 0925 doesn't...)

Hope this is your problem and it helps,

thanks,
rob

On Thu, 17 Oct 2002, [EMAIL PROTECTED] wrote:

 Hello,
 
 I have just installed the last dev snapshot of Cocoon and try to run the samples.
 All work fine except the authentication sample.
 This error appears:
 
 Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error
 
 type: Exception report
 message: Internal Server Error
 description: The server encountered an internal error (Internal Server Error) that 
prevented it from fulfilling this request.
 exception:
 java.lang.IllegalStateException
   at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:243)
   at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
   at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
   at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
   at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
   at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
   at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
   at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
   at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
   at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at 
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
   at 
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
   at java.lang.Thread.run(Thread.java:479)
 
 
 I use Tomcat 4.0.6 with JDK 1.3.1_05 and my OS is Windows NT 4.0.
 
 Is there something to install before working with the Cocoon authentication 
mechanism?
 
 Thank you
 Sylvain
 
 -
 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]

-
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]




2.1-dev authentication sample doesn't work

2002-10-21 Thread Sylvain.Thevoz
Hello everybody,

Last thursday I downloaded the last Dev snapshot and try to install it.
All work fine except the authentication sample.
The error listed below appears.

I use Tomcat 4.0.6 with JDK 1.3.1_05 and my OS is Windows NT 4.0.

Any idea?
Any suggestions would be greatly appreciated because I would like to start a project 
with the authentication component.
Is there something to install before working with the Cocoon authentication mechanism?

Thank you
Sylvain

Error:

Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error

type: Exception report
message: Internal Server Error
description: The server encountered an internal error (Internal Server Error) that 
prevented it from fulfilling this request.
exception:
java.lang.IllegalStateException
at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:243)
at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at 
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
at 
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
at java.lang.Thread.run(Thread.java:479)



-
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: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Sylvain.Thevoz
I have do that two times but there is still the same error.

Any ideas would be greatly appreciated.

Thanks in advance
Sylvain

-Message d'origine-
De: Antonio Gallardo Rivera [mailto:agallardo;agsoftware.dnsalias.com]
Date: jeudi, 17. octobre 2002 17:21
À: [EMAIL PROTECTED]
Objet: Re: 2.1-dev authentication sample doesn't work


Build with this command two times:

./build.sh -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true 
installwar

the installwar is optional, you can also use webapp, etc.

Antonio Gallardo

El Jueves, 17 de Octubre de 2002 09:05, [EMAIL PROTECTED] escribió:
 Hello,

 I have deleted the cocoon directory in Tomcat, build the source for the
 second times and re-deploy the cocoon.war.

 There is the same error!

 Did I do something wrong?

 Thank you
 Sylvain

 -Message d'origine-
 De: Antonio Gallardo Rivera [mailto:agallardo;agsoftware.dnsalias.com]
 Date: jeudi, 17. octobre 2002 16:38
 À: [EMAIL PROTECTED]
 Objet: Re: 2.1-dev authentication sample doesn't work


 Sorry, I misspelled it. :)

 Compile the sources two times. The the CVS 2.1 version will work fine.

 Antonio Gallardo

 El Jueves, 17 de Octubre de 2002 08:28, Antonio Gallardo Rivera escribió:
  There is a bug in the build process, compiled it two times. Then it will
  work.
 
  Antonio Gallardo
 
  El Jueves, 17 de Octubre de 2002 08:16, [EMAIL PROTECTED]

 escribió:
   Hello,
  
   I have just installed the last dev snapshot of Cocoon and try to run
   the samples. All work fine except the authentication sample.
   This error appears:
  
   Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error
   ---
  -- -- - type: Exception report
   message: Internal Server Error
   description: The server encountered an internal error (Internal Server
   Error) that prevented it from fulfilling this request. exception:
   java.lang.IllegalStateException
 at
   org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:
  24 3) at
   org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106
  ) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
  at io nFilterChain.java:247) at
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
  te rC hain.java:193) at
   org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVal
  ve .j ava:243) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
   org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
   org.apache.catalina.core.StandardContextValve.invoke(StandardContextVal
  ve .j ava:190) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
   org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
   org.apache.catalina.core.StandardContext.invoke(StandardContext.java:23
  47 ) at
   org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.jav
  a: 18 0) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
   org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherV
  al ve .java:170) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 564) at
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.jav
  a: 17 0) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 564) at
   org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:46
  8) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 564) at
   org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
   org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve
  .j av a:174) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
   org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
   org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.
  ja va
  
  :1027) at
  
   org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java
  :1 12 5) at java.lang.Thread.run(Thread.java:479)
  
  
   I use Tomcat 4.0.6 with JDK 1.3.1_05 and my OS is Windows NT 4.0.
  
   Is there something to install before working with the Cocoon
   authentication mechanism?
  
   Thank you
   Sylvain
  
   -
   Please check that your question  has not already been

2.1-dev authentication sample doesn't work

2002-10-18 Thread Sylvain.Thevoz
Hello,

I have just installed the last dev snapshot of Cocoon and try to run the samples.
All work fine except the authentication sample.
This error appears:

Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error

type: Exception report
message: Internal Server Error
description: The server encountered an internal error (Internal Server Error) that 
prevented it from fulfilling this request.
exception:
java.lang.IllegalStateException
at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:243)
at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at 
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
at 
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
at java.lang.Thread.run(Thread.java:479)


I use Tomcat 4.0.6 with JDK 1.3.1_05 and my OS is Windows NT 4.0.

Is there something to install before working with the Cocoon authentication mechanism?

Thank you
Sylvain

-
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: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Matthew Langham

I have do that two times but there is still the same error.

Any ideas would be greatly appreciated.


I am afraid I can't really help - and Carsten is on vacation. I suggest you
post your problem to the cocoon-dev list. I am sure someone there can get
you going.

Matthew

--
Open Source Group   Cocoon { Consulting, Training, Projects }
=
Matthew Langham, SN AG, Klingenderstrasse 5, D-33100 Paderborn
Tel:+49-5251-1581-30  [EMAIL PROTECTED] - http://www.s-und-n.de
-
Cocoon book:
  http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
Weblog:
  http://radio.weblogs.com/0103021/
=


-Original Message-
From: [EMAIL PROTECTED] [mailto:Sylvain.Thevoz;swisscom.com]
Sent: Friday, October 18, 2002 9:07 AM
To: [EMAIL PROTECTED]
Subject: RE: 2.1-dev authentication sample doesn't work


I have do that two times but there is still the same error.

Any ideas would be greatly appreciated.

Thanks in advance
Sylvain

-Message d'origine-
De: Antonio Gallardo Rivera [mailto:agallardo;agsoftware.dnsalias.com]
Date: jeudi, 17. octobre 2002 17:21
À: [EMAIL PROTECTED]
Objet: Re: 2.1-dev authentication sample doesn't work


Build with this command two times:

./build.sh -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true
installwar

the installwar is optional, you can also use webapp, etc.

Antonio Gallardo

El Jueves, 17 de Octubre de 2002 09:05, [EMAIL PROTECTED]
escribió:
 Hello,

 I have deleted the cocoon directory in Tomcat, build the source for the
 second times and re-deploy the cocoon.war.

 There is the same error!

 Did I do something wrong?

 Thank you
 Sylvain

 -Message d'origine-
 De: Antonio Gallardo Rivera [mailto:agallardo;agsoftware.dnsalias.com]
 Date: jeudi, 17. octobre 2002 16:38
 À: [EMAIL PROTECTED]
 Objet: Re: 2.1-dev authentication sample doesn't work


 Sorry, I misspelled it. :)

 Compile the sources two times. The the CVS 2.1 version will work fine.

 Antonio Gallardo

 El Jueves, 17 de Octubre de 2002 08:28, Antonio Gallardo Rivera escribió:
  There is a bug in the build process, compiled it two times. Then it will
  work.
 
  Antonio Gallardo
 
  El Jueves, 17 de Octubre de 2002 08:16, [EMAIL PROTECTED]

 escribió:
   Hello,
  
   I have just installed the last dev snapshot of Cocoon and try to run
   the samples. All work fine except the authentication sample.
   This error appears:
  
   Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error
 
 ---
  -- -- - type: Exception report
   message: Internal Server Error
   description: The server encountered an internal error (Internal Server
   Error) that prevented it from fulfilling this request. exception:
   java.lang.IllegalStateException
 at
  
org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:
  24 3) at
  
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106
  ) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
  
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
  at io nFilterChain.java:247) at
  
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
  te rC hain.java:193) at
  
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVal
  ve .j ava:243) at
  
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
  
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
  
org.apache.catalina.core.StandardContextValve.invoke(StandardContextVal
  ve .j ava:190) at
  
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
  
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
  
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:23
  47 ) at
  
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.jav
  a: 18 0) at
  
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
  
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherV
  al ve .java:170) at
  
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 564) at
  
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.jav
  a: 17 0) at
  
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 564) at
  
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:46
  8) at
  
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 564) at
  
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java

Re: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Antonio Gallardo Rivera
Build with this command two times:

./build.sh -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true 
installwar

the installwar is optional, you can also use webapp, etc.

Antonio Gallardo

El Jueves, 17 de Octubre de 2002 09:05, [EMAIL PROTECTED] escribió:
 Hello,

 I have deleted the cocoon directory in Tomcat, build the source for the
 second times and re-deploy the cocoon.war.

 There is the same error!

 Did I do something wrong?

 Thank you
 Sylvain

 -Message d'origine-
 De: Antonio Gallardo Rivera [mailto:agallardo;agsoftware.dnsalias.com]
 Date: jeudi, 17. octobre 2002 16:38
 À: [EMAIL PROTECTED]
 Objet: Re: 2.1-dev authentication sample doesn't work


 Sorry, I misspelled it. :)

 Compile the sources two times. The the CVS 2.1 version will work fine.

 Antonio Gallardo

 El Jueves, 17 de Octubre de 2002 08:28, Antonio Gallardo Rivera escribió:
  There is a bug in the build process, compiled it two times. Then it will
  work.
 
  Antonio Gallardo
 
  El Jueves, 17 de Octubre de 2002 08:16, [EMAIL PROTECTED]

 escribió:
   Hello,
  
   I have just installed the last dev snapshot of Cocoon and try to run
   the samples. All work fine except the authentication sample.
   This error appears:
  
   Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error
   ---
  -- -- - type: Exception report
   message: Internal Server Error
   description: The server encountered an internal error (Internal Server
   Error) that prevented it from fulfilling this request. exception:
   java.lang.IllegalStateException
 at
   org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:
  24 3) at
   org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106
  ) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
   org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
  at io nFilterChain.java:247) at
   org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
  te rC hain.java:193) at
   org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVal
  ve .j ava:243) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
   org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
   org.apache.catalina.core.StandardContextValve.invoke(StandardContextVal
  ve .j ava:190) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
   org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
   org.apache.catalina.core.StandardContext.invoke(StandardContext.java:23
  47 ) at
   org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.jav
  a: 18 0) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
   org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherV
  al ve .java:170) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 564) at
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.jav
  a: 17 0) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 564) at
   org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:46
  8) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 564) at
   org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
   org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve
  .j av a:174) at
   org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.j
  av a: 566) at
   org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
  47 2) at
   org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at
   org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.
  ja va
  
  :1027) at
  
   org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java
  :1 12 5) at java.lang.Thread.run(Thread.java:479)
  
  
   I use Tomcat 4.0.6 with JDK 1.3.1_05 and my OS is Windows NT 4.0.
  
   Is there something to install before working with the Cocoon
   authentication mechanism?
  
   Thank you
   Sylvain
  
   -
   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]
 
  -
  Please check that your question  has not already been answered

RE: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Mark Eggers
When you are re-deploying a war like that, make sure
to clean out the working directory.

In Tomcat 4.1.12, you'll find it in
$TOMCAT_HOME/work/Standalone/localhost/cocoon

/mde/

just my two cents . . . .


__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos  More
http://faith.yahoo.com

-
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: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Richard Reyes
thanks again.

- Original Message - 
From: Mark Eggers [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 18, 2002 4:28 PM
Subject: RE: 2.1-dev authentication sample doesn't work


 When you are re-deploying a war like that, make sure
 to clean out the working directory.
 
 In Tomcat 4.1.12, you'll find it in
 $TOMCAT_HOME/work/Standalone/localhost/cocoon
 
 /mde/
 
 just my two cents . . . .
 
 
 __
 Do you Yahoo!?
 Faith Hill - Exclusive Performances, Videos  More
 http://faith.yahoo.com
 
 -
 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]
 

-
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: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Antonio Gallardo Rivera
Sorry, I misspelled it. :)

Compile the sources two times. The the CVS 2.1 version will work fine.

Antonio Gallardo

El Jueves, 17 de Octubre de 2002 08:28, Antonio Gallardo Rivera escribió:
 There is a bug in the build process, compiled it two times. Then it will
 work.

 Antonio Gallardo

 El Jueves, 17 de Octubre de 2002 08:16, [EMAIL PROTECTED] 
escribió:
  Hello,
 
  I have just installed the last dev snapshot of Cocoon and try to run the
  samples. All work fine except the authentication sample.
  This error appears:
 
  Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error
  -
 -- - type: Exception report
  message: Internal Server Error
  description: The server encountered an internal error (Internal Server
  Error) that prevented it from fulfilling this request. exception:
  java.lang.IllegalStateException
  at
  org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:24
 3) at
  org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  at
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat
 io nFilterChain.java:247) at
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte
 rC hain.java:193) at
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve
 .j ava:243) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 566) at
  org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47
 2) at
  org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve
 .j ava:190) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 566) at
  org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47
 2) at
  org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
  org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347
 ) at
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
 18 0) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 566) at
  org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVal
 ve .java:170) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 564) at
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
 17 0) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 564) at
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
  at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 564) at
  org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47
 2) at
  org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j
 av a:174) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 566) at
  org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47
 2) at
  org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
  org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.ja
 va
 
 :1027) at
 
  org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1
 12 5) at java.lang.Thread.run(Thread.java:479)
 
 
  I use Tomcat 4.0.6 with JDK 1.3.1_05 and my OS is Windows NT 4.0.
 
  Is there something to install before working with the Cocoon
  authentication mechanism?
 
  Thank you
  Sylvain
 
  -
  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]

 -
 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]

-
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: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Sylvain.Thevoz
Hello,

I have deleted the cocoon directory in Tomcat, build the source for the second times 
and re-deploy the cocoon.war.

There is the same error!

Did I do something wrong?

Thank you
Sylvain

-Message d'origine-
De: Antonio Gallardo Rivera [mailto:agallardo;agsoftware.dnsalias.com]
Date: jeudi, 17. octobre 2002 16:38
À: [EMAIL PROTECTED]
Objet: Re: 2.1-dev authentication sample doesn't work


Sorry, I misspelled it. :)

Compile the sources two times. The the CVS 2.1 version will work fine.

Antonio Gallardo

El Jueves, 17 de Octubre de 2002 08:28, Antonio Gallardo Rivera escribió:
 There is a bug in the build process, compiled it two times. Then it will
 work.

 Antonio Gallardo

 El Jueves, 17 de Octubre de 2002 08:16, [EMAIL PROTECTED] 
escribió:
  Hello,
 
  I have just installed the last dev snapshot of Cocoon and try to run the
  samples. All work fine except the authentication sample.
  This error appears:
 
  Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error
  -
 -- - type: Exception report
  message: Internal Server Error
  description: The server encountered an internal error (Internal Server
  Error) that prevented it from fulfilling this request. exception:
  java.lang.IllegalStateException
  at
  org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:24
 3) at
  org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1106)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  at
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat
 io nFilterChain.java:247) at
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte
 rC hain.java:193) at
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve
 .j ava:243) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 566) at
  org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47
 2) at
  org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve
 .j ava:190) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 566) at
  org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47
 2) at
  org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
  org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347
 ) at
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
 18 0) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 566) at
  org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVal
 ve .java:170) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 564) at
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
 17 0) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 564) at
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
  at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 564) at
  org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47
 2) at
  org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j
 av a:174) at
  org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav
 a: 566) at
  org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47
 2) at
  org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) at
  org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.ja
 va
 
 :1027) at
 
  org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1
 12 5) at java.lang.Thread.run(Thread.java:479)
 
 
  I use Tomcat 4.0.6 with JDK 1.3.1_05 and my OS is Windows NT 4.0.
 
  Is there something to install before working with the Cocoon
  authentication mechanism?
 
  Thank you
  Sylvain
 
  -
  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]

 -
 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]

-
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