Markus Angst | 27 Jan 19:17
Picon
Gravatar

HowToInstallTinyMCE3.x

Hi,

When I try to download the 2 attachments (tinymce3patch.zip and
tinymce_sitemap.patch) on http://wiki.apache.org/lenya/HowToInstallTinyMCE3.x I
get the message "You are not allowed to do AttachFile on this page. Login and
try again". After logging in and trying again, the message changes to "You are
not allowed to do AttachFile on this page".

Is something wrong with this page? What can I do to get these 2 files?

Thanks!
Markus Angst
chaitu | 25 Jan 03:29
Picon
Gravatar

Lemya build error - Cacoon - compile-build.xml

Iam very new to lenya and trying to install lenya in unix tomcat 7.0 and jdk 6 
env. Iam getting the below error 
I know the related jar file is rt.jar of jdk but where should i place the jar 
file for linya build classpath. Please help me
/usr/share/apache-lenya-
2.0.4/externals/cocoon_2_1_x/src/java/org/apache/cocoon/reading/ImageReader.jav
a:39: error: package com.sun.image.codec.jpeg does not exist
import com.sun.image.codec.jpeg.ImageFormatException;
                               ^
/usr/share/apache-lenya-
2.0.4/externals/cocoon_2_1_x/src/java/org/apache/cocoon/reading/ImageReader.jav
a:40: error: package com.sun.image.codec.jpeg does not exist
import com.sun.image.codec.jpeg.JPEGCodec;
                               ^
/usr/share/apache-lenya-
2.0.4/externals/cocoon_2_1_x/src/java/org/apache/cocoon/reading/ImageReader.jav
a:41: error: package com.sun.image.codec.jpeg does not exist
import com.sun.image.codec.jpeg.JPEGEncodeParam;
                               ^
/usr/share/apache-lenya-
2.0.4/externals/cocoon_2_1_x/src/java/org/apache/cocoon/reading/ImageReader.jav
a:42: error: package com.sun.image.codec.jpeg does not exist
import com.sun.image.codec.jpeg.JPEGImageEncoder;
                               ^
/usr/share/apache-lenya-
2.0.4/externals/cocoon_2_1_x/src/java/org/apache/cocoon/reading/ImageReader.jav
a:326: error: cannot find symbol
                    JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder
(out);
                    ^
(Continue reading)

AbhinavShroff | 24 Dec 20:38
Picon

Lenya Windows build issue.


Just started using Lenya. Trying to install it on Windows7 64 bit OS.

Even After installing the patch utility from
http://gnuwin32.sourceforge.net/packages/patch.htm, I still get the below
error on building Lenya using build.bat.
BUILD FAILED
C:\Lenya\apache-lenya-2.0.4-src\src\targets\webapp-build.xml:174: The
following
error occurred while executing this line:
C:\Lenya\apache-lenya-2.0.4-src\src\targets\modules-build.xml:74: The
following
error occurred while executing this line:
C:\Lenya\apache-lenya-2.0.4-src\build\lenya\temp\modules-build.xml:1105: The
fol
lowing error occurred while executing this line:
C:\Lenya\apache-lenya-2.0.4-src\src\modules\kupu\build.xml:22:
java.io.IOExcepti
on: Cannot run program "patch" (in directory
"C:\Lenya\apache-lenya-2.0.4-src\sr
c\modules\kupu"): CreateProcess error=2, The system cannot find the file
specifi
ed

Am I missing something here. Please help.

Thanks,
Abhinav.
--

-- 
View this message in context: http://old.nabble.com/Lenya-Windows-build-issue.-tp33034392p33034392.html
(Continue reading)

Misael Romero | 26 Oct 18:56
Favicon

How configure lenya for send email

Hello Everybody,

I have a problem with the configuration for send email with lenya, I'm using lenya 2.0.4

I did the settings with according to page http://lenya.apache.org/docu20/standardmodules/notificationmodulesection/notificationmoduleoverview.html, I downloaded javamail-1.4.4 and jaf-1.1 and copied the jars in the directory <lenya-webapp>/WEB-INF/lib, after I did configure the file notifier.xconf with the followings lines:

  <component logger="lenya.notification" role="org.apache.lenya.notification.Notifier"
    class="org.apache.lenya.notification.EmailNotifier">
<!--    use this for authentication-->
    <smtp host="20.0.0.1" username="misael" password="my_pass" />
  </component>

In NotificationUtil class is using the methods per default.

Do you know any configuration that I miss?


The following lines contain the error:

java.lang.NullPointerException
        at org.apache.cocoon.environment.AbstractEnvironment.release(AbstractEnvironment.java:563)
        at org.apache.cocoon.environment.wrapper.MutableEnvironmentFacade.release(MutableEnvironmentFacade.java:314)
        at org.apache.cocoon.generation.FileGenerator.recycle(FileGenerator.java:64)
        at org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool.put(InstrumentedResourceLimitingPool.java:407)
        at org.apache.avalon.excalibur.component.PoolableComponentHandler.doPut(PoolableComponentHandler.java:212)
        at org.apache.avalon.excalibur.component.ComponentHandler.put(ComponentHandler.java:425)
        at org.apache.avalon.excalibur.component.ExcaliburComponentSelector.release(ExcaliburComponentSelector.java:307)
        at org.apache.cocoon.components.ExtendedComponentSelector.release(ExtendedComponentSelector.java:301)
        at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.recycle(AbstractProcessingPipeline.java:723)
        at org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline.recycle(BaseCachingProcessingPipeline.java:78)
        at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.recycle(AbstractCachingProcessingPipeline.java:1131)
        at org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool.put(InstrumentedResourceLimitingPool.java:407)
        at org.apache.avalon.excalibur.component.PoolableComponentHandler.doPut(PoolableComponentHandler.java:212)
        at org.apache.avalon.excalibur.component.ComponentHandler.put(ComponentHandler.java:425)
        at org.apache.avalon.excalibur.component.ExcaliburComponentSelector.release(ExcaliburComponentSelector.java:307)
        at org.apache.cocoon.components.ExtendedComponentSelector.release(ExtendedComponentSelector.java:301)
        at org.apache.cocoon.components.EnvironmentDescription.release(CocoonComponentManager.java:695)
        at org.apache.cocoon.components.CocoonComponentManager.endProcessing(CocoonComponentManager.java:262)
        at org.apache.cocoon.Cocoon.process(Cocoon.java:739)
        at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1154)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427)
        at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:475)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
        at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:635)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
        at org.mortbay.jetty.plus.PlusWebAppContext.handle(PlusWebAppContext.java:158)
        at org.mortbay.http.HttpServer.service(HttpServer.java:954)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:814)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831)
        at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
java.lang.NullPointerException
        at org.apache.cocoon.environment.AbstractEnvironment.release(AbstractEnvironment.java:563)
        at org.apache.cocoon.environment.wrapper.MutableEnvironmentFacade.release(MutableEnvironmentFacade.java:314)
        at org.apache.cocoon.transformation.TraxTransformer.recycle(TraxTransformer.java:549)
        at org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool.put(InstrumentedResourceLimitingPool.java:407)
        at org.apache.avalon.excalibur.component.PoolableComponentHandler.doPut(PoolableComponentHandler.java:212)
        at org.apache.avalon.excalibur.component.ComponentHandler.put(ComponentHandler.java:425)
        at org.apache.avalon.excalibur.component.ExcaliburComponentSelector.release(ExcaliburComponentSelector.java:307)
        at org.apache.cocoon.components.ExtendedComponentSelector.release(ExtendedComponentSelector.java:301)
        at org.apache.cocoon.components.ExtendedComponentSelector.release(ExtendedComponentSelector.java:298)
        at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.recycle(AbstractProcessingPipeline.java:735)
        at org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline.recycle(BaseCachingProcessingPipeline.java:78)
        at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.recycle(AbstractCachingProcessingPipeline.java:1131)
        at org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool.put(InstrumentedResourceLimitingPool.java:407)
        at org.apache.avalon.excalibur.component.PoolableComponentHandler.doPut(PoolableComponentHandler.java:212)
        at org.apache.avalon.excalibur.component.ComponentHandler.put(ComponentHandler.java:425)
        at org.apache.avalon.excalibur.component.ExcaliburComponentSelector.release(ExcaliburComponentSelector.java:307)
        at org.apache.cocoon.components.ExtendedComponentSelector.release(ExtendedComponentSelector.java:301)
        at org.apache.cocoon.components.EnvironmentDescription.release(CocoonComponentManager.java:695)
        at org.apache.cocoon.components.CocoonComponentManager.endProcessing(CocoonComponentManager.java:262)
        at org.apache.cocoon.Cocoon.process(Cocoon.java:739)
        at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1154)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427)
        at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:475)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
        at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:635)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
        at org.mortbay.jetty.plus.PlusWebAppContext.handle(PlusWebAppContext.java:158)
        at org.mortbay.http.HttpServer.service(HttpServer.java:954)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:814)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831)
        at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
java.lang.NullPointerException
        at org.apache.cocoon.environment.AbstractEnvironment.release(AbstractEnvironment.java:563)
        at org.apache.cocoon.environment.wrapper.MutableEnvironmentFacade.release(MutableEnvironmentFacade.java:314)
        at org.apache.cocoon.generation.FileGenerator.recycle(FileGenerator.java:64)
        at org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool.put(InstrumentedResourceLimitingPool.java:407)
        at org.apache.avalon.excalibur.component.PoolableComponentHandler.doPut(PoolableComponentHandler.java:212)
        at org.apache.avalon.excalibur.component.ComponentHandler.put(ComponentHandler.java:425)
        at org.apache.avalon.excalibur.component.ExcaliburComponentSelector.release(ExcaliburComponentSelector.java:307)
        at org.apache.cocoon.components.ExtendedComponentSelector.release(ExtendedComponentSelector.java:301)
        at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.recycle(AbstractProcessingPipeline.java:723)
        at org.apache.cocoon.components.pipeline.impl.BaseCachingProcessingPipeline.recycle(BaseCachingProcessingPipeline.java:78)
        at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.recycle(AbstractCachingProcessingPipeline.java:1131)
        at org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool.put(InstrumentedResourceLimitingPool.java:407)
        at org.apache.avalon.excalibur.component.PoolableComponentHandler.doPut(PoolableComponentHandler.java:212)
        at org.apache.avalon.excalibur.component.ComponentHandler.put(ComponentHandler.java:425)
        at org.apache.avalon.excalibur.component.ExcaliburComponentSelector.release(ExcaliburComponentSelector.java:307)
        at org.apache.cocoon.components.ExtendedComponentSelector.release(ExtendedComponentSelector.java:301)
        at org.apache.cocoon.components.EnvironmentDescription.release(CocoonComponentManager.java:695)
        at org.apache.cocoon.components.CocoonComponentManager.endProcessing(CocoonComponentManager.java:262)
        at org.apache.cocoon.Cocoon.process(Cocoon.java:739)
        at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1154)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427)
        at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:475)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
        at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:635)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
        at org.mortbay.jetty.plus.PlusWebAppContext.handle(PlusWebAppContext.java:158)
        at org.mortbay.http.HttpServer.service(HttpServer.java:954)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:814)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831)
        at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)


---
Misael Romero.
---
Brijesh | 17 Oct 13:40
Picon

Using WURFL Module

Hi Thorsten

I have two different websites for the desktop and mobile clients.

I am trying to use WURFL module. What i want is if some access the Full website URL from Mobile they will get redirected to the mobile website.

How can i do this using WURFL module without specifying the useragent as i want the redirection for every mobile.
--
Thanks & Regards

Brijesh Mishra
Web Developer
florent andré | 28 Sep 11:20

Mind contributor module's status

Like each year during the Lenya meeting, it could be cool to update this 
page with current modules in the pipe : 
http://wiki.apache.org/lenya/ModulesForge

++
Thorsten Scherler | 27 Sep 17:40
Picon
Favicon
Gravatar

Wurfl modul

Hi all,

I just committed a new module to the apache-extra codebase. I could not
commit to our official one due to licensing issues.

http://code.google.com/a/apache-extras.org/p/wurfl/

The work was financed by the Uniklinikum Freiburg and ordered from
becompany.ch.

Please contact me or Andreas if you want to become member of the
project. All Lenya committer will be added as project owner on request,
anybody else can become committer.

enjoy

salu2
--

-- 
Thorsten Scherler <thorsten.at.apache.org>
codeBusters S.L. - web based systems
<consulting, training and solutions>
http://www.codebusters.es/
Attachment (smime.p7s): application/x-pkcs7-signature, 1983 bytes
Rudolf Korhummel | 19 Sep 19:14
Picon
Gravatar

Lenya Meeting 2011 in Freiburg at the 27th and 28th September

Hi all,

Please remember: In one week  the  Lenya meeting in Freiburg  will  
take place.
We start at 9:30 on Tuesday the 27.  September.  More Information can  
be found at the wiki:
http://wiki.apache.org/lenya/Meeting2011

if you want to participate, would like to talk about some topics or do  
a presentation, please leave a note.

I am looking forward to see you in Freiburg.

Rudolf
rudolf.korhummel | 25 Aug 13:12
Picon
Favicon

Apache Lenya Meeting September 2011, Freiburg Germany


Hi all,

The community of the Apache Lenya project would like to invite you to the
next user and developer meeting in Freiburg Germany.

The meeting allows users from various organizations to exchange their
experiences and best practises, and to make suggestions for improvement to
the developers. The focused atmosphere enables the community members to
discuss important matters affecting the future of the project as well as
particular implementation details.

The meeting will take place from September 27 to 28 at the IT Center of the
Medical Center of the University of Freiburg.  You will find more
information at http://wiki.apache.org/lenya/Meeting2011

Best  regards

Rudolf
Prabhjot | 17 Aug 11:54
Picon

problem in Lenya MySql database connection

Hi All

I have a problem in Lenya MySql database connection. I am using Lenya2.0 Firedocs. Apparently I have done the following things :

1. I downloaded  "mysql-connector-java-3.1.14" and I put the copy of the driver jar in the Lenya/web-inf/lib directory.

2. Then I set the init-param in web.xml as follows :
<init-param> <param-name>load-class</param-name> <param-value>com.mysql.jdbc.Driver</param-value> <init-param> 3. Next , I set the datasource in cocoon.xconf as follows :

But it is still giving some problems. I debugged it and here is what the error it is raising:

"Failed to obtain connection from datasource 'prabhjot'. Made 5 attempts with 5000ms interval"

Please suggest me how I can fix the same.

Thanks
Anish Sneh | 22 Jul 06:25

An Idea for a Lenya Plugin for Eclipse like Lepido - Please Suggest

Hi All

I feel for a layman it's difficult to start with Lenya development, even while developing applications user need to understand a number of things from source text files.
Just an idea for a Lenya plugin for eclipse like Lepido for Cocoon (though Lepido was archived later).

We can start as eclipse plugin project and later can get into as an full fledged eclipse project if it goes fine.

Please suggest.


--
Anish Sneh
"Experience is the best teacher."


Gmane