Hi there! I just started looking on apache forrest yesterday and now wanted to try it. I downloaded the current 0.7 release, untared it, set FORREST_HOME and my PATH and then tried a 'forrest run' in site-author folder.
Everything seems fine and jetty starts: ,------[ log | | ... snip ... | | run_custom_jetty: | | run_default_jetty: | | Note: Use Ctrl-C to stop the Jetty server | | 12:34:27.916 EVENT Checking Resource aliases | 12:34:28.562 EVENT Starting Jetty/4.2.19 | 12:34:28.842 EVENT Started WebApplicationContext[/,Apache Forrest] | Lazy mode: false | 12:34:30.708 EVENT Started SocketListener on 0.0.0.0:8888 | 12:34:30.710 EVENT Started [EMAIL PROTECTED] | `--- Now if I try to visit localhost:8080 I get an internal server error: ,----[ error | | Message: null | | Description: No details available. | | Sender: org.apache.cocoon.servlet.CocoonServlet | | Source: Cocoon Servlet | | Request URI | | cause | | Could not find component for role: | [org.apache.cocoon.components.modules.input.InputModule/lm] | (Key='org.apache.cocoon.components.modules.input.InputModule/lm') | | request-uri | | / | | Apache Cocoon 2.2.0-dev | `--- I tried to rebuild the forrest but with no effect. Later on I tried a current snapshot (forrest_20060628101207.tar.gz) and here the things work fine. I'm reporting this to the list because I think such an error shouldn't be present at a current release. I'm using a mac and java 1.5: ,---[ system | | [EMAIL PROTECTED]:~] % java -version | java version "1.5.0_06" | Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) | Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing) | [EMAIL PROTECTED]:~] % uname -a | Darwin applegrutze.local 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 | PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power Macintosh powerpc | `--- I don't know what to exactly include in this mail, so if you need anything just tell me. Best regards, Simon