[Mono-bugs] [Bug 68751][Nor] New - XSP problem on Windows + same problem crashes on Linux

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Oct 2004 03:29:01 -0400 (EDT)


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 accounts@sandmik.net.

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

--- shadow/68751	2004-10-25 03:29:01.000000000 -0400
+++ shadow/68751.tmp.19733	2004-10-25 03:29:01.000000000 -0400
@@ -0,0 +1,81 @@
+Bug#: 68751
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: Windows (mono-1.0.2-gtksharp-1.0.2-win32-0.7) and Linux (Mono 1.0.2)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: accounts@sandmik.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XSP problem on Windows + same problem crashes on Linux
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+Steps to reproduce the problem:
+1.
+"
+Running XSP on Windows throws several warnings on the command line
+and then continues working.
+The same file run under linux throws the same warnings but with an extra 
+error and crashes
+"
+2. Under windows, this is what is reported
+"
+** (C:\PROGRA~1\MONO-1~1.2\bin\xsp.exe:3900): WARNING **: Could not load 
+class f
+rom token 0x01000099 in D:\Visual 
+C++\wwwprojects\FusionPanels\FPBill\bin\WebObj
+ects.NET.dll
+
+** (C:\PROGRA~1\MONO-1~1.2\bin\xsp.exe:3900): WARNING **: Could not load 
+class f
+rom token 0x0100009a in D:\Visual 
+C++\wwwprojects\FusionPanels\FPBill\bin\WebObj
+ects.NET.dll
+
+** (C:\PROGRA~1\MONO-1~1.2\bin\xsp.exe:3900): WARNING **: Could not load 
+class f
+rom token 0x01000099 in D:\Visual 
+C++\wwwprojects\FusionPanels\FPBill\bin\WebObj
+ects.NET.dll
+
+** (C:\PROGRA~1\MONO-1~1.2\bin\xsp.exe:3900): WARNING **: Could not load 
+class f
+rom token 0x0100009a in D:\Visual 
+C++\wwwprojects\FusionPanels\FPBill\bin\WebObj
+ects.NET.dll"
+
+3. 
+"
+Under linux this is what is reported:
+"
+pmap_getmaps rpc problem: RPC: Unable to receive; errno = Connection reset 
+by peer
+
+
+** (/usr/bin/xsp.exe:16548): WARNING **: Could not load class from token
+0x01000099 
+in /home/demofpb/public_html/fpbillfrontend/bin/WebObjects.NET.dll
+
+
+** (/usr/bin/xsp.exe:16548): WARNING **: Could not load class from token
+0x0100009a 
+in /home/demofpb/public_html/fpbillfrontend/bin/WebObjects.NET.dll
+"
+
+Actual Results:
+Why is this crashing XSP under linux? it shouldn't
+and also I want to know what is this error and what does it mean?
+How can I stop these warnings and what do they have affect on?
+
+How often does this happen? 
+Always