88fingerslukee 2 Posted August 4, 2016 Posted August 4, 2016 Not sure what's happened as this was working earlier, but I updated to 6020 and the following has now occurred where I can't start the server. I don't have LibMonoPosixHelper.so in /usr/lib, it's in /usr/lib64. Has something changed? How do I fix it? Response Status Error Code DllNotFoundException Message /usr/lib/libMonoPosixHelper.so Stack Trace [GetDashboardResource: 2016-08-04 4:03:58 AM]: [REQUEST: {ResourceName:index.html}] System.DllNotFoundException: /usr/lib/libMonoPosixHelper.so at (wrapper managed-to-native) System.IO.Compression.DeflateStreamNative:CreateZStream (System.IO.Compression.CompressionMode,bool,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,intptr) at System.IO.Compression.DeflateStreamNative.Create (System.IO.Stream compressedStream, CompressionMode mode, Boolean gzip) <0x41896c00 + 0x00177> in <filename unknown>:0 at System.IO.Compression.DeflateStream..ctor (System.IO.Stream compressedStream, CompressionMode mode, Boolean leaveOpen, Boolean gzip) <0x41896a50 + 0x0008b> in <filename unknown>:0 at System.IO.Compression.DeflateStream..ctor (System.IO.Stream compressedStream, CompressionMode mode) <0x41896a20 + 0x0001b> in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.Compression.DeflateStream:.ctor (System.IO.Stream,System.IO.Compression.CompressionMode) at ServiceStack.Support.NetDeflateProvider.Deflate (System.Byte[] bytes) <0x41896870 + 0x00077> in <filename unknown>:0 at ServiceStack.Support.NetDeflateProvider.Deflate (System.String text) <0x41896820 + 0x00037> in <filename unknown>:0 at ServiceStack.StreamExt.Deflate (System.String text) <0x418967e0 + 0x0002e> in <filename unknown>:0 at ServiceStack.StreamExt.Compress (System.String text, System.String compressionType) <0x418966c0 + 0x0003b> in <filename unknown>:0 at MediaBrowser.Server.Implementations.HttpServer.HttpResultFactory+<GetStaticResult>c__async1.MoveNext () <0x41876390 + 0x00cbf> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f463e3d6e60 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f463e3d4d20 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f463e3d4c80 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f463e3d4c30 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f463e3d54a0 + 0x00017> in <filename unknown>:0 at MediaBrowser.Server.Implementations.HttpServer.HttpResultFactory+<GetStaticResult>c__async0.MoveNext () <0x41874db0 + 0x005e9> in <filename unknown>:0 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7f463e3d6e60 + 0x00029> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7f463e3d4d20 + 0x000b3> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7f463e3d4c80 + 0x00093> in <filename unknown>:0 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7f463e3d4c30 + 0x0003a> in <filename unknown>:0 at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x7f463e3d54a0 + 0x00017> in <filename unknown>:0 at MediaBrowser.WebDashboard.Api.DashboardService+<Get>c__async0.MoveNext () <0x41870610 + 0x00ca0> in <filename unknown>:0
fc7 123 Posted August 4, 2016 Posted August 4, 2016 Which version of mono are you running? Please provide the output of: rpm -qa | grep mono Sent from my iPhone using Tapatalk
88fingerslukee 2 Posted August 4, 2016 Author Posted August 4, 2016 mono-core-4.4.2.11-0.xamarin.1.x86_64 mono-web-4.4.2.11-0.xamarin.1.x86_64 mono-winforms-4.4.2.11-0.xamarin.1.x86_64 nodejs-monocle-1.1.51-7.fc24.noarch mono-data-4.4.2.11-0.xamarin.1.x86_64 mono-mvc-4.4.2.11-0.xamarin.1.x86_64 mono-extras-4.4.2.11-0.xamarin.1.x86_64 mono-data-sqlite-4.4.2.11-0.xamarin.1.x86_64 mono-wcf-4.4.2.11-0.xamarin.1.x86_64 mono-winfxcore-4.4.2.11-0.xamarin.1.x86_64
Solution 88fingerslukee 2 Posted August 5, 2016 Author Solution Posted August 5, 2016 the answer is here: https://bugzilla.xamarin.com/show_bug.cgi?id=24131 Not sure if it's a bug in my mono package or what. Anyway, the symlink fixed it. thanks for the help 1
fc7 123 Posted August 5, 2016 Posted August 5, 2016 I think is related to the packages you are using (from xamarin). Another user reported the same problem on CentOS. For now I think is better for users to use our packages or the distro stock ones if newer (for Mono). Sent from my iPhone using Tapatalk
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now