Re: Problems with Cocoon 2.1 dev (CVS)

2003-03-24 Thread Mark Eggers
I did a build this morning using jdk1.4.1_02 on Win/2K
and everything worked fine.  I was able to drop the
resulting cocoon.war file into Tomcat 4.1.24 and run
many of the samples.

OK - as well as the CVS has been building since the
move to the new blocks format . . . . I still don't
get all of the samples copied in to the right spots
for the war file or webapp.  Noticably missing are the
script samples (javascript, python, php) even though I
have the appropriate jars in lib/optional and have
added them to my jars.xml file.

However, checking things out this evening produced a
new error.

It seems that concurrent-1.3.1.jar is now a core jar,
but it is not provided during CVS checkout.  Looking
at the jars.xml file, I found that you can download
the source from 

http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html

Since this is a core jar, the build failed.

I guess I'll try building that jar tomorrow, and then
building cocoon to see what happens.

/mde/
just my two cents . . . .

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

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



Re: Problems with Cocoon 2.1 dev (CVS)

2003-03-24 Thread Lars Gieseking
Yes, the problem doesn't seem to be a temporary one.
I recently got a mail from Carsten Ziegeler and he told me
that the CVS version worked fine for him, but he
didn't know where my error came from.
A few months ago it still worked..

I think we're doing something wrong, but i don't know what.

Lars


On Sun, 23 Mar 2003, Michael Riedel wrote:

> > today i wanted to build and install the newest
> > Cocoon 2.1 dev from CVS. I did it like always (build war),
> > but this time the compiled Cocoon didn't work.
> 
> I had the same problem, even though a few days already passed. The
> Cocoon-Servlet works, but only deliveres the error-message you mentioned:
> 
> >  Request Processing Failed
> >
> > Message: Cocoon engine failed in process the request
> >
> > Description: The processing engine failed to process
> > the request. This could be due to lack of matching or
> > bugs in the pipeline engine.
> >
> > Sender: org.apache.cocoon.servlet.CocoonServlet
> >
> > Source: Cocoon Servlet
> >
> > Request URI
> > request-uri
> > /cocoon/
> >
> > Apache Cocoon 2.1-dev
> 
> It is displayed, whenever you request the welcome-page, or any other page
> which should normally apear. If a resource which is not specified in the
> sitemap is requested, another error-message apears. But since it states
> 
> Also when I build I get the following error at the end:
> 
>   validate-xdocs:
>   Conducting validation of core XML documentation.
>   Validating all **/book.xml instances using RELAX NG ...
>   Fatal error: exception "java.net.MalformedURLException" thrown: no
> protocol: dtd/book-cocoon-v10.dtd
> 
>   BUILD FAILED
> 
> file:///G:/Dokumente%20und%20Einstellungen/Michael/Eigene%20Dateien/WebSites
> /cocoon-2.1/build.xml:835: Validation failed, messages should have been
> provided.
> 
> ... but anything else seams to be built correctly. Also when I set
> validate.xdocs=false in local.build.properties, the error does not occur,
> and the build is successfull. So I don't think, the problem lies here.
> 
> However, I have no clue what could still be wrong. None of the hints from
> the mail-list worked for me so far. And I've also tried several CVS updates
> by now, so it's not a temporar problem.
> 
> -- Michael Riedel
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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



Re: Problems with Cocoon 2.1 dev (CVS)

2003-03-23 Thread Michael Riedel
> today i wanted to build and install the newest
> Cocoon 2.1 dev from CVS. I did it like always (build war),
> but this time the compiled Cocoon didn't work.

I had the same problem, even though a few days already passed. The
Cocoon-Servlet works, but only deliveres the error-message you mentioned:

>  Request Processing Failed
>
> Message: Cocoon engine failed in process the request
>
> Description: The processing engine failed to process
> the request. This could be due to lack of matching or
> bugs in the pipeline engine.
>
> Sender: org.apache.cocoon.servlet.CocoonServlet
>
> Source: Cocoon Servlet
>
> Request URI
> request-uri
> /cocoon/
>
> Apache Cocoon 2.1-dev

It is displayed, whenever you request the welcome-page, or any other page
which should normally apear. If a resource which is not specified in the
sitemap is requested, another error-message apears. But since it states

Also when I build I get the following error at the end:

  validate-xdocs:
  Conducting validation of core XML documentation.
  Validating all **/book.xml instances using RELAX NG ...
  Fatal error: exception "java.net.MalformedURLException" thrown: no
protocol: dtd/book-cocoon-v10.dtd

  BUILD FAILED

file:///G:/Dokumente%20und%20Einstellungen/Michael/Eigene%20Dateien/WebSites
/cocoon-2.1/build.xml:835: Validation failed, messages should have been
provided.

... but anything else seams to be built correctly. Also when I set
validate.xdocs=false in local.build.properties, the error does not occur,
and the build is successfull. So I don't think, the problem lies here.

However, I have no clue what could still be wrong. None of the hints from
the mail-list worked for me so far. And I've also tried several CVS updates
by now, so it's not a temporar problem.

-- Michael Riedel



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



Re: Problems with Cocoon 2.1 dev (CVS)

2003-03-20 Thread Upayavira
Geoff Howard wrote:
> Which cvs module name are you using: the old xml-cocoon2 one or the
> new cocoon-2.1 (or something like that)?  Also, have you tried doing a
> build clean first and then build war?

I had the same. I did build clean/build webapp as you suggest, and it now works.

Thanks! Upayavira


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



Re: Problems with Cocoon 2.1 dev (CVS)

2003-03-20 Thread Geoff Howard
Which cvs module name are you using: the old xml-cocoon2 one or the new 
cocoon-2.1 (or something like that)?  Also, have you tried doing a build 
clean first and then build war?

Geoff

At 07:16 AM 3/20/2003, you wrote:

Hello,



today i wanted to build and install the newest Cocoon 2.1 dev from CVS. I 
did it like always (build war), but this time the compiled Cocoon didn't 
work. I received the following error message after launching Cocoon in the

Browser:



  Request Processing Failed

  Message: Cocoon engine failed in process the request



  Description: The processing engine failed to process the request. This

  could be due to lack of matching or bugs in the pipeline engine.



  Sender: org.apache.cocoon.servlet.CocoonServlet



  Source: Cocoon Servlet



  Request URI

  request-uri

  /cocoon/



  Apache Cocoon 2.1-dev



There is no Welcome screen shown, and this happens on both Windows and Linux!

Does anyone know what this means? Is there a bug in the current CVS 
version? Did I install anything wrong?

Im building it with J2SE 1.4 and running on Tomcat 4.1

Thanks,

Lars




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


Problems with Cocoon 2.1 dev (CVS)

2003-03-20 Thread Lars Gieseking








Hello,

 

today i wanted to
build and install the newest Cocoon 2.1 dev from CVS. I did it like always
(build war), but this time the compiled Cocoon didn't work. I received the
following error message after launching Cocoon in the

Browser:

 

 
Request Processing Failed

 
Message: Cocoon engine failed in process the request

 

 
Description: The processing engine failed to process the request. This

 
could be due to lack of matching or bugs in the
pipeline engine.

 

 
Sender: org.apache.cocoon.servlet.CocoonServlet

 

 
Source: Cocoon Servlet

 

 
Request URI

 
request-uri

 
/cocoon/

 

 
Apache Cocoon 2.1-dev

 

There is no Welcome screen shown, and
this happens on both Windows and Linux!

Does anyone know what this means? Is
there a bug in the current CVS version? Did I install anything wrong?

I’m building it with J2SE 1.4 and
running on Tomcat 4.1

Thanks,

Lars