[Mono-bugs] [Bug 77930][Wis] New - Exception thrown running XSP tests

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 27 11:24:25 EST 2006


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 cgaisford at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77930

--- shadow/77930	2006-03-27 11:24:25.000000000 -0500
+++ shadow/77930.tmp.24985	2006-03-27 11:24:25.000000000 -0500
@@ -0,0 +1,66 @@
+Bug#: 77930
+Product: Mono: Tools
+Version: 1.1
+OS: other
+OS Details: OS X on an Intel Mac
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: XSP
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: cgaisford at novell.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Exception thrown running XSP tests
+
+I pulled the latest mono and XSP from svn trunk and ran a make install.  I changed into the xsp 
+test directory and started up xsp then hit localhost:8080 from a browser and XSP dumps the 
+following exception out to the screen... (by the way, this problem is the same problem that is 
+holding iFolder up from having a client on Intel Mac)
+
+
+System.TypeInitializationException: An exception was thrown by the type
+initializer for System.Runtime.Remoting.RemotingServices --->
+System.ArgumentException: Reading would overrun buffer
+in <0x0025b> System.IO.FileStream:Read (System.Byte[] dest, Int32 dest_offset,
+Int32 count)
+in <0x00040> System.IO.StreamReader:ReadBuffer ()
+in <0x00070> System.IO.StreamReader:Read (System.Char[] dest_buffer, Int32
+index, Int32 count)
+in <0x00098> System.IO.StreamReader:ReadToEnd ()
+in <0x00116> System.Security.Cryptography.CryptoConfig:LoadConfig
+(System.String filename, System.Collections.Hashtable algorithms,
+System.Collections.Hashtable oid)
+in <0x00656> System.Security.Cryptography.CryptoConfig:Initialize ()
+in <0x0004b> System.Security.Cryptography.CryptoConfig:CreateFromName
+(System.String name, System.Object[] args)
+in <0x00012> System.Security.Cryptography.CryptoConfig:CreateFromName
+(System.String name)
+in <0x00011> System.Security.Cryptography.RandomNumberGenerator:Create
+(System.String rngName)
+in <0x00012> System.Security.Cryptography.RandomNumberGenerator:Create ()
+in <0x00068> System.Guid:NewGuid ()
+in <0x00105> System.Runtime.Remoting.RemotingServices:.cctor ()--- End of inner
+exception stack trace ---
+
+in <0x00000> <unknown method>
+in <0x000b4> System.AppDomain:CreateDomain (System.String friendlyName,
+System.Security.Policy.Evidence securityInfo, System.AppDomainSetup info)
+in <0x00379> System.Web.Hosting.ApplicationHost:CreateApplicationHost
+(System.Type hostType, System.String virtualDir, System.String physicalDir)
+in <0x0008d> Mono.WebServer.VPathToHost:CreateHost
+(Mono.WebServer.ApplicationServer server, IWebSource webSource)
+in <0x000fb> Mono.WebServer.ApplicationServer:GetApplicationForPath
+(System.String vhost, Int32 port, System.String path, Boolean defaultToRoot)
+in (wrapper remoting-invoke-with-check)
+Mono.WebServer.ApplicationServer:GetApplicationForPath (string,int,string,bool)
+in <0x00176> Mono.WebServer.XSPWorker:InnerRun (System.Object state)
+in <0x00025> Mono.WebServer.XSPWorker:Run (System.Object state)
+
+Unhandled Exception: System.InvalidCastException: Cannot cast from source type
+to destination type.
+in <0x000c0> Mono.WebServer.ApplicationServer:RunServer ()
+in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()


More information about the mono-bugs mailing list