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....