It could be that the symlink pointing to XWiki from tomcat has been removed because the way to describe symlinks changed, the easiest to fix it is to apt-get remove and then apt-get install your xwiki-enterprise-tomcat<version>-<database> package.
On Mon, Sep 23, 2013 at 5:10 PM, ericj <[email protected]> wrote: > Hey there, > > im new to this whole xwiki stuff and trying to upgrade our xwiki > installation, which was installed by a former employee, to the latest build. > > xwiki is installed on ubuntu 12.04 with the help of apt-get some time ago. > Now i tried to upgrade the instance with /apt-get install > xwiki-enterprise-tomcat6-mysql/ . > > During the installation i was asked if i want to keep some config-files, > which i did. > > But now my browser shows a a 404 :( that he could not find the resource (The > requested resource (/xwiki/) is not available.) > > here is a the catalina.out: > > /INFO: Server startup in 199 ms > 23.09.2013 17:03:12 org.apache.coyote.http11.Http11Protocol pause > INFO: Pausing Coyote HTTP/1.1 on http-8080 > 23.09.2013 17:03:13 org.apache.catalina.core.StandardService stop > INFO: Stopping service Catalina > 23.09.2013 17:03:13 org.apache.coyote.http11.Http11Protocol destroy > INFO: Stopping Coyote HTTP/1.1 on http-8080 > 23.09.2013 17:03:14 org.apache.catalina.startup.ClassLoaderFactory > validateFile > WARNUNG: Problem with directory [/usr/share/tomcat6/server/classes], exists: > [false], isDirectory: [false], canRead: [false] > 23.09.2013 17:03:15 org.apache.catalina.startup.ClassLoaderFactory > validateFile > WARNUNG: Problem with directory [/usr/share/tomcat6/server], exists: > [false], isDirectory: [false], canRead: [false] > 23.09.2013 17:03:15 org.apache.catalina.startup.ClassLoaderFactory > validateFile > WARNUNG: Problem with directory [/usr/share/tomcat6/shared/classes], exists: > [false], isDirectory: [false], canRead: [false] > 23.09.2013 17:03:15 org.apache.catalina.startup.ClassLoaderFactory > validateFile > WARNUNG: Problem with directory [/usr/share/tomcat6/shared], exists: > [false], isDirectory: [false], canRead: [false] > 23.09.2013 17:03:15 org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-8080 > 23.09.2013 17:03:15 org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 386 ms > 23.09.2013 17:03:15 org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > 23.09.2013 17:03:15 org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/6.0.35 > 23.09.2013 17:03:15 org.apache.catalina.startup.HostConfig deployDescriptor > INFO: Deploying configuration descriptor ROOT.xml > 23.09.2013 17:03:15 org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-8080 > 23.09.2013 17:03:15 org.apache.catalina.startup.Catalina start > INFO: Server startup in 182 ms/ > > > Can you help me? > > thanks in advance, > Eric > > > > -- > View this message in context: > http://xwiki.475771.n2.nabble.com/Upgrade-problem-xwiki-4-4-to-4-1-tp7587221.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
