+ Reply to Thread
Page 5 of 5 FirstFirst ... 3 4 5
Results 41 to 50 of 50

Thread: Problems Upgrading to 10.1

  1. #41
    Join Date
    Oct 2007
    Location
    Edmonton, Cananda
    Posts
    322

    Default

    I'm finally getting around to update from 10.0.9, and I'm having the same problems as ahi;
    I get the error:
    ERROR: installed Mono 2.10.2 is too old for running the current MindTouch release ( requires mono 2.4 or above )
    I tried updating the updateWiki.sh as ahi recommends above, but then I get:
    dekiwiki:/usr/bin# updateWiki.sh
    ERROR: We were unable to connect to the update server. No SVN updates have been applied.
    -- updating database --
    -- restarting MindTouch --
    -- update complete --
    Any suggestions on how to get updated?

    Edit: Found a couple things:

    which mono:
    Code:
    /usr/bin/mono
    mono --version:
    Code:
    Mono JIT compiler version 2.10.2 (tarball Fri Nov 25 08:08:23 MST 2011)
    dpkg -l | grep mono
    Code:
    rc  libapache2-mod-mono               1.2.1-1                    Run ASP.NET Pages on UNIX with Apache 2 and
    ii  libmono-accessibility2.0-cil      2.4.2.3+dfsg-2~bpo50+1     Mono Accessibility library (for CLI 2.0)
    ii  libmono-corlib1.0-cil             2.4.2.3+dfsg-2~bpo50+1     Mono core library (for CLI 1.0)
    ii  libmono-corlib2.0-cil             2.4.2.3+dfsg-2~bpo50+1     Mono core library (for CLI 2.0)
    ii  libmono-data-tds1.0-cil           2.4.2.3+dfsg-2~bpo50+1     Mono Data library (for CLI 1.0)
    ii  libmono-data-tds2.0-cil           1.9.1+dfsg-6               Mono Data Library
    ii  libmono-getoptions2.0-cil         2.4.2.3+dfsg-2~bpo50+1     Mono.GetOptions library (for CLI 2.0)
    ii  libmono-i18n-west2.0-cil          2.4.2.3+dfsg-2~bpo50+1     Mono I18N.West library (for CLI 2.0)
    ii  libmono-i18n2.0-cil               2.4.2.3+dfsg-2~bpo50+1     Mono I18N libraries (for CLI 2.0)
    ii  libmono-mozilla0.2-cil            1.9.1+dfsg-6               Mono Mozilla library
    ii  libmono-posix2.0-cil              2.4.2.3+dfsg-2~bpo50+1     Mono.Posix library (for CLI 2.0)
    ii  libmono-security1.0-cil           2.4.2.3+dfsg-2~bpo50+1     Mono Security library (for CLI 1.0)
    ii  libmono-security2.0-cil           2.4.2.3+dfsg-2~bpo50+1     Mono Security library (for CLI 2.0)
    ii  libmono-sharpzip0.84-cil          2.4.2.3+dfsg-2~bpo50+1     Mono SharpZipLib library (for CLI 1.0)
    ii  libmono-sharpzip2.84-cil          1.9.1+dfsg-6               Mono SharpZipLib library
    ii  libmono-sqlite2.0-cil             1.9.1+dfsg-6               Mono Sqlite library
    ii  libmono-system-data1.0-cil        2.4.2.3+dfsg-2~bpo50+1     Mono System.Data library (for CLI 1.0)
    ii  libmono-system-data2.0-cil        1.9.1+dfsg-6               Mono System.Data Library
    ii  libmono-system-runtime1.0-cil     2.4.2.3+dfsg-2~bpo50+1     Mono System.Runtime library (for CLI 1.0)
    ii  libmono-system-web1.0-cil         2.4.2.3+dfsg-2~bpo50+1     Mono System.Web library (for CLI 1.0)
    ii  libmono-system-web2.0-cil         2.4.2.3+dfsg-2~bpo50+1     Mono System.Web Library (for CLI 2.0)
    ii  libmono-system1.0-cil             2.4.2.3+dfsg-2~bpo50+1     Mono System libraries (for CLI 1.0)
    ii  libmono-system2.0-cil             2.4.2.3+dfsg-2~bpo50+1     Mono System libraries (for CLI 2.0)
    ii  libmono0                          2.4.2.3+dfsg-2~bpo50+1     Mono JIT library
    ii  libmono1.0-cil                    1.9.1+dfsg-6               Mono libraries (1.0)
    ii  libmono2.0-cil                    2.4.2.3+dfsg-2~bpo50+1     Mono libraries (for CLI 2.0)
    ii  mono-2.0-gac                      2.4.2.3+dfsg-2~bpo50+1     Mono GAC tool (for CLI 2.0)
    rc  mono-apache-server2               1.2.1-1                    backend for mod_mono2 Apache module
    rc  mono-common                       1.9.1+dfsg-6               common files for Mono
    ii  mono-gac                          2.4.2.3+dfsg-2~bpo50+1     Mono GAC tool
    ii  mono-gmcs                         1.9.1+dfsg-6               Mono C# 2.0 and C# 3.0 compiler for CLI 2.0
    ii  mono-mcs                          2.4.2.3+dfsg-2~bpo50+1     Mono C# 1.0 compiler for CLI 1.1
    ii  mono-runtime                      2.4.2.3+dfsg-2~bpo50+1     Mono runtime
    ii  mono-utils                        2.4.2.3+dfsg-2~bpo50+1     Mono utilities
    So it looks like 2.10.2 is installed but Mindtouch Core isn't using it, or alternatively the updateWiki.sh is checking the wrong spot. I have no idea how to fix this though.
    Last edited by jadus; 11-25-2011 at 03:53 PM. Reason: additional info

  2. #42

    Default

    Had a couple of weird ones after the upgrade to 10.1.3 (from 10.1.0) - on linux I was unable to increase the dream timeout to allow editing of a large page (about 8mb including pasted attachments) and I was able to get this working on Windows after some tweaking
    But on Windows I'm unable to edit my homepage, I can change just about any other page, but can't add data or edit the home page - but I can change the title.
    Any ideas?
    Last edited by scottyman; 02-15-2012 at 04:36 AM.

  3. #43

    Default

    Quote Originally Posted by jadus View Post
    I'm finally getting around to update from 10.0.9, and I'm having the same problems as ahi;
    I get the error:

    I tried updating the updateWiki.sh as ahi recommends above, but then I get:



    So it looks like 2.10.2 is installed but Mindtouch Core isn't using it, or alternatively the updateWiki.sh is checking the wrong spot. I have no idea how to fix this though.
    I had exactly the same issue on my Linux VM - and manually installing 2.4.3 caused heaps of mono crashes so had to roll back.

  4. #44
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    The homepage is special, in that it has no path. I wonder if IIS is giving us trouble here. Try editing the page using http://server/index.php?title= (nothing after the equal sign). Does that work?
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

  5. #45

    Default

    Hi Steve
    Editing the homepage from that link failed in exactly the same way - works on Linux, but not on IIS (so I suspect it is a funny) - the logs aren't throwing any errors for this, there's nothing in the dream logs (I can increase the logging level to ALL) and there is nothing in the IIS logs (just shows the page request [GET] but doesn't show any attempt at a PUT)


    Is there any benefit in building from source, or can you think of any tests I should do? I'm using this as an excuse for taking a break from writing new workflows for our bugtracker so would kind of like to crack this wide open
    Cheers
    Scott

  6. #46
    Join Date
    Oct 2007
    Location
    Edmonton, Cananda
    Posts
    322

    Default

    Can anyone from Mindtouch respond to this error that I am receiving when running updateWiki.sh?
    ERROR: installed Mono 2.10.2 is too old for running the current MindTouch release ( requires mono 2.4 or above )
    More detail in post #41 of this thread.

    Update: I've made a few changes, such as running "apt-get remove mono-runtime mono-common", and then resolving (I think) the dpkg issue with this: "dpkg --purge mono-common"

    So now:

    which mono
    /usr/bin/mono
    mono --version
    Mono JIT compiler version 2.10.2 (tarball Fri Nov 25 08:08:23 MST 2011)
    Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com
    TLS: __thread
    SIGSEGV: altstack
    Notifications: epoll
    Architecture: x86
    Disabled: none
    Misc: softdebug
    LLVM: supported, not enabled.
    GC: Included Boehm (with typed GC and Parallel Mark)
    dpkg -l | grep mono returns nothing.

    However, running updateWiki.sh still returns:
    ERROR: installed Mono 2.10.2 is too old for running the current MindTouch release ( requires mono 2.4 or above )
    Update 2: I've found the updatewiki log file, which is now attached. Looks like it is somehow thinking that 2.4 is the required version, and is showing that 2.10 < 2.4. I checked the updateWiki.sh script, and it specifies the required version as "2.10" so I'm not sure where this is coming from.

    updatewiki_log.txt
    Last edited by jadus; 03-06-2012 at 07:45 PM.

  7. #47

    Default

    http://youtrack.developer.mindtouch.com/issue/MT-11899

    Hi Steve - it looks like there might be a bug with the string format for the homepage being stored in the database as a double.
    it looks like it's trying to store the revision number attached to the page name - in my case 36-83

  8. #48

    Question Manually upgrading from 10.0.9

    Hi guys,

    I on a Fedora system, have successfully updated mono:

    [****@**** ~]$ mono -V
    Mono JIT compiler version 2.10.8 (tarball Tue Mar 27 16:38:52 BST 2012)
    Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-pr
    ject.com
    TLS: __thread
    SIGSEGV: altstack
    Notifications: epoll
    Architecture: amd64
    Disabled: none
    Misc: softdebug
    LLVM: supported, not enabled.
    GC: Included Boehm (with typed GC and Parallel Mark)
    [****@**** ~]$ which mono
    /usr/bin/mono
    I have also added the mindtouch repo to the box.

    When I do the upgrade as per the instructions at : http://developer.mindtouch.com/en/do...S%2F%2FRed_Hat

    I get the following message :

    [****@**** ~]$ sudo yum install mindtouch
    Loaded plugins: langpacks, presto, refresh-packagekit
    Adding en_US to language list
    Setting up Install Process
    Package mindtouch-10.1.3-1.1.noarch already installed and latest version
    Nothing to do
    When I log in to the control panel on my wiki it tells me
    You are running MindTouch Core (version 10.0.9)
    View details
    It's time to update MindTouch! You're running MindTouch 10.0.9, but the latest version is MindTouch 10.1.3. You can update your VM by running /usr/bin/updateWiki.sh.
    Obviously i am not running the VM so dont have the updateWiki.sh, just wondering what my next steps should be

    For the record all backups were completed successfully

  9. #49

    Default

    Hi mens

    I'm post this issue, because my searchs not supply my doubts with the migration process...

    Occours of we've a Mindtouch TCS v8.08.1a (demo) installed and, before the license expires, it work fine. However we've interest in migrate the TCS v8.08.1a (demo - license expired) to Core v10 (Free) for obviu$$ reasons.
    My cenario:
    Debian 6.06 (Linux 2.6.32-5-686).
    Mono-2.10
    Prince_7.1-1_i386

    In the installation, not occours problems, but in migration of data many...
    A hard migration:
    - Backup from de database of older and edit fields, add fields, change some; after this process insert the edited data to new database, any errors, adjusts and successful inserts.
    - In this point, the users/pages, and the older structure is in the new suite, leaving only permissions and adjusts for the initial access.
    - Copy of directory the older attachments and files structure (/var/www/…) to the new version… here we’ve many problems, the structure of directory changes, and the attachments/files were not visible in the ours pages/texts/documentations.

    My question is:

    Exists a documentation for this migration proccess (older version to newest, or TCS to Core)?
    Anyone can help me?

    I'm try contact with Mr. Caulkett and he indicate this forum to change ideas about this situation.

    Sorry my poor english (BR), or not can understand It question me please.

    Best regards

  10. #50
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    Upgrades are automatically applies when you run on a newer version. Rarely does it require manual steps. That said, 8.08 is VERY OLD (and it's not TCS since that is hosted only). You might run into some hardship when upgrading to 10.1.x, but it could also just work. I recommend you do a backup and give it a try.
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts