On Thu, Jul 1, 2010 at 15:40, Aleks87 <[email protected]> wrote: > > > Marius Dumitru Florea wrote: >> >> On 07/01/2010 03:50 PM, Aleks87 wrote: >>> >>> I have extract the WAR-file into \Enterprise\webapps\xwiki >>> and imported the XAR over XWIKI -> Administer Wiki -> Import >>> >>> For the M1 I used the Standalone installation including a Jetty container >>> and an HSQLDB database and had no changes in the hibernate.cfg.xml or >>> xwiki.cfg. So there is no need to copy them in the new WEB-INF. >>> >>> >> >>> Now tell me what did I do wrong?! >> >> Clear browser cache maybe? >> >> Hope this helps, >> Marius >> >>> >>> The new creations/applications seem to don't have a translation and the >>> Class Editor site also looks curious. >>> >>> Here a screenshot: >>> http://xwiki.475771.n2.nabble.com/file/n5243269/ClassEditorM2.jpg >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/users >> >> > > I already cleared cache. > Last time I upgradet I have also done something wrong. I have read the > upgrading notes often enough but it never worked and at least I removed the > hole wiki and installed the standalone of the new version. > So I think its my fault. But I dont know what I am doing wrong. > This time my wiki is a little bigger and I dont want to delete all. > > PS. I noticed that starting the .bat I get many WARN messages > It always says: "It will not be possible to look it up". I never get this > messages before opening the .bat > > Here an excerpt: > [...] > 2010-07-01 13:55:41,892 [main] WARN tion.ComponentAnnotationLoader - > Component [org.xwiki.rest.resources.classes.ClassPropertyResource] is being > overwritten by component > [org.xwiki.rest.resources.classes.ClassPropertyResource] for Role/Hint [role > = [org.xwiki.rest.XWikiRestComponent] hint = > [org.xwiki.rest.resources.classes.ClassPropertyResource]]. It will not be > possible to look it up. > [...] > 2010-07-01 13:55:42,079 [main] WARN tion.ComponentAnnotationLoader - > Component [com.xpn.xwiki.wysiwyg.server.wiki.internal.DefaultLinkService] is > being overwritten by component > [com.xpn.xwiki.wysiwyg.server.wiki.internal.DefaultLinkService] for > Role/Hint [role = [com.xpn.xwiki.wysiwyg.server.wiki.LinkService] hint = > [default]]. It will not be possible to look it up. > > and there are thounds of those
Well this is typically the kind of thing that happen when you have a duplicate of all jars: it tried to register each component twice. > -- > View this message in context: > http://xwiki.475771.n2.nabble.com/Upgrate-XWiki-Enterprise-2-4-M1-to-M2-tp5243269p5243431.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
