[Mono-list] FlexWiki FileNotFoundException

Likai Liu liulk@cs.bu.edu
Tue, 2 Nov 2004 01:06:18 -0500


I obtained a copy of FlexWiki from http://www.go-mono.com/ports/, and I  
try to setup XSP to run it, under the /flexwiki alias. However, I get  
the following error:

--------
Server error in '/flexwiki' application
Description: Error processing request.

Error Message: HTTP 500.

Stack Trace:

System.IO.FileNotFoundException: File  
'/var/httpd/mono-aspnet/flexwiki/bin/FlexWiki.Web.Services.dll' not  
found.
in (unmanaged) (wrapper managed-to-native)  
System.Reflection.Assembly:LoadFrom (string)
in <0x00004> (wrapper managed-to-native)  
System.Reflection.Assembly:LoadFrom (string)
in <0x001ee> System.Web.UI.TemplateParser:LoadType (string)
in <0x00081> System.Web.UI.TemplateParser:SetBaseType (string)
in <0x0014f> System.Web.UI.TemplateParser:ProcessMainAttributes  
(System.Collections.Hashtable)
in <0x000c4> System.Web.UI.TemplateParser:AddDirective  
(string,System.Collections.Hashtable)
in <0x00092> System.Web.UI.ApplicationFileParser:AddDirective  
(string,System.Collections.Hashtable)
in <0x00159> System.Web.Compilation.AspGenerator:TagParsed  
(System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string, 
System.Web.Compilation.TagAttributes)
in <0x00085> (wrapper delegate-invoke)  
System.MulticastDelegate: 
invoke_void_ILocation_TagType_string_TagAttributes  
(System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string, 
System.Web.Compilation.TagAttributes)
in <0x00037> System.Web.Compilation.AspParser:OnTagParsed  
(System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttribu 
tes)
in <0x0020f> System.Web.Compilation.AspParser:Parse ()
in <0x00021> System.Web.Compilation.AspGenerator:DoParse ()
in <0x00103> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x00070>  
System.Web.UI.ApplicationFileParser:GetCompiledApplicationType  
(string,System.Web.HttpContext)
in <0x00047> System.Web.HttpApplicationFactory:CompileApp  
(System.Web.HttpContext)
in <0x00032> System.Web.HttpApplicationFactory:InitializeFactory  
(System.Web.HttpContext)
in <0x0007a> System.Web.HttpApplicationFactory:GetInstance  
(System.Web.HttpContext)
in <0x00132> System.Web.HttpRuntime:InternalExecuteRequest  
(System.Web.HttpWorkerRequest)
--------

The strange thing is that I made sure the case is correct, and the file  
permission is fine. Tested with a 'cat' in the user that xsp is running  
with, given the full path copied from the error message. That doesn't  
seem to be the problem. I am confused. Please help.

Likai Liu

ps. Please cc to me, since I am not subscribed to the list.