On 2/16/07, Balakrishnan KalIdas <[EMAIL PROTECTED]> wrote:
Hi Tim, The iFolder Web Admin doesn't throw the exception explicitly. I would recommend you to check the iFolder Web access which explicitly throws the exception and send across the exception content, for us to analyse it.
There was no log files anywhere. That's because the log4net config file specifies that the log files should be in /var/lib/simias/log but no such directory exists. Since the installer didn't create the directory I created it myself. Also the entire /var/lib/simias directory was owned by wwwrun and I don't have that user so I changed the user the proper one on my system When I attempted to log on to the admin screen I got the same "session has been closed" closed message but this time there was a log file. Here is the output from that. As you can see it's looking for Simias.config file /var/lib/simias. I created a symlink to that file and now it have the same error but it still won't log me in. System.Web.HttpException: ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: An exception was thrown by the type initializer for Simias.Web.Global ---> Simias.SimiasException: Cannot locate configuration file: /var/lib/simias/Simias.config at Simias.Configuration..ctor (System.String storePath, Boolean isServer) [0x00000] at Simias.Storage.Store.Initialize (System.String simiasStorePath, Boolean isServer, Int32 port) [0x00000] at Simias.Web.Global..cctor () [0x00000] --- End of inner exception stack trace --- at <0x00000> <unknown method> at ASP.Global_asax..ctor () [0x00000] at <0x00000> <unknown method> at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[]) at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] --- End of inner exception stack trace --- at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] at System.Web.HttpApplicationFactory.FireOnAppStart ( System.Web.HttpContext context) [0x00000] at System.Web.HttpApplicationFactory.GetApplication ( System.Web.HttpContext context) [0x00000] at System.Web.HttpRuntime.RealProcessRequest (System.Object o) [0x00000] --- End of inner exception stack trace --- --> at System.Web.Services.Protocols.WebServiceHelper.InvalidOperation ( System.String message, System.Net.WebResponse response, System.Text.Encodingenc) [0x00000] at System.Web.Services.Protocols.SoapHttpClientProtocol.ReceiveResponse ( System.Net.WebResponse response, System.Web.Services.Protocols.SoapClientMessage message, System.Web.Services.Protocols.SoapExtension[] extensions) [0x00000] at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke ( System.String method_name, System.Object[] parameters) [0x00000] at iFolderAdmin.GetAuthenticatedUser () [0x00000] at (wrapper remoting-invoke-with-check) iFolderAdmin:GetAuthenticatedUser () at Novell.iFolderWeb.Admin.Login.DoLogin (System.String username, System.String password, Boolean check) [0x00000] [EMAIL PROTECTED] log]#
_______________________________________________ ifolder-dev mailing list [email protected] http://forge.novell.com/mailman/listinfo/ifolder-dev
