[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-09-29 Thread Pankaj Garg Insan
i am also receive this message frequently in Apache error log when Apache server restart.Sometime when Ubuntu server restart Apache did not work.and my asp .net application stop up Bad call to mono_mutex_lock result 22 * Assertion at image.c:1498, condition `ret == 0' not met [:error] [pid

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-06-17 Thread Brompot
The problem is that mod-mono-server4.exe in /usr/lib/mono/4.5/ is compiled against .NET 4.5 and the mod_mono config points to the .NET 4.0 libraries. The version mismatch causes the problem. A better fix than just pointing to the 4.5 runtime would be to have a mod-mono-server4.exe in

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-05-14 Thread Peder Chr . Nørgaard
Zachary, shahid, thanks for your help. The bug is truly easy to fix in the distribution: Just change line 83 in the source file debian/mono-server4-update to use 4.5 instead of 4.0. So now Zachary, the problem you mention with the module installs - I have had them, too (and also in ealier

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-05-14 Thread Ubuntu Foundations Team Bug Bot
The attachment xsp_patch seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for any

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-04-22 Thread Zachary Burns
Also package needs to be changed so it doesn't hang due to enabling mod_mono and mod_mono_auto - just give the user a choice or accept the mod_mono_auto as default. See attached screenshot. ** Attachment added: SNAG-4-22-2014-14-08-18.png

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-04-22 Thread Zachary Burns
My fix was as simple as changing /etc/mono-server4/mono-server4-hosts.conf and setting the MonoPath line to the following (from 4.0 to 4.5) MonoPath default /usr/lib/mono/4.5:/usr/lib -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-04-20 Thread shahid khan
I want to put further in this after the workaround that i have given above ,every time i restarted my computer it would give me System.Web.HttpException and the apache error log would show that mono could not write to /var/www/.mono because of permissions , i did another work around and now even

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-04-19 Thread shahid khan
if after this fix some of you face System.Web.HttpException , error 4 , error 5 or resource not found , just restart the apache server and you will be good to go.. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xsp in Ubuntu.

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-04-18 Thread shahid khan
I just happened to fix it kind of,by doing the following changes i just changed /usr/lib/mono/4.0:/usr/lib to /usr/lib/mono/4.5:/usr/lib in mono-server4-hosts.conf which you can find in /etc/mono-server4 . I think the problem is that assemblies required for web application are

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-04-18 Thread shahid khan
how can i help to fix this bug for all people??? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xsp in Ubuntu. https://bugs.launchpad.net/bugs/1293481 Title: asp.net 4.0 with apache does not seem to work on trusty Status in “xsp”

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-04-18 Thread shahid khan
I think the bug has nothing to do with xsp it is the mis configuration of the mono_server4 i tested the fix on ubuntu 14.04 LTS trusty (final release on 17 april) . The stack trace also shows that when mono-mono server ask mono to compile the asp.net page, mono can not find the classes that are

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-04-18 Thread shahid khan
to further clarify with which distro versions and packages i encountered and fix this bug. my mono packages versions are the same as the bug's reporter (Peder Chr. Nørgaard (pcn-2)) packages versions and i am using ubuntu 14.04 LTS -- You received this bug notification because you are a member

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-04-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xsp (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xsp in Ubuntu. https://bugs.launchpad.net/bugs/1293481

[Desktop-packages] [Bug 1293481] Re: asp.net 4.0 with apache does not seem to work on trusty

2014-03-18 Thread Peder Chr . Nørgaard
I have some additional information on this bug - not anything like a solution, but an idea about the direction in which to search. As was clear from the original posting, the crash occurs in Mono.WebServer.VPathToHost.CreateHost. I have now narrowed it down to the call of