Am Dienstag, 10. Juli 2007 13:47:22 schrieben Sie:
> > rm -rf /tmp/mod_mono_*  helps here
>
> Done
>
> > ok ...  please
> > ls -alh /var/lib/
> drwxr-xr-x  8 apache apache  4.0K Jul 10 14:27 simias

rights are ok ...

>
> > ls -alh /var/lib/simias
>
> drwxr-xr-x  8 apache apache 4.0K Jul 10 14:27 .
> drwxr-xr-x 16 root   root   4.0K Jul 10 14:24 ..
> -rw-------  1 apache apache   79 Jul 10 14:27 .local.if
> drwx------  4 apache apache 4.0K Jul 10 14:27 CollectionFiles
> -rw-------  1 apache apache 8.0M Jul 10 14:27 FlaimSimias.01
> -rw-------  1 apache apache 8.0M Jul 10 14:29 FlaimSimias.db
> -rw-------  1 apache apache    0 Jul 10 14:27 FlaimSimias.lck
> drwx------  2 apache apache 4.0K Jul 10 14:27 FlaimSimias.rfl
> -rwx------  1 apache apache 1.4K Jul 10 14:27 Simias.config
> -rwx------  1 apache apache 1.3K Jul 10 14:27 Simias.log4net
> drwx------  2 apache apache 4.0K Jul 10 14:27 changelog
> drwx------  2 apache apache 4.0K Jul 10 15:27 log
> drwx------  2 apache apache 4.0K Jul 10 14:27 modules
> drwx------  2 apache apache 4.0K Jul 10 14:27 report

looks good

> > try it again with these steps:
> >
> > service httpd stop
> > killall -s 9 mono
> >
> >
> > mkdir /var/www/.config/
> > chmod 777 /var/www/.config/  (just thought this needs to be checked - in
> > suse it's /srv/www/.config )
>
> It's in /var/www I have set it to 777

ok ... just thought: "what does ifolder use"

> > chmod 777 /var/lib/simias    (too open, but to exclude an possible
> > conflict)
>
> Changed it 777
>
> > ls -alh /etc/httpd/conf.d    (there must be a link to
> > ifolder_apache.conf) ls -alh /etc/simias/         (ifolder-apache.conf in
> > there and also the mentioned files)
>
> [EMAIL PROTECTED] log]# ls -lah /var/www/
> total 32K
> drwxr-xr-x  8 root   root 4.0K Jul 10 14:24 .
> drwxr-xr-x 19 root   root 4.0K May 31 21:42 ..
> drwxrwxrwx  3 apache root 4.0K Jul 10 14:27 .config
> drwxr-xr-x  2 root   root 4.0K May  9 14:28 cgi-bin
> drwxr-xr-x  3 root   root 4.0K May 31 21:43 error
> drwxr-xr-x  2 root   root 4.0K May  9 14:28 html
> drwxr-xr-x  3 root   root 4.0K May 31 21:43 icons
> drwxr-xr-x 14 root   root 4.0K May 31 21:43 manual
>
> [EMAIL PROTECTED] log]# chmod -R 777 /var/lib/simias/
> [EMAIL PROTECTED] log]# chmod -R 777 /var/www/.config/
>
> [EMAIL PROTECTED] log]# ls -alh /etc/simias/
> total 28K
> drwxr-xr-x  4 root root 4.0K Jul 10 14:24 .
> drwxr-xr-x 55 root root 4.0K Jul 10 14:24 ..
> -rwxr-xr-x  1 root root  539 Jul 10 01:14 Simias.config
> -rwxr-xr-x  1 root root 1.3K Jul 10 01:14 Simias.log4net
> drwxr-xr-x  4 root root 4.0K Jul 10 14:24 apache
> drwxr-xr-x  3 root root 4.0K Jul 10 14:24 bill
> -rwxr-xr-x  1 root root  195 Jul 10 01:14 defaults.config
> [EMAIL PROTECTED] log]# ls -lah /etc/httpd/conf.d/
> total 40K
> drwxr-xr-x 4 root root 4.0K Jul 10 14:24 .
> drwxr-xr-x 4 root root 4.0K May 31 21:43 ..
> -rw-r--r-- 1 root root  392 May  9 14:28 README
> drwxr-xr-x 2 root root 4.0K Jul 10 04:05 disabled
> lrwxrwxrwx 1 root root   38 Jul 10 14:24 ifolder_apache.conf ->
> /etc/simias/apache/ifolder_apache.conf
> drwxr-xr-x 2 root root 4.0K Jul 10 14:14 ifolder_files
> -rw-r--r-- 1 root root  295 May  9 14:28 manual.conf
> -rw-r--r-- 1 root root  817 Nov 25  2006 mod_mono.conf
> -rw-r--r-- 1 root root  560 May  8 16:16 php.conf
> -rw-r--r-- 1 root root  566 May  9 14:28 proxy_ajp.conf
> -rw-r--r-- 1 root root  299 May  9 14:28 welcome.conf
>
> > service httpd start
> >
> > ps ax | grep mono            (should settle down to 3 running
> > mod_mono_server processes)
>
> 18068 ?        Ssl    0:00 /usr/bin/mono
> /usr/lib/mono/1.0/mod-mono-server.exe --filename
> /tmp/mod_mono_server_ifolder --applications
> /ifolder:/usr/lib/simias/webaccess --nonstop
> 18072 ?        Ssl    0:00 /usr/bin/mono
> /usr/lib/mono/1.0/mod-mono-server.exe --filename
> /tmp/mod_mono_server_simias10 --applications
> /simias10:/usr/lib/simias/web --nonstop
> 18081 ?        Ssl    0:00 /usr/bin/mono
> /usr/lib/mono/1.0/mod-mono-server.exe --filename
> /tmp/mod_mono_server_admin --applications /admin:/usr/lib/simias/admin
> --nonstop
> 19771 pts/0    S+     0:00 grep mono
> [
>
> > try to login to the admin interface. (should be admin/simias, could also
> > be admin/novell)
>
> Nope same as before.

damn ;)

>
> [EMAIL PROTECTED] log]# cat Simias.log
> 2007-07-10 15:43:51,807 [-1239065712] INFO
> Simias.Storage.Provider.Provider - Created new store /var/lib/simias.
> 2007-07-10 15:43:54,815 [-1239065712] ERROR Simias.Service.Manager -
> Object reference not set to an instance of an object
> System.NullReferenceException: Object reference not set to an instance
> of an object
>   at Simias.Storage.Identity.get_Credential () [0x00000]
>   at Simias.Storage.Identity.get_PublicKey () [0x00000]
>   at Simias.Storage.Store..ctor () [0x00000]
> 2007-07-10 15:43:59,288 [-1239065712] INFO
> Simias.Storage.Provider.Provider - Created new store /var/lib/simias.
> 2007-07-10 15:44:03,084 [-1239065712] ERROR Simias.Service.Manager -
> Exception has been thrown by the target of an invocation.
> System.Reflection.TargetInvocationException: Exception has been thrown
> by the target of an invocation. ---> System.NullReferenceException:
> Object reference not set to an instance of an object
>   at Simias.Storage.Identity.get_Credential () [0x00000]
>   at Simias.Storage.Identity.get_PublicKey () [0x00000]
>   at Simias.Storage.Store..ctor () [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.Activator.CreateInstance (System.Type type) [0x00000]
>   at System.Reflection.Assembly.CreateInstance (System.String
> typeName, Boolean ignoreCase) [0x00000]
>   at System.Reflection.Assembly.CreateInstance (System.String
> typeName) [0x00000]
>   at Simias.Service.ThreadServiceCtl.Start () [0x00000]
>   at Simias.Service.Manager.messageDispatcher (Simias.Service.Message
> msg) [0x00000]
> 2007-07-10 15:44:03,091 [-1239065712] INFO  Simias.Service.Manager -
> "Simias Journal" service started.
> 2007-07-10 15:44:07,824 [-1239065712] INFO
> Simias.Storage.Provider.Provider - Created new store /var/lib/simias.
> 2007-07-10 15:44:09,457 [-1239065712] ERROR Simias.Service.Manager -
> Object reference not set to an instance of an object
> System.NullReferenceException: Object reference not set to an instance
> of an object
>   at Simias.Storage.Identity.get_Credential () [0x00000]
>   at Simias.Storage.Identity.get_PublicKey () [0x00000]
>   at Simias.Storage.Store..ctor () [0x00000]
> 2007-07-10 15:44:13,922 [-1297368176] INFO
> Simias.Storage.Provider.Provider - Created new store /var/lib/simias.
> 2007-07-10 15:44:19,549 [-1239065712] INFO
> Simias.Storage.Provider.Provider - Created new store /var/lib/simias.
> 2007-07-10 15:44:20,584 [-1239065712] ERROR Simias.Service.Manager -
> An exception was thrown by the type initializer for
> Simias.Server.Report
> System.TypeInitializationException: An exception was thrown by the
> type initializer for Simias.Server.Report --->
> System.NullReferenceException: Object reference not set to an instance
> of an object
>   at Simias.Storage.Identity.get_Credential () [0x00000]
>   at Simias.Storage.Identity.get_PublicKey () [0x00000]
>   at Simias.Storage.Store..ctor () [0x00000] --- End of inner
> exception stack trace ---
>
>   at <0x00000> <unknown method>
>   at Simias.Server.ReportService.Start () [0x00000]
>   at Simias.Service.ThreadServiceCtl.Start () [0x00000]
>   at Simias.Service.Manager.messageDispatcher (Simias.Service.Message
> msg) [0x00000]
> 2007-07-10 15:44:20,585 [-1239065712] INFO  Simias.Service.Manager -
> Services started.
>
>
>
>
> [EMAIL PROTECTED] log]# cat adminweb.log
> 2007-07-10 15:43:26,127 [-1224897648] INFO  Login - [202.49.165.156]
> CBA: key is Connection , value : keep-alive
> 2007-07-10 15:43:26,171 [-1224897648] INFO  Login - [202.49.165.156]
> CBA: key is Keep-Alive , value : 300
> 2007-07-10 15:43:26,171 [-1224897648] INFO  Login - [202.49.165.156]
> CBA: key is Accept , value :
> text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q
>=0.8,image/png,*/*;q=0.5 2007-07-10 15:43:26,171 [-1224897648] INFO  Login -
> [202.49.165.156] CBA: key is Accept-Charset , value :
> ISO-8859-1,utf-8;q=0.7,*;q=0.7 2007-07-10 15:43:26,171 [-1224897648] INFO 
> Login - [202.49.165.156] CBA: key is Accept-Encoding , value : gzip,deflate
> 2007-07-10 15:43:26,171 [-1224897648] INFO  Login - [202.49.165.156]
> CBA: key is Accept-Language , value : en-us,en;q=0.5
> 2007-07-10 15:43:26,171 [-1224897648] INFO  Login - [202.49.165.156]
> CBA: key is Cookie , value : ASPSESSION=7CEF44C39072B2B5C8960E72;
> test=True
> 2007-07-10 15:43:26,171 [-1224897648] INFO  Login - [202.49.165.156]
> CBA: key is Host , value : 208.77.101.20
> 2007-07-10 15:43:26,171 [-1224897648] INFO  Login - [202.49.165.156]
> CBA: key is User-Agent , value : Mozilla/5.0 (Windows; U; Windows NT
> 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
> 2007-07-10 15:43:40,198 [-1223844976] INFO  Login - [202.49.165.156]
> Client Information: admin, 202.49.165.156, en-us, Mozilla/5.0
> (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515
> Firefox/2.0.0.4
> 2007-07-10 15:44:20,806 [-1223844976] INFO  Login - [202.49.165.156]
> Login Failed
> System.InvalidOperationException: Not supported Content-Type in the
> response: 'text/html; charset=iso-8859-1'
> Response error message:
> --
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>500 Internal Server Error</title>
> </head><body>
> <h1>Internal Server Error</h1>
> <p>The server encountered an internal error or
> misconfiguration and was unable to complete
> your request.</p>
> <p>Please contact the server administrator,
>  [EMAIL PROTECTED] and inform them of the time the error occurred,
> and anything you might have done that may have
> caused the error.</p>
> <p>More information about this error may be available
> in the server error log.</p>
> <hr>
> <address>Apache/2.2.4 (Fedora) Server at localhost Port 80</address>
> </body></html>
>
>   at System.Web.Services.Protocols.WebServiceHelper.InvalidOperation
> (System.String message, System.Net.WebResponse response,
> System.Text.Encoding enc) [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]
> 2007-07-10 15:44:20,828 [-1223844976] ERROR Global - [202.49.165.156]
> Application Error
> System.InvalidOperationException: Not supported Content-Type in the
> response: 'text/html; charset=iso-8859-1'
> Response error message:
> --
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>500 Internal Server Error</title>
> </head><body>
> <h1>Internal Server Error</h1>
> <p>The server encountered an internal error or
> misconfiguration and was unable to complete
> your request.</p>
> <p>Please contact the server administrator,
>  [EMAIL PROTECTED] and inform them of the time the error occurred,
> and anything you might have done that may have
> caused the error.</p>
> <p>More information about this error may be available
> in the server error log.</p>
> <hr>
> <address>Apache/2.2.4 (Fedora) Server at localhost Port 80</address>
> </body></html>
>
>   at System.Web.Services.Protocols.WebServiceHelper.InvalidOperation
> (System.String message, System.Net.WebResponse response,
> System.Text.Encoding enc) [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]#


This SoapClient error ... hmmm ... i remember once having this, too ... just 
don't remember what i did ...

Lem'me resetup an fc7 on vmware to check that.

Greets
Jan-Simon
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to