RE: Cocoon installation error: Wrapper cannot find servlet class org.apache.cocoon.Cocoon from an ignorant newbie convert from Microsoft:-)

2003-03-29 Thread Geoff Howard
You may find some people still able to help you with cocoon 1.x, but I would
_highly_ suggest ignoring that now outdated chapter, and using the current
release version 2.0.4 which is significantly changed and improved from
the 1.8.x version.  You'll find good up to date installation instructions,
and
a lot more people here that will be able to help you if something goes
wrong.

There are several good books now available for Cocoon 2 if you want to go
that route, but you should also be able to make good headway using the
provided
documentation and samples, as well as the breeding ground for new
documentation,
http://wiki.cocoondev.org.

Hope that helps,
Geoff

 -Original Message-
 From: Phil Coultard [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 29, 2003 4:51 AM
 To: [EMAIL PROTECTED]
 Subject: Cocoon installation error: Wrapper cannot find servlet class
 org.apache.cocoon.Cocoon from an ignorant newbie convert from
 Microsoft:-)


 Hi,

 I am a recent convert (only two weeks old) to Java, Tomcat et al from the
 world of Microsoft ASP and .Net. As such please forgive me for asking what
 I'm sure is a very basic question. However, I have checked the
 Cocoon FAQ's,
 read my books (Java, JavaServer Pages, Java and XML, O'Reilly)
 and searched
 the mail archive still drawing a blank.

 Basically I have installed Cocoon according to the instructions
 on the site
 (http://xml.apache.org/cocoon1/install.html) and also those in
 'Java and XML
 Ch10 P.248 and I get the message:
 Wrapper cannot find servlet class org.apache.cocoon.Cocoon or a class it
 depends on
 (I include the complete error message below for your reference)

 I am Using:
 Win98 (boo hoo)
 Java 1.3.1
 Tomcat 4.1.24
 Cocoon 1.8.2
 I also have Personal Web Server installed but I have made no attempt to
 connect the two.

 Tomcat works fine: I have run several example scripts without fail.

 I have checked over my Cocoon installation several times and over several
 days (to allow for the I DID do it right I'm SURE factor).
 I have noticed that I need to set up the files [TOMCAT
 HOME]/conf/server.xml
 slightly differently from the instructions which tell me to use the value:
 Context path=/cocoon docbase=webapps/cocoon...
 I find this returns a 404 and only if I set it to
 Context path=/cocoon docbase=cocoon...
 or remove it completely does it work. I assume this is down to my Tomcat
 being 4.1.24 rather than Brett McLaughlin's (Java and XML,
 O'Reilly) Tomcat
 3.2.1 the comments preceding the section in the document supporting this:
  Define properties for each web application.  This is only
 needed
  if you want to set non-default properties, or have web
 application
  document roots in places other than the virtual
 host's appBase
  directory

 I have concluded (rightly or wrongly) the problem is that it
 can't find the
 cocoon.properties file which is referenced by the [TOMCAT
 HOME]/webapps/cocoon/WEB-INF/web.xml. The instructions tell me to set this
 to WEB-INF/cocoon.properties which I have tried but I have also played
 around with this value as cocoon/WEB-INF/cocoon.properties and
 cocoon.properties without success. I know it's a relative path so
 I haven't
 tried any absolute paths.

 It currently looks like this:
  servlet
   servlet-nameorg.apache.cocoon.Cocoon/servlet-name
   servlet-classorg.apache.cocoon.Cocoon/servlet-class
   init-param
param-nameproperties/param-name
param-valueWEB-INF/cocoon.properties/param-value
   /init-param
  /servlet

 Any help would be gratefully appreciated: I don't have much hair left to
 pull out!!

 Thanks in advance

 Kind Regards,

 Phil Coultard
 [EMAIL PROTECTED]
 www.coultard.com

 --
 --
 
 Complete Error returned:
 --
 --
 
 HTTP Status 503 - Servlet org.apache.cocoon.Cocoon is currently
 unavailable

 type Exception report

 message

 description The server encountered an internal error () that prevented it
 from fulfilling this request.

 exception

 javax.servlet.ServletException: Wrapper cannot find servlet class
 org.apache.cocoon.Cocoon or a class it depends on
   at
 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapp
 er.java:89
 1)
   at
 org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.
 java:668)
   at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapp
 erValve.ja
 va:210)
   at
 org.apache.catalina.core.StandardPipeline$StandardPipelineValveCon
 text.invok
 eNext(StandardPipeline.java:643)
   at
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.
 java:480)
   at
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
   at
 org.apache.catalina.core.StandardContextValve.invoke(StandardConte
 xtValve.ja
 va:191)
   at
 

Re: Cocoon installation help!!

2003-03-11 Thread Joerg Heinicke
Hi Raj,

there does exist a bug according redirecting in WebSphere: 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17594.

Joerg

Rajasekhar Atchutuni wrote:
Hi,

I am trying to install cocoon.war (2.0.4) in WebSphere 4.0.5 on redhat 
linux 7.2 Server.  I get the welcome page able to see most of the pages 
except the documentation page on the cocoon welcome page.  The error is 
The requested URI /cocoon/dcocoon/documents/index.html was not found.

Obviously the URI is wrong, if I remove dcocoon it works fine.  I have 
an application in cocoon which is under the directory newtest and when I 
try to go to that the path is /cocoon/ncocoon/, its adding the first 
letter and then cocoon to it in the URI.  Any one got this kind of 
error.  Any help will be appreciated.
If I am able to go thru the pages when I correct the URI.

Thanks
Raj
--

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
[EMAIL PROTECTED]
www.virbus.de
CeBIT 2003 vom 12. bis zum 19. März in Hannover

VIRBUS stellt gemeinsam mit der IBM-Tochter IT-Services and Solutions
GmbH aus.
Lassen Sie sich überraschen von den neuen, umfassenden Möglichkeiten im
Internet-gestützten Zahlungsverkehr.
Besuchen Sie uns: Halle 3, Stand D55.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Cocoon installation

2002-06-05 Thread Vadim Gritsenko

 From: Interactive Network [mailto:[EMAIL PROTECTED]]
 
 Hello,
 
 I'm a newbie on Cocoon.

If you are a newbie, then try Tomcat 4.0.1 or 4.0.4

Vadim

 I've problem to install it
 
 my Configuration :
 Win XP
 jdk1.3.1_03
 APACHE
 TOMCAT 4.0.3 are running correctly
 
 I've put cocoon.war in WEBAPPS directory of TOMCAT
 
 I've unpacked it when i called the url : http://127.0.0.1:8080/cocoon
 
 I've made (as mentionned after) the specific actions for Cocoon
installation
 on TOMCAT release 4.0.3
 From cocoon documentation : If you have to use Tomcat 4.0.3, you
have to
 replace its XML parser with the one shipped with Cocoon.
 Remove tomcat/common/lib/xerces.jar file.
 Copy following libraries from the cocoon/lib/core directory to the
 tomcat/common/lib directory:
 xalan-XXX.jar
 xercesImpl-XXX.jar
 xml-apis.jar
 Copy cocoon/lib/core/batik-libs-XXX.jar to the tomcat/common/lib
directory.
 Edit extra-classpath parameter in the
cocoon/src/webapp/WEB-INF/web.xml
 file:
 
 I made a test after calling http://127.0.0.1:8080/cocoon and i got
these
 errors :
 
 
 type fatal
 message SAX2 driver class org.apache.xerces.parsers.SAXParser does not
 implement XMLReader
 description java.lang.ClassCastException:
 org.apache.xerces.parsers.StandardParserConfiguration
 source Cocoon servlet
 stack-trace
 java.lang.ClassCastException:
 org.apache.xerces.parsers.StandardParserConfiguration
  at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(Unknown
Source)
  at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(Unknown
Source)
  at

org.apache.cocoon.components.language.markup.AbstractMarkupLanguage.gene
rate
 Code(AbstractMarkupLanguage.java:377)
  at

org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.gen
erat
 eResource(ProgramGeneratorImpl.java:365)
  at

org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.cre
ateR
 esource(ProgramGeneratorImpl.java:328)
  at

org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.loa
d(Pr
 ogramGeneratorImpl.java:291)
  at org.apache.cocoon.sitemap.Handler.run(Handler.java:270)
  at java.lang.Thread.run(Thread.java:479)
 
 request-uri
 /cocoon/
 path-info
 
 It's maybe because I'm not able to make these other actions mentionned
in
 the documentation :
 
 Clean Cocoon build directory: build clean
 Build Cocoon webapp: build -Dinclude.webapp.libs=yes webapp
 Remove xalan-XXX.jar, xercesImpl-XXX.jar, batik-libs-XXX.jar, and
 xml-apis.jar from the cocoon.war archive.
 Copy cocoon/build/cocoon/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.
 I don't know how to build clean, build -Dinclude.webapp.lmibs...
and so
 on...
 
 
 How can i concretly do this?
 What i've done concerning this :
 - I've downloaded ant-build
 - I've created the path ANT_HOME: C:\ant-build\jakarta-ant-1.4.1\bin
 - Under the Dos i typed in my TOMCAT directory : .\build clean.. But
the
 command is not recognized...
 
 
 Sorry for these long explanations of my problem.
 
 I thank a lot your for your help.
 
 A last question : at which adress can i find the archives ot the list?
 
 Cathy (from France. Sorry for my english ;-))
 
 
 -
 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: Cocoon installation

2002-06-05 Thread Interactive Network

Is it easier to install?

Thanks

Cathy
- Original Message - 
From: Vadim Gritsenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 05, 2002 5:59 PM
Subject: RE: Cocoon installation


  From: Interactive Network [mailto:[EMAIL PROTECTED]]
  
  Hello,
  
  I'm a newbie on Cocoon.
 
 If you are a newbie, then try Tomcat 4.0.1 or 4.0.4
 
 Vadim
 
  I've problem to install it
  
  my Configuration :
  Win XP
  jdk1.3.1_03
  APACHE
  TOMCAT 4.0.3 are running correctly
  
  I've put cocoon.war in WEBAPPS directory of TOMCAT
  
  I've unpacked it when i called the url : http://127.0.0.1:8080/cocoon
  
  I've made (as mentionned after) the specific actions for Cocoon
 installation
  on TOMCAT release 4.0.3
  From cocoon documentation : If you have to use Tomcat 4.0.3, you
 have to
  replace its XML parser with the one shipped with Cocoon.
  Remove tomcat/common/lib/xerces.jar file.
  Copy following libraries from the cocoon/lib/core directory to the
  tomcat/common/lib directory:
  xalan-XXX.jar
  xercesImpl-XXX.jar
  xml-apis.jar
  Copy cocoon/lib/core/batik-libs-XXX.jar to the tomcat/common/lib
 directory.
  Edit extra-classpath parameter in the
 cocoon/src/webapp/WEB-INF/web.xml
  file:
  
  I made a test after calling http://127.0.0.1:8080/cocoon and i got
 these
  errors :
  
  
  type fatal
  message SAX2 driver class org.apache.xerces.parsers.SAXParser does not
  implement XMLReader
  description java.lang.ClassCastException:
  org.apache.xerces.parsers.StandardParserConfiguration
  source Cocoon servlet
  stack-trace
  java.lang.ClassCastException:
  org.apache.xerces.parsers.StandardParserConfiguration
   at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(Unknown
 Source)
   at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(Unknown
 Source)
   at
 
 org.apache.cocoon.components.language.markup.AbstractMarkupLanguage.gene
 rate
  Code(AbstractMarkupLanguage.java:377)
   at
 
 org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.gen
 erat
  eResource(ProgramGeneratorImpl.java:365)
   at
 
 org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.cre
 ateR
  esource(ProgramGeneratorImpl.java:328)
   at
 
 org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.loa
 d(Pr
  ogramGeneratorImpl.java:291)
   at org.apache.cocoon.sitemap.Handler.run(Handler.java:270)
   at java.lang.Thread.run(Thread.java:479)
  
  request-uri
  /cocoon/
  path-info
  
  It's maybe because I'm not able to make these other actions mentionned
 in
  the documentation :
  
  Clean Cocoon build directory: build clean
  Build Cocoon webapp: build -Dinclude.webapp.libs=yes webapp
  Remove xalan-XXX.jar, xercesImpl-XXX.jar, batik-libs-XXX.jar, and
  xml-apis.jar from the cocoon.war archive.
  Copy cocoon/build/cocoon/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.
  I don't know how to build clean, build -Dinclude.webapp.lmibs...
 and so
  on...
  
  
  How can i concretly do this?
  What i've done concerning this :
  - I've downloaded ant-build
  - I've created the path ANT_HOME: C:\ant-build\jakarta-ant-1.4.1\bin
  - Under the Dos i typed in my TOMCAT directory : .\build clean.. But
 the
  command is not recognized...
  
  
  Sorry for these long explanations of my problem.
  
  I thank a lot your for your help.
  
  A last question : at which adress can i find the archives ot the list?
  
  Cathy (from France. Sorry for my english ;-))
  
  
  -
  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: Cocoon installation

2002-06-05 Thread ROSSEL Olivier

 Is it easier to install?

With Tomcat 4.0.1 or 4.0.4, and with JDK 1.3.X,
the installation is straightforward.

If you work under Unix, please read the installation section
about PJA.

Don't use JDK1.4 unless you have time to tune your Tomcat.

-
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: Cocoon installation

2002-06-05 Thread Vadim Gritsenko

 From: Interactive Network [mailto:[EMAIL PROTECTED]]
 
 Is it easier to install?

Compare install instructions for Tomcat 4.0.4 and 4.0.3 to get an idea.
(which means: yes, it is easier)

Vadim


 
 Thanks
 
 Cathy
 - Original Message -
 From: Vadim Gritsenko [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, June 05, 2002 5:59 PM
 Subject: RE: Cocoon installation
 
 
   From: Interactive Network [mailto:[EMAIL PROTECTED]]
  
   Hello,
  
   I'm a newbie on Cocoon.
 
  If you are a newbie, then try Tomcat 4.0.1 or 4.0.4
 
  Vadim
...


-
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: Cocoon installation

2002-06-05 Thread Interactive Network

Thanks a lot for your response.
I'am downloading the 4.0.4 release.

Where i can find the archives of the list?

Cathy

- Original Message - 
From: Vadim Gritsenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 05, 2002 6:15 PM
Subject: RE: Cocoon installation


  From: Interactive Network [mailto:[EMAIL PROTECTED]]
  
  Is it easier to install?
 
 Compare install instructions for Tomcat 4.0.4 and 4.0.3 to get an idea.
 (which means: yes, it is easier)
 
 Vadim
 
 
  
  Thanks
  
  Cathy
  - Original Message -
  From: Vadim Gritsenko [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, June 05, 2002 5:59 PM
  Subject: RE: Cocoon installation
  
  
From: Interactive Network [mailto:[EMAIL PROTECTED]]
   
Hello,
   
I'm a newbie on Cocoon.
  
   If you are a newbie, then try Tomcat 4.0.1 or 4.0.4
  
   Vadim
 ...
 
 
 -
 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: Cocoon installation

2002-06-05 Thread Interactive Network

Thanks.
I'm on XP PRO

Cathy
- Original Message - 
From: ROSSEL Olivier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 05, 2002 6:13 PM
Subject: RE: Cocoon installation


  Is it easier to install?
 
 With Tomcat 4.0.1 or 4.0.4, and with JDK 1.3.X,
 the installation is straightforward.
 
 If you work under Unix, please read the installation section
 about PJA.
 
 Don't use JDK1.4 unless you have time to tune your Tomcat.
 
 -
 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: Cocoon installation

2002-06-05 Thread Vadim Gritsenko

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

Vadim

 -Original Message-
 From: Interactive Network [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 05, 2002 12:19 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Cocoon installation
 
 Thanks a lot for your response.
 I'am downloading the 4.0.4 release.
 
 Where i can find the archives of the list?
 
 Cathy
 
 - Original Message -
 From: Vadim Gritsenko [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, June 05, 2002 6:15 PM
 Subject: RE: Cocoon installation
 
 
   From: Interactive Network [mailto:[EMAIL PROTECTED]]
  
   Is it easier to install?
 
  Compare install instructions for Tomcat 4.0.4 and 4.0.3 to get an
idea.
  (which means: yes, it is easier)
 
  Vadim
 
 
  
   Thanks
  
   Cathy
   - Original Message -
   From: Vadim Gritsenko [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Wednesday, June 05, 2002 5:59 PM
   Subject: RE: Cocoon installation
  
  
 From: Interactive Network
[mailto:[EMAIL PROTECTED]]

 Hello,

 I'm a newbie on Cocoon.
   
If you are a newbie, then try Tomcat 4.0.1 or 4.0.4
   
Vadim
  ...


-
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: Cocoon installation

2002-06-05 Thread Interactive Network

Thanks.
For the cocoon installation everything is ok.

Cathy
- Original Message - 
From: Vadim Gritsenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 05, 2002 7:04 PM
Subject: RE: Cocoon installation


 http://xml.apache.org/cocoon/mail-archives.html
 
 Vadim
 
  -Original Message-
  From: Interactive Network [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, June 05, 2002 12:19 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Cocoon installation
  
  Thanks a lot for your response.
  I'am downloading the 4.0.4 release.
  
  Where i can find the archives of the list?
  
  Cathy
  
  - Original Message -
  From: Vadim Gritsenko [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, June 05, 2002 6:15 PM
  Subject: RE: Cocoon installation
  
  
From: Interactive Network [mailto:[EMAIL PROTECTED]]
   
Is it easier to install?
  
   Compare install instructions for Tomcat 4.0.4 and 4.0.3 to get an
 idea.
   (which means: yes, it is easier)
  
   Vadim
  
  
   
Thanks
   
Cathy
- Original Message -
From: Vadim Gritsenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 05, 2002 5:59 PM
Subject: RE: Cocoon installation
   
   
  From: Interactive Network
 [mailto:[EMAIL PROTECTED]]
 
  Hello,
 
  I'm a newbie on Cocoon.

 If you are a newbie, then try Tomcat 4.0.1 or 4.0.4

 Vadim
   ...
 
 
 -
 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: Cocoon installation

2002-04-29 Thread Singh, Deepak (HQP)
Title: RE: Cocoon installation





Hi!
I was installing cocoon on Weblogic6.1 on Win NT sp6.
I copied the jar in the applications directory under Bea/...
And modied the classpath as adviced.
It gave me an exception.


type fatal
message Language Exception
description org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling sitemap_xmap: Line 0, column 0: error: java.io.IOException: read error 1 error 

sender org.apache.cocoon.servlet.CocoonServlet
source Cocoon servlet
stack-trace
org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling sitemap_xmap:

Line 0, column 0: 
error: java.io.IOException: read error
1 error


 at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:335)

 at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:291)
 at org.apache.cocoon.sitemap.Handler.run(Handler.java:270)
 at java.lang.Thread.run(Thread.java:484)
org.apache.cocoon.components.language.LanguageException: Error compiling sitemap_xmap:
Line 0, column 0: 
error: java.io.IOException: read error
1 error


 at org.apache.cocoon.components.language.programming.java.JavaLanguage.compile(JavaLanguage.java:243)
 at org.apache.cocoon.components.language.programming.CompiledProgrammingLanguage.load(CompiledProgrammingLanguage.java:197)

 at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generateResource(ProgramGeneratorImpl.java:383)

 at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:328)

 at org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:291)
 at org.apache.cocoon.sitemap.Handler.run(Handler.java:270)
 at java.lang.Thread.run(Thread.java:484)
request-uri
/cocoon


Thanks
Deepak





RE: Cocoon installation on JDK 1.4

2002-04-27 Thread Christopher Watson

Leszek,

I gave up too.

Anyone have any news on rumoured 2.0.3 release which would fix this for us
non-CVS folks ?

Christopher Watson


 -Original Message-
 From: Leszek Gawron [mailto:[EMAIL PROTECTED]]
 Sent: 27 April 2002 17:24
 To: [EMAIL PROTECTED]
 Subject: Cocoon installation on JDK 1.4


 has anyone succeeded in this one (on Win32) ?
 I've spent almost a week digging mailing archives, cocoon website,
 Even when I succeed to compile and install war file in
 Tomcat/webapps dir a
 lot of examples do not work at all.
 I'm downloading CVS snapshots every day but the effect is quite
 the same. The
 latest stable platform I managed to install was Cocoon 2.0.1, JDK 1.3.1_02
 and Tomcat 4.0.3, anything higher makes some features unusable

   ouzo
 --
 -- [EMAIL PROTECTED]
 Leszek GawronICQ# 19681190
 Software development  SE consulting Mobile +48 (608) 23 74 55

 -
 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: Cocoon installation on JDK 1.4

2002-04-27 Thread Aryaguna

Leszek,

I gave up too.

Anyone have any news on rumoured 2.0.3 release which would fix this for us
non-CVS folks ?

Christopher Watson

 -Original Message-
 From: Leszek Gawron [mailto:[EMAIL PROTECTED]]
 Sent: 27 April 2002 17:24
 To: [EMAIL PROTECTED]
 Subject: Cocoon installation on JDK 1.4


 has anyone succeeded in this one (on Win32) ?
 I've spent almost a week digging mailing archives, cocoon website,
 Even when I succeed to compile and install war file in
 Tomcat/webapps dir a
 lot of examples do not work at all.
 I'm downloading CVS snapshots every day but the effect is quite
 the same. The
 latest stable platform I managed to install was Cocoon 2.0.1, JDK 1.3.1_02
 and Tomcat 4.0.3, anything higher makes some features unusable

   ouzo
 --
 -- [EMAIL PROTECTED]
 Leszek GawronICQ# 19681190
 Software development  SE consulting Mobile +48 (608) 23 74 55

 -
 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: Cocoon installation giving problem on WebSphere 4.0

2002-04-04 Thread Vadim Gritsenko

 From: Ali, Farhan [mailto:[EMAIL PROTECTED]]
 
 Hi,
   I am trying to install Cocoon 2.0.1-bin on IBM WebSphere 4.0.

Cocoon 2.0.2, WebSphere 4.0, JDK1.3 is known to work. RTFM:
http://xml.apache.org/cocoon/installing/index.html


 After i
 installed Cocoon on WebSphere 4.0. I am getting this error in
access.log
 file.

I can't find ERROR below. I see only some DEBUG output and one INFO
record.

Vadim
 
 
 DEBUG   (2002-04-04) 18:59.23:881   [access] (Unknown-URI)
 Unknown-thread/CocoonServlet: getRealPath for /:
 d:\WebSphere\AppServer\installedApps\cocoonApp.ear/cocoon.war
 DEBUG   (2002-04-04) 18:59.23:881   [access] (Unknown-URI)
 Unknown-thread/CocoonServlet: URL for Root:
 file:/d:/WebSphere/AppServer/installedApps/cocoonApp.ear/cocoon.war/
 DEBUG   (2002-04-04) 18:59.23:881   [access] (Unknown-URI)
 Unknown-thread/CocoonServlet: work-directory was not set - defaulting
to

d:\WebSphere\AppServer\temp\l_2r_dvxkg01\cocoon\cocoonApp\cocoon.war\coc
oon-
 files
 DEBUG   (2002-04-04) 18:59.24:071   [access] (Unknown-URI)
 Unknown-thread/CocoonServlet: upload-directory was not set -
defaulting to

d:\WebSphere\AppServer\temp\l_2r_dvxkg01\cocoon\cocoonApp\cocoon.war\coc
oon-
 files\upload-dir
 DEBUG   (2002-04-04) 18:59.24:071   [access] (Unknown-URI)
 Unknown-thread/CocoonServlet: cache-directory was not set - defaulting
to

d:\WebSphere\AppServer\temp\l_2r_dvxkg01\cocoon\cocoonApp\cocoon.war\coc
oon-
 files\cache-dir
 DEBUG   (2002-04-04) 18:59.24:081   [access] (Unknown-URI)
 Unknown-thread/CocoonServlet: Using configuration file: /cocoon.xconf
 DEBUG   (2002-04-04) 18:59.24:081   [access] (Unknown-URI)
 Unknown-thread/CocoonServlet: show-time was not set - defaulting to
false
 DEBUG   (2002-04-04) 18:59.24:081   [access] (Unknown-URI)
 Unknown-thread/CocoonServlet: parent-component-manager was not set -
 defaulting to null.
 INFO(2002-04-04) 18:59.24:112   [access] (Unknown-URI)
 Unknown-thread/CocoonServlet: Reloading from:

file:/d:/WebSphere/AppServer/installedApps/cocoonApp.ear/cocoon.war/coco
on.x
 conf
 
 
 Plz help me out about this problem.
 If anybody has installed Cocoon on WebSphere 4.0. Plz reply me.
 
 Thanks
 Farhan
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [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]