Re: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-22 Thread Derek Hohls

Babs

Thanks for the suggestion; I have tried what you said
(although I could not find a xercesImpl-2.0.0 in the
Cocoon lib; only a xerces-1.4.4.jar, which I removed)

However, I get exactly the same error as before...

Any other options?

Thanks
Derek


 [EMAIL PROTECTED] 21/08/2002 04:35:20 
try to update xerces to 2.0.2 version. I had this problem too, same
environment.

(http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.zip)

from the zip, copy xercesImpl, xmlParserAPI to
CATALINA_HOME/common/lib.
Remove the version of xerces you have there (xerces.jar).

Remove xercesImpl-2.0.0 from cocoon's WEB-INF/lib.

Babs
- Original Message -
From: Derek Hohls [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 21, 2002 4:21 PM
Subject: Problems installing Cocoon 2.0.3


 According to the installation guide, deploying C2 under
 Tomcat 4.0.4 is simple ;-) i.e.

 Copy cocoon.war into tomcat/webapps directory.
 Start Tomcat: Go to the tomcat/bin directory, and run the startup
 script.
 Open the Cocoon welcome page: http://localhost:8080/cocoon/ 
 Congratulations! You should see the Cocoon welcome page.

  My setup is:
  Java 1.3.1
  Tomcat 4.0.4 (examples are running fine)
  Cocoon 2.0.3

 And when I invoke
  http://localhost:8080/cocoon/ 
  I get:

  Apache Tomcat/4.0.4 - 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.

 javax.servlet.ServletException:
   Servlet.init() for servlet Cocoon2 threw exception
  at org.apache.catalina.core.StandardWrapper.loadServlet
  (StandardWrapper.java:946)
  etc




-
 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: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-22 Thread Barbara Post

ok... so, are you sure you downloaded the right binaries for your JVM ?
I don't have more ideas for now... sorry.

- Original Message - 
From: Derek Hohls [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, August 22, 2002 8:35 AM
Subject: Re: Problems installing Cocoon 2.0.3 [xerces to be updated]


 Babs
 
 Thanks for the suggestion; I have tried what you said
 (although I could not find a xercesImpl-2.0.0 in the
 Cocoon lib; only a xerces-1.4.4.jar, which I removed)
 
 However, I get exactly the same error as before...
 
 Any other options?
 
 Thanks
 Derek
 
 
  [EMAIL PROTECTED] 21/08/2002 04:35:20 
 try to update xerces to 2.0.2 version. I had this problem too, same
 environment.
 
 (http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.zip)
 
 from the zip, copy xercesImpl, xmlParserAPI to
 CATALINA_HOME/common/lib.
 Remove the version of xerces you have there (xerces.jar).
 
 Remove xercesImpl-2.0.0 from cocoon's WEB-INF/lib.
 
 Babs
 - Original Message -
 From: Derek Hohls [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, August 21, 2002 4:21 PM
 Subject: Problems installing Cocoon 2.0.3
 
 
  According to the installation guide, deploying C2 under
  Tomcat 4.0.4 is simple ;-) i.e.
 
  Copy cocoon.war into tomcat/webapps directory.
  Start Tomcat: Go to the tomcat/bin directory, and run the startup
  script.
  Open the Cocoon welcome page: http://localhost:8080/cocoon/ 
  Congratulations! You should see the Cocoon welcome page.
 
   My setup is:
   Java 1.3.1
   Tomcat 4.0.4 (examples are running fine)
   Cocoon 2.0.3
 
  And when I invoke
   http://localhost:8080/cocoon/ 
   I get:
 
   Apache Tomcat/4.0.4 - 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.
 
  javax.servlet.ServletException:
Servlet.init() for servlet Cocoon2 threw exception
   at org.apache.catalina.core.StandardWrapper.loadServlet
   (StandardWrapper.java:946)
   etc
 
 
 
 
 -
  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]
 


-
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: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-22 Thread Derek Hohls

Uh - which binaries would those be?  

(I *did* download the Windows-usable version of C2, if
that's what you mean...)

 [EMAIL PROTECTED] 22/08/2002 09:32:31 
ok... so, are you sure you downloaded the right binaries for your JVM
?
I don't have more ideas for now... sorry.

- Original Message - 
From: Derek Hohls [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, August 22, 2002 8:35 AM
Subject: Re: Problems installing Cocoon 2.0.3 [xerces to be updated]


 Babs
 
 Thanks for the suggestion; I have tried what you said
 (although I could not find a xercesImpl-2.0.0 in the
 Cocoon lib; only a xerces-1.4.4.jar, which I removed)
 
 However, I get exactly the same error as before...
 
 Any other options?
 
 Thanks
 Derek
 
 
  [EMAIL PROTECTED] 21/08/2002 04:35:20 
 try to update xerces to 2.0.2 version. I had this problem too, same
 environment.
 
 (http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.zip)
 
 from the zip, copy xercesImpl, xmlParserAPI to
 CATALINA_HOME/common/lib.
 Remove the version of xerces you have there (xerces.jar).
 
 Remove xercesImpl-2.0.0 from cocoon's WEB-INF/lib.
 
 Babs
 - Original Message -
 From: Derek Hohls [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, August 21, 2002 4:21 PM
 Subject: Problems installing Cocoon 2.0.3
 
 
  According to the installation guide, deploying C2 under
  Tomcat 4.0.4 is simple ;-) i.e.
 
  Copy cocoon.war into tomcat/webapps directory.
  Start Tomcat: Go to the tomcat/bin directory, and run the startup
  script.
  Open the Cocoon welcome page: http://localhost:8080/cocoon/ 
  Congratulations! You should see the Cocoon welcome page.
 
   My setup is:
   Java 1.3.1
   Tomcat 4.0.4 (examples are running fine)
   Cocoon 2.0.3
 
  And when I invoke
   http://localhost:8080/cocoon/ 
   I get:
 
   Apache Tomcat/4.0.4 - 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.
 
  javax.servlet.ServletException:
Servlet.init() for servlet Cocoon2 threw exception
   at org.apache.catalina.core.StandardWrapper.loadServlet
   (StandardWrapper.java:946)
   etc
 
 
 
 

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


-
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: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-22 Thread Vadim Gritsenko

Derek Hohls wrote:

A quick follow-up - I took everything off again - reinstalled TC and
Cocoon - this time I found the xercesImpl-2.0.0 file !? and so I 
followed your procedure again.

If its of any additional use - below the 

javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
threw exception

error, I get:

- Root Cause -
java.lang.NoSuchMethodError
   at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.init(DefaultConfigurationBuilder.java:97)

Any ideas what this means??


Derek,

Follow install guide. Java 1.3.1, Tomcat 4.0.4, Cocoon 2.0.3, this 
*does* work without fiddling with libraries. If it does *not* work - 
this just means that you don't have clean (freshly installed) Java or 
Tomcat.

Vadim


Thanks
Derek
  




-
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: Problems installing Cocoon 2.0.3 [xerces to be updated -or NOT?]

2002-08-22 Thread Derek Hohls

Vadim

Thanks - well, I do have a freshly installed Tomcat 4.0.4
AND the lastest stable Cocoon binary - OK, I did not reinstall 
Java (this was not part of the install guide and I was not 
aware that it was a prerequisite for a C2 installation??) -
 *thats* why I found it strange that, after following the 
instructions it did NOT work.  (I did not, after all, have 
any such problems with TC 4.0.1 and C2.0.0...)

Do I really have to reinstall Java?

Thanks
Derek

 [EMAIL PROTECTED] 22/08/2002 01:58:52 
Derek Hohls wrote:

A quick follow-up - I took everything off again - reinstalled TC and
Cocoon - this time I found the xercesImpl-2.0.0 file !? and so I 
followed your procedure again.

If its of any additional use - below the 

javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
threw exception

error, I get:

- Root Cause -
java.lang.NoSuchMethodError
   at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.init(DefaultConfigurationBuilder.java:97)

Any ideas what this means??


Derek,

Follow install guide. Java 1.3.1, Tomcat 4.0.4, Cocoon 2.0.3, this 
*does* work without fiddling with libraries. If it does *not* work - 
this just means that you don't have clean (freshly installed) Java or 
Tomcat.

Vadim


Thanks
Derek
  




-
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: Problems installing Cocoon 2.0.3 [xerces to be updated - or NOT?]

2002-08-22 Thread Vadim Gritsenko

Derek Hohls wrote:

Vadim

Thanks - well, I do have a freshly installed Tomcat 4.0.4
AND the lastest stable Cocoon binary - OK, I did not reinstall 
Java (this was not part of the install guide and I was not 
aware that it was a prerequisite for a C2 installation??) -
 *thats* why I found it strange that, after following the 
instructions it did NOT work.  (I did not, after all, have 
any such problems with TC 4.0.1 and C2.0.0...)

Do I really have to reinstall Java?


You see, if all three components are not modified in any way, it does 
work (under Win and Linux). This was tested before doing release. Only 
exception was FreeBSD and/or OS X platforms (archives have more on this).

May be you have something in jre/lib/ext, this could break some things.

Vadim


Thanks
Derek

  

[EMAIL PROTECTED] 22/08/2002 01:58:52 


Derek Hohls wrote:

  

A quick follow-up - I took everything off again - reinstalled TC and
Cocoon - this time I found the xercesImpl-2.0.0 file !? and so I 
followed your procedure again.

If its of any additional use - below the 

javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
threw exception

error, I get:

- Root Cause -
java.lang.NoSuchMethodError
  at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.init(DefaultConfigurationBuilder.java:97)

Any ideas what this means??




Derek,

Follow install guide. Java 1.3.1, Tomcat 4.0.4, Cocoon 2.0.3, this 
*does* work without fiddling with libraries. If it does *not* work - 
this just means that you don't have clean (freshly installed) Java or 
Tomcat.

Vadim


  

Thanks
Derek 




-
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: Problems installing Cocoon 2.0.3 [xerces to be updated -or NOT?]

2002-08-22 Thread Derek Hohls

Vadim

Maybe its just the limits of my own knowledge
showing up rather badly here - but it worries me that Cocoon
is (perhaps like its namesake!) so fragile.  On *my* test machine
I can control the environment to a large extent... but have
less say over the live machine(s) to which the sites will get 
deployed.

Is there no way of tracking down what the root cause (file?) is
in a more specific way...?

I guess I will be reinstalling *everything* tonight

Thanks
Derek

 [EMAIL PROTECTED] 22/08/2002 02:42:04 
Derek Hohls wrote:

Vadim

Thanks - well, I do have a freshly installed Tomcat 4.0.4
AND the lastest stable Cocoon binary - OK, I did not reinstall 
Java (this was not part of the install guide and I was not 
aware that it was a prerequisite for a C2 installation??) -
 *thats* why I found it strange that, after following the 
instructions it did NOT work.  (I did not, after all, have 
any such problems with TC 4.0.1 and C2.0.0...)

Do I really have to reinstall Java?


You see, if all three components are not modified in any way, it does 
work (under Win and Linux). This was tested before doing release. Only

exception was FreeBSD and/or OS X platforms (archives have more on
this).

May be you have something in jre/lib/ext, this could break some
things.

Vadim


Thanks
Derek

  

[EMAIL PROTECTED] 22/08/2002 01:58:52 


Derek Hohls wrote:

  

A quick follow-up - I took everything off again - reinstalled TC and
Cocoon - this time I found the xercesImpl-2.0.0 file !? and so I 
followed your procedure again.

If its of any additional use - below the 

javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
threw exception

error, I get:

- Root Cause -
java.lang.NoSuchMethodError
  at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.init(DefaultConfigurationBuilder.java:97)

Any ideas what this means??




Derek,

Follow install guide. Java 1.3.1, Tomcat 4.0.4, Cocoon 2.0.3, this 
*does* work without fiddling with libraries. If it does *not* work - 
this just means that you don't have clean (freshly installed) Java or

Tomcat.

Vadim


  

Thanks
Derek 




-
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: Problems installing Cocoon 2.0.3 [xerces to be updated - or NOT?]

2002-08-22 Thread Vadim Gritsenko

Derek Hohls wrote:

Vadim

Maybe its just the limits of my own knowledge
showing up rather badly here - but it worries me that Cocoon
is (perhaps like its namesake!) so fragile.  On *my* test machine
I can control the environment to a large extent... but have
less say over the live machine(s) to which the sites will get 
deployed.


If you buy commercial solution, it always comes with Java bundled. Do 
you want same for Cocoon? ;-)


Is there no way of tracking down what the root cause (file?) is
in a more specific way...?


Go to the source code of:

- Root Cause -
java.lang.NoSuchMethodError
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.init(DefaultConfigurationBuilder.java:97)



I guess the problem is wrong (non-conforming) parser.

Vadim


I guess I will be reinstalling *everything* tonight

Thanks
Derek

  

[EMAIL PROTECTED] 22/08/2002 02:42:04 


Derek Hohls wrote:

  

Vadim

Thanks - well, I do have a freshly installed Tomcat 4.0.4
AND the lastest stable Cocoon binary - OK, I did not reinstall 
Java (this was not part of the install guide and I was not 
aware that it was a prerequisite for a C2 installation??) -
*thats* why I found it strange that, after following the 
instructions it did NOT work.  (I did not, after all, have 
any such problems with TC 4.0.1 and C2.0.0...)

Do I really have to reinstall Java?




You see, if all three components are not modified in any way, it does 
work (under Win and Linux). This was tested before doing release. Only

exception was FreeBSD and/or OS X platforms (archives have more on
this).

May be you have something in jre/lib/ext, this could break some
things.

Vadim


  

Thanks
Derek

 



[EMAIL PROTECTED] 22/08/2002 01:58:52 
   

  

Derek Hohls wrote:

 



A quick follow-up - I took everything off again - reinstalled TC and
Cocoon - this time I found the xercesImpl-2.0.0 file !? and so I 
followed your procedure again.

If its of any additional use - below the 

javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
threw exception

error, I get:

- Root Cause -
java.lang.NoSuchMethodError
 at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.init(DefaultConfigurationBuilder.java:97)

Any ideas what this means??
  

Derek,

Follow install guide. Java 1.3.1, Tomcat 4.0.4, Cocoon 2.0.3, this 
*does* work without fiddling with libraries. If it does *not* work - 
this just means that you don't have clean (freshly installed) Java or


Tomcat.

Vadim



Thanks
Derek 



-
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: Problems installing Cocoon 2.0.3 [xerces to be updated- or NOT?]

2002-08-22 Thread Derek Hohls

OK - I will look - which should be the correct (conforming?)
parser...?

 [EMAIL PROTECTED] 22/08/2002 03:18:58 
Derek Hohls wrote:

Vadim

Maybe its just the limits of my own knowledge
showing up rather badly here - but it worries me that Cocoon
is (perhaps like its namesake!) so fragile.  On *my* test machine
I can control the environment to a large extent... but have
less say over the live machine(s) to which the sites will get 
deployed.


If you buy commercial solution, it always comes with Java bundled. Do 
you want same for Cocoon? ;-)


Is there no way of tracking down what the root cause (file?) is
in a more specific way...?


Go to the source code of:

- Root Cause -
java.lang.NoSuchMethodError
at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.init(DefaultConfigurationBuilder.java:97)



I guess the problem is wrong (non-conforming) parser.

Vadim


I guess I will be reinstalling *everything* tonight

Thanks
Derek

  

[EMAIL PROTECTED] 22/08/2002 02:42:04 


Derek Hohls wrote:

  

Vadim

Thanks - well, I do have a freshly installed Tomcat 4.0.4
AND the lastest stable Cocoon binary - OK, I did not reinstall 
Java (this was not part of the install guide and I was not 
aware that it was a prerequisite for a C2 installation??) -
*thats* why I found it strange that, after following the 
instructions it did NOT work.  (I did not, after all, have 
any such problems with TC 4.0.1 and C2.0.0...)

Do I really have to reinstall Java?




You see, if all three components are not modified in any way, it does

work (under Win and Linux). This was tested before doing release.
Only

exception was FreeBSD and/or OS X platforms (archives have more on
this).

May be you have something in jre/lib/ext, this could break some
things.

Vadim


  

Thanks
Derek

 



[EMAIL PROTECTED] 22/08/2002 01:58:52 
   

  

Derek Hohls wrote:

 



A quick follow-up - I took everything off again - reinstalled TC
and
Cocoon - this time I found the xercesImpl-2.0.0 file !? and so I 
followed your procedure again.

If its of any additional use - below the 

javax.servlet.ServletException: Servlet.init() for servlet Cocoon2
threw exception

error, I get:

- Root Cause -
java.lang.NoSuchMethodError
 at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.init(DefaultConfigurationBuilder.java:97)

Any ideas what this means??
  

Derek,

Follow install guide. Java 1.3.1, Tomcat 4.0.4, Cocoon 2.0.3, this 
*does* work without fiddling with libraries. If it does *not* work -

this just means that you don't have clean (freshly installed) Java
or


Tomcat.

Vadim



Thanks
Derek 



-
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: Problems installing Cocoon 2.0.3 [xerces to be updated - or NOT?]

2002-08-22 Thread Vadim Gritsenko

Derek Hohls wrote:

OK - I will look - which should be the correct (conforming?)
parser...?
  


The one bundled with Cocoon, of course :)

Vadim


[EMAIL PROTECTED] 22/08/2002 03:18:58 


Derek Hohls wrote:

  

Vadim

Maybe its just the limits of my own knowledge
showing up rather badly here - but it worries me that Cocoon
is (perhaps like its namesake!) so fragile.  On *my* test machine
I can control the environment to a large extent... but have
less say over the live machine(s) to which the sites will get 
deployed.




If you buy commercial solution, it always comes with Java bundled. Do 
you want same for Cocoon? ;-)


  

Is there no way of tracking down what the root cause (file?) is
in a more specific way...?




Go to the source code of:

- Root Cause -
java.lang.NoSuchMethodError
   at
org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.init(DefaultConfigurationBuilder.java:97)



I guess the problem is wrong (non-conforming) parser.

Vadim
  

...



-
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: Problems installing Cocoon 2.0.3 [xerces to be updated - or NOT?]

2002-08-22 Thread Amy Drew

Unfortunately, that version contains a bug when
serializing SAX events.  See Xerces2-J Bug#6165. 
Is Cocoon going to update its version of xerces?  
This is causing me much grief.

-Amy

 
 The one bundled with Cocoon, of course :)
 
 Vadim


-
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: Problems installing Cocoon 2.0.3 [xerces to be updated]

2002-08-21 Thread Barbara Post

try to update xerces to 2.0.2 version. I had this problem too, same
environment.

(http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.zip)

from the zip, copy xercesImpl, xmlParserAPI to CATALINA_HOME/common/lib.
Remove the version of xerces you have there (xerces.jar).

Remove xercesImpl-2.0.0 from cocoon's WEB-INF/lib.

Babs
- Original Message -
From: Derek Hohls [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 21, 2002 4:21 PM
Subject: Problems installing Cocoon 2.0.3


 According to the installation guide, deploying C2 under
 Tomcat 4.0.4 is simple ;-) i.e.

 Copy cocoon.war into tomcat/webapps directory.
 Start Tomcat: Go to the tomcat/bin directory, and run the startup
 script.
 Open the Cocoon welcome page: http://localhost:8080/cocoon/
 Congratulations! You should see the Cocoon welcome page.

  My setup is:
  Java 1.3.1
  Tomcat 4.0.4 (examples are running fine)
  Cocoon 2.0.3

 And when I invoke
  http://localhost:8080/cocoon/
  I get:

  Apache Tomcat/4.0.4 - 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.

 javax.servlet.ServletException:
   Servlet.init() for servlet Cocoon2 threw exception
  at org.apache.catalina.core.StandardWrapper.loadServlet
  (StandardWrapper.java:946)
  etc



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