I'm trying to install OpenSim 0.7.6 on a client computer. It's my fourth OpenSim installation but the first time I've had problems like this.
When I download the binary and try running "mono OpenSim.exe", I keep getting the error 'Access to the path "/" is denied.' I've also tried OpenSim 0.7.5 and get the same error. It appears to be either in or immediately after reading OpenSimDefaults.ini. I've also tried building from 0.7.6 source and I get the same 'Access to the path "/" is denied.' in xbuild.sh. I'm using Mono 3.2.3 and Centos Linux 2.6.18-238.12.1.el5 (Red Hat 4.1.2-50). I don't have direct access to the computer - I'm working through cpanel and putty. If anyone has a clue to what I'm overlooking or doing wrong, I'll appreciate any suggestions. Here is the output I get when I run "mono OpenSim.exe": 10:00:55 - [OPENSIM MAIN]: configured log4net using default OpenSim.exe.config 10:00:55 - [OPENSIM MAIN]: System Locale is 10:00:55 - [OPENSIM MAIN]: Environment variable MONO_THREADS_PER_CPU is unset 10:00:55 - [OPENSIM MAIN]: Runtime gave us 8 min worker threads and 16 min IOCP threads 10:00:55 - [OPENSIM MAIN]: Runtime gave us 800 max worker threads and 32 max IOCP threads 10:00:55 - [OPENSIM MAIN]: Bumping up max IOCP threads to 1000 10:00:55 - [OPENSIM MAIN]: Threadpool set to 800 max worker threads and 1000 max IOCP threads 10:00:55 - [OPENSIM MAIN]: Environment is supported by OpenSimulator. 10:00:55 - [CONFIG]: Reading configuration settings 10:00:55 - [CONFIG]: Reading configuration file /home/halflife/opensim/opensim-0.7.6/bin/OpenSimDefaults.ini 10:00:55 - [APPLICATION]: APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs Exception: System.UnauthorizedAccessException: Access to the path "/" is denied. at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0 at System.IO.Directory.GetDirectories (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0 at OpenSim.Framework.Util.Glob (System.String path) [0x00000] in <filename unknown>:0 at OpenSim.ConfigurationLoader.AddIncludes (System.Collections.Generic.List`1 sources) [0x00000] in <filename unknown>:0 at OpenSim.ConfigurationLoader.LoadConfigSettings (IConfigSource argvSource, Nini.Config.EnvConfigSource envConfigSource, OpenSim.Framework.ConfigSettings& configSettings, OpenSim.Framework.NetworkServersInfo& networkInfo) [0x00000] in <filename unknown>:0 at OpenSim.OpenSimBase.LoadConfigSettings (IConfigSource configSource) [0x00000] in <filename unknown>:0 at OpenSim.OpenSimBase..ctor (IConfigSource configSource) [0x00000] in <filename unknown>:0 at OpenSim.OpenSim..ctor (IConfigSource configSource) [0x00000] in <filename unknown>:0 at OpenSim.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0 Application is terminating: True [ERROR] FATAL UNHANDLED EXCEPTION: System.UnauthorizedAccessException: Access to the path "/" is denied. at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0 at System.IO.Directory.GetDirectories (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0 at OpenSim.Framework.Util.Glob (System.String path) [0x00000] in <filename unknown>:0 at OpenSim.ConfigurationLoader.AddIncludes (System.Collections.Generic.List`1 sources) [0x00000] in <filename unknown>:0 at OpenSim.ConfigurationLoader.LoadConfigSettings (IConfigSource argvSource, Nini.Config.EnvConfigSource envConfigSource, OpenSim.Framework.ConfigSettings& configSettings, OpenSim.Framework.NetworkServersInfo& networkInfo) [0x00000] in <filename unknown>:0 at OpenSim.OpenSimBase.LoadConfigSettings (IConfigSource configSource) [0x00000] in <filename unknown>:0 at OpenSim.OpenSimBase..ctor (IConfigSource configSource) [0x00000] in <filename unknown>:0 at OpenSim.OpenSim..ctor (IConfigSource configSource) [0x00000] in <filename unknown>:0 at OpenSim.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0 ----- Apollo Manga (Erik Gordon Bainbridge) Writer, instructor, former software engineer Northern California ErikBainbridge.com VirtualMarin.com -- View this message in context: http://opensim-users.2152040.n2.nabble.com/Access-to-the-path-is-denied-errors-when-trying-to-run-OpenSim-tp7580689.html Sent from the opensim-users mailing list archive at Nabble.com. _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
