You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Victor Batista <vb...@present-technologies.com> on 2003/12/31 11:31:47 UTC

Lenya startup problem

Hi!
	I have just downloaded and installed Lenya (I have followed the
instructions on the site). I am trying to run it on Jboss 3.2.1 with bundled
Tomcat 4.1.24. At startup I am having two problems:

	1) One is related with the startup of the Quartz Scheduler. The Exception
follows:

10:23:07,754 ERROR [SchedulerWrapper] Can't initialize SchedulerWrapper:
org.quartz.SchedulerException: ThreadPool class
'org.quartz.simpl.SimpleThreadPo
ol' props could not be configured. [See nested exception:
java.lang.NoSuchMethod
Exception: No setter for property 'logger']
        at
org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.j
ava:473)
        at
org.quartz.impl.StdSchedulerFactory.getScheduler(StdSchedulerFactory.
java:837)
        at
org.apache.lenya.cms.scheduler.SchedulerWrapper.<init>(SchedulerWrapp
	..........
	..........

java.lang.NoSuchMethodException: No setter for property 'logger'
        at
org.quartz.impl.StdSchedulerFactory.setBeanProps(StdSchedulerFactory.
java:745)
        at
org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.j
ava:471)
        at
org.quartz.impl.StdSchedulerFactory.getScheduler(StdSchedulerFactory.
java:837)
        at
org.apache.lenya.cms.scheduler.SchedulerWrapper.<init>(SchedulerWrapp
er.java:131)





	2) The second problem is related with DELI configurations:


10:23:18,350 INFO  [STDOUT] java.io.FileNotFoundException
10:23:18,350 ERROR [STDERR] java.io.FileNotFoundException
10:23:18,360 ERROR [STDERR]     at
org.apache.naming.resources.DirContextURLConn
ection.getInputStream(DirContextURLConnection.java:344)
10:23:18,360 ERROR [STDERR]     at java.net.URL.openStream(URL.java:913)
10:23:18,360 ERROR [STDERR]     at
com.hp.hpl.deli.Workspace.getResource(Workspa
ce.java:474)
10:23:18,360 ERROR [STDERR]     at
com.hp.hpl.deli.VocabularyConfig.<init>(Vocab
ularyConfig.java:104)
10:23:18,360 ERROR [STDERR]     at
com.hp.hpl.deli.Vocabulary.<init>(Vocabulary.
	..........
	..........
10:23:22,135 ERROR [STDERR] com.hp.hpl.jena.rdf.arp.ParseException: {E201}
Synta
x error when processing <EOF>.
Input to RDF parser ended prematurely. This is often related to an XML
parser ab
ort.
Encountered <EOF> Was expecting one of:
    XML ELEMENT CONTENT

    start element rdf:RDF
    start element rdf:Description
    general start element tag

10:23:22,145 ERROR [STDERR]     at
com.hp.hpl.jena.rdf.arp.RDFParser.generatePar
seException(RDFParser.java:2208)
10:23:22,145 ERROR [STDERR]     at
com.hp.hpl.jena.rdf.arp.RDFParser.jj_consume_



	Any help to solve these problems would really be appreciated.

	Thanks in advance, and a happy new year.

		Victor Batista



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Unable to get transformer handler for cocoon://lenya-page/default/authoring/index.xml

Posted by Rolf Kulemann <ma...@rolf-kulemann.com>.
On Sun, 2004-01-04 at 12:58, Brian Maddy wrote:
> [...]
> My setup:
> j2sdk 1.4.2
> tomcat 4.1.29
> ant 1.6.0
> cocoon 2.1.3
> lenya (from CVS on Jan 3)
> 
>[snip]

Its recommended to use Cocoon 2.1.2. There are some open issues with
Cocoon 2.1.3. See earlier postings.
-- 

Regards,

Rolf Kulemann

Always remember: 
	"There is inherently no silver bullet." - F.Brooks

PGP/GPG public key:
	http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x6B4EA7EA	


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Unable to get transformer handler for cocoon://lenya-page/default/authoring/index.xml

Posted by Brian Maddy <br...@brianmaddy.com>.
Does anyone know how to fix this problem?  I go to 
http://localhost:8080/lenya/default/authoring/?lenya.usecase=login&lenya.step=showscreen, 
and log in with lenya/levi.  Once I hit login, the following error occurs:

An Error Occurred org.apache.cocoon.ProcessingException Unable to get 
transformer handler for cocoon://lenya-page/default/authoring/index.xml 
org.apache.cocoon.ProcessingException: Unable to get transformer handler 
for cocoon://lenya-page/default/authoring/index.xml: 
org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in 
creating Transform Handler java.lang.ClassCastException Original 
Exception: org.apache.excalibur.xml.xslt.XSLTProcessorException: 
Exception in creating Transform Handler at 
org.apache.excalibur.xml.xslt.XSLTProcessorImpl.getTransformerHandlerAndValidity(XSLTProcessorImpl.java:380) 
at 
org.apache.cocoon.transformation.TraxTransformer.setup(TraxTransformer.java:330) 
at
(many more lines.  If you need the full output, let me know.  It is huge.)

My setup:
j2sdk 1.4.2
tomcat 4.1.29
ant 1.6.0
cocoon 2.1.3
lenya (from CVS on Jan 3)

I've been following the process at 
http://cocoon.apache.org/lenya/installation/source_version.html.

The only exception is step 12.  Because many of those options didn't 
exist in the build.properties file, I made the following assumptions:
'src.cocoon.dir' means 'cocoon.webapp.dir'
'install.dir' means 'tomcat.webapps.dir'
'cache.dir' means 'tomcat.cache.dir'

Any ideas anyone?


Thanks in advance,
Brian
brian@brianmaddy.com



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


RE: Lenya startup problem

Posted by Victor Batista <vb...@present-technologies.com>.
Hi!
	Thanks for your reply.
	I couldn't get it to work with cocoon 2.1.2 either. It just worked with
cocoon 2.1 (downloaded from wyona's web site).

	Regards,
		Victor Batista




> -----Original Message-----
> From: Gregor J. Rothfuss [mailto:gregor@apache.org]
> Sent: sabado, 3 de Janeiro de 2004 18:41
> To: Lenya Users List
> Subject: Re: Lenya startup problem
>
>
> Victor Batista wrote:
> > Hi!
> > 	I upgraded my ant from 1.5.0 to 1.6.0 and I followed the
> instructions you
> > sent. Now, I just have the Deli problem when I deploy lenya to
> jboss-3.2.1.
> > I tried also to change jboss xerces and xalan with the jars
> which come with
> > lenya, with no luck. The deli files are on the place specified by
> > /WEB-INF/cocoon.xconf. I am using jboss-3.2.1 with bundled
> tomcat 4.1.24. I
> > am using jdk 1.4.2-b28 and my OS is Windows 2000.
>
> cocoon 2.1.3 has a broken deli implementation. use 2.1.2 or 2.1.1
>
> --
> Gregor J. Rothfuss
> Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
> http://wyona.com                   http://cocoon.apache.org/lenya
> gregor.rothfuss@wyona.com                       gregor@apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Lenya startup problem

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Victor Batista wrote:
> Hi!
> 	I upgraded my ant from 1.5.0 to 1.6.0 and I followed the instructions you
> sent. Now, I just have the Deli problem when I deploy lenya to jboss-3.2.1.
> I tried also to change jboss xerces and xalan with the jars which come with
> lenya, with no luck. The deli files are on the place specified by
> /WEB-INF/cocoon.xconf. I am using jboss-3.2.1 with bundled tomcat 4.1.24. I
> am using jdk 1.4.2-b28 and my OS is Windows 2000.

cocoon 2.1.3 has a broken deli implementation. use 2.1.2 or 2.1.1

-- 
Gregor J. Rothfuss
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://wyona.com                   http://cocoon.apache.org/lenya
gregor.rothfuss@wyona.com                       gregor@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


RE: Lenya startup problem

Posted by Victor Batista <vb...@present-technologies.com>.
Hi!
	I upgraded my ant from 1.5.0 to 1.6.0 and I followed the instructions you
sent. Now, I just have the Deli problem when I deploy lenya to jboss-3.2.1.
I tried also to change jboss xerces and xalan with the jars which come with
lenya, with no luck. The deli files are on the place specified by
/WEB-INF/cocoon.xconf. I am using jboss-3.2.1 with bundled tomcat 4.1.24. I
am using jdk 1.4.2-b28 and my OS is Windows 2000.

	Any help woulf br welcome.
	Thanks in advance,
		Victor Batista


	The exceptions I get:

2004-01-03 03:43:15,843 ERROR [STDERR] java.io.FileNotFoundException
2004-01-03 03:43:15,843 ERROR [STDERR] 	at
org.apache.naming.resources.DirContextURLConnection.getInputStream(DirContex
tURLConnection.java:344)
2004-01-03 03:43:15,853 ERROR [STDERR] 	at
java.net.URL.openStream(URL.java:913)
2004-01-03 03:43:15,853 ERROR [STDERR] 	at
com.hp.hpl.deli.Workspace.getResource(Workspace.java:474)
2004-01-03 03:43:15,863 ERROR [STDERR] 	at
com.hp.hpl.deli.VocabularyConfig.<init>(VocabularyConfig.java:104)
2004-01-03 03:43:15,863 ERROR [STDERR] 	at
com.hp.hpl.deli.Vocabulary.<init>(Vocabulary.java:37)
2004-01-03 03:43:15,873 ERROR [STDERR] 	at
com.hp.hpl.deli.Workspace$1$CreateWorkspace.<init>(Workspace.java:191)
2004-01-03 03:43:15,883 ERROR [STDERR] 	at
com.hp.hpl.deli.Workspace.configure(Workspace.java:367)
2004-01-03 03:43:15,893 ERROR [STDERR] 	at
org.apache.cocoon.components.deli.DeliImpl.initialize(DeliImpl.java:148)
2004-01-03 03:43:15,893 ERROR [STDERR] 	at
org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil
.java:282)

.................

2004-01-03 03:43:19,098 ERROR [STDERR] no protocol:
2004-01-03 03:43:19,108 ERROR [STDERR]
com.hp.hpl.jena.rdf.arp.ParseException: {E201} Syntax error when processing
<EOF>.
Input to RDF parser ended prematurely. This is often related to an XML
parser abort.
Encountered <EOF> Was expecting one of:
    XML ELEMENT CONTENT

    start element rdf:RDF
    start element rdf:Description
    general start element tag

2004-01-03 03:43:19,148 ERROR [STDERR] 	at
com.hp.hpl.jena.rdf.arp.RDFParser.generateParseException(RDFParser.java:2208
)
2004-01-03 03:43:19,148 ERROR [STDERR] 	at
com.hp.hpl.jena.rdf.arp.RDFParser.jj_consume_token(RDFParser.java:2095)
2004-01-03 03:43:19,158 ERROR [STDERR] 	at
com.hp.hpl.jena.rdf.arp.RDFParser.root(RDFParser.java:1325)
2004-01-03 03:43:19,158 ERROR [STDERR] 	at
com.hp.hpl.jena.rdf.arp.RDFParser.embeddedFile(RDFParser.java:1308)
2004-01-03 03:43:19,168 ERROR [STDERR] 	at
com.hp.hpl.jena.rdf.arp.ARPFilter.parse(ARPFilter.java:293)
2004-01-03 03:43:19,178 ERROR [STDERR] 	at
com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:227)
2004-01-03 03:43:19,188 ERROR [STDERR] 	at
com.hp.hpl.jena.rdf.arp.JenaReader.read(JenaReader.java:256)
2004-01-03 03:43:19,188 ERROR [STDERR] 	at
com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:173)
2004-01-03 03:43:19,198 ERROR [STDERR] 	at
com.hp.hpl.deli.VocabularyConfig.schemaProcess(VocabularyConfig.java:250)
2004-01-03 03:43:19,208 ERROR [STDERR] 	at
com.hp.hpl.deli.VocabularyConfig.<init>(VocabularyConfig.java:105)
2004-01-03 03:43:19,208 ERROR [STDERR] 	at
com.hp.hpl.deli.Vocabulary.<init>(Vocabulary.java:37)
2004-01-03 03:43:19,218 ERROR [STDERR] 	at
com.hp.hpl.deli.Workspace$1$CreateWorkspace.<init>(Workspace.java:191)
2004-01-03 03:43:19,228 ERROR [STDERR] 	at
com.hp.hpl.deli.Workspace.configure(Workspace.java:367)
2004-01-03 03:43:19,238 ERROR [STDERR] 	at
org.apache.cocoon.components.deli.DeliImpl.initialize(DeliImpl.java:148)
2004-01-03 03:43:19,238 ERROR [STDERR] 	at
org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil
.java:282)
2004-01-03 03:43:19,248 ERROR [STDERR] 	at
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(De
faultComponentFactory.java:310)
2004-01-03 03:43:19,258 ERROR [STDERR] 	at
org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(
ThreadSafeComponentHandler.java:143)
2004-01-03 03:43:19,258 ERROR [STDERR] 	at
org.apache.avalon.excalibur.component.ExcaliburComponentManager.initialize(E
xcaliburComponentManager.java:556)
2004-01-03 03:43:19,268 ERROR [STDERR] 	at
org.apache.cocoon.components.CocoonComponentManager.initialize(CocoonCompone
ntManager.java:547)
2004-01-03 03:43:19,278 ERROR [STDERR] 	at
org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil
.java:282)





















> -----Original Message-----
> From: Michael Wechner [mailto:michael.wechner@wyona.com]
> Sent: quarta-feira, 31 de Dezembro de 2003 13:01
> To: Lenya Users List
> Subject: Re: Lenya startup problem
>
>
> Victor Batista wrote:
> > Hi!
> >   Thanks for your reply!
> > 	The file {lenya-src}/src/cocoon/local.blocks.properties has
> the following:
> > 		#exclude.block.deli=true
>
>
> this means Deli is enabled, because Lenya needs Deli
>
> >
> > 	So I presume I have build lenya with cocoon enabled.
>
>
> just to make sure:
>
> 1) cd src/cocoon-2.1.2
> 2) ./build.sh clean
> 3) cp ../cocoon-lenya/src/cocoon/local.* .
> 4) ./build.sh
> 5) cd ../cocoon-lenya
> 6) cp build.properties.sample build.properties (you might need to modify
>   build.properties to your needs)
> 7) ant (install)
>
>
> HTH
>
> Michi
>
> >
> > 	You wrote:
> > 		 "Concerning Deli: Have you build Cocoon-2.1.2 with
> the Lenya properties "
> > 	When I build cocoon, do I have to specify any Lenya properties?
> >
> > 	Thanks in advance,
> > 		Victor Batista
> >
> >
> >>-----Original Message-----
> >>From: Michael Wechner [mailto:michael.wechner@wyona.com]
> >>Sent: quarta-feira, 31 de Dezembro de 2003 11:34
> >>To: Lenya Users List
> >>Subject: Re: Lenya startup problem
> >>
> >>
> >>Victor Batista wrote:
> >>
> >>>Hi!
> >>>	I have just downloaded and installed Lenya (I have followed the
> >>
> >>
> >>>
> >>>
> >>>	Any help to solve these problems would really be appreciated.
> >>
> >>
> >>Concerning Deli: Have you build Cocoon-2.1.2 with the Lenya properties
> >>(cocoon-lenya/src/cocoon/local.*) ?
> >>
> >>HTH and a happy new year
> >>
> >>Michi
> >>
> >>
> >>
> >>>	Thanks in advance, and a happy new year.
> >>>
> >>>		Victor Batista
> >>>
> >>>
> >>>
> >>>---------------------------------------------------------------------
> >>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> >>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> >>>
> >>>
> >>
> >>
> >>--
> >>Michael Wechner
> >>Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
> >>http://www.wyona.com              http://cocoon.apache.org/lenya/
> >>michael.wechner@wyona.com                        michi@apache.org
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> >>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> >>
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> > For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> >
> >
>
>
> --
> Michael Wechner
> Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
> http://www.wyona.com              http://cocoon.apache.org/lenya/
> michael.wechner@wyona.com                        michi@apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Lenya startup problem

Posted by Michael Wechner <mi...@wyona.com>.
Victor Batista wrote:
> Hi!
>   Thanks for your reply!
> 	The file {lenya-src}/src/cocoon/local.blocks.properties has the following:
> 		#exclude.block.deli=true


this means Deli is enabled, because Lenya needs Deli

> 
> 	So I presume I have build lenya with cocoon enabled.


just to make sure:

1) cd src/cocoon-2.1.2
2) ./build.sh clean
3) cp ../cocoon-lenya/src/cocoon/local.* .
4) ./build.sh
5) cd ../cocoon-lenya
6) cp build.properties.sample build.properties (you might need to modify 
  build.properties to your needs)
7) ant (install)


HTH

Michi

> 
> 	You wrote:
> 		 "Concerning Deli: Have you build Cocoon-2.1.2 with the Lenya properties "
> 	When I build cocoon, do I have to specify any Lenya properties?
> 
> 	Thanks in advance,
> 		Victor Batista
> 
> 
>>-----Original Message-----
>>From: Michael Wechner [mailto:michael.wechner@wyona.com]
>>Sent: quarta-feira, 31 de Dezembro de 2003 11:34
>>To: Lenya Users List
>>Subject: Re: Lenya startup problem
>>
>>
>>Victor Batista wrote:
>>
>>>Hi!
>>>	I have just downloaded and installed Lenya (I have followed the
>>
>>
>>>
>>>
>>>	Any help to solve these problems would really be appreciated.
>>
>>
>>Concerning Deli: Have you build Cocoon-2.1.2 with the Lenya properties
>>(cocoon-lenya/src/cocoon/local.*) ?
>>
>>HTH and a happy new year
>>
>>Michi
>>
>>
>>
>>>	Thanks in advance, and a happy new year.
>>>
>>>		Victor Batista
>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>>>
>>>
>>
>>
>>--
>>Michael Wechner
>>Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
>>http://www.wyona.com              http://cocoon.apache.org/lenya/
>>michael.wechner@wyona.com                        michi@apache.org
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
>>For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> 
> 


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


RE: Lenya startup problem

Posted by Victor Batista <vb...@present-technologies.com>.
Hi!
  Thanks for your reply!
	The file {lenya-src}/src/cocoon/local.blocks.properties has the following:
		#exclude.block.deli=true

	So I presume I have build lenya with cocoon enabled.

	You wrote:
		 "Concerning Deli: Have you build Cocoon-2.1.2 with the Lenya properties "
	When I build cocoon, do I have to specify any Lenya properties?

	Thanks in advance,
		Victor Batista

> -----Original Message-----
> From: Michael Wechner [mailto:michael.wechner@wyona.com]
> Sent: quarta-feira, 31 de Dezembro de 2003 11:34
> To: Lenya Users List
> Subject: Re: Lenya startup problem
>
>
> Victor Batista wrote:
> > Hi!
> > 	I have just downloaded and installed Lenya (I have followed the
>
>
> >
> >
> >
> > 	Any help to solve these problems would really be appreciated.
>
>
> Concerning Deli: Have you build Cocoon-2.1.2 with the Lenya properties
> (cocoon-lenya/src/cocoon/local.*) ?
>
> HTH and a happy new year
>
> Michi
>
>
> >
> > 	Thanks in advance, and a happy new year.
> >
> > 		Victor Batista
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> > For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> >
> >
>
>
> --
> Michael Wechner
> Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
> http://www.wyona.com              http://cocoon.apache.org/lenya/
> michael.wechner@wyona.com                        michi@apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: Lenya startup problem

Posted by Michael Wechner <mi...@wyona.com>.
Victor Batista wrote:
> Hi!
> 	I have just downloaded and installed Lenya (I have followed the


> 
> 
> 
> 	Any help to solve these problems would really be appreciated.


Concerning Deli: Have you build Cocoon-2.1.2 with the Lenya properties 
(cocoon-lenya/src/cocoon/local.*) ?

HTH and a happy new year

Michi


> 
> 	Thanks in advance, and a happy new year.
> 
> 		Victor Batista
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> 
> 


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org