[Mono-bugs] [Bug 80653][Nor] Changed - Sharing violation error from FileStream in web service
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 29 06:30:57 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sandy.dunlop at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80653
--- shadow/80653 2007-01-29 06:27:17.000000000 -0500
+++ shadow/80653.tmp.31146 2007-01-29 06:30:57.000000000 -0500
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.2
OS: GNU/Linux [Other]
OS Details: Ubuntu 6.10
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: sandy.dunlop at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -99,6 +99,42 @@
Expected Results:
Web page displayed
How often does this happen?
Always
+
+------- Additional Comments From sandy.dunlop at gmail.com 2007-01-29 06:30 -------
+Running the web app from Apache with mod_mono, the error message is
+slightly different:
+
+System.Reflection.TargetInvocationException: Exception has been thrown
+by the target of an invocation. --->
+Thinktecture.Tools.Web.Services.MetadataLoadingException: An error
+occured while trying to load validation schemas. --->
+System.IO.IOException: Sharing violation on path
+/home/mxadmin/Desktop/Redback/Server/RedbackContract/RedbackWebService.wsdl
+ at System.IO.FileStream..ctor (System.String name, FileMode mode,
+FileAccess access, FileShare share, Int32 bufferSize, Boolean
+anonymous, FileOptions options) [0x00000]
+ at System.IO.FileStream..ctor (System.String name, FileMode mode,
+FileAccess access, FileShare share, Int32 bufferSize, Boolean isAsync,
+Boolean anonymous) [0x00000]
+ at System.IO.FileStream..ctor (System.String name, FileMode mode,
+FileAccess access) [0x00000]
+ at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess)
+ at System.Web.Services.Discovery.DiscoveryClientProtocol.Download
+(System.String& url, System.String& contentType) [0x00000]
+ at System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoverAny
+(System.String url) [0x00000]
+ at (wrapper remoting-invoke-with-check)
+System.Web.Services.Discovery.DiscoveryClientProtocol:DiscoverAny (string)
+ at
+Thinktecture.Tools.Web.Services.Extensions.ValidationExtension.LoadSchemasFromServiceDescription
+(System.String wsdlLocation) [0x00000]
+ at
+Thinktecture.Tools.Web.Services.Extensions.ValidationExtension.GetInitializer
+(System.Type serviceType) [0x00000] --- End of inner exception stack
+trace ---
+
+
More information about the mono-bugs
mailing list