Re: Newbie installation difficulties

Steve Crossan <[email protected]> Wed, 9 Apr 2003 16:55:13 +0100 (BST)
Newsgroups gmane.comp.cms.wyona.user
Message-ID <Pine.LNX.4.21.0304091629200.28727-100000@wormtail.runtime-collective.com>
Thanks again

downloading the endorsed tarball enabled me to get further.

However, I still haven't been able to do very much; here's what I tried,
and what happened:

1) Look at Default Publication / Reader's View
(/lenya/default/live/index.html)

I was asked to log in; the login page suggests lenya/levi but this
name/pwd combination does not work. Same problem with the Editor's View.

2) Went to the Documentation, and looked at Integrator documentation to
create a new publication:

/lenya/docs/xdocs/int-create-pub.html

I get the following error:

An error occurredorg.apache.cocoon.ProcessingExceptionFailed to execute
pipeline.org.apache.cocoon.ProcessingException: Failed to execute
pipeline.: java.io.FileNotFoundException: /local/scratch/steve/servers/tomcat/webapps/lenya/lenya/pubs/docs/content/live/ISOlat1.pen
(No such file or directory)

(plus long stack trace)

3) Noticed that there's a message about the doc. being updated to xdocs,
so went to the previous html documentation:

lenya/docs/previous-index.html

Followed their advice to create a new publication by copying an old one
(ethz-mat) and changing various parameters.

ok so now I'm going to lenya/test-pub/authoring/index and I'm asked to
login. I use lenya/levi again as directed - this time there's an error:

lenya//do-login

--------

Cocoon 2 - Resource not found

type resource-not-found

message Resource not found

description The requested URI "/lenya//do-login" was not found

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/lenya//do-login

cause

No pipeline matched request: do-login

path-info

do-login

-----------

I guess that 'test-pub' is missing from this URL so I put it in:

lenya/test-pub/do-login

But this gives me a login failed message.

Again, any help?

thanks

steve


http://www.runtime-collective.com
t: 01273 234290
f: 01273 234291
m: 0789 984 1684

On Wed, 9 Apr 2003, Andreas Hartmann wrote:

> Hi Steve,
> 
> Steve Crossan wrote:
> > Hi Andreas,
> > 
> > Thanks for your quick reply.
> > 
> > Using xmllint (handy command line xml verification
> > tool: (http://xmlsoft.org)) I worked out that it was a problem with the
> > *order* of elements in the web.xml file. there's a servlet, then some
> > servlet-mappings, then some mime-mappings, then another servlet and
> > servlet-mapping. All the elements of the same type need to be
> > together. This throws an error even under tomcat 4.1.21, though it doesn't
> > seem to stop it loading.
> 
> We're patching web.xml using a stylesheet, so we have to be
> more careful and change the stylesheet. Thanks again for your help!
> 
> > org.apache.xml.utils.WrappedRuntimeException: The output format must have
> > a '{http://xml.apache.org/xslt}content-handler' property!
> 
> You have to copy [cocoon]/lib/endorsed to [tomcat]/common/endorsed
> (you can also download the libraries from
> http://wyona.org/lenya/endorsed.tar.gz)
> 
> The upcoming documentation will contain a hint about that.
> 
> HTH,
> Andreas
> 
> 
> _______________________________________________
> WyonaCMS-users mailing list
> [email protected]
> http://wyona.org/cgi-bin/mailman/listinfo/wyonacms-users
>