Re: [Ifolder-dev] iFolder - SLES11

2009-12-01 Thread Ravi Kumar

Yes change INFO in Simias.log4net to DEBUG to enable Debug mode logging. 
Hope you are running the server behind apache. 

ravi  

 Matt Weisberg m...@weisberg.net 12/1/2009 1:30 PM 

On both the OpenSUSE 11.1 and SLES 11 boxes, I get:

Server Error in '/simias10' Application



The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its 
dependencies) could have been removed, had its name changed, or is temporarily 
unavailable. Please review the following URL and make sure that it is spelled 
correctly.

Requested URL: /simias10/



Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 
2.0.50727.1433

If I try and go to /simias10 directly.  Hmm. 

How do I flip into debug? Just change Simias.log4net and switch INFO to DEBUG?

Thanks.

Matt




--

-
Matt Weisberg
Weisberg Consulting, Inc.
m...@weisberg.net
www.weisberg.net
ofc. 248.685.1970
cell 248.705.1950
fax 248.769.5963

 On 12/1/2009 at  2:50 AM, in message
4b1518220246d...@victor.provo.novell.com, Ravi Kumar
rku...@novell.com wrote:

 Could you please attach the server logs in Debug mode. /simias10 should be
 accessible if configuration is through successfully. 

 rav

 Matt Weisberg m...@weisberg.net 12/1/2009 1:16 PM 

 Here are the RPMs I have for mono:

 mono-data-oracle-2.4.2.3-17.1
 mono-jscript-2.4.2.3-17.1
 apache2-mod_mono-2.4.2-8.3
 mono-extras-2.4.2.3-17.1
 mono-data-sqlite-2.4.2.3-17.1
 mono-data-sybase-2.4.2.3-17.1
 mono-core-2.4.2.3-17.1
 mono-web-2.4.2.3-17.1
 mono-nunit-2.4.2.3-17.1
 mono-data-postgresql-2.4.2.3-17.1
 mono-wcf-2.4.2.3-17.1
 mono-winforms-2.4.2.3-17.1
 mono-locale-extras-2.4.2.3-17.1
 mono-complete-2.4.2.3-17.1
 mono-data-2.4.2.3-17.1
 mono-data-firebird-2.4.2.3-17.1
 mono-devel-2.4.2.3-17.1


 I actually built an OpenSUSE 11.1 box, figuring that should work.  But I get
 the exact same problems as with the SLES11 server ( pulled mono from
 basically the same site).

 Matt




 --

 -
 Matt Weisberg
 Weisberg Consulting, Inc.
 m...@weisberg.net
 www.weisberg.net
 ofc. 248.685.1970
 cell 248.705.1950
 fax 248.769.5963

 On 12/1/2009 at 12:46 AM, in message
 4b144b5102380006b...@sinclair.provo.novell.com, Balakrishnan KalIdas
 bkali...@novell.com wrote:
 Version of Mono installed? I suppose it has to be only =2.4. iFolder team
 can
 confirm if a exact revision has to be used to get few mono bugs fixed.

 Kalis

 Matt Weisberg  12/01/09 5:17 AM 

 I decided to give it a shot and see if I could get it working on SLES11.  I
 installed the latest mono via zypper from here:
 http://ftp.novell.com/pub/mono/download-stable/SLE_11
 And then I installed the SLE11 build of iFolder.  Config went fine and I
 could even get into the admin interface, but it seems simias is not working
 right, I get these errors when I try and save anything:

 System.Net.WebException: Error writing request.
   at System.Net.WebConnectionStream.WriteRequest () [0x0]
   at System.Net.WebConnectionStream.Close () [0x0]
   at System.IO.StreamWriter.Dispose (Boolean disposing) [0x0]
   at System.IO.StreamWriter.Close () [0x0]
   at System.Xml.XmlTextWriter.Close () [0x0]
   at System.Web.Services.Protocols.SoapHttpClientProtocol.SendRequest
 (System.IO.Stream s, System.Web.Services.Protocols.SoapCl
 ientMessage message, System.Web.Services.Protocols.SoapExtension[]
 extensions) [0x0]
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke
 (System.String method_name, System.Object[] parameters) [0x000
 00]
 2009-11-30 18:25:54,325 [-1245373552] ERROR Global - [10.5.0.46] Application
 Error
 System.Exception: Unable to connect to master serverSystem.Net.WebException:
 Error writing request.
   at System.Net.WebConnectionStream.WriteRequest () [0x0]
   at System.Net.WebConnectionStream.Close () [0x0]
   at System.IO.StreamWriter.Dispose (Boolean disposing) [0x0]
   at System.IO.StreamWriter.Close () [0x0]
   at System.Xml.XmlTextWriter.Close () [0x0]
   at System.Web.Services.Protocols.SoapHttpClientProtocol.SendRequest
 (System.IO.Stream s, System.Web.Services.Protocols.SoapCl
 ientMessage message, System.Web.Services.Protocols.SoapExtension[]
 extensions) [0x0]
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke
 (System.String method_name, System.Object[] parameters) [0x000
 00]
   at Novell.iFolderWeb.Admin.SystemInfo.ConnectToMaster () [0x0]
   at Novell.iFolderWeb.Admin.SystemInfo.Page_PreRender (System.Object
 source, System.EventArgs e) [0x0]
   at System.Web.UI.Control.OnPreRender (System.EventArgs e) [0x0]
   at System.Web.UI.Control.PreRenderRecursiveInternal () [0x0]
   at System.Web.UI.Page.ProcessLoadComplete () [0x0]
   at System.Web.UI.Page.InternalProcessRequest () [0x0]
   at System.Web.UI.Page.ProcessRequest 

Re: [Ifolder-dev] iFolder - SLES11

2009-11-30 Thread Balakrishnan KalIdas
Version of Mono installed? I suppose it has to be only =2.4. iFolder team can 
confirm if a exact revision has to be used to get few mono bugs fixed.

Kalis

 Matt Weisberg  12/01/09 5:17 AM 

I decided to give it a shot and see if I could get it working on SLES11.  I 
installed the latest mono via zypper from here: 
http://ftp.novell.com/pub/mono/download-stable/SLE_11
And then I installed the SLE11 build of iFolder.  Config went fine and I could 
even get into the admin interface, but it seems simias is not working right, I 
get these errors when I try and save anything:

System.Net.WebException: Error writing request.
  at System.Net.WebConnectionStream.WriteRequest () [0x0] 
  at System.Net.WebConnectionStream.Close () [0x0] 
  at System.IO.StreamWriter.Dispose (Boolean disposing) [0x0] 
  at System.IO.StreamWriter.Close () [0x0] 
  at System.Xml.XmlTextWriter.Close () [0x0] 
  at System.Web.Services.Protocols.SoapHttpClientProtocol.SendRequest 
(System.IO.Stream s, System.Web.Services.Protocols.SoapCl
ientMessage message, System.Web.Services.Protocols.SoapExtension[] extensions) 
[0x0] 
  at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (System.String 
method_name, System.Object[] parameters) [0x000
00] 
2009-11-30 18:25:54,325 [-1245373552] ERROR Global - [10.5.0.46] Application 
Error
System.Exception: Unable to connect to master serverSystem.Net.WebException: 
Error writing request.
  at System.Net.WebConnectionStream.WriteRequest () [0x0] 
  at System.Net.WebConnectionStream.Close () [0x0] 
  at System.IO.StreamWriter.Dispose (Boolean disposing) [0x0] 
  at System.IO.StreamWriter.Close () [0x0] 
  at System.Xml.XmlTextWriter.Close () [0x0] 
  at System.Web.Services.Protocols.SoapHttpClientProtocol.SendRequest 
(System.IO.Stream s, System.Web.Services.Protocols.SoapCl
ientMessage message, System.Web.Services.Protocols.SoapExtension[] extensions) 
[0x0] 
  at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (System.String 
method_name, System.Object[] parameters) [0x000
00] 
  at Novell.iFolderWeb.Admin.SystemInfo.ConnectToMaster () [0x0] 
  at Novell.iFolderWeb.Admin.SystemInfo.Page_PreRender (System.Object source, 
System.EventArgs e) [0x0] 
  at System.Web.UI.Control.OnPreRender (System.EventArgs e) [0x0] 
  at System.Web.UI.Control.PreRenderRecursiveInternal () [0x0] 
  at System.Web.UI.Page.ProcessLoadComplete () [0x0] 
  at System.Web.UI.Page.InternalProcessRequest () [0x0] 
  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) 
[0x0] 

That's part of it.  If I try and go to /simias10, I login then get a 404 error 
from Mono.

Could I just be missing a dependency?

Thanks.

Matt





-- 

-
Matt Weisberg
Weisberg Consulting, Inc.
m...@weisberg.net
www.weisberg.net
ofc. 248.685.1970
cell 248.705.1950
fax 248.769.5963
 
 On 11/30/2009 at  1:33 PM, in message
, Matt Weisberg
 wrote:

 Will there be any iFolder 3.8 server builds created for SLES11?  Or only for 
 OpenSUSE?  Any chance the OpenSUSE 11.1 build would work on SLES11?  What 
 about on OpenSUSE 11.2?  
 
 Thanks.
 
 Matt
 
 
 
 Matt Weisberg
 Weisberg Consulting, Inc.
 m...@weisberg.net 
 www.weisberg.net 
 ofc. 248.685.1970
 cell 248.705.1950
 fax 248.769.5963
 
 ___
 ifolder-dev mailing list
 ifolder-dev@forge.novell.com 
 http://forge.novell.com/mailman/listinfo/ifolder-dev

___
ifolder-dev mailing list
ifolder-dev@forge.novell.com
http://forge.novell.com/mailman/listinfo/ifolder-dev

___
ifolder-dev mailing list
ifolder-dev@forge.novell.com
http://forge.novell.com/mailman/listinfo/ifolder-dev


Re: [Ifolder-dev] iFolder - SLES11

2009-11-30 Thread Matt Weisberg

Here are the RPMs I have for mono:

mono-data-oracle-2.4.2.3-17.1
mono-jscript-2.4.2.3-17.1
apache2-mod_mono-2.4.2-8.3
mono-extras-2.4.2.3-17.1
mono-data-sqlite-2.4.2.3-17.1
mono-data-sybase-2.4.2.3-17.1
mono-core-2.4.2.3-17.1
mono-web-2.4.2.3-17.1
mono-nunit-2.4.2.3-17.1
mono-data-postgresql-2.4.2.3-17.1
mono-wcf-2.4.2.3-17.1
mono-winforms-2.4.2.3-17.1
mono-locale-extras-2.4.2.3-17.1
mono-complete-2.4.2.3-17.1
mono-data-2.4.2.3-17.1
mono-data-firebird-2.4.2.3-17.1
mono-devel-2.4.2.3-17.1


I actually built an OpenSUSE 11.1 box, figuring that should work.  But I get 
the exact same problems as with the SLES11 server ( pulled mono from basically 
the same site).

Matt




-- 

-
Matt Weisberg
Weisberg Consulting, Inc.
m...@weisberg.net
www.weisberg.net
ofc. 248.685.1970
cell 248.705.1950
fax 248.769.5963
 
 On 12/1/2009 at 12:46 AM, in message
4b144b5102380006b...@sinclair.provo.novell.com, Balakrishnan KalIdas
bkali...@novell.com wrote:
 Version of Mono installed? I suppose it has to be only =2.4. iFolder team 
 can 
 confirm if a exact revision has to be used to get few mono bugs fixed.
 
 Kalis
 
 Matt Weisberg  12/01/09 5:17 AM 
 
 I decided to give it a shot and see if I could get it working on SLES11.  I 
 installed the latest mono via zypper from here: 
 http://ftp.novell.com/pub/mono/download-stable/SLE_11 
 And then I installed the SLE11 build of iFolder.  Config went fine and I 
 could even get into the admin interface, but it seems simias is not working 
 right, I get these errors when I try and save anything:
 
 System.Net.WebException: Error writing request.
   at System.Net.WebConnectionStream.WriteRequest () [0x0] 
   at System.Net.WebConnectionStream.Close () [0x0] 
   at System.IO.StreamWriter.Dispose (Boolean disposing) [0x0] 
   at System.IO.StreamWriter.Close () [0x0] 
   at System.Xml.XmlTextWriter.Close () [0x0] 
   at System.Web.Services.Protocols.SoapHttpClientProtocol.SendRequest 
 (System.IO.Stream s, System.Web.Services.Protocols.SoapCl
 ientMessage message, System.Web.Services.Protocols.SoapExtension[] 
 extensions) [0x0] 
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke 
 (System.String method_name, System.Object[] parameters) [0x000
 00] 
 2009-11-30 18:25:54,325 [-1245373552] ERROR Global - [10.5.0.46] Application 
 Error
 System.Exception: Unable to connect to master serverSystem.Net.WebException: 
 Error writing request.
   at System.Net.WebConnectionStream.WriteRequest () [0x0] 
   at System.Net.WebConnectionStream.Close () [0x0] 
   at System.IO.StreamWriter.Dispose (Boolean disposing) [0x0] 
   at System.IO.StreamWriter.Close () [0x0] 
   at System.Xml.XmlTextWriter.Close () [0x0] 
   at System.Web.Services.Protocols.SoapHttpClientProtocol.SendRequest 
 (System.IO.Stream s, System.Web.Services.Protocols.SoapCl
 ientMessage message, System.Web.Services.Protocols.SoapExtension[] 
 extensions) [0x0] 
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke 
 (System.String method_name, System.Object[] parameters) [0x000
 00] 
   at Novell.iFolderWeb.Admin.SystemInfo.ConnectToMaster () [0x0] 
   at Novell.iFolderWeb.Admin.SystemInfo.Page_PreRender (System.Object 
 source, System.EventArgs e) [0x0] 
   at System.Web.UI.Control.OnPreRender (System.EventArgs e) [0x0] 
   at System.Web.UI.Control.PreRenderRecursiveInternal () [0x0] 
   at System.Web.UI.Page.ProcessLoadComplete () [0x0] 
   at System.Web.UI.Page.InternalProcessRequest () [0x0] 
   at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) 
 [0x0] 
 
 That's part of it.  If I try and go to /simias10, I login then get a 404 
 error from Mono.
 
 Could I just be missing a dependency?
 
 Thanks.
 
 Matt
 
 
 

___
ifolder-dev mailing list
ifolder-dev@forge.novell.com
http://forge.novell.com/mailman/listinfo/ifolder-dev


Re: [Ifolder-dev] iFolder - SLES11

2009-11-30 Thread Ravi Kumar

Could you please attach the server logs in Debug mode. /simias10 should be 
accessible if configuration is through successfully.  

rav

 Matt Weisberg m...@weisberg.net 12/1/2009 1:16 PM 

Here are the RPMs I have for mono:

mono-data-oracle-2.4.2.3-17.1
mono-jscript-2.4.2.3-17.1
apache2-mod_mono-2.4.2-8.3
mono-extras-2.4.2.3-17.1
mono-data-sqlite-2.4.2.3-17.1
mono-data-sybase-2.4.2.3-17.1
mono-core-2.4.2.3-17.1
mono-web-2.4.2.3-17.1
mono-nunit-2.4.2.3-17.1
mono-data-postgresql-2.4.2.3-17.1
mono-wcf-2.4.2.3-17.1
mono-winforms-2.4.2.3-17.1
mono-locale-extras-2.4.2.3-17.1
mono-complete-2.4.2.3-17.1
mono-data-2.4.2.3-17.1
mono-data-firebird-2.4.2.3-17.1
mono-devel-2.4.2.3-17.1


I actually built an OpenSUSE 11.1 box, figuring that should work.  But I get 
the exact same problems as with the SLES11 server ( pulled mono from basically 
the same site).

Matt




--

-
Matt Weisberg
Weisberg Consulting, Inc.
m...@weisberg.net
www.weisberg.net
ofc. 248.685.1970
cell 248.705.1950
fax 248.769.5963

 On 12/1/2009 at 12:46 AM, in message
4b144b5102380006b...@sinclair.provo.novell.com, Balakrishnan KalIdas
bkali...@novell.com wrote:
 Version of Mono installed? I suppose it has to be only =2.4. iFolder team can
 confirm if a exact revision has to be used to get few mono bugs fixed.

 Kalis

 Matt Weisberg  12/01/09 5:17 AM 

 I decided to give it a shot and see if I could get it working on SLES11.  I
 installed the latest mono via zypper from here:
 http://ftp.novell.com/pub/mono/download-stable/SLE_11
 And then I installed the SLE11 build of iFolder.  Config went fine and I
 could even get into the admin interface, but it seems simias is not working
 right, I get these errors when I try and save anything:

 System.Net.WebException: Error writing request.
   at System.Net.WebConnectionStream.WriteRequest () [0x0]
   at System.Net.WebConnectionStream.Close () [0x0]
   at System.IO.StreamWriter.Dispose (Boolean disposing) [0x0]
   at System.IO.StreamWriter.Close () [0x0]
   at System.Xml.XmlTextWriter.Close () [0x0]
   at System.Web.Services.Protocols.SoapHttpClientProtocol.SendRequest
 (System.IO.Stream s, System.Web.Services.Protocols.SoapCl
 ientMessage message, System.Web.Services.Protocols.SoapExtension[]
 extensions) [0x0]
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke
 (System.String method_name, System.Object[] parameters) [0x000
 00]
 2009-11-30 18:25:54,325 [-1245373552] ERROR Global - [10.5.0.46] Application
 Error
 System.Exception: Unable to connect to master serverSystem.Net.WebException:
 Error writing request.
   at System.Net.WebConnectionStream.WriteRequest () [0x0]
   at System.Net.WebConnectionStream.Close () [0x0]
   at System.IO.StreamWriter.Dispose (Boolean disposing) [0x0]
   at System.IO.StreamWriter.Close () [0x0]
   at System.Xml.XmlTextWriter.Close () [0x0]
   at System.Web.Services.Protocols.SoapHttpClientProtocol.SendRequest
 (System.IO.Stream s, System.Web.Services.Protocols.SoapCl
 ientMessage message, System.Web.Services.Protocols.SoapExtension[]
 extensions) [0x0]
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke
 (System.String method_name, System.Object[] parameters) [0x000
 00]
   at Novell.iFolderWeb.Admin.SystemInfo.ConnectToMaster () [0x0]
   at Novell.iFolderWeb.Admin.SystemInfo.Page_PreRender (System.Object
 source, System.EventArgs e) [0x0]
   at System.Web.UI.Control.OnPreRender (System.EventArgs e) [0x0]
   at System.Web.UI.Control.PreRenderRecursiveInternal () [0x0]
   at System.Web.UI.Page.ProcessLoadComplete () [0x0]
   at System.Web.UI.Page.InternalProcessRequest () [0x0]
   at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context)
 [0x0]

 That's part of it.  If I try and go to /simias10, I login then get a 404
 error from Mono.

 Could I just be missing a dependency?

 Thanks.

 Matt




___
ifolder-dev mailing list
ifolder-dev@forge.novell.com
http://forge.novell.com/mailman/listinfo/ifolder-dev
___
ifolder-dev mailing list
ifolder-dev@forge.novell.com
http://forge.novell.com/mailman/listinfo/ifolder-dev