This is a completely random possibility, but in /etc/hosts is there a line:
127.0.0.1 localhost.localdomain
??
If so, replace it with
127.0.0.1 localhost
(alternately, if you don't control /etc/hosts, in configuring the java web
server, database, etc, replace 'localhost' with 'localhost.localdomain'
(yuck) or use '127.0.0.1' in place of 'localhost' in all configs
and URL's e.g.
http://127.0.0.1:8080/... and if you do control /etc/hosts
why do you still use Fedora 3 when 8 or 9 are available?)
Of course, I could be completely wrong about my hunch. However, I'm fairly
sure older fedora versions did funny things with localhost.localdomain if
you didn't do domain configuration correctly, and that situation would
trip-up Apache, Tomcat attempting to resolve 'localhost'.
PS: if you remove the localhost.localdomain, you may want to rpm -e sendmail
and all its dependencies, or you get a hang-on-boot until sendmail is
properly configured. Web servers shouldn't be running sendmail anyways.
On Fri, Oct 17, 2008 at 1:44 AM, Vivian Richard <kanpsack(a)gmail.com> wrote:
Hi I am trying to deploy the xwiki Enterprise 1.6
that comes bundles
with Jetty and HSQLDB in Fedora 3 environment. I unzipped it and
placed that folder in /usr/local folder. I started the server and it
starts
fine. When I go to the browser with URL
http://localhost:8080/xwiki I
get the following message, which was expected:
-------------------------------------------------------------------------------------------------------
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
* WebApplicationContext[/xwiki,xwiki]
The links above may not work if a virtual host is configured
--------------------------------------------------------------------------------------------------------
Now when I click "WebApplicationContext[/xwiki,xwiki]" - instead
of showing the welcome page, it gives me the error message as
following:
--------------------------------------------------------------------------------------------------------
HTTP ERROR: 500
Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Unable to build interceptor chain
RequestURI=/xwiki/bin/view/Main/
Powered by Jetty://
--------------------------------------------------------------------------------------------------------
Please suggest how can I fix this problem.
Best regards....
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
--
Niels
http://nielsmayer.com