David,
I can't do forrest seed-sample because such a target does not seem to exist.
So i did forrest seed instead und then forrest run.
I get the same Exceptions:
08:46:51.760 EVENT Checking Resource aliases
08:46:52.041 EVENT Starting Jetty/4.2.19
08:46:52.150 EVENT Started WebApplicationContext[/,Apache Forrest]
08:46:52.697 EVENT Started SocketListener on 0.0.0.0:8888
08:46:52.713 WARN!!
org.mortbay.util.MultiException[java.lang.NullPointerException]
at org.mortbay.http.HttpServer.start(HttpServer.java:640)
at org.mortbay.jetty.Server.main(Server.java:429)
[0]=java.lang.NullPointerException
at org.apache.cocoon.servlet.multipart.RequestFactory.<init>(RequestFact
ory.java:61)
at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:456)
at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:220)
at org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHa
ndler.java:445)
at org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(We
bApplicationHandler.java:150)
at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationC
ontext.java:458)
at org.mortbay.http.HttpServer.start(HttpServer.java:663)
at org.mortbay.jetty.Server.main(Server.java:429)
Any further suggestions !?
Kind regards
. . . . . . . . . . . . . . . . . . . . . . . . . .
Patrick Szabo
XSLT-Entwickler
LexisNexis
Marxergasse 25, 1030 Wien
mailto:[email protected]
Tel.: +43 (1) 534 52 - 1573
Fax: +43 (1) 534 52 - 146
-----Ursprüngliche Nachricht-----
Von: David Crossley [mailto:[email protected]]
Gesendet: Freitag, 17. Dezember 2010 08:37
An: [email protected]
Betreff: Re: moving to different hardware
Patrick, i do not know what that Jetty problem is yet.
Would you please try this:
Create a new directory anywhere, and then cd to it, i.e.
] mkdir test
] cd test
] forrest seed-sample
] forrest run
Then with your web browser go to:
localhost:8888
That will run the test sample site to ensure that
all is well with your Forrest setup.
-David