+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23

Thread: Update to MindTouch Core 10 Broken

  1. #1

    Default Update to MindTouch Core 10 Broken

    I ran updateWiki.sh today and it broke my wiki. I can't quite figure out what to do to fix this problem:

    Code:
    hostname:/opt/deki# ./src/scripts/checkdeki
    Stopping MindTouch Deki API: mindtouch.host.exe
    dekiwiki is not running
    Starting MindTouch Deki API: mindtouch.host.exe.
    trotula:/opt/deki#
    Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for MindTouch.Tasking.Async ---> System.TypeInitializationException: An exception was thrown by the type initializer for MindTouch.Threading.DispatchThreadScheduler ---> System.NotImplementedException: The requested feature is not implemented.
      at System.Diagnostics.PerformanceCounter.NextValue () [0x00000]
      at (wrapper remoting-invoke-with-check) System.Diagnostics.PerformanceCounter:NextValue ()
      at MindTouch.Threading.DispatchThreadScheduler..cctor () [0x00000] --- End of inner exception stack trace ---
    
      at MindTouch.Threading.ElasticThreadPool..ctor (Int32 minReservedThreads, Int32 maxParallelThreads) [0x00000]
      at MindTouch.Tasking.Async..cctor () [0x00000] --- End of inner exception stack trace ---
    
      at MindTouch.Dream.DreamHostService.Initialize (MindTouch.Xml.XDoc config) [0x00000]

  2. #2

    Default Did you resolve this?

    We are also having the same issue as above, I have re-run the update but get the error when starting the server.

    If we try and login we get the following display on a web browser

    Site settings could not be loaded
    We were unable to locate the API to request site settings. Please see below for debugging information. If this is a new install, try refreshing - the API is simply taking its time loading up!
    HTTP Response Status Code: 0
    couldn't connect to host

    Did you end up resolving this or are you still having the issue?

  3. #3

    Default

    Same problem here.

    Any updates would be much appreciated.

  4. #4

    Angry

    Same problem for my...

  5. #5
    Join Date
    Jun 2009
    Posts
    14

    Default

    Same problem, same error.

    Any comments?

  6. #6

    Default

    Yup, me too. Although I was doing a manual upgrade from source like this (on OSX):

    sudo cp -R web/* /opt/local/apache2/htdocs/dekiwiki
    sudo chown -R _www:_www /opt/local/apache2/htdocs/dekiwiki
    cd /opt/local/apache2/htdocs/dekiwiki/maintenance
    sudo php update-db.php

    It works fine with 9.12.2.

    Rod

  7. #7

    Default

    Which mono version do you use? I had the same problem with mono 1.9.1. After upgrading to 2.4.3 it worked fine.

  8. #8

    Default

    I am running 2.6.1:

    Code:
    $ mono --version
    Mono JIT compiler version 2.6.1 (tarball Thu Dec 31 15:11:52 EST 2009)
    Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
    	TLS:           normal
    	GC:            Included Boehm (with typed GC)
    	SIGSEGV:       normal
    	Notification:  Thread + polling
    	Architecture:  x86
    	Disabled:      none

  9. #9

    Default

    This is most likely related to the version of mono you're using. We recommend at least mono 2.4.x.

    Here is an install guide for compiling 2.4.3 on debian:

    http://developer.mindtouch.com/en/kb...tall_on_Debian

    rdickerson - 2.6.1 should work fine as well. Can you make sure the MONO_PATH in /etc/dekiwiki/mindtouchh.host.conf is pointing to the correct version of mono?
    PeteE - MindTouch lackey
    Join #mindtouch on freenode for questions about MindTouch

  10. #10

    Default

    PeteE- yes I verified that and it is correct. Actually it doesn't change using my installation method (above)- mono is already installed.

+ Reply to 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