Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7011733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:09:52+00:00 2026-05-27T22:09:52+00:00

Building a .NET4 app with RavenDB using Mono 2.10.8. When I try to do

  • 0

Building a .NET4 app with RavenDB using Mono 2.10.8. When I try to do anything with an embedded document store on OSX, I get the following exception:

System.NotSupportedException: This platform is not supported
  at System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties () [0x00000] in <filename unknown>:0 
  at Raven.Database.Util.PortUtil.FindPort () [0x00000] in <filename unknown>:0 
  at Raven.Database.Util.PortUtil.GetPort (System.String portStr) [0x00000] in <filename unknown>:0 
  at Raven.Database.Config.InMemoryRavenConfiguration.Initialize () [0x00000] in <filename unknown>:0 
  at Raven.Database.Config.RavenConfiguration.LoadConfigurationAndInitialize (IEnumerable`1 values) [0x00000] in <filename unknown>:0 
  at Raven.Database.Config.RavenConfiguration..ctor () [0x00000] in <filename unknown>:0 
  at Raven.Client.Embedded.EmbeddableDocumentStore.get_Configuration () [0x00000] in <filename unknown>:0 

Coming from the first place I try to open the embedded store and use it. I’ve looked at the source for the Mono implementation of IPGlobalProperties.GetIPGlobalProperties() and found:

public static IPGlobalProperties GetIPGlobalProperties ()
{
    PlatformID platform = Environment.OSVersion.Platform;
    if (platform != PlatformID.Unix)
    {
        return new Win32IPGlobalProperties();
    }
    if (Directory.Exists ("/proc"))
    {
        MibIPGlobalProperties mibIPGlobalProperties = new MibIPGlobalProperties ("/proc");
        if (File.Exists (mibIPGlobalProperties.StatisticsFile))
        {
            return mibIPGlobalProperties;
        }
    }
    if (Directory.Exists ("/usr/compat/linux/proc"))
    {
        MibIPGlobalProperties mibIPGlobalProperties = new MibIPGlobalProperties ("/usr/compat/linux/proc");
        if (File.Exists (mibIPGlobalProperties.StatisticsFile))
        {
            return mibIPGlobalProperties;
        }
    }
    throw new NotSupportedException ("This platform is not supported");
}

Now, I’m still learning the ins and outs of OSX system configuration (I’ve been a Windows guy my whole life), but I am pretty sure I haven’t done anything stupid to my system configuration. Which tells me that either this will never work on OSX in the current implementation of Mono, or I’ve got a big blind spot. The latter seems more likely, so help me out 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:09:53+00:00Added an answer on May 27, 2026 at 10:09 pm

    If you’ll explicitly specify a port, you’ll be able to move beyond that, the default port is *, which means “find me one that is open”. Specify 8080 and see if this helps. Note that we aren’t supporting RavenDB Embedded on Mac.
    You can run the RavenDB client on the Mac, though.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

building a site using PHP and MySQL that needs to store a lot of
I'm building an app using Windows Azure Table. I've encapsulated all my calls to
Building an app using a calendar on a Google Apps domain that has SSL
I am building a ASP.NET MVC 2.0 app on .NET 4.0 and am using
Building a Django app on a VPS. I am not very experienced with setting
I am building a email service based on templates. I thought of using the
Iam building managed custom actions using .net 4.0, but when i package the installer
I am building a Web Application in ASP.NET 4.0, using VS 2010 Professional. I
I have been writing a small web application in C# .NET4.0 to try and
I have a C++/CLI app that is built under Visual Studio 2010 but using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.