You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ugo Cei <u....@cbim.it> on 2002/10/01 14:28:20 UTC

Where did the authentication framework go?

[I posted this yesterday on cocoon-users but got no reply. The same 
issue was reported also by Antonio Gallardo Rivera. Are we the only two 
users having this problem?]

I just updated C2.1-dev from CVS, installed with build 
installscratchpadwar and I cannot find the authenitication framework 
anymore :(.

http://localhost:8080/cocoon/samples/authentication/login

The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode 
notifies that org.apache.avalon.framework.component.ComponentException says:

Could not find component

More precisely:

org.apache.avalon.framework.component.ComponentException: Could not find 
component
org.apache.avalon.framework.component.ComponentException: Could not find 
component
at 
org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup(ExcaliburComponentManager.java:255)
at 
org.apache.cocoon.components.CocoonComponentManager.lookup(CocoonComponentManager.java:236)
at 
org.apache.avalon.excalibur.component.DefaultComponentFactory$ComponentManagerProxy.lookup(DefaultComponentFactory.java:393)
at 
org.apache.avalon.excalibur.component.DefaultComponentFactory$ComponentManagerProxy.lookup(DefaultComponentFactory.java:393)
at 
org.apache.cocoon.webapps.authentication.acting.LoggedInAction.act(Unknown 
Source)
...

Just as I was starting again to work on CocoBlog :(.

     Ugo

-- 
Ugo Cei - http://www.beblogging.com/blog/



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Where did the authentication framework go?

Posted by Ugo Cei <u....@cbim.it>.
I just updated the sources form CVS and it seems that the authentication 
framework is working again now.

Thanks to whomever fixed it :-).

	Ugo

-- 
Ugo Cei - http://www.beblogging.com/blog/


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Where did the authentication framework go?

Posted by Bertrand Delacretaz <bd...@codeconsult.ch>.
On Tuesday 01 October 2002 16:01, Antonio Gallardo Rivera wrote:
>. . .
> My plataform was the same before and after the changes in the CVS.
>. . .

Don't forget that CVS allows you can easily rebuild the state of the codebase 
for any day, version or tag (-d and -r options IIRC). 

Maybe this would help you finding out what happened?

-Bertrand

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Where did the authentication framework go?

Posted by Antonio Gallardo Rivera <ag...@agsoftware.dnsalias.com>.
Yes,

If it can help:
I am using Java 1.4.1, Red Hat Linux 7.3 and Tomcat 4.1.12
I must said that everything was working well after the creation of the blocks. 
My plataform was the same before and after the changes in the CVS.

In the WEB-INF i have:

cocoon-2.1-dev.jar
cocoon-authentication-fw-block.jar
cocoon-batik-block.jar
cocoon-chaperon-block.jar
cocoon-fop-block.jar
cocoon-jfor-block.jar
cocoon-portal-fw-block.jar
cocoon-samples.jar
cocoon-session-fw-block.jar
cocoon-swf-block.jar

I buided using:

./build.sh clean
./build.sh installwar

Antonio Gallard


Antonio Gallardo.

El Martes, 01 de Octubre de 2002 07:49, tcurdt@dff.st escribió:
> Quoting Antonio Gallardo Rivera <ag...@agsoftware.dnsalias.com>:
> > I saw that authentication, session and portal was moved to a block, but I
> > dont
> > know why it does not work. :(
>
> do you have the blocks in the WEB-INF/lib dir?

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Where did the authentication framework go?

Posted by tc...@dff.st.
Quoting Antonio Gallardo Rivera <ag...@agsoftware.dnsalias.com>:

> I saw that authentication, session and portal was moved to a block, but I
> dont 
> know why it does not work. :(

do you have the blocks in the WEB-INF/lib dir?
--
Torsten

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: Where did the authentication framework go?

Posted by Antonio Gallardo Rivera <ag...@agsoftware.dnsalias.com>.
I saw that authentication, session and portal was moved to a block, but I dont 
know why it does not work. :(

I think people that commit the authentication framwork and XSP are very busy 
now. There is really a problem about the ComponentManager that uses examples 
and others XSP stuff.

I dont know why this happens always in weekend. But I learned to make a backup 
of all the plataform before making a download of CVS. If this does not work. 
I can go back to the old copy and wait. I recommend you to do the same thing 
next time. Its hard to wait until the problem is resolved.

If someone can helps us. We will be very glad. :)

Regards,

Antonio Gallardo.


El Martes, 01 de Octubre de 2002 06:28, Ugo Cei escribió:
> [I posted this yesterday on cocoon-users but got no reply. The same
> issue was reported also by Antonio Gallardo Rivera. Are we the only two
> users having this problem?]
>
> I just updated C2.1-dev from CVS, installed with build
> installscratchpadwar and I cannot find the authenitication framework
> anymore :(.
>
> http://localhost:8080/cocoon/samples/authentication/login
>
> The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode
> notifies that org.apache.avalon.framework.component.ComponentException
> says:
>
> Could not find component
>
> More precisely:
>
> org.apache.avalon.framework.component.ComponentException: Could not find
> component
> org.apache.avalon.framework.component.ComponentException: Could not find
> component
> at
> org.apache.avalon.excalibur.component.ExcaliburComponentManager.lookup(Exca
>liburComponentManager.java:255) at
> org.apache.cocoon.components.CocoonComponentManager.lookup(CocoonComponentM
>anager.java:236) at
> org.apache.avalon.excalibur.component.DefaultComponentFactory$ComponentMana
>gerProxy.lookup(DefaultComponentFactory.java:393) at
> org.apache.avalon.excalibur.component.DefaultComponentFactory$ComponentMana
>gerProxy.lookup(DefaultComponentFactory.java:393) at
> org.apache.cocoon.webapps.authentication.acting.LoggedInAction.act(Unknown
> Source)
> ...
>
> Just as I was starting again to work on CocoBlog :(.
>
>      Ugo

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org