[Mono-bugs] [Bug 327809] New: REGRESSION: Could not find a part of the path with webservice

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Sep 24 10:22:25 EDT 2007


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

           Summary: REGRESSION: Could not find a part of the path with
                    webservice
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.Web.Services
        AssignedTo: atsushi at ximian.com
        ReportedBy: informatique.internet at fiducial.fr
         QAContact: mono-bugs at ximian.com
          Found By: ---


Hi, this is a recent regression,  

To reproduce it :

1: cd /usr/lib/xsp/test (or where xsp tests are)
2: run xsp
3: launch firefox : and hit :
http://localhost:8080/1.1/webservice/TestService.asmx
4: You get : System.IO.DirectoryNotFoundException: Could not find a part of the
path "/usr/lib/xsp/test/usr/lib/xsp/test/1.1/webservice/TestService.asmx".
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess
access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions
options) [0x00000] 
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess
access, FileShare share) [0x00000] 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  at System.IO.File.OpenRead (System.String path) [0x00000] 
  at System.Web.UI.SimpleWebHandlerParser.GetDirectivesAndContent () [0x00000] 
  at System.Web.UI.SimpleWebHandlerParser..ctor (System.Web.HttpContext
context, System.String virtualPath, System.String physicalPath) [0x00000] 
  at System.Web.UI.WebServiceParser..ctor (System.Web.HttpContext context,
System.String virtualPath, System.String physicalPath) [0x00000] 
  at System.Web.UI.WebServiceParser.GetCompiledType (System.String inputFile,
System.Web.HttpContext context) [0x00000] 
  at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler
(System.Web.HttpContext context, System.String verb, System.String url,
System.String filePath) [0x00000] 
  at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context)
[0x00000] 
  at System.Web.HttpApplication+<>c__CompilerGenerated1.MoveNext () [0x00000] 

It seems that the File path is doubled...

It's always reproducible with SVN HEAD


-- 
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