Hi Craig, > On 12 Jan 2017, at 09:37, Craig Wright <crw+xw...@crw.xyz> wrote: > > OK just for fun: here are all the network resources being loaded that come up > in Chome as having “8.4” in the URL, as being requested by the Main wiki page: > > /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.4/tree.min.css > /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.3/require-config.min.js > /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.4/tree.min.js > /xwiki/webjars/wiki%3Axwiki/xwiki-platform-job-webjar/8.4.4/jobRunner.min.js > /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.4/finder.min.js > /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.4/32px.png >
That’s weird, I’ve just downloaded a clean XWiki 8.4.4 jetty/hsqldb zip and check the home page and I got: http://localhost:8080/xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.4/require-config.min.js?evaluate=true My guess is that you made a mistake during the upgrade. Could it be that you copied the 8.4.4 WAR content over an existing xwiki 8.4.3 install? In which case that would explain that you have both versions in your WEB-INF/lib directory? You should not do this :) Please check http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade " Just make sure you don't install the new version over the old one (both installations need to exist)." Thanks -Vincent > Given that ONLY require-config.min.js has this issue, I gotta wonder if this > is just an 8.4.4 bug; something hard-coded somewhere? But I have no idea how > any of this works, so it could be an install issue. > > Thanks, > Craig > > >> On Jan 12, 2017, at 12:30 AM, Craig Wright <crw+xw...@crw.xyz> wrote: >> >> My assumption is only that file I reported in the earlier email: >> >> /xwiki/webjars/wiki%3Axwiki/xwiki-platform-tree-webjar/8.4.3/require-config.min.js >> >> >> -C >> >>> On Jan 11, 2017, at 11:53 PM, Ludovic Dubost <ludo...@xwiki.com> wrote: >>> >>> Hum weird fix. So it could be a module did not upgrade. Do you know which >>> urls match this rule ? >>> >>> Ludovic >>> >>> Le 12 janv. 2017 09:46, "Craig Wright" <crw+xw...@crw.xyz> a écrit : >>> >>> Well, I fixed this particular issue with the following terrible hack to my >>> /etc/nginx/sites-available/xwiki file: >>> >>> rewrite ^(.*)/8.4.3/(.*)$ $1/8.4.4/$2 last; >>> >>> yeeeah. On the plus side, everything seems to be working great. ;D >>> >>> I will keep the list posted with my continued adventures. >>> >>> Be well, >>> Craig >>> >>>> On Jan 11, 2017, at 11:33 PM, Craig Wright <crw+xw...@crw.xyz> wrote: >>>> >>>> OK, thanks for your help! >>>> >>>> Thanks, >>>> Craig >>>> >>>>> On Jan 11, 2017, at 11:30 PM, Ludovic Dubost <ludo...@xwiki.com> wrote: >>>>> >>>>> Le 12 janv. 2017 09:23, "Craig Wright" <crw+xw...@crw.xyz> a écrit : >>>>> >>>>> Haha awesome. >>>>> >>>>> I should add that I get the same error when I try to edit a page. Most of >>>>> the page loads but the edit control (MCE — UI widgets and textarea or >>> input >>>>> or whatever) just shows a loading spinner forever with the same error as >>>>> below. >>>>> >>>>> I filed http://jira.xwiki.org/browse/XE-1602 < >>> http://jira.xwiki.org/browse/ >>>>> XE-1602> for the mixed content issue; however that was an issue that was >>>>> also in 8.4.3. >>>>> >>>>> Should I file another issue for this? >>>>> >>>>> >>>>> Not yet I would say. Wait for the team to see if they can reproduce and >>> if >>>>> it's a general issue >>>>> >>>>> Ludovic >>>>> >>>>> >>>>> Thanks, >>>>> Craig >>>>> >>>>>> On Jan 11, 2017, at 11:19 PM, Ludovic Dubost <ludo...@xwiki.com> wrote: >>>>>> >>>>>> Indeed this looks upgraded. Now if you are getting errors in chrome on >>> the >>>>>> home page the. That could be the empty document tree as it does >>>>> JavaScript. >>>>>> The http/https issue might be more general. You might have found a >>> blocker >>>>>> bug on 8.4.x >>>>>> >>>>>> Ludovic >>>>>> >>>>>> Le 12 janv. 2017 09:12, "Craig Wright" <crw+xw...@crw.xyz> a écrit : >>>>>> >>>>>>> Hi Ludovic, >>>>>>> >>>>>>> It appears as if it did. When I look at the installed extensions, I >>> see: >>>>>>> >>>>>>> XWiki Enterprise - UI - Tour 8.4.4 >>>>>>> XWiki Enterprise Flavor - Main Wiki 8.4.4 >>>>>>> XWiki Enterprise - UI - Common 8.4.4 >>>>>>> >>>>>>> The "XWiki Enterprise Flavor - Main Wiki” was the extension that >>> choked >>>>>>> on the Distribution Wizard with the mixed content error; I clicked >>>>> “Later” >>>>>>> but it looks like the upgrade worked, or kinda worked? >>>>>>> >>>>>>> Thanks, >>>>>>> Craig >>>>>>> >>>>>>>> On Jan 11, 2017, at 11:03 PM, Ludovic Dubost <ludo...@xwiki.com> >>> wrote: >>>>>>>> >>>>>>>> Did your upgrade go through ? When you started XWiki after the debian >>>>>>>> package upgrade you should have seen the distribution wizard to >>> complete >>>>>>>> the upgrade. >>>>>>>> >>>>>>>> Maybe your http issue is the cause. If it's that try accepting the >>>>>>>> http/https mixed content from chrome and/or go back to http to >>> finalize >>>>>>> the >>>>>>>> upgrade >>>>>>>> >>>>>>>> Ludovic >>>>>>>> >>>>>>>> Le 12 janv. 2017 08:57, "Craig Wright" <crw+xw...@crw.xyz> a écrit : >>>>>>>> >>>>>>>>> Howdy again, >>>>>>>>> >>>>>>>>> I just upgraded to 8.4.4 via the Ubuntu packages, and the Navigation >>>>>>> Panel >>>>>>>>> has no content whatsoever! It’s blank except for the title. Is there >>> a >>>>>>>>> quick or obvious fix for this? >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Craig >>>>>>> >>>>>>> >>>> >> >