<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    After a 'rebuild from scratch" and making sure that the
    configuration of the VM was identical to the ones which were running
    OS 0.7.2 without problems, I was able to bring up OS 0.7.3 on the
    new VM with no further issues. Not sure what was causing the issue,
    but it is taken care of.<br>
    <br>
    Thanks<br>
    Kurt<br>
    <br>
    On 3/9/2012 10:41 AM, Kurt Reisler wrote:
    <blockquote cite="mid:4F5A24C0.9040901@mitre.org" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Same error.  I am starting to suspect the server is borked.  I am
      going to ask them to rebuild it from scratch.<br>
      Will let you know what happens.<br>
      Thanks<br>
      Kurt<br>
      <br>
      On 3/9/2012 10:31 AM, Kurt Reisler wrote:
      <blockquote cite="mid:4F5A225D.2020307@mitre.org" type="cite">As
        mentioned, this is a fresh install, just downloaded yesterday
        morning. I had removed the prior installs and even flushed the
        database.  I do have an 0.7.2 distro on one of my other running
        VMs.  I will try installing that one.  I am also going to ask
        the support folks to check and see what is different between the
        VMs that are working running Open Sim and this one which is
        having issues. <br>
        <br>
        Weirdness. <br>
        Thanks <br>
         Kurt <br>
        <br>
        On 3/8/2012 10:41 PM, Justin Clark-Casey wrote: <br>
        <blockquote type="cite">Are you absolutely sure that all the
          DLLs belong to the same release?  I made a change to the
          OnCompleteMovementToRegion event back in 2011-08-09 (post
          0.7.2, pre 0.7.3).  If somehow your DLLs are coming from two
          different releases then that error would appear.  Otherwise
          I'm stumped. <br>
          <br>
          On 08/03/12 18:17, Kurt Reisler wrote: <br>
          <blockquote type="cite">OK, .Net has been updated to version
            4.0.30319 and I have done a fresh install configured as a
            standalone. Same error <br>
            message: <br>
            <br>
                2012-03-08 13:14:08,784 DEBUG -
            OpenSim.Data.MySQL.MySQLEstateStore [REGION DB]: Connection
            wait timeout 28860 seconds <br>
                2012-03-08 13:14:08,784 INFO - OpenSim.Data.Migration
            [MIGRATIONS]: Upgrading EstateStore to latest revision 32. <br>
                2012-03-08 13:14:08,784 INFO - OpenSim.Data.Migration
            [MIGRATIONS]: NOTE - this may take a while, don't interrupt
            <br>
                this process! <br>
                2012-03-08 13:14:08,893 INFO - OpenSim.Data.Migration
            [MIGRATIONS]: Creating EstateStore at version 13 <br>
                2012-03-08 13:14:08,940 INFO - OpenSim.Data.Migration
            [MIGRATIONS]: Updating EstateStore to version 32 <br>
                *2012-03-08 13:14:08,940 INFO -
            OpenSim.Region.ClientStack.ClientStackManager [CLIENTSTACK]:
            Attempting to load <br>
                OpenSim.Region.ClientStack.LindenUDP.dll <br>
                2012-03-08 13:14:09,237 ERROR -
            OpenSim.Region.ClientStack.ClientStackManager
            System.TypeLoadException: Method <br>
                'add_OnCompleteMovementToRegion' in type
            'OpenSim.Region.ClientStack.LindenUDP.LLClientView' from
            assembly <br>
                'OpenSim.Region.ClientStack.LindenUDP, Version=0.0.0.0,
            Culture=neutral, PublicKeyToken=null' does not have an <br>
                implementation.* <br>
                2012-03-08 13:14:09,284 ERROR - OpenSim.Application
            [APPLICATION]: <br>
                APPLICATION EXCEPTION DETECTED:
            System.UnhandledExceptionEventArgs <br>
            <br>
                Exception:
            System.Reflection.ReflectionTypeLoadException: Unable to
            load one or more of the requested types. <br>
                Retrieve the LoaderExceptions property for more
            information. <br>
                at
            OpenSim.Region.ClientStack.ClientStackManager..ctor(String
            dllName) <br>
                at OpenSim.OpenSimBase.CreateClientStackManager() <br>
                at
            OpenSim.Region.ClientStack.RegionApplicationBase.StartupSpecific()
            <br>
                at OpenSim.OpenSimBase.StartupSpecific() <br>
                at OpenSim.OpenSim.StartupSpecific() <br>
                at OpenSim.Framework.Servers.BaseOpenSimServer.Startup()
            <br>
                at OpenSim.Application.Main(String[] args) <br>
            <br>
                Application is terminating: True <br>
            <br>
            Any suggestions as to how to proceed? <br>
            Thanks in advance <br>
            Kurt <br>
            <br>
            On 3/7/2012 9:26 PM, Justin Clark-Casey wrote: <br>
            <blockquote type="cite">That is a very odd error to see. Are
              both systems running the same version of .NET? <br>
              <br>
              On 07/03/12 19:55, Kurt Reisler wrote: <br>
              <blockquote type="cite">[Because of mail server issues
                today, I am not sure if this went out or not. If it did,
                please excuse the double posting <br>
                - Kurt] <br>
                <br>
                I am very confused. I have been unable to get a freshly
                installed 0.7.3 running on a new server (Windows Server
                2008). <br>
                In frustration, I have copied a running, working
                installation from another 64-bit Windows 7 machine and
                installed it on <br>
                the new server. Both are running standalone. It should
                have worked. Instead, I get the exact same errors as I
                got with <br>
                the vanilla install: <br>
                <br>
                2012-03-07 10:46:05,124 INFO -
                OpenSim.Region.ClientStack.ClientStackManager
                [CLIENTSTACK]: Attempting to load <br>
                OpenSim.Region.ClientStack.LindenUDP.dll <br>
                2012-03-07 10:46:05,140 ERROR -
                OpenSim.Region.ClientStack.ClientStackManager
                System.TypeLoadException: Method <br>
                'add_OnCompleteMovementToRegion' in type
                'OpenSim.Region.ClientStack.LindenUDP.LLClientView' from
                assembly <br>
                'OpenSim.Region.ClientStack.LindenUDP, Version=0.0.0.0,
                Culture=neutral, PublicKeyToken=null' does not have an <br>
                implementation. <br>
                2012-03-07 10:46:05,155 ERROR - OpenSim.Application
                [APPLICATION]: <br>
                APPLICATION EXCEPTION DETECTED:
                System.UnhandledExceptionEventArgs <br>
                <br>
                Exception:
                System.Reflection.ReflectionTypeLoadException: Unable to
                load one or more of the requested types. Retrieve <br>
                the LoaderExceptions property for more information. <br>
                at
                OpenSim.Region.ClientStack.ClientStackManager..ctor(String
                dllName) <br>
                at OpenSim.OpenSimBase.CreateClientStackManager() <br>
                at
                OpenSim.Region.ClientStack.RegionApplicationBase.StartupSpecific()
                <br>
                at OpenSim.OpenSimBase.StartupSpecific() <br>
                at OpenSim.OpenSim.StartupSpecific() <br>
                at OpenSim.Framework.Servers.BaseOpenSimServer.Startup()
                <br>
                at OpenSim.Application.Main(String[] args) <br>
                <br>
                Application is terminating: True <br>
                <br>
                It looks like there is an issue with
                OpenSim.Region.ClientStack.LindenUDP.dll, which is
                present in the bin directory <br>
                tree. Any suggestions why this would work on a Windows 7
                platform and not on a Windows 2008 server? <br>
                <br>
                Thanks in advance <br>
                Kurt <br>
                <br>
                <br>
                <br>
                _______________________________________________ <br>
                Opensim-users mailing list <br>
                <a moz-do-not-send="true"
                  class="moz-txt-link-abbreviated"
                  href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
                <br>
                <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
                <br>
              </blockquote>
              <br>
              <br>
            </blockquote>
            <br>
            <br>
            _______________________________________________ <br>
            Opensim-users mailing list <br>
            <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
              href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
            <br>
            <a moz-do-not-send="true" class="moz-txt-link-freetext"
              href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
            <br>
          </blockquote>
          <br>
          <br>
        </blockquote>
        <br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Opensim-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
</pre>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Opensim-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
</pre>
    </blockquote>
  </body>
</html>