[Mono-bugs] [Bug 632600] New: Mono 2.6.1 , ASP.NET Version: 2.0.50727.1433 - Server error CS0006: cannot find metadata file '/tmp/apache-temp....'

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 18 17:46:32 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=632600

https://bugzilla.novell.com/show_bug.cgi?id=632600#c0


           Summary: Mono 2.6.1 ,  ASP.NET Version: 2.0.50727.1433 - Server
                    error CS0006: cannot find metadata file
                    '/tmp/apache-temp....'
    Classification: Mono
           Product: Mono: Compilers
           Version: 2.6.x
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Other.
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: thomas.davies at bankofamerica.com
         QAContact: mono-bugs at lists.ximian.com
                CC: webring at ndatech.it
        Depends on: 324783
          Found By: Customer
           Blocker: ---


+++ This bug was initially created as a clone of Bug #324783 +++

Experiencing the same issue as reported in BUG #324783.

Server Error in '/' Application
________________________________________
Compilation Error
Description: Error compiling a resource required to service this request.
Review your source file and modify it to fix this error. 
Compiler Error Message: CS0006: cannot find metadata file
`/tmp/apache-temp-aspnet-0/f55c6e0a/App_Code.658985aa.dll'
/Cloud10silverlightpriv.aspx 

Show Detailed Compiler Output:

gmcs /target:library /lib:"/var/www/html/bin" /debug+ /optimize- /warn:0
/out:"/tmp/apache-temp-aspnet-0/f55c6e0a/App_Web_Cloud10silverlightpriv.aspx.7ff7fe01.5e3781b7.dll"
/r:"/usr/local/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll"
/r:"/usr/local/lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll"
/r:"/usr/local/lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll"
/r:"/usr/local/lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll"
/r:"/usr/local/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll"
/r:"/usr/local/lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll"
/r:"/usr/local/lib/mono/gac/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll"
/r:"/usr/local/lib/mono/gac/System.IdentityModel/3.0.0.0__b77a5c561934e089/System.IdentityModel.dll"
/r:"/usr/local/lib/mono/gac/System.ServiceModel/3.0.0.0__b77a5c561934e089/System.ServiceModel.dll"
/r:"/usr/local/lib/mono/gac/System.ServiceModel.Web/3.5.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll"
/r:"/usr/local/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll"
/r:"/tmp/apache-temp-aspnet-0/f55c6e0a/App_Code.658985aa.dll"
/r:"/var/www/html/bin/DiffieHellman.dll" /r:"/var/www/html/bin/MySql.Data.dll"
/r:"/var/www/html/bin/Org.Mentalis.Security.dll"
/r:"/var/www/html/bin/Tamir.SharpSSH.dll"
/r:"/var/www/html/bin/VimService2005.XmlSerializers.dll"
/r:"/var/www/html/bin/VimService2005.dll"
/r:"/var/www/html/bin/sparkles.Web.dll"  /nowarn:0169 /d:DEBUG  --
"/tmp/apache-temp-aspnet-0/f55c6e0a/App_Web_Cloud10silverlightpriv.aspx.7ff7fe01.5e3781b7_0.cs" 

error CS0006: cannot find metadata file
`/tmp/apache-temp-aspnet-0/f55c6e0a/App_Code.658985aa.dll'
________________________________________
Version information: Mono Runtime Version: 2.6.1 (tarball Wed Mar 3 15:09:47
MST 2010); ASP.NET Version: 2.0.50727.1433




---- Reported by webring at ndatech.it 2007-07-16 15:20:23 MST ----

Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
After upgrade to mono version 1.2.4 , I start getting server error while
browsing website

Steps to reproduce the problem:
1. Browse a page e.g. http://10.0.0.1/my_page.aspx some files (*.dll and
*.dll.mdb) were generated in 
/temp/apache-temp-aspnet-0/XXXXXX (where XXXXXX is a folder name
automatically generated)
2. Browse other pages e.g. http://10.0.0.1/other_page.aspx some other files
were generated again.
3. Browse the same pages in another way e.g. http://server-name/#####
causes temporary files to be deleted and regenerated so when browsing the
first way again http://10.0.0.1/##### a server error was generated.I think
this is a mono or mod_mono related issue: I read
(http://www.go-mono.com/archive/1.2.4/#changes) that starting 
from rev 1.2.4 temporary files were automatically delete . Indeed setting
'export MONO_ASPNET_NODELETE=1' from bash 
shell seems to workaround the problem ...  but temporary folders fills with
much more files ...
Actual Results:

Server Error in '/' Application
Compilation Error

Description: Error compiling a resource required to service this request.
Review your 
source file and modify it to fix this error.

Error message:

(0,0) : error CS0006: cannot find metadata file 
`/tmp/apache-temp-aspnet-0/9bc357d8/274a60b3.dll'

File name: /var/www/html/en/default.aspx

Source File:

Line 1: //
------------------------------------------------------------------------------
Line 2: //  <autogenerated>
Line 3: //      This code was generated by a tool.
Line 4: //      Mono Runtime Version: 1.1.4322.2032
Line 5: //
Line 6: //      Changes to this file may cause incorrect behavior and will
be lost if
Line 7: //      the code is regenerated.
Line 8: //  </autogenerated>
Line 9: //
------------------------------------------------------------------------------
Line 10:
Line 11: namespace ASP {
Line 12:     using System;

....


Expected Results:


How often does this happen? 
Every time the steps are reproduced.

Additional Information:
Fedora FC5
Kernel 2.6.18
Mono JIT compiler version 1.2.4 (tarball)
          TLS:           normal
          GC:            Included Boehm (with typed GC)
          SIGSEGV:       normal
          Architecture:  x86
          Disabled:      none

 Apache
 Server version: Apache/2.2.2
 Server built:   Jun 26 2007 10:22:20



---- Additional Comments From vargaz at gmail.com 2007-07-16 16:07:23 MST ----

-> Sys.Web

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list