[Mono-bugs] [Bug 461184] New: web service default page cannot opened, xsp2 causes exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 20 10:15:16 EST 2008


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


           Summary: web service default page cannot opened, xsp2 causes
                    exception
           Product: Mono: Class Libraries
           Version: SVN
          Platform: x86
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web.Services
        AssignedTo: atsushi at ximian.com
        ReportedBy: kobruleht2 at hot.ee
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


To reproduce run http://www.mono-project.com/Writing_a_WebService
using xsp started by right clicking in folder nama and by typing

http://localhost:8088/NumberService.asmx

observed:

Server Error in '/' Application

--------------------------------------------------------------------------------

'/@@MonoFakeVirtualPath@@c:\mono\lib\..\etc\mono\2.0\DefaultWsdlHelpGenerator.aspx'
is not a valid virtual path.
Description: HTTP 500. Error processing request.

Stack Trace: 

System.Web.HttpException:
'/@@MonoFakeVirtualPath@@c:\mono\lib\..\etc\mono\2.0\DefaultWsdlHelpGenerator.aspx'
is not a valid virtual path.  at System.Web.HttpRequest.MapPath (System.String
virtualPath, System.String baseVirtualDir, Boolean allowCrossAppMapping)
[0x00000]   at System.Web.HttpRequest.MapPath (System.String virtualPath)
[0x00000]   at System.Web.Configuration.WebConfigurationHost.MapPath
(System.String virtualPath) [0x00000]   at
System.Web.Configuration.WebConfigurationHost.GetStreamName (System.String
configPath) [0x00000]   at System.Configuration.Configuration.Init
(IConfigSystem system, System.String configPath,
System.Configuration.Configuration parent) [0x00000]   at
System.Configuration.Configuration..ctor
(System.Configuration.InternalConfigurationSystem system, System.String
locationSubPath) [0x00000]   at
System.Configuration.InternalConfigurationFactory.Create (System.Type
typeConfigHost, System.Object[] hostInitConfigurationParams) [0x00000]   at
System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration
(System.String path, System.String site, System.String locationSubPath,
System.String server, System.String userName, System.String password) [0x00000] 

--------------------------------------------------------------------------------
Version information: Mono Version: 2.0.50727.1433; ASP.NET Version:
2.0.50727.1433 


After pressing Enter in xsp2 unhandled windows exception occurs:

** ERROR **: file mini.c: line 2079 (mono_get_lmf_addr): should not be reached
aborting...


Note. adding lines 

<webServices>
<wsdlHelpGenerator
href="\Mono\etc\mono\2.0\DefaultWsdlHelpGenerator.aspx"/>
</webServices>

to web.config causes web service default page to appear but windows unhandled
exception still occurs if xsp2 is terminated by pressing enter.


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


More information about the mono-bugs mailing list