[Mono-bugs] [Bug 463950] New: HttpException when executing the TestService. asmx xsp test on windows
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jan 6 17:01:06 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=463950
Summary: HttpException when executing the TestService.asmx xsp
test on windows
Product: Mono: Class Libraries
Version: 2.2.x
Platform: i586
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: twiest at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Description of Problem:
When trying to run the TestService.asmx xsp test on windows, I get an
HttpException.
This was found on Mono 2.2rc1.
This test case works under linux, so it seems to be a windows issue.
Steps to reproduce the problem:
1. cd c:\progra~1\mono-2.2\lib\xsp\test
2. run xsp
3. go to http://server:8080/1.1/webservice/TestService.asmx
4. notice the error as below
Actual Results:
Server Error in '/' Application
'/@@MonoFakeVirtualPath@@C:\PROGRA~1\Mono-2.2\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:\PROGRA~1\Mono-2.2\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]
Expected Results:
no error
How often does this happen?
every time
--
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